[PATCH] MAINTAINERS: add vm.rst to memory management core

Brian Masney posted 1 patch 1 week, 4 days ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: add vm.rst to memory management core
Posted by Brian Masney 1 week, 4 days ago
The vm.rst file is currently not listed in the MAINTAINERS file, so
let's go ahead and add to the MM core subsystem so that the maintainers
are CCed when changes to the documentation are proposed.

Signed-off-by: Brian Masney <bmasney@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c99f0650b334..d8dcc4f25ccf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16923,6 +16923,7 @@ L:	linux-mm@kvack.org
 S:	Maintained
 W:	http://www.linux-mm.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
+F:	Documentation/admin-guide/sysctl/vm.rst
 F:	include/linux/folio_batch.h
 F:	include/linux/gfp.h
 F:	include/linux/gfp_types.h

---
base-commit: e7d700e14934e68f86338c5610cf2ae76798b663
change-id: 20260528-mm-vm-rst-maintainers-file-1baa6da1e7ef

Best regards,
-- 
Brian Masney <bmasney@redhat.com>
Re: [PATCH] MAINTAINERS: add vm.rst to memory management core
Posted by David Hildenbrand (Arm) 1 week ago
On 5/28/26 15:56, Brian Masney wrote:
> The vm.rst file is currently not listed in the MAINTAINERS file, so
> let's go ahead and add to the MM core subsystem so that the maintainers
> are CCed when changes to the documentation are proposed.
> 
> Signed-off-by: Brian Masney <bmasney@redhat.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c99f0650b334..d8dcc4f25ccf 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16923,6 +16923,7 @@ L:	linux-mm@kvack.org
>  S:	Maintained
>  W:	http://www.linux-mm.org
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
> +F:	Documentation/admin-guide/sysctl/vm.rst
>  F:	include/linux/folio_batch.h
>  F:	include/linux/gfp.h
>  F:	include/linux/gfp_types.h

Acked-by: David Hildenbrand (Arm) <david@kernel.org>

-- 
Cheers,

David
Re: [PATCH] MAINTAINERS: add vm.rst to memory management core
Posted by SeongJae Park 1 week, 3 days ago
On Thu, 28 May 2026 09:56:14 -0400 Brian Masney <bmasney@redhat.com> wrote:

> The vm.rst file is currently not listed in the MAINTAINERS file, so
> let's go ahead and add to the MM core subsystem so that the maintainers
> are CCed when changes to the documentation are proposed.

Makes sense to me.

Probably out of the scope of this patch, but would it make sense to also rename
it to mm.rst, like we replaced many 'vm' parts of file names to 'mm', e.g.,
commit ee65728e103b ("docs: rename Documentation/vm to Documentation/mm") in
future?

> 
> Signed-off-by: Brian Masney <bmasney@redhat.com>

Reviewed-by: SeongJae Park <sj@kernel.org>


Thanks,
SJ

[...]
Re: [PATCH] MAINTAINERS: add vm.rst to memory management core
Posted by SeongJae Park 1 week, 3 days ago
On Thu, 28 May 2026 17:25:24 -0700 SeongJae Park <sj@kernel.org> wrote:

> On Thu, 28 May 2026 09:56:14 -0400 Brian Masney <bmasney@redhat.com> wrote:
> 
> > The vm.rst file is currently not listed in the MAINTAINERS file, so
> > let's go ahead and add to the MM core subsystem so that the maintainers
> > are CCed when changes to the documentation are proposed.
> 
> Makes sense to me.
> 
> Probably out of the scope of this patch, but would it make sense to also rename
> it to mm.rst, like we replaced many 'vm' parts of file names to 'mm', e.g.,
> commit ee65728e103b ("docs: rename Documentation/vm to Documentation/mm") in
> future?

Reading above again, I think I wrote it in a confusing way, sorry.

I mean, it is "definitely" out of the scope of this patch.  I'm not asking
Brian to do such renaming.  I'm just loudly wondering if such renaming is
somewhat worthy to do in future.


Thanks,
SJ

[...]
Re: [PATCH] MAINTAINERS: add vm.rst to memory management core
Posted by Liam R. Howlett 1 week, 3 days ago
On 26/05/28 09:56AM, Brian Masney wrote:
> The vm.rst file is currently not listed in the MAINTAINERS file, so
> let's go ahead and add to the MM core subsystem so that the maintainers
> are CCed when changes to the documentation are proposed.
> 
> Signed-off-by: Brian Masney <bmasney@redhat.com>

Reviewed-by: Liam R. Howlett (Oracle) <liam@infradead.org>


> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c99f0650b334..d8dcc4f25ccf 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16923,6 +16923,7 @@ L:	linux-mm@kvack.org
>  S:	Maintained
>  W:	http://www.linux-mm.org
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
> +F:	Documentation/admin-guide/sysctl/vm.rst
>  F:	include/linux/folio_batch.h
>  F:	include/linux/gfp.h
>  F:	include/linux/gfp_types.h
> 
> ---
> base-commit: e7d700e14934e68f86338c5610cf2ae76798b663
> change-id: 20260528-mm-vm-rst-maintainers-file-1baa6da1e7ef
> 
> Best regards,
> -- 
> Brian Masney <bmasney@redhat.com>
>
Re: [PATCH] MAINTAINERS: add vm.rst to memory management core
Posted by Oscar Salvador (SUSE) 1 week, 4 days ago
On Thu, May 28, 2026 at 09:56:14AM -0400, Brian Masney wrote:
> The vm.rst file is currently not listed in the MAINTAINERS file, so
> let's go ahead and add to the MM core subsystem so that the maintainers
> are CCed when changes to the documentation are proposed.
> 
> Signed-off-by: Brian Masney <bmasney@redhat.com>

Reviewed-by: Oscar Salvador (SUSE) <osalvador@kernel.org>

 

-- 
Oscar Salvador
SUSE Labs
Re: [PATCH] MAINTAINERS: add vm.rst to memory management core
Posted by Lorenzo Stoakes 1 week, 4 days ago
On Thu, May 28, 2026 at 09:56:14AM -0400, Brian Masney wrote:
> The vm.rst file is currently not listed in the MAINTAINERS file, so
> let's go ahead and add to the MM core subsystem so that the maintainers
> are CCed when changes to the documentation are proposed.
>
> Signed-off-by: Brian Masney <bmasney@redhat.com>

Seems reasonable to me, so:

Reviewed-by: Lorenzo Stoakes <ljs@kernel.org>

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c99f0650b334..d8dcc4f25ccf 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16923,6 +16923,7 @@ L:	linux-mm@kvack.org
>  S:	Maintained
>  W:	http://www.linux-mm.org
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
> +F:	Documentation/admin-guide/sysctl/vm.rst
>  F:	include/linux/folio_batch.h
>  F:	include/linux/gfp.h
>  F:	include/linux/gfp_types.h
>
> ---
> base-commit: e7d700e14934e68f86338c5610cf2ae76798b663
> change-id: 20260528-mm-vm-rst-maintainers-file-1baa6da1e7ef
>
> Best regards,
> --
> Brian Masney <bmasney@redhat.com>
>