All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Cédric Le Goater" <clg@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Cédric Le Goater" <clg@redhat.com>
Subject: [PULL 00/13] vfio queue
Date: Tue, 21 Jul 2026 19:05:05 +0200	[thread overview]
Message-ID: <20260721170518.4160785-1-clg@redhat.com> (raw)

The following changes since commit ad14439be5731e872d8448a04664a9c0e66624a8:

  gitlab: remove gdb from MacOS jobs (2026-07-21 10:09:47 -0400)

are available in the Git repository at:

  https://github.com/legoater/qemu/ tags/pull-vfio-20260721

for you to fetch changes up to aef1e7c5ec80ee7a4484e4903c9e4c47d80535de:

  vfio-user: vfio_user_device_io_set_irqs: prevent excessive malloc (2026-07-21 18:02:47 +0200)

----------------------------------------------------------------
vfio queue:

* Fix IGD legacy VBIOS ROM to clear saved BDSM at load time, avoiding
  garbled BIOS POST output
* Clarify dma-buf failure messages for P2P DMA
* Fix config read error handling and reject invalid PCI_INTERRUPT_PIN
  values in vfio/pci
* Harden vfio-user: prevent buffer overflows, excessive mallocs, and
  fix region info capability check

----------------------------------------------------------------
Cédric Le Goater (1):
      vfio/region: Clarify dma-buf failure messages

Denis V. Lunev (2):
      vfio/pci: don't narrow a failed config read to a plausible value
      vfio/pci: reject invalid PCI_INTERRUPT_PIN values

Thanos Makatos (9):
      vfio-user: vfio_user_get_region_info: prevent buffer overflow
      vfio-user: vfio_user_get_region_info: respect max_xfer_size
      vfio-user: vfio_user_get_region_info: reject unreasonably short struct
      vfio-user: vfio_user_get_region_info: prevent excessive malloc
      vfio-user: vfio_user_device_io_get_region_info: fix capability check
      vfio-user: vfio_user_device_io_device_feature: prevent buffer overflow
      vfio-user: vfio_user_device_io_device_feature: prevent excessive malloc
      vfio-user: vfio_user_device_io_set_irqs: prevent buffer overflow
      vfio-user: vfio_user_device_io_set_irqs: prevent excessive malloc

Tomita Moeko (1):
      vfio/igd: Clear saved BDSM in legacy VBIOS ROM at load time

 hw/vfio/pci.h         |   3 ++
 hw/vfio-user/device.c |  54 ++++++++++++++++++++++--
 hw/vfio/igd-stubs.c   |   5 +++
 hw/vfio/igd.c         | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/vfio/pci-quirks.c  |   5 +++
 hw/vfio/pci.c         |  39 ++++++++++++++---
 hw/vfio/region.c      |  11 +++--
 hw/vfio/trace-events  |   1 +
 8 files changed, 216 insertions(+), 17 deletions(-)



             reply	other threads:[~2026-07-21 17:07 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-21 17:05 Cédric Le Goater [this message]
2026-07-21 17:05 ` [PULL 01/13] vfio/igd: Clear saved BDSM in legacy VBIOS ROM at load time Cédric Le Goater
2026-07-21 17:05 ` [PULL 02/13] vfio/region: Clarify dma-buf failure messages Cédric Le Goater
2026-07-21 17:05 ` [PULL 03/13] vfio/pci: don't narrow a failed config read to a plausible value Cédric Le Goater
2026-07-21 17:05 ` [PULL 04/13] vfio/pci: reject invalid PCI_INTERRUPT_PIN values Cédric Le Goater
2026-07-21 17:05 ` [PULL 05/13] vfio-user: vfio_user_get_region_info: prevent buffer overflow Cédric Le Goater
2026-07-21 17:05 ` [PULL 06/13] vfio-user: vfio_user_get_region_info: respect max_xfer_size Cédric Le Goater
2026-07-21 17:05 ` [PULL 07/13] vfio-user: vfio_user_get_region_info: reject unreasonably short struct Cédric Le Goater
2026-07-21 17:05 ` [PULL 08/13] vfio-user: vfio_user_get_region_info: prevent excessive malloc Cédric Le Goater
2026-07-21 17:05 ` [PULL 09/13] vfio-user: vfio_user_device_io_get_region_info: fix capability check Cédric Le Goater
2026-07-21 17:05 ` [PULL 10/13] vfio-user: vfio_user_device_io_device_feature: prevent buffer overflow Cédric Le Goater
2026-07-21 17:05 ` [PULL 11/13] vfio-user: vfio_user_device_io_device_feature: prevent excessive malloc Cédric Le Goater
2026-07-21 17:05 ` [PULL 12/13] vfio-user: vfio_user_device_io_set_irqs: prevent buffer overflow Cédric Le Goater
2026-07-21 17:05 ` [PULL 13/13] vfio-user: vfio_user_device_io_set_irqs: prevent excessive malloc Cédric Le Goater
2026-07-22 17:58 ` [PULL 00/13] vfio queue Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2023-09-11  7:49 Cédric Le Goater
2023-09-11 15:19 ` Stefan Hajnoczi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260721170518.4160785-1-clg@redhat.com \
    --to=clg@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.