The patch titled Subject: tools/mm: rm thp_swap_allocator_test when make clean has been added to the -mm mm-nonmm-unstable branch. Its filename is tools-mm-rm-thp_swap_allocator_test-when-make-clean.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/tools-mm-rm-thp_swap_allocator_test-when-make-clean.patch This patch will later appear in the mm-nonmm-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: zhangjiao <zhangjiao2@xxxxxxxxxxxxxxxxxxxx> Subject: tools/mm: rm thp_swap_allocator_test when make clean Date: Thu, 29 Aug 2024 12:20:08 +0800 rm thp_swap_allocator_test when make clean Link: https://lkml.kernel.org/r/20240829042008.6937-1-zhangjiao2@xxxxxxxxxxxxxxxxxxxx Signed-off-by: zhangjiao <zhangjiao2@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/mm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tools/mm/Makefile~tools-mm-rm-thp_swap_allocator_test-when-make-clean +++ a/tools/mm/Makefile @@ -23,7 +23,7 @@ $(LIBS): $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) clean: - $(RM) page-types slabinfo page_owner_sort + $(RM) page-types slabinfo page_owner_sort thp_swap_allocator_test make -C $(LIB_DIR) clean sbindir ?= /usr/sbin _ Patches currently in -mm which might be from zhangjiao2@xxxxxxxxxxxxxxxxxxxx are tools-mm-rm-thp_swap_allocator_test-when-make-clean.patch