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

2022-03-22 Thread Laurent Vivier
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 si

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

2022-03-15 Thread Richard Henderson
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 ps