Re: [PATCH 0/2] linux-user/s390x: signal with SIGFPE on compare-and-trap

2021-07-06 Thread jonathan.albrecht
On 2021-07-05 5:29 am, Cornelia Huck wrote: On Mon, Jun 21 2021, Jonathan Albrecht wrote: 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 v3 0/2] target/s390x:

Re: [PATCH 0/2] linux-user/s390x: signal with SIGFPE on compare-and-trap

2021-07-05 Thread Cornelia Huck
On Mon, Jun 21 2021, Jonathan Albrecht wrote: > 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 v3 0/2] target/s390x: Fix SIGILL psw.addr > reporting. > ht

Re: [PATCH 0/2] linux-user/s390x: signal with SIGFPE on compare-and-trap

2021-06-21 Thread no-reply
: [PATCH 0/2] linux-user/s390x: signal with SIGFPE on compare-and-trap === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailb

[PATCH 0/2] linux-user/s390x: signal with SIGFPE on compare-and-trap

2021-06-21 Thread Jonathan Albrecht
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 v3 0/2] target/s390x: Fix SIGILL psw.addr reporting. https://lore.kernel.org/qemu-devel/20210602002210.3144559-1-...@