The following changes since commit 5c65b1f135ff09d24827fa3a17e56a4f8a032cd5:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200713' into staging (2020-07-13 15:14:48 +0100) are available in the Git repository at: git://github.com/vivier/qemu.git tags/linux-user-for-5.1-pull-request for you to fetch changes up to 42b16184d016d48d167229a1ddb89b3671c77440: linux-user: fix print_syscall_err() when syscall returned value is negative (2020-07-14 09:29:14 +0200) ---------------------------------------------------------------- linux-user branch 20200714 Fix strace errno management Fix Coverity erros in ioctl straces Fix some netlinks errors Fix semtimedop ---------------------------------------------------------------- Josh Kunz (1): linux-user: Use EPROTONOSUPPORT for unimplemented netlink protocols Laurent Vivier (5): linux-user: Fix Coverity CID 1430271 / CID 1430272 linux-user: add new netlink types linux-user: add netlink RTM_SETLINK command linux-user: fix the errno value in print_syscall_err() linux-user: fix print_syscall_err() when syscall returned value is negative Matus Kysel (1): linux-user: refactor ipc syscall and support of semtimedop syscall linux-user/fd-trans.c | 5 +++ linux-user/strace.c | 52 +++++++++++++------------- linux-user/syscall.c | 86 +++++++++++++++++++++++++++++++++++++++---- 3 files changed, 108 insertions(+), 35 deletions(-) -- 2.26.2