mirror of
https://github.com/dynup/kpatch
synced 2024-12-12 00:14:35 +00:00
0e0cee369a
Added integration-test patches rebased against rhel-7.7 GA kernel. No conflicts, some fuzz. Signed-off-by: Artem Savkov <asavkov@redhat.com>
13 lines
398 B
Diff
13 lines
398 B
Diff
Index: kernel/fs/proc/proc_sysctl.c
|
|
===================================================================
|
|
--- kernel.orig/fs/proc/proc_sysctl.c
|
|
+++ kernel/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);
|
|
}
|