mbox

[PULL,for-8.1,0/2] Block patches

Message ID 20230803155545.2349984-1-stefanha@redhat.com
State New
Headers show

Pull-request

https://gitlab.com/stefanha/qemu.git tags/block-pull-request

Message

Stefan Hajnoczi Aug. 3, 2023, 3:55 p.m. UTC
The following changes since commit 9ba37026fcf6b7f3f096c0cca3e1e7307802486b:

  Update version for v8.1.0-rc2 release (2023-08-02 08:22:45 -0700)

are available in the Git repository at:

  https://gitlab.com/stefanha/qemu.git tags/block-pull-request

for you to fetch changes up to 9b06d0d076271d76e5384d767ef94a676f0a9efd:

  block/blkio: add more comments on the fd passing handling (2023-08-03 11:28:43 -0400)

----------------------------------------------------------------
Pull request

Fix for an fd leak in the blkio block driver.

----------------------------------------------------------------

Stefano Garzarella (2):
  block/blkio: close the fd when blkio_connect() fails
  block/blkio: add more comments on the fd passing handling

 block/blkio.c | 28 +++++++++++++++++++++-------
 1 file changed, 21 insertions(+), 7 deletions(-)

Comments

Richard Henderson Aug. 4, 2023, 1:47 a.m. UTC | #1
On 8/3/23 08:55, Stefan Hajnoczi wrote:
> The following changes since commit 9ba37026fcf6b7f3f096c0cca3e1e7307802486b:
> 
>    Update version for v8.1.0-rc2 release (2023-08-02 08:22:45 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/stefanha/qemu.git  tags/block-pull-request
> 
> for you to fetch changes up to 9b06d0d076271d76e5384d767ef94a676f0a9efd:
> 
>    block/blkio: add more comments on the fd passing handling (2023-08-03 11:28:43 -0400)
> 
> ----------------------------------------------------------------
> Pull request
> 
> Fix for an fd leak in the blkio block driver.

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~