From: Julian Seward Date: Wed, 14 Sep 2016 13:15:28 +0000 (+0000) Subject: Update. X-Git-Tag: svn/VALGRIND_3_12_0~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbbb036b4ad8bc064e69b6e06b477e2d83d59106;p=thirdparty%2Fvalgrind.git Update. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15954 --- diff --git a/NEWS b/NEWS index 5b324becca..7ee0a22e24 100644 --- a/NEWS +++ b/NEWS @@ -97,6 +97,8 @@ where XXXXXX is the bug number as listed below. 356393 valgrind (vex) crashes because isZeroU happened == 363497 == 364497 +356676 arm64-linux: unhandled syscalls 125, 126 (sched_get_priority_max/min) +356678 arm64-linux: unhandled syscall 232 (mincore) 356817 valgrind.h triggers compiler errors on MSVC when defining NVALGRIND 357338 Unhandled instruction for SHA instructions libcrypto Boring SSL 357833 Setting RLIMIT_DATA to zero breaks with linux 4.5+ diff --git a/docs/internals/3_11_BUGSTATUS.txt b/docs/internals/3_11_BUGSTATUS.txt index 588fb572cb..4aa7a77892 100644 --- a/docs/internals/3_11_BUGSTATUS.txt +++ b/docs/internals/3_11_BUGSTATUS.txt @@ -35,6 +35,9 @@ AMD XOP-prefixed insns: 356611 vex amd64->IR: 0x8F 0xEA 0xF8 0x10 0xC9 0x3 0x1D 0x0 [== 328357, still open] +339596 vex amd64->IR: 0x8F 0xE8 0x78 0xCD 0xC1 0x4 0xC5 0xF9 + [AMD XOP/FMA support] + === VEX/arm ============================================================ 352630 valgrind: Unrecognised instruction at address 0x4fc4d33. @@ -73,16 +76,13 @@ n-i-bz Remove limit on strd's negative immediates === Syscalls/ioctls on Linux =========================================== -351632 UNKNOWN fcntl 97 on OS X 10.11 +348616 Wine/valgrind: Warning: noted but unhandled ioctl 0x5390 with + no size/direction hints. (DVD_READ_STRUCT) 352742 Custom allocator using sbrk() fails after about 800MB when running under memcheck 352767 Wine/valgrind: Warning: noted but unhandled ioctl 0x5307 with no size/direction hints. (CDROMSTOP) 355803 Add Lustre's IOC_MDC_GETFILESTRIPE ioctl [has patch] -356676 Unhandled arm64-linux syscalls: 125 and 126 (sched_get_priority_max/min) - [may already be fixed by 359503] -356678 unhandled arm64-linux syscall: 232 (mincore) - [may already be fixed by 359503] 357781 unhandled amd64-linux syscall: 317 [== 345414, still open] 358620 WARNING: unhandled syscall: 357 @@ -104,6 +104,7 @@ n-i-bz Remove limit on strd's negative immediates === Syscalls/ioctls on OSX ============================================= +351632 UNKNOWN fcntl 97 on OS X 10.11 352021 Signals are ignored in OS X 10.10 353346 WARNING: unhandled amd64-darwin syscall: unix:330 == 211362 [not fixed]