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

2022-05-23 Thread Laurent Vivier
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: F

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

2022-05-03 Thread Ilya Leoshkevich
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: