All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v2 00/16] MAINTAINER updates plus conversion of get_maintainers.pl to python
@ 2026-01-23 14:57 Alex Bennée
  2026-01-23 14:57 ` [RFC PATCH v2 01/16] MAINTAINERS: fix missing names Alex Bennée
                   ` (17 more replies)
  0 siblings, 18 replies; 37+ messages in thread
From: Alex Bennée @ 2026-01-23 14:57 UTC (permalink / raw)
  To: qemu-devel
  Cc: Thomas Huth, Cleber Rosa, Philippe Mathieu-Daudé,
	Alex Bennée, Mauro Carvalho Chehab, Joe Perches, John Snow

I wanted to look at adding gitlab tags to MAINTAINERS and baulked
slightly at figuring out what I would need to change in the perl
script to cleanly handle it.

While we imported the perl script from the kernel I'm fairly sure we
don't use half the features it has and as us grey beards age out less
people will be willing to tweak it. Consider this a proof-of-concept
for discussion about if it is worth perusing this path.

For v2:

  - added the missing K: keyword support
  - added basic --git fallback support
  - picked up a few more MAINTAINER updates from list
  - updated entries for Arm and *-user

I've CC'd the kernel maintainers for the script to see if they are
interested in this work.

While the python script is still cooking I will send a PR on Monday
with just the MAINTAINER updates which are reviewed/acked.

Alex.

Alex Bennée (13):
  MAINTAINERS: fix missing names
  MAINTAINERS: fix libvirt entry
  MAINTAINERS: regularise the status fields
  MAINTAINERS: update Arm to Supported status
  MAINTAINERS: be realistic about *-user
  scripts/get_maintainer.py: minimal argument parsing
  scripts/get_maintainer.py: resolve the source path
  scripts/get_maintainer.py: initial parsing of MAINTAINERS
  scripts/get_maintainer.py: add support for -f
  scripts/get_maintainer.py: add support reading patch files
  scripts/get_maintainer.py: add keyword (K:) support
  scripts/get_maintainer.py: implement basic git fallback support
  gitlab: add a check-maintainers task

Mads Ynddal (1):
  MAINTAINERS: remove myself as reviewer

Pierrick Bouvier (2):
  MAINTAINERS: add maintainer for docs/
  MAINTAINERS: add reviewer for linux-user

 MAINTAINERS                    |  31 +-
 .gitlab-ci.d/static_checks.yml |   9 +
 scripts/get_maintainer.py      | 499 +++++++++++++++++++++++++++++++++
 3 files changed, 525 insertions(+), 14 deletions(-)
 create mode 100755 scripts/get_maintainer.py

-- 
2.47.3



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

end of thread, other threads:[~2026-02-03 10:59 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-23 14:57 [RFC PATCH v2 00/16] MAINTAINER updates plus conversion of get_maintainers.pl to python Alex Bennée
2026-01-23 14:57 ` [RFC PATCH v2 01/16] MAINTAINERS: fix missing names Alex Bennée
2026-01-26 18:56   ` Pierrick Bouvier
2026-01-23 14:57 ` [RFC PATCH v2 02/16] MAINTAINERS: fix libvirt entry Alex Bennée
2026-01-23 14:57 ` [RFC PATCH v2 03/16] MAINTAINERS: regularise the status fields Alex Bennée
2026-01-23 14:57 ` [RFC PATCH v2 04/16] MAINTAINERS: remove myself as reviewer Alex Bennée
2026-01-26 18:56   ` Pierrick Bouvier
2026-01-23 14:57 ` [RFC PATCH v2 05/16] MAINTAINERS: add maintainer for docs/ Alex Bennée
2026-01-26 18:42   ` Philippe Mathieu-Daudé
2026-01-23 14:57 ` [RFC PATCH v2 06/16] MAINTAINERS: update Arm to Supported status Alex Bennée
2026-01-26 18:43   ` Philippe Mathieu-Daudé
2026-01-23 14:57 ` [RFC PATCH v2 07/16] MAINTAINERS: add reviewer for linux-user Alex Bennée
2026-01-26 18:43   ` Philippe Mathieu-Daudé
2026-01-23 14:57 ` [RFC PATCH v2 08/16] MAINTAINERS: be realistic about *-user Alex Bennée
2026-01-23 15:12   ` Warner Losh
2026-01-23 16:15     ` Alex Bennée
2026-01-23 22:09       ` Warner Losh
2026-01-26 14:37         ` Konstantin Ryabitsev
2026-01-23 16:57     ` Daniel P. Berrangé
2026-01-23 22:14       ` Warner Losh
2026-02-02 21:57         ` Warner Losh
2026-02-03  0:49           ` Warner Losh
2026-02-03  9:53             ` Daniel P. Berrangé
2026-02-03  9:43           ` Daniel P. Berrangé
2026-02-03 10:58             ` Markus Armbruster
2026-01-23 14:57 ` [RFC PATCH v2 09/16] scripts/get_maintainer.py: minimal argument parsing Alex Bennée
2026-01-23 14:57 ` [RFC PATCH v2 10/16] scripts/get_maintainer.py: resolve the source path Alex Bennée
2026-01-23 14:57 ` [RFC PATCH v2 11/16] scripts/get_maintainer.py: initial parsing of MAINTAINERS Alex Bennée
2026-01-23 14:57 ` [RFC PATCH v2 12/16] scripts/get_maintainer.py: add support for -f Alex Bennée
2026-01-23 14:57 ` [RFC PATCH v2 13/16] scripts/get_maintainer.py: add support reading patch files Alex Bennée
2026-01-23 14:57 ` [RFC PATCH v2 14/16] scripts/get_maintainer.py: add keyword (K:) support Alex Bennée
2026-01-23 14:57 ` [RFC PATCH v2 15/16] scripts/get_maintainer.py: implement basic git fallback support Alex Bennée
2026-01-23 14:57 ` [RFC PATCH v2 16/16] gitlab: add a check-maintainers task Alex Bennée
2026-01-23 15:42 ` [RFC PATCH v2 00/16] MAINTAINER updates plus conversion of get_maintainers.pl to python Pierrick Bouvier
2026-01-23 16:18   ` Alex Bennée
2026-01-23 18:04     ` Pierrick Bouvier
2026-01-23 17:54 ` Joe Perches

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.