Skip to content

Commit

Permalink
selftests/mm: add hugetlb_fault_after_madv to .gitignore
Browse files Browse the repository at this point in the history
commit 116d573 ("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/[email protected]
Fixes: 116d573 ("selftests/mm: add a new test for madv and hugetlb")
Signed-off-by: Breno Leitao <[email protected]>
Reported-by: Ryan Roberts <[email protected]>
Closes: https://lore.kernel.org/all/[email protected]/
Signed-off-by: Andrew Morton <[email protected]>
  • Loading branch information
leitao authored and akpm00 committed Nov 15, 2023
1 parent dd9b35e commit edf1454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/testing/selftests/mm/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ mdwe_test
gup_longterm
mkdirty
va_high_addr_switch
hugetlb_fault_after_madv

0 comments on commit edf1454

Please sign in to comment.