[PATCH v2 0/5] block permission updated follow-up

Vladimir Sementsov-Ogievskiy posted 5 patches 2 years, 11 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210504094510.25032-1-vsementsov@virtuozzo.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>
There is a newer version of this series
block.c                               | 61 +++++++++++++++++----------
block/block-backend.c                 |  9 ++--
tests/qemu-iotests/283.out            |  2 +-
tests/qemu-iotests/307.out            |  2 +-
tests/qemu-iotests/tests/qsd-jobs.out |  2 +-
5 files changed, 46 insertions(+), 30 deletions(-)
[PATCH v2 0/5] block permission updated follow-up
Posted by Vladimir Sementsov-Ogievskiy 2 years, 11 months ago
v2: rebased on Kevin's "[PATCH 0/2] block: Fix Transaction leaks"
1: add assertions and drop extra declaration
2: add Alberto's r-b
3: improve commit message

Based-on: <20210503110555.24001-1-kwolf@redhat.com>

Vladimir Sementsov-Ogievskiy (5):
  block: document child argument of bdrv_attach_child_common()
  block-backend: improve blk_root_get_parent_desc()
  block: improve bdrv_child_get_parent_desc()
  block: simplify bdrv_child_user_desc()
  block: improve permission conflict error message

 block.c                               | 61 +++++++++++++++++----------
 block/block-backend.c                 |  9 ++--
 tests/qemu-iotests/283.out            |  2 +-
 tests/qemu-iotests/307.out            |  2 +-
 tests/qemu-iotests/tests/qsd-jobs.out |  2 +-
 5 files changed, 46 insertions(+), 30 deletions(-)

-- 
2.29.2


Re: [PATCH v2 0/5] block permission updated follow-up
Posted by Vladimir Sementsov-Ogievskiy 2 years, 11 months ago
Ping. Now based on master

04.05.2021 12:45, Vladimir Sementsov-Ogievskiy wrote:
> v2: rebased on Kevin's "[PATCH 0/2] block: Fix Transaction leaks"
> 1: add assertions and drop extra declaration
> 2: add Alberto's r-b
> 3: improve commit message
> 
> Based-on: <20210503110555.24001-1-kwolf@redhat.com>
> 
> Vladimir Sementsov-Ogievskiy (5):
>    block: document child argument of bdrv_attach_child_common()
>    block-backend: improve blk_root_get_parent_desc()
>    block: improve bdrv_child_get_parent_desc()
>    block: simplify bdrv_child_user_desc()
>    block: improve permission conflict error message
> 
>   block.c                               | 61 +++++++++++++++++----------
>   block/block-backend.c                 |  9 ++--
>   tests/qemu-iotests/283.out            |  2 +-
>   tests/qemu-iotests/307.out            |  2 +-
>   tests/qemu-iotests/tests/qsd-jobs.out |  2 +-
>   5 files changed, 46 insertions(+), 30 deletions(-)
> 


-- 
Best regards,
Vladimir