mbox

[PULL,0/4] NBD patches for 2020-02-26

Message ID 20200227015448.960538-1-eblake@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2020-02-26

Message

Eric Blake Feb. 27, 2020, 1:54 a.m. UTC
The following changes since commit db736e0437aa6fd7c1b7e4599c17f9619ab6b837:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2020-02-25 13:31:16 +0000)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2020-02-26

for you to fetch changes up to 8198cf5ef0ef98118b4176970d1cd998d93ec849:

  block/nbd: fix memory leak in nbd_open() (2020-02-26 17:29:00 -0600)

----------------------------------------------------------------
nbd patches for 2020-02-26

- ensure multiple meta contexts work
- allow leading / in export names
- fix a failure path memory leak

----------------------------------------------------------------
Eric Blake (2):
      nbd: Fix regression with multiple meta contexts
      nbd-client: Support leading / in NBD URI

Pan Nengyuan (2):
      block/nbd: extract the common cleanup code
      block/nbd: fix memory leak in nbd_open()

 block/nbd.c  | 33 ++++++++++++++++++++-------------
 nbd/server.c | 12 ++++++++++--
 2 files changed, 30 insertions(+), 15 deletions(-)

Comments

Peter Maydell Feb. 27, 2020, 7:14 p.m. UTC | #1
On Thu, 27 Feb 2020 at 01:56, Eric Blake <eblake@redhat.com> wrote:
>
> The following changes since commit db736e0437aa6fd7c1b7e4599c17f9619ab6b837:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2020-02-25 13:31:16 +0000)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2020-02-26
>
> for you to fetch changes up to 8198cf5ef0ef98118b4176970d1cd998d93ec849:
>
>   block/nbd: fix memory leak in nbd_open() (2020-02-26 17:29:00 -0600)
>
> ----------------------------------------------------------------
> nbd patches for 2020-02-26
>
> - ensure multiple meta contexts work
> - allow leading / in export names
> - fix a failure path memory leak
>
> ----------------------------------------------------------------
> Eric Blake (2):
>       nbd: Fix regression with multiple meta contexts
>       nbd-client: Support leading / in NBD URI
>
> Pan Nengyuan (2):
>       block/nbd: extract the common cleanup code
>       block/nbd: fix memory leak in nbd_open()
>
>  block/nbd.c  | 33 ++++++++++++++++++++-------------
>  nbd/server.c | 12 ++++++++++--
>  2 files changed, 30 insertions(+), 15 deletions(-)


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.

-- PMM