Re: [RFC PATCH] MAINTAINERS: add mm swap section
From: Lorenzo Stoakes
Date: Tue Jun 03 2025 - 07:59:19 EST
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@xxxxxxxxxx>
> > ---
> > 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@xxxxxxxxxxxxxxxxxxxx>
> > +R: Yu Zhao <yuzhao@xxxxxxxxxx>
> > +R: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
> > +R: Kairui Song <kasong@xxxxxxxxxxx>
> > +R: Nhat Pham <nphamcs@xxxxxxxxx>
> > +R: Baoquan He <bhe@xxxxxxxxxx>
> > +R: Barry Song <baohua@xxxxxxxxxx>
> > +R: Chris Li <chrisl@xxxxxxxxxx>
> > +L: linux-mm@xxxxxxxxx
> > +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@xxxxxxxxxx>
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 :)