kpatch/test/integration/rhel-8.7/data-read-mostly.patch
Joe Lawrence a6958eca1c test/integration/rhel-8.7: add kernel-4.18.0-425.3.1.el8 tests
Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
2022-10-24 15:44:16 -04:00

12 lines
304 B
Diff

diff -Nupr src.orig/net/core/dev.c src/net/core/dev.c
--- src.orig/net/core/dev.c 2022-10-24 15:41:09.054756980 -0400
+++ src/net/core/dev.c 2022-10-24 15:41:16.731636110 -0400
@@ -5360,6 +5360,7 @@ skip_classify:
case RX_HANDLER_PASS:
break;
default:
+ printk("BUG!\n");
BUG();
}
}