kpatch/test/integration/rhel-8.1/meminfo-string.patch
Kamalesh Babulal 4423e471d1 test/intergation: Rebase to RHEL 8.1
Rebase the integration testcase on top of RHEL 8.1 kernel
4.18.0-147.el8.

Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
2020-03-17 17:31:09 +05:30

13 lines
537 B
Diff

diff -Nupr src/fs/proc/meminfo.c src/fs/proc/meminfo.c
--- src/fs/proc/meminfo.c 2020-03-11 11:23:26.882602572 +0000
+++ src/fs/proc/meminfo.c 2020-03-11 11:35:15.879349884 +0000
@@ -120,7 +120,7 @@ static int meminfo_proc_show(struct seq_
seq_printf(m, "VmallocTotal: %8lu kB\n",
(unsigned long)VMALLOC_TOTAL >> 10);
show_val_kb(m, "VmallocUsed: ", 0ul);
- show_val_kb(m, "VmallocChunk: ", 0ul);
+ show_val_kb(m, "VMALLOCCHUNK: ", 0ul);
#ifdef CONFIG_MEMORY_FAILURE
seq_printf(m, "HardwareCorrupted: %5lu kB\n",