kpatch/test/integration/rhel-8.6/data-read-mostly.patch
Joe Lawrence 734a9d9ef5 test/integration/rhel-8.6: add kernel-4.18.0-372.9.1.el8 tests
Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
2022-04-29 16:14:30 -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-04-29 16:08:21.614781280 -0400
+++ src/net/core/dev.c 2022-04-29 16:08:29.184808219 -0400
@@ -5278,6 +5278,7 @@ skip_classify:
case RX_HANDLER_PASS:
break;
default:
+ printk("BUG!\n");
BUG();
}
}