linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: drop PREEMPTIBLE KERNEL section entry
@ 2019-01-12  6:06 Lukas Bulwahn
  2019-01-12  8:55 ` Ingo Molnar
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lukas Bulwahn @ 2019-01-12  6:06 UTC (permalink / raw)
  To: Ingo Molnar, Peter Zijlstra, Jonathan Corbet
  Cc: Robert Love, Robert Love, Robert Love, linux-kernel, Lukas Bulwahn

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@lists.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@gmail.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@mail.ru>
 L:	netdev@vger.kernel.org
 S:	Maintained
 F:	drivers/net/ppp/pptp.c
 W:	http://sourceforge.net/projects/accel-pptp
 
-PREEMPTIBLE KERNEL
-M:	Robert Love <rml@tech9.net>
-L:	kpreempt-tech@lists.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@suse.com>
 M:	Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
 R:	Steven Rostedt <rostedt@goodmis.org>
 S:	Maintained
 F:	kernel/printk/
 F:	include/linux/printk.h
 
 PRISM54 WIRELESS DRIVER
 M:	Luis Chamberlain <mcgrof@kernel.org>
 L:	linux-wireless@vger.kernel.org
@@ -13449,22 +13441,23 @@ F:	drivers/watchdog/sc1200wdt.c
 
 SCHEDULER
 M:	Ingo Molnar <mingo@redhat.com>
 M:	Peter Zijlstra <peterz@infradead.org>
 L:	linux-kernel@vger.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@v3.sk>
 S:	Supported
 F:	drivers/char/pcmcia/scr24x_cs.c
 
 SCSI CDROM DRIVER
 M:	Jens Axboe <axboe@kernel.dk>
 L:	linux-scsi@vger.kernel.org
 W:	http://www.kernel.dk
 S:	Maintained
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: drop PREEMPTIBLE KERNEL section entry
  2019-01-12  6:06 [PATCH] MAINTAINERS: drop PREEMPTIBLE KERNEL section entry Lukas Bulwahn
@ 2019-01-12  8:55 ` Ingo Molnar
  2019-01-21 11:33 ` [tip:sched/core] MAINTAINERS, sched: Drop " tip-bot for Lukas Bulwahn
  2019-01-27 11:34 ` tip-bot for Lukas Bulwahn
  2 siblings, 0 replies; 4+ messages in thread
From: Ingo Molnar @ 2019-01-12  8:55 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Ingo Molnar, Peter Zijlstra, Jonathan Corbet, Robert Love,
	Robert Love, Robert Love, linux-kernel


* Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:

> 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@lists.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@gmail.com>
> ---
>  MAINTAINERS | 9 +--------
>  1 file changed, 1 insertion(+), 8 deletions(-)


Indeed - this all was many years out of date - thanks for the update, I 
merged the patch into tip:sched/urgent.

Thanks,

	Ingo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [tip:sched/core] MAINTAINERS, sched: Drop PREEMPTIBLE KERNEL section entry
  2019-01-12  6:06 [PATCH] MAINTAINERS: drop PREEMPTIBLE KERNEL section entry Lukas Bulwahn
  2019-01-12  8:55 ` Ingo Molnar
@ 2019-01-21 11:33 ` tip-bot for Lukas Bulwahn
  2019-01-27 11:34 ` tip-bot for Lukas Bulwahn
  2 siblings, 0 replies; 4+ messages in thread
From: tip-bot for Lukas Bulwahn @ 2019-01-21 11:33 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: robert.w.love, hpa, mingo, torvalds, corbet, efault,
	linux-kernel, rml, lukas.bulwahn, rlove, tglx, peterz

Commit-ID:  7f6fc999ecba2206d3ae2bf0baf91a0a5c59c12e
Gitweb:     https://git.kernel.org/tip/7f6fc999ecba2206d3ae2bf0baf91a0a5c59c12e
Author:     Lukas Bulwahn <lukas.bulwahn@gmail.com>
AuthorDate: Sat, 12 Jan 2019 07:06:13 +0100
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Mon, 21 Jan 2019 11:26:47 +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@lists.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@gmail.com>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Robert Love <rlove@rlove.org>
Cc: Robert Love <rml@tech9.net>
Cc: Robert Love <robert.w.love@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20190112060613.7115-1-lukas.bulwahn@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 MAINTAINERS | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4d04cebb4a71..dee0a8ecfb01 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12227,14 +12227,6 @@ S:	Maintained
 F:	drivers/net/ppp/pptp.c
 W:	http://sourceforge.net/projects/accel-pptp
 
-PREEMPTIBLE KERNEL
-M:	Robert Love <rml@tech9.net>
-L:	kpreempt-tech@lists.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@suse.com>
 M:	Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
@@ -13457,6 +13449,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@v3.sk>

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [tip:sched/core] MAINTAINERS, sched: Drop PREEMPTIBLE KERNEL section entry
  2019-01-12  6:06 [PATCH] MAINTAINERS: drop PREEMPTIBLE KERNEL section entry Lukas Bulwahn
  2019-01-12  8:55 ` Ingo Molnar
  2019-01-21 11:33 ` [tip:sched/core] MAINTAINERS, sched: Drop " tip-bot for Lukas Bulwahn
@ 2019-01-27 11:34 ` tip-bot for Lukas Bulwahn
  2 siblings, 0 replies; 4+ messages in thread
From: tip-bot for Lukas Bulwahn @ 2019-01-27 11:34 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, mingo, tglx, rlove, lukas.bulwahn, rml, corbet,
	torvalds, peterz, hpa, efault, robert.w.love

Commit-ID:  62a8ddc93a8526eafbdc26e5ee3830e2e9f639e8
Gitweb:     https://git.kernel.org/tip/62a8ddc93a8526eafbdc26e5ee3830e2e9f639e8
Author:     Lukas Bulwahn <lukas.bulwahn@gmail.com>
AuthorDate: Sat, 12 Jan 2019 07:06:13 +0100
Committer:  Ingo Molnar <mingo@kernel.org>
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@lists.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@gmail.com>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Robert Love <rlove@rlove.org>
Cc: Robert Love <rml@tech9.net>
Cc: Robert Love <robert.w.love@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20190112060613.7115-1-lukas.bulwahn@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 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@tech9.net>
-L:	kpreempt-tech@lists.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@suse.com>
 M:	Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
@@ -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@v3.sk>

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-27 11:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-12  6:06 [PATCH] MAINTAINERS: drop PREEMPTIBLE KERNEL section entry Lukas Bulwahn
2019-01-12  8:55 ` Ingo Molnar
2019-01-21 11:33 ` [tip:sched/core] MAINTAINERS, sched: Drop " tip-bot for Lukas Bulwahn
2019-01-27 11:34 ` tip-bot for Lukas Bulwahn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).