kpatch/test/integration/rhel-8.0/data-read-mostly.patch.disabled
Julien Thierry 4710df3c78 test/integration: Disable RHEL-8.0 tests using jump labels
Jump labels are unsupported, so tests modifying functions using them are
expected to fail. So disable them, for now...

Signed-off-by: Julien Thierry <jthierry@redhat.com>
2019-10-31 12:49:24 +00:00

15 lines
366 B
Plaintext

Disabled due to https://github.com/dynup/kpatch/issues/940
---
diff --git a/net/core/dev.c b/net/core/dev.c
index b6f9647..b376a48 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -4858,6 +4858,7 @@ static int __netif_receive_skb_core(struct sk_buff *skb, bool pfmemalloc)
case RX_HANDLER_PASS:
break;
default:
+ printk("BUG!\n");
BUG();
}
}