mbox series

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

Message ID 20241111170333.43833-1-philmd@linaro.org
Headers show
Series block: Fix leak in send_qmp_error_event | expand

Message

Philippe Mathieu-Daudé Nov. 11, 2024, 5:03 p.m. UTC
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(-)

Comments

Fabiano Rosas Jan. 13, 2025, 2:57 p.m. UTC | #1
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
Kevin Wolf Jan. 16, 2025, 2:13 p.m. UTC | #2
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