Re: [Qemu-devel] [PATCH 0/4] linux-user: syscall number fixes

2018-06-08 Thread Richard Henderson
On 06/07/2018 10:17 AM, Laurent Vivier wrote: > If you agree, I will remove tabs when I'll commit the patches for the > pull-request. Yes please. I should have noticed them there when making my change. r~

Re: [Qemu-devel] [PATCH 0/4] linux-user: syscall number fixes

2018-06-07 Thread Laurent Vivier
Le 07/06/2018 à 20:56, no-re...@patchew.org a écrit : ... > === OUTPUT BEGIN === > Checking PATCH 1/4: linux-user/alpha: Fix epoll syscalls... > ERROR: code indent should never use tabs > #22: FILE: linux-user/alpha/syscall_nr.h:346: > +#define TARGET_NR_epoll_create^I^I407$ > > ERROR: code indent

Re: [Qemu-devel] [PATCH 0/4] linux-user: syscall number fixes

2018-06-07 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180607184844.30126-1-richard.hender...@linaro.org Subject: [Qemu-devel] [PATCH 0/4] linux-user: syscall number fixes === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1

[Qemu-devel] [PATCH 0/4] linux-user: syscall number fixes

2018-06-07 Thread Richard Henderson
Found while removing some ifdefs that should have been always true. r~ Richard Henderson (4): linux-user/alpha: Fix epoll syscalls linux-user/hppa: Fix typo in mknodat syscall linux-user/microblaze: Fix typo in accept4 syscall linux-user/sparc64: Add inotify_rm_watch and tee syscalls