[Qemu-devel] [PATCH 0/2] commit: Fix use after free in completion

Kevin Wolf posted 2 patches 8 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1496437930-12654-1-git-send-email-kwolf@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
block/commit.c             |  7 +++++++
tests/qemu-iotests/040     | 35 +++++++++++++++++++++++++++++++++--
tests/qemu-iotests/040.out |  4 ++--
3 files changed, 42 insertions(+), 4 deletions(-)
[Qemu-devel] [PATCH 0/2] commit: Fix use after free in completion
Posted by Kevin Wolf 8 years, 5 months ago
Kevin Wolf (2):
  commit: Fix use after free in completion
  qemu-iotests: Test automatic commit job cancel on hot unplug

 block/commit.c             |  7 +++++++
 tests/qemu-iotests/040     | 35 +++++++++++++++++++++++++++++++++--
 tests/qemu-iotests/040.out |  4 ++--
 3 files changed, 42 insertions(+), 4 deletions(-)

-- 
1.8.3.1


Re: [Qemu-devel] [Qemu-block] [PATCH 0/2] commit: Fix use after free in completion
Posted by John Snow 8 years, 5 months ago

On 06/02/2017 05:12 PM, Kevin Wolf wrote:
> Kevin Wolf (2):
>   commit: Fix use after free in completion
>   qemu-iotests: Test automatic commit job cancel on hot unplug
> 
>  block/commit.c             |  7 +++++++
>  tests/qemu-iotests/040     | 35 +++++++++++++++++++++++++++++++++--
>  tests/qemu-iotests/040.out |  4 ++--
>  3 files changed, 42 insertions(+), 4 deletions(-)
> 

Reviewed-by: John Snow <jsnow@redhat.com>