Re: Request to sort MAINTAINERS again just before an -rc1 release

From: Joe Perches
Date: Sun Apr 12 2020 - 15:48:19 EST


On Sun, 2020-04-12 at 11:08 -0700, Linus Torvalds wrote:
> On Sat, Apr 11, 2020 at 9:45 AM Joe Perches <joe@xxxxxxxxxxx> wrote:
> > Please consider running and committing:
> >
> > $ ./scripts/parse-maintainers.pl --input=MAINTAINERS --output=MAINTAINERS --order
>
> Ok, done. Let's see how painful this ends up being..

Thanks.

Hopefully, it's not too bad as were only 4 diff sections
for MAINTAINERS between your tree and the latest -next
before these changes.

$ diff -urN MAINTAINERS ../next/MAINTAINERS
--- MAINTAINERS 2020-04-12 12:40:53.261770465 -0700
+++ ../next/MAINTAINERS 2020-04-11 22:10:49.051770733 -0700
@@ -2259,6 +2259,8 @@
L: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx (moderated for non-subscribers)
L: linux-realtek-soc@xxxxxxxxxxxxxxxxxxx (moderated for non-subscribers)
S: Maintained
+F: arch/arm/boot/dts/rtd*
+F: arch/arm/mach-realtek/
F: arch/arm64/boot/dts/realtek/
F: Documentation/devicetree/bindings/arm/realtek.yaml

@@ -5959,6 +5961,7 @@
S: Maintained
F: include/linux/dim.h
F: lib/dim/
+F: Documentation/networking/net_dim.rst

DZ DECSTATION DZ11 SERIAL DRIVER
M: "Maciej W. Rozycki" <macro@xxxxxxxxxxxxxx>
@@ -9155,6 +9158,17 @@
F: scripts/kconfig/
F: scripts/Kconfig.include

+KCSAN
+M: Marco Elver <elver@xxxxxxxxxx>
+R: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
+L: kasan-dev@xxxxxxxxxxxxxxxx
+S: Maintained
+F: Documentation/dev-tools/kcsan.rst
+F: include/linux/kcsan*.h
+F: kernel/kcsan/
+F: lib/Kconfig.kcsan
+F: scripts/Makefile.kcsan
+
KDUMP
M: Dave Young <dyoung@xxxxxxxxxx>
M: Baoquan He <bhe@xxxxxxxxxx>
@@ -9386,6 +9400,13 @@
F: include/keys/
F: security/keys/

+KFIFO:
+M: Stefani Seibold <stefani@xxxxxxxxxxx>
+S: Maintained
+F: lib/kfifo.c
+F: include/linux/kfifo.h
+F: samples/kfifo/
+
KGDB / KDB /debug_core
M: Jason Wessel <jason.wessel@xxxxxxxxxxxxx>
M: Daniel Thompson <daniel.thompson@xxxxxxxxxx>