linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Vlastimil Babka <vbabka@suse.cz>
To: Zi Yan <ziy@nvidia.com>
Cc: linux-mm@kvack.org, Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, patches@lists.linux.dev,
	David Hildenbrand <david@redhat.com>,
	Johannes Weiner <hannes@cmpxchg.org>,
	"Matthew Wilcox (Oracle)" <willy@infradead.org>,
	"Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>,
	Mel Gorman <mgorman@techsingularity.net>,
	Suren Baghdasaryan <surenb@google.com>,
	Brendan Jackman <jackmanb@google.com>,
	Michal Hocko <mhocko@kernel.org>
Subject: Re: [RFC PATCH 2/2] MAINTAINERS: add MM subsection for the page allocator
Date: Mon, 7 Apr 2025 22:14:02 +0200	[thread overview]
Message-ID: <d6b4a68d-b2bc-4f85-8e53-e3460a37974c@suse.cz> (raw)
In-Reply-To: <E7917C18-F3FC-41DC-AABD-1C0DF2367EAB@nvidia.com>

On 4/7/25 22:12, Zi Yan wrote:
> On 7 Apr 2025, at 16:05, Vlastimil Babka wrote:
> 
>> Add a subsection for the page allocator, including compaction as it's
>> crucial for high-order allocations and works together with the
>> anti-fragmentation features. Volunteer myself as a reviewer.
>>
>> Cc: David Hildenbrand <david@redhat.com>
>> Cc: Zi Yan <ziy@nvidia.com>
>> Cc: Johannes Weiner <hannes@cmpxchg.org>
>> Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>
>> Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
>> Cc: Mel Gorman <mgorman@techsingularity.net>
>> Cc: Suren Baghdasaryan <surenb@google.com>
>> Cc: Brendan Jackman <jackmanb@google.com>
>> Cc: Michal Hocko <mhocko@kernel.org>
>> Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
>> ---
>> Extra reviewers would be welcome, including/not limited the people I
>> Cc'd based on my recollection and get_maintainers --git
>> Also if I missed any related file please lmk. Thanks.
>>
>>  MAINTAINERS | 10 ++++++++++
>>  1 file changed, 10 insertions(+)
> 
> Acked-by: Zi Yan <ziy@nvidia.com>

Thanks.

> I am happy to help review patches for page allocator and
> compaction too. Should I send a separate patch to add myself?
> Or you can add
> 
> R:    Zi Yan <ziy@nvidia.com>
> 
> in your next version?

Sure, will do, thanks!

>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 4fe7cf5fc4ea..610636f622b1 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -15511,6 +15511,16 @@ F:	mm/numa.c
>>  F:	mm/numa_emulation.c
>>  F:	mm/numa_memblks.c
>>
>> +MEMORY MANAGEMENT - PAGE ALLOCATOR
>> +M:	Andrew Morton <akpm@linux-foundation.org>
>> +R:	Vlastimil Babka <vbabka@suse.cz>
>> +L:	linux-mm@kvack.org
>> +S:	Maintained
>> +F:	mm/compaction.c
>> +F:	mm/page_alloc.c
>> +F:	include/linux/gfp.h
>> +F:	include/linux/compaction.h
>> +
>>  MEMORY MANAGEMENT - SECRETMEM
>>  M:	Andrew Morton <akpm@linux-foundation.org>
>>  M:	Mike Rapoport <rppt@kernel.org>
>> -- 
>> 2.49.0
> 
> 
> Best Regards,
> Yan, Zi



  reply	other threads:[~2025-04-07 20:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-07 20:05 [RFC PATCH 1/2] MAINTAINERS: update SLAB ALLOCATOR maintainers Vlastimil Babka
2025-04-07 20:05 ` [RFC PATCH 2/2] MAINTAINERS: add MM subsection for the page allocator Vlastimil Babka
2025-04-07 20:12   ` Zi Yan
2025-04-07 20:14     ` Vlastimil Babka [this message]
2025-04-07 20:56   ` Matthew Wilcox
2025-04-08  0:03   ` Johannes Weiner
2025-04-08  9:34   ` Michal Hocko
2025-04-08 14:12   ` Brendan Jackman
2025-04-08 16:43     ` Suren Baghdasaryan
2025-04-08 18:52   ` David Hildenbrand
2025-04-07 20:21 ` [RFC PATCH 1/2] MAINTAINERS: update SLAB ALLOCATOR maintainers Harry Yoo
2025-04-08 16:43   ` Christoph Lameter (Ampere)
2025-04-08 20:27   ` David Rientjes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d6b4a68d-b2bc-4f85-8e53-e3460a37974c@suse.cz \
    --to=vbabka@suse.cz \
    --cc=akpm@linux-foundation.org \
    --cc=david@redhat.com \
    --cc=hannes@cmpxchg.org \
    --cc=jackmanb@google.com \
    --cc=kirill.shutemov@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mgorman@techsingularity.net \
    --cc=mhocko@kernel.org \
    --cc=patches@lists.linux.dev \
    --cc=surenb@google.com \
    --cc=willy@infradead.org \
    --cc=ziy@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox