mbox series

[0/2] fix function type mismatches in syscall wrappers

Message ID 20190501200451.255615-1-samitolvanen@google.com (mailing list archive)
Headers show
Series fix function type mismatches in syscall wrappers | expand

Message

Sami Tolvanen May 1, 2019, 8:04 p.m. UTC
These patches fix type mismatches in arm64 syscall wrapper
definitions, which trip indirect call checks with Control-Flow
Integrity.

Sami Tolvanen (2):
  arm64: fix syscall_fn_t type
  arm64: use the correct function type in SYSCALL_DEFINE0

 arch/arm64/include/asm/syscall.h         |  2 +-
 arch/arm64/include/asm/syscall_wrapper.h | 18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)