The patch titled Subject: Documentation/filesystems/proc.txt: add 'HardwareCorrupted' field and description has been removed from the -mm tree. Its filename was documentation-proctxt-adding-hardwarecorrupted-field-and-description.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Prashant Dhamdhere <pdhamdhe@xxxxxxxxxx> Subject: Documentation/filesystems/proc.txt: add 'HardwareCorrupted' field and description Talk about the 'HardwareCorrupted' field currently missing from the 'meminfo' section of 'proc.txt' file. Also include a short description of the 'HardwareCorrupted' field. Link: http://lkml.kernel.org/r/20180713172806.17387-1-pdhamdhe@xxxxxxxxxx Signed-off-by: Prashant Dhamdhere <pdhamdhe@xxxxxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Acked-by: Naoya Horiguchi <n-horiguchi@xxxxxxxxxxxxx> Cc: Jonathan Corbet <corbet@xxxxxxx> Cc: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/filesystems/proc.txt | 3 +++ 1 file changed, 3 insertions(+) diff -puN Documentation/filesystems/proc.txt~documentation-proctxt-adding-hardwarecorrupted-field-and-description Documentation/filesystems/proc.txt --- a/Documentation/filesystems/proc.txt~documentation-proctxt-adding-hardwarecorrupted-field-and-description +++ a/Documentation/filesystems/proc.txt @@ -870,6 +870,7 @@ Committed_AS: 100056 kB VmallocTotal: 112216 kB VmallocUsed: 428 kB VmallocChunk: 111088 kB +HardwareCorrupted: 0 kB AnonHugePages: 49152 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB @@ -915,6 +916,8 @@ MemAvailable: An estimate of how much me Dirty: Memory which is waiting to get written back to the disk Writeback: Memory which is actively being written back to the disk AnonPages: Non-file backed pages mapped into userspace page tables +HardwareCorrupted: The amount of RAM/memory in KB, the kernel identifies as + corrupted. AnonHugePages: Non-file backed huge pages mapped into userspace page tables Mapped: files which have been mmaped, such as libraries Shmem: Total memory used by shared memory (shmem) and tmpfs _ Patches currently in -mm which might be from pdhamdhe@xxxxxxxxxx are -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html