From 8185696483dcb29688fc23c45c99d86b73754982 Mon Sep 17 00:00:00 2001 From: Lorenzo Stoakes Date: Tue, 22 Jul 2025 18:59:01 +0100 Subject: [PATCH] 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 --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.2