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

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 | 22 +++---

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

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 | 22 +++--- 1 file changed, 7 insertions(+), 15 deletions(-) di