Skip to content

Commit 8185696

Browse files
lorenzo-stoakestehcaster
authored andcommitted
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 <[email protected]> Signed-off-by: Vlastimil Babka <[email protected]>
1 parent 4d693c4 commit 8185696

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MAINTAINERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22831,7 +22831,10 @@ S: Maintained
2283122831
T: git git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git
2283222832
F: Documentation/admin-guide/mm/slab.rst
2283322833
F: Documentation/mm/slab.rst
22834+
F: include/linux/mempool.h
2283422835
F: include/linux/slab.h
22836+
F: mm/failslab.c
22837+
F: mm/mempool.c
2283522838
F: mm/slab.h
2283622839
F: mm/slab_common.c
2283722840
F: mm/slub.c

0 commit comments

Comments
 (0)