mbox

[PULL,0/2] 9pfs fixes for 2.9 2017-03-28

Message ID 1490690794-19023-1-git-send-email-groug@kaod.org
State New
Headers show

Pull-request

https://github.com/gkurz/qemu.git tags/for-upstream

Message

Greg Kurz March 28, 2017, 8:46 a.m. UTC
The following changes since commit eb06c9e2d3c8f026a206e8402b0ffa201060ec8e:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-03-27 17:34:50 +0100)

are available in the git repository at:

  https://github.com/gkurz/qemu.git tags/for-upstream

for you to fetch changes up to 34ef723ce34aaa14f94530c06a0ab3170a19bb59:

  tests/virtio-9p-test: Don't call le*_to_cpus on fields of packed struct (2017-03-27 21:15:31 +0200)

----------------------------------------------------------------
This series fixes potential memory/fd leaks in 9pfs and a crash when
running tests/virtio-9p-test on SPARC hosts.

----------------------------------------------------------------
Li Qiang (1):
      9pfs: fix file descriptor leak

Peter Maydell (1):
      tests/virtio-9p-test: Don't call le*_to_cpus on fields of packed struct

 hw/9pfs/9p.c           | 8 ++++++++
 tests/virtio-9p-test.c | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

Comments

Peter Maydell March 28, 2017, 9:41 a.m. UTC | #1
On 28 March 2017 at 09:46, Greg Kurz <groug@kaod.org> wrote:
> The following changes since commit eb06c9e2d3c8f026a206e8402b0ffa201060ec8e:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-03-27 17:34:50 +0100)
>
> are available in the git repository at:
>
>   https://github.com/gkurz/qemu.git tags/for-upstream
>
> for you to fetch changes up to 34ef723ce34aaa14f94530c06a0ab3170a19bb59:
>
>   tests/virtio-9p-test: Don't call le*_to_cpus on fields of packed struct (2017-03-27 21:15:31 +0200)
>
> ----------------------------------------------------------------
> This series fixes potential memory/fd leaks in 9pfs and a crash when
> running tests/virtio-9p-test on SPARC hosts.
>
> ----------------------------------------------------------------
> Li Qiang (1):
>       9pfs: fix file descriptor leak
>
> Peter Maydell (1):
>       tests/virtio-9p-test: Don't call le*_to_cpus on fields of packed struct

Applied, thanks.

-- PMM