Re: [PATCH 3/4] x86: use the correct function type for sys_ni_syscall

From: Andy Lutomirski
Date: Fri Sep 13 2019 - 18:45:36 EST


On Fri, Sep 13, 2019 at 2:00 PM Sami Tolvanen <samitolvanen@xxxxxxxxxx> wrote:
>
> Use the correct function type for sys_ni_syscall in system
> call tables to fix indirect call mismatches with Control-Flow
> Integrity (CFI) checking.

Should this be SYSCALL_DEFINE0?