Re: [PATCH] linux-user: Fix guest signal remapping after adjusting SIGABRT

2023-10-30 Thread Alex Bennée
Richard Henderson writes: > The arithmetic within the loop was not adjusted properly after SIGRTMIN > was stolen for the guest SIGABRT. The effect was that the guest libc > could not send itself __SIGRTMIN to wake sleeping threads. > > Fixes: 38ee0a7dfb4b ("linux-user: Remap guest SIGABRT") >

[PATCH] linux-user: Fix guest signal remapping after adjusting SIGABRT

2023-10-27 Thread Richard Henderson
The arithmetic within the loop was not adjusted properly after SIGRTMIN was stolen for the guest SIGABRT. The effect was that the guest libc could not send itself __SIGRTMIN to wake sleeping threads. Fixes: 38ee0a7dfb4b ("linux-user: Remap guest SIGABRT") Resolves: