[PATCH 0/2] linux-user/s390x: Fix unwinding from signal handlers

Ilya Leoshkevich posted 2 patches 1 year, 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220503225157.1696774-1-iii@linux.ibm.com
Maintainers: Laurent Vivier <laurent@vivier.eu>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Thomas Huth <thuth@redhat.com>
linux-user/s390x/signal.c       |  5 +++
tests/tcg/s390x/signals-s390x.c | 69 ++++++++++++++++++++++++++-------
2 files changed, 60 insertions(+), 14 deletions(-)
[PATCH 0/2] linux-user/s390x: Fix unwinding from signal handlers
Posted by Ilya Leoshkevich 1 year, 12 months ago
Hi,

This is the fix for the issue discussed in [1].
Patch 1 fixes the issue itself, patch 2 adds a test.

[1] https://lists.nongnu.org/archive/html/qemu-devel/2022-04/msg05127.html

Best regards,
Ilya

Ilya Leoshkevich (2):
  linux-user/s390x: Fix unwinding from signal handlers
  tests/tcg/s390x: Test unwinding from signal handlers

 linux-user/s390x/signal.c       |  5 +++
 tests/tcg/s390x/signals-s390x.c | 69 ++++++++++++++++++++++++++-------
 2 files changed, 60 insertions(+), 14 deletions(-)

-- 
2.35.1
Re: [PATCH 0/2] linux-user/s390x: Fix unwinding from signal handlers
Posted by Laurent Vivier 1 year, 11 months ago
Le 04/05/2022 à 00:51, Ilya Leoshkevich a écrit :
> Hi,
> 
> This is the fix for the issue discussed in [1].
> Patch 1 fixes the issue itself, patch 2 adds a test.
> 
> [1] https://lists.nongnu.org/archive/html/qemu-devel/2022-04/msg05127.html
> 
> Best regards,
> Ilya
> 
> Ilya Leoshkevich (2):
>    linux-user/s390x: Fix unwinding from signal handlers
>    tests/tcg/s390x: Test unwinding from signal handlers
> 
>   linux-user/s390x/signal.c       |  5 +++
>   tests/tcg/s390x/signals-s390x.c | 69 ++++++++++++++++++++++++++-------
>   2 files changed, 60 insertions(+), 14 deletions(-)
> 

Series applied to my linux-user-for-7.1 branch.

Thanks,
Laurent