mirror of https://github.com/dynup/kpatch
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 2022-04-29 16:08:21.409780550 -0400
|
|
+++ src/fs/proc/proc_sysctl.c 2022-04-29 16:08:36.314833593 -0400
|
|
@@ -53,6 +53,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);
|
|
}
|