From: Harry Yoo (Oracle) Date: Mon, 6 Apr 2026 09:09:06 +0000 (+0900) Subject: MAINTAINERS: add lib/tests/slub_kunit.c to SLAB ALLOCATOR section X-Git-Tag: ceph-for-7.1-rc4~255^2^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7711207dcb9b7b74270ea0fb21daf91e4291f21d;p=ceph-client.git MAINTAINERS: add lib/tests/slub_kunit.c to SLAB ALLOCATOR section The slub_kunit module has been maintained by SLAB ALLOCATOR folks, but is missing in the MAINTAINERS file. Add the missing entry. Acked-by: David Rientjes Signed-off-by: Harry Yoo (Oracle) Acked-by: SeongJae Park Link: https://patch.msgid.link/20260406090907.11710-2-harry@kernel.org Signed-off-by: Vlastimil Babka (SUSE) --- diff --git a/MAINTAINERS b/MAINTAINERS index 55af015174a5..5418ad867e34 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -24363,6 +24363,7 @@ F: Documentation/admin-guide/mm/slab.rst F: Documentation/mm/slab.rst F: include/linux/mempool.h F: include/linux/slab.h +F: lib/tests/slub_kunit.c F: mm/failslab.c F: mm/mempool.c F: mm/slab.h