diff options
author | Vlastimil Babka <[email protected]> | 2022-02-25 19:11:20 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2022-02-26 09:51:17 -0800 |
commit | 7b0112f3432915fd6ac68ddd61bc4bcd1ac2505d (patch) | |
tree | 74d45dc9c7f1a55a27ee167791117f7277b2c57d | |
parent | bb9d5454992322a0b793c655e1d860a54a38a3d3 (diff) |
MAINTAINERS, SLAB: add Roman as reviewer, git tree
The slab code has an overlap with kmem accounting, where Roman has done
a lot of work recently and it would be useful to make sure he's CC'd on
patches that potentially affect it. Thus add him as a reviewer for the
SLAB subsystem.
Also while at it, add the link to slab git tree.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Vlastimil Babka <[email protected]>
Acked-by: David Rientjes <[email protected]>
Acked-by: Roman Gushchin <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: Pekka Enberg <[email protected]>
Cc: Joonsoo Kim <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ae42c9e2437b..1ba1e4af2cbc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17762,8 +17762,10 @@ M: David Rientjes <[email protected]> M: Joonsoo Kim <[email protected]> M: Andrew Morton <[email protected]> M: Vlastimil Babka <[email protected]> +R: Roman Gushchin <[email protected]> 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* |