summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo Stoakes <lorenzo.stoakes@oracle.com>2025-07-22 18:59:01 +0100
committerVlastimil Babka <vbabka@suse.cz>2025-07-23 12:26:24 +0200
commit8185696483dcb29688fc23c45c99d86b73754982 (patch)
tree4ba21d2c415b52a6578f442b6453031734207f88
parentslab: Update MAINTAINERS entry (diff)
downloadlinux-8185696483dcb29688fc23c45c99d86b73754982.tar.gz
linux-8185696483dcb29688fc23c45c99d86b73754982.zip
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 <lorenzo.stoakes@oracle.com> Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
-rw-r--r--MAINTAINERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index e55accbefa3f..0d0374726893 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