mirror of
https://github.com/dynup/kpatch
synced 2024-12-13 00:44:34 +00:00
4c7fb9119a
WARN-only function changes are very common, and a serious PITA for patch authors. Detect and ignore them. Fixes #454.
10 lines
233 B
Diff
10 lines
233 B
Diff
Index: src/arch/x86/kvm/x86.c
|
|
===================================================================
|
|
--- src.orig/arch/x86/kvm/x86.c
|
|
+++ src/arch/x86/kvm/x86.c
|
|
@@ -1,3 +1,4 @@
|
|
+
|
|
/*
|
|
* Kernel-based Virtual Machine driver for Linux
|
|
*
|