summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuren Baghdasaryan <surenb@google.com>2026-06-25 11:48:56 -0700
committerAndrew Morton <akpm@linux-foundation.org>2026-07-05 16:23:09 -0700
commitbfb8498f8092f0c9b59c98a30df17f33ee7b6b52 (patch)
treef21d725c2b7477068904d5ece314ee7d87659f9c
parent743deb8e17a8b38db519bef914f3bd209f9aa097 (diff)
downloadlinux-next-bfb8498f8092f0c9b59c98a30df17f33ee7b6b52.tar.gz
linux-next-bfb8498f8092f0c9b59c98a30df17f33ee7b6b52.zip
MAINTAINERS: move inactive maintainer to CREDITS
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/20260625184857.2193482-2-surenb@google.com Link: https://lore.kernel.org/all/20260622-alloc-trylock-v2-13-31f31367d420@google.com/ [1] Signed-off-by: Suren Baghdasaryan <surenb@google.com> Acked-by: Lorenzo Stoakes <ljs@kernel.org> Cc: Kent Overstreet <kent.overstreet@linux.dev> Cc: Brendan Jackman <jackmanb@google.com> Cc: David Hildenbrand <david@kernel.org> Cc: Liam R. Howlett <liam@infradead.org> Cc: Mike Rapoport <rppt@kernel.org> Cc: Vlastimil Babka <vbabka@kernel.org> Cc: Hao Ge <hao.ge@linux.dev> Cc: Harry Yoo (Oracle) <harry@kernel.org> Cc: SeongJae Park <sj@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r--CREDITS4
-rw-r--r--MAINTAINERS1
2 files changed, 4 insertions, 1 deletions
diff --git a/CREDITS b/CREDITS
index 84793a967a0b..8b229514ec8e 100644
--- a/CREDITS
+++ b/CREDITS
@@ -3096,6 +3096,10 @@ N: Jens Osterkamp
E: jens@de.ibm.com
D: Maintainer of Spidernet network driver for Cell
+N: Kent Overstreet
+E: kent.overstreet@linux.dev
+D: Co-authored and contributed to Memory Allocation Profiling
+
N: Gadi Oxman
E: gadio@netvision.net.il
D: Original author and maintainer of IDE/ATAPI floppy/tape drivers
diff --git a/MAINTAINERS b/MAINTAINERS
index 92e76defe957..c435d4303d98 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16887,7 +16887,6 @@ F: tools/testing/memblock/
MEMORY ALLOCATION PROFILING
M: Suren Baghdasaryan <surenb@google.com>
-M: Kent Overstreet <kent.overstreet@linux.dev>
R: Hao Ge <hao.ge@linux.dev>
L: linux-mm@kvack.org
S: Maintained