[PATCH v4 0/2] Fix segfault in qemu_rbd_parse_filename

Connor Kuehl posted 2 patches 3 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210421212343.85524-1-ckuehl@redhat.com
Maintainers: Jason Dillaman <dillaman@redhat.com>, Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
block/rbd.c                | 32 +++++++++++++++++++++-----------
tests/qemu-iotests/231     |  4 ++++
tests/qemu-iotests/231.out |  7 ++++---
3 files changed, 29 insertions(+), 14 deletions(-)
[PATCH v4 0/2] Fix segfault in qemu_rbd_parse_filename
Posted by Connor Kuehl 3 years ago
Connor Kuehl (2):
  iotests/231: Update expected deprecation message
  block/rbd: Add an escape-aware strchr helper

 block/rbd.c                | 32 +++++++++++++++++++++-----------
 tests/qemu-iotests/231     |  4 ++++
 tests/qemu-iotests/231.out |  7 ++++---
 3 files changed, 29 insertions(+), 14 deletions(-)

-- 
2.30.2


Re: [PATCH v4 0/2] Fix segfault in qemu_rbd_parse_filename
Posted by Max Reitz 3 years ago
On 21.04.21 23:23, Connor Kuehl wrote:
> Connor Kuehl (2):
>    iotests/231: Update expected deprecation message
>    block/rbd: Add an escape-aware strchr helper
> 
>   block/rbd.c                | 32 +++++++++++++++++++++-----------
>   tests/qemu-iotests/231     |  4 ++++
>   tests/qemu-iotests/231.out |  7 ++++---
>   3 files changed, 29 insertions(+), 14 deletions(-)

Thanks, applied to my block-next branch (for 6.1):

https://git.xanclic.moe/XanClic/qemu/commits/branch/block-next

Max