From bfe9256a15e116bcec4d8d5e2f406799e8534db1 Mon Sep 17 00:00:00 2001 From: Alan Jenkins Date: Mon, 19 Nov 2018 14:31:31 +0000 Subject: [PATCH] proc.5: Vmalloc information is no longer calculated (Linux 4.4) See Linux commit a5ad88ce8c7fae7ddc72ee49a11a75aa837788e0, "mm: get rid of 'vmalloc_info' from /proc/meminfo". Signed-off-by: Michael Kerrisk --- man5/proc.5 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/man5/proc.5 b/man5/proc.5 index b24c6c8ef..dcf820a69 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -3637,10 +3637,14 @@ fail due to lack of memory once that memory has been successfully allocated. Total size of vmalloc memory area. .TP .IR VmallocUsed " %lu" -Amount of vmalloc area which is used. +Amount of vmalloc area which is used. Since Linux 4.4, this field is no +longer calculated, and is hard coded as 0. See +.IR /proc/vmallocinfo . .TP .IR VmallocChunk " %lu" -Largest contiguous block of vmalloc area which is free. +Largest contiguous block of vmalloc area which is free. Since Linux 4.4, +this field is no longer calculated is hard coded as 0. See +.IR /proc/vmallocinfo . .TP .IR HardwareCorrupted " %lu (since Linux 2.6.32)" (\fBCONFIG_MEMORY_FAILURE\fP is required.)