Commit 8429538c2c04 for kernel
commit 8429538c2c0420c65fbb4872966622b96ec36cea
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Thu Feb 12 17:19:36 2026 -0800
tools/testing: keep legacy generated files around in .gitignore file
People keep removing generated files from .gitignore files even when the
files stay around. Please don't do that: just because the file is no
longer being generated doesn't make it magically go away, and doesn't
make it suddenly be something that should now not be ignored any more.
Fixes: dd2c6ec24fca ("selftests/mm: remove virtual_address_range test")
Cc: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Cc: SeongJae Park <sj@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
diff --git a/tools/testing/selftests/mm/.gitignore b/tools/testing/selftests/mm/.gitignore
index 702e5723c35d..c2a8586e51a1 100644
--- a/tools/testing/selftests/mm/.gitignore
+++ b/tools/testing/selftests/mm/.gitignore
@@ -32,6 +32,7 @@ uffd-unit-tests
uffd-wp-mremap
mlock-intersect-test
mlock-random-test
+virtual_address_range
gup_test
va_128TBswitch
map_fixed_noreplace