]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Bug #344279 syscall sendmmsg on arm64 (269) and ppc32/64 (349) unhandled.
authorMark Wielaard <mark@klomp.org>
Tue, 17 Feb 2015 16:04:09 +0000 (16:04 +0000)
committerMark Wielaard <mark@klomp.org>
Tue, 17 Feb 2015 16:04:09 +0000 (16:04 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14939

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

diff --git a/NEWS b/NEWS
index 481948a0862750c3a60ce50ff37be5fa149394ea..fadface5b411c2cb19837238acb168eb9d02e747 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -98,6 +98,7 @@ where XXXXXX is the bug number as listed below.
 343967  Don't warn about setuid/setgid/setcap executable for directories
 343978  Recognize DWARF5/GCC5 DW_LANG_Fortran 2003 and 2008 constants
 344007  accept4 syscall unhandled on arm64 (242) and ppc64 (344)
+344279  syscall sendmmsg on arm64 (269) and ppc32/64 (349) unhandled
 n-i-bz  Provide implementations of certain compiler builtins to support
         compilers who may not provide those
 n-i-bz  Old STABS code is still being compiled, but never used. Remove it.
index 1f9670aa098277258a620e0777f3e75126700d11..e8f4a3e0eebc1481d93e752a6cfc749323f52238 100644 (file)
@@ -1043,6 +1043,7 @@ static SyscallTableEntry syscall_main_table[] = {
    LINXY(__NR_accept4,           sys_accept4),           // 242
    GENXY(__NR_wait4,             sys_wait4),             // 260
 
+   LINXY(__NR_sendmmsg,          sys_sendmmsg),          // 269
    LINXY(__NR_process_vm_readv,  sys_process_vm_readv),  // 270
    LINX_(__NR_process_vm_writev, sys_process_vm_writev), // 271
    LINXY(__NR_getrandom,         sys_getrandom),         // 278
index 6b53abe52c1c262829782886fdde736a5a8668f3..2ce6673ee694f4af5159c3dd65ca00770ab07c97 100644 (file)
@@ -1255,6 +1255,8 @@ static SyscallTableEntry syscall_table[] = {
 
    LINX_(__NR_clock_adjtime,     sys_clock_adjtime),    // 347
 
+   LINXY(__NR_sendmmsg,          sys_sendmmsg),         // 349
+
    LINXY(__NR_process_vm_readv,  sys_process_vm_readv), // 351
    LINX_(__NR_process_vm_writev, sys_process_vm_writev),// 352
 
index 8d5fa08b093f3d2889becaeb99181c4a3d14fa07..f18a10ca694ab337f00a153f1bbd6324749a3083 100644 (file)
@@ -1156,6 +1156,8 @@ static SyscallTableEntry syscall_table[] = {
 
    LINXY(__NR_clock_adjtime,     sys_clock_adjtime),    // 347
 
+   LINXY(__NR_sendmmsg,          sys_sendmmsg),         // 349
+
    LINXY(__NR_process_vm_readv,  sys_process_vm_readv), // 351
    LINX_(__NR_process_vm_writev, sys_process_vm_writev),// 352