* [PATCH slab] MAINTAINERS: add slab-related scripts and tools to SLAB ALLOCATOR
@ 2026-05-25 7:26 Vlastimil Babka (SUSE)
2026-05-25 9:10 ` Harry Yoo
2026-05-25 18:09 ` SeongJae Park
0 siblings, 2 replies; 4+ messages in thread
From: Vlastimil Babka (SUSE) @ 2026-05-25 7:26 UTC (permalink / raw)
To: Harry Yoo, Andrew Morton
Cc: linux-kernel, Hao Li, Christoph Lameter, David Rientjes,
Roman Gushchin, linux-mm, Vlastimil Babka (SUSE)
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@kernel.org>
---
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
SLCAN CAN NETWORK DRIVER
M: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
base-commit: 67ea9d353d0ba12bdbc9183ff568dead9e949b80
change-id: 20260525-maint-slab-tools-316242876de3
Best regards,
--
Vlastimil Babka (SUSE) <vbabka@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH slab] MAINTAINERS: add slab-related scripts and tools to SLAB ALLOCATOR
2026-05-25 7:26 [PATCH slab] MAINTAINERS: add slab-related scripts and tools to SLAB ALLOCATOR Vlastimil Babka (SUSE)
@ 2026-05-25 9:10 ` Harry Yoo
2026-05-25 18:09 ` SeongJae Park
1 sibling, 0 replies; 4+ messages in thread
From: Harry Yoo @ 2026-05-25 9:10 UTC (permalink / raw)
To: Vlastimil Babka (SUSE), Andrew Morton
Cc: linux-kernel, Hao Li, Christoph Lameter, David Rientjes,
Roman Gushchin, linux-mm
[-- Attachment #1.1: Type: text/plain, Size: 936 bytes --]
On 5/25/26 4:26 PM, Vlastimil Babka (SUSE) 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@kernel.org>
> ---
> 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
>
> SLCAN CAN NETWORK DRIVER
> M: Dario Binacchi <dario.binacchi@amarulasolutions.com>
>
> ---
Acked-by: Harry Yoo (Oracle) <harry@kernel.org>
--
Cheers,
Harry / Hyeonggon
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 265 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH slab] MAINTAINERS: add slab-related scripts and tools to SLAB ALLOCATOR
2026-05-25 7:26 [PATCH slab] MAINTAINERS: add slab-related scripts and tools to SLAB ALLOCATOR Vlastimil Babka (SUSE)
2026-05-25 9:10 ` Harry Yoo
@ 2026-05-25 18:09 ` SeongJae Park
2026-05-25 18:33 ` Vlastimil Babka (SUSE)
1 sibling, 1 reply; 4+ messages in thread
From: SeongJae Park @ 2026-05-25 18:09 UTC (permalink / raw)
To: Vlastimil Babka (SUSE)
Cc: SeongJae Park, Harry Yoo, Andrew Morton, linux-kernel, Hao Li,
Christoph Lameter, David Rientjes, Roman Gushchin, linux-mm
On Mon, 25 May 2026 09:26:39 +0200 "Vlastimil Babka (SUSE)" <vbabka@kernel.org> 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@kernel.org>
Acked-by: SeongJae Park <sj@kernel.org>
> ---
> 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
[...]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH slab] MAINTAINERS: add slab-related scripts and tools to SLAB ALLOCATOR
2026-05-25 18:09 ` SeongJae Park
@ 2026-05-25 18:33 ` Vlastimil Babka (SUSE)
0 siblings, 0 replies; 4+ messages in thread
From: Vlastimil Babka (SUSE) @ 2026-05-25 18:33 UTC (permalink / raw)
To: SeongJae Park
Cc: Harry Yoo, Andrew Morton, linux-kernel, Hao Li,
Christoph Lameter, David Rientjes, Roman Gushchin, linux-mm
On 5/25/26 20:09, SeongJae Park wrote:
> On Mon, 25 May 2026 09:26:39 +0200 "Vlastimil Babka (SUSE)" <vbabka@kernel.org> 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@kernel.org>
>
> Acked-by: SeongJae Park <sj@kernel.org>
>
>> ---
>> 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.
Yeah, thanks. AFAIK these are just thin wrappers to overcome some bindgen
details? I think whatever the rust side finds necessary to do there, they
can and it's under RUST section, while the tools had no maintainer at all.
So we don't need to cross-maintain that.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-05-25 18:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-25 7:26 [PATCH slab] MAINTAINERS: add slab-related scripts and tools to SLAB ALLOCATOR Vlastimil Babka (SUSE)
2026-05-25 9:10 ` Harry Yoo
2026-05-25 18:09 ` SeongJae Park
2026-05-25 18:33 ` Vlastimil Babka (SUSE)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome