qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Laurent Vivier
Subject: Re: [PATCH 4/5] linux-user: Properly handle sigset arg to epoll_pwait
Date: Tue, 22 Mar 2022 12:27:26 +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 | 22 +++++++---------------
  1 file changed, 7 insertions(+), 15 deletions(-)


Reviewed-by: Laurent Vivier <laurent@vivier.eu>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]