kpatch/test/integration/f22/data-read-mostly.patch
Josh Poimboeuf 8dc6a4dd3c test: move tests to f22 directory
The integration tests are targeted for Fedora kernels, so move them to a
new f22 directory.  The README file specifies the exact kernel version
they're targeted for.
2015-10-26 21:09:19 -05:00

13 lines
263 B
Diff

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