mirror of
https://github.com/dynup/kpatch
synced 2024-12-20 12:20:02 +00:00
8e315b42e0
Update the WARN detection patch to be based on net/core/dev.c, which is a much better stress test. Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
10 lines
216 B
Diff
10 lines
216 B
Diff
diff --git a/net/core/dev.c b/net/core/dev.c
|
|
index ef0cc6ea5f8d..9a840ec54270 100644
|
|
--- a/net/core/dev.c
|
|
+++ b/net/core/dev.c
|
|
@@ -1,3 +1,4 @@
|
|
+
|
|
/*
|
|
* NET3 Protocol independent device support routines.
|
|
*
|