The following changes since commit 48202c712412c803ddb56365c7bca322aa4e7506:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-2021011= 9-1' into staging (2021-01-19 15:47:23 +0000) are available in the Git repository at: git://github.com/vivier/qemu.git tags/linux-user-for-6.0-pull-request for you to fetch changes up to b1d2e476e94cb215d9e19fef1049d413b414ffc2: linux-user: Remove obsolete F_SHLCK and F_EXLCK translation (2021-01-21 13:= 27:34 +0100) ---------------------------------------------------------------- linux-user pull request 20210119-v3 Remove obsolete F_SHLCK and F_EXLCK translation Update sockopt Add F_ADD_SEALS and F_GET_SEALS ---------------------------------------------------------------- Michael Forney (1): linux-user: Remove obsolete F_SHLCK and F_EXLCK translation Shu-Chun Weng (4): linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntls linux-user: add missing UDP get/setsockopt option linux-user: add missing IPv6 get/setsockopt option linux-user: Add IPv6 options to do_print_sockopt() linux-user/alpha/target_fcntl.h | 2 - linux-user/generic/fcntl.h | 5 -- linux-user/strace.c | 154 ++++++++++++++++++++++++++++++-- linux-user/syscall.c | 23 ++++- linux-user/syscall_defs.h | 14 +-- 5 files changed, 174 insertions(+), 24 deletions(-) --=20 2.29.2