]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update for 3.10.1.
authorJulian Seward <jseward@acm.org>
Sun, 23 Nov 2014 22:22:07 +0000 (22:22 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 23 Nov 2014 22:22:07 +0000 (22:22 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_10_BRANCH@14775

NEWS

diff --git a/NEWS b/NEWS
index 88fc19b2ad362994cdac1b396e8a5472de8315c0..517303d9a6924965e55f269cf4f67528a1ac894c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,69 @@
 
+Release 3.10.1 (25 November 2014)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+3.10.1 is a bug fix release.  It fixes various bugs reported in 3.10.0
+and backports fixes for all reported missing AArch64 ARMv8 instructions
+and syscalls from the trunk.  If you package or deliver 3.10.0 for others
+to use, you might want to consider upgrading to 3.10.1 instead.
+
+The following bugs have been fixed or resolved.  Note that "n-i-bz"
+stands for "not in bugzilla" -- that is, a bug that was reported to us
+but never got a bugzilla entry.  We encourage you to file bugs in
+bugzilla (https://bugs.kde.org/enter_bug.cgi?product=valgrind) rather
+than mailing the developers (or mailing lists) directly -- bugs that
+are not entered into bugzilla tend to get forgotten about or ignored.
+
+To see details of a given bug, visit
+  https://bugs.kde.org/show_bug.cgi?id=XXXXXX
+where XXXXXX is the bug number as listed below.
+
+335440  arm64: ld1 (single structure) is not implemented
+335713  arm64: unhanded instruction: prfm (immediate)
+339020  ppc64: memcheck/tests/ppc64/power_ISA2_05 failing in nightly build
+339182  ppc64: AvSplat ought to load destination vector register with [..]
+339336  PPC64 store quad instruction (stq) is not supposed to change [..]
+339433  ppc64 lxvw4x instruction uses four 32-byte loads
+339645  Use correct tag names in sys_getdents/64 wrappers
+339706  Fix false positive for ioctl(TIOCSIG) on linux
+339721  assertion 'check_sibling == sibling' failed in readdwarf3.c ...
+339853  arm64 times syscall unknown
+339855  arm64 unhandled getsid/setsid syscalls
+339858  arm64 dmb sy not implemented
+339926  Unhandled instruction 0x1E674001 (frintx) on aarm64
+339927  Unhandled instruction 0x9E7100C6 (fcvtmu) on aarch64
+339938  disInstr(arm64): unhandled instruction 0x4F8010A4 (fmla)
+        == 339950
+339940  arm64: unhandled syscall: 83 (sys_fdatasync) + patch
+340033  arm64: unhandled insn dmb ishld and some other isb-dmb-dsb variants
+340028  unhandled syscalls for arm64 (msync, pread64, setreuid and setregid)
+340036  arm64: Unhandled instruction ld4 (multiple structures, no offset)
+340236  arm64: unhandled syscalls: mknodat, fchdir, chroot, fchownat
+340509  arm64: unhandled instruction fcvtas
+340630  arm64: fchmod (52) and fchown (55) syscalls not recognized
+340632  arm64: unhandled instruction fcvtas
+340725  AVX2: Incorrect decoding of vpbroadcast{b,w} reg,reg forms
+340788  warning: unhandled syscall: 318 (getrandom)
+340807  disInstr(arm): unhandled instruction: 0xEE989B20
+340856  disInstr(arm64): unhandled instruction 0x1E634C45 (fcsel)
+340922  arm64: unhandled getgroups/setgroups syscalls
+n-i-bz  DRD and Helgrind: Handle Imbe_CancelReservation (clrex on ARM)
+n-i-bz  Add missing ]] to terminate CDATA.
+n-i-bz  Glibc versions prior to 2.5 do not define PTRACE_GETSIGINFO
+n-i-bz  Enable sys_fadvise64_64 on arm32.
+n-i-bz  Add test cases for all remaining AArch64 SIMD, FP and memory insns.
+n-i-bz  Add test cases for all known arm64 load/store instructions.
+n-i-bz  PRE(sys_openat): when checking whether ARG1 == VKI_AT_FDCWD [..]
+n-i-bz  Add detection of old ppc32 magic instructions from bug 278808.
+n-i-bz  exp-dhat: Implement missing function "dh_malloc_usable_size".
+n-i-bz  arm64: Implement "fcvtpu w, s".
+n-i-bz  arm64: implement ADDP and various others
+n-i-bz  arm64: Implement {S,U}CVTF (scalar, fixedpt).
+n-i-bz  arm64: enable FCVT{A,N}S X,S.
+
+(3.10.1: 25 November 2014, vex rXXXX, valgrind rXXXXX)
+
+
+
 Release 3.10.0 (10 September 2014)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~