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.
		
		
		
		
		
			
				
					
						
							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: 
						
					
				
			 | 
			3 years ago | |
|---|---|---|
| .. | ||
| aarch64 | 4 years ago | |
| alpha | 4 years ago | |
| arm | 4 years ago | |
| i386 | 4 years ago | |
| loongarch64 | 4 years ago | |
| mips | 4 years ago | |
| ppc64 | 4 years ago | |
| riscv | 4 years ago | |
| s390 | 3 years ago | |
| s390x | 4 years ago | |
| sparc64 | 4 years ago | |
| x32 | 4 years ago | |
| x86_64 | 4 years ago | |