diff mbox series

MAINTAINERS: add entry for memblock

Message ID 20190214093630.GC9063@rapoport-lnx (mailing list archive)
State New, archived
Headers show
Series MAINTAINERS: add entry for memblock | expand

Commit Message

Mike Rapoport Feb. 14, 2019, 9:36 a.m. UTC
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 <rppt@linux.ibm.com>
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 <rppt@linux.ibm.com>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Michal Hocko Feb. 14, 2019, 11:30 a.m. UTC | #1
On Thu 14-02-19 11:36:31, Mike Rapoport wrote:
> 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 <rppt@linux.ibm.com>
> Date: Thu, 14 Feb 2019 11:21:26 +0200
> Subject: [PATCH] MAINTAINERS: add entry for memblock
> 
> Add entry for memblock in MAINTAINERS file

It is great that this code gains an official maintainer finaly. Thanks
for stepping in.

> Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>

Acked-by: Michal Hocko <mhocko@suse.com>

> ---
>  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 <rppt@linux.ibm.com>
> +L:	linux-mm@kvack.org
> +S:	Maintained
> +F:	include/linux/memblock.h
> +F:	mm/memblock.c
> +F:	Documentation/core-api/boot-time-mm.rst
> +
>  MEMORY MANAGEMENT
>  L:	linux-mm@kvack.org
>  W:	http://www.linux-mm.org
> -- 
> 2.7.4
diff mbox series

Patch

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 <rppt@linux.ibm.com>
+L:	linux-mm@kvack.org
+S:	Maintained
+F:	include/linux/memblock.h
+F:	mm/memblock.c
+F:	Documentation/core-api/boot-time-mm.rst
+
 MEMORY MANAGEMENT
 L:	linux-mm@kvack.org
 W:	http://www.linux-mm.org