The patch titled Subject: selftests/mm: add pkey_sighandler_xx, hugetlb_dio to .gitignore has been added to the -mm mm-unstable branch. Its filename is selftests-mm-add-pkey_sighandler_xx-hugetlb_dio-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-mm-add-pkey_sighandler_xx-hugetlb_dio-to-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: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx> Subject: selftests/mm: add pkey_sighandler_xx, hugetlb_dio to .gitignore Date: Tue, 24 Sep 2024 19:59:11 +0100 Commit 6998a73efbb8 ("selftests/mm: Add new testcases for pkeys") and commit 3a103b5315b7 ("selftest: mm: Test if hugepage does not get leaked during __bio_release_pages()") generate test binaries hugetlb_dio, pkey_sighandler_tests_32 and pkey_sighandler_tests_64 but did not add these to .gitignore. Correct this. Link: https://lkml.kernel.org/r/20240924185911.117937-1-lorenzo.stoakes@xxxxxxxxxx Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx> Cc: Donet Tom <donettom@xxxxxxxxxxxxx> Cc: Keith Lucas <keith.lucas@xxxxxxxxxx> 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-pkey_sighandler_xx-hugetlb_dio-to-gitignore +++ a/tools/testing/selftests/mm/.gitignore @@ -51,3 +51,6 @@ hugetlb_madv_vs_map mseal_test seal_elf droppable +hugetlb_dio +pkey_sighandler_tests_32 +pkey_sighandler_tests_64 _ Patches currently in -mm which might be from lorenzo.stoakes@xxxxxxxxxx are selftests-mm-add-pkey_sighandler_xx-hugetlb_dio-to-gitignore.patch