[Qemu-devel] [PULL for-2.10 0/1] NBD changes for 2.10-rc1

Eric Blake posted 1 patch 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170728170255.13270-1-eblake@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
nbd/client.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
[Qemu-devel] [PULL for-2.10 0/1] NBD changes for 2.10-rc1
Posted by Eric Blake 6 years, 8 months ago
The following changes since commit 3aabfec2c83da500ae52fc87ff3a0a60718022db:

  Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170728' into staging (2017-07-28 15:32:44 +0100)

are available in the git repository at:

  git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2017-07-28

for you to fetch changes up to 158b9aa568eabe614d37882dddc2eea534edc7ae:

  nbd: fix memory leak in nbd_opt_go() (2017-07-28 11:58:20 -0500)

----------------------------------------------------------------
nbd patches for 2017-07-28

- Philippe Mathieu-Daudé - nbd: fix memory leak in nbd_opt_go()

----------------------------------------------------------------
Philippe Mathieu-Daudé (1):
      nbd: fix memory leak in nbd_opt_go()

 nbd/client.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

-- 
2.13.3


Re: [Qemu-devel] [PULL for-2.10 0/1] NBD changes for 2.10-rc1
Posted by Peter Maydell 6 years, 8 months ago
On 28 July 2017 at 18:02, Eric Blake <eblake@redhat.com> wrote:
> The following changes since commit 3aabfec2c83da500ae52fc87ff3a0a60718022db:
>
>   Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170728' into staging (2017-07-28 15:32:44 +0100)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2017-07-28
>
> for you to fetch changes up to 158b9aa568eabe614d37882dddc2eea534edc7ae:
>
>   nbd: fix memory leak in nbd_opt_go() (2017-07-28 11:58:20 -0500)
>
> ----------------------------------------------------------------
> nbd patches for 2017-07-28
>
> - Philippe Mathieu-Daudé - nbd: fix memory leak in nbd_opt_go()
>
> ----------------------------------------------------------------
> Philippe Mathieu-Daudé (1):
>       nbd: fix memory leak in nbd_opt_go()
>
>  nbd/client.c | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)

Applied, thanks.

-- PMM