mbox

[PULL,0/7] 9p patches for 2.8 20161030

Message ID 1477830868-12274-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 Oct. 30, 2016, 12:34 p.m. UTC
The following changes since commit 5b2ecabaeabc17f032197246c4846b9ba95ba8a6:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20161028-1' into staging (2016-10-28 17:59:04 +0100)

are available in the git repository at:

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

for you to fetch changes up to d7d2edb7470b110c0aae3e7e18d92cc6e147826a:

  9pfs: drop excessive error message from virtfs_reset() (2016-10-30 13:26:08 +0100)

----------------------------------------------------------------
This pull request mostly contains some more fixes to prevent buggy guests from
breaking QEMU.

----------------------------------------------------------------
Greg Kurz (4):
      9pfs: limit xattr size in xattrcreate
      9pfs: xattrcreate requires non-opened fids
      9pfs: don't BUG_ON() if fid is already opened
      9pfs: drop excessive error message from virtfs_reset()

Li Qiang (3):
      9pfs: add xattrwalk_fid field in V9fsXattr struct
      9pfs: convert 'len/copied_len' field in V9fsXattr to the type of uint64_t
      9pfs: fix integer overflow issue in xattr read/write

 hw/9pfs/9p.c         | 80 +++++++++++++++++++++++++++++-----------------------
 hw/9pfs/9p.h         |  5 ++--
 hw/9pfs/trace-events |  2 +-
 3 files changed, 49 insertions(+), 38 deletions(-)

Comments

Peter Maydell Oct. 31, 2016, 2:48 p.m. UTC | #1
On 30 October 2016 at 12:34, Greg Kurz <groug@kaod.org> wrote:
> The following changes since commit 5b2ecabaeabc17f032197246c4846b9ba95ba8a6:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20161028-1' into staging (2016-10-28 17:59:04 +0100)
>
> are available in the git repository at:
>
>   https://github.com/gkurz/qemu.git tags/for-upstream
>
> for you to fetch changes up to d7d2edb7470b110c0aae3e7e18d92cc6e147826a:
>
>   9pfs: drop excessive error message from virtfs_reset() (2016-10-30 13:26:08 +0100)
>
> ----------------------------------------------------------------
> This pull request mostly contains some more fixes to prevent buggy guests from
> breaking QEMU.
>
> ----------------------------------------------------------------
> Greg Kurz (4):
>       9pfs: limit xattr size in xattrcreate
>       9pfs: xattrcreate requires non-opened fids
>       9pfs: don't BUG_ON() if fid is already opened
>       9pfs: drop excessive error message from virtfs_reset()
>
> Li Qiang (3):
>       9pfs: add xattrwalk_fid field in V9fsXattr struct
>       9pfs: convert 'len/copied_len' field in V9fsXattr to the type of uint64_t
>       9pfs: fix integer overflow issue in xattr read/write

Hi -- some of these patches are missing a Signed-off-by: line from
you as the submaintainer. Can you respin with those added, please?

thanks
-- PMM