mirror of
https://github.com/dynup/kpatch
synced 2024-12-25 23:02:02 +00:00
76ebcd2fa4
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>
13 lines
377 B
Diff
13 lines
377 B
Diff
Index: kernel-rhel7/fs/proc/meminfo.c
|
|
===================================================================
|
|
--- kernel-rhel7.orig/fs/proc/meminfo.c
|
|
+++ kernel-rhel7/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;
|
|
}
|