On Thu, 23 May 2019 at 15:47, Laurent Vivier <laur...@vivier.eu> wrote: > > The following changes since commit a4f667b6714916683408b983cfe0a615a725775f: > > Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190521-3' into > staging (2019-05-21 16:30:13 +0100) > > are available in the Git repository at: > > git://github.com/vivier/qemu.git tags/linux-user-for-4.1-pull-request > > for you to fetch changes up to 069a1504ee1e2943964d0357d798e11b66afd351: > > linux-user: Pass through nanosecond timestamp components for stat syscalls > (2019-05-22 20:50:55 +0200) > > ---------------------------------------------------------------- > Add /proc/hardware and /proc/cpuinfo, > update SIOCXXX ioctls, > update IPV6 options, > fix shmat emulation, > add nanoseconds in stat, > init field fp_abi on mips > > ----------------------------------------------------------------
Hi; I'm afraid this fails to build on a couple of the hosts I test on: /home/pm215/qemu/linux-user/syscall.c: In function ‘do_setsockopt’: /home/pm215/qemu/linux-user/syscall.c:1929:5: error: "__UAPI_DEF_IPV6_MREQ" is not defined [-Werror=undef] #if __UAPI_DEF_IPV6_MREQ ^ (these were the ppc64 and aarch64 machines in the gcc compile farm, but I suspect this is just "older kernel headers" rather than arch-specific.) thanks -- PMM