Re: [PATCH v6 4/9] signal: Expose SYS_USER_DISPATCH si_code type

From: Kees Cook
Date: Tue Sep 22 2020 - 15:39:06 EST


On Fri, Sep 04, 2020 at 04:31:42PM -0400, Gabriel Krisman Bertazi wrote:
> SYS_USER_DISPATCH will be triggered when a syscall is sent to userspace
> by the Syscall User Dispatch mechanism. This adjusts eventual
> BUILD_BUG_ON around the tree.
>
> Signed-off-by: Gabriel Krisman Bertazi <krisman@xxxxxxxxxxxxx>

Yup, this looks good; seccomp is glad to have a new SIGSYS friend. ;)

Acked-by: Kees Cook <keescook@xxxxxxxxxxxx>

--
Kees Cook