]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
MAINTAINERS: add missing files to slab section
authorLorenzo Stoakes <lorenzo.stoakes@oracle.com>
Tue, 22 Jul 2025 17:59:01 +0000 (18:59 +0100)
committerVlastimil Babka <vbabka@suse.cz>
Wed, 23 Jul 2025 10:26:24 +0000 (12:26 +0200)
The failslab implementation implements fault injection for slab allocations
so seems best suited to the slab section.

The mempool implementation uses slab in the backend, so that seems best
suited here also.

Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
MAINTAINERS

index e55accbefa3f0559ed7a41a8e144e87825d86958..0d03747268930a387115ae51633705249db3cebc 100644 (file)
@@ -22831,7 +22831,10 @@ S:     Maintained
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git
 F:     Documentation/admin-guide/mm/slab.rst
 F:     Documentation/mm/slab.rst
+F:     include/linux/mempool.h
 F:     include/linux/slab.h
+F:     mm/failslab.c
+F:     mm/mempool.c
 F:     mm/slab.h
 F:     mm/slab_common.c
 F:     mm/slub.c