From b092ed44abf80ee6861203133803d4924a8d3ce9 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 27 Nov 2020 12:53:18 +0100 Subject: [PATCH] Hook up unhandled ppc64le-linux syscall: 147 (getsid) https://bugs.kde.org/show_bug.cgi?id=429692 --- NEWS | 1 + coregrind/m_syswrap/syswrap-ppc64-linux.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8ddcab2f0..c26449a3e 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 7026e4ac6..6f682923b 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