mbox series

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

Message ID 20220503225157.1696774-1-iii@linux.ibm.com (mailing list archive)
Headers show
Series linux-user/s390x: Fix unwinding from signal handlers | expand

Message

Ilya Leoshkevich May 3, 2022, 10:51 p.m. UTC
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(-)

Comments

Laurent Vivier May 23, 2022, 8:52 p.m. UTC | #1
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