[PATCH] selftests/mm: Add missing gitignore entries

Mark Brown posted 1 patch 2 years, 7 months ago
tools/testing/selftests/mm/.gitignore | 2 ++
1 file changed, 2 insertions(+)
[PATCH] selftests/mm: Add missing gitignore entries
Posted by Mark Brown 2 years, 7 months ago
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@kernel.org>
---
 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,
-- 
Mark Brown <broonie@kernel.org>
Re: [PATCH] selftests/mm: Add missing gitignore entries
Posted by David Hildenbrand 2 years, 7 months ago
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@kernel.org>
> ---
>   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@nvidia.com

-- 
Cheers,

David / dhildenb