]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update.
authorJulian Seward <jseward@acm.org>
Thu, 5 Feb 2015 16:22:43 +0000 (16:22 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 5 Feb 2015 16:22:43 +0000 (16:22 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14910

NEWS
docs/internals/3_10_BUGSTATUS.txt

diff --git a/NEWS b/NEWS
index a863cfff383d4bbe419a9c1af223e32e56b6cfb2..b53e1852cf4aabbf1df747967a812fa8d3f2e3e7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -48,6 +48,10 @@ where XXXXXX is the bug number as listed below.
 333051  mmap of huge pages fails due to incorrect alignment
         == 339163
 334802  valgrind does not always explain why a given option is bad
+335785  amd64->IR 0xC4 0xE2 0x75 0x2F (vmaskmovpd)
+        == 307399
+        == 343175
+        == 342740
 338731  ppc: Fix testuite build for toolchains not supporting -maltivec
 338995  shmat with hugepages (SHM_HUGETLB) fails with EINVAL
 339045  Getting valgrind to compile and run on OS X Yosemite (10.10)
@@ -72,12 +76,16 @@ where XXXXXX is the bug number as listed below.
 341698  Valgrind's AESKEYGENASSIST gives wrong result in words 0 and 2
         when dest register = source register
 341789  aarch64: shmat fails with valgrind on ARMv8
+342038  Unhandled syscalls on aarch64 (mbind/get/set_mempolicy)
 342063  wrong format specifier for test mcblocklistsearch in gdbserver_tests
 342221  socket connect false positive uninit memory for unknown af family
+342603  Add I2C_SMBUS ioctl support
 342795  Internal glibc __GI_mempcpy call should be intercepted
 343012  Unhandled syscall 319 (memfd_create)
+343069  Patch updating v4l2 API support
 343303  Fix known deliberate memory leak in setenv() on Mac OS X 10.10
-343306  OS X 10.10: UNKNOWN mach_msg unhandled MACH_SEND_TRAILER option (partial fix)
+343306  OS X 10.10: UNKNOWN mach_msg unhandled MACH_SEND_TRAILER option
+343332  Unhandled instruction 0x9E310021 (fcvtmu) on aarch64
 343802  s390x: Fix false positives "conditional jump or move depends on
         unitialised value(s)"
 n-i-bz  Provide implementations of certain compiler builtins to support
@@ -85,11 +93,6 @@ n-i-bz  Provide implementations of certain compiler builtins to support
 n-i-bz  Old STABS code is still being compiled, but never used. Remove it.
 n-i-bz  Fix compilation on distros with glibc < 2.5
 
---
-335785  amd64->IR 0xC4 0xE2 0x75 0x2F (vmaskmovpd)
-        == 307399
-        == 343175
-
 
 
 Release 3.10.1 (25 November 2014)
index bbdd9cc2da5945bd6d1f5b15069603d92e4e73b9..fa63cb75c62278ff15afd5987d48dd812c007940 100644 (file)
@@ -25,10 +25,6 @@ go in here.
 342571  Valgrind chokes on AVX compare intrinsic with _CMP_GE_QS
         probably easy to fix
 
-342740  unhandled instruction bytes: 0xC4 0xE2 0xFD 0x8E 0x12 0x48 0x83 0xC2
-        vpmaskmovq %ymm2,%ymm0,(%rdx)
-        Is probably fixed now
-
 342988  INT 80 not recognised on amd64
 
 === VEX/arm ============================================================
@@ -46,9 +42,6 @@ go in here.
 
 === VEX/arm64 ==========================================================
 
-343332  Unhandled instruction 0x9E310021 (fcvtmu) on aarch64
-        HAS PATCH
-
 343335  unhandled instruction 0x1E638400 (fccmp)
 
 === VEX/x86 ============================================================
@@ -98,20 +91,11 @@ go in here.
         == 335143
         possibly unfixable
 
-342038  Unhandled system call 236 on aarch64 (mbind/get/set_mempolicy)
-        arm64, has patch
-
 342040  Valgrind mishandles clone with CLONE_VFORK | CLONE_VM that clones
         to a different stack
 
-342603  [PATCH] Add I2C_SMBUS ioctl
-        Has patch; could land
-
 342809  mremap fails when protection is enabled
 
-343069  Patch updating v4l2 API support
-        Has patch; could land
-
 343099  Linux setns syscall wrapper missing, unhandled syscall: 308
         HAS PATCH.  Check that mayBlock is enabled.
 
@@ -138,12 +122,9 @@ go in here.
         __strcpy_ssse3
         obscure?
 
-340320  replacement malloc command line options (--trace-malloc
-        and --alignment) are invisible
-
 340392  Incorrect "Conditional jump..." message
         Optimised code a la Clang
-        PROBABLE CANTFIXZ
+        PROBABLE CANTFIX
 
 342683  memory past the brk limit is not initially inaccessible/unaddressable