kpatch/test/integration/parainstructions-section.patch
Josh Poimboeuf ecfed91904 test: add basic tests for special sections
One of the tests is now failing:

    ERROR: smp-locks-section: kpatch replace failed

I suspect the issue is the vmlinux mismatch problem.  Fix for that
coming soon.
2014-05-15 17:14:25 -05:00

13 lines
394 B
Diff

Index: src/fs/proc/generic.c
===================================================================
--- src.orig/fs/proc/generic.c
+++ src/fs/proc/generic.c
@@ -132,6 +132,7 @@ int proc_alloc_inum(unsigned int *inum)
unsigned int i;
int error;
+ printk("kpatch-test: testing change to .parainstructions section\n");
retry:
if (!ida_pre_get(&proc_inum_ida, GFP_KERNEL))
return -ENOMEM;