Re: [Qemu-devel] [PATCH v2 0/4] 9pfs: local: fix metadata of mapped-file security mode

2017-05-24 Thread Leo Gaspard
On 05/24/2017 10:54 AM, Greg Kurz wrote: > On Wed, 24 May 2017 00:59:29 +0200 > Leo Gaspard wrote: > >> On 05/23/2017 04:32 PM, Greg Kurz wrote: >>> v2: - posted patch for CVE-2017-7493 separately >>> - other changes available in each patch changelog >>> >>> Leo, >>> >>> If

Re: [Qemu-devel] [PATCH v2 0/4] 9pfs: local: fix metadata of mapped-file security mode

2017-05-24 Thread Greg Kurz
On Wed, 24 May 2017 00:59:29 +0200 Leo Gaspard wrote: > On 05/23/2017 04:32 PM, Greg Kurz wrote: > > v2: - posted patch for CVE-2017-7493 separately > > - other changes available in each patch changelog > > > > Leo, > > > > If you find time to test this series, I'll gladly

Re: [Qemu-devel] [PATCH v2 0/4] 9pfs: local: fix metadata of mapped-file security mode

2017-05-23 Thread Leo Gaspard
On 05/23/2017 04:32 PM, Greg Kurz wrote: > v2: - posted patch for CVE-2017-7493 separately > - other changes available in each patch changelog > > Leo, > > If you find time to test this series, I'll gladly add your Tested-by: to > it before merging. Just tested with a base of 2.9.0 with

Re: [Qemu-devel] [PATCH v2 0/4] 9pfs: local: fix metadata of mapped-file security mode

2017-05-23 Thread Fam Zheng
On Tue, 05/23 17:04, Greg Kurz wrote: > > CC hw/9pfs/9p-xattr-user.o > > In file included from > > /var/tmp/patchew-tester-tmp-5niyvzwz/src/hw/9pfs/9p-local.c:18:0: > > /var/tmp/patchew-tester-tmp-5niyvzwz/src/hw/9pfs/9p-local.c: In function > > ‘local_set_mapped_file_attrat’: > >

Re: [Qemu-devel] [PATCH v2 0/4] 9pfs: local: fix metadata of mapped-file security mode

2017-05-23 Thread Greg Kurz
gt; Subject: [Qemu-devel] [PATCH v2 0/4] 9pfs: local: fix metadata of mapped-file > security mode > > === TEST SCRIPT BEGIN === > #!/bin/bash > # Testing script will be invoked under the git checkout with > # HEAD pointing to a commit that has the patches applied on top of "base&

Re: [Qemu-devel] [PATCH v2 0/4] 9pfs: local: fix metadata of mapped-file security mode

2017-05-23 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Message-id: 149554993519.23396.2947622015408783770.st...@bahia.lab.toulouse-stg.fr.ibm.com Type: series Subject: [Qemu-devel] [PATCH v2 0/4] 9pfs: local: fix metadata of mapped-file security mode === TEST SCRIPT

[Qemu-devel] [PATCH v2 0/4] 9pfs: local: fix metadata of mapped-file security mode

2017-05-23 Thread Greg Kurz
v2: - posted patch for CVE-2017-7493 separately - other changes available in each patch changelog Leo, If you find time to test this series, I'll gladly add your Tested-by: to it before merging. Cheers, -- Greg --- Greg Kurz (4): 9pfs: check return value of v9fs_co_name_to_path()