The quilt patch titled Subject: selftests/mm: add a few missing gitignore files has been removed from the -mm tree. Its filename was selftests-mm-add-a-few-missing-gitignore-files.patch This patch was dropped because it was merged into the mm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: Li Zhijian <lizhijian@xxxxxxxxxxx> Subject: selftests/mm: add a few missing gitignore files Date: Mon, 25 Nov 2024 14:40:36 +0800 Compiled binary files should be added to .gitignore 'git status' complains: Untracked files: (use "git add <file>..." to include in what will be committed) mm/hugetlb_dio mm/pkey_sighandler_tests_32 mm/pkey_sighandler_tests_64 Link: https://lkml.kernel.org/r/20241125064036.413536-1-lizhijian@xxxxxxxxxxx Signed-off-by: Li Zhijian <lizhijian@xxxxxxxxxxx> Reviewed-by: John Hubbard <jhubbard@xxxxxxxxxx> Cc: Donet Tom <donettom@xxxxxxxxxxxxx> Cc: Shuah Khan <shuah@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/mm/.gitignore | 3 +++ 1 file changed, 3 insertions(+) --- a/tools/testing/selftests/mm/.gitignore~selftests-mm-add-a-few-missing-gitignore-files +++ a/tools/testing/selftests/mm/.gitignore @@ -36,6 +36,9 @@ map_fixed_noreplace write_to_hugetlbfs hmm-tests memfd_secret +hugetlb_dio +pkey_sighandler_tests_32 +pkey_sighandler_tests_64 soft-dirty split_huge_page_test ksm_tests _ Patches currently in -mm which might be from lizhijian@xxxxxxxxxxx are mm-vmscan-accumulate-nr_demoted-for-accurate-demotion-statistics.patch mm-vmscan-accumulate-nr_demoted-for-accurate-demotion-statistics-v2.patch mm-vmscan-fix-pgdemote_-accounting-with-lru_gen_enabled.patch