Hi, I was surprised to see lots of activity around memblock (beside the churn I create there), so I'm going to look after it.
>From 7b3d02797ef18fb1c515f32125fb9b0055a312de Mon Sep 17 00:00:00 2001 From: Mike Rapoport <[email protected]> Date: Thu, 14 Feb 2019 11:21:26 +0200 Subject: [PATCH] MAINTAINERS: add entry for memblock Add entry for memblock in MAINTAINERS file Signed-off-by: Mike Rapoport <[email protected]> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 41ce5f4ad838..4e870d8b31af 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9792,6 +9792,14 @@ F: kernel/sched/membarrier.c F: include/uapi/linux/membarrier.h F: arch/powerpc/include/asm/membarrier.h +MEMBLOCK +M: Mike Rapoport <[email protected]> +L: [email protected] +S: Maintained +F: include/linux/memblock.h +F: mm/memblock.c +F: Documentation/core-api/boot-time-mm.rst + MEMORY MANAGEMENT L: [email protected] W: http://www.linux-mm.org -- 2.7.4

