[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/2] linux-user/s390x: signal with SIGFPE on compare-and-trap
From: |
Jonathan Albrecht |
Subject: |
[PATCH v2 0/2] linux-user/s390x: signal with SIGFPE on compare-and-trap |
Date: |
Wed, 7 Jul 2021 09:42:29 -0400 |
qemu-s390x signals with SIGILL on compare-and-trap instructions. This
breaks OpenJDK which expects SIGFPE in its implementation of implicit
exceptions.
This patch depends on [PATCH v6 0/2] target/s390x: Fix SIGILL and SIGFPE
psw.addr reporting
20210705210434.45824-1-iii@linux.ibm.com/">https://lore.kernel.org/qemu-devel/20210705210434.45824-1-iii@linux.ibm.com/
Based-on: 20210705210434.45824-1-iii@linux.ibm.com
v1 -> v2:
- Update to latest version of '... psw.addr reporting' patch
- Rebase to master and fix conflicts in tests/tcg/s390x/Makefile.target
Jonathan Albrecht (2):
linux-user/s390x: signal with SIGFPE on compare-and-trap
tests/tcg: Test that compare-and-trap raises SIGFPE
linux-user/s390x/cpu_loop.c | 19 +++---
tests/tcg/s390x/Makefile.target | 1 +
tests/tcg/s390x/trap.c | 102 ++++++++++++++++++++++++++++++++
3 files changed, 113 insertions(+), 9 deletions(-)
create mode 100644 tests/tcg/s390x/trap.c
--
2.31.1
- [PATCH v2 0/2] linux-user/s390x: signal with SIGFPE on compare-and-trap,
Jonathan Albrecht <=
[PATCH v2 2/2] tests/tcg: Test that compare-and-trap raises SIGFPE, Jonathan Albrecht, 2021/07/07