The patch titled Subject: tools/vm/page_owner: ignore page_owner_sort binary has been added to the -mm mm-unstable branch. Its filename is tools-vm-page_owner-ignore-page_owner_sort-binary.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/tools-vm-page_owner-ignore-page_owner_sort-binary.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 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 via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Rong Tao <rongtao@xxxxxxxx> Subject: tools/vm/page_owner: ignore page_owner_sort binary Date: Tue, 8 Nov 2022 19:53:48 +0800 page_owner_sort was introduced since commit 48c96a368579 ("mm/page_owner: keep track of page owners"), and we should ignore it. Link: https://lkml.kernel.org/r/tencent_F6CAC0ABE16839E2B2419BD07316DA65BB06@xxxxxx Signed-off-by: Rong Tao <rongtao@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/vm/.gitignore | 1 + 1 file changed, 1 insertion(+) --- a/tools/vm/.gitignore~tools-vm-page_owner-ignore-page_owner_sort-binary +++ a/tools/vm/.gitignore @@ -1,3 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-only slabinfo page-types +page_owner_sort _ Patches currently in -mm which might be from rongtao@xxxxxxxx are tools-vm-page_owner-ignore-page_owner_sort-binary.patch