Re: [PATCH 5/5] linux-user: Properly handle sigset arg to ppoll

2022-03-22 Thread Laurent Vivier
Le 15/03/2022 à 09:43, Richard Henderson a écrit : Unblocked signals are never delivered, because we didn't record the new mask for process_pending_signals. Handle this with the same mechanism as sigsuspend. Signed-off-by: Richard Henderson --- linux-user/syscall.c | 24 +++---

[PATCH 5/5] linux-user: Properly handle sigset arg to ppoll

2022-03-15 Thread Richard Henderson
Unblocked signals are never delivered, because we didn't record the new mask for process_pending_signals. Handle this with the same mechanism as sigsuspend. Signed-off-by: Richard Henderson --- linux-user/syscall.c | 24 +++- 1 file changed, 7 insertions(+), 17 deletions(-)