[Qemu-devel] [PULL 0/2] 9pfs fixes 2017-03-21 for 2.9

Greg Kurz posted 2 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1490105580-5008-1-git-send-email-groug@kaod.org
Test checkpatch passed
Test docker passed
Test s390x passed
hw/9pfs/9p-proxy.c | 22 +++++++++++-----------
hw/9pfs/9p.c       | 12 ++++++++----
2 files changed, 19 insertions(+), 15 deletions(-)
[Qemu-devel] [PULL 0/2] 9pfs fixes 2017-03-21 for 2.9
Posted by Greg Kurz 7 years, 1 month ago
The following changes since commit 940a8ce075e3408742a4edcabfd6c2a15e2539eb:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-03-20 16:34:26 +0000)

are available in the git repository at:

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

for you to fetch changes up to 262169abe74b4c2d8b299b7499904cfc3c1902ea:

  9pfs: proxy: assert if unmarshal fails (2017-03-21 09:12:47 +0100)

----------------------------------------------------------------
This pull request fixes a potential QEMU hang in 9pfs and two issues
reported by Coverity.

----------------------------------------------------------------
Greg Kurz (2):
      9pfs: don't try to flush self and avoid QEMU hang on reset
      9pfs: proxy: assert if unmarshal fails

 hw/9pfs/9p-proxy.c | 22 +++++++++++-----------
 hw/9pfs/9p.c       | 12 ++++++++----
 2 files changed, 19 insertions(+), 15 deletions(-)
-- 
2.7.4


Re: [Qemu-devel] [PULL 0/2] 9pfs fixes 2017-03-21 for 2.9
Posted by Peter Maydell 7 years, 1 month ago
On 21 March 2017 at 14:12, Greg Kurz <groug@kaod.org> wrote:
> The following changes since commit 940a8ce075e3408742a4edcabfd6c2a15e2539eb:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-03-20 16:34:26 +0000)
>
> are available in the git repository at:
>
>   https://github.com/gkurz/qemu.git tags/for-upstream
>
> for you to fetch changes up to 262169abe74b4c2d8b299b7499904cfc3c1902ea:
>
>   9pfs: proxy: assert if unmarshal fails (2017-03-21 09:12:47 +0100)
>
> ----------------------------------------------------------------
> This pull request fixes a potential QEMU hang in 9pfs and two issues
> reported by Coverity.
>
> ----------------------------------------------------------------
> Greg Kurz (2):
>       9pfs: don't try to flush self and avoid QEMU hang on reset
>       9pfs: proxy: assert if unmarshal fails

Applied, thanks.

-- PMM