mirror of
https://github.com/dynup/kpatch
synced 2024-12-20 20:30:07 +00:00
13 lines
416 B
Diff
13 lines
416 B
Diff
|
Index: kernel-rhel7/fs/proc/proc_sysctl.c
|
||
|
===================================================================
|
||
|
--- kernel-rhel7.orig/fs/proc/proc_sysctl.c
|
||
|
+++ kernel-rhel7/fs/proc/proc_sysctl.c
|
||
|
@@ -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);
|
||
|
}
|