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

From: John Hubbard
Date: Mon Jun 16 2025 - 22:31:21 EST


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@xxxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxxxxxxxxx>


Reviewed-by: John Hubbard <jhubbard@xxxxxxxxxx>

thanks,
--
John Hubbard