Re: [RFC PATCH 1/5] signal: Teach sigsuspend to use set_user_sigmask

From: Linus Torvalds
Date: Fri Jun 07 2019 - 18:17:40 EST


On Fri, Jun 7, 2019 at 2:41 PM Eric W. Biederman <ebiederm@xxxxxxxxxxxx> wrote:
>
> The sigsuspend system call overrides the signal mask just
> like all of the other users of set_user_sigmask, so convert
> it to use the same helpers.

Me likey.

Whole series looks good to me, but that's just from looking at the
patches. Maybe testing shows problems..

Linus