mbox

[PULL] 9pfs fixes for 2.10 20170810

Message ID 1502380961-16398-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 Aug. 10, 2017, 4:02 p.m. UTC
The following changes since commit b38df311c174c98ef8cce7dec9f46603b083018e:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170809' into staging (2017-08-10 11:12:36 +0100)

are available in the git repository at:

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

for you to fetch changes up to 4751fd5328dfcd4fe2f9055728a72a0e3ae56512:

  9pfs: local: fix fchmodat_nofollow() limitations (2017-08-10 14:36:11 +0200)

----------------------------------------------------------------
Just a single fix for an annoying regression introduced in 2.9 when fixing
CVE-2016-9602.

----------------------------------------------------------------
Greg Kurz (1):
      9pfs: local: fix fchmodat_nofollow() limitations

 hw/9pfs/9p-local.c | 42 +++++++++++++++++++++++++++++++++++-------
 hw/9pfs/9p-util.h  | 24 +++++++++++++++---------
 2 files changed, 50 insertions(+), 16 deletions(-)

Comments

Peter Maydell Aug. 10, 2017, 5:46 p.m. UTC | #1
On 10 August 2017 at 17:02, Greg Kurz <groug@kaod.org> wrote:
> The following changes since commit b38df311c174c98ef8cce7dec9f46603b083018e:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170809' into staging (2017-08-10 11:12:36 +0100)
>
> are available in the git repository at:
>
>   https://github.com/gkurz/qemu.git tags/for-upstream
>
> for you to fetch changes up to 4751fd5328dfcd4fe2f9055728a72a0e3ae56512:
>
>   9pfs: local: fix fchmodat_nofollow() limitations (2017-08-10 14:36:11 +0200)
>
> ----------------------------------------------------------------
> Just a single fix for an annoying regression introduced in 2.9 when fixing
> CVE-2016-9602.
>
> ----------------------------------------------------------------
> Greg Kurz (1):
>       9pfs: local: fix fchmodat_nofollow() limitations
>
>  hw/9pfs/9p-local.c | 42 +++++++++++++++++++++++++++++++++++-------
>  hw/9pfs/9p-util.h  | 24 +++++++++++++++---------
>  2 files changed, 50 insertions(+), 16 deletions(-)
> --

Applied, thanks.

-- PMM