public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rob Landley <rob@landley.net>
To: Joe Perches <joe@perches.com>
Cc: Andrew Morton <akpm@linux-foundation.org>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 00/19] MAINTAINERS: fix file patterns
Date: Fri, 21 Dec 2012 13:04:16 -0600	[thread overview]
Message-ID: <1356116656.21178.1@driftwood> (raw)
In-Reply-To: <1356105142.19585.13.camel@joe-AO722> (from joe@perches.com on Fri Dec 21 09:52:22 2012)

[-- Attachment #1: Type: text/plain, Size: 470 bytes --]

On 12/21/2012 09:52:22 AM, Joe Perches wrote:
> On Tue, 2012-12-11 at 14:19 -0800, Joe Perches wrote:
> > On Tue, 2012-12-11 at 19:49 -0200, Cesar Eduardo Barros wrote:
> > > I could not find the maintainer for the MAINTAINERS file, so  
> sending
> > > directly to Linus. Sorry if I am mistaken.
> >
> > Thanks Cesar.
> >
> > Most maintainers patches are picked up by Andrew Morton (cc'd)

Which implies... (attached because Balsa damages whitespace).

Rob

[-- Attachment #2: maintainers.patch --]
[-- Type: text/x-patch, Size: 738 bytes --]

diff --git a/MAINTAINERS b/MAINTAINERS
index 4e2a1f6..3c30157 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -646,7 +646,7 @@ F:	arch/arm/
 
 ARM SUB-ARCHITECTURES
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-S:	MAINTAINED
+S:	Maintained
 F:	arch/arm/mach-*/
 F:	arch/arm/plat-*/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
@@ -4859,6 +4859,11 @@ S:	Maintained
 F:	drivers/net/macvlan.c
 F:	include/linux/if_macvlan.h
 
+MAINTAINERS: UPDATES TO THIS FILE
+M:	Andrew Morton <akpm@linux-foundation.org>
+S:	Maintained
+F:	MAINTAINERS
+
 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
 M:	Michael Kerrisk <mtk.manpages@gmail.com>
 W:	http://www.kernel.org/doc/man-pages

  reply	other threads:[~2012-12-21 19:04 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 01/19] MAINTAINERS: remove drivers/platform/msm/ Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 02/19] MAINTAINERS: remove arch/arm/common/time-acorn.c Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 03/19] MAINTAINERS: remove arch/arm/plat-s5p/ Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 04/19] MAINTAINERS: fix drivers/rtc/rtc-vt8500.c Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 05/19] MAINTAINERS: fix arch/arm/mach-at91/include/mach/at_hdmac.h Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 06/19] MAINTAINERS: fix drivers/media/platform/atmel-isi.c Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 07/19] MAINTAINERS: adjust for UAPI Cesar Eduardo Barros
2012-12-12 21:56   ` [PATCH] MAINTAINERS: adjust for UAPI: firewire Stefan Richter
2012-12-11 21:49 ` [PATCH 08/19] MAINTAINERS: fix drivers/media/usb/dvb-usb/cxusb* Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 09/19] MAINTAINERS: remove drivers/video/epson1355fb.c Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 10/19] MAINTAINERS: fix .../plat-mxc/include/mach/imxfb.h Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 11/19] MAINTAINERS: fix drivers/ieee802154/ Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 12/19] MAINTAINERS: remove firmware/isci/ Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 13/19] MAINTAINERS: remove arch/x86/platform/mrst/pmu.* Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 14/19] MAINTAINERS: fix Documentation/mei/ Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 15/19] MAINTAINERS: remove drivers/mmc/host/imxmmc.* Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 16/19] MAINTAINERS: remove arch/*/lib/perf_event*.c Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 17/19] MAINTAINERS: remove include/linux/of_pwm.h Cesar Eduardo Barros
2012-12-11 21:50 ` [PATCH 18/19] MAINTAINERS: fix BAST Cesar Eduardo Barros
2012-12-11 21:50 ` [PATCH 19/19] MAINTAINERS: fix drivers/staging/sm7xx/ Cesar Eduardo Barros
2012-12-11 22:19 ` [PATCH 00/19] MAINTAINERS: fix file patterns Joe Perches
2012-12-21 15:52   ` Joe Perches
2012-12-21 19:04     ` Rob Landley [this message]
2012-12-21 19:13       ` Joe Perches

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1356116656.21178.1@driftwood \
    --to=rob@landley.net \
    --cc=akpm@linux-foundation.org \
    --cc=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox