linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] selftests/vm: .gitignore fixes for mmotm
@ 2020-05-17  0:25 John Hubbard
  2020-05-17  0:25 ` [PATCH 1/1] selftests/vm/.gitignore: add khugepaged, mremap_dontunmap John Hubbard
  0 siblings, 1 reply; 2+ messages in thread
From: John Hubbard @ 2020-05-17  0:25 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Brian Geffon, Kirill A . Shutemov, Shuah Khan, LKML, linux-mm,
	linux-kselftest, John Hubbard

These apply to today's mmotm. Some merge notes:

* The missing item ("mremap_dontunmap") at the *top* of .gitignore
  for this patch will also being applied to linux.git in a separate
  patch [1].

  The other missing item ("khugepaged") is added to *bottom* of
  .gitignore. This approach allows merging to work without manual
  intervention in this case.

[1] https://lore.kernel.org/r/20200517001245.361762-3-jhubbard@nvidia.com

John Hubbard (1):
  selftests/vm/.gitignore: add khugepaged, mremap_dontunmap

 tools/testing/selftests/vm/.gitignore | 2 ++
 1 file changed, 2 insertions(+)


base-commit: 2bbf0589bfeb27800c730b76eacf34528eee5418
-- 
2.26.2



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] selftests/vm/.gitignore: add khugepaged, mremap_dontunmap
  2020-05-17  0:25 [PATCH 0/1] selftests/vm: .gitignore fixes for mmotm John Hubbard
@ 2020-05-17  0:25 ` John Hubbard
  0 siblings, 0 replies; 2+ messages in thread
From: John Hubbard @ 2020-05-17  0:25 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Brian Geffon, Kirill A . Shutemov, Shuah Khan, LKML, linux-mm,
	linux-kselftest, John Hubbard

Add mremap_dontunmap and khugepaged to .gitignore.

Fixes: 6582dba23f8b ("khugepaged: add self test")
Fixes: 0c28759ee3c9 ("selftests: add MREMAP_DONTUNMAP selftest")
Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Cc: Brian Geffon <bgeffon@google.com>
Signed-off-by: John Hubbard <jhubbard@nvidia.com>
---
 tools/testing/selftests/vm/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/testing/selftests/vm/.gitignore b/tools/testing/selftests/vm/.gitignore
index 4ff9708277fb..ddf5426416fa 100644
--- a/tools/testing/selftests/vm/.gitignore
+++ b/tools/testing/selftests/vm/.gitignore
@@ -1,4 +1,5 @@
 # SPDX-License-Identifier: GPL-2.0-only
+mremap_dontunmap
 hugepage-mmap
 hugepage-shm
 map_hugetlb
@@ -18,3 +19,4 @@ va_128TBswitch
 map_fixed_noreplace
 write_to_hugetlbfs
 hmm-tests
+khugepaged
-- 
2.26.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-17  0:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-17  0:25 [PATCH 0/1] selftests/vm: .gitignore fixes for mmotm John Hubbard
2020-05-17  0:25 ` [PATCH 1/1] selftests/vm/.gitignore: add khugepaged, mremap_dontunmap John Hubbard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).