forked from mirror/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ab9ccfa850
The new noexec test fails on s390x with "unexpected SEGV". This test
overwrites code using libc's memcpy(), which uses VSTL instruction.
host_signal_write() does not recognize it, which causes SEGV to be
incorrectly forwarded to the test.
Add all vector instructions that write to memory to
host_signal_write().
Fixes:
|
2 years ago | |
---|---|---|
.. | ||
aarch64 | 3 years ago | |
alpha | 3 years ago | |
arm | 3 years ago | |
i386 | 3 years ago | |
loongarch64 | 3 years ago | |
mips | 3 years ago | |
ppc64 | 3 years ago | |
riscv | 3 years ago | |
s390 | 2 years ago | |
s390x | ||
sparc64 | 3 years ago | |
x32 | ||
x86_64 | 3 years ago |