Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] move alloc_tag.c file under mm/
@ 2026-06-25 18:48 Suren Baghdasaryan
  2026-06-25 18:48 ` [PATCH 1/2] MAINTAINERS: move inactive maintainer to CREDITS Suren Baghdasaryan
  2026-06-25 18:48 ` [PATCH 2/2] mm: move alloc tag to mm Suren Baghdasaryan
  0 siblings, 2 replies; 11+ messages in thread
From: Suren Baghdasaryan @ 2026-06-25 18:48 UTC (permalink / raw)
  To: akpm
  Cc: kent.overstreet, david, ljs, liam, vbabka, rppt, hao.ge, jackmanb,
	linux-kernel, linux-mm, surenb

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.

[1] https://lore.kernel.org/all/20260622-alloc-trylock-v2-13-31f31367d420@google.com/

Lorenzo Stoakes (1):
  mm: move alloc tag to mm

Suren Baghdasaryan (1):
  MAINTAINERS: move inactive maintainer to CREDITS

 CREDITS                 |  4 ++++
 MAINTAINERS             | 21 ++++++++++-----------
 lib/Kconfig.debug       | 28 ----------------------------
 lib/Makefile            |  1 -
 mm/Kconfig.debug        | 28 ++++++++++++++++++++++++++++
 mm/Makefile             |  1 +
 {lib => mm}/alloc_tag.c |  0
 7 files changed, 43 insertions(+), 40 deletions(-)
 rename {lib => mm}/alloc_tag.c (100%)


base-commit: 81652c5a65d4ae28e9b18c16ef917a40025c3653
-- 
2.55.0.rc0.799.gd6f94ed593-goog



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2026-06-26 10:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-25 18:48 [PATCH 0/2] move alloc_tag.c file under mm/ Suren Baghdasaryan
2026-06-25 18:48 ` [PATCH 1/2] MAINTAINERS: move inactive maintainer to CREDITS Suren Baghdasaryan
2026-06-26 10:13   ` Lorenzo Stoakes
2026-06-25 18:48 ` [PATCH 2/2] mm: move alloc tag to mm Suren Baghdasaryan
2026-06-25 23:56   ` SeongJae Park
2026-06-26  2:24   ` Hao Ge
2026-06-26  9:12   ` Vlastimil Babka (SUSE)
2026-06-26  9:13   ` David Hildenbrand (Arm)
2026-06-26  9:17   ` Mike Rapoport
2026-06-26  9:26   ` Harry Yoo
2026-06-26 10:12   ` Lorenzo Stoakes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox