mirror of
https://github.com/dynup/kpatch
synced 2025-02-03 10:41:33 +00:00
11ce8102c2
Kernel version: 3.10.0-327.36.3.el7.x86_64
12 lines
429 B
Diff
12 lines
429 B
Diff
diff -Nupr src.orig/fs/proc/generic.c src/fs/proc/generic.c
|
|
--- src.orig/fs/proc/generic.c 2016-11-30 19:51:03.948178250 +0000
|
|
+++ src/fs/proc/generic.c 2016-11-30 19:53:21.229178250 +0000
|
|
@@ -133,6 +133,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;
|