kpatch/test/integration/ubuntu-16.04/data-read-mostly.patch
Joe Lawrence b6692c14d7 testing: add and rebase integration tests for Ubuntu 16
Kernel version: 4.4.0-53-generic
2016-12-16 16:06:49 -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-12-15 19:55:39.848000000 +0000
+++ src/net/core/dev.c 2016-12-15 19:56:21.344000000 +0000
@@ -3926,6 +3926,7 @@ ncls:
case RX_HANDLER_PASS:
break;
default:
+ printk("BUG!\n");
BUG();
}
}