[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190112060613.7115-1-lukas.bulwahn@gmail.com>
Date: Sat, 12 Jan 2019 07:06:13 +0100
From: Lukas Bulwahn <lukas.bulwahn@...il.com>
To: Ingo Molnar <mingo@...hat.com>,
Peter Zijlstra <peterz@...radead.org>,
Jonathan Corbet <corbet@....net>
Cc: Robert Love <robert.w.love@...el.com>,
Robert Love <rlove@...ve.org>, Robert Love <rml@...h9.net>,
linux-kernel@...r.kernel.org,
Lukas Bulwahn <lukas.bulwahn@...il.com>
Subject: [PATCH] MAINTAINERS: drop PREEMPTIBLE KERNEL section entry
The PREEMPTIBLE KERNEL section entry seems quite outdated:
Robert Love is not actively maintaining the file anymore, nor a recorded
contributor to the files in the PREEMPTIBLE KERNEL section for the last
few years.
The mailing list kpreempt-tech@...ts.sourceforge.net does not exist
anymore; the website just points to some very old patches for v2.4/v2.5.
So, let's delete the PREEMPTIBLE KERNEL section entry and clean this up:
- Documentation/preempt-locking.txt is not modified much anyway, and the
changes in that file are generally maintained by Jonathan Corbet. So,
we do not need to explicitly mention Documentation/preempt-locking.txt
in MAINTAINERS.
- include/linux/preempt.h is maintained by Peter and Ingo, so we simply
add that file to the SCHEDULER section entry.
I got directed to this issue, as I could not subscribe to the outdated
mailing list address and decided to investigate and then cleaned this up.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...il.com>
---
MAINTAINERS | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 4b7967af08a4..14b991ebf2c1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12219,30 +12219,22 @@ F: Documentation/ABI/testing/sysfs-pps
F: drivers/pps/
F: include/linux/pps*.h
F: include/uapi/linux/pps.h
PPTP DRIVER
M: Dmitry Kozlov <xeb@...l.ru>
L: netdev@...r.kernel.org
S: Maintained
F: drivers/net/ppp/pptp.c
W: http://sourceforge.net/projects/accel-pptp
-PREEMPTIBLE KERNEL
-M: Robert Love <rml@...h9.net>
-L: kpreempt-tech@...ts.sourceforge.net
-W: https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
-S: Supported
-F: Documentation/preempt-locking.txt
-F: include/linux/preempt.h
-
PRINTK
M: Petr Mladek <pmladek@...e.com>
M: Sergey Senozhatsky <sergey.senozhatsky@...il.com>
R: Steven Rostedt <rostedt@...dmis.org>
S: Maintained
F: kernel/printk/
F: include/linux/printk.h
PRISM54 WIRELESS DRIVER
M: Luis Chamberlain <mcgrof@...nel.org>
L: linux-wireless@...r.kernel.org
@@ -13449,22 +13441,23 @@ F: drivers/watchdog/sc1200wdt.c
SCHEDULER
M: Ingo Molnar <mingo@...hat.com>
M: Peter Zijlstra <peterz@...radead.org>
L: linux-kernel@...r.kernel.org
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
S: Maintained
F: kernel/sched/
F: include/linux/sched.h
F: include/uapi/linux/sched.h
F: include/linux/wait.h
+F: include/linux/preempt.h
SCR24X CHIP CARD INTERFACE DRIVER
M: Lubomir Rintel <lkundrak@...sk>
S: Supported
F: drivers/char/pcmcia/scr24x_cs.c
SCSI CDROM DRIVER
M: Jens Axboe <axboe@...nel.dk>
L: linux-scsi@...r.kernel.org
W: http://www.kernel.dk
S: Maintained
--
2.17.1
Powered by blists - more mailing lists