From 7c717f37ee78e5c279bfae41c32867e03069838b Mon Sep 17 00:00:00 2001 From: Suren Baghdasaryan Date: Thu, 25 Jun 2026 11:48:56 -0700 Subject: [PATCH] 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 Acked-by: Lorenzo Stoakes Cc: Kent Overstreet Cc: Brendan Jackman Cc: David Hildenbrand Cc: Liam R. Howlett Cc: Mike Rapoport Cc: Vlastimil Babka Cc: Hao Ge Cc: Harry Yoo (Oracle) Cc: SeongJae Park Signed-off-by: Andrew Morton --- CREDITS | 4 ++++ MAINTAINERS | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CREDITS b/CREDITS index 91c51c14e993..fff8e1490714 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 2f9472c1a090..c1509e331ff5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16889,7 +16889,6 @@ F: tools/testing/memblock/ MEMORY ALLOCATION PROFILING M: Suren Baghdasaryan -M: Kent Overstreet R: Hao Ge L: linux-mm@kvack.org S: Maintained