diff options
author | Vlastimil Babka <[email protected]> | 2021-01-12 15:49:27 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2021-01-12 18:12:54 -0800 |
commit | 7e5f1126b54a29c078c07a5fe245e269f3c05500 (patch) | |
tree | 413a017decc5a459926df77f33590a6eca1b3999 | |
parent | 0eb98f1588c2cc7a79816d84ab18a55d254f481c (diff) |
MAINTAINERS: add Vlastimil as slab allocators maintainer
I would like to help with slab allocators maintenance, from the
perspective of being responsible for SLAB and more recently also SLUB in
an enterprise distro kernel and supporting its users. Recently I've
been focusing on improving SLUB's debugging features, and patch review
in the area, including the kmemcg accounting rewrite last year.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Vlastimil Babka <[email protected]>
Acked-by: Christoph Lameter <[email protected]>
Acked-by: Pekka Enberg <[email protected]>
Cc: David Rientjes <[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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cc1e6a5ee6e6..28cbe0ec6610 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16319,6 +16319,7 @@ M: Pekka Enberg <[email protected]> M: David Rientjes <[email protected]> M: Joonsoo Kim <[email protected]> M: Andrew Morton <[email protected]> +M: Vlastimil Babka <[email protected]> S: Maintained F: include/linux/sl?b*.h |