|
| From: | Laurent Vivier |
| Subject: | Re: [PATCH 5/5] linux-user: Properly handle sigset arg to ppoll |
| Date: | Tue, 22 Mar 2022 12:28:15 +0100 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 |
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 <richard.henderson@linaro.org> --- linux-user/syscall.c | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-)
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
| [Prev in Thread] | Current Thread | [Next in Thread] |