From: "Marc-André Lureau" <marcandre.lureau@redhat.com>
To: qemu-devel@nongnu.org
Cc: stefanha@redhat.com
Subject: [GIT PULL v2 0/9] Fixes for 11.1-rc
Date: Tue, 04 Aug 2026 23:21:47 +0400 [thread overview]
Message-ID: <20260804-fix-v2-0-70e8fe489c9e@redhat.com> (raw)
In-Reply-To: <20260804-fix-v1-0-0c2be5390809@redhat.com>
The following changes since commit b428fe036233cbd15d37e3c027ab6ca4d3661a80:
Merge tag 'pull-target-arm-20260731' of https://gitlab.com/pm215/qemu into staging (2026-07-31 16:19:04 -0400)
are available in the Git repository at:
https://gitlab.com/marcandre.lureau/qemu.git tags/fix-pr-v2
for you to fetch changes up to dd272c8c87f165d41c945946242c5c8619e7122f:
qapi/dump: add allowed-by-guest feature to win-dmp (2026-08-04 23:21:40 +0400)
----------------------------------------------------------------
Fixes for 11.1-rc
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
v2:
- fix CVE# in "virtio-gpu: reject requests with short/truncated control
headers"
----------------------------------------------------------------
Akihiko Odaki (1):
hw/display/virtio-gpu: Always reject invalid scanout bounds
Ankur Saini (1):
virtio-gpu: reject requests with short/truncated control headers
Bin Guo (1):
hw/display/virtio-gpu: Unmap DMA regions on reset
Denis V. Lunev (1):
qapi/dump: add allowed-by-guest feature to win-dmp
Marc-André Lureau (5):
hw/display/virtio-gpu: validate blob iov size
hw/display/vga: fix panning_buf OOB after text/graphics switch
vhost-user-gpu: fix integer overflow in buffer allocation
hw/display/virtio-gpu: fix offset wraparound in scanout_blob_to_fb
hw/display/virtio-gpu: drop redundant node->value NULL checks
qapi/dump.json | 9 +++-
contrib/vhost-user-gpu/vugpu.h | 1 +
include/hw/virtio/virtio-gpu.h | 8 ++++
contrib/vhost-user-gpu/vhost-user-gpu.c | 29 +++++++-----
contrib/vhost-user-gpu/vugbm.c | 11 ++++-
hw/display/vga.c | 7 +--
hw/display/virtio-gpu-base.c | 4 +-
hw/display/virtio-gpu-rutabaga.c | 6 +++
hw/display/virtio-gpu-virgl.c | 20 ++++-----
hw/display/virtio-gpu.c | 80 ++++++++++++++++++++++++---------
10 files changed, 126 insertions(+), 49 deletions(-)
next prev parent reply other threads:[~2026-08-04 19:26 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-04 7:18 [GIT PULL 0/9] Fixes for 11.1-rc Marc-André Lureau
2026-08-04 7:18 ` [GIT PULL 1/9] hw/display/virtio-gpu: validate blob iov size Marc-André Lureau
2026-08-04 7:18 ` [GIT PULL 2/9] hw/display/vga: fix panning_buf OOB after text/graphics switch Marc-André Lureau
2026-08-04 7:18 ` [GIT PULL 3/9] vhost-user-gpu: fix integer overflow in buffer allocation Marc-André Lureau
2026-08-04 7:18 ` [GIT PULL 4/9] hw/display/virtio-gpu: fix offset wraparound in scanout_blob_to_fb Marc-André Lureau
2026-08-04 7:18 ` [GIT PULL 5/9] hw/display/virtio-gpu: drop redundant node->value NULL checks Marc-André Lureau
2026-08-04 7:18 ` [GIT PULL 6/9] virtio-gpu: reject requests with short/truncated control headers Marc-André Lureau
2026-08-04 7:18 ` [GIT PULL 7/9] hw/display/virtio-gpu: Always reject invalid scanout bounds Marc-André Lureau
2026-08-04 7:18 ` [GIT PULL 8/9] hw/display/virtio-gpu: Unmap DMA regions on reset Marc-André Lureau
2026-08-04 7:18 ` [GIT PULL 9/9] qapi/dump: add allowed-by-guest feature to win-dmp Marc-André Lureau
2026-08-04 19:07 ` [GIT PULL 0/9] Fixes for 11.1-rc Marc-André Lureau
2026-08-04 19:21 ` Marc-André Lureau [this message]
2026-08-04 19:21 ` [GIT PULL v2 1/9] hw/display/virtio-gpu: validate blob iov size Marc-André Lureau
2026-08-04 19:21 ` [GIT PULL v2 2/9] hw/display/vga: fix panning_buf OOB after text/graphics switch Marc-André Lureau
2026-08-04 19:21 ` [GIT PULL v2 3/9] vhost-user-gpu: fix integer overflow in buffer allocation Marc-André Lureau
2026-08-04 19:21 ` [GIT PULL v2 4/9] hw/display/virtio-gpu: fix offset wraparound in scanout_blob_to_fb Marc-André Lureau
2026-08-04 19:21 ` [GIT PULL v2 5/9] hw/display/virtio-gpu: drop redundant node->value NULL checks Marc-André Lureau
2026-08-04 19:21 ` [GIT PULL v2 6/9] virtio-gpu: reject requests with short/truncated control headers Marc-André Lureau
2026-08-04 19:21 ` [GIT PULL v2 7/9] hw/display/virtio-gpu: Always reject invalid scanout bounds Marc-André Lureau
2026-08-04 19:21 ` [GIT PULL v2 8/9] hw/display/virtio-gpu: Unmap DMA regions on reset Marc-André Lureau
2026-08-04 19:21 ` [GIT PULL v2 9/9] qapi/dump: add allowed-by-guest feature to win-dmp Marc-André Lureau
2026-08-05 0:55 ` [GIT PULL v2 0/9] Fixes for 11.1-rc 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=20260804-fix-v2-0-70e8fe489c9e@redhat.com \
--to=marcandre.lureau@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/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.