Skip to content

Commit f8f55e9

Browse files
lorenzo-stoakesakpm00
authored andcommitted
selftests/mm: add pkey_sighandler_xx, hugetlb_dio to .gitignore
Commit 6998a73 ("selftests/mm: Add new testcases for pkeys") and commit 3a103b5 ("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@oracle.com Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com> Cc: Donet Tom <donettom@linux.ibm.com> Cc: Keith Lucas <keith.lucas@oracle.com> Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 48901e9 commit f8f55e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/testing/selftests/mm/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ hugetlb_madv_vs_map
5151
mseal_test
5252
seal_elf
5353
droppable
54+
hugetlb_dio
55+
pkey_sighandler_tests_32
56+
pkey_sighandler_tests_64

0 commit comments

Comments
 (0)