kpatch/test/integration/rhel-7.6/gcc-isra.patch
Artem Savkov 76ebcd2fa4 test/integration: add patches rebased for recent rhel minor releases
This commit contains centos-7 patches rebased and adjusted to work with
recent rhel minors so that integration tests actually pass on those.

Signed-off-by: Artem Savkov <asavkov@redhat.com>
2019-06-14 10:53:57 +02:00

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