The quilt patch titled Subject: selftests/mm: add hugetlb_fault_after_madv to .gitignore has been removed from the -mm tree. Its filename was selftests-mm-add-hugetlb_fault_after_madv-to-gitignore.patch This patch was dropped because it was merged into the mm-hotfixes-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: Breno Leitao <leitao@xxxxxxxxxx> Subject: selftests/mm: add hugetlb_fault_after_madv to .gitignore Date: Fri, 3 Nov 2023 10:34:00 -0700 commit 116d57303a05 ("selftests/mm: add a new test for madv and hugetlb") added a new test case, but, it didn't add the binary name in tools/testing/selftests/mm/.gitignore. Add hugetlb_fault_after_madv to tools/testing/selftests/mm/.gitignore. Link: https://lkml.kernel.org/r/20231103173400.1608403-2-leitao@xxxxxxxxxx Fixes: 116d57303a05 ("selftests/mm: add a new test for madv and hugetlb") Signed-off-by: Breno Leitao <leitao@xxxxxxxxxx> Reported-by: Ryan Roberts <ryan.roberts@xxxxxxx> Closes: https://lore.kernel.org/all/662df57e-47f1-4c15-9b84-f2f2d587fc5c@xxxxxxx/ Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/mm/.gitignore | 1 + 1 file changed, 1 insertion(+) --- a/tools/testing/selftests/mm/.gitignore~selftests-mm-add-hugetlb_fault_after_madv-to-gitignore +++ a/tools/testing/selftests/mm/.gitignore @@ -45,3 +45,4 @@ mdwe_test gup_longterm mkdirty va_high_addr_switch +hugetlb_fault_after_madv _ Patches currently in -mm which might be from leitao@xxxxxxxxxx are