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.Resolves: https://gitlab.com/qemu-project/qemu/-/issues/834 Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- linux-user/syscall.c | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-)
Reviewed-by: Laurent Vivier <laur...@vivier.eu>