[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 0/2] linux-user/s390x: signal with SIGFPE on compare-and-t
From: |
Laurent Vivier |
Subject: |
Re: [PATCH v3 0/2] linux-user/s390x: signal with SIGFPE on compare-and-trap |
Date: |
Tue, 13 Jul 2021 14:01:53 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 |
Le 12/07/2021 à 23:29, jonathan.albrecht a écrit :
> On 2021-07-12 4:02 pm, Laurent Vivier wrote:
>> Le 09/07/2021 à 18:04, Jonathan Albrecht a écrit :
>>> 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
>>>
>>>
>>
>> Series applied to my linux-user-for-6.1 branch.
>>
>
> Thanks Laurent, I see this series has been applied to
> https://github.com/vivier/qemu/commits/linux-user-for-6.1 but the following
> series that this is
> based on also needs to be applied:
>
> 20210705210434.45824-1-iii@linux.ibm.com/">https://lore.kernel.org/qemu-devel/20210705210434.45824-1-iii@linux.ibm.com/
>
> Did some local testing and looks like missing that series caused
> https://app.travis-ci.com/github/vivier/qemu/jobs/523853464 to fail.
>
> Oh, just saw Ilya's email that the test patch has not been reviewed.
> Hopefully that can happen so
> they can both make it in.
I've removed these two patches from my patch queue. I'll do a new one with both
series when they
will be ready.
Thanks,
Laurent