Followup after two months.
Markus Armbruster <[email protected]> writes:
> I'm cc'ing reviewers and lists mentioned below, and frequent
> contributors to MAINTAINERS.
>
> There are a number of MAINTAINERS entries with S: other than "Orphan"
> without M:
>
> $ awk '/^M: / { m++ } /^S: / { s=$2 } /^$/ && s { if (!m && s !=
> "Orphan") print t; m=0; s=""; getline; t=FILENAME ":" FNR ": " $0; next }'
> MAINTAINERS
> MAINTAINERS:1736: Microchip PolarFire SoC Icicle Kit
> MAINTAINERS:1792: SH4 Machines
> MAINTAINERS:2022: Machine core
> MAINTAINERS:2226: ACPI/HEST/GHES/ARM processor CPER
> MAINTAINERS:2555: vhost-user-scmi
> MAINTAINERS:2862: XIVE
> MAINTAINERS:2872: Renesas peripherals
> MAINTAINERS:3165: CheckPoint and Restart (CPR)
> MAINTAINERS:3719: Checkpatch
> MAINTAINERS:3746: RDMA Migration
> MAINTAINERS:3894: Record/replay
> MAINTAINERS:4029: OpenSBI Firmware
> MAINTAINERS:4153: SPARC TCG target
> MAINTAINERS:4233: CURL
> MAINTAINERS:4238: GLUSTER
Now down to
MAINTAINERS:1762: Microchip PolarFire SoC Icicle Kit
MAINTAINERS:1842: SH4 Machines
MAINTAINERS:2623: vhost-user-scmi
MAINTAINERS:2959: Renesas peripherals
MAINTAINERS:3814: Checkpatch
MAINTAINERS:3990: Record/replay
MAINTAINERS:4241: SPARC TCG target
MAINTAINERS:4320: CURL
Most of these have R: with S: Odd Fixes, which feels tolerable:
SH4 Machines
------------
R2D
R: Yoshinori Sato <[email protected]>
S: Odd Fixes
Renesas peripherals
R: Yoshinori Sato <[email protected]>
S: Odd Fixes
Checkpatch
R: Chao Liu <[email protected]>
S: Odd Fixes
Record/replay
R: Paolo Bonzini <[email protected]>
R: Alex Bennée <[email protected]>
S: Odd Fixes
SPARC TCG target
S: Odd Fixes
CURL
L: [email protected]
S: Odd Fixes
Two claim to be supported:
Microchip PolarFire SoC Icicle Kit
L: [email protected]
S: Supported
vhost-user-scmi
R: Milan Zamazal <[email protected]>
S: Supported
I'm going to post patches downgrading them to Orphan. Please reply to
them if you disagree.
[...]