[PATCH 0/2] block: Fix Transaction leaks

Kevin Wolf posted 2 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/20210503110555.24001-1-kwolf@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>
block.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
[PATCH 0/2] block: Fix Transaction leaks
Posted by Kevin Wolf 2 years, 11 months ago
These are two follow-up fixes for Vladimir's "block: update graph
permissions update". The bugs were reported by Coverity.

Kevin Wolf (2):
  block: Fix Transaction leak in bdrv_root_attach_child()
  block: Fix Transaction leak in bdrv_reopen_multiple()

 block.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

-- 
2.30.2


Re: [PATCH 0/2] block: Fix Transaction leaks
Posted by Vladimir Sementsov-Ogievskiy 2 years, 11 months ago
03.05.2021 14:05, Kevin Wolf wrote:
> These are two follow-up fixes for Vladimir's "block: update graph
> permissions update". The bugs were reported by Coverity.
> 
> Kevin Wolf (2):
>    block: Fix Transaction leak in bdrv_root_attach_child()
>    block: Fix Transaction leak in bdrv_reopen_multiple()
> 
>   block.c | 9 +++++----
>   1 file changed, 5 insertions(+), 4 deletions(-)
> 

I'll rebase my "[PATCH 0/6] block permission updated follow-up" on top of this.

-- 
Best regards,
Vladimir

Re: [PATCH 0/2] block: Fix Transaction leaks
Posted by Kevin Wolf 2 years, 11 months ago
Am 04.05.2021 um 08:56 hat Vladimir Sementsov-Ogievskiy geschrieben:
> 03.05.2021 14:05, Kevin Wolf wrote:
> > These are two follow-up fixes for Vladimir's "block: update graph
> > permissions update". The bugs were reported by Coverity.
> > 
> > Kevin Wolf (2):
> >    block: Fix Transaction leak in bdrv_root_attach_child()
> >    block: Fix Transaction leak in bdrv_reopen_multiple()
> > 
> >   block.c | 9 +++++----
> >   1 file changed, 5 insertions(+), 4 deletions(-)
> 
> I'll rebase my "[PATCH 0/6] block permission updated follow-up" on top
> of this.

Ok, thanks. I've applied this to my block branch now.

Kevin