Re: [PATCH 2/2] mm: move alloc tag to mm
From: David Hildenbrand (Arm)
Date: Fri Jun 26 2026 - 05:13:28 EST
On 6/25/26 20:48, Suren Baghdasaryan wrote:
> From: Lorenzo Stoakes <ljs@xxxxxxxxxx>
>
> The alloc tagging work is really mm-specific, so move alloc_tag.c to mm/
> and additionally update the MAINTAINERS entry to place it within memory
> management and port over the Kconfig and Makefile code to mm.
>
> Signed-off-by: Lorenzo Stoakes <ljs@xxxxxxxxxx>
> Signed-off-by: Suren Baghdasaryan <surenb@xxxxxxxxxx>
> ---
> MAINTAINERS | 20 ++++++++++----------
> lib/Kconfig.debug | 28 ----------------------------
> lib/Makefile | 1 -
> mm/Kconfig.debug | 28 ++++++++++++++++++++++++++++
> mm/Makefile | 1 +
> {lib => mm}/alloc_tag.c | 0
> 6 files changed, 39 insertions(+), 39 deletions(-)
> rename {lib => mm}/alloc_tag.c (100%)
Yes, this belongs into mm :)
Acked-by: David Hildenbrand (Arm) <david@xxxxxxxxxx>
--
Cheers,
David