mirror of
https://github.com/dynup/kpatch
synced 2025-02-03 10:41:33 +00:00
11ce8102c2
Kernel version: 3.10.0-327.36.3.el7.x86_64
13 lines
505 B
Diff
13 lines
505 B
Diff
diff -Nupr src.orig/fs/proc/proc_sysctl.c src/fs/proc/proc_sysctl.c
|
|
--- src.orig/fs/proc/proc_sysctl.c 2016-11-30 19:51:03.949178250 +0000
|
|
+++ src/fs/proc/proc_sysctl.c 2016-11-30 19:51:04.736178250 +0000
|
|
@@ -266,6 +266,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))
|