]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Bug 453044 - gbserver_tests failures in aarch64
authorJesus Checa <jcheca@redhat.com>
Sat, 25 May 2024 10:40:30 +0000 (12:40 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 25 May 2024 14:10:15 +0000 (16:10 +0200)
NEWS
gdbserver_tests/filter_gdb.in

diff --git a/NEWS b/NEWS
index cc47dd06561268ca72c261f6936020c49f5b901f..290d6092860e8dfa1a0e8994f806cd0198f81120 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,7 @@ are not entered into bugzilla tend to get forgotten about or ignored.
 392146  aarch64: unhandled instruction 0xD5380001 (MRS rT, midr_el1)
 412377  SIGILL on cache flushes on arm64
 447989  Support Armv8.2 SHA-512 instructions
+453044  gbserver_tests failures in aarch64
 486180  [Valgrind][MIPS] 'VexGuestArchState' has no member named
         'guest_IP_AT_SYSCALL'
 486293  memccpy false positives
index 39af07519459accf99e9293cda0af55ca99df090..0f964e223fdc5edfd1bd1218e792c0f566219d3d 100755 (executable)
@@ -156,6 +156,7 @@ s/in _select ()/in syscall .../
 /sysv\/linux\/generic\/select.c/d
 /return SYSCALL_CANCEL /d
 /r = SYSCALL_CANCEL /d
+/result = SYSCALL_CANCEL /d
 
 #       a more specialised system call select stack trace part
 #             (on 32 bits, we have an int_80, on 64 bits, directly select)