[PATCH v2 0/2] block: Fix leak in send_qmp_error_event

Philippe Mathieu-Daudé posted 2 patches 1 year, 2 months ago
Failed in applying to current master (apply log)
include/sysemu/block-backend-io.h |  7 +++++++
block/block-backend.c             | 16 ++++++++++------
2 files changed, 17 insertions(+), 6 deletions(-)
[PATCH v2 0/2] block: Fix leak in send_qmp_error_event
Posted by Philippe Mathieu-Daudé 1 year, 2 months ago
Respin of Fabiano patch using g_autofree,
and clarifying method docstrings.

Fabiano Rosas (1):
  block: Fix leak in send_qmp_error_event

Philippe Mathieu-Daudé (1):
  block: Improve blk_get_attached_dev_id() docstring

 include/sysemu/block-backend-io.h |  7 +++++++
 block/block-backend.c             | 16 ++++++++++------
 2 files changed, 17 insertions(+), 6 deletions(-)

-- 
2.45.2


Re: [PATCH v2 0/2] block: Fix leak in send_qmp_error_event
Posted by Kevin Wolf 1 year ago
Am 11.11.2024 um 18:03 hat Philippe Mathieu-Daudé geschrieben:
> Respin of Fabiano patch using g_autofree,
> and clarifying method docstrings.
> 
> Fabiano Rosas (1):
>   block: Fix leak in send_qmp_error_event
> 
> Philippe Mathieu-Daudé (1):
>   block: Improve blk_get_attached_dev_id() docstring
> 
>  include/sysemu/block-backend-io.h |  7 +++++++
>  block/block-backend.c             | 16 ++++++++++------
>  2 files changed, 17 insertions(+), 6 deletions(-)

Thanks, applied to the block branch.

Kevin
Re: [PATCH v2 0/2] block: Fix leak in send_qmp_error_event
Posted by Fabiano Rosas 1 year ago
Philippe Mathieu-Daudé <philmd@linaro.org> writes:

> Respin of Fabiano patch using g_autofree,
> and clarifying method docstrings.
>
> Fabiano Rosas (1):
>   block: Fix leak in send_qmp_error_event
>
> Philippe Mathieu-Daudé (1):
>   block: Improve blk_get_attached_dev_id() docstring
>
>  include/sysemu/block-backend-io.h |  7 +++++++
>  block/block-backend.c             | 16 ++++++++++------
>  2 files changed, 17 insertions(+), 6 deletions(-)

Ping