The following changes since commit 6333226c2abb72f31648c251624c56e70993d625:
Merge tag 'pull-9p-20260725' of https://github.com/cschoenebeck/qemu into staging (2026-07-26 08:30:07 -0400) are available in the Git repository at: https://gitlab.com/dlunev/qemu.git tags/pull-parallels-2026-07-22 for you to fetch changes up to 2a1c31578eb96f829f3234fe9da1abecbb11aa1e: MAINTAINERS: update parallels tree location (2026-07-27 14:42:24 +0200) ---------------------------------------------------------------- Parallels block driver patches - fix a reachable assert()/process abort on a crafted image with an inconsistent BAT vs. advertised disk size (GitLab #3804) - fix related integer overflows capping the format's usable catalog size below its documented maximum - reject BAT entries pointing outside the data area in either direction - harden the dirty-bitmap extension loader against a reachable abort and an unsafe allocator This is my first pull request signed with this key: RSA rsa4096/0BAEAA87D3020ADC1150E51F5E0771B6CB666CAB Denis V. Lunev <[email protected]> Public key: https://keys.openpgp.org/vks/v1/by-fingerprint/0BAEAA87D3020ADC1150E51F5E0771B6CB666CAB Signed-off-by: Denis V. Lunev <[email protected]> CC: Thomas Huth <[email protected]> CC: Stefan Hajnoczi <[email protected]> ---------------------------------------------------------------- Denis V. Lunev (9): parallels: fix integer overflow in header size calculation parallels: read header/BAT table in bounded chunks parallels: fix bat_entries overflow in image creation parallels: reject BAT entries pointing outside backed storage parallels: validate bitmap L1 table size before allocating it parallels: skip loading a genuinely empty bitmap L1 table parallels: avoid fatal abort on large bitmap L1 table parallels: validate BAT capacity against advertised disk size MAINTAINERS: update parallels tree location MAINTAINERS | 2 +- block/parallels-ext.c | 52 +++++---- block/parallels.c | 74 ++++++++++--- tests/qemu-iotests/212 | 8 +- tests/qemu-iotests/212.out | 10 +- tests/qemu-iotests/tests/parallels-checks | 102 ++++++++++++++++++ tests/qemu-iotests/tests/parallels-checks.out | 59 ++++++++++ 7 files changed, 270 insertions(+), 37 deletions(-) -- 2.53.0
