]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Bug 405079 - unhandled ppc64le-linux syscall: 131 (quotactl)
authorMark Wielaard <mark@klomp.org>
Mon, 4 Mar 2019 16:22:56 +0000 (17:22 +0100)
committerMark Wielaard <mark@klomp.org>
Mon, 4 Mar 2019 16:22:56 +0000 (17:22 +0100)
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.

NEWS
coregrind/m_syswrap/syswrap-ppc64-linux.c

diff --git a/NEWS b/NEWS
index 3dfdacf426608fb67a94044ed2f5d13ec77df910..0c5d538ecb40746e9e4bfe54f80fb9d9451c2497 100644 (file)
--- 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
index 0fdcc8ecc5df2b1bca96b88aaa2554b9dc3e3917..eada099817e37574ecfe9bc105166e46928593f0 100644 (file)
@@ -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