Re: [PATCH v3 0/3] fix function type mismatches in syscall wrappers

From: Will Deacon
Date: Wed May 29 2019 - 11:12:42 EST


On Fri, May 24, 2019 at 03:11:15PM -0700, Sami Tolvanen wrote:
> These patches fix type mismatches in arm64 syscall wrapper
> definitions, which trip indirect call checks with Control-Flow
> Integrity.
>
> Changes in v3:
> - instead of SYSCALL_DEFINE0, just define __arm64_sys_ni_syscall
> with the correct type to avoid unnecessary error injection

Thanks, I've picked this up for -rc3.

Will