diff options
| author | Lorenzo Stoakes <lorenzo.stoakes@oracle.com> | 2025-07-22 18:59:01 +0100 |
|---|---|---|
| committer | Vlastimil Babka <vbabka@suse.cz> | 2025-07-23 12:26:24 +0200 |
| commit | 8185696483dcb29688fc23c45c99d86b73754982 (patch) | |
| tree | 4ba21d2c415b52a6578f442b6453031734207f88 | |
| parent | 4d693c47a025ee3d3bb1de72c522cf2aa560ce7a (diff) | |
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-- | MAINTAINERS | 3 |
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 |
