diff options
author | John Hubbard <[email protected]> | 2020-05-22 22:22:53 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2020-05-23 10:26:31 -0700 |
commit | 98097701cc0bec06e4bc183cceaf6dfa06a69e10 (patch) | |
tree | cf3e6ba28c1f6bd7ebcd91920d65f3222243f5b1 | |
parent | ffca476a0a8d26de767cc41d62b8ca7f540ecfdd (diff) |
selftests/vm/.gitignore: add mremap_dontunmap
Add mremap_dontunmap to .gitignore.
Fixes: 0c28759ee3c9 ("selftests: add MREMAP_DONTUNMAP selftest")
Signed-off-by: John Hubbard <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Cc: Kirill A. Shutemov <[email protected]>
Cc: Brian Geffon <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | tools/testing/selftests/vm/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/vm/.gitignore b/tools/testing/selftests/vm/.gitignore index 0edb6d900e8d..ca17fe0c3280 100644 --- a/tools/testing/selftests/vm/.gitignore +++ b/tools/testing/selftests/vm/.gitignore @@ -6,6 +6,7 @@ map_populate thuge-gen compaction_test mlock2-tests +mremap_dontunmap on-fault-limit transhuge-stress userfaultfd |