On Fri, Sep 13, 2019 at 3:46 PM Andy Lutomirski <l...@kernel.org> 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