From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wj0-f197.google.com (mail-wj0-f197.google.com [209.85.210.197]) by kanga.kvack.org (Postfix) with ESMTP id 972956B0038 for ; Thu, 15 Dec 2016 09:03:26 -0500 (EST) Received: by mail-wj0-f197.google.com with SMTP id o2so23375827wje.5 for ; Thu, 15 Dec 2016 06:03:26 -0800 (PST) Received: from mail-wj0-x241.google.com (mail-wj0-x241.google.com. [2a00:1450:400c:c01::241]) by mx.google.com with ESMTPS id cy11si2174807wjd.126.2016.12.15.06.03.25 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Dec 2016 06:03:25 -0800 (PST) Received: by mail-wj0-x241.google.com with SMTP id xy5so9922332wjc.1 for ; Thu, 15 Dec 2016 06:03:25 -0800 (PST) Date: Thu, 15 Dec 2016 17:03:21 +0300 From: "Kirill A. Shutemov" Subject: Re: [PATCH] MAINTAINERS, mm: add IRC info and update include file list Message-ID: <20161215140321.GB27758@node> References: <20161215080848.18070-1-vbabka@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161215080848.18070-1-vbabka@suse.cz> Sender: owner-linux-mm@kvack.org List-ID: To: Vlastimil Babka Cc: Andrew Morton , linux-mm@kvack.org, linux-kernel@vger.kernel.org, "Kirill A. Shutemov" , Rik van Riel , Johannes Weiner , Michal Hocko , Vladimir Davydov , cgroups@vger.kernel.org, Mel Gorman 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 > --- > 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 > 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 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org