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

14 lines
475 B
Diff

Index: kernel/fs/proc/proc_sysctl.c
===================================================================
--- kernel.orig/fs/proc/proc_sysctl.c
+++ kernel/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))