diff options
author | Breno Leitao <[email protected]> | 2023-11-03 10:34:00 -0700 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2023-11-15 15:30:09 -0800 |
commit | edf14544324dd036183fafe372fe5709708bdddd (patch) | |
tree | 19bce8ae8da003da8cc6157de11f6f2826f3bc47 | |
parent | dd9b35efd719be242e227f9eebad1e50ea5c914f (diff) |
selftests/mm: add hugetlb_fault_after_madv to .gitignore
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/[email protected]
Fixes: 116d57303a05 ("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]>
-rw-r--r-- | tools/testing/selftests/mm/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/mm/.gitignore b/tools/testing/selftests/mm/.gitignore index cc920c79ff1c..4ff10ea61461 100644 --- a/tools/testing/selftests/mm/.gitignore +++ b/tools/testing/selftests/mm/.gitignore @@ -45,3 +45,4 @@ mdwe_test gup_longterm mkdirty va_high_addr_switch +hugetlb_fault_after_madv |