aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2014-01-21 04:59:20 -0500
committerIngo Molnar <mingo@kernel.org>2014-01-22 07:25:55 -0500
commit981c3a4ff8596a9dcd2b058ee12d6749639c32a5 (patch)
tree57e828355374b2e3fc502eacf552cc524f2924f3 /MAINTAINERS
parent15c81026204da897a05424c79263aea861a782cc (diff)
MAINTAINERS: Restore "L: linux-kernel@vger.kernel.org" entries
A couple of years ago all the "L: lkml" email list entries in MAINTAINERS were removed and replaced with a 'the rest' entry at the end of the file - under the theory that this is unnecessary duplication and that people would find it intuitive: b5472cddbe2c MAINTAINERS: remove L: linux-kernel@vger.kernel.org from all but "THE REST" So it turns out that it's all but intuitive, not all people use scripts/get_maintainer.pl to extract maintainer contact info, some people read the MAINTAINERS file and see the lack of 'L:' entries of various lkml-only subsystems and are sending patches to the maintainers only, without Cc:-ing lkml. They arguably have a point. In hindsight removing all the "L: lkml" entries was probably not an overly good idea, not all mechanic duplication should be eliminated: in files read by humans it's useful to have 'at a glance' summary for all email addresses important to a subsystem's maintenance, in a single place, without too many imported rules and assumptions. So, to make the lkml fallback really apparent, add back 'L: lkml' entries to all subsystem entries whose workflow I'm involved in. This should at minimum be a per subsystem policy thing. Acked-by: Peter Zijlstra <peterz@infradead.org> Acked-by: Thomas Gleixner <tglx@linutronix.de> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Alan Cox <alan@linux.intel.com> Cc: Joe Perches <joe@perches.com> Cc: "H. Peter Anvin" <hpa@zytor.com> Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Link: http://lkml.kernel.org/n/tip-lhzlymtgmmv5bMuwsb5zyoYo@git.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS13
1 files changed, 13 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index ce1645ebe70c..e048de5ca11b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2191,6 +2191,7 @@ F: include/linux/clk.h
2191CLOCKSOURCE, CLOCKEVENT DRIVERS 2191CLOCKSOURCE, CLOCKEVENT DRIVERS
2192M: Daniel Lezcano <daniel.lezcano@linaro.org> 2192M: Daniel Lezcano <daniel.lezcano@linaro.org>
2193M: Thomas Gleixner <tglx@linutronix.de> 2193M: Thomas Gleixner <tglx@linutronix.de>
2194L: linux-kernel@vger.kernel.org
2194T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core 2195T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2195S: Supported 2196S: Supported
2196F: drivers/clocksource 2197F: drivers/clocksource
@@ -3985,6 +3986,7 @@ F: include/uapi/linux/hid*
3985 3986
3986HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS 3987HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
3987M: Thomas Gleixner <tglx@linutronix.de> 3988M: Thomas Gleixner <tglx@linutronix.de>
3989L: linux-kernel@vger.kernel.org
3988T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core 3990T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3989S: Maintained 3991S: Maintained
3990F: Documentation/timers/ 3992F: Documentation/timers/
@@ -4654,6 +4656,7 @@ F: net/irda/
4654 4656
4655IRQ SUBSYSTEM 4657IRQ SUBSYSTEM
4656M: Thomas Gleixner <tglx@linutronix.de> 4658M: Thomas Gleixner <tglx@linutronix.de>
4659L: linux-kernel@vger.kernel.org
4657S: Maintained 4660S: Maintained
4658T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core 4661T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
4659F: kernel/irq/ 4662F: kernel/irq/
@@ -5285,6 +5288,7 @@ F: drivers/media/usb/dvb-usb-v2/lmedm04*
5285LOCKDEP AND LOCKSTAT 5288LOCKDEP AND LOCKSTAT
5286M: Peter Zijlstra <peterz@infradead.org> 5289M: Peter Zijlstra <peterz@infradead.org>
5287M: Ingo Molnar <mingo@redhat.com> 5290M: Ingo Molnar <mingo@redhat.com>
5291L: linux-kernel@vger.kernel.org
5288T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking 5292T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5289S: Maintained 5293S: Maintained
5290F: Documentation/lockdep*.txt 5294F: Documentation/lockdep*.txt
@@ -6581,6 +6585,7 @@ M: Peter Zijlstra <a.p.zijlstra@chello.nl>
6581M: Paul Mackerras <paulus@samba.org> 6585M: Paul Mackerras <paulus@samba.org>
6582M: Ingo Molnar <mingo@redhat.com> 6586M: Ingo Molnar <mingo@redhat.com>
6583M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 6587M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6588L: linux-kernel@vger.kernel.org
6584T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core 6589T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6585S: Supported 6590S: Supported
6586F: kernel/events/* 6591F: kernel/events/*
@@ -6704,6 +6709,7 @@ F: drivers/scsi/pm8001/
6704 6709
6705POSIX CLOCKS and TIMERS 6710POSIX CLOCKS and TIMERS
6706M: Thomas Gleixner <tglx@linutronix.de> 6711M: Thomas Gleixner <tglx@linutronix.de>
6712L: linux-kernel@vger.kernel.org
6707T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core 6713T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6708S: Supported 6714S: Supported
6709F: fs/timerfd.c 6715F: fs/timerfd.c
@@ -7099,6 +7105,7 @@ F: drivers/net/wireless/ray*
7099RCUTORTURE MODULE 7105RCUTORTURE MODULE
7100M: Josh Triplett <josh@freedesktop.org> 7106M: Josh Triplett <josh@freedesktop.org>
7101M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> 7107M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7108L: linux-kernel@vger.kernel.org
7102S: Supported 7109S: Supported
7103T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git 7110T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7104F: Documentation/RCU/torture.txt 7111F: Documentation/RCU/torture.txt
@@ -7106,6 +7113,7 @@ F: kernel/rcu/torture.c
7106 7113
7107RCUTORTURE TEST FRAMEWORK 7114RCUTORTURE TEST FRAMEWORK
7108M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> 7115M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7116L: linux-kernel@vger.kernel.org
7109S: Supported 7117S: Supported
7110T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git 7118T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7111F: tools/testing/selftests/rcutorture 7119F: tools/testing/selftests/rcutorture
@@ -7129,6 +7137,7 @@ F: net/rds/
7129READ-COPY UPDATE (RCU) 7137READ-COPY UPDATE (RCU)
7130M: Dipankar Sarma <dipankar@in.ibm.com> 7138M: Dipankar Sarma <dipankar@in.ibm.com>
7131M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> 7139M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7140L: linux-kernel@vger.kernel.org
7132W: http://www.rdrop.com/users/paulmck/RCU/ 7141W: http://www.rdrop.com/users/paulmck/RCU/
7133S: Supported 7142S: Supported
7134T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git 7143T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
@@ -7432,6 +7441,7 @@ F: drivers/mmc/host/dw_mmc*
7432TIMEKEEPING, CLOCKSOURCE CORE, NTP 7441TIMEKEEPING, CLOCKSOURCE CORE, NTP
7433M: John Stultz <john.stultz@linaro.org> 7442M: John Stultz <john.stultz@linaro.org>
7434M: Thomas Gleixner <tglx@linutronix.de> 7443M: Thomas Gleixner <tglx@linutronix.de>
7444L: linux-kernel@vger.kernel.org
7435T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core 7445T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7436S: Supported 7446S: Supported
7437F: include/linux/clocksource.h 7447F: include/linux/clocksource.h
@@ -7457,6 +7467,7 @@ F: drivers/watchdog/sc1200wdt.c
7457SCHEDULER 7467SCHEDULER
7458M: Ingo Molnar <mingo@redhat.com> 7468M: Ingo Molnar <mingo@redhat.com>
7459M: Peter Zijlstra <peterz@infradead.org> 7469M: Peter Zijlstra <peterz@infradead.org>
7470L: linux-kernel@vger.kernel.org
7460T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core 7471T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
7461S: Maintained 7472S: Maintained
7462F: kernel/sched/ 7473F: kernel/sched/
@@ -7823,6 +7834,7 @@ F: mm/sl?b.c
7823SLEEPABLE READ-COPY UPDATE (SRCU) 7834SLEEPABLE READ-COPY UPDATE (SRCU)
7824M: Lai Jiangshan <laijs@cn.fujitsu.com> 7835M: Lai Jiangshan <laijs@cn.fujitsu.com>
7825M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> 7836M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7837L: linux-kernel@vger.kernel.org
7826W: http://www.rdrop.com/users/paulmck/RCU/ 7838W: http://www.rdrop.com/users/paulmck/RCU/
7827S: Supported 7839S: Supported
7828T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git 7840T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
@@ -9531,6 +9543,7 @@ M: Thomas Gleixner <tglx@linutronix.de>
9531M: Ingo Molnar <mingo@redhat.com> 9543M: Ingo Molnar <mingo@redhat.com>
9532M: "H. Peter Anvin" <hpa@zytor.com> 9544M: "H. Peter Anvin" <hpa@zytor.com>
9533M: x86@kernel.org 9545M: x86@kernel.org
9546L: linux-kernel@vger.kernel.org
9534T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core 9547T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
9535S: Maintained 9548S: Maintained
9536F: Documentation/x86/ 9549F: Documentation/x86/