kpatch/test/integration/rhel-8.8/data-read-mostly.patch
Joe Lawrence df177e2fc5 test/integration/rhel-8.8: add kernel-4.18.0-477.10.1.el8_8 tests
Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
2023-05-10 14:36:46 -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 2023-04-24 14:22:43.578960434 -0400
+++ src/net/core/dev.c 2023-04-24 14:23:01.282021571 -0400
@@ -5440,6 +5440,7 @@ skip_classify:
case RX_HANDLER_PASS:
break;
default:
+ printk("BUG!\n");
BUG();
}
}