Re: [Qemu-devel] [PATCH] target/xtensa: linux-user: fix fadvise64 call

2018-04-02 Thread Laurent Vivier
Le 02/04/2018 à 00:12, Max Filippov a écrit : > fadvise64_64 on xtensa passes advice as the second argument and so must > be handled similar to PPC. > > This fixes glibc testsuite tests posix/tst-posix_fadvise and > posix/tst-posix_fadvise64. > > Signed-off-by: Max Filippov > --- > linux-user/s

Re: [Qemu-devel] [PATCH] target/xtensa: linux-user: fix fadvise64 call

2018-04-01 Thread no-reply
Hi, This series failed docker-quick@centos6 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180401221253.1382-1-jcmvb...@gmail.com Subject: [Qemu-devel] [PATCH] target/xtensa

[Qemu-devel] [PATCH] target/xtensa: linux-user: fix fadvise64 call

2018-04-01 Thread Max Filippov
fadvise64_64 on xtensa passes advice as the second argument and so must be handled similar to PPC. This fixes glibc testsuite tests posix/tst-posix_fadvise and posix/tst-posix_fadvise64. Signed-off-by: Max Filippov --- linux-user/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)