Re: [PATCH 7/8] signal: make do_sigpending() void

From: Al Viro
Date: Mon May 28 2018 - 10:20:13 EST


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 <viro@xxxxxxxxxxxxxxxxxx>