The patch titled Subject: selftest: vm: remove deleted local_config.* from .gitignore has been added to the -mm mm-unstable branch. Its filename is selftest-vm-remove-deleted-local_config-from-gitignore.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/selftest-vm-remove-deleted-local_config-from-gitignore.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: Tarun Sahu <tsahu@xxxxxxxxxxxxx> Subject: selftest: vm: remove deleted local_config.* from .gitignore Date: Thu, 1 Sep 2022 14:53:15 +0530 Commit d2d6cba5d6623245a80cc151008cce825c8b6248 ("selftest: vm: remove orphaned references to local_config.{h,mk}") took care of removing orphaned references. This commit remove local_config from .gitignore. Parent Patch Commit 69007f156ba7aead6c75b0046958ad3396f5aed1 ("Kselftests: remove support of libhugetlbfs from kselftests") Link: https://lkml.kernel.org/r/20220901092315.33619-1-tsahu@xxxxxxxxxxxxx Signed-off-by: Tarun Sahu <tsahu@xxxxxxxxxxxxx> Reviewed-by: Axel Rasmussen <axelrasmussen@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/vm/.gitignore | 1 - 1 file changed, 1 deletion(-) --- a/tools/testing/selftests/vm/.gitignore~selftest-vm-remove-deleted-local_config-from-gitignore +++ a/tools/testing/selftests/vm/.gitignore @@ -30,7 +30,6 @@ map_fixed_noreplace write_to_hugetlbfs hmm-tests memfd_secret -local_config.* soft-dirty split_huge_page_test ksm_tests _ Patches currently in -mm which might be from tsahu@xxxxxxxxxxxxx are kselftests-removing-support-of-libhugetlbfs-from-kselftests.patch selftest-vm-remove-deleted-local_config-from-gitignore.patch