linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH] MAINTAINERS: add mm memory policy section
@ 2025-05-13 16:00 Lorenzo Stoakes
  2025-05-13 16:06 ` Zi Yan
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Lorenzo Stoakes @ 2025-05-13 16:00 UTC (permalink / raw)
  To: Andrew Morton
  Cc: David Hildenbrand, Zi Yan, Alistair Popple, Matthew Brost,
	Joshua Hahn, Rakie Kim, linux-mm, linux-kernel

As part of the ongoing efforts to sub-divide memory management
maintainership and reviewership, establish a section for memory policy and
migration and add appropriate maintainers and reviewers.

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

REVIEWERS NOTES:

I took a look through git blame, past commits, etc. and came up with what
seems to be a reasonable list of people here, if you don't feel you ought
to be here, or if you feel anybody is missing (including yourself!) let me
know :)

David has kindly already agreed to be co-maintainer for this section.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 80aa09f2e735..29d73593038c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15567,6 +15567,24 @@ W:	http://www.linux-mm.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
 F:	mm/gup.c

+MEMORY MANAGEMENT - MEMORY POLICY AND MIGRATION
+M:	Andrew Morton <akpm@linux-foundation.org>
+M:	David Hildenbrand <david@redhat.com>
+R:	Zi Yan <ziy@nvidia.com>
+R:	Alistair Popple <apopple@nvidia.com>
+R:	Matthew Brost <matthew.brost@intel.com>
+R:	Joshua Hahn <joshua.hahnjy@gmail.com>
+R:	Rakie Kim <rakie.kim@sk.com>
+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:	include/linux/mempolicy.h
+F:	include/linux/migrate.h
+F:	mm/mempolicy.c
+F:	mm/migrate.c
+F:	mm/migrate_device.c
+
 MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION
 M:	Andrew Morton <akpm@linux-foundation.org>
 M:	Mike Rapoport <rppt@kernel.org>
--
2.49.0

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

* Re: [RFC PATCH] MAINTAINERS: add mm memory policy section
  2025-05-13 16:00 [RFC PATCH] MAINTAINERS: add mm memory policy section Lorenzo Stoakes
@ 2025-05-13 16:06 ` Zi Yan
  2025-05-14  1:52   ` Huang, Ying
  2025-05-13 16:21 ` Gregory Price
                   ` (6 subsequent siblings)
  7 siblings, 1 reply; 14+ messages in thread
From: Zi Yan @ 2025-05-13 16:06 UTC (permalink / raw)
  To: Lorenzo Stoakes
  Cc: Andrew Morton, David Hildenbrand, Alistair Popple, Matthew Brost,
	Joshua Hahn, Rakie Kim, linux-mm, linux-kernel, Huang, Ying

On 13 May 2025, at 12:00, Lorenzo Stoakes wrote:

> As part of the ongoing efforts to sub-divide memory management
> maintainership and reviewership, establish a section for memory policy and
> migration and add appropriate maintainers and reviewers.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
>
> REVIEWERS NOTES:
>
> I took a look through git blame, past commits, etc. and came up with what
> seems to be a reasonable list of people here, if you don't feel you ought
> to be here, or if you feel anybody is missing (including yourself!) let me
> know :)

+Ying, who added batched TLB flushing to page migration code. Let’s see
if he is interested in mm/migrate.c.

>
> David has kindly already agreed to be co-maintainer for this section.
>
>  MAINTAINERS | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 80aa09f2e735..29d73593038c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15567,6 +15567,24 @@ W:	http://www.linux-mm.org
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
>  F:	mm/gup.c
>
> +MEMORY MANAGEMENT - MEMORY POLICY AND MIGRATION
> +M:	Andrew Morton <akpm@linux-foundation.org>
> +M:	David Hildenbrand <david@redhat.com>
> +R:	Zi Yan <ziy@nvidia.com>

Acked-by: Zi Yan <ziy@nvidia.com>

> +R:	Alistair Popple <apopple@nvidia.com>
> +R:	Matthew Brost <matthew.brost@intel.com>
> +R:	Joshua Hahn <joshua.hahnjy@gmail.com>
> +R:	Rakie Kim <rakie.kim@sk.com>
> +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:	include/linux/mempolicy.h
> +F:	include/linux/migrate.h
> +F:	mm/mempolicy.c
> +F:	mm/migrate.c
> +F:	mm/migrate_device.c
> +
>  MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION
>  M:	Andrew Morton <akpm@linux-foundation.org>
>  M:	Mike Rapoport <rppt@kernel.org>
> --
> 2.49.0


Best Regards,
Yan, Zi

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

* Re: [RFC PATCH] MAINTAINERS: add mm memory policy section
  2025-05-13 16:00 [RFC PATCH] MAINTAINERS: add mm memory policy section Lorenzo Stoakes
  2025-05-13 16:06 ` Zi Yan
@ 2025-05-13 16:21 ` Gregory Price
  2025-05-13 18:12   ` Lorenzo Stoakes
  2025-05-13 17:03 ` David Hildenbrand
                   ` (5 subsequent siblings)
  7 siblings, 1 reply; 14+ messages in thread
From: Gregory Price @ 2025-05-13 16:21 UTC (permalink / raw)
  To: Lorenzo Stoakes
  Cc: Andrew Morton, David Hildenbrand, Zi Yan, Alistair Popple,
	Matthew Brost, Joshua Hahn, Rakie Kim, linux-mm, linux-kernel

On Tue, May 13, 2025 at 05:00:07PM +0100, Lorenzo Stoakes wrote:
> As part of the ongoing efforts to sub-divide memory management
> maintainership and reviewership, establish a section for memory policy and
> migration and add appropriate maintainers and reviewers.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> 
> REVIEWERS NOTES:
> 
> I took a look through git blame, past commits, etc. and came up with what
> seems to be a reasonable list of people here, if you don't feel you ought
> to be here, or if you feel anybody is missing (including yourself!) let me
> know :)
> 
> David has kindly already agreed to be co-maintainer for this section.
> 

Thanks for taking the initiative on this <3
You can feel free to add me as well since i added weighted interleave

R:	Gregory Price <gourry@gourry.net>

>  MAINTAINERS | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 80aa09f2e735..29d73593038c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15567,6 +15567,24 @@ W:	http://www.linux-mm.org
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
>  F:	mm/gup.c
> 
> +MEMORY MANAGEMENT - MEMORY POLICY AND MIGRATION
> +M:	Andrew Morton <akpm@linux-foundation.org>
> +M:	David Hildenbrand <david@redhat.com>
> +R:	Zi Yan <ziy@nvidia.com>
> +R:	Alistair Popple <apopple@nvidia.com>
> +R:	Matthew Brost <matthew.brost@intel.com>
> +R:	Joshua Hahn <joshua.hahnjy@gmail.com>
> +R:	Rakie Kim <rakie.kim@sk.com>
> +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:	include/linux/mempolicy.h
> +F:	include/linux/migrate.h
> +F:	mm/mempolicy.c
> +F:	mm/migrate.c
> +F:	mm/migrate_device.c
> +
>  MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION
>  M:	Andrew Morton <akpm@linux-foundation.org>
>  M:	Mike Rapoport <rppt@kernel.org>
> --
> 2.49.0

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

* Re: [RFC PATCH] MAINTAINERS: add mm memory policy section
  2025-05-13 16:00 [RFC PATCH] MAINTAINERS: add mm memory policy section Lorenzo Stoakes
  2025-05-13 16:06 ` Zi Yan
  2025-05-13 16:21 ` Gregory Price
@ 2025-05-13 17:03 ` David Hildenbrand
  2025-05-13 17:44 ` Joshua Hahn
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 14+ messages in thread
From: David Hildenbrand @ 2025-05-13 17:03 UTC (permalink / raw)
  To: Lorenzo Stoakes, Andrew Morton
  Cc: Zi Yan, Alistair Popple, Matthew Brost, Joshua Hahn, Rakie Kim,
	linux-mm, linux-kernel

On 13.05.25 18:00, Lorenzo Stoakes wrote:
> As part of the ongoing efforts to sub-divide memory management
> maintainership and reviewership, establish a section for memory policy and
> migration and add appropriate maintainers and reviewers.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>

Thanks again!

Acked-by: David Hildenbrand <david@redhat.com>

-- 
Cheers,

David / dhildenb


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

* Re: [RFC PATCH] MAINTAINERS: add mm memory policy section
  2025-05-13 16:00 [RFC PATCH] MAINTAINERS: add mm memory policy section Lorenzo Stoakes
                   ` (2 preceding siblings ...)
  2025-05-13 17:03 ` David Hildenbrand
@ 2025-05-13 17:44 ` Joshua Hahn
  2025-05-13 18:16 ` Matthew Brost
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 14+ messages in thread
From: Joshua Hahn @ 2025-05-13 17:44 UTC (permalink / raw)
  To: Lorenzo Stoakes
  Cc: Andrew Morton, David Hildenbrand, Zi Yan, Alistair Popple,
	Matthew Brost, Rakie Kim, linux-mm, linux-kernel

On Tue, 13 May 2025 17:00:07 +0100 Lorenzo Stoakes <lorenzo.stoakes@oracle.com> wrote:

> As part of the ongoing efforts to sub-divide memory management
> maintainership and reviewership, establish a section for memory policy and
> migration and add appropriate maintainers and reviewers.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> 
> REVIEWERS NOTES:
> 
> I took a look through git blame, past commits, etc. and came up with what
> seems to be a reasonable list of people here, if you don't feel you ought
> to be here, or if you feel anybody is missing (including yourself!) let me
> know :)
> 
> David has kindly already agreed to be co-maintainer for this section.
> 
>  MAINTAINERS | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 80aa09f2e735..29d73593038c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15567,6 +15567,24 @@ W:	http://www.linux-mm.org
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
>  F:	mm/gup.c
> 
> +MEMORY MANAGEMENT - MEMORY POLICY AND MIGRATION
> +M:	Andrew Morton <akpm@linux-foundation.org>
> +M:	David Hildenbrand <david@redhat.com>
> +R:	Zi Yan <ziy@nvidia.com>
> +R:	Alistair Popple <apopple@nvidia.com>
> +R:	Matthew Brost <matthew.brost@intel.com>
> +R:	Joshua Hahn <joshua.hahnjy@gmail.com>

Will do my best to review, thank you!
Reviewed-by: Joshua Hahn <joshua.hahnjy@gmail.com>

> +R:	Rakie Kim <rakie.kim@sk.com>
> +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:	include/linux/mempolicy.h
> +F:	include/linux/migrate.h
> +F:	mm/mempolicy.c
> +F:	mm/migrate.c
> +F:	mm/migrate_device.c
> +
>  MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION
>  M:	Andrew Morton <akpm@linux-foundation.org>
>  M:	Mike Rapoport <rppt@kernel.org>
> --
> 2.49.0

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

* Re: [RFC PATCH] MAINTAINERS: add mm memory policy section
  2025-05-13 16:21 ` Gregory Price
@ 2025-05-13 18:12   ` Lorenzo Stoakes
  0 siblings, 0 replies; 14+ messages in thread
From: Lorenzo Stoakes @ 2025-05-13 18:12 UTC (permalink / raw)
  To: Gregory Price
  Cc: Andrew Morton, David Hildenbrand, Zi Yan, Alistair Popple,
	Matthew Brost, Joshua Hahn, Rakie Kim, linux-mm, linux-kernel

On Tue, May 13, 2025 at 12:21:18PM -0400, Gregory Price wrote:
> On Tue, May 13, 2025 at 05:00:07PM +0100, Lorenzo Stoakes wrote:
> > As part of the ongoing efforts to sub-divide memory management
> > maintainership and reviewership, establish a section for memory policy and
> > migration and add appropriate maintainers and reviewers.
> >
> > Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> > ---
> >
> > REVIEWERS NOTES:
> >
> > I took a look through git blame, past commits, etc. and came up with what
> > seems to be a reasonable list of people here, if you don't feel you ought
> > to be here, or if you feel anybody is missing (including yourself!) let me
> > know :)
> >
> > David has kindly already agreed to be co-maintainer for this section.
> >
>
> Thanks for taking the initiative on this <3
> You can feel free to add me as well since i added weighted interleave
>
> R:	Gregory Price <gourry@gourry.net>

Sure will do so when I un-RFC! Apologies for missing you off, this is very
fuzzy :)

>
> >  MAINTAINERS | 18 ++++++++++++++++++
> >  1 file changed, 18 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 80aa09f2e735..29d73593038c 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -15567,6 +15567,24 @@ W:	http://www.linux-mm.org
> >  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
> >  F:	mm/gup.c
> >
> > +MEMORY MANAGEMENT - MEMORY POLICY AND MIGRATION
> > +M:	Andrew Morton <akpm@linux-foundation.org>
> > +M:	David Hildenbrand <david@redhat.com>
> > +R:	Zi Yan <ziy@nvidia.com>
> > +R:	Alistair Popple <apopple@nvidia.com>
> > +R:	Matthew Brost <matthew.brost@intel.com>
> > +R:	Joshua Hahn <joshua.hahnjy@gmail.com>
> > +R:	Rakie Kim <rakie.kim@sk.com>
> > +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:	include/linux/mempolicy.h
> > +F:	include/linux/migrate.h
> > +F:	mm/mempolicy.c
> > +F:	mm/migrate.c
> > +F:	mm/migrate_device.c
> > +
> >  MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION
> >  M:	Andrew Morton <akpm@linux-foundation.org>
> >  M:	Mike Rapoport <rppt@kernel.org>
> > --
> > 2.49.0

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

* Re: [RFC PATCH] MAINTAINERS: add mm memory policy section
  2025-05-13 16:00 [RFC PATCH] MAINTAINERS: add mm memory policy section Lorenzo Stoakes
                   ` (3 preceding siblings ...)
  2025-05-13 17:44 ` Joshua Hahn
@ 2025-05-13 18:16 ` Matthew Brost
  2025-05-14  2:03 ` Rakie Kim
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 14+ messages in thread
From: Matthew Brost @ 2025-05-13 18:16 UTC (permalink / raw)
  To: Lorenzo Stoakes
  Cc: Andrew Morton, David Hildenbrand, Zi Yan, Alistair Popple,
	Joshua Hahn, Rakie Kim, linux-mm, linux-kernel

On Tue, May 13, 2025 at 05:00:07PM +0100, Lorenzo Stoakes wrote:
> As part of the ongoing efforts to sub-divide memory management
> maintainership and reviewership, establish a section for memory policy and
> migration and add appropriate maintainers and reviewers.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> 
> REVIEWERS NOTES:
> 
> I took a look through git blame, past commits, etc. and came up with what
> seems to be a reasonable list of people here, if you don't feel you ought
> to be here, or if you feel anybody is missing (including yourself!) let me
> know :)
> 
> David has kindly already agreed to be co-maintainer for this section.
> 
>  MAINTAINERS | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 80aa09f2e735..29d73593038c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15567,6 +15567,24 @@ W:	http://www.linux-mm.org
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
>  F:	mm/gup.c
> 
> +MEMORY MANAGEMENT - MEMORY POLICY AND MIGRATION
> +M:	Andrew Morton <akpm@linux-foundation.org>
> +M:	David Hildenbrand <david@redhat.com>
> +R:	Zi Yan <ziy@nvidia.com>
> +R:	Alistair Popple <apopple@nvidia.com>
> +R:	Matthew Brost <matthew.brost@intel.com>

Acked-by: Matthew Brost <matthew.brost@intel.com>

> +R:	Joshua Hahn <joshua.hahnjy@gmail.com>
> +R:	Rakie Kim <rakie.kim@sk.com>
> +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:	include/linux/mempolicy.h
> +F:	include/linux/migrate.h
> +F:	mm/mempolicy.c
> +F:	mm/migrate.c
> +F:	mm/migrate_device.c
> +
>  MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION
>  M:	Andrew Morton <akpm@linux-foundation.org>
>  M:	Mike Rapoport <rppt@kernel.org>
> --
> 2.49.0

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

* Re: [RFC PATCH] MAINTAINERS: add mm memory policy section
  2025-05-13 16:06 ` Zi Yan
@ 2025-05-14  1:52   ` Huang, Ying
  0 siblings, 0 replies; 14+ messages in thread
From: Huang, Ying @ 2025-05-14  1:52 UTC (permalink / raw)
  To: Zi Yan, Lorenzo Stoakes
  Cc: Andrew Morton, David Hildenbrand, Alistair Popple, Matthew Brost,
	Joshua Hahn, Rakie Kim, linux-mm, linux-kernel

Zi Yan <ziy@nvidia.com> writes:

> On 13 May 2025, at 12:00, Lorenzo Stoakes wrote:
>
>> As part of the ongoing efforts to sub-divide memory management
>> maintainership and reviewership, establish a section for memory policy and
>> migration and add appropriate maintainers and reviewers.
>>
>> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
>> ---
>>
>> REVIEWERS NOTES:
>>
>> I took a look through git blame, past commits, etc. and came up with what
>> seems to be a reasonable list of people here, if you don't feel you ought
>> to be here, or if you feel anybody is missing (including yourself!) let me
>> know :)
>
> +Ying, who added batched TLB flushing to page migration code. Let’s see
> if he is interested in mm/migrate.c.

Hi, Zi,

Thank you very much to nominate me!

Hi, Lorenzo,

I have contributed the batched TLB flushing to page migration and some
review comments for weighted interleave policy.  Please feel free to add
me to the reviewer list if you think that it's appropriate.

R: Ying Huang <ying.huang@linux.alibaba.com>

>>
>> David has kindly already agreed to be co-maintainer for this section.
>>
>>  MAINTAINERS | 18 ++++++++++++++++++
>>  1 file changed, 18 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 80aa09f2e735..29d73593038c 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -15567,6 +15567,24 @@ W:	http://www.linux-mm.org
>>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
>>  F:	mm/gup.c
>>
>> +MEMORY MANAGEMENT - MEMORY POLICY AND MIGRATION
>> +M:	Andrew Morton <akpm@linux-foundation.org>
>> +M:	David Hildenbrand <david@redhat.com>
>> +R:	Zi Yan <ziy@nvidia.com>
>
> Acked-by: Zi Yan <ziy@nvidia.com>
>
>> +R:	Alistair Popple <apopple@nvidia.com>
>> +R:	Matthew Brost <matthew.brost@intel.com>
>> +R:	Joshua Hahn <joshua.hahnjy@gmail.com>
>> +R:	Rakie Kim <rakie.kim@sk.com>
>> +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:	include/linux/mempolicy.h
>> +F:	include/linux/migrate.h
>> +F:	mm/mempolicy.c
>> +F:	mm/migrate.c
>> +F:	mm/migrate_device.c
>> +
>>  MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION
>>  M:	Andrew Morton <akpm@linux-foundation.org>
>>  M:	Mike Rapoport <rppt@kernel.org>
>> --
>> 2.49.0

---
Best Regards,
Huang, Ying

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

* Re: [RFC PATCH] MAINTAINERS: add mm memory policy section
  2025-05-13 16:00 [RFC PATCH] MAINTAINERS: add mm memory policy section Lorenzo Stoakes
                   ` (4 preceding siblings ...)
  2025-05-13 18:16 ` Matthew Brost
@ 2025-05-14  2:03 ` Rakie Kim
  2025-05-14  2:34 ` Harry Yoo
  2025-05-29  5:54 ` Alistair Popple
  7 siblings, 0 replies; 14+ messages in thread
From: Rakie Kim @ 2025-05-14  2:03 UTC (permalink / raw)
  To: Lorenzo Stoakes
  Cc: David Hildenbrand, Zi Yan, Alistair Popple, Matthew Brost,
	Joshua Hahn, Rakie Kim, linux-mm, linux-kernel, Andrew Morton

On Tue, 13 May 2025 17:00:07 +0100 Lorenzo Stoakes <lorenzo.stoakes@oracle.com> wrote:
> As part of the ongoing efforts to sub-divide memory management
> maintainership and reviewership, establish a section for memory policy and
> migration and add appropriate maintainers and reviewers.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> 
> REVIEWERS NOTES:
> 
> I took a look through git blame, past commits, etc. and came up with what
> seems to be a reasonable list of people here, if you don't feel you ought
> to be here, or if you feel anybody is missing (including yourself!) let me
> know :)
> 
> David has kindly already agreed to be co-maintainer for this section.
> 
>  MAINTAINERS | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 80aa09f2e735..29d73593038c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15567,6 +15567,24 @@ W:	http://www.linux-mm.org
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
>  F:	mm/gup.c
> 
> +MEMORY MANAGEMENT - MEMORY POLICY AND MIGRATION
> +M:	Andrew Morton <akpm@linux-foundation.org>
> +M:	David Hildenbrand <david@redhat.com>
> +R:	Zi Yan <ziy@nvidia.com>
> +R:	Alistair Popple <apopple@nvidia.com>
> +R:	Matthew Brost <matthew.brost@intel.com>
> +R:	Joshua Hahn <joshua.hahnjy@gmail.com>
> +R:	Rakie Kim <rakie.kim@sk.com>

I'll do my best review in this area.
Thank you.
Reviewed-by: Rakie Kim <rakie.kim@sk.com>

> +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:	include/linux/mempolicy.h
> +F:	include/linux/migrate.h
> +F:	mm/mempolicy.c
> +F:	mm/migrate.c
> +F:	mm/migrate_device.c
> +
>  MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION
>  M:	Andrew Morton <akpm@linux-foundation.org>
>  M:	Mike Rapoport <rppt@kernel.org>
> --
> 2.49.0
> 

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

* Re: [RFC PATCH] MAINTAINERS: add mm memory policy section
  2025-05-13 16:00 [RFC PATCH] MAINTAINERS: add mm memory policy section Lorenzo Stoakes
                   ` (5 preceding siblings ...)
  2025-05-14  2:03 ` Rakie Kim
@ 2025-05-14  2:34 ` Harry Yoo
  2025-05-14  2:42   ` Byungchul Park
  2025-05-29  5:54 ` Alistair Popple
  7 siblings, 1 reply; 14+ messages in thread
From: Harry Yoo @ 2025-05-14  2:34 UTC (permalink / raw)
  To: Lorenzo Stoakes
  Cc: Andrew Morton, David Hildenbrand, Zi Yan, Alistair Popple,
	Matthew Brost, Joshua Hahn, Rakie Kim, byungchul, byungchul.park,
	linux-mm, linux-kernel

On Tue, May 13, 2025 at 05:00:07PM +0100, Lorenzo Stoakes wrote:
> As part of the ongoing efforts to sub-divide memory management
> maintainership and reviewership, establish a section for memory policy and
> migration and add appropriate maintainers and reviewers.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> 
> REVIEWERS NOTES:
> 
> I took a look through git blame, past commits, etc. and came up with what
> seems to be a reasonable list of people here, if you don't feel you ought
> to be here, or if you feel anybody is missing (including yourself!) let me
> know :)
> 
> David has kindly already agreed to be co-maintainer for this section.
> 
>  MAINTAINERS | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 80aa09f2e735..29d73593038c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15567,6 +15567,24 @@ W:	http://www.linux-mm.org
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
>  F:	mm/gup.c
> 
> +MEMORY MANAGEMENT - MEMORY POLICY AND MIGRATION
> +M:	Andrew Morton <akpm@linux-foundation.org>
> +M:	David Hildenbrand <david@redhat.com>
> +R:	Zi Yan <ziy@nvidia.com>
> +R:	Alistair Popple <apopple@nvidia.com>
> +R:	Matthew Brost <matthew.brost@intel.com>
> +R:	Joshua Hahn <joshua.hahnjy@gmail.com>
> +R:	Rakie Kim <rakie.kim@sk.com>

Maybe

R: Byungchul Park <byungchul@sk.com> ?

Although his LUF work hasn't made it upstream, he has a solid understanding
of migration and it would be helpful to have him involved as a reviewer.

Of course, only if he has interests and the capacity to review.

Byungchul, what do you think?

> +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:	include/linux/mempolicy.h
> +F:	include/linux/migrate.h
> +F:	mm/mempolicy.c
> +F:	mm/migrate.c
> +F:	mm/migrate_device.c
> +
>  MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION
>  M:	Andrew Morton <akpm@linux-foundation.org>
>  M:	Mike Rapoport <rppt@kernel.org>
> --
> 2.49.0

-- 
Cheers,
Harry / Hyeonggon

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

* Re: [RFC PATCH] MAINTAINERS: add mm memory policy section
  2025-05-14  2:34 ` Harry Yoo
@ 2025-05-14  2:42   ` Byungchul Park
  0 siblings, 0 replies; 14+ messages in thread
From: Byungchul Park @ 2025-05-14  2:42 UTC (permalink / raw)
  To: Harry Yoo
  Cc: Lorenzo Stoakes, Andrew Morton, David Hildenbrand, Zi Yan,
	Alistair Popple, Matthew Brost, Joshua Hahn, Rakie Kim,
	byungchul.park, linux-mm, linux-kernel, kernel_team

On Wed, May 14, 2025 at 11:34:12AM +0900, Harry Yoo wrote:
> On Tue, May 13, 2025 at 05:00:07PM +0100, Lorenzo Stoakes wrote:
> > As part of the ongoing efforts to sub-divide memory management
> > maintainership and reviewership, establish a section for memory policy and
> > migration and add appropriate maintainers and reviewers.
> > 
> > Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> > ---
> > 
> > REVIEWERS NOTES:
> > 
> > I took a look through git blame, past commits, etc. and came up with what
> > seems to be a reasonable list of people here, if you don't feel you ought
> > to be here, or if you feel anybody is missing (including yourself!) let me
> > know :)
> > 
> > David has kindly already agreed to be co-maintainer for this section.
> > 
> >  MAINTAINERS | 18 ++++++++++++++++++
> >  1 file changed, 18 insertions(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 80aa09f2e735..29d73593038c 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -15567,6 +15567,24 @@ W:	http://www.linux-mm.org
> >  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
> >  F:	mm/gup.c
> > 
> > +MEMORY MANAGEMENT - MEMORY POLICY AND MIGRATION
> > +M:	Andrew Morton <akpm@linux-foundation.org>
> > +M:	David Hildenbrand <david@redhat.com>
> > +R:	Zi Yan <ziy@nvidia.com>
> > +R:	Alistair Popple <apopple@nvidia.com>
> > +R:	Matthew Brost <matthew.brost@intel.com>
> > +R:	Joshua Hahn <joshua.hahnjy@gmail.com>
> > +R:	Rakie Kim <rakie.kim@sk.com>
> 
> Maybe
> 
> R: Byungchul Park <byungchul@sk.com> ?
> 
> Although his LUF work hasn't made it upstream, he has a solid understanding
> of migration and it would be helpful to have him involved as a reviewer.
> 
> Of course, only if he has interests and the capacity to review.
> 
> Byungchul, what do you think?

Grateful.  I'd like to contribute as a reviewer on it.

Thanks.

	Byungchul

> > +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:	include/linux/mempolicy.h
> > +F:	include/linux/migrate.h
> > +F:	mm/mempolicy.c
> > +F:	mm/migrate.c
> > +F:	mm/migrate_device.c
> > +
> >  MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION
> >  M:	Andrew Morton <akpm@linux-foundation.org>
> >  M:	Mike Rapoport <rppt@kernel.org>
> > --
> > 2.49.0
> 
> -- 
> Cheers,
> Harry / Hyeonggon

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

* Re: [RFC PATCH] MAINTAINERS: add mm memory policy section
  2025-05-13 16:00 [RFC PATCH] MAINTAINERS: add mm memory policy section Lorenzo Stoakes
                   ` (6 preceding siblings ...)
  2025-05-14  2:34 ` Harry Yoo
@ 2025-05-29  5:54 ` Alistair Popple
  2025-05-29 12:14   ` Lorenzo Stoakes
  7 siblings, 1 reply; 14+ messages in thread
From: Alistair Popple @ 2025-05-29  5:54 UTC (permalink / raw)
  To: Lorenzo Stoakes
  Cc: Andrew Morton, David Hildenbrand, Zi Yan, Matthew Brost,
	Joshua Hahn, Rakie Kim, linux-mm, linux-kernel

On Tue, May 13, 2025 at 05:00:07PM +0100, Lorenzo Stoakes wrote:
> As part of the ongoing efforts to sub-divide memory management
> maintainership and reviewership, establish a section for memory policy and
> migration and add appropriate maintainers and reviewers.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> 
> REVIEWERS NOTES:
> 
> I took a look through git blame, past commits, etc. and came up with what
> seems to be a reasonable list of people here, if you don't feel you ought
> to be here, or if you feel anybody is missing (including yourself!) let me
> know :)
> 
> David has kindly already agreed to be co-maintainer for this section.
> 
>  MAINTAINERS | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 80aa09f2e735..29d73593038c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15567,6 +15567,24 @@ W:	http://www.linux-mm.org
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
>  F:	mm/gup.c
> 
> +MEMORY MANAGEMENT - MEMORY POLICY AND MIGRATION
> +M:	Andrew Morton <akpm@linux-foundation.org>
> +M:	David Hildenbrand <david@redhat.com>
> +R:	Zi Yan <ziy@nvidia.com>
> +R:	Alistair Popple <apopple@nvidia.com>

I'm particularly familiar with mm/migrate.c and mm/migrate_device.c so:

Acked-by: Alistair Popple <apopple@nvidia.com>

> +R:	Matthew Brost <matthew.brost@intel.com>
> +R:	Joshua Hahn <joshua.hahnjy@gmail.com>
> +R:	Rakie Kim <rakie.kim@sk.com>
> +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:	include/linux/mempolicy.h
> +F:	include/linux/migrate.h
> +F:	mm/mempolicy.c
> +F:	mm/migrate.c
> +F:	mm/migrate_device.c
>  MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION
>  M:	Andrew Morton <akpm@linux-foundation.org>
>  M:	Mike Rapoport <rppt@kernel.org>
> --
> 2.49.0

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

* Re: [RFC PATCH] MAINTAINERS: add mm memory policy section
  2025-05-29  5:54 ` Alistair Popple
@ 2025-05-29 12:14   ` Lorenzo Stoakes
  2025-05-30  1:50     ` Alistair Popple
  0 siblings, 1 reply; 14+ messages in thread
From: Lorenzo Stoakes @ 2025-05-29 12:14 UTC (permalink / raw)
  To: Alistair Popple
  Cc: Andrew Morton, David Hildenbrand, Zi Yan, Matthew Brost,
	Joshua Hahn, Rakie Kim, linux-mm, linux-kernel

On Thu, May 29, 2025 at 03:54:58PM +1000, Alistair Popple wrote:
> On Tue, May 13, 2025 at 05:00:07PM +0100, Lorenzo Stoakes wrote:
> > As part of the ongoing efforts to sub-divide memory management
> > maintainership and reviewership, establish a section for memory policy and
> > migration and add appropriate maintainers and reviewers.
> >
> > Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> > ---
> >
> > REVIEWERS NOTES:
> >
> > I took a look through git blame, past commits, etc. and came up with what
> > seems to be a reasonable list of people here, if you don't feel you ought
> > to be here, or if you feel anybody is missing (including yourself!) let me
> > know :)
> >
> > David has kindly already agreed to be co-maintainer for this section.
> >
> >  MAINTAINERS | 18 ++++++++++++++++++
> >  1 file changed, 18 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 80aa09f2e735..29d73593038c 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -15567,6 +15567,24 @@ W:	http://www.linux-mm.org
> >  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
> >  F:	mm/gup.c
> >
> > +MEMORY MANAGEMENT - MEMORY POLICY AND MIGRATION
> > +M:	Andrew Morton <akpm@linux-foundation.org>
> > +M:	David Hildenbrand <david@redhat.com>
> > +R:	Zi Yan <ziy@nvidia.com>
> > +R:	Alistair Popple <apopple@nvidia.com>
>
> I'm particularly familiar with mm/migrate.c and mm/migrate_device.c so:
>
> Acked-by: Alistair Popple <apopple@nvidia.com>

Ah sorry Alistair, I ended up having to leave you off as you hadn't got
back in time and I couldn't send this upstream without your ack.

You can send a patch adding yourself and cc'ing people here and I'll
happily ack, or I can send one for you with this ack attached, let me know
which you prefer!

Cheers, Lorenzo

>
> > +R:	Matthew Brost <matthew.brost@intel.com>
> > +R:	Joshua Hahn <joshua.hahnjy@gmail.com>
> > +R:	Rakie Kim <rakie.kim@sk.com>
> > +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:	include/linux/mempolicy.h
> > +F:	include/linux/migrate.h
> > +F:	mm/mempolicy.c
> > +F:	mm/migrate.c
> > +F:	mm/migrate_device.c
> >  MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION
> >  M:	Andrew Morton <akpm@linux-foundation.org>
> >  M:	Mike Rapoport <rppt@kernel.org>
> > --
> > 2.49.0

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

* Re: [RFC PATCH] MAINTAINERS: add mm memory policy section
  2025-05-29 12:14   ` Lorenzo Stoakes
@ 2025-05-30  1:50     ` Alistair Popple
  0 siblings, 0 replies; 14+ messages in thread
From: Alistair Popple @ 2025-05-30  1:50 UTC (permalink / raw)
  To: Lorenzo Stoakes
  Cc: Andrew Morton, David Hildenbrand, Zi Yan, Matthew Brost,
	Joshua Hahn, Rakie Kim, linux-mm, linux-kernel

On Thu, May 29, 2025 at 01:14:27PM +0100, Lorenzo Stoakes wrote:
> On Thu, May 29, 2025 at 03:54:58PM +1000, Alistair Popple wrote:
> > On Tue, May 13, 2025 at 05:00:07PM +0100, Lorenzo Stoakes wrote:
> > > As part of the ongoing efforts to sub-divide memory management
> > > maintainership and reviewership, establish a section for memory policy and
> > > migration and add appropriate maintainers and reviewers.
> > >
> > > Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> > > ---
> > >
> > > REVIEWERS NOTES:
> > >
> > > I took a look through git blame, past commits, etc. and came up with what
> > > seems to be a reasonable list of people here, if you don't feel you ought
> > > to be here, or if you feel anybody is missing (including yourself!) let me
> > > know :)
> > >
> > > David has kindly already agreed to be co-maintainer for this section.
> > >
> > >  MAINTAINERS | 18 ++++++++++++++++++
> > >  1 file changed, 18 insertions(+)
> > >
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 80aa09f2e735..29d73593038c 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -15567,6 +15567,24 @@ W:	http://www.linux-mm.org
> > >  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
> > >  F:	mm/gup.c
> > >
> > > +MEMORY MANAGEMENT - MEMORY POLICY AND MIGRATION
> > > +M:	Andrew Morton <akpm@linux-foundation.org>
> > > +M:	David Hildenbrand <david@redhat.com>
> > > +R:	Zi Yan <ziy@nvidia.com>
> > > +R:	Alistair Popple <apopple@nvidia.com>
> >
> > I'm particularly familiar with mm/migrate.c and mm/migrate_device.c so:
> >
> > Acked-by: Alistair Popple <apopple@nvidia.com>
> 
> Ah sorry Alistair, I ended up having to leave you off as you hadn't got
> back in time and I couldn't send this upstream without your ack.

No worries. This landed in my inbox while I was away so it took me a while to
work through the resulting trash fire.

> You can send a patch adding yourself and cc'ing people here and I'll
> happily ack, or I can send one for you with this ack attached, let me know
> which you prefer!

Have just sent a patch. Thanks!

> Cheers, Lorenzo
> 
> >
> > > +R:	Matthew Brost <matthew.brost@intel.com>
> > > +R:	Joshua Hahn <joshua.hahnjy@gmail.com>
> > > +R:	Rakie Kim <rakie.kim@sk.com>
> > > +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:	include/linux/mempolicy.h
> > > +F:	include/linux/migrate.h
> > > +F:	mm/mempolicy.c
> > > +F:	mm/migrate.c
> > > +F:	mm/migrate_device.c
> > >  MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION
> > >  M:	Andrew Morton <akpm@linux-foundation.org>
> > >  M:	Mike Rapoport <rppt@kernel.org>
> > > --
> > > 2.49.0

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

end of thread, other threads:[~2025-05-30  1:51 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-13 16:00 [RFC PATCH] MAINTAINERS: add mm memory policy section Lorenzo Stoakes
2025-05-13 16:06 ` Zi Yan
2025-05-14  1:52   ` Huang, Ying
2025-05-13 16:21 ` Gregory Price
2025-05-13 18:12   ` Lorenzo Stoakes
2025-05-13 17:03 ` David Hildenbrand
2025-05-13 17:44 ` Joshua Hahn
2025-05-13 18:16 ` Matthew Brost
2025-05-14  2:03 ` Rakie Kim
2025-05-14  2:34 ` Harry Yoo
2025-05-14  2:42   ` Byungchul Park
2025-05-29  5:54 ` Alistair Popple
2025-05-29 12:14   ` Lorenzo Stoakes
2025-05-30  1:50     ` Alistair Popple

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).