The patch titled Subject: selftests/vm: add local_config.h and local_config.mk to .gitignore has been added to the -mm mm-nonmm-unstable branch. Its filename is selftests-vm-add-local_configh-and-local_configmk-to-gitignore.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/selftests-vm-add-local_configh-and-local_configmk-to-gitignore.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: Zhao Gongyi <zhaogongyi@xxxxxxxxxx> Subject: selftests/vm: add local_config.h and local_config.mk to .gitignore Date: Thu, 3 Nov 2022 08:57:54 +0800 Add local_config.h and local_config.mk to .gitignore to avoid accidentally checking it in. Link: https://lkml.kernel.org/r/20221103005754.205420-1-zhaogongyi@xxxxxxxxxx Signed-off-by: Zhao Gongyi <zhaogongyi@xxxxxxxxxx> Cc: Shuah Khan <shuah@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/vm/.gitignore | 2 ++ 1 file changed, 2 insertions(+) --- a/tools/testing/selftests/vm/.gitignore~selftests-vm-add-local_configh-and-local_configmk-to-gitignore +++ a/tools/testing/selftests/vm/.gitignore @@ -34,3 +34,5 @@ memfd_secret soft-dirty split_huge_page_test ksm_tests +local_config.h +local_config.mk _ Patches currently in -mm which might be from zhaogongyi@xxxxxxxxxx are selftests-vm-add-local_configh-and-local_configmk-to-gitignore.patch