* Re: [PATCH] MAINTAINERS: add vm.rst to memory management core
2026-05-28 13:56 [PATCH] MAINTAINERS: add vm.rst to memory management core Brian Masney
@ 2026-05-28 13:59 ` Lorenzo Stoakes
2026-05-28 14:06 ` Oscar Salvador (SUSE)
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Lorenzo Stoakes @ 2026-05-28 13:59 UTC (permalink / raw)
To: Brian Masney
Cc: Andrew Morton, David Hildenbrand, Liam R. Howlett,
Vlastimil Babka, Mike Rapoport, Suren Baghdasaryan, Michal Hocko,
linux-mm, linux-kernel
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>
>
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] MAINTAINERS: add vm.rst to memory management core
2026-05-28 13:56 [PATCH] MAINTAINERS: add vm.rst to memory management core Brian Masney
2026-05-28 13:59 ` Lorenzo Stoakes
@ 2026-05-28 14:06 ` Oscar Salvador (SUSE)
2026-05-28 19:12 ` Liam R. Howlett
2026-05-29 0:25 ` SeongJae Park
3 siblings, 0 replies; 6+ messages in thread
From: Oscar Salvador (SUSE) @ 2026-05-28 14:06 UTC (permalink / raw)
To: Brian Masney
Cc: Andrew Morton, David Hildenbrand, Lorenzo Stoakes,
Liam R. Howlett, Vlastimil Babka, Mike Rapoport,
Suren Baghdasaryan, Michal Hocko, linux-mm, linux-kernel
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: add vm.rst to memory management core
2026-05-28 13:56 [PATCH] MAINTAINERS: add vm.rst to memory management core Brian Masney
2026-05-28 13:59 ` Lorenzo Stoakes
2026-05-28 14:06 ` Oscar Salvador (SUSE)
@ 2026-05-28 19:12 ` Liam R. Howlett
2026-05-29 0:25 ` SeongJae Park
3 siblings, 0 replies; 6+ messages in thread
From: Liam R. Howlett @ 2026-05-28 19:12 UTC (permalink / raw)
To: Brian Masney
Cc: Andrew Morton, David Hildenbrand, Lorenzo Stoakes,
Vlastimil Babka, Mike Rapoport, Suren Baghdasaryan, Michal Hocko,
linux-mm, linux-kernel
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>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: add vm.rst to memory management core
2026-05-28 13:56 [PATCH] MAINTAINERS: add vm.rst to memory management core Brian Masney
` (2 preceding siblings ...)
2026-05-28 19:12 ` Liam R. Howlett
@ 2026-05-29 0:25 ` SeongJae Park
2026-05-29 1:26 ` SeongJae Park
3 siblings, 1 reply; 6+ messages in thread
From: SeongJae Park @ 2026-05-29 0:25 UTC (permalink / raw)
To: Brian Masney
Cc: SeongJae Park, Andrew Morton, David Hildenbrand, Lorenzo Stoakes,
Liam R. Howlett, Vlastimil Babka, Mike Rapoport,
Suren Baghdasaryan, Michal Hocko, linux-mm, linux-kernel
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
[...]
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] MAINTAINERS: add vm.rst to memory management core
2026-05-29 0:25 ` SeongJae Park
@ 2026-05-29 1:26 ` SeongJae Park
0 siblings, 0 replies; 6+ messages in thread
From: SeongJae Park @ 2026-05-29 1:26 UTC (permalink / raw)
To: SeongJae Park
Cc: Brian Masney, Andrew Morton, David Hildenbrand, Lorenzo Stoakes,
Liam R. Howlett, Vlastimil Babka, Mike Rapoport,
Suren Baghdasaryan, Michal Hocko, linux-mm, linux-kernel
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
[...]
^ permalink raw reply [flat|nested] 6+ messages in thread