diff options
author | Hyeonggon Yoo <[email protected]> | 2022-05-07 16:35:06 +0900 |
---|---|---|
committer | Vlastimil Babka <[email protected]> | 2022-05-10 10:08:16 +0200 |
commit | f8d9f46e87e51543f42851a090f72695e40f5724 (patch) | |
tree | fccd9e80f00a75495ba80581b714281502ddcfd4 | |
parent | 154036a3b3f39cb17fc65511011f4c4024846e91 (diff) |
MAINTAINERS: add myself as reviewer for slab
Recently I was involved in slab subsystem (reviewing struct slab,
SLUB debugfs and etc). I would like to help maintainers and people
working on slab allocators by reviewing and testing their work.
Let me be Cc'd on patches related to slab.
Signed-off-by: Hyeonggon Yoo <[email protected]>
Signed-off-by: Vlastimil Babka <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fd768d43e048..3e4a439f40ed 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18096,6 +18096,7 @@ M: Joonsoo Kim <[email protected]> M: Andrew Morton <[email protected]> M: Vlastimil Babka <[email protected]> R: Roman Gushchin <[email protected]> +R: Hyeonggon Yoo <[email protected]> S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git |