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
428 B
Diff
12 lines
428 B
Diff
diff -Nupr src.orig/fs/proc/proc_sysctl.c src/fs/proc/proc_sysctl.c
|
|
--- src.orig/fs/proc/proc_sysctl.c 2016-11-30 19:39:49.316737234 +0000
|
|
+++ src/fs/proc/proc_sysctl.c 2016-11-30 19:40:10.918737234 +0000
|
|
@@ -46,6 +46,7 @@ void proc_sys_poll_notify(struct ctl_tab
|
|
if (!poll)
|
|
return;
|
|
|
|
+ printk("kpatch-test: testing gcc .isra function name mangling\n");
|
|
atomic_inc(&poll->event);
|
|
wake_up_interruptible(&poll->wait);
|
|
}
|