From: Max Reitz <mreitz@redhat.com>
To: qemu-block@nongnu.org
Cc: Kevin Wolf <kwolf@redhat.com>,
Peter Maydell <peter.maydell@linaro.org>,
qemu-devel@nongnu.org, Max Reitz <mreitz@redhat.com>
Subject: [PULL 0/5] Block patches for 5.0-rc2
Date: Tue, 7 Apr 2020 14:37:22 +0200 [thread overview]
Message-ID: <20200407123727.829933-1-mreitz@redhat.com> (raw)
The following changes since commit 53ef8a92eb04ee19640f5aad3bff36cd4a36c250:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200406' into staging (2020-04-06 12:36:45 +0100)
are available in the Git repository at:
https://github.com/XanClic/qemu.git tags/pull-block-2020-04-07
for you to fetch changes up to 36d883ba0de8a281072ded2b51e0a711fd002139:
xen-block: Fix double qlist remove and request leak (2020-04-07 13:51:09 +0200)
----------------------------------------------------------------
Block patches for 5.0-rc2:
- Fix double QLIST_REMOVE() and potential request object leak in
xen-block
- Prevent a potential assertion failure in qcow2's code for compressed
clusters by rejecting invalid (unaligned) requests with -EIO
- Prevent discards on qcow2 v2 images from making backing data reappear
- Make qemu-img convert report I/O error locations by byte offsets
consistently
- Fix for potential I/O test errors (accidental globbing due to missing
quotes)
----------------------------------------------------------------
Alberto Garcia (2):
qcow2: Forbid discard in qcow2 v2 images with backing files
qcow2: Check request size in qcow2_co_pwritev_compressed_part()
Anthony PERARD (1):
xen-block: Fix double qlist remove and request leak
Eric Blake (1):
qemu-img: Report convert errors by bytes, not sectors
Max Reitz (1):
iotests/common.pattern: Quote echos
block/qcow2.c | 11 ++++
hw/block/dataplane/xen-block.c | 48 +++++----------
qemu-img.c | 8 +--
tests/qemu-iotests/046 | 10 ++--
tests/qemu-iotests/046.out | 12 ++--
tests/qemu-iotests/060 | 12 ++--
tests/qemu-iotests/060.out | 2 -
tests/qemu-iotests/177 | 5 +-
tests/qemu-iotests/244.out | 2 +-
tests/qemu-iotests/290 | 97 +++++++++++++++++++++++++++++++
tests/qemu-iotests/290.out | 61 +++++++++++++++++++
tests/qemu-iotests/common.pattern | 22 +++----
tests/qemu-iotests/group | 1 +
13 files changed, 224 insertions(+), 67 deletions(-)
create mode 100755 tests/qemu-iotests/290
create mode 100644 tests/qemu-iotests/290.out
--
2.25.1
next reply other threads:[~2020-04-07 12:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-07 12:37 Max Reitz [this message]
2020-04-07 12:37 ` [PULL 1/5] qcow2: Forbid discard in qcow2 v2 images with backing files Max Reitz
2020-04-07 12:37 ` [PULL 2/5] qemu-img: Report convert errors by bytes, not sectors Max Reitz
2020-04-07 12:37 ` [PULL 3/5] qcow2: Check request size in qcow2_co_pwritev_compressed_part() Max Reitz
2020-04-07 12:37 ` [PULL 4/5] iotests/common.pattern: Quote echos Max Reitz
2020-04-07 12:37 ` [PULL 5/5] xen-block: Fix double qlist remove and request leak Max Reitz
2020-04-07 18:12 ` [PULL 0/5] Block patches for 5.0-rc2 Peter Maydell
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=20200407123727.829933-1-mreitz@redhat.com \
--to=mreitz@redhat.com \
--cc=kwolf@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-block@nongnu.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).