The patch titled Subject: docs: proc.rst: /proc/PID/maps: fix malformed table has been removed from the -mm tree. Its filename was mm-add-a-field-to-store-names-for-private-anonymous-memory-fix.patch This patch was dropped because it was folded into mm-add-a-field-to-store-names-for-private-anonymous-memory.patch ------------------------------------------------------ From: Suren Baghdasaryan <surenb@xxxxxxxxxx> Subject: docs: proc.rst: /proc/PID/maps: fix malformed table Fix malformed table describing "pathname" values for mappings not associated with a file. Link: https://lkml.kernel.org/r/20211123185928.2513763-1-surenb@xxxxxxxxxx Fixes: 2df148be9486 ("mm: add a field to store names for private anonymous memory") Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Suren Baghdasaryan <surenb@xxxxxxxxxx> Cc: Colin Cross <ccross@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/filesystems/proc.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/Documentation/filesystems/proc.rst~mm-add-a-field-to-store-names-for-private-anonymous-memory-fix +++ a/Documentation/filesystems/proc.rst @@ -426,14 +426,14 @@ with the memory region, as the case woul The "pathname" shows the name associated file for this mapping. If the mapping is not associated with a file: - ======= ==================================== + ============= ==================================== [heap] the heap of the program [stack] the stack of the main process [vdso] the "virtual dynamic shared object", the kernel system call handler -[anon:<name>] an anonymous mapping that has been + [anon:<name>] an anonymous mapping that has been named by userspace - ======= ==================================== + ============= ==================================== or if empty, the mapping is anonymous. _ Patches currently in -mm which might be from surenb@xxxxxxxxxx are mm-add-a-field-to-store-names-for-private-anonymous-memory.patch mm-add-anonymous-vma-name-refcounting.patch mm-protect-free_pgtables-with-mmap_lock-write-lock-in-exit_mmap.patch mm-document-locking-restrictions-for-vm_operations_struct-close.patch mm-oom_kill-allow-process_mrelease-to-run-under-mmap_lock-protection.patch sysctl-change-watermark_scale_factor-max-limit-to-30%.patch