[Qemu-devel] [PATCH v2 0/2] block: More robust error handling around perm check

Fam Zheng posted 2 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170307110722.12583-1-famz@redhat.com
Test checkpatch passed
Test docker passed
block/block-backend.c |  7 ++++++-
block/commit.c        | 16 ++++++++++++++--
2 files changed, 20 insertions(+), 3 deletions(-)
[Qemu-devel] [PATCH v2 0/2] block: More robust error handling around perm check
Posted by Fam Zheng 7 years, 1 month ago
v2: Fix error handling in both patches. [Kevin]

These are a couple cases added with the op blocker changes, where errp is
available but we still use error_abort. Fix them for obvious reasons.

Fam Zheng (2):
  block: Don't use error_abort in blk_new_open
  commit: Don't use error_abort in commit_start

 block/block-backend.c |  7 ++++++-
 block/commit.c        | 16 ++++++++++++++--
 2 files changed, 20 insertions(+), 3 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PATCH v2 0/2] block: More robust error handling around perm check
Posted by Kevin Wolf 7 years, 1 month ago
Am 07.03.2017 um 12:07 hat Fam Zheng geschrieben:
> v2: Fix error handling in both patches. [Kevin]
> 
> These are a couple cases added with the op blocker changes, where errp is
> available but we still use error_abort. Fix them for obvious reasons.

Thanks, applied to the block branch.

Kevin