The patch titled Subject: mm-page_owner-record-timestamp-and-pid-v3 has been added to the -mm tree. Its filename is mm-page_owner-record-timestamp-and-pid-v3.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-page_owner-record-timestamp-and-pid-v3.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-page_owner-record-timestamp-and-pid-v3.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: Liam Mark <lmark@xxxxxxxxxxxxxx> Subject: mm-page_owner-record-timestamp-and-pid-v3 - Fix the warnings in the documentation (reported in linux-next) and make Sphinx happy: Documentation/vm/page_owner.rst:44: WARNING: Literal block ends without a blank line; unexpected unindent. Documentation/vm/page_owner.rst:49: WARNING: Literal block ends without a blank line; unexpected unindent. Link: https://lkml.kernel.org/r/20201210160357.27779-1-georgi.djakov@xxxxxxxxxx Signed-off-by: Liam Mark <lmark@xxxxxxxxxxxxxx> Signed-off-by: Georgi Djakov <georgi.djakov@xxxxxxxxxx> Acked-by: Vlastimil Babka <vbabka@xxxxxxx> Cc: Jonathan Corbet <corbet@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/vm/page_owner.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/Documentation/vm/page_owner.rst~mm-page_owner-record-timestamp-and-pid-v3 +++ a/Documentation/vm/page_owner.rst @@ -41,12 +41,12 @@ size change due to this facility. - Without page owner:: text data bss dec hex filename - 48392 2333 644 51369 c8a9 mm/page_alloc.o + 48392 2333 644 51369 c8a9 mm/page_alloc.o - With page owner:: text data bss dec hex filename - 48800 2445 644 51889 cab1 mm/page_alloc.o + 48800 2445 644 51889 cab1 mm/page_alloc.o 6574 108 29 6711 1a37 mm/page_owner.o 1025 8 8 1041 411 mm/page_ext.o _ Patches currently in -mm which might be from lmark@xxxxxxxxxxxxxx are mm-page_owner-record-timestamp-and-pid.patch mm-page_owner-record-timestamp-and-pid-v3.patch