https://bugs.kde.org/show_bug.cgi?id=359703
Bug ID: 359703
Summary: s390: wire up separate socketcalls system calls
Product: valgrind
Version: 3.11 SVN
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
The linux 4.3 s390 kernel has separate system calls that were originally hidden
behind the socketcall multiplexer system call. Newer glibc versions will use
these direct system calls instead of socketcall when available. Causing several
regtest failures.
The new "unwrapped" syscalls are:
#define __NR_recvmmsg 357
#define __NR_sendmmsg 358
#define __NR_socket 359
#define __NR_socketpair 360
#define __NR_bind 361
#define __NR_connect 362
#define __NR_listen 363
#define __NR_accept4 364
#define __NR_getsockopt 365
#define __NR_setsockopt 366
#define __NR_getsockname 367
#define __NR_getpeername 368
#define __NR_sendto 369
#define __NR_sendmsg 370
#define __NR_recvfrom 371
#define __NR_recvmsg 372
#define __NR_shutdown 373
Reproducible: Always
--
You are receiving this mail because:
You are watching all bug changes.