The patch titled Subject: docs: proc.rst: /proc/PID/maps: fix malformed table has been added to the -mm tree. Its filename is mm-add-a-field-to-store-names-for-private-anonymous-memory-fix.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-add-a-field-to-store-names-for-private-anonymous-memory-fix.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-add-a-field-to-store-names-for-private-anonymous-memory-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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-fix.patch mm-add-anonymous-vma-name-refcounting.patch