[PULL for-11.0 0/1] Block patches

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260413132840.20439-1-stefanha@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
There is a newer version of this series
hw/block/virtio-blk.c | 100 ++++++++++++++++++++++++++++--------------
1 file changed, 67 insertions(+), 33 deletions(-)
[PULL for-11.0 0/1] Block patches
Posted by Stefan Hajnoczi 2 weeks, 2 days ago
The following changes since commit becd22fdc2a071783d9e04421526633772b3b98c:

  Update version for v11.0.0-rc3 release (2026-04-09 21:18:56 +0100)

are available in the Git repository at:

  https://gitlab.com/stefanha/qemu.git tags/block-pull-request

for you to fetch changes up to 4913ae36f9796c55d434dcbfa6bdb9ebb3e5e4b1:

  virtio-blk: fix zone report buffer out-of-memory (CVE-2026-5761) (2026-04-13 09:21:38 -0400)

----------------------------------------------------------------
Pull request

virtio-blk zone report CVE DoS fix

----------------------------------------------------------------

Stefan Hajnoczi (1):
  virtio-blk: fix zone report buffer out-of-memory (CVE-2026-5761)

 hw/block/virtio-blk.c | 100 ++++++++++++++++++++++++++++--------------
 1 file changed, 67 insertions(+), 33 deletions(-)

-- 
2.53.0
Re: [PULL for-11.0 0/1] Block patches
Posted by Peter Maydell 2 weeks, 2 days ago
On Mon, 13 Apr 2026 at 14:28, Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> The following changes since commit becd22fdc2a071783d9e04421526633772b3b98c:
>
>   Update version for v11.0.0-rc3 release (2026-04-09 21:18:56 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to 4913ae36f9796c55d434dcbfa6bdb9ebb3e5e4b1:
>
>   virtio-blk: fix zone report buffer out-of-memory (CVE-2026-5761) (2026-04-13 09:21:38 -0400)
>
> ----------------------------------------------------------------
> Pull request
>
> virtio-blk zone report CVE DoS fix
>



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.0
for any user-visible changes.

-- PMM