[merged mm-stable] maintainers-move-inactive-maintainer-to-credits.patch removed from -mm tree

Andrew Morton <[email protected]> Tue, 28 Jul 2026 21:14:58 -0700
Newsgroups org.kernel.vger.mm-commits
Message-ID <[email protected]>
The quilt patch titled
     Subject: MAINTAINERS: move inactive maintainer to CREDITS
has been removed from the -mm tree.  Its filename was
     maintainers-move-inactive-maintainer-to-credits.patch

This patch was dropped because it was merged into the mm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm

------------------------------------------------------
From: Suren Baghdasaryan <[email protected]>
Subject: MAINTAINERS: move inactive maintainer to CREDITS
Date: Thu, 25 Jun 2026 11:48:56 -0700

Patch series "move alloc_tag.c file under mm/".

Memory allocation profiling is ultimately an mm feature and now that we
need to use some internal mm definitions in it [1], the time is right to
move its implementation under mm/. The move is straight-forward, involving
just alloc_tag.c file. Update config, makefiles and maintainers as well.


This patch (of 2):

Move Kent Overstreet from maintainers for Memory Allocation Profiling to
CREDITS in recognition of his co-authorship and contributions to this
feature.

Link: https://lore.kernel.org/[email protected]
Link: https://lore.kernel.org/all/[email protected]/ [1]
Signed-off-by: Suren Baghdasaryan <[email protected]>
Acked-by: Lorenzo Stoakes <[email protected]>
Cc: Kent Overstreet <[email protected]>
Cc: Brendan Jackman <[email protected]>
Cc: David Hildenbrand <[email protected]>
Cc: Liam R. Howlett <[email protected]>
Cc: Mike Rapoport <[email protected]>
Cc: Vlastimil Babka <[email protected]>
Cc: Hao Ge <[email protected]>
Cc: Harry Yoo (Oracle) <[email protected]>
Cc: SeongJae Park <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---

 CREDITS     |    4 ++++
 MAINTAINERS |    1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

--- a/CREDITS~maintainers-move-inactive-maintainer-to-credits
+++ a/CREDITS
@@ -3096,6 +3096,10 @@ N: Jens Osterkamp
 E: [email protected]
 D: Maintainer of Spidernet network driver for Cell
 
+N: Kent Overstreet
+E: [email protected]
+D: Co-authored and contributed to Memory Allocation Profiling
+
 N: Gadi Oxman
 E: [email protected]
 D: Original author and maintainer of IDE/ATAPI floppy/tape drivers
--- a/MAINTAINERS~maintainers-move-inactive-maintainer-to-credits
+++ a/MAINTAINERS
@@ -16889,7 +16889,6 @@ F:	tools/testing/memblock/
 
 MEMORY ALLOCATION PROFILING
 M:	Suren Baghdasaryan <[email protected]>
-M:	Kent Overstreet <[email protected]>
 R:	Hao Ge <[email protected]>
 L:	[email protected]
 S:	Maintained
_

Patches currently in -mm which might be from [email protected] are

alloc_tag-add-ioctl-to-proc-allocinfo.patch