Re: [PATCH] selftests/mm: Add missing gitignore entries

From: David Hildenbrand
Date: Thu Jun 15 2023 - 05:11:41 EST


On 15.06.23 01:23, Mark Brown wrote:
We added the mkdirty and va_high_addr_switch tests but did not add the
resulting binaries to .gitignore, do so.

Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
---
tools/testing/selftests/mm/.gitignore | 2 ++
1 file changed, 2 insertions(+)

diff --git a/tools/testing/selftests/mm/.gitignore b/tools/testing/selftests/mm/.gitignore
index 8917455f4f51..a94238e4fbc5 100644
--- a/tools/testing/selftests/mm/.gitignore
+++ b/tools/testing/selftests/mm/.gitignore
@@ -10,6 +10,7 @@ map_hugetlb
map_populate
thuge-gen
compaction_test
+mkdirty
migration
mlock2-tests
mrelease_test
@@ -28,6 +29,7 @@ mlock-random-test
virtual_address_range
gup_test
va_128TBswitch
+va_high_addr_switch
map_fixed_noreplace
write_to_hugetlbfs
hmm-tests

---
base-commit: 858fd168a95c5b9669aac8db6c14a9aeab446375
change-id: 20230614-kselftest-mm-gitignore-491da13f8ada

Best regards,

See

https://lkml.kernel.org/r/20230606071637.267103-6-jhubbard@xxxxxxxxxx

--
Cheers,

David / dhildenb