mirror of
https://github.com/dynup/kpatch
synced 2024-12-14 01:14:33 +00:00
ecfed91904
One of the tests is now failing: ERROR: smp-locks-section: kpatch replace failed I suspect the issue is the vmlinux mismatch problem. Fix for that coming soon.
13 lines
445 B
Diff
13 lines
445 B
Diff
Index: src/fs/proc/proc_sysctl.c
|
|
===================================================================
|
|
--- src.orig/fs/proc/proc_sysctl.c
|
|
+++ src/fs/proc/proc_sysctl.c
|
|
@@ -266,6 +266,7 @@ void sysctl_head_put(struct ctl_table_he
|
|
|
|
static struct ctl_table_header *sysctl_head_grab(struct ctl_table_header *head)
|
|
{
|
|
+ printk("kpatch-test: testing __bug_table section changes\n");
|
|
BUG_ON(!head);
|
|
spin_lock(&sysctl_lock);
|
|
if (!use_table(head))
|