lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250410090021.72296-4-vbabka@suse.cz>
Date: Thu, 10 Apr 2025 11:00:23 +0200
From: Vlastimil Babka <vbabka@...e.cz>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-mm@...ck.org,
	linux-kernel@...r.kernel.org,
	patches@...ts.linux.dev,
	Vlastimil Babka <vbabka@...e.cz>,
	Suren Baghdasaryan <surenb@...gle.com>,
	Brendan Jackman <jackmanb@...gle.com>,
	Johannes Weiner <hannes@...xchg.org>,
	Michal Hocko <mhocko@...e.com>,
	Zi Yan <ziy@...dia.com>
Subject: [PATCH 2/2] MAINTAINERS: add MM subsection for the page allocator

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. Add reviewers (including myself) who
voluteered.

Cc: Suren Baghdasaryan <surenb@...gle.com>
Cc: Brendan Jackman <jackmanb@...gle.com>
Cc: Johannes Weiner <hannes@...xchg.org>
Acked-by: Michal Hocko <mhocko@...e.com>
Acked-by: Zi Yan <ziy@...dia.com>
Signed-off-by: Vlastimil Babka <vbabka@...e.cz>
---
 MAINTAINERS | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4fe7cf5fc4ea..c0dbe29b9e45 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15511,6 +15511,21 @@ F:	mm/numa.c
 F:	mm/numa_emulation.c
 F:	mm/numa_memblks.c
 
+MEMORY MANAGEMENT - PAGE ALLOCATOR
+M:	Andrew Morton <akpm@...ux-foundation.org>
+R:	Vlastimil Babka <vbabka@...e.cz>
+R:	Suren Baghdasaryan <surenb@...gle.com>
+R:	Michal Hocko <mhocko@...e.com>
+R:	Brendan Jackman <jackmanb@...gle.com>
+R:	Johannes Weiner <hannes@...xchg.org>
+R:	Zi Yan <ziy@...dia.com>
+L:	linux-mm@...ck.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@...ux-foundation.org>
 M:	Mike Rapoport <rppt@...nel.org>
-- 
2.49.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ