[Qemu-devel] [PULL 0/1] qcow2: Fix potential corruption with external data file

Kevin Wolf posted 1 patch 4 years, 11 months ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190416142802.11990-1-kwolf@redhat.com
Maintainers: Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
block/qcow2.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[Qemu-devel] [PULL 0/1] qcow2: Fix potential corruption with external data file
Posted by Kevin Wolf 4 years, 11 months ago
The following changes since commit a9b305ba291fb74f7ff732b3d7b8f4c812431ddf:

  socket: allow wait=false for client socket (2019-04-16 10:40:43 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 93e32b3e2012a668e4da1c2566d2935c24060435:

  qcow2: Fix preallocation bdrv_pwrite to wrong file (2019-04-16 16:23:24 +0200)

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

- qcow2: Fix potential corruption for preallocated resize with external data file

----------------------------------------------------------------
Kevin Wolf (1):
      qcow2: Fix preallocation bdrv_pwrite to wrong file

 block/qcow2.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Re: [Qemu-devel] [PULL 0/1] qcow2: Fix potential corruption with external data file
Posted by Peter Maydell 4 years, 11 months ago
On Tue, 16 Apr 2019 at 15:28, Kevin Wolf <kwolf@redhat.com> wrote:
>
> The following changes since commit a9b305ba291fb74f7ff732b3d7b8f4c812431ddf:
>
>   socket: allow wait=false for client socket (2019-04-16 10:40:43 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/kevin.git tags/for-upstream
>
> for you to fetch changes up to 93e32b3e2012a668e4da1c2566d2935c24060435:
>
>   qcow2: Fix preallocation bdrv_pwrite to wrong file (2019-04-16 16:23:24 +0200)
>
> ----------------------------------------------------------------
> Block layer patches:
>
> - qcow2: Fix potential corruption for preallocated resize with external data file
>
> ----------------------------------------------------------------
> Kevin Wolf (1):
>       qcow2: Fix preallocation bdrv_pwrite to wrong file

Applied, thanks.

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

-- PMM