mirror of
https://github.com/dynup/kpatch
synced 2025-02-04 11:11:31 +00:00
8dc6a4dd3c
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.
13 lines
263 B
Diff
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();
|
|
}
|
|
}
|