mirror of
https://github.com/dynup/kpatch
synced 2025-02-03 02:31:31 +00:00
d7bcd38787
Kernel version 4.8.6-300.fc25.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:39:49.317737234 +0000
|
|
+++ src/fs/proc/generic.c 2016-11-30 19:41:05.659737234 +0000
|
|
@@ -192,6 +192,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;
|