From: Julian Seward Date: Mon, 9 Mar 2020 08:08:28 +0000 (+0100) Subject: Update bug status. X-Git-Tag: VALGRIND_3_16_0~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ef04b381879746585592ccb84ca19622f68e093;p=thirdparty%2Fvalgrind.git Update bug status. --- diff --git a/NEWS b/NEWS index d8095be464..a60062b95d 100644 --- a/NEWS +++ b/NEWS @@ -117,11 +117,6 @@ where XXXXXX is the bug number as listed below. 416301 s390x: "compare and signal" not supported 416387 finit_module and bpf syscalls are unhandled on arm64 416464 Fix false reports for uninitialized memory for PR_CAPBSET_READ/DROP -n-i-bz Fix minor one time leaks in dhat. -n-i-bz Add --run-cxx-freeres=no in outer args to avoid inner crashes. -n-i-bz Add support for the Linux io_uring system calls -n-i-bz sys_statx: don't complain if both |filename| and |buf| are NULL. -n-i-bz Fix non-glibc build of test suite with s390x_features 416667 gcc10 ppc64le impossible constraint in 'asm' in test_isa. 416753 new 32bit time syscalls for 2038+ 417427 commit to fix vki_siginfo_t definition created numerous regression @@ -129,7 +124,13 @@ n-i-bz Fix non-glibc build of test suite with s390x_features 417452 s390_insn_store_emit: dst->tag for HRcVec128 417578 Add suppressions for glibc DTV leaks 417906 clone with CLONE_VFORK and no CLONE_VM fails -418435 s390x: memcmp test yields extra "Conditional jump or move depends on uninitialised value(s)" +418435 s390x: memcmp test yields extra "Conditional jump or move depends on + uninitialised value(s)" +n-i-bz Fix minor one time leaks in dhat. +n-i-bz Add --run-cxx-freeres=no in outer args to avoid inner crashes. +n-i-bz Add support for the Linux io_uring system calls +n-i-bz sys_statx: don't complain if both |filename| and |buf| are NULL. +n-i-bz Fix non-glibc build of test suite with s390x_features Release 3.15.0 (12 April 2019) diff --git a/docs/internals/3_15_BUGSTATUS.txt b/docs/internals/3_15_BUGSTATUS.txt index adb625b5d4..0ac7deda85 100644 --- a/docs/internals/3_15_BUGSTATUS.txt +++ b/docs/internals/3_15_BUGSTATUS.txt @@ -172,9 +172,56 @@ of 3.15.0. It doesn't carry over bugs from earlier versions. === zz_other/x86 ======================================================= +-- Wed 4 Mar 10:48:31 CET 2020 --- Wed 22 Jan 08:57:09 CET 2020 +.416682 [MIPS-Linux] mmap failed under valgrind +.416753 new 32bit time syscalls for 2038+ +In progress + +. 416760 ppc64le Assertion 'VG_IS_16_ALIGNED(sizeof(struct rt_sigframe))' +Seems important. Status unclear. + +.416779 valgrind: m_debuginfo/debuginfo.c:454 +(discard_or_archive_DebugInfo): Assertion '!di->have_dinfo || +is_DebugInfo_active(di)' failed. +WINE wierdness + +.417075 pwritev(vector[...]) suppression ignored + +.394227 [x86] False negative "uninitialised value" report due to not +recognizing simd registers clear by pcmp* (still alive) + +.417175 Valgrind is not working on Android pie. + +.417187 [MIPS] Conditional branch problem since 'grail' changes +It sounds like the MIPS folks have basically solved the problem + +.417238 Test memcheck/tests/vbit-test fails on mips64 BE +Has discussion + +.417264 Musl issues: Fix none/tests/pth_atfork1.c +Uhmm, MUSL + +.417266 Make memcheck/tests/linux/sigqueue usable with musl +Uhmm, MUSL + +.417281 s390x: /bin/true segfaults with "grail" enabled +Ongoing + +.417377 False-positive "uninitialised value(s)" reports from memcheck + +.417572 unhandled instruction bytes: 0xC5 0x79 0xD6 0xED 0xC5 0xF9 0x51 +Ech, some avx thing + +.417578 Add suppressions for glibc DTV leaks +Has patch, should land + +.417993 vbit-test fail on s390x with Iop_Add32: spurious dependency + on uninitialised value +Needs investigation + +.418004 Grail code additions break ppc64 ==================