From: Petar J. <pe...@so...> - 2024-06-24 11:05:17
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=7e0efb62fc0bc50dfd0446e22ffc41963732fc27 commit 7e0efb62fc0bc50dfd0446e22ffc41963732fc27 Author: Petar Jovanovic <mip...@gm...> Date: Mon Jun 24 11:03:12 2024 +0000 update NEWS with fix for #444781 The KDE issue #444781 has been fixed in commit efaa17e53a750d5f0f4c138b507b1b104729ed67 mips: skip using shared syscall numbers for mips64 commit 54d6ad3348fb50f5b972fe9c05d0d8757bfe73ba mips: skip using shared syscall numbers for mips32 Diff: --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index e60f274f41..7100b216ee 100644 --- a/NEWS +++ b/NEWS @@ -36,6 +36,7 @@ are not entered into bugzilla tend to get forgotten about or ignored. instruction 0xD5380001 (MRS rT, midr_el1) 392146 aarch64: unhandled instruction 0xD5380001 (MRS rT, midr_el1) 412377 SIGILL on cache flushes on arm64 +444781 MIPS: wrong syscall numbers used 447989 Support Armv8.2 SHA-512 instructions 453044 gbserver_tests failures in aarch64 479661 Valgrind leaks file descriptors |