|
From: Paul F. <pa...@so...> - 2023-04-17 19:54:29
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=41a7f59a8838a042813ac20fe1472e55e9bd5697 commit 41a7f59a8838a042813ac20fe1472e55e9bd5697 Author: Paul Floyd <pj...@wa...> Date: Mon Apr 17 21:53:23 2023 +0200 Bug 374596 - inconsistent RDTSCP support on x86_64 Diff: --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 6af3169d5a..43ff9766bd 100644 --- a/NEWS +++ b/NEWS @@ -124,6 +124,7 @@ are not entered into bugzilla tend to get forgotten about or ignored. 327548 false positive while destroying mutex 382034 Testcases build fixes for musl 351857 confusing error message about valid command line option +374596 inconsistent RDTSCP support on x86_64 392331 Spurious lock not held error from inside pthread_cond_timedwait 400793 pthread_rwlock_timedwrlock false positive 433873 openat2 syscall unimplemented on Linux |