The quilt patch titled Subject: selftests/vm: add local_config.h and local_config.mk to .gitignore has been removed from the -mm tree. Its filename was selftests-vm-add-local_configh-and-local_configmk-to-gitignore.patch This patch was dropped because it was merged into the mm-nonmm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ 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 @@ -33,3 +33,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