Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1542543 > unrolled thread

[PATCH] MAINTAINERS, mm: add IRC info and update include file list

Started byVlastimil Babka <vbabka@suse.cz>
First post2016-12-15 09:10 +0100
Last post2016-12-15 19:40 +0100
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] MAINTAINERS, mm: add IRC info and update include file list Vlastimil Babka <vbabka@suse.cz> - 2016-12-15 09:10 +0100
    Re: [PATCH] MAINTAINERS, mm: add IRC info and update include file  list "Kirill A. Shutemov" <kirill@shutemov.name> - 2016-12-15 15:10 +0100
      Re: [PATCH] MAINTAINERS, mm: add IRC info and update include file  list Vlastimil Babka <vbabka@suse.cz> - 2016-12-15 19:40 +0100

#1542543 — [PATCH] MAINTAINERS, mm: add IRC info and update include file list

FromVlastimil Babka <vbabka@suse.cz>
Date2016-12-15 09:10 +0100
Subject[PATCH] MAINTAINERS, mm: add IRC info and update include file list
Message-ID<sOzgZ-3nX-11@gated-at.bofh.it>
There's a new C: entry for IRC or similar chat, so add the OFTC #mm channel.
While at it, add more F: entries for least the more prominent include/ files
related to mm.

Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
---
 MAINTAINERS | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 59c9895d73d5..fd1ac4bfc2cd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3355,6 +3355,7 @@ M:	Vladimir Davydov <vdavydov.dev@gmail.com>
 L:	cgroups@vger.kernel.org
 L:	linux-mm@kvack.org
 S:	Maintained
+F:	include/linux/memcontrol.h
 F:	mm/memcontrol.c
 F:	mm/swap_cgroup.c
 
@@ -8058,12 +8059,27 @@ F:	include/uapi/linux/membarrier.h
 MEMORY MANAGEMENT
 L:	linux-mm@kvack.org
 W:	http://www.linux-mm.org
+C:	irc://irc.oftc.net/mm
 S:	Maintained
 F:	include/linux/mm.h
+F:	include/linux/mm_types.h
+F:	include/linux/mm_inline.h
+F:	include/linux/mmdebug.h
+F:	include/linux/compaction.h
+F:	include/linux/oom.h
 F:	include/linux/gfp.h
 F:	include/linux/mmzone.h
 F:	include/linux/memory_hotplug.h
+F:	include/linux/mempolicy.h
+F:	include/linux/page-isolation.h
+F:	include/linux/page_ext.h
+F:	include/linux/page_owner.h
+F:	include/linux/migrate.h
+F:	include/linux/hugetlb.h
+F:	include/linux/rmap.h
 F:	include/linux/vmalloc.h
+F:	include/linux/vmstat.h
+F:	include/linux/vm_event_item.h
 F:	mm/
 
 MEMORY TECHNOLOGY DEVICES (MTD)
-- 
2.11.0

[toc] | [next] | [standalone]


#1542755 — Re: [PATCH] MAINTAINERS, mm: add IRC info and update include file list

From"Kirill A. Shutemov" <kirill@shutemov.name>
Date2016-12-15 15:10 +0100
SubjectRe: [PATCH] MAINTAINERS, mm: add IRC info and update include file list
Message-ID<sOETn-6HQ-17@gated-at.bofh.it>
In reply to#1542543
On Thu, Dec 15, 2016 at 09:08:48AM +0100, Vlastimil Babka wrote:
> There's a new C: entry for IRC or similar chat, so add the OFTC #mm channel.
> While at it, add more F: entries for least the more prominent include/ files
> related to mm.
> 
> Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
> ---
>  MAINTAINERS | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 59c9895d73d5..fd1ac4bfc2cd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3355,6 +3355,7 @@ M:	Vladimir Davydov <vdavydov.dev@gmail.com>
>  L:	cgroups@vger.kernel.org
>  L:	linux-mm@kvack.org
>  S:	Maintained
> +F:	include/linux/memcontrol.h
>  F:	mm/memcontrol.c
>  F:	mm/swap_cgroup.c
>  
> @@ -8058,12 +8059,27 @@ F:	include/uapi/linux/membarrier.h
>  MEMORY MANAGEMENT
>  L:	linux-mm@kvack.org
>  W:	http://www.linux-mm.org
> +C:	irc://irc.oftc.net/mm
>  S:	Maintained
>  F:	include/linux/mm.h
> +F:	include/linux/mm_types.h
> +F:	include/linux/mm_inline.h
> +F:	include/linux/mmdebug.h
> +F:	include/linux/compaction.h
> +F:	include/linux/oom.h
>  F:	include/linux/gfp.h
>  F:	include/linux/mmzone.h
>  F:	include/linux/memory_hotplug.h
> +F:	include/linux/mempolicy.h
> +F:	include/linux/page-isolation.h
> +F:	include/linux/page_ext.h
> +F:	include/linux/page_owner.h
> +F:	include/linux/migrate.h
> +F:	include/linux/hugetlb.h
> +F:	include/linux/rmap.h
>  F:	include/linux/vmalloc.h
> +F:	include/linux/vmstat.h
> +F:	include/linux/vm_event_item.h

Maybe sort the list?

And the it is still incomplete very incomplete: huge_mm.h, page-flags*,
mman.h, etc.

-- 
 Kirill A. Shutemov

[toc] | [prev] | [next] | [standalone]


#1542968 — Re: [PATCH] MAINTAINERS, mm: add IRC info and update include file list

FromVlastimil Babka <vbabka@suse.cz>
Date2016-12-15 19:40 +0100
SubjectRe: [PATCH] MAINTAINERS, mm: add IRC info and update include file list
Message-ID<sOJ6F-Ms-11@gated-at.bofh.it>
In reply to#1542755
On 15.12.2016 15:03, Kirill A. Shutemov wrote:
> On Thu, Dec 15, 2016 at 09:08:48AM +0100, Vlastimil Babka wrote:
>> There's a new C: entry for IRC or similar chat, so add the OFTC #mm channel.
>> While at it, add more F: entries for least the more prominent include/ files
>> related to mm.
>>
>> Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
>> ---
>>  MAINTAINERS | 16 ++++++++++++++++
>>  1 file changed, 16 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 59c9895d73d5..fd1ac4bfc2cd 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -3355,6 +3355,7 @@ M:	Vladimir Davydov <vdavydov.dev@gmail.com>
>>  L:	cgroups@vger.kernel.org
>>  L:	linux-mm@kvack.org
>>  S:	Maintained
>> +F:	include/linux/memcontrol.h
>>  F:	mm/memcontrol.c
>>  F:	mm/swap_cgroup.c
>>  
>> @@ -8058,12 +8059,27 @@ F:	include/uapi/linux/membarrier.h
>>  MEMORY MANAGEMENT
>>  L:	linux-mm@kvack.org
>>  W:	http://www.linux-mm.org
>> +C:	irc://irc.oftc.net/mm
>>  S:	Maintained
>>  F:	include/linux/mm.h
>> +F:	include/linux/mm_types.h
>> +F:	include/linux/mm_inline.h
>> +F:	include/linux/mmdebug.h
>> +F:	include/linux/compaction.h
>> +F:	include/linux/oom.h
>>  F:	include/linux/gfp.h
>>  F:	include/linux/mmzone.h
>>  F:	include/linux/memory_hotplug.h
>> +F:	include/linux/mempolicy.h
>> +F:	include/linux/page-isolation.h
>> +F:	include/linux/page_ext.h
>> +F:	include/linux/page_owner.h
>> +F:	include/linux/migrate.h
>> +F:	include/linux/hugetlb.h
>> +F:	include/linux/rmap.h
>>  F:	include/linux/vmalloc.h
>> +F:	include/linux/vmstat.h
>> +F:	include/linux/vm_event_item.h
> 
> Maybe sort the list?
> 
> And the it is still incomplete very incomplete: huge_mm.h, page-flags*,
> mman.h, etc.

Hmm I see.
I wonder if this kind of list scales at all, and how much do we care to have it
complete. Maybe we could use some special keyword with K: and mark the include
files by that instead?

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web