The patch titled Subject: tools/vm/page_owner: use page_owner_sort in the use example has been added to the -mm tree. Its filename is tools-vm-page_owner-use-page_owner_sort-in-the-use-example.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/tools-vm-page_owner-use-page_owner_sort-in-the-use-example.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/tools-vm-page_owner-use-page_owner_sort-in-the-use-example.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: Miles Chen <miles.chen@xxxxxxxxxxxx> Subject: tools/vm/page_owner: use page_owner_sort in the use example The example in comment does not useable because the output binary is named "page_owner_sort", not "sort". Also add a reference to Documentation/vm/page_owner.rst Link: http://lkml.kernel.org/r/1546515361-8317-1-git-send-email-miles.chen@xxxxxxxxxxxx Signed-off-by: Miles Chen <miles.chen@xxxxxxxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Cc: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/vm/page_owner_sort.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/tools/vm/page_owner_sort.c~tools-vm-page_owner-use-page_owner_sort-in-the-use-example +++ a/tools/vm/page_owner_sort.c @@ -5,7 +5,9 @@ * Example use: * cat /sys/kernel/debug/page_owner > page_owner_full.txt * grep -v ^PFN page_owner_full.txt > page_owner.txt - * ./sort page_owner.txt sorted_page_owner.txt + * ./page_owner_sort page_owner.txt sorted_page_owner.txt + * + * See Documentation/vm/page_owner.rst */ #include <stdio.h> _ Patches currently in -mm which might be from miles.chen@xxxxxxxxxxxx are tools-vm-page_owner-use-page_owner_sort-in-the-use-example.patch