The following changes since commit e43d564fa3a0d1e133935c8180ad4f4ccf699f33:
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-p=
ull-request' into staging (2021-01-18 15:19:06 +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 07e6a3d4e5160955203b82d7ed0d8f523b6b8963:
linux-user: Remove obsolete F_SHLCK and F_EXLCK translation (2021-01-19 18:=
53:58 +0100)
----------------------------------------------------------------
linux-user pull request 20210119
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 | 153 ++++++++++++++++++++++++++++++--
linux-user/syscall.c | 22 ++++-
linux-user/syscall_defs.h | 14 +--
5 files changed, 172 insertions(+), 24 deletions(-)
--=20
2.29.2