All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/38] MAINTAINERS: Fix F: lines
@ 2026-06-03  6:39 Markus Armbruster
  2026-06-03  6:39 ` [PATCH v2 01/38] MAINTAINERS: Improve another "Overall" section headline Markus Armbruster
                   ` (38 more replies)
  0 siblings, 39 replies; 61+ messages in thread
From: Markus Armbruster @ 2026-06-03  6:39 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 RISCV related paths
  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 RISCV related paths
   Date: Tue, 19 May 2026 19:26:21 +0200
   Message-ID: <20260519172621.98469-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
next.  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.

v2:
* Cc: philmd updated to new e-mail address
* Old PATCH 04 and XXX dropped, use Philippe's prior patch
* PATCH 10: New
* PATCH 14+36: Commit message fixed
* PATCH 22: Commit message and Cc: fixed

Markus Armbruster (38):
  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 "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 "Darwin (macOS, iOS)"
  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: 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-user-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 | 71 ++++++++++++++++++-----------------------------------
 1 file changed, 24 insertions(+), 47 deletions(-)

-- 
2.54.0



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

end of thread, other threads:[~2026-06-05  8:22 UTC | newest]

Thread overview: 61+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-03  6:39 [PATCH v2 00/38] MAINTAINERS: Fix F: lines Markus Armbruster
2026-06-03  6:39 ` [PATCH v2 01/38] MAINTAINERS: Improve another "Overall" section headline Markus Armbruster
2026-06-03  6:39 ` [PATCH v2 02/38] MAINTAINERS: Delete trailing colons in section headlines Markus Armbruster
2026-06-03  6:39 ` [PATCH v2 03/38] MAINTAINERS: Drop stale F: from "Guest CPU cores (TCG)" Markus Armbruster
2026-06-03  7:29   ` Philippe Mathieu-Daudé
2026-06-03  6:39 ` [PATCH v2 04/38] MAINTAINERS: Drop stale F: in "SPARC TCG CPUs" Markus Armbruster
2026-06-03  6:39 ` [PATCH v2 05/38] MAINTAINERS: Drop stale F: from "Overall KVM CPUs" Markus Armbruster
2026-06-03  7:30   ` Philippe Mathieu-Daudé
2026-06-03  6:40 ` [PATCH v2 06/38] MAINTAINERS: Drop stale F: from "Overall CPUs other accelerators" Markus Armbruster
2026-06-03  7:32   ` Philippe Mathieu-Daudé
2026-06-03  9:44     ` Markus Armbruster
2026-06-03  6:40 ` [PATCH v2 07/38] MAINTAINERS: Drop stale F: from "virtio" Markus Armbruster
2026-06-03  6:40 ` [PATCH v2 08/38] MAINTAINERS: Fix F: in "Apple Silicon HVF CPUs" Markus Armbruster
2026-06-03  7:32   ` Philippe Mathieu-Daudé
2026-06-03  6:40 ` [PATCH v2 09/38] MAINTAINERS: Drop bad F: in "X86 Xen CPUs" Markus Armbruster
2026-06-03  6:40 ` [PATCH v2 10/38] MAINTAINERS: Fix F: in "Darwin (macOS, iOS)" Markus Armbruster
2026-06-03  7:22   ` Philippe Mathieu-Daudé
2026-06-03 14:52     ` Stefan Hajnoczi
2026-06-03  6:40 ` [PATCH v2 11/38] MAINTAINERS: Fix F: in "WebAssembly" Markus Armbruster
2026-06-03  6:40 ` [PATCH v2 12/38] MAINTAINERS: Fix F: in "Allwinner-a10" Markus Armbruster
2026-06-03  7:30   ` Strahinja Jankovic
2026-06-03  6:40 ` [PATCH v2 13/38] MAINTAINERS: Fix F: in "Raspberry Pi" Markus Armbruster
2026-06-03  6:40 ` [PATCH v2 14/38] MAINTAINERS: Drop bad F: from "Xilinx Zynq" Markus Armbruster
2026-06-05  0:24   ` Alistair Francis
2026-06-03  6:40 ` [PATCH v2 15/38] MAINTAINERS: Drop stale F: from "New World (mac99)" Markus Armbruster
2026-06-03  7:33   ` Philippe Mathieu-Daudé
2026-06-03  6:40 ` [PATCH v2 16/38] MAINTAINERS: Drop stale F: from "sPAPR (pseries)" Markus Armbruster
2026-06-03  6:40 ` [PATCH v2 17/38] MAINTAINERS: Fix F: typo in "sam460ex" Markus Armbruster
2026-06-03  6:40 ` [PATCH v2 18/38] MAINTAINERS: Fix F: typo in "ACPI/HEST/GHES/ARM processor CPER" Markus Armbruster
2026-06-03  6:40 ` [PATCH v2 19/38] MAINTAINERS: Fix F: in "SSI" Markus Armbruster
2026-06-05  0:23   ` Alistair Francis
2026-06-03  6:40 ` [PATCH v2 20/38] MAINTAINERS: Fix F: in "vhost" Markus Armbruster
2026-06-04 13:14   ` Stefano Garzarella
2026-06-03  6:40 ` [PATCH v2 21/38] MAINTAINERS: Fix F: in "virtio-input" Markus Armbruster
2026-06-03  6:40 ` [PATCH v2 22/38] MAINTAINERS: Fix bad / stale F: in "virtio-user-rng" Markus Armbruster
2026-06-03  6:40 ` [PATCH v2 23/38] MAINTAINERS: Fix F: in "vhost-user-stubs" Markus Armbruster
2026-06-03  6:40 ` [PATCH v2 24/38] MAINTAINERS: Fix F: in "virtio-snd" and "virtio-gpu" Markus Armbruster
2026-06-03  6:40 ` [PATCH v2 25/38] MAINTAINERS: Fix F: typo in "pcf8574" Markus Armbruster
2026-06-03  6:40 ` [PATCH v2 26/38] MAINTAINERS: Drop stale F: from "Block I/O path" Markus Armbruster
2026-06-03 16:41   ` Stefan Hajnoczi
2026-06-03  6:40 ` [PATCH v2 27/38] MAINTAINERS: Fix F: typo in "Dump" Markus Armbruster
2026-06-03  6:40 ` [PATCH v2 28/38] MAINTAINERS: Drop stale F: from "Human Monitor (HMP)" Markus Armbruster
2026-06-03  6:40 ` [PATCH v2 29/38] MAINTAINERS: Fix F: in "QDev" Markus Armbruster
2026-06-03  6:40 ` [PATCH v2 30/38] MAINTAINERS: Fix F: in "QMP" Markus Armbruster
2026-06-03  7:34   ` Philippe Mathieu-Daudé
2026-06-03  6:40 ` [PATCH v2 31/38] MAINTAINERS: Fix F: typo in "I3C" Markus Armbruster
2026-06-03  6:40 ` [PATCH v2 32/38] MAINTAINERS: Drop stale F: from "EDK2 Firmware" Markus Armbruster
2026-06-03  7:35   ` Philippe Mathieu-Daudé
2026-06-03  6:40 ` [PATCH v2 33/38] MAINTAINERS: Drop stale F: from "TCI TCG target" Markus Armbruster
2026-06-03  6:40 ` [PATCH v2 34/38] MAINTAINERS: Drop stale F: from "Linux io_uring" Markus Armbruster
2026-06-03 16:41   ` Stefan Hajnoczi
2026-06-04 13:17   ` Stefano Garzarella
2026-06-04 14:29     ` Stefan Hajnoczi
2026-06-05  8:20       ` Stefano Garzarella
2026-06-03  6:40 ` [PATCH v2 35/38] MAINTAINERS: Fix F: in "VFIO-USER" Markus Armbruster
2026-06-03  6:40 ` [PATCH v2 36/38] MAINTAINERS: Fix F: in "Build and test automation" Markus Armbruster
2026-06-03  7:23   ` Philippe Mathieu-Daudé
2026-06-03  6:40 ` [PATCH v2 37/38] MAINTAINERS: Drop stale F: from "Sphinx documentation configuration ..." Markus Armbruster
2026-06-03  6:40 ` [PATCH v2 38/38] MAINTAINERS: Fix F: in "Rust build system integration" Markus Armbruster
2026-06-03  7:28 ` [PATCH v2 00/38] MAINTAINERS: Fix F: lines Philippe Mathieu-Daudé
2026-06-03  9:48   ` 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.