Re: [PATCH v9 3/3] MAINTAINERS: add HMM selftests

From: Ralph Campbell
Date: Mon Apr 20 2020 - 14:38:11 EST



On 4/17/20 5:59 PM, Joe Perches wrote:
On Fri, 2020-04-17 at 16:54 -0700, Ralph Campbell wrote:
Add files for HMM selftests.

Signed-off-by: Ralph Campbell <rcampbell@xxxxxxxxxx>
---
MAINTAINERS | 3 +++
1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e64e5db31497..072921b7bae2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7729,6 +7729,9 @@ S: Maintained
F: Documentation/vm/hmm.rst
F: include/linux/hmm*
F: mm/hmm*
+F: include/uapi/linux/test_hmm*
+F: lib/test_hmm*
+F: tools/testing/selftests/vm/*hmm*

file patterns in alphabetic order please:

F Documentation/vm/hmm.rst
F: include/linux/hmm*
F: include/uapi/linux/test_hmm*
F: lib/test_hmm*
F: mm/hmm*
F: tools/testing/selftests/vm/*hmm*


No problem. Will fix in the next posting.
Thanks.