Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH] MAINTAINERS: add ABI documents for mm
@ 2026-05-30  1:18 SeongJae Park
  2026-05-31 19:19 ` David Hildenbrand (Arm)
  0 siblings, 1 reply; 5+ messages in thread
From: SeongJae Park @ 2026-05-30  1:18 UTC (permalink / raw)
  Cc: SeongJae Park, Liam R. Howlett, Andrew Morton, David Hildenbrand,
	Lorenzo Stoakes, Michal Hocko, Mike Rapoport, Suren Baghdasaryan,
	Vlastimil Babka, linux-kernel, linux-mm

A few mm subsystem entries in MAINTAINERS are missing their ABI
documents.  Add those.

Signed-off-by: SeongJae Park <sj@kernel.org>
---
1. I found no better place for mm, mm-cma, mm-memory-tiers, and mm-numa,
   so put those on the 'MM - MISC' section.  This is an RFC mainly
   because I want to know if it concerns someone.
2. Also, Cc-ing only 'MM - MISC' M:aintainers and R:eviewers to avoid
   too many recipients.  It becomes ~50 recipients if I add all
   M:aintainers and R:eviewers.

 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e119182a8911d..a31f6f207afd8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16854,6 +16854,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/ABI/testing/sysfs-kernel-mm-ksm
 F:	Documentation/admin-guide/mm/ksm.rst
 F:	Documentation/mm/ksm.rst
 F:	include/linux/ksm.h
@@ -16876,6 +16877,8 @@ 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/ABI/testing/sysfs-kernel-mm-mempolicy
+F:	Documentation/ABI/testing/sysfs-kernel-mm-mempolicy-weighted-interleave
 F:	include/linux/mempolicy.h
 F:	include/uapi/linux/mempolicy.h
 F:	include/linux/migrate.h
@@ -16918,6 +16921,10 @@ 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/ABI/testing/sysfs-kernel-mm
+F:	Documentation/ABI/testing/sysfs-kernel-mm-cma
+F:	Documentation/ABI/testing/sysfs-kernel-mm-memory-tiers
+F:	Documentation/ABI/testing/sysfs-kernel-mm-numa
 F:	Documentation/admin-guide/mm/
 F:	Documentation/mm/
 F:	include/linux/cma.h
@@ -17041,6 +17048,7 @@ R:	Barry Song <baohua@kernel.org>
 R:	Youngjun Park <youngjun.park@lge.com>
 L:	linux-mm@kvack.org
 S:	Maintained
+F:	Documentation/ABI/testing/sysfs-kernel-mm-swap
 F:	Documentation/mm/swap-table.rst
 F:	include/linux/swap.h
 F:	include/linux/swapfile.h
@@ -17068,6 +17076,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/ABI/testing/sysfs-kernel-mm-transparent-hugepage
 F:	Documentation/admin-guide/mm/transhuge.rst
 F:	include/linux/huge_mm.h
 F:	include/linux/khugepaged.h

base-commit: fdaad90bb73cbc2dad3a72c3bdbdfc05a12b3a85
-- 
2.47.3


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [RFC PATCH] MAINTAINERS: add ABI documents for mm
  2026-05-30  1:18 [RFC PATCH] MAINTAINERS: add ABI documents for mm SeongJae Park
@ 2026-05-31 19:19 ` David Hildenbrand (Arm)
  2026-06-01  9:38   ` Lorenzo Stoakes
  2026-06-01 14:58   ` SeongJae Park
  0 siblings, 2 replies; 5+ messages in thread
From: David Hildenbrand (Arm) @ 2026-05-31 19:19 UTC (permalink / raw)
  To: SeongJae Park
  Cc: Liam R. Howlett, Andrew Morton, Lorenzo Stoakes, Michal Hocko,
	Mike Rapoport, Suren Baghdasaryan, Vlastimil Babka, linux-kernel,
	linux-mm

On 5/30/26 03:18, SeongJae Park wrote:
> A few mm subsystem entries in MAINTAINERS are missing their ABI
> documents.  Add those.

Maybe spell out "testing ABI" in here + subject, because I was concerned there
for a second :)

> 
> Signed-off-by: SeongJae Park <sj@kernel.org>
> ---
> 1. I found no better place for mm, mm-cma, mm-memory-tiers, and mm-numa,
>    so put those on the 'MM - MISC' section.  This is an RFC mainly
>    because I want to know if it concerns someone.
> 
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e119182a8911d..a31f6f207afd8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16854,6 +16854,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/ABI/testing/sysfs-kernel-mm-ksm

Makes sense.

>  F:	Documentation/admin-guide/mm/ksm.rst
>  F:	Documentation/mm/ksm.rst
>  F:	include/linux/ksm.h
> @@ -16876,6 +16877,8 @@ 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/ABI/testing/sysfs-kernel-mm-mempolicy
> +F:	Documentation/ABI/testing/sysfs-kernel-mm-mempolicy-weighted-interleave

Makes sense.

>  F:	include/linux/mempolicy.h
>  F:	include/uapi/linux/mempolicy.h
>  F:	include/linux/migrate.h
> @@ -16918,6 +16921,10 @@ 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/ABI/testing/sysfs-kernel-mm

Maybe that one should go to CORE? But MISC works for me as well.

> +F:	Documentation/ABI/testing/sysfs-kernel-mm-cma

Given that CMA is here, sounds about right.

> +F:	Documentation/ABI/testing/sysfs-kernel-mm-memory-tiers

Given that memory tiering stuff is in here, makes sense I guess.

> +F:	Documentation/ABI/testing/sysfs-kernel-mm-numa

That's all about page demotion for vmscan ... but again, also belongs to memory
tiering. So makes sense.

>  F:	Documentation/admin-guide/mm/
>  F:	Documentation/mm/
>  F:	include/linux/cma.h
> @@ -17041,6 +17048,7 @@ R:	Barry Song <baohua@kernel.org>
>  R:	Youngjun Park <youngjun.park@lge.com>
>  L:	linux-mm@kvack.org
>  S:	Maintained
> +F:	Documentation/ABI/testing/sysfs-kernel-mm-swap
>  F:	Documentation/mm/swap-table.rst
>  F:	include/linux/swap.h
>  F:	include/linux/swapfile.h
> @@ -17068,6 +17076,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/ABI/testing/sysfs-kernel-mm-transparent-hugepage
>  F:	Documentation/admin-guide/mm/transhuge.rst
>  F:	include/linux/huge_mm.h
>  F:	include/linux/khugepaged.h

All LGTM.

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

-- 
Cheers,

David


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RFC PATCH] MAINTAINERS: add ABI documents for mm
  2026-05-31 19:19 ` David Hildenbrand (Arm)
@ 2026-06-01  9:38   ` Lorenzo Stoakes
  2026-06-01 15:00     ` SeongJae Park
  2026-06-01 14:58   ` SeongJae Park
  1 sibling, 1 reply; 5+ messages in thread
From: Lorenzo Stoakes @ 2026-06-01  9:38 UTC (permalink / raw)
  To: David Hildenbrand (Arm)
  Cc: SeongJae Park, Liam R. Howlett, Andrew Morton, Michal Hocko,
	Mike Rapoport, Suren Baghdasaryan, Vlastimil Babka, linux-kernel,
	linux-mm

On Sun, May 31, 2026 at 09:19:29PM +0200, David Hildenbrand (Arm) wrote:
> On 5/30/26 03:18, SeongJae Park wrote:
> > A few mm subsystem entries in MAINTAINERS are missing their ABI
> > documents.  Add those.
>
> Maybe spell out "testing ABI" in here + subject, because I was concerned there
> for a second :)
>
> >
> > Signed-off-by: SeongJae Park <sj@kernel.org>
> > ---
> > 1. I found no better place for mm, mm-cma, mm-memory-tiers, and mm-numa,
> >    so put those on the 'MM - MISC' section.  This is an RFC mainly
> >    because I want to know if it concerns someone.
> >
> >  MAINTAINERS | 9 +++++++++
> >  1 file changed, 9 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index e119182a8911d..a31f6f207afd8 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -16854,6 +16854,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/ABI/testing/sysfs-kernel-mm-ksm
>
> Makes sense.
>
> >  F:	Documentation/admin-guide/mm/ksm.rst
> >  F:	Documentation/mm/ksm.rst
> >  F:	include/linux/ksm.h
> > @@ -16876,6 +16877,8 @@ 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/ABI/testing/sysfs-kernel-mm-mempolicy
> > +F:	Documentation/ABI/testing/sysfs-kernel-mm-mempolicy-weighted-interleave
>
> Makes sense.
>
> >  F:	include/linux/mempolicy.h
> >  F:	include/uapi/linux/mempolicy.h
> >  F:	include/linux/migrate.h
> > @@ -16918,6 +16921,10 @@ 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/ABI/testing/sysfs-kernel-mm
>
> Maybe that one should go to CORE? But MISC works for me as well.
>
> > +F:	Documentation/ABI/testing/sysfs-kernel-mm-cma
>
> Given that CMA is here, sounds about right.
>
> > +F:	Documentation/ABI/testing/sysfs-kernel-mm-memory-tiers
>
> Given that memory tiering stuff is in here, makes sense I guess.
>
> > +F:	Documentation/ABI/testing/sysfs-kernel-mm-numa
>
> That's all about page demotion for vmscan ... but again, also belongs to memory
> tiering. So makes sense.
>
> >  F:	Documentation/admin-guide/mm/
> >  F:	Documentation/mm/
> >  F:	include/linux/cma.h
> > @@ -17041,6 +17048,7 @@ R:	Barry Song <baohua@kernel.org>
> >  R:	Youngjun Park <youngjun.park@lge.com>
> >  L:	linux-mm@kvack.org
> >  S:	Maintained
> > +F:	Documentation/ABI/testing/sysfs-kernel-mm-swap
> >  F:	Documentation/mm/swap-table.rst
> >  F:	include/linux/swap.h
> >  F:	include/linux/swapfile.h
> > @@ -17068,6 +17076,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/ABI/testing/sysfs-kernel-mm-transparent-hugepage
> >  F:	Documentation/admin-guide/mm/transhuge.rst
> >  F:	include/linux/huge_mm.h
> >  F:	include/linux/khugepaged.h
>
> All LGTM.
>
> Acked-by: David Hildenbrand (Arm) <david@kernel.org>

Also LGTM from my side - thanks for doing this SJ! :) So:

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

>
> --
> Cheers,
>
> David

Cheers, Lorenzo


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RFC PATCH] MAINTAINERS: add ABI documents for mm
  2026-05-31 19:19 ` David Hildenbrand (Arm)
  2026-06-01  9:38   ` Lorenzo Stoakes
@ 2026-06-01 14:58   ` SeongJae Park
  1 sibling, 0 replies; 5+ messages in thread
From: SeongJae Park @ 2026-06-01 14:58 UTC (permalink / raw)
  To: David Hildenbrand (Arm)
  Cc: SeongJae Park, Liam R. Howlett, Andrew Morton, Lorenzo Stoakes,
	Michal Hocko, Mike Rapoport, Suren Baghdasaryan, Vlastimil Babka,
	linux-kernel, linux-mm

On Sun, 31 May 2026 21:19:29 +0200 "David Hildenbrand (Arm)" <david@kernel.org> wrote:

> On 5/30/26 03:18, SeongJae Park wrote:
> > A few mm subsystem entries in MAINTAINERS are missing their ABI
> > documents.  Add those.
> 
> Maybe spell out "testing ABI" in here + subject, because I was concerned there
> for a second :)

Thank you for the nice suggestion, I will do so.

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


Thank you!


Thanks,
SJ

[...]


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RFC PATCH] MAINTAINERS: add ABI documents for mm
  2026-06-01  9:38   ` Lorenzo Stoakes
@ 2026-06-01 15:00     ` SeongJae Park
  0 siblings, 0 replies; 5+ messages in thread
From: SeongJae Park @ 2026-06-01 15:00 UTC (permalink / raw)
  To: Lorenzo Stoakes
  Cc: SeongJae Park, David Hildenbrand (Arm), Liam R. Howlett,
	Andrew Morton, Michal Hocko, Mike Rapoport, Suren Baghdasaryan,
	Vlastimil Babka, linux-kernel, linux-mm

On Mon, 1 Jun 2026 10:38:53 +0100 Lorenzo Stoakes <ljs@kernel.org> wrote:

> On Sun, May 31, 2026 at 09:19:29PM +0200, David Hildenbrand (Arm) wrote:
> > On 5/30/26 03:18, SeongJae Park wrote:
[...]
> Also LGTM from my side - thanks for doing this SJ! :) So:

I'm happpy to help :)

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

Thank you!


Thanks,
SJ

[...]


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-06-01 15:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-30  1:18 [RFC PATCH] MAINTAINERS: add ABI documents for mm SeongJae Park
2026-05-31 19:19 ` David Hildenbrand (Arm)
2026-06-01  9:38   ` Lorenzo Stoakes
2026-06-01 15:00     ` SeongJae Park
2026-06-01 14:58   ` SeongJae Park

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox