[tip:sched/core] MAINTAINERS, sched: Drop PREEMPTIBLE KERNEL section entry

From: tip-bot for Lukas Bulwahn
Date: Sun Jan 27 2019 - 06:35:57 EST


Commit-ID: 62a8ddc93a8526eafbdc26e5ee3830e2e9f639e8
Gitweb: https://git.kernel.org/tip/62a8ddc93a8526eafbdc26e5ee3830e2e9f639e8
Author: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx>
AuthorDate: Sat, 12 Jan 2019 07:06:13 +0100
Committer: Ingo Molnar <mingo@xxxxxxxxxx>
CommitDate: Sun, 27 Jan 2019 12:29:37 +0100

MAINTAINERS, sched: 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@xxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxx>
Acked-by: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Cc: Jonathan Corbet <corbet@xxxxxxx>
Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Cc: Mike Galbraith <efault@xxxxxx>
Cc: Robert Love <rlove@xxxxxxxxx>
Cc: Robert Love <rml@xxxxxxxxx>
Cc: Robert Love <robert.w.love@xxxxxxxxx>
Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Link: http://lkml.kernel.org/r/20190112060613.7115-1-lukas.bulwahn@xxxxxxxxx
Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
---
MAINTAINERS | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 51029a425dbe..2eea25ab58ec 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12226,14 +12226,6 @@ S: Maintained
F: drivers/net/ppp/pptp.c
W: http://sourceforge.net/projects/accel-pptp

-PREEMPTIBLE KERNEL
-M: Robert Love <rml@xxxxxxxxx>
-L: kpreempt-tech@xxxxxxxxxxxxxxxxxxxxx
-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@xxxxxxxx>
M: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx>
@@ -13456,6 +13448,7 @@ 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@xxxxx>