On Mon, May 28, 2018 at 03:49:15PM +0200, Christian Brauner wrote: > do_sigpending() returned 0 unconditionally so it doesn't make sense to have > it return at all. This allows us to simplify a bunch of syscall callers.
Yeah, that should've been done in "signal: lift sigset size check out of do_sigpending()" last year; missed that on review back then. Acked-by: Al Viro <v...@zeniv.linux.org.uk>