[PULL 0/5] 9p patches 2020-01-20

Greg Kurz posted 5 patches 4 years, 3 months ago
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200120170640.524184-1-groug@kaod.org
Maintainers: Greg Kurz <groug@kaod.org>, Stefano Stabellini <sstabellini@kernel.org>, "Michael S. Tsirkin" <mst@redhat.com>, Anthony Perard <anthony.perard@citrix.com>, Paul Durrant <paul@xen.org>
fsdev/virtfs-proxy-helper.c |  4 +---
hw/9pfs/9p-local.c          | 16 +++++++---------
hw/9pfs/9p.c                | 42 +++++++++++++++++++++++++-----------------
hw/9pfs/9p.h                |  2 +-
hw/9pfs/virtio-9p-device.c  | 11 +++++++----
hw/9pfs/xen-9p-backend.c    | 13 ++++++++-----
6 files changed, 49 insertions(+), 39 deletions(-)
[PULL 0/5] 9p patches 2020-01-20
Posted by Greg Kurz 4 years, 3 months ago
The following changes since commit 43d1455cf84283466e5c22a217db5ef4b8197b14:

  qapi: Fix code generation with Python 3.5 (2020-01-20 12:17:38 +0000)

are available in the Git repository at:

  https://github.com/gkurz/qemu.git tags/9p-next-2020-01-20

for you to fetch changes up to b858e80a02ca64b9208499155f4dab4ef298b523:

  9pfs/9p.c: remove unneeded labels (2020-01-20 15:11:39 +0100)

----------------------------------------------------------------
Assorted fixes and cleanups.
v2: - fix 32-bit build

----------------------------------------------------------------
Daniel Henrique Barboza (3):
      9p: local: always return -1 on error in local_unlinkat_common
      virtfs-proxy-helper.c: remove 'err_out' label in setugid()
      9pfs/9p.c: remove unneeded labels

Greg Kurz (1):
      9p: init_in_iov_from_pdu can truncate the size

Jiajun Chen (1):
      9pfs: local: Fix possible memory leak in local_link()

 fsdev/virtfs-proxy-helper.c |  4 +---
 hw/9pfs/9p-local.c          | 16 +++++++---------
 hw/9pfs/9p.c                | 42 +++++++++++++++++++++++++-----------------
 hw/9pfs/9p.h                |  2 +-
 hw/9pfs/virtio-9p-device.c  | 11 +++++++----
 hw/9pfs/xen-9p-backend.c    | 13 ++++++++-----
 6 files changed, 49 insertions(+), 39 deletions(-)
-- 
2.21.1


Re: [PULL 0/5] 9p patches 2020-01-20
Posted by Peter Maydell 4 years, 3 months ago
On Mon, 20 Jan 2020 at 17:06, Greg Kurz <groug@kaod.org> wrote:
>
> The following changes since commit 43d1455cf84283466e5c22a217db5ef4b8197b14:
>
>   qapi: Fix code generation with Python 3.5 (2020-01-20 12:17:38 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/gkurz/qemu.git tags/9p-next-2020-01-20
>
> for you to fetch changes up to b858e80a02ca64b9208499155f4dab4ef298b523:
>
>   9pfs/9p.c: remove unneeded labels (2020-01-20 15:11:39 +0100)
>
> ----------------------------------------------------------------
> Assorted fixes and cleanups.
> v2: - fix 32-bit build
>


Applied, thanks.

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

-- PMM