kpatch/test/integration/rhel-7.6/bug-table-section.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

14 lines
493 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
@@ -301,6 +301,8 @@ void sysctl_head_put(struct ctl_table_he
static struct ctl_table_header *sysctl_head_grab(struct ctl_table_header *head)
{
+ if (jiffies == 0)
+ printk("kpatch-test: testing __bug_table section changes\n");
BUG_ON(!head);
spin_lock(&sysctl_lock);
if (!use_table(head))