Re: [PATCH 4/4] x86: fix function types in COND_SYSCALL

From: Sami Tolvanen
Date: Fri Sep 13 2019 - 19:28:57 EST


On Fri, Sep 13, 2019 at 3:46 PM Andy Lutomirski <luto@xxxxxxxxxx> wrote:
> Didn't you just fix the type of sys_ni_syscall? What am I missing here?

The other patch fixes indirect call type mismatches when the function
is called through the syscall table. However, cond_syscall creates an
alias to the actual sys_ni_syscall function defined in
kernel/sys_ni.c, which still has the wrong type.

Sami