mirror of
https://github.com/dynup/kpatch
synced 2024-12-12 00:14:35 +00:00
72e260f50c
Fixes #189. Fixes #228.
13 lines
389 B
Diff
13 lines
389 B
Diff
Index: src/fs/proc/proc_sysctl.c
|
|
===================================================================
|
|
--- src.orig/fs/proc/proc_sysctl.c
|
|
+++ src/fs/proc/proc_sysctl.c
|
|
@@ -24,6 +24,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);
|
|
}
|