linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add mm memory policy section
@ 2025-05-15 19:13 Lorenzo Stoakes
  2025-05-15 19:19 ` Zi Yan
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Lorenzo Stoakes @ 2025-05-15 19:13 UTC (permalink / raw)
  To: Andrew Morton
  Cc: David Hildenbrand, Zi Yan, Alistair Popple, Matthew Brost,
	Joshua Hahn, Rakie Kim, linux-mm, linux-kernel, Byungchul Park,
	Gregory Price

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.

Reviewed-by: Rakie Kim <rakie.kim@sk.com>
Acked-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Joshua Hahn <joshua.hahnjy@gmail.com>
Acked-by: David Hildenbrand <david@redhat.com>
Acked-by: Zi Yan <ziy@nvidia.com>
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
---
v1:
* un-RFC'd as there seems to be consensus.
* Added Gregory and Byungchui who kindly offered to be reviewers also!
* Removed Alistair as he hasn't been active on-list lately. Alistair - hope
  you don't mind, We can very easily add you later, just don't want put you
  here without your positive consent :)

RFC:
https://lore.kernel.org/all/20250513160007.132378-1-lorenzo.stoakes@oracle.com/

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 314007e2befd..17403329d76f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15577,6 +15577,25 @@ 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:	Matthew Brost <matthew.brost@intel.com>
+R:	Joshua Hahn <joshua.hahnjy@gmail.com>
+R:	Rakie Kim <rakie.kim@sk.com>
+R:	Byungchul Park <byungchul@sk.com>
+R:	Gregory Price <gourry@gourry.net>
+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] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: add mm memory policy section
  2025-05-15 19:13 [PATCH] MAINTAINERS: add mm memory policy section Lorenzo Stoakes
@ 2025-05-15 19:19 ` Zi Yan
  2025-05-15 19:22   ` Lorenzo Stoakes
  2025-05-15 19:25 ` Lorenzo Stoakes
  2025-05-16  4:32 ` Byungchul Park
  2 siblings, 1 reply; 6+ messages in thread
From: Zi Yan @ 2025-05-15 19:19 UTC (permalink / raw)
  To: Lorenzo Stoakes
  Cc: Andrew Morton, David Hildenbrand, Alistair Popple, Matthew Brost,
	Joshua Hahn, Rakie Kim, linux-mm, linux-kernel, Byungchul Park,
	Gregory Price, Ying Huang

On 15 May 2025, at 15:13, 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.
>
> Reviewed-by: Rakie Kim <rakie.kim@sk.com>
> Acked-by: Matthew Brost <matthew.brost@intel.com>
> Reviewed-by: Joshua Hahn <joshua.hahnjy@gmail.com>
> Acked-by: David Hildenbrand <david@redhat.com>
> Acked-by: Zi Yan <ziy@nvidia.com>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> v1:
> * un-RFC'd as there seems to be consensus.
> * Added Gregory and Byungchui who kindly offered to be reviewers also!
> * Removed Alistair as he hasn't been active on-list lately. Alistair - hope
>   you don't mind, We can very easily add you later, just don't want put you
>   here without your positive consent :)
>
> RFC:
> https://lore.kernel.org/all/20250513160007.132378-1-lorenzo.stoakes@oracle.com/
>
>  MAINTAINERS | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 314007e2befd..17403329d76f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15577,6 +15577,25 @@ 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:	Matthew Brost <matthew.brost@intel.com>
> +R:	Joshua Hahn <joshua.hahnjy@gmail.com>
> +R:	Rakie Kim <rakie.kim@sk.com>
> +R:	Byungchul Park <byungchul@sk.com>
> +R:	Gregory Price <gourry@gourry.net>

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

You probably missed Ying's message[1]. He also wants to be a reviewer.

[1] https://lore.kernel.org/linux-mm/87wmakt0v3.fsf@DESKTOP-5N7EMDA/

> +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] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: add mm memory policy section
  2025-05-15 19:19 ` Zi Yan
@ 2025-05-15 19:22   ` Lorenzo Stoakes
  0 siblings, 0 replies; 6+ messages in thread
From: Lorenzo Stoakes @ 2025-05-15 19:22 UTC (permalink / raw)
  To: Zi Yan
  Cc: Andrew Morton, David Hildenbrand, Alistair Popple, Matthew Brost,
	Joshua Hahn, Rakie Kim, linux-mm, linux-kernel, Byungchul Park,
	Gregory Price, Ying Huang

On Thu, May 15, 2025 at 03:19:08PM -0400, Zi Yan wrote:
> On 15 May 2025, at 15:13, 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.
> >
> > Reviewed-by: Rakie Kim <rakie.kim@sk.com>
> > Acked-by: Matthew Brost <matthew.brost@intel.com>
> > Reviewed-by: Joshua Hahn <joshua.hahnjy@gmail.com>
> > Acked-by: David Hildenbrand <david@redhat.com>
> > Acked-by: Zi Yan <ziy@nvidia.com>
> > Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> > ---
> > v1:
> > * un-RFC'd as there seems to be consensus.
> > * Added Gregory and Byungchui who kindly offered to be reviewers also!
> > * Removed Alistair as he hasn't been active on-list lately. Alistair - hope
> >   you don't mind, We can very easily add you later, just don't want put you
> >   here without your positive consent :)
> >
> > RFC:
> > https://lore.kernel.org/all/20250513160007.132378-1-lorenzo.stoakes@oracle.com/
> >
> >  MAINTAINERS | 19 +++++++++++++++++++
> >  1 file changed, 19 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 314007e2befd..17403329d76f 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -15577,6 +15577,25 @@ 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:	Matthew Brost <matthew.brost@intel.com>
> > +R:	Joshua Hahn <joshua.hahnjy@gmail.com>
> > +R:	Rakie Kim <rakie.kim@sk.com>
> > +R:	Byungchul Park <byungchul@sk.com>
> > +R:	Gregory Price <gourry@gourry.net>
>
> +R: Ying Huang <ying.huang@linux.alibaba.com>
>
> You probably missed Ying's message[1]. He also wants to be a reviewer.
>
> [1] https://lore.kernel.org/linux-mm/87wmakt0v3.fsf@DESKTOP-5N7EMDA/

Ah my bad sorry, I did miss that as was buried a little in thread for me on
neomutt :>)

Will reply to top level with a fix-patch!

>
> > +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] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: add mm memory policy section
  2025-05-15 19:13 [PATCH] MAINTAINERS: add mm memory policy section Lorenzo Stoakes
  2025-05-15 19:19 ` Zi Yan
@ 2025-05-15 19:25 ` Lorenzo Stoakes
  2025-05-16  1:51   ` Huang, Ying
  2025-05-16  4:32 ` Byungchul Park
  2 siblings, 1 reply; 6+ messages in thread
From: Lorenzo Stoakes @ 2025-05-15 19:25 UTC (permalink / raw)
  To: Andrew Morton
  Cc: David Hildenbrand, Zi Yan, Alistair Popple, Matthew Brost,
	Joshua Hahn, Rakie Kim, linux-mm, linux-kernel, Byungchul Park,
	Gregory Price, Ying Huang

Hi Andrew,

Could you also apply the attached fix-patch, as I accidentally missed Ying
from the reviewer list.

Thanks, Lorenzo

On Thu, May 15, 2025 at 08:13:58PM +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.
>
> Reviewed-by: Rakie Kim <rakie.kim@sk.com>
> Acked-by: Matthew Brost <matthew.brost@intel.com>
> Reviewed-by: Joshua Hahn <joshua.hahnjy@gmail.com>
> Acked-by: David Hildenbrand <david@redhat.com>
> Acked-by: Zi Yan <ziy@nvidia.com>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> v1:
> * un-RFC'd as there seems to be consensus.
> * Added Gregory and Byungchui who kindly offered to be reviewers also!
> * Removed Alistair as he hasn't been active on-list lately. Alistair - hope
>   you don't mind, We can very easily add you later, just don't want put you
>   here without your positive consent :)
>
> RFC:
> https://lore.kernel.org/all/20250513160007.132378-1-lorenzo.stoakes@oracle.com/
>
>  MAINTAINERS | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 314007e2befd..17403329d76f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15577,6 +15577,25 @@ 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:	Matthew Brost <matthew.brost@intel.com>
> +R:	Joshua Hahn <joshua.hahnjy@gmail.com>
> +R:	Rakie Kim <rakie.kim@sk.com>
> +R:	Byungchul Park <byungchul@sk.com>
> +R:	Gregory Price <gourry@gourry.net>
> +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

----8<----
From 6e6b63cdce577718d939178625b62fe92e15565f Mon Sep 17 00:00:00 2001
From: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Date: Thu, 15 May 2025 20:23:27 +0100
Subject: [PATCH] add Ying as reviewer

Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 17403329d76f..b4f74cdc5304 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15586,6 +15586,7 @@ R:	Joshua Hahn <joshua.hahnjy@gmail.com>
 R:	Rakie Kim <rakie.kim@sk.com>
 R:	Byungchul Park <byungchul@sk.com>
 R:	Gregory Price <gourry@gourry.net>
+R:	Ying Huang <ying.huang@linux.alibaba.com>
 L:	linux-mm@kvack.org
 S:	Maintained
 W:	http://www.linux-mm.org
--
2.49.0


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

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

Lorenzo Stoakes <lorenzo.stoakes@oracle.com> writes:

> Hi Andrew,
>
> Could you also apply the attached fix-patch, as I accidentally missed Ying
> from the reviewer list.
>
> Thanks, Lorenzo
>
> On Thu, May 15, 2025 at 08:13:58PM +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.
>>
>> Reviewed-by: Rakie Kim <rakie.kim@sk.com>
>> Acked-by: Matthew Brost <matthew.brost@intel.com>
>> Reviewed-by: Joshua Hahn <joshua.hahnjy@gmail.com>
>> Acked-by: David Hildenbrand <david@redhat.com>
>> Acked-by: Zi Yan <ziy@nvidia.com>
>> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
>> ---
>> v1:
>> * un-RFC'd as there seems to be consensus.
>> * Added Gregory and Byungchui who kindly offered to be reviewers also!
>> * Removed Alistair as he hasn't been active on-list lately. Alistair - hope
>>   you don't mind, We can very easily add you later, just don't want put you
>>   here without your positive consent :)
>>
>> RFC:
>> https://lore.kernel.org/all/20250513160007.132378-1-lorenzo.stoakes@oracle.com/
>>
>>  MAINTAINERS | 19 +++++++++++++++++++
>>  1 file changed, 19 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 314007e2befd..17403329d76f 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -15577,6 +15577,25 @@ 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:	Matthew Brost <matthew.brost@intel.com>
>> +R:	Joshua Hahn <joshua.hahnjy@gmail.com>
>> +R:	Rakie Kim <rakie.kim@sk.com>
>> +R:	Byungchul Park <byungchul@sk.com>
>> +R:	Gregory Price <gourry@gourry.net>
>> +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
>
> ----8<----
> From 6e6b63cdce577718d939178625b62fe92e15565f Mon Sep 17 00:00:00 2001
> From: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> Date: Thu, 15 May 2025 20:23:27 +0100
> Subject: [PATCH] add Ying as reviewer
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 17403329d76f..b4f74cdc5304 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15586,6 +15586,7 @@ R:	Joshua Hahn <joshua.hahnjy@gmail.com>
>  R:	Rakie Kim <rakie.kim@sk.com>
>  R:	Byungchul Park <byungchul@sk.com>
>  R:	Gregory Price <gourry@gourry.net>
> +R:	Ying Huang <ying.huang@linux.alibaba.com>
>  L:	linux-mm@kvack.org
>  S:	Maintained
>  W:	http://www.linux-mm.org

Thank Zi for nominating me!

It's my pleasure to be listed as reviewer.  Feel free to add my

Acked-by: Huang Ying <ying.huang@linux.alibaba.com>

in the future versions.

---
Best Regards,
Huang, Ying


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

* Re: [PATCH] MAINTAINERS: add mm memory policy section
  2025-05-15 19:13 [PATCH] MAINTAINERS: add mm memory policy section Lorenzo Stoakes
  2025-05-15 19:19 ` Zi Yan
  2025-05-15 19:25 ` Lorenzo Stoakes
@ 2025-05-16  4:32 ` Byungchul Park
  2 siblings, 0 replies; 6+ messages in thread
From: Byungchul Park @ 2025-05-16  4:32 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,
	Gregory Price, kernel_team

On Thu, May 15, 2025 at 08:13:58PM +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.
> 
> Reviewed-by: Rakie Kim <rakie.kim@sk.com>
> Acked-by: Matthew Brost <matthew.brost@intel.com>
> Reviewed-by: Joshua Hahn <joshua.hahnjy@gmail.com>
> Acked-by: David Hildenbrand <david@redhat.com>
> Acked-by: Zi Yan <ziy@nvidia.com>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> v1:
> * un-RFC'd as there seems to be consensus.
> * Added Gregory and Byungchui who kindly offered to be reviewers also!
> * Removed Alistair as he hasn't been active on-list lately. Alistair - hope
>   you don't mind, We can very easily add you later, just don't want put you
>   here without your positive consent :)
> 
> RFC:
> https://lore.kernel.org/all/20250513160007.132378-1-lorenzo.stoakes@oracle.com/
> 
>  MAINTAINERS | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 314007e2befd..17403329d76f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15577,6 +15577,25 @@ 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:	Matthew Brost <matthew.brost@intel.com>
> +R:	Joshua Hahn <joshua.hahnjy@gmail.com>
> +R:	Rakie Kim <rakie.kim@sk.com>
> +R:	Byungchul Park <byungchul@sk.com>

Acked-by: Byungchul Park <byungchul@sk.com>

	Byungchul

> +R:	Gregory Price <gourry@gourry.net>
> +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] 6+ messages in thread

end of thread, other threads:[~2025-05-16  4:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-15 19:13 [PATCH] MAINTAINERS: add mm memory policy section Lorenzo Stoakes
2025-05-15 19:19 ` Zi Yan
2025-05-15 19:22   ` Lorenzo Stoakes
2025-05-15 19:25 ` Lorenzo Stoakes
2025-05-16  1:51   ` Huang, Ying
2025-05-16  4:32 ` Byungchul Park

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).