From: Mark Wielaard Date: Mon, 4 Mar 2019 16:22:56 +0000 (+0100) Subject: Bug 405079 - unhandled ppc64le-linux syscall: 131 (quotactl) X-Git-Tag: VALGRIND_3_15_0~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f74ba249ead48f351676c37d498b17305212123;p=thirdparty%2Fvalgrind.git Bug 405079 - unhandled ppc64le-linux syscall: 131 (quotactl) quotactl is really a "generic" linux syscall that just happened to not have been hooked up for ppc64le. Add it to syswrap-ppc64-linux.c. --- diff --git a/NEWS b/NEWS index 3dfdacf426..0c5d538ecb 100644 --- a/NEWS +++ b/NEWS @@ -103,6 +103,7 @@ where XXXXXX is the bug number as listed below. 402781 Redo the cache used to process indirect branch targets 403552 s390x: wrong facility bit checked for vector facility 404054 memcheck powerpc subfe x, x, x initializes x to 0 or -1 based on CA +405079 unhandled ppc64le-linux syscall: 131 (quotactl) n-i-bz add syswrap for PTRACE_GET|SET_THREAD_AREA on amd64. n-i-bz Fix callgrind_annotate non deterministic order for equal total diff --git a/coregrind/m_syswrap/syswrap-ppc64-linux.c b/coregrind/m_syswrap/syswrap-ppc64-linux.c index 0fdcc8ecc5..eada099817 100644 --- a/coregrind/m_syswrap/syswrap-ppc64-linux.c +++ b/coregrind/m_syswrap/syswrap-ppc64-linux.c @@ -755,7 +755,7 @@ static SyscallTableEntry syscall_table[] = { LINX_(__NR_delete_module, sys_delete_module), // 129 // _____(__NR_get_kernel_syms, sys_get_kernel_syms), // 130 -// _____(__NR_quotactl, sys_quotactl), // 131 + LINX_(__NR_quotactl, sys_quotactl), // 131 GENX_(__NR_getpgid, sys_getpgid), // 132 GENX_(__NR_fchdir, sys_fchdir), // 133 // _____(__NR_bdflush, sys_bdflush), // 134