qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 0/5] linux-user: signal mask fixes for pselect et al


From: Laurent Vivier
Subject: Re: [PATCH 0/5] linux-user: signal mask fixes for pselect et al
Date: Tue, 22 Mar 2022 12:32:38 +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 :
Split out some helpers from sigsuspend.
Reuse them for pselect, epoll_pwait, ppoll.
Fix an alpha buglet found on the way.

r~

Richard Henderson (5):
   linux-user/alpha: Fix sigsuspend for big-endian hosts
   linux-user: Split out helpers for sigsuspend
   linux-user: Properly handle sigset arg to pselect
   linux-user: Properly handle sigset arg to epoll_pwait
   linux-user: Properly handle sigset arg to ppoll

  linux-user/signal-common.h |  26 ++++++++
  linux-user/signal.c        |  23 +++++++
  linux-user/syscall.c       | 119 ++++++++++++++-----------------------
  3 files changed, 92 insertions(+), 76 deletions(-)


Series applied to my linux-user-for-7.0 branch.

Thanks,
Laurent




reply via email to

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