mirror of
https://github.com/dynup/kpatch
synced 2025-01-02 02:32:01 +00:00
4710df3c78
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>
15 lines
366 B
Plaintext
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();
|
|
}
|
|
}
|