linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: update information for "MEMORY MANAGEMENT"
@ 2019-10-30 20:22 Song Liu
  2019-10-31  1:21 ` Andrew Morton
  2019-11-04 14:53 ` Vlastimil Babka
  0 siblings, 2 replies; 8+ messages in thread
From: Song Liu @ 2019-10-30 20:22 UTC (permalink / raw)
  To: linux-kernel, linux-mm
  Cc: kernel-team, Song Liu, Johannes Weiner, Andrew Morton

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@linux-foundation.org>
T:	git git://github.com/hnaz/linux-mm.git

Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Song Liu <songliubraving@fb.com>
---
 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@linux-foundation.org>
 L:	linux-mm@kvack.org
 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
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: update information for "MEMORY MANAGEMENT"
  2019-10-30 20:22 [PATCH] MAINTAINERS: update information for "MEMORY MANAGEMENT" Song Liu
@ 2019-10-31  1:21 ` Andrew Morton
  2019-11-05 13:23   ` Mike Rapoport
  2019-11-04 14:53 ` Vlastimil Babka
  1 sibling, 1 reply; 8+ messages in thread
From: Andrew Morton @ 2019-10-31  1:21 UTC (permalink / raw)
  To: Song Liu; +Cc: linux-kernel, linux-mm, kernel-team, Johannes Weiner

On Wed, 30 Oct 2019 13:22:17 -0700 Song Liu <songliubraving@fb.com> 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.

Oh all right ;)

If I listed everything I "maintain" in MAINTAINERS, I'd double the size
of the dang thing.

q:/usr/src/25> grep "^#NEXT_PATCHES_START" series | wc -l
364

(Those are the identifiable "trees" which I do (or did) "maintain").

But mm/ is special.

> Let save other's time searching around by adding:
> 
> M:	Andrew Morton <akpm@linux-foundation.org>
> T:	git git://github.com/hnaz/linux-mm.git

Also:

--- a/MAINTAINERS~maintainers-update-information-for-memory-management-fix
+++ a/MAINTAINERS
@@ -10523,6 +10523,8 @@ M:	Andrew Morton <akpm@linux-foundation.
 L:	linux-mm@kvack.org
 W:	http://www.linux-mm.org
 T:	git git://github.com/hnaz/linux-mm.git
+T:	quilt https://ozlabs.org/~akpm/mmotm/
+T:	quilt https://ozlabs.org/~akpm/mmots/
 S:	Maintained
 F:	include/linux/mm.h
 F:	include/linux/gfp.h
_


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: update information for "MEMORY MANAGEMENT"
  2019-10-30 20:22 [PATCH] MAINTAINERS: update information for "MEMORY MANAGEMENT" Song Liu
  2019-10-31  1:21 ` Andrew Morton
@ 2019-11-04 14:53 ` Vlastimil Babka
  2019-11-04 15:47   ` Johannes Weiner
  2019-11-05  9:45   ` Michal Hocko
  1 sibling, 2 replies; 8+ messages in thread
From: Vlastimil Babka @ 2019-11-04 14:53 UTC (permalink / raw)
  To: Song Liu, linux-kernel, linux-mm
  Cc: kernel-team, Johannes Weiner, Andrew Morton

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@linux-foundation.org>
> 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@cmpxchg.org>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Signed-off-by: Song Liu <songliubraving@fb.com>
> ---
>  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@linux-foundation.org>
>  L:	linux-mm@kvack.org
>  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
> 


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: update information for "MEMORY MANAGEMENT"
  2019-11-04 14:53 ` Vlastimil Babka
@ 2019-11-04 15:47   ` Johannes Weiner
  2019-11-04 15:58     ` Johannes Weiner
  2019-11-05  9:45   ` Michal Hocko
  1 sibling, 1 reply; 8+ messages in thread
From: Johannes Weiner @ 2019-11-04 15:47 UTC (permalink / raw)
  To: Vlastimil Babka
  Cc: Song Liu, linux-kernel, linux-mm, kernel-team, Andrew Morton

On Mon, Nov 04, 2019 at 03:53:18PM +0100, Vlastimil Babka wrote:
> 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@linux-foundation.org>
> > 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?

I think at the least we should put the quilt trees before the git
tree, since that's the primary source of truth.

Not sure how to annotate the git tree, though, it looks like people
were trying to keep the format machine-readable:

        T: *SCM* tree type and location.
           Type is one of: git, hg, quilt, stgit, topgit

Re: master branch, it looks like git quiltimport broke :( I'll
investigate.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: update information for "MEMORY MANAGEMENT"
  2019-11-04 15:47   ` Johannes Weiner
@ 2019-11-04 15:58     ` Johannes Weiner
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Weiner @ 2019-11-04 15:58 UTC (permalink / raw)
  To: Vlastimil Babka
  Cc: Song Liu, linux-kernel, linux-mm, kernel-team, Andrew Morton

On Mon, Nov 04, 2019 at 10:47:23AM -0500, Johannes Weiner wrote:
> On Mon, Nov 04, 2019 at 03:53:18PM +0100, Vlastimil Babka wrote:
> > Also right now it seems there's just mainline master stuck at
> > 5.4-rc5 and nothing else?
> 
> Re: master branch, it looks like git quiltimport broke :( I'll
> investigate.

git quiltimport was choking up on \r\n newlines in the series
file. Not sure if something changed on my end or on Andrew's.

Anyway, I fixed it with dos2unix. The tree is uptodate again.

Thanks for pointing it out, Vlastimil.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: update information for "MEMORY MANAGEMENT"
  2019-11-04 14:53 ` Vlastimil Babka
  2019-11-04 15:47   ` Johannes Weiner
@ 2019-11-05  9:45   ` Michal Hocko
  2019-11-05 10:14     ` David Hildenbrand
  1 sibling, 1 reply; 8+ messages in thread
From: Michal Hocko @ 2019-11-05  9:45 UTC (permalink / raw)
  To: Vlastimil Babka
  Cc: Song Liu, linux-kernel, linux-mm, kernel-team, Johannes Weiner,
	Andrew Morton

On Mon 04-11-19 15:53:18, Vlastimil Babka wrote:
[...]
> (And obviously, could we finally get a real git? :)

I would love to see that happen! While I do appreciate existance of
Johannes' mirror that is not something that is suitable for a long term
development IMHO because the tree rebases constantly.

And while we are talking about a better information on the MM
maintainership, should we also be explicit about maintainers of MM parts
which have a primary go to person? At least compaction, allocator, OOM,
memory hotplug, THP, shmem, memory hwpoisoning, early allocators come to
mind.
-- 
Michal Hocko
SUSE Labs

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: update information for "MEMORY MANAGEMENT"
  2019-11-05  9:45   ` Michal Hocko
@ 2019-11-05 10:14     ` David Hildenbrand
  0 siblings, 0 replies; 8+ messages in thread
From: David Hildenbrand @ 2019-11-05 10:14 UTC (permalink / raw)
  To: Michal Hocko, Vlastimil Babka
  Cc: Song Liu, linux-kernel, linux-mm, kernel-team, Johannes Weiner,
	Andrew Morton

On 05.11.19 10:45, Michal Hocko wrote:
> On Mon 04-11-19 15:53:18, Vlastimil Babka wrote:
> [...]
>> (And obviously, could we finally get a real git? :)
> 
> I would love to see that happen! While I do appreciate existance of
> Johannes' mirror that is not something that is suitable for a long term
> development IMHO because the tree rebases constantly.
> 
> And while we are talking about a better information on the MM
> maintainership, should we also be explicit about maintainers of MM parts
> which have a primary go to person? At least compaction, allocator, OOM,
> memory hotplug, THP, shmem, memory hwpoisoning, early allocators come to
> mind.

Yes please. This is valuable information.


-- 

Thanks,

David / dhildenb


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: update information for "MEMORY MANAGEMENT"
  2019-10-31  1:21 ` Andrew Morton
@ 2019-11-05 13:23   ` Mike Rapoport
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Rapoport @ 2019-11-05 13:23 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Song Liu, linux-kernel, linux-mm, kernel-team, Johannes Weiner

On Wed, Oct 30, 2019 at 06:21:04PM -0700, Andrew Morton wrote:
> On Wed, 30 Oct 2019 13:22:17 -0700 Song Liu <songliubraving@fb.com> 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.
> 
> Oh all right ;)
> 
> If I listed everything I "maintain" in MAINTAINERS, I'd double the size
> of the dang thing.
> 
> q:/usr/src/25> grep "^#NEXT_PATCHES_START" series | wc -l
> 364
> 
> (Those are the identifiable "trees" which I do (or did) "maintain").
> 
> But mm/ is special.
> 
> > Let save other's time searching around by adding:
> > 
> > M:	Andrew Morton <akpm@linux-foundation.org>
> > T:	git git://github.com/hnaz/linux-mm.git
> 
> Also:
> 
> --- a/MAINTAINERS~maintainers-update-information-for-memory-management-fix
> +++ a/MAINTAINERS
> @@ -10523,6 +10523,8 @@ M:	Andrew Morton <akpm@linux-foundation.
>  L:	linux-mm@kvack.org
>  W:	http://www.linux-mm.org
>  T:	git git://github.com/hnaz/linux-mm.git
> +T:	quilt https://ozlabs.org/~akpm/mmotm/
> +T:	quilt https://ozlabs.org/~akpm/mmots/
>  S:	Maintained
>  F:	include/linux/mm.h
>  F:	include/linux/gfp.h

The F: section here is also seems too sparse, at the very least we could
add include/linux/mm_types.h and include/linux/page*h:

diff --git a/MAINTAINERS b/MAINTAINERS
index c6c34d04ce95..5e4ed4bc2372 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10526,6 +10526,8 @@ F:      include/linux/mm.h
 F:     include/linux/gfp.h
 F:     include/linux/mmzone.h
 F:     include/linux/memory_hotplug.h
+F:     include/linux/mm_types.h
+F:     include/linux/page*h
 F:     include/linux/vmalloc.h
 F:     mm/


> _
> 
> 

-- 
Sincerely yours,
Mike.

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-11-05 13:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30 20:22 [PATCH] MAINTAINERS: update information for "MEMORY MANAGEMENT" Song Liu
2019-10-31  1:21 ` Andrew Morton
2019-11-05 13:23   ` Mike Rapoport
2019-11-04 14:53 ` Vlastimil Babka
2019-11-04 15:47   ` Johannes Weiner
2019-11-04 15:58     ` Johannes Weiner
2019-11-05  9:45   ` Michal Hocko
2019-11-05 10:14     ` David Hildenbrand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).