mirror of
https://github.com/dynup/kpatch
synced 2024-12-11 16:04:40 +00:00
0e0cee369a
Added integration-test patches rebased against rhel-7.7 GA kernel. No conflicts, some fuzz. Signed-off-by: Artem Savkov <asavkov@redhat.com>
13 lines
359 B
Diff
13 lines
359 B
Diff
Index: kernel/fs/proc/meminfo.c
|
|
===================================================================
|
|
--- kernel.orig/fs/proc/meminfo.c
|
|
+++ kernel/fs/proc/meminfo.c
|
|
@@ -199,6 +199,7 @@ static const struct file_operations memi
|
|
|
|
static int __init proc_meminfo_init(void)
|
|
{
|
|
+ printk("a\n");
|
|
proc_create("meminfo", 0, NULL, &meminfo_proc_fops);
|
|
return 0;
|
|
}
|