On Wed, 8 Mar 2023 at 13:29, Laurent Vivier <laur...@vivier.eu> wrote: > > The following changes since commit 817fd33836e73812df2f1907612b57750fcb9491: > > Merge tag 'audio-pull-request' of https://gitlab.com/marcandre.lureau/qemu > into staging (2023-03-06 14:06:06 +0000) > > are available in the Git repository at: > > https://gitlab.com/laurent_vivier/qemu.git > tags/linux-user-for-8.0-pull-request > > for you to fetch changes up to 6d0df648e2671ddb354eb3c545780b64472770f4: > > linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64 > (2023-03-07 19:43:28 +0100) > > ---------------------------------------------------------------- > Pull request linux-user 20230308 > > Fix gdt on i386/x86_64 > Handle traps on sparc > Add translation for argument of msync > Emulate CLONE_PIDFD flag in clone > handle netlink flag NLA_F_NESTED > fix sockaddr_in6 endianness > Fix brk() to release pages > fill out task state in /proc/self/stat > add support for xtensa FDPIC > Fix unaligned memory access in prlimit64 syscall > add target to host netlink conversions > fix timerfd read endianness conversion > Fix access to /proc/self/exe > Add strace for prlimit64() syscall
Compile failure on one of our CI jobs: https://gitlab.com/qemu-project/qemu/-/jobs/3907923577 ../linux-user/strace.c:1119:18: error: ‘CLONE_PIDFD’ undeclared here (not in a function); did you mean ‘CLONE_FILES’? FLAG_GENERIC(CLONE_PIDFD), ^~~~~~~~~~~ ../linux-user/strace.c:53:30: note: in definition of macro ‘FLAG_GENERIC’ #define FLAG_GENERIC(name) { name, #name } ^~~~ -- PMM