From: Lorenzo Stoakes Date: Tue, 22 Jul 2025 17:59:01 +0000 (+0100) Subject: MAINTAINERS: add missing files to slab section X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8185696483dcb29688fc23c45c99d86b73754982;p=thirdparty%2Flinux.git MAINTAINERS: add missing files to slab section 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 Signed-off-by: Vlastimil Babka --- diff --git a/MAINTAINERS b/MAINTAINERS index e55accbefa3f0..0d03747268930 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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