The patch titled Subject: MAINTAINERS: improve entries in CODE TAGGING and MEMORY ALLOCATION PROFILING has been added to the -mm mm-unstable branch. Its filename is maintainers-add-entries-for-code-tagging-and-memory-allocation-profiling-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/maintainers-add-entries-for-code-tagging-and-memory-allocation-profiling-fix.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Lukas Bulwahn <lbulwahn@xxxxxxxxxx> Subject: MAINTAINERS: improve entries in CODE TAGGING and MEMORY ALLOCATION PROFILING Date: Thu, 11 Apr 2024 08:47:17 +0200 Commit 5acf2502db99 ("MAINTAINERS: add entries for code tagging and memory allocation profiling") adds the two new sections CODE TAGGING and MEMORY ALLOCATION PROFILING. The files in these sections however do not match with the files added in the corresponding patch series. Improve the two entries to refer to all files added with that series and drop the entries to non-existing files. Link: https://lkml.kernel.org/r/20240411064717.51140-1-lukas.bulwahn@xxxxxxxxxx Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxxx> Acked-by: Kent Overstreet <kent.overstreet@xxxxxxxxx> Cc: Suren Baghdasaryan <surenb@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- MAINTAINERS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- a/MAINTAINERS~maintainers-add-entries-for-code-tagging-and-memory-allocation-profiling-fix +++ a/MAINTAINERS @@ -5258,6 +5258,7 @@ CODE TAGGING M: Suren Baghdasaryan <surenb@xxxxxxxxxx> M: Kent Overstreet <kent.overstreet@xxxxxxxxx> S: Maintained +F: include/asm-generic/codetag.lds.h F: include/linux/codetag.h F: lib/codetag.c @@ -14167,10 +14168,10 @@ M: Suren Baghdasaryan <surenb@xxxxxxxxxx M: Kent Overstreet <kent.overstreet@xxxxxxxxx> L: linux-mm@xxxxxxxxx S: Maintained +F: Documentation/mm/allocation-profiling.rst F: include/linux/alloc_tag.h -F: include/linux/codetag_ctx.h +F: include/linux/pgalloc_tag.h F: lib/alloc_tag.c -F: lib/pgalloc_tag.c MEMORY CONTROLLER DRIVERS M: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> _ Patches currently in -mm which might be from lbulwahn@xxxxxxxxxx are maintainers-add-entries-for-code-tagging-and-memory-allocation-profiling-fix.patch