The following changes since commit 0529245488865038344d64fff7ee05864d3d17f6:
Merge tag 'pull-target-arm-20221020' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-10-20 14:36:12 -0400) are available in the Git repository at: https://gitlab.com/laurent_vivier/qemu.git tags/linux-user-for-7.2-pull-request for you to fetch changes up to bd5ccd61080abf976a6a6cc2d09d31299bea0cee: linux-user: Add guest memory layout to exception dump (2022-10-25 09:20:40 +0200) ---------------------------------------------------------------- linux-user pull request 20221025 Add faccess2() Fix ioclt(), execve(), pidfd_send_signal() and MIPS n32 syscall ABI Improve EXCP_DUMP() ---------------------------------------------------------------- Daniel P. Berrangé (2): linux-user: add more compat ioctl definitions linux-user: remove conditionals for many fs.h ioctls Helge Deller (1): linux-user: Add guest memory layout to exception dump Laurent Vivier (3): linux-user: fix pidfd_send_signal() linux-user: handle /proc/self/exe with execve() syscall linux-user: don't use AT_EXECFD in do_openat() WANG Xuerui (2): linux-user: Fix more MIPS n32 syscall ABI issues linux-user: Implement faccessat2 linux-user/cpu_loop-common.h | 15 ++---- linux-user/i386/cpu_loop.c | 6 +-- linux-user/ioctls.h | 24 --------- linux-user/strace.c | 6 +-- linux-user/strace.list | 3 ++ linux-user/syscall.c | 100 +++++++++++++++++++++++++++++------ 6 files changed, 96 insertions(+), 58 deletions(-) -- 2.37.3