mirror of
https://github.com/dynup/kpatch
synced 2024-12-19 20:00:00 +00:00
76ebcd2fa4
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>
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);
|
|
}
|