kpatch/test/integration/rhel-7.7/data-read-mostly.patch
Artem Savkov 0e0cee369a test/integration: add rhel-7.7 rebased patches
Added integration-test patches rebased against rhel-7.7 GA kernel. No
conflicts, some fuzz.

Signed-off-by: Artem Savkov <asavkov@redhat.com>
2019-08-12 14:36:16 +02:00

13 lines
281 B
Diff

Index: kernel/net/core/dev.c
===================================================================
--- kernel.orig/net/core/dev.c
+++ kernel/net/core/dev.c
@@ -4327,6 +4327,7 @@ skip_classify:
case RX_HANDLER_PASS:
break;
default:
+ printk("BUG!\n");
BUG();
}
}