diff mbox series

[v9,3/3] MAINTAINERS: add HMM selftests

Message ID 20200417235458.13462-4-rcampbell@nvidia.com (mailing list archive)
State New
Headers show
Series mm/hmm/test: add self tests for HMM | expand

Commit Message

Ralph Campbell April 17, 2020, 11:54 p.m. UTC
Add files for HMM selftests.

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

Comments

Joe Perches April 18, 2020, 12:59 a.m. UTC | #1
On Fri, 2020-04-17 at 16:54 -0700, Ralph Campbell wrote:
> Add files for HMM selftests.
> 
> Signed-off-by: Ralph Campbell <rcampbell@nvidia.com>
> ---
>  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*
Andrew Morton April 18, 2020, 1:13 a.m. UTC | #2
On Fri, 17 Apr 2020 17:59:03 -0700 Joe Perches <joe@perches.com> wrote:

> On Fri, 2020-04-17 at 16:54 -0700, Ralph Campbell wrote:
> > Add files for HMM selftests.
> > 
> > Signed-off-by: Ralph Campbell <rcampbell@nvidia.com>
> > ---
> >  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*	

checkpatch rule for this, please ;)
Joe Perches April 18, 2020, 1:17 a.m. UTC | #3
On Fri, 2020-04-17 at 18:13 -0700, Andrew Morton wrote:
> On Fri, 17 Apr 2020 17:59:03 -0700 Joe Perches <joe@perches.com> wrote:
> 
> > On Fri, 2020-04-17 at 16:54 -0700, Ralph Campbell wrote:
> > > Add files for HMM selftests.
> > > 
> > > Signed-off-by: Ralph Campbell <rcampbell@nvidia.com>
> > > ---
> > >  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*	
> 
> checkpatch rule for this, please ;)

Already sent a few days ago to you ;)

https://lore.kernel.org/lkml/17677130b3ca62d79817e6a22546bad39d7e81b4.camel@perches.com/

And somehow already in -mm too, at least by the email you sent me:

The patch titled
     Subject: checkpatch: additional MAINTAINER section entry ordering checks
has been added to the -mm tree.  Its filename is
     checkpatch-additional-maintainer-section-entry-ordering-checks.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/checkpatch-additional-maintainer-section-entry-ordering-checks.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/checkpatch-additional-maintainer-section-entry-ordering-checks.patch
Leon Romanovsky April 18, 2020, 6:06 a.m. UTC | #4
On Fri, Apr 17, 2020 at 04:54:58PM -0700, Ralph Campbell wrote:
> Add files for HMM selftests.
>
> Signed-off-by: Ralph Campbell <rcampbell@nvidia.com>
> ---
>  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*

This line is not needed anymore.

Thanks

> +F:	lib/test_hmm*
> +F:	tools/testing/selftests/vm/*hmm*
>
>  HOST AP DRIVER
>  M:	Jouni Malinen <j@w1.fi>
> --
> 2.25.2
>
>
Ralph Campbell April 20, 2020, 6:38 p.m. UTC | #5
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@nvidia.com>
>> ---
>>   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.
Ralph Campbell April 20, 2020, 6:39 p.m. UTC | #6
On 4/17/20 11:06 PM, Leon Romanovsky wrote:
> On Fri, Apr 17, 2020 at 04:54:58PM -0700, Ralph Campbell wrote:
>> Add files for HMM selftests.
>>
>> Signed-off-by: Ralph Campbell <rcampbell@nvidia.com>
>> ---
>>   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*
> 
> This line is not needed anymore.
> 
> Thanks

Thank you. I'll fix this in the next posting.
diff mbox series

Patch

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*
 
 HOST AP DRIVER
 M:	Jouni Malinen <j@w1.fi>