Re: [PATCH] MAINTAINERS: update information for "MEMORY MANAGEMENT"

From: Vlastimil Babka
Date: Mon Nov 04 2019 - 09:53:25 EST


On 10/30/19 9:22 PM, Song Liu wrote:
> I was trying to find the mm tree in MAINTAINERS by searching "Morton".
> Unfortunately, I didn't find one. And I didn't even locate the MEMORY
> MANAGEMENT section quickly, because Andrew's name was not listed there.
>
> Thanks to Johannes who helped me find the mm tree.
>
> Let save other's time searching around by adding:
>
> M: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> T: git git://github.com/hnaz/linux-mm.git

Not sure about the git part. It's not a real development tree, but a
secondary "mirror" of the quilt tree, with unstable commit ID's. Could
it be somehow indicated? Also right now it seems there's just mainline
master stuck at 5.4-rc5 and nothing else?

(And obviously, could we finally get a real git? :)

> Cc: Johannes Weiner <hannes@xxxxxxxxxxx>
> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Song Liu <songliubraving@xxxxxx>
> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a62ed61e6613..adafbe811e58 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10621,8 +10621,10 @@ F: mm/memblock.c
> F: Documentation/core-api/boot-time-mm.rst
>
> MEMORY MANAGEMENT
> +M: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> L: linux-mm@xxxxxxxxx
> W: http://www.linux-mm.org
> +T: git git://github.com/hnaz/linux-mm.git
> S: Maintained
> F: include/linux/mm.h
> F: include/linux/gfp.h
>