* Re: [RFC PATCH] MAINTAINERS: add mm swap section
2025-06-02 15:20 [RFC PATCH] MAINTAINERS: add mm swap section Lorenzo Stoakes
@ 2025-06-02 16:54 ` Nhat Pham
2025-06-02 21:36 ` Barry Song
` (5 subsequent siblings)
6 siblings, 0 replies; 13+ messages in thread
From: Nhat Pham @ 2025-06-02 16:54 UTC (permalink / raw)
To: Lorenzo Stoakes
Cc: Andrew Morton, Yu Zhao, Kemeng Shi, Kairui Song, Baoquan He,
Barry Song, Chris Li, linux-mm, linux-kernel
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
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [RFC PATCH] MAINTAINERS: add mm swap section
2025-06-02 15:20 [RFC PATCH] MAINTAINERS: add mm swap section Lorenzo Stoakes
2025-06-02 16:54 ` Nhat Pham
@ 2025-06-02 21:36 ` Barry Song
2025-06-02 23:52 ` Nhat Pham
` (4 subsequent siblings)
6 siblings, 0 replies; 13+ messages in thread
From: Barry Song @ 2025-06-02 21:36 UTC (permalink / raw)
To: Lorenzo Stoakes
Cc: Andrew Morton, Yu Zhao, Kemeng Shi, Kairui Song, Nhat Pham,
Baoquan He, Chris Li, linux-mm, linux-kernel
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
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [RFC PATCH] MAINTAINERS: add mm swap section
2025-06-02 15:20 [RFC PATCH] MAINTAINERS: add mm swap section Lorenzo Stoakes
2025-06-02 16:54 ` Nhat Pham
2025-06-02 21:36 ` Barry Song
@ 2025-06-02 23:52 ` Nhat Pham
2025-06-03 11:52 ` Lorenzo Stoakes
2025-06-03 0:20 ` Baoquan He
` (3 subsequent siblings)
6 siblings, 1 reply; 13+ messages in thread
From: Nhat Pham @ 2025-06-02 23:52 UTC (permalink / raw)
To: Lorenzo Stoakes
Cc: Andrew Morton, Yu Zhao, Kemeng Shi, Kairui Song, Baoquan He,
Barry Song, Chris Li, linux-mm, linux-kernel
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.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [RFC PATCH] MAINTAINERS: add mm swap section
2025-06-02 23:52 ` Nhat Pham
@ 2025-06-03 11:52 ` Lorenzo Stoakes
0 siblings, 0 replies; 13+ messages in thread
From: Lorenzo Stoakes @ 2025-06-03 11:52 UTC (permalink / raw)
To: Nhat Pham
Cc: Andrew Morton, Yu Zhao, Kemeng Shi, Kairui Song, Baoquan He,
Barry Song, Chris Li, linux-mm, linux-kernel
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.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [RFC PATCH] MAINTAINERS: add mm swap section
2025-06-02 15:20 [RFC PATCH] MAINTAINERS: add mm swap section Lorenzo Stoakes
` (2 preceding siblings ...)
2025-06-02 23:52 ` Nhat Pham
@ 2025-06-03 0:20 ` Baoquan He
2025-06-03 11:52 ` Lorenzo Stoakes
2025-06-03 1:17 ` Kemeng Shi
` (2 subsequent siblings)
6 siblings, 1 reply; 13+ messages in thread
From: Baoquan He @ 2025-06-03 0:20 UTC (permalink / raw)
To: Lorenzo Stoakes
Cc: Andrew Morton, Yu Zhao, Kemeng Shi, Kairui Song, Nhat Pham,
Barry Song, Chris Li, linux-mm, linux-kernel
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?
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [RFC PATCH] MAINTAINERS: add mm swap section
2025-06-03 0:20 ` Baoquan He
@ 2025-06-03 11:52 ` Lorenzo Stoakes
0 siblings, 0 replies; 13+ messages in thread
From: Lorenzo Stoakes @ 2025-06-03 11:52 UTC (permalink / raw)
To: Baoquan He
Cc: Andrew Morton, Yu Zhao, Kemeng Shi, Kairui Song, Nhat Pham,
Barry Song, Chris Li, linux-mm, linux-kernel
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 :)
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [RFC PATCH] MAINTAINERS: add mm swap section
2025-06-02 15:20 [RFC PATCH] MAINTAINERS: add mm swap section Lorenzo Stoakes
` (3 preceding siblings ...)
2025-06-03 0:20 ` Baoquan He
@ 2025-06-03 1:17 ` Kemeng Shi
2025-06-03 1:57 ` Andrew Morton
2025-06-03 2:50 ` Kairui Song
2025-06-03 20:29 ` Chris Li
6 siblings, 1 reply; 13+ messages in thread
From: Kemeng Shi @ 2025-06-03 1:17 UTC (permalink / raw)
To: Lorenzo Stoakes, Andrew Morton
Cc: Yu Zhao, Kairui Song, Nhat Pham, Baoquan He, Barry Song, Chris Li,
linux-mm, linux-kernel
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>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [RFC PATCH] MAINTAINERS: add mm swap section
2025-06-03 1:17 ` Kemeng Shi
@ 2025-06-03 1:57 ` Andrew Morton
2025-06-03 7:20 ` Hugh Dickins
0 siblings, 1 reply; 13+ messages in thread
From: Andrew Morton @ 2025-06-03 1:57 UTC (permalink / raw)
To: Kemeng Shi
Cc: Lorenzo Stoakes, Yu Zhao, Kairui Song, Nhat Pham, Baoquan He,
Barry Song, Chris Li, linux-mm, linux-kernel, Hugh Dickins
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.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [RFC PATCH] MAINTAINERS: add mm swap section
2025-06-03 1:57 ` Andrew Morton
@ 2025-06-03 7:20 ` Hugh Dickins
2025-06-03 12:18 ` David Hildenbrand
0 siblings, 1 reply; 13+ messages in thread
From: Hugh Dickins @ 2025-06-03 7:20 UTC (permalink / raw)
To: Andrew Morton
Cc: Kemeng Shi, Lorenzo Stoakes, Yu Zhao, Kairui Song, Nhat Pham,
Baoquan He, Barry Song, Chris Li, linux-mm, linux-kernel,
Hugh Dickins
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
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [RFC PATCH] MAINTAINERS: add mm swap section
2025-06-03 7:20 ` Hugh Dickins
@ 2025-06-03 12:18 ` David Hildenbrand
0 siblings, 0 replies; 13+ messages in thread
From: David Hildenbrand @ 2025-06-03 12:18 UTC (permalink / raw)
To: Hugh Dickins, Andrew Morton
Cc: Kemeng Shi, Lorenzo Stoakes, Yu Zhao, Kairui Song, Nhat Pham,
Baoquan He, Barry Song, Chris Li, linux-mm, linux-kernel
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
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [RFC PATCH] MAINTAINERS: add mm swap section
2025-06-02 15:20 [RFC PATCH] MAINTAINERS: add mm swap section Lorenzo Stoakes
` (4 preceding siblings ...)
2025-06-03 1:17 ` Kemeng Shi
@ 2025-06-03 2:50 ` Kairui Song
2025-06-03 20:29 ` Chris Li
6 siblings, 0 replies; 13+ messages in thread
From: Kairui Song @ 2025-06-03 2:50 UTC (permalink / raw)
To: Lorenzo Stoakes
Cc: Andrew Morton, Yu Zhao, Kemeng Shi, Nhat Pham, Baoquan He,
Barry Song, Chris Li, linux-mm, linux-kernel
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
>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [RFC PATCH] MAINTAINERS: add mm swap section
2025-06-02 15:20 [RFC PATCH] MAINTAINERS: add mm swap section Lorenzo Stoakes
` (5 preceding siblings ...)
2025-06-03 2:50 ` Kairui Song
@ 2025-06-03 20:29 ` Chris Li
6 siblings, 0 replies; 13+ messages in thread
From: Chris Li @ 2025-06-03 20:29 UTC (permalink / raw)
To: Lorenzo Stoakes
Cc: Andrew Morton, Yu Zhao, Kemeng Shi, Kairui Song, Nhat Pham,
Baoquan He, Barry Song, linux-mm, linux-kernel
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
>
^ permalink raw reply [flat|nested] 13+ messages in thread