[PATCH] MAINTAINERS: add missing test files to mm gup section

Lorenzo Stoakes posted 1 patch 3 months, 3 weeks ago
MAINTAINERS | 4 ++++
1 file changed, 4 insertions(+)
[PATCH] MAINTAINERS: add missing test files to mm gup section
Posted by Lorenzo Stoakes 3 months, 3 weeks ago
We previously overlooked GUP test files that sensibly should belong to the
GUP section, include them now.

Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
---
 MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4523a6409186..96407b87d1aa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15795,6 +15795,10 @@ S:	Maintained
 W:	http://www.linux-mm.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
 F:	mm/gup.c
+F:	mm/gup_test.c
+F:	mm/gup_test.h
+F:	tools/testing/selftests/mm/gup_longterm.c
+F:	tools/testing/selftests/mm/gup_test.c
 
 MEMORY MANAGEMENT - KSM (Kernel Samepage Merging)
 M:	Andrew Morton <akpm@linux-foundation.org>
-- 
2.49.0
Re: [PATCH] MAINTAINERS: add missing test files to mm gup section
Posted by John Hubbard 3 months, 3 weeks ago
On 6/16/25 1:08 PM, Lorenzo Stoakes wrote:
> We previously overlooked GUP test files that sensibly should belong to the
> GUP section, include them now.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
>  MAINTAINERS | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4523a6409186..96407b87d1aa 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15795,6 +15795,10 @@ S:	Maintained
>  W:	http://www.linux-mm.org
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
>  F:	mm/gup.c
> +F:	mm/gup_test.c
> +F:	mm/gup_test.h
> +F:	tools/testing/selftests/mm/gup_longterm.c
> +F:	tools/testing/selftests/mm/gup_test.c
>

Yes, these are all in use. Looks good.

  
>  MEMORY MANAGEMENT - KSM (Kernel Samepage Merging)
>  M:	Andrew Morton <akpm@linux-foundation.org>


Reviewed-by: John Hubbard <jhubbard@nvidia.com>

thanks,
-- 
John Hubbard
Re: [PATCH] MAINTAINERS: add missing test files to mm gup section
Posted by David Hildenbrand 3 months, 3 weeks ago
On 16.06.25 22:08, Lorenzo Stoakes wrote:
> We previously overlooked GUP test files that sensibly should belong to the
> GUP section, include them now.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
>   MAINTAINERS | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4523a6409186..96407b87d1aa 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15795,6 +15795,10 @@ S:	Maintained
>   W:	http://www.linux-mm.org
>   T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
>   F:	mm/gup.c
> +F:	mm/gup_test.c
> +F:	mm/gup_test.h
> +F:	tools/testing/selftests/mm/gup_longterm.c
> +F:	tools/testing/selftests/mm/gup_test.c
>   
>   MEMORY MANAGEMENT - KSM (Kernel Samepage Merging)
>   M:	Andrew Morton <akpm@linux-foundation.org>

Thanks!

Acked-by: David Hildenbrand <david@redhat.com>

-- 
Cheers,

David / dhildenb