kpatch/test/integration/warn-detect-FAIL.patch
Josh Poimboeuf 4c7fb9119a detect and ignore WARN-only changes
WARN-only function changes are very common, and a serious PITA for patch
authors.  Detect and ignore them.

Fixes #454.
2014-10-07 11:56:41 -05:00

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
*