The patch titled Subject: mm-page_owner-record-timestamp-and-pid-v3 has been removed from the -mm tree. Its filename was mm-page_owner-record-timestamp-and-pid-v3.patch This patch was dropped because it was folded into mm-page_owner-record-timestamp-and-pid.patch ------------------------------------------------------ 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