All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Wolf <kwolf@redhat.com>
To: qemu-block@nongnu.org
Cc: kwolf@redhat.com, stefanha@redhat.com, qemu-devel@nongnu.org
Subject: [PULL v2 00/17] Block layer patches
Date: Wed, 29 Jul 2026 10:40:46 +0200	[thread overview]
Message-ID: <20260729084046.22211-1-kwolf@redhat.com> (raw)

The following changes since commit 9f4d05a21f1d3a01c136979f4b60b7b02c60e821:

  Merge tag 'pull-target-arm-20260728' of https://gitlab.com/pm215/qemu into staging (2026-07-28 11:33:19 -0400)

are available in the Git repository at:

  https://repo.or.cz/qemu/kevin.git tags/for-upstream

for you to fetch changes up to 18bf6f4bc6fad04410172bd8bc82b430c8cb486f:

  iotests: increase timeouts for tests to 5 minutes (2026-07-29 10:32:11 +0200)

----------------------------------------------------------------
Block layer patches

- Fix missing locking in latency histogram setters
- coroutine: fix lost wakeup in qemu_co_sleep_wake()
- floppy: Fix READ/WRITE/FORMAT/READ ID behaviour with missing medium
- qcow2: Fix crash on closing a read-only image with dirty bit set
- cloop: fix integer overflow in total_sectors calculation
- dmg: Fix out of bounds accesses (CVE-2026-65929, CVE-2026-65928)
- FUSE export: fix regression with O_TRUNC when export is not growable
- iotests: Various small fixes

----------------------------------------------------------------
Christian Quante (2):
      hw/block/fdc: select the drive named by the READ ID command
      hw/block/fdc: report a missing address mark on an empty drive

Daniel P. Berrangé (1):
      iotests: increase timeouts for tests to 5 minutes

Denis V. Lunev (8):
      block/accounting: take stats->lock in latency histogram setters
      block/qapi: take stats->lock when reading BlockAcctStats for query-blockstats
      tests/unit: add reproducer for BlockAcctStats histogram locking race
      qcow2: do not try to clear the dirty bit on a read-only node
      iotests: run the test pool with the 'fork' start method
      iotests: skip FUSE tests when FUSE is not usable
      iotests/migrate-bitmaps-postcopy-test: replace the timing assertion with a content check
      coroutine: fix lost wakeup in qemu_co_sleep_wake()

Fiona Ebner (2):
      block/export/fuse: fix regression with O_TRUNC when export is not growable
      iotests: test O_TRUNC behavior for fuse exports

Stefan Hajnoczi (3):
      dmg: fix out-of-bounds load in search_chunk() (CVE-2026-65929)
      dmg: refuse to open files with no chunks
      dmg: reject inconsistent UDRW chunk sector count and length (CVE-2026-65928)

malike (1):
      block/cloop: fix integer overflow in total_sectors calculation

 include/block/accounting.h                         |   1 +
 include/qemu/coroutine.h                           |  17 +-
 block/accounting.c                                 |  11 +-
 block/cloop.c                                      |   3 +-
 block/dmg.c                                        |  36 ++++-
 block/export/fuse.c                                |  12 ++
 block/qapi.c                                       |   3 +
 block/qcow2.c                                      |   6 +-
 hw/block/fdc.c                                     |  55 ++++++-
 tests/qtest/fdc-test.c                             |  70 ++++++++-
 tests/unit/test-block-accounting.c                 | 115 ++++++++++++++
 tests/unit/test-coroutine.c                        |  53 +++++++
 util/qemu-coroutine-sleep.c                        |  53 +++++--
 tests/qemu-iotests/testrunner.py                   |   4 +-
 tests/qemu-iotests/039                             |  11 ++
 tests/qemu-iotests/039.out                         |   3 +
 tests/qemu-iotests/common.rc                       |  14 ++
 tests/qemu-iotests/meson.build                     |  15 +-
 tests/qemu-iotests/tests/file-io-error             |   4 +-
 tests/qemu-iotests/tests/fuse-allow-other          |   2 +
 tests/qemu-iotests/tests/fuse-mmap-shared          |   9 +-
 tests/qemu-iotests/tests/fuse-truncate             | 171 +++++++++++++++++++++
 tests/qemu-iotests/tests/fuse-truncate.out         |   5 +
 .../tests/migrate-bitmaps-postcopy-test            |  15 +-
 tests/unit/meson.build                             |   1 +
 25 files changed, 633 insertions(+), 56 deletions(-)
 create mode 100644 tests/unit/test-block-accounting.c
 create mode 100755 tests/qemu-iotests/tests/fuse-truncate
 create mode 100644 tests/qemu-iotests/tests/fuse-truncate.out



             reply	other threads:[~2026-07-29  8:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-29  8:40 Kevin Wolf [this message]
2026-07-29 13:19 ` [PULL v2 00/17] Block layer patches 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=20260729084046.22211-1-kwolf@redhat.com \
    --to=kwolf@redhat.com \
    --cc=qemu-block@nongnu.org \
    --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.