diff options
author | John Hubbard <jhubbard@nvidia.com> | 2023-06-06 00:16:31 -0700 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-06-19 16:19:02 -0700 |
commit | 7bddd2263e3781429f72f05e59fdf5e531e0bf26 (patch) | |
tree | 2b48968cb93a25da734e655fb23c790eba890508 /tools | |
parent | 3ff47a5837ef00121fe880338255f8e2d1a5621f (diff) | |
download | lwn-7bddd2263e3781429f72f05e59fdf5e531e0bf26.tar.gz lwn-7bddd2263e3781429f72f05e59fdf5e531e0bf26.zip |
selftests/mm: .gitignore: add mkdirty, va_high_addr_switch
These new build products were left out of .gitignore, so add them now.
Link: https://lkml.kernel.org/r/20230606071637.267103-6-jhubbard@nvidia.com
Signed-off-by: John Hubbard <jhubbard@nvidia.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Tested-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Nathan Chancellor <nathan@kernel.org>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/mm/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/mm/.gitignore b/tools/testing/selftests/mm/.gitignore index 5599cf287694..7e2a982383c0 100644 --- a/tools/testing/selftests/mm/.gitignore +++ b/tools/testing/selftests/mm/.gitignore @@ -40,3 +40,5 @@ local_config.mk ksm_functional_tests mdwe_test gup_longterm +mkdirty +va_high_addr_switch |