Re: [PATCH slab] MAINTAINERS: add slab-related scripts and tools to SLAB ALLOCATOR
From: SeongJae Park
Date: Mon May 25 2026 - 14:09:56 EST
On Mon, 25 May 2026 09:26:39 +0200 "Vlastimil Babka (SUSE)" <vbabka@xxxxxxxxxx> wrote:
> Make sure the maintainers and reviewers are CC'd on changes to the
> scripts and tools that depend on slab internals.
>
> Signed-off-by: Vlastimil Babka (SUSE) <vbabka@xxxxxxxxxx>
Acked-by: SeongJae Park <sj@xxxxxxxxxx>
> ---
> MAINTAINERS | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 288866c32ade..9ee06cd35793 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -24555,6 +24555,12 @@ F: mm/mempool.c
> F: mm/slab.h
> F: mm/slab_common.c
> F: mm/slub.c
> +F: scripts/gdb/linux/slab.py
> +F: tools/cgroup/memcg_slabinfo.py
> +F: tools/include/linux/slab.h
> +F: tools/lib/slab.c
> +F: tools/mm/slabinfo-gnuplot.sh
> +F: tools/mm/slabinfo.c
>
I found there is rust/helpers/slab.c file and it is not in this section. Is it
intentional? I found commits for the file doesn't have Vlastimil's R-b or A-b
tags, so it might be intentional for rust code, but I'm just curious if that's
correct.
Thanks,
SJ
[...]