kpatch/test/integration/centos-7/data-read-mostly.patch
Joe Lawrence 11ce8102c2 testing: add and rebase integration tests for CentOS 7
Kernel version: 3.10.0-327.36.3.el7.x86_64
2016-12-16 16:06:28 -05:00

12 lines
295 B
Diff

diff -Nupr src.orig/net/core/dev.c src/net/core/dev.c
--- src.orig/net/core/dev.c 2016-11-30 19:51:04.367178250 +0000
+++ src/net/core/dev.c 2016-11-30 19:51:13.914178250 +0000
@@ -3547,6 +3547,7 @@ ncls:
case RX_HANDLER_PASS:
break;
default:
+ printk("BUG!\n");
BUG();
}
}