mirror of
https://github.com/dynup/kpatch
synced 2025-01-19 03:20:41 +00:00
ecfed91904
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.
13 lines
394 B
Diff
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;
|