Re: [PATCH 0/2] linux-user/ppc: Fix sigmask endianness issue in sigreturn

2024-10-22 Thread Richard Henderson
On 10/17/24 05:54, Ilya Leoshkevich wrote: Hi, This series fixes an issue where an emulated ppc64le process running on s390x attempting to wake up a sigwait()ing thread would instead terminate itself. Patch 1 is the fix, patch 2 is a testcase extracted from the real-world scenario. Best regards

[PATCH 0/2] linux-user/ppc: Fix sigmask endianness issue in sigreturn

2024-10-17 Thread Ilya Leoshkevich
Hi, This series fixes an issue where an emulated ppc64le process running on s390x attempting to wake up a sigwait()ing thread would instead terminate itself. Patch 1 is the fix, patch 2 is a testcase extracted from the real-world scenario. Best regards, Ilya Ilya Leoshkevich (2): linux-user/pp