kpatch/test/integration/rhel-7.8/data-read-mostly.patch.disabled
Joe Lawrence d9a40744aa test/integration: add rhel-7.8 rebased patches
Rebased against the RHEL-7.8 GA kernel-3.10.0-1127.el7.

Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
2020-03-11 10:09:30 -04:00

12 lines
304 B
Plaintext

diff -Nupr src.orig/net/core/dev.c src/net/core/dev.c
--- src.orig/net/core/dev.c 2020-03-10 10:35:55.176562607 -0400
+++ src/net/core/dev.c 2020-03-10 10:37:54.458302249 -0400
@@ -4327,6 +4327,7 @@ skip_classify:
case RX_HANDLER_PASS:
break;
default:
+ printk("BUG!\n");
BUG();
}
}