File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,11 @@ where XXXXXX is the bug number as listed below.
65
65
353137 www: update info for Supported Platforms
66
66
353138 www: update "The Valgrind Developers" page
67
67
353370 don't advertise RDRAND in cpuid for Core-i7-4910-like avx2 machine
68
+ 353384 amd64->IR: 0x66 0xF 0x3A 0x62 0xD1 0x62 (pcmpXstrX $0x62)
68
69
353398 WARNING: unhandled amd64-solaris syscall: 207
69
70
353660 XML in auxwhat tag not escaping reserved symbols properly
70
71
353680 s390x: Crash with certain glibc versions due to non-implemented TBEGIN
72
+ 353727 amd64->IR: 0x66 0xF 0x3A 0x62 0xD1 0x72 (pcmpXstrX $0x72)
71
73
353802 ELF debug info reader confused with multiple .rodata sections
72
74
353891 Assert 'bad_scanned_addr < VG_ROUNDDN(start+len, sizeof(Addr))' failed
73
75
353917 unhandled amd64-solaris syscall fchdir(120)
@@ -123,6 +125,7 @@ where XXXXXX is the bug number as listed below.
123
125
362009 Valgrind dumps core on unimplemented functionality before threads are created
124
126
362329 Valgrind does not support the IBM POWER ISA 3.0 instructions, part 3
125
127
362894 missing (broken) support for wbit field on mtfsfi instruction (ppc64)
128
+ 362935 [AsusWRT] Assertion 'sizeof(TTEntryC) <= 88' failed
126
129
363680 add renameat2() support
127
130
363705 arm64 missing syscall name_to_handle_at and open_by_handle_at
128
131
363714 ppc64 missing syscalls sync, waitid and name_to/open_by_handle_at
Original file line number Diff line number Diff line change @@ -9,14 +9,6 @@ of 3.11.0 go in here. Bugs that didn't get fixed in 3.11.0 remain in
9
9
"unhandled instruction bytes"
10
10
[Probably invalid]
11
11
12
- 353384 unhandled instruction bytes: 0x66 0xF 0x3A 0x62 0xD1 0x62 0x41 0x3B
13
- __intel_sse4_strpbrk
14
- pcmpistrm $0x62,%xmm1,%xmm2
15
-
16
- 353727 unhandled instruction bytes: 0x66 0xF 0x3A 0x62 0xD1 0x72 0x45 0x3B
17
- __intel_sse4_strspn
18
- pcmpistrm $0x72,%xmm1,%xmm2
19
-
20
12
354931 Analyze of qt app results in incompatible processor message
21
13
[Gentoo stupidity]
22
14
@@ -169,7 +161,6 @@ n-i-bz Remove limit on strd's negative immediates
169
161
170
162
=== other/arm ==========================================================
171
163
172
- 362935 [AsusWRT] Assertion 'sizeof(TTEntryC) <= 88' failed
173
164
364533 Process terminating with default action of signal 4 (SIGILL): dumping
174
165
core, : at 0x4000E7C: ??? (in /lib/ld-uClibc.so.0)
175
166
You can’t perform that action at this time.
0 commit comments