From: Aleksandar Markovic <amarko...@wavecomp.com> This series add support for two system calls and a socket-related improvement.
v1->v2: - fixed a typo in the title - cosmetic comment reformats - fixed build error related to old label 'efault' - fixed wrong email addresses Aleksandar Rikalo (2): linux-user: Add support for statx() syscall linux-user: Add support for semtimedop() syscall Yunqiang Su (1): linux-user: Add support for SO_REUSEPORT linux-user/strace.c | 3 + linux-user/syscall.c | 166 +++++++++++++++++++++++++++++++++++++++++++++- linux-user/syscall_defs.h | 38 +++++++++++ 3 files changed, 206 insertions(+), 1 deletion(-) -- 2.7.4