kpatch/test/integration/rhel-7.7/gcc-isra.patch
Artem Savkov 0e0cee369a test/integration: add rhel-7.7 rebased patches
Added integration-test patches rebased against rhel-7.7 GA kernel. No
conflicts, some fuzz.

Signed-off-by: Artem Savkov <asavkov@redhat.com>
2019-08-12 14:36:16 +02:00

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);
}