All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/39] MAINTAINERS: Fix F: lines
@ 2026-05-21  8:04 Markus Armbruster
  2026-05-21  8:04 ` [PATCH 01/39] MAINTAINERS: Improve another "Overall" section headline Markus Armbruster
                   ` (39 more replies)
  0 siblings, 40 replies; 74+ messages in thread
From: Markus Armbruster @ 2026-05-21  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: philmd, pierrick.bouvier

Quite a few F: lines don't match any files.  The quick & dirty check

    $ ls `sed -n 's/^F: *//p' MAINTAINERS ` >/dev/null

finds about fifty.

Philippe Mathieu-Daudé recently posted a few fixes:

  MAINTAINERS: Fix docker/dockerfiles/debian-hexagon-cross.docker path
  MAINTAINERS: Cover debian-loongarch-cross.docker with LoongArch section
  MAINTAINERS: Cover debian-xtensa-cross.docker with Xtensa section
  MAINTAINERS: Cover debian-tricore-cross.docker with TriCore section
  MAINTAINERS: Cover python.docker with Python library section
  MAINTAINERS: Fix s390x storage key/attribute device paths
  MAINTAINERS: Fix tcg/s390x/ path
  MAINTAINERS: Correct scripts/coverity-model.c path
  MAINTAINERS: Fix hexagon-linux-user.mak path

These are in

   Subject: [PATCH 0/7] docker: Remove LegacyKeyValueFormat warnings
   Date: Mon, 18 May 2026 12:22:15 +0200
   Message-ID: <20260518102222.80735-1-philmd@linaro.org>

   Subject: [PATCH v2 0/4] buildsys: Stop checking for ESA/390 host
   Date: Tue, 19 May 2026 19:12:36 +0200
   Message-ID: <20260519171240.97420-1-philmd@linaro.org>


   Subject: [PATCH] MAINTAINERS: Correct scripts/coverity-model.c path
   Date: Tue, 19 May 2026 19:19:26 +0200
   Message-ID: <20260519171926.98099-1-philmd@linaro.org>

   Subject: [PATCH] MAINTAINERS: Fix hexagon-linux-user.mak path
   Date: Wed, 20 May 2026 14:39:47 +0200
   Message-ID: <20260520123947.12711-1-philmd@linaro.org>

This series takes care of the remainder, except for one discussed
below.  It applies cleanly with and without Philippe's patches.

The exception is the last line in

    Python scripts
    M: John Snow <jsnow@redhat.com>
    M: Cleber Rosa <crosa@redhat.com>
    S: Odd Fixes
    F: scripts/*.py
    F: tests/*.py

Both F: are actually wrong here: they match only in the scripts/ and
tests/ not further down.  Left for another day.

Markus Armbruster (39):
  MAINTAINERS: Improve another "Overall" section headline
  MAINTAINERS: Delete trailing colons in section headlines
  MAINTAINERS: Drop stale F: from "Guest CPU cores (TCG)"
  MAINTAINERS: Drop stale F: in "RISC-V TCG CPUs"
  MAINTAINERS: Drop stale F: in "SPARC TCG CPUs"
  MAINTAINERS: Drop stale F: from "Overall KVM CPUs"
  MAINTAINERS: Drop stale F: from "Overall CPUs other accelerators"
  MAINTAINERS: Drop stale F: from "virtio"
  MAINTAINERS: Fix F: in "Apple Silicon HVF CPUs"
  MAINTAINERS: Drop bad F: in "X86 Xen CPUs"
  MAINTAINERS: Fix F: in "WebAssembly"
  MAINTAINERS: Fix F: in "Allwinner-a10"
  MAINTAINERS: Fix F: in "Raspberry Pi"
  MAINTAINERS: Drop bad F: from "Xilinx Zynq"
  MAINTAINERS: Drop stale F: from "New World (mac99)"
  MAINTAINERS: Drop stale F: from "sPAPR (pseries)"
  MAINTAINERS: Fix F: typo in "sam460ex"
  MAINTAINERS: Fix F: in "SiFive Machines"
  MAINTAINERS: Fix F: typo in "ACPI/HEST/GHES/ARM processor CPER"
  MAINTAINERS: Fix F: in "SSI"
  MAINTAINERS: Fix F: in "vhost"
  MAINTAINERS: Fix F: in "virtio-input"
  MAINTAINERS: Fix bad / stale F: in "virtio-rng"
  MAINTAINERS: Fix F: in "vhost-user-stubs"
  MAINTAINERS: Fix F: in "virtio-snd" and "virtio-gpu"
  MAINTAINERS: Fix F: typo in "pcf8574"
  MAINTAINERS: Drop stale F: from "Block I/O path"
  MAINTAINERS: Fix F: typo in "Dump"
  MAINTAINERS: Drop stale F: from "Human Monitor (HMP)"
  MAINTAINERS: Fix F: in "QDev"
  MAINTAINERS: Fix F: in "QMP"
  MAINTAINERS: Fix F: typo in "I3C"
  MAINTAINERS: Drop stale F: from "EDK2 Firmware"
  MAINTAINERS: Drop stale F: from "TCI TCG target"
  MAINTAINERS: Drop stale F: from "Linux io_uring"
  MAINTAINERS: Fix F: in "VFIO-USER"
  MAINTAINERS: Fix F: in "Build and test automation"
  MAINTAINERS: Drop stale F: from "Sphinx documentation configuration
    ..."
  MAINTAINERS: Fix F: in "Rust build system integration"

 MAINTAINERS | 73 ++++++++++++++++++-----------------------------------
 1 file changed, 24 insertions(+), 49 deletions(-)

-- 
2.54.0



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

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

Thread overview: 74+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-21  8:04 [PATCH 00/39] MAINTAINERS: Fix F: lines Markus Armbruster
2026-05-21  8:04 ` [PATCH 01/39] MAINTAINERS: Improve another "Overall" section headline Markus Armbruster
2026-05-21  8:04 ` [PATCH 02/39] MAINTAINERS: Delete trailing colons in section headlines Markus Armbruster
2026-05-21 11:13   ` Alex Bennée
2026-05-21  8:04 ` [PATCH 03/39] MAINTAINERS: Drop stale F: from "Guest CPU cores (TCG)" Markus Armbruster
2026-05-21  8:04 ` [PATCH 04/39] MAINTAINERS: Drop stale F: in "RISC-V TCG CPUs" Markus Armbruster
2026-05-21  8:39   ` Chao Liu
2026-05-27  0:41   ` Alistair Francis
2026-05-21  8:04 ` [PATCH 05/39] MAINTAINERS: Drop stale F: in "SPARC " Markus Armbruster
2026-05-21  8:04 ` [PATCH 06/39] MAINTAINERS: Drop stale F: from "Overall KVM CPUs" Markus Armbruster
2026-05-21  8:04 ` [PATCH 07/39] MAINTAINERS: Drop stale F: from "Overall CPUs other accelerators" Markus Armbruster
2026-05-21  8:04 ` [PATCH 08/39] MAINTAINERS: Drop stale F: from "virtio" Markus Armbruster
2026-05-21  8:04 ` [PATCH 09/39] MAINTAINERS: Fix F: in "Apple Silicon HVF CPUs" Markus Armbruster
2026-05-21  8:04 ` [PATCH 10/39] MAINTAINERS: Drop bad F: in "X86 Xen CPUs" Markus Armbruster
2026-05-22  9:22   ` Anthony PERARD
2026-05-21  8:04 ` [PATCH 11/39] MAINTAINERS: Fix F: in "WebAssembly" Markus Armbruster
2026-05-21  9:55   ` Kohei Tokunaga
2026-05-21  8:04 ` [PATCH 12/39] MAINTAINERS: Fix F: in "Allwinner-a10" Markus Armbruster
2026-05-21  8:04 ` [PATCH 13/39] MAINTAINERS: Fix F: in "Raspberry Pi" Markus Armbruster
2026-05-23 12:09   ` Philippe Mathieu-Daudé
2026-05-21  8:04 ` [PATCH 14/39] MAINTAINERS: Drop bad F: from "Xilinx Zynq" Markus Armbruster
2026-05-21  8:04 ` [PATCH 15/39] MAINTAINERS: Drop stale F: from "New World (mac99)" Markus Armbruster
2026-05-21  8:04 ` [PATCH 16/39] MAINTAINERS: Drop stale F: from "sPAPR (pseries)" Markus Armbruster
2026-05-21  9:37   ` Harsh Prateek Bora
2026-05-22 11:55   ` Amit Machhiwal
2026-05-21  8:04 ` [PATCH 17/39] MAINTAINERS: Fix F: typo in "sam460ex" Markus Armbruster
2026-05-21  8:04 ` [PATCH 18/39] MAINTAINERS: Fix F: in "SiFive Machines" Markus Armbruster
2026-05-27  0:41   ` Alistair Francis
2026-05-21  8:04 ` [PATCH 19/39] MAINTAINERS: Fix F: typo in "ACPI/HEST/GHES/ARM processor CPER" Markus Armbruster
2026-05-21  8:04 ` [PATCH 20/39] MAINTAINERS: Fix F: in "SSI" Markus Armbruster
2026-05-21  8:04 ` [PATCH 21/39] MAINTAINERS: Fix F: in "vhost" Markus Armbruster
2026-05-21  8:04 ` [PATCH 22/39] MAINTAINERS: Fix F: in "virtio-input" Markus Armbruster
2026-05-21  8:04 ` [PATCH 23/39] MAINTAINERS: Fix bad / stale F: in "virtio-rng" Markus Armbruster
2026-05-21  9:03   ` Laurent Vivier
2026-05-21  9:57     ` Markus Armbruster
2026-05-21  8:04 ` [PATCH 24/39] MAINTAINERS: Fix F: in "vhost-user-stubs" Markus Armbruster
2026-05-21  8:04 ` [PATCH 25/39] MAINTAINERS: Fix F: in "virtio-snd" and "virtio-gpu" Markus Armbruster
2026-05-21  8:13   ` Manos Pitsidianakis
2026-05-21 11:13   ` Alex Bennée
2026-05-21 11:46   ` Akihiko Odaki
2026-05-26 10:41   ` Dmitry Osipenko
2026-05-21  8:04 ` [PATCH 26/39] MAINTAINERS: Fix F: typo in "pcf8574" Markus Armbruster
2026-05-23 12:08   ` Philippe Mathieu-Daudé
2026-05-21  8:04 ` [PATCH 27/39] MAINTAINERS: Drop stale F: from "Block I/O path" Markus Armbruster
2026-05-21 14:56   ` Stefan Hajnoczi
2026-05-21  8:05 ` [PATCH 28/39] MAINTAINERS: Fix F: typo in "Dump" Markus Armbruster
2026-05-23 12:07   ` Philippe Mathieu-Daudé
2026-05-21  8:05 ` [PATCH 29/39] MAINTAINERS: Drop stale F: from "Human Monitor (HMP)" Markus Armbruster
2026-05-21 11:36   ` Dr. David Alan Gilbert
2026-05-21  8:05 ` [PATCH 30/39] MAINTAINERS: Fix F: in "QDev" Markus Armbruster
2026-05-23 12:07   ` Philippe Mathieu-Daudé
2026-05-21  8:05 ` [PATCH 31/39] MAINTAINERS: Fix F: in "QMP" Markus Armbruster
2026-05-21  8:05 ` [PATCH 32/39] MAINTAINERS: Fix F: typo in "I3C" Markus Armbruster
2026-05-21  8:07   ` Jamin Lin
2026-05-21  8:16   ` Cédric Le Goater
2026-05-21  8:05 ` [PATCH 33/39] MAINTAINERS: Drop stale F: from "EDK2 Firmware" Markus Armbruster
2026-05-21  8:05 ` [PATCH 34/39] MAINTAINERS: Drop stale F: from "TCI TCG target" Markus Armbruster
2026-05-21  9:50   ` Stefan Weil via qemu development
2026-05-21  8:05 ` [PATCH 35/39] MAINTAINERS: Drop stale F: from "Linux io_uring" Markus Armbruster
2026-05-21 14:56   ` Stefan Hajnoczi
2026-05-21  8:05 ` [PATCH 36/39] MAINTAINERS: Fix F: in "VFIO-USER" Markus Armbruster
2026-05-21  8:19   ` Cédric Le Goater
2026-05-26  9:08   ` John Levon
2026-05-21  8:05 ` [PATCH 37/39] MAINTAINERS: Fix F: in "Build and test automation" Markus Armbruster
2026-05-22 21:15   ` Pierrick Bouvier
2026-05-21  8:05 ` [PATCH 38/39] MAINTAINERS: Drop stale F: from "Sphinx documentation configuration ..." Markus Armbruster
2026-05-21  8:05 ` [PATCH 39/39] MAINTAINERS: Fix F: in "Rust build system integration" Markus Armbruster
2026-05-21  8:13   ` Manos Pitsidianakis
2026-05-22 20:18 ` [PATCH 00/39] MAINTAINERS: Fix F: lines Pierrick Bouvier
2026-06-01 10:06   ` Markus Armbruster
2026-06-01 19:03     ` Pierrick Bouvier
2026-06-02  7:00       ` Markus Armbruster
2026-06-02 15:35         ` Pierrick Bouvier
2026-06-02 17:08           ` Markus Armbruster

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.