[RFC PATCH] MAINTAINERS: add mm swap section

Lorenzo Stoakes posted 1 patch 6 months, 2 weeks ago
There is a newer version of this series
MAINTAINERS | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
[RFC PATCH] MAINTAINERS: add mm swap section
Posted by Lorenzo Stoakes 6 months, 2 weeks ago
In furtherance of ongoing efforts to ensure people are aware of who
de-facto maintains/has an interest in specific parts of mm, as well trying
to avoid get_maintainers.pl listing only Andrew and the mailing list for
mm files - establish a swap memory management section and add relevant
maintainers/reviewers.

Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
---
REVIEWERS NOTE:

I have taken a look at recent work on the swap and chosen a list of people
who seem to be regular and recent contributors/reviewers.

Please let me know if I missed anybody, or if anybody doesn't wish to be
added here.

I also realise we have a bunch of non-swap stuff living in some of these
files - we will have to address this separately :)

Thanks!

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

diff --git a/MAINTAINERS b/MAINTAINERS
index e66460861bdf..3386272f6bf4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15674,6 +15674,25 @@ S:	Maintained
 F:	include/linux/secretmem.h
 F:	mm/secretmem.c

+MEMORY MANAGEMENT - SWAP
+M:	Andrew Morton <akpm@linux-foundation.org>
+R:	Yu Zhao <yuzhao@google.com>
+R:	Kemeng Shi <shikemeng@huaweicloud.com>
+R:	Kairui Song <kasong@tencent.com>
+R:	Nhat Pham <nphamcs@gmail.com>
+R:	Baoquan He <bhe@redhat.com>
+R:	Barry Song <baohua@kernel.org>
+R:	Chris Li <chrisl@kernel.org>
+L:	linux-mm@kvack.org
+S:	Maintained
+F:	include/linux/swap.h
+F:	include/linux/swapfile.h
+F:	include/linux/swapops.h
+F:	mm/swap.c
+F:	mm/swap.h
+F:	mm/swap_state.c
+F:	mm/swapfile.c
+
 MEMORY MANAGEMENT - THP (TRANSPARENT HUGE PAGE)
 M:	Andrew Morton <akpm@linux-foundation.org>
 M:	David Hildenbrand <david@redhat.com>
--
2.49.0
Re: [RFC PATCH] MAINTAINERS: add mm swap section
Posted by Chris Li 6 months, 2 weeks ago
On Mon, Jun 2, 2025 at 8:20 AM Lorenzo Stoakes
<lorenzo.stoakes@oracle.com> wrote:
>
> In furtherance of ongoing efforts to ensure people are aware of who
> de-facto maintains/has an interest in specific parts of mm, as well trying
> to avoid get_maintainers.pl listing only Andrew and the mailing list for
> mm files - establish a swap memory management section and add relevant
> maintainers/reviewers.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> REVIEWERS NOTE:
>
> I have taken a look at recent work on the swap and chosen a list of people
> who seem to be regular and recent contributors/reviewers.
>
> Please let me know if I missed anybody, or if anybody doesn't wish to be
> added here.
>
> I also realise we have a bunch of non-swap stuff living in some of these
> files - we will have to address this separately :)
>
> Thanks!
>
>  MAINTAINERS | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e66460861bdf..3386272f6bf4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15674,6 +15674,25 @@ S:     Maintained
>  F:     include/linux/secretmem.h
>  F:     mm/secretmem.c
>
> +MEMORY MANAGEMENT - SWAP
> +M:     Andrew Morton <akpm@linux-foundation.org>
> +R:     Yu Zhao <yuzhao@google.com>
> +R:     Kemeng Shi <shikemeng@huaweicloud.com>
> +R:     Kairui Song <kasong@tencent.com>
> +R:     Nhat Pham <nphamcs@gmail.com>
> +R:     Baoquan He <bhe@redhat.com>
> +R:     Barry Song <baohua@kernel.org>
> +R:     Chris Li <chrisl@kernel.org>

Thanks for adding me. I am happy to review the swap related code.

Acked-by: Chris Li <chrisl@kernel.org>

Chris


> +L:     linux-mm@kvack.org
> +S:     Maintained
> +F:     include/linux/swap.h
> +F:     include/linux/swapfile.h
> +F:     include/linux/swapops.h
> +F:     mm/swap.c
> +F:     mm/swap.h
> +F:     mm/swap_state.c
> +F:     mm/swapfile.c
> +
>  MEMORY MANAGEMENT - THP (TRANSPARENT HUGE PAGE)
>  M:     Andrew Morton <akpm@linux-foundation.org>
>  M:     David Hildenbrand <david@redhat.com>
> --
> 2.49.0
>
Re: [RFC PATCH] MAINTAINERS: add mm swap section
Posted by Kairui Song 6 months, 2 weeks ago
On Mon, Jun 2, 2025 at 11:22 PM Lorenzo Stoakes
<lorenzo.stoakes@oracle.com> wrote:
>
> In furtherance of ongoing efforts to ensure people are aware of who
> de-facto maintains/has an interest in specific parts of mm, as well trying
> to avoid get_maintainers.pl listing only Andrew and the mailing list for
> mm files - establish a swap memory management section and add relevant
> maintainers/reviewers.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> REVIEWERS NOTE:
>
> I have taken a look at recent work on the swap and chosen a list of people
> who seem to be regular and recent contributors/reviewers.
>
> Please let me know if I missed anybody, or if anybody doesn't wish to be
> added here.
>
> I also realise we have a bunch of non-swap stuff living in some of these
> files - we will have to address this separately :)
>
> Thanks!
>
>  MAINTAINERS | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e66460861bdf..3386272f6bf4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15674,6 +15674,25 @@ S:     Maintained
>  F:     include/linux/secretmem.h
>  F:     mm/secretmem.c
>
> +MEMORY MANAGEMENT - SWAP
> +M:     Andrew Morton <akpm@linux-foundation.org>
> +R:     Yu Zhao <yuzhao@google.com>
> +R:     Kemeng Shi <shikemeng@huaweicloud.com>
> +R:     Kairui Song <kasong@tencent.com>

Glad to help review swap related codes, thanks!

Acked-by: Kairui Song <kasong@tencent.com>

> +R:     Nhat Pham <nphamcs@gmail.com>
> +R:     Baoquan He <bhe@redhat.com>
> +R:     Barry Song <baohua@kernel.org>
> +R:     Chris Li <chrisl@kernel.org>
> +L:     linux-mm@kvack.org
> +S:     Maintained
> +F:     include/linux/swap.h
> +F:     include/linux/swapfile.h
> +F:     include/linux/swapops.h
> +F:     mm/swap.c
> +F:     mm/swap.h
> +F:     mm/swap_state.c
> +F:     mm/swapfile.c
> +
>  MEMORY MANAGEMENT - THP (TRANSPARENT HUGE PAGE)
>  M:     Andrew Morton <akpm@linux-foundation.org>
>  M:     David Hildenbrand <david@redhat.com>
> --
> 2.49.0
>
Re: [RFC PATCH] MAINTAINERS: add mm swap section
Posted by Kemeng Shi 6 months, 2 weeks ago

on 6/2/2025 11:20 PM, Lorenzo Stoakes wrote:
> In furtherance of ongoing efforts to ensure people are aware of who
> de-facto maintains/has an interest in specific parts of mm, as well trying
> to avoid get_maintainers.pl listing only Andrew and the mailing list for
> mm files - establish a swap memory management section and add relevant
> maintainers/reviewers.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> REVIEWERS NOTE:
> 
> I have taken a look at recent work on the swap and chosen a list of people
> who seem to be regular and recent contributors/reviewers.
> 
> Please let me know if I missed anybody, or if anybody doesn't wish to be
> added here.
> 
> I also realise we have a bunch of non-swap stuff living in some of these
> files - we will have to address this separately :)
> 
> Thanks!
> 
>  MAINTAINERS | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e66460861bdf..3386272f6bf4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15674,6 +15674,25 @@ S:	Maintained
>  F:	include/linux/secretmem.h
>  F:	mm/secretmem.c
> 
> +MEMORY MANAGEMENT - SWAP
> +M:	Andrew Morton <akpm@linux-foundation.org>
> +R:	Yu Zhao <yuzhao@google.com>
> +R:	Kemeng Shi <shikemeng@huaweicloud.com>
> +R:	Kairui Song <kasong@tencent.com>
> +R:	Nhat Pham <nphamcs@gmail.com>
> +R:	Baoquan He <bhe@redhat.com>
> +R:	Barry Song <baohua@kernel.org>
> +R:	Chris Li <chrisl@kernel.org>
> +L:	linux-mm@kvack.org
> +S:	Maintained
> +F:	include/linux/swap.h
> +F:	include/linux/swapfile.h
> +F:	include/linux/swapops.h
> +F:	mm/swap.c
> +F:	mm/swap.h
> +F:	mm/swap_state.c
> +F:	mm/swapfile.c
> +
>  MEMORY MANAGEMENT - THP (TRANSPARENT HUGE PAGE)
>  M:	Andrew Morton <akpm@linux-foundation.org>
>  M:	David Hildenbrand <david@redhat.com>
> --
> 2.49.0
> 
I'm happy to help review the swap code. Thanks!

Acked-by: Kemeng Shi <shikemeng@huaweicloud.com>
Re: [RFC PATCH] MAINTAINERS: add mm swap section
Posted by Andrew Morton 6 months, 2 weeks ago
On Tue, 3 Jun 2025 09:17:50 +0800 Kemeng Shi <shikemeng@huaweicloud.com> wrote:

> > +MEMORY MANAGEMENT - SWAP
> > +M:	Andrew Morton <akpm@linux-foundation.org>
> > +R:	Yu Zhao <yuzhao@google.com>
> > +R:	Kemeng Shi <shikemeng@huaweicloud.com>
> > +R:	Kairui Song <kasong@tencent.com>
> > +R:	Nhat Pham <nphamcs@gmail.com>
> > +R:	Baoquan He <bhe@redhat.com>
> > +R:	Barry Song <baohua@kernel.org>
> > +R:	Chris Li <chrisl@kernel.org>

Whoa.  Hugh doesn't escape that easily.
Re: [RFC PATCH] MAINTAINERS: add mm swap section
Posted by Hugh Dickins 6 months, 2 weeks ago
On Mon, 2 Jun 2025, Andrew Morton wrote:
> On Tue, 3 Jun 2025 09:17:50 +0800 Kemeng Shi <shikemeng@huaweicloud.com> wrote:
> 
> > > +MEMORY MANAGEMENT - SWAP
> > > +M:	Andrew Morton <akpm@linux-foundation.org>
> > > +R:	Yu Zhao <yuzhao@google.com>
> > > +R:	Kemeng Shi <shikemeng@huaweicloud.com>
> > > +R:	Kairui Song <kasong@tencent.com>
> > > +R:	Nhat Pham <nphamcs@gmail.com>
> > > +R:	Baoquan He <bhe@redhat.com>
> > > +R:	Barry Song <baohua@kernel.org>
> > > +R:	Chris Li <chrisl@kernel.org>
> 
> Whoa.  Hugh doesn't escape that easily.

Sorry, no, please leave me out. I don't need to be in any of these
lists to comment when and if I can, and Reviewer I'm certainly not.

(And Lorenzo and David already know I've opted out of these,
there was no disrespect in omitting me.)

Hugh
Re: [RFC PATCH] MAINTAINERS: add mm swap section
Posted by David Hildenbrand 6 months, 2 weeks ago
On 03.06.25 09:20, Hugh Dickins wrote:
> On Mon, 2 Jun 2025, Andrew Morton wrote:
>> On Tue, 3 Jun 2025 09:17:50 +0800 Kemeng Shi <shikemeng@huaweicloud.com> wrote:
>>
>>>> +MEMORY MANAGEMENT - SWAP
>>>> +M:	Andrew Morton <akpm@linux-foundation.org>
>>>> +R:	Yu Zhao <yuzhao@google.com>
>>>> +R:	Kemeng Shi <shikemeng@huaweicloud.com>
>>>> +R:	Kairui Song <kasong@tencent.com>
>>>> +R:	Nhat Pham <nphamcs@gmail.com>
>>>> +R:	Baoquan He <bhe@redhat.com>
>>>> +R:	Barry Song <baohua@kernel.org>
>>>> +R:	Chris Li <chrisl@kernel.org>
>>
>> Whoa.  Hugh doesn't escape that easily.
> 
> Sorry, no, please leave me out. I don't need to be in any of these
> lists to comment when and if I can, and Reviewer I'm certainly not.
> 
> (And Lorenzo and David already know I've opted out of these,
> there was no disrespect in omitting me.)

I'm glad we still have you as M for TMPFS :)

-- 
Cheers,

David / dhildenb
Re: [RFC PATCH] MAINTAINERS: add mm swap section
Posted by Baoquan He 6 months, 2 weeks ago
On 06/02/25 at 04:20pm, Lorenzo Stoakes wrote:
> In furtherance of ongoing efforts to ensure people are aware of who
> de-facto maintains/has an interest in specific parts of mm, as well trying
> to avoid get_maintainers.pl listing only Andrew and the mailing list for
> mm files - establish a swap memory management section and add relevant
> maintainers/reviewers.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> REVIEWERS NOTE:
> 
> I have taken a look at recent work on the swap and chosen a list of people
> who seem to be regular and recent contributors/reviewers.
> 
> Please let me know if I missed anybody, or if anybody doesn't wish to be
> added here.
> 
> I also realise we have a bunch of non-swap stuff living in some of these
> files - we will have to address this separately :)
> 
> Thanks!
> 
>  MAINTAINERS | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e66460861bdf..3386272f6bf4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15674,6 +15674,25 @@ S:	Maintained
>  F:	include/linux/secretmem.h
>  F:	mm/secretmem.c
> 
> +MEMORY MANAGEMENT - SWAP
> +M:	Andrew Morton <akpm@linux-foundation.org>
> +R:	Yu Zhao <yuzhao@google.com>
> +R:	Kemeng Shi <shikemeng@huaweicloud.com>
> +R:	Kairui Song <kasong@tencent.com>
> +R:	Nhat Pham <nphamcs@gmail.com>
> +R:	Baoquan He <bhe@redhat.com>
> +R:	Barry Song <baohua@kernel.org>
> +R:	Chris Li <chrisl@kernel.org>
> +L:	linux-mm@kvack.org
> +S:	Maintained
> +F:	include/linux/swap.h
> +F:	include/linux/swapfile.h
> +F:	include/linux/swapops.h
> +F:	mm/swap.c
> +F:	mm/swap.h
> +F:	mm/swap_state.c
> +F:	mm/swapfile.c

I am happy to help review swap related codes. Thanks.

Acked-by: Baoquan He <bhe@redhat.com>

And by the way, mm/page_io.c may need be put under swap scope either?
Re: [RFC PATCH] MAINTAINERS: add mm swap section
Posted by Lorenzo Stoakes 6 months, 2 weeks ago
On Tue, Jun 03, 2025 at 08:20:50AM +0800, Baoquan He wrote:
> On 06/02/25 at 04:20pm, Lorenzo Stoakes wrote:
> > In furtherance of ongoing efforts to ensure people are aware of who
> > de-facto maintains/has an interest in specific parts of mm, as well trying
> > to avoid get_maintainers.pl listing only Andrew and the mailing list for
> > mm files - establish a swap memory management section and add relevant
> > maintainers/reviewers.
> >
> > Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> > ---
> > REVIEWERS NOTE:
> >
> > I have taken a look at recent work on the swap and chosen a list of people
> > who seem to be regular and recent contributors/reviewers.
> >
> > Please let me know if I missed anybody, or if anybody doesn't wish to be
> > added here.
> >
> > I also realise we have a bunch of non-swap stuff living in some of these
> > files - we will have to address this separately :)
> >
> > Thanks!
> >
> >  MAINTAINERS | 19 +++++++++++++++++++
> >  1 file changed, 19 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index e66460861bdf..3386272f6bf4 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -15674,6 +15674,25 @@ S:	Maintained
> >  F:	include/linux/secretmem.h
> >  F:	mm/secretmem.c
> >
> > +MEMORY MANAGEMENT - SWAP
> > +M:	Andrew Morton <akpm@linux-foundation.org>
> > +R:	Yu Zhao <yuzhao@google.com>
> > +R:	Kemeng Shi <shikemeng@huaweicloud.com>
> > +R:	Kairui Song <kasong@tencent.com>
> > +R:	Nhat Pham <nphamcs@gmail.com>
> > +R:	Baoquan He <bhe@redhat.com>
> > +R:	Barry Song <baohua@kernel.org>
> > +R:	Chris Li <chrisl@kernel.org>
> > +L:	linux-mm@kvack.org
> > +S:	Maintained
> > +F:	include/linux/swap.h
> > +F:	include/linux/swapfile.h
> > +F:	include/linux/swapops.h
> > +F:	mm/swap.c
> > +F:	mm/swap.h
> > +F:	mm/swap_state.c
> > +F:	mm/swapfile.c
>
> I am happy to help review swap related codes. Thanks.
>
> Acked-by: Baoquan He <bhe@redhat.com>

Thanks!

>
> And by the way, mm/page_io.c may need be put under swap scope either?
>

Yeah I think you're right, will add to un-RFC'd version! That is... an unhelpful
filename :)
Re: [RFC PATCH] MAINTAINERS: add mm swap section
Posted by Nhat Pham 6 months, 2 weeks ago
On Mon, Jun 2, 2025 at 8:20 AM Lorenzo Stoakes
<lorenzo.stoakes@oracle.com> wrote:
>
> In furtherance of ongoing efforts to ensure people are aware of who
> de-facto maintains/has an interest in specific parts of mm, as well trying
> to avoid get_maintainers.pl listing only Andrew and the mailing list for
> mm files - establish a swap memory management section and add relevant
> maintainers/reviewers.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> REVIEWERS NOTE:
>
> I have taken a look at recent work on the swap and chosen a list of people
> who seem to be regular and recent contributors/reviewers.
>
> Please let me know if I missed anybody, or if anybody doesn't wish to be
> added here.
>
> I also realise we have a bunch of non-swap stuff living in some of these
> files - we will have to address this separately :)
>
> Thanks!
>
>  MAINTAINERS | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e66460861bdf..3386272f6bf4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15674,6 +15674,25 @@ S:     Maintained
>  F:     include/linux/secretmem.h
>  F:     mm/secretmem.c
>
> +MEMORY MANAGEMENT - SWAP
> +M:     Andrew Morton <akpm@linux-foundation.org>
> +R:     Yu Zhao <yuzhao@google.com>
> +R:     Kemeng Shi <shikemeng@huaweicloud.com>
> +R:     Kairui Song <kasong@tencent.com>
> +R:     Nhat Pham <nphamcs@gmail.com>
> +R:     Baoquan He <bhe@redhat.com>
> +R:     Barry Song <baohua@kernel.org>
> +R:     Chris Li <chrisl@kernel.org>
> +L:     linux-mm@kvack.org
> +S:     Maintained
> +F:     include/linux/swap.h
> +F:     include/linux/swapfile.h
> +F:     include/linux/swapops.h
> +F:     mm/swap.c
> +F:     mm/swap.h
> +F:     mm/swap_state.c
> +F:     mm/swapfile.c

BTW, should we add mm/page_io.c to this list of maintained files? All
of the functions there are swap-related.
Re: [RFC PATCH] MAINTAINERS: add mm swap section
Posted by Lorenzo Stoakes 6 months, 2 weeks ago
On Mon, Jun 02, 2025 at 04:52:43PM -0700, Nhat Pham wrote:
> On Mon, Jun 2, 2025 at 8:20 AM Lorenzo Stoakes
> <lorenzo.stoakes@oracle.com> wrote:
> >
> > In furtherance of ongoing efforts to ensure people are aware of who
> > de-facto maintains/has an interest in specific parts of mm, as well trying
> > to avoid get_maintainers.pl listing only Andrew and the mailing list for
> > mm files - establish a swap memory management section and add relevant
> > maintainers/reviewers.
> >
> > Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> > ---
> > REVIEWERS NOTE:
> >
> > I have taken a look at recent work on the swap and chosen a list of people
> > who seem to be regular and recent contributors/reviewers.
> >
> > Please let me know if I missed anybody, or if anybody doesn't wish to be
> > added here.
> >
> > I also realise we have a bunch of non-swap stuff living in some of these
> > files - we will have to address this separately :)
> >
> > Thanks!
> >
> >  MAINTAINERS | 19 +++++++++++++++++++
> >  1 file changed, 19 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index e66460861bdf..3386272f6bf4 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -15674,6 +15674,25 @@ S:     Maintained
> >  F:     include/linux/secretmem.h
> >  F:     mm/secretmem.c
> >
> > +MEMORY MANAGEMENT - SWAP
> > +M:     Andrew Morton <akpm@linux-foundation.org>
> > +R:     Yu Zhao <yuzhao@google.com>
> > +R:     Kemeng Shi <shikemeng@huaweicloud.com>
> > +R:     Kairui Song <kasong@tencent.com>
> > +R:     Nhat Pham <nphamcs@gmail.com>
> > +R:     Baoquan He <bhe@redhat.com>
> > +R:     Barry Song <baohua@kernel.org>
> > +R:     Chris Li <chrisl@kernel.org>
> > +L:     linux-mm@kvack.org
> > +S:     Maintained
> > +F:     include/linux/swap.h
> > +F:     include/linux/swapfile.h
> > +F:     include/linux/swapops.h
> > +F:     mm/swap.c
> > +F:     mm/swap.h
> > +F:     mm/swap_state.c
> > +F:     mm/swapfile.c
>
> BTW, should we add mm/page_io.c to this list of maintained files? All
> of the functions there are swap-related.

Yeah Baoquan raised this also! Will add to un-RFC'd version.
Re: [RFC PATCH] MAINTAINERS: add mm swap section
Posted by Barry Song 6 months, 2 weeks ago
On Tue, Jun 3, 2025 at 3:20 AM Lorenzo Stoakes
<lorenzo.stoakes@oracle.com> wrote:
>
> In furtherance of ongoing efforts to ensure people are aware of who
> de-facto maintains/has an interest in specific parts of mm, as well trying
> to avoid get_maintainers.pl listing only Andrew and the mailing list for
> mm files - establish a swap memory management section and add relevant
> maintainers/reviewers.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> REVIEWERS NOTE:
>
> I have taken a look at recent work on the swap and chosen a list of people
> who seem to be regular and recent contributors/reviewers.
>
> Please let me know if I missed anybody, or if anybody doesn't wish to be
> added here.
>
> I also realise we have a bunch of non-swap stuff living in some of these
> files - we will have to address this separately :)
>
> Thanks!
>
>  MAINTAINERS | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e66460861bdf..3386272f6bf4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15674,6 +15674,25 @@ S:     Maintained
>  F:     include/linux/secretmem.h
>  F:     mm/secretmem.c
>
> +MEMORY MANAGEMENT - SWAP
> +M:     Andrew Morton <akpm@linux-foundation.org>
> +R:     Yu Zhao <yuzhao@google.com>
> +R:     Kemeng Shi <shikemeng@huaweicloud.com>
> +R:     Kairui Song <kasong@tencent.com>
> +R:     Nhat Pham <nphamcs@gmail.com>
> +R:     Baoquan He <bhe@redhat.com>
> +R:     Barry Song <baohua@kernel.org>

I'm happy to help review the swap code. Thanks!

Acked-by: Barry Song <baohua@kernel.org>

> +R:     Chris Li <chrisl@kernel.org>
> +L:     linux-mm@kvack.org
> +S:     Maintained
> +F:     include/linux/swap.h
> +F:     include/linux/swapfile.h
> +F:     include/linux/swapops.h
> +F:     mm/swap.c
> +F:     mm/swap.h
> +F:     mm/swap_state.c
> +F:     mm/swapfile.c
> +
>  MEMORY MANAGEMENT - THP (TRANSPARENT HUGE PAGE)
>  M:     Andrew Morton <akpm@linux-foundation.org>
>  M:     David Hildenbrand <david@redhat.com>
> --
> 2.49.0

Thanks
Barry
Re: [RFC PATCH] MAINTAINERS: add mm swap section
Posted by Nhat Pham 6 months, 2 weeks ago
On Mon, Jun 2, 2025 at 8:20 AM Lorenzo Stoakes
<lorenzo.stoakes@oracle.com> wrote:
>
> In furtherance of ongoing efforts to ensure people are aware of who
> de-facto maintains/has an interest in specific parts of mm, as well trying
> to avoid get_maintainers.pl listing only Andrew and the mailing list for
> mm files - establish a swap memory management section and add relevant
> maintainers/reviewers.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> REVIEWERS NOTE:
>
> I have taken a look at recent work on the swap and chosen a list of people
> who seem to be regular and recent contributors/reviewers.
>
> Please let me know if I missed anybody, or if anybody doesn't wish to be
> added here.
>
> I also realise we have a bunch of non-swap stuff living in some of these
> files - we will have to address this separately :)
>
> Thanks!
>
>  MAINTAINERS | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e66460861bdf..3386272f6bf4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15674,6 +15674,25 @@ S:     Maintained
>  F:     include/linux/secretmem.h
>  F:     mm/secretmem.c
>
> +MEMORY MANAGEMENT - SWAP
> +M:     Andrew Morton <akpm@linux-foundation.org>
> +R:     Yu Zhao <yuzhao@google.com>
> +R:     Kemeng Shi <shikemeng@huaweicloud.com>
> +R:     Kairui Song <kasong@tencent.com>
> +R:     Nhat Pham <nphamcs@gmail.com>

I'm honored, and would gladly help review swap patches :)

Acked-by: Nhat Pham <nphamcs@gmail.com>

> +R:     Baoquan He <bhe@redhat.com>
> +R:     Barry Song <baohua@kernel.org>
> +R:     Chris Li <chrisl@kernel.org>
> +L:     linux-mm@kvack.org
> +S:     Maintained
> +F:     include/linux/swap.h
> +F:     include/linux/swapfile.h
> +F:     include/linux/swapops.h
> +F:     mm/swap.c
> +F:     mm/swap.h
> +F:     mm/swap_state.c
> +F:     mm/swapfile.c
> +
>  MEMORY MANAGEMENT - THP (TRANSPARENT HUGE PAGE)
>  M:     Andrew Morton <akpm@linux-foundation.org>
>  M:     David Hildenbrand <david@redhat.com>
> --
> 2.49.0