]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: Mirror arm for unimplemented compat syscalls
authorMichael Weiser <michael.weiser@gmx.de>
Thu, 1 Feb 2018 22:13:37 +0000 (23:13 +0100)
committerWill Deacon <will.deacon@arm.com>
Mon, 5 Mar 2018 12:06:43 +0000 (12:06 +0000)
commit9d6ca69a0d676c8117922574025e0fd975b351b2
treedd6212345eb15ff81dbfebbe0a8e9b30411e3f23
parentbbe11a1155cbc6079fdd2c18f95f119157e6b7ca
arm64: Mirror arm for unimplemented compat syscalls

Mirror arm behaviour for unimplemented syscalls: Below 2048 return
-ENOSYS, above 2048 raise SIGILL.

Signed-off-by: Michael Weiser <michael.weiser@gmx.de>
[will: Tweak die string to identify as compat syscall]
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/sys_compat.c