From: Mark Wielaard Date: Fri, 27 Nov 2020 11:53:18 +0000 (+0100) Subject: Hook up unhandled ppc64le-linux syscall: 147 (getsid) X-Git-Tag: VALGRIND_3_17_0~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b092ed44abf80ee6861203133803d4924a8d3ce9;p=thirdparty%2Fvalgrind.git Hook up unhandled ppc64le-linux syscall: 147 (getsid) https://bugs.kde.org/show_bug.cgi?id=429692 --- diff --git a/NEWS b/NEWS index 8ddcab2f0f..c26449a3e2 100644 --- a/NEWS +++ b/NEWS @@ -59,6 +59,7 @@ n-i-bz helgrind: If hg_cli__realloc fails, return NULL. 427401 PPC ISA 3.1 support is missing, part 5 384729 __libc_freeres inhibits cross-platform valgrind 427404 PPC ISA 3.1 support is missing, part 6 +429692 unhandled ppc64le-linux syscall: 147 (getsid) Release 3.16.1 (?? June 2020) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/coregrind/m_syswrap/syswrap-ppc64-linux.c b/coregrind/m_syswrap/syswrap-ppc64-linux.c index 7026e4ac6d..6f682923bb 100644 --- a/coregrind/m_syswrap/syswrap-ppc64-linux.c +++ b/coregrind/m_syswrap/syswrap-ppc64-linux.c @@ -772,7 +772,7 @@ static SyscallTableEntry syscall_table[] = { GENXY(__NR_readv, sys_readv), // 145 GENX_(__NR_writev, sys_writev), // 146 -// _____(__NR_getsid, sys_getsid), // 147 + GENX_(__NR_getsid, sys_getsid), // 147 GENX_(__NR_fdatasync, sys_fdatasync), // 148 LINXY(__NR__sysctl, sys_sysctl), // 149