Commit 4d693c47 authored by Matthew Wilcox (Oracle)'s avatar Matthew Wilcox (Oracle) Committed by Vlastimil Babka
Browse files

slab: Update MAINTAINERS entry



Add the two Documentation files to the maintainers entry.  Simplify the
match for header files now that there is only slab.h.  Move Vlastimil
to the top of the list of maintainers since he's the one doing the pull
requests.  Change David & Christoph's roles to Reviewer.  Expand the
pattern for files in mm/ so that somebody searching for 'slub' will
find it.

Signed-off-by: default avatarMatthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: default avatarHarry Yoo <harry.yoo@oracle.com>
Acked-by: default avatarDavid Rientjes <rientjes@google.com>
Link: https://patch.msgid.link/20250611155916.2579160-12-willy@infradead.org


Signed-off-by: default avatarVlastimil Babka <vbabka@suse.cz>
parent 7f770e94
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
@@ -22820,17 +22820,21 @@ F: Documentation/devicetree/bindings/nvmem/layouts/kontron,sl28-vpd.yaml
F:	drivers/nvmem/layouts/sl28vpd.c
SLAB ALLOCATOR
M:	Christoph Lameter <cl@gentwo.org>
M:	David Rientjes <rientjes@google.com>
M:	Andrew Morton <akpm@linux-foundation.org>
M:	Vlastimil Babka <vbabka@suse.cz>
M:	Andrew Morton <akpm@linux-foundation.org>
R:	Christoph Lameter <cl@gentwo.org>
R:	David Rientjes <rientjes@google.com>
R:	Roman Gushchin <roman.gushchin@linux.dev>
R:	Harry Yoo <harry.yoo@oracle.com>
L:	linux-mm@kvack.org
S:	Maintained
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git
F:	include/linux/sl?b*.h
F:	mm/sl?b*
F:	Documentation/admin-guide/mm/slab.rst
F:	Documentation/mm/slab.rst
F:	include/linux/slab.h
F:	mm/slab.h
F:	mm/slab_common.c
F:	mm/slub.c
SLCAN CAN NETWORK DRIVER
M:	Dario Binacchi <dario.binacchi@amarulasolutions.com>