|
From: Mark W. <ma...@so...> - 2021-10-05 10:28:36
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=efe91b114ac9eae3b77bf3dd73f7e0fb14dd7c82 commit efe91b114ac9eae3b77bf3dd73f7e0fb14dd7c82 Author: Mark Wielaard <ma...@kl...> Date: Tue Oct 5 12:27:46 2021 +0200 Add 368960 WARNING: unhandled amd64-linux syscall: 163 (acct) in NEWS Fixed in commit 9aa51a6e2 Hook up acct syscall for amd64, mips32, ppc32 and ppc64 Diff: --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 8f62518401..e4cec71c56 100644 --- a/NEWS +++ b/NEWS @@ -37,6 +37,7 @@ 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. +368960 WARNING: unhandled amd64-linux syscall: 163 (acct) 423963 Error in child thread when CLONE_PIDFD is used 429375 PPC ISA 3.1 support is missing, part 9 431157 PPC_FEATURE2_SCV needs to be masked in AT_HWCAP2 |