From 41c367fdfd099fd1d2e926169ad3be085ce6a3ac Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Wed, 20 Sep 2017 19:31:46 +0300 Subject: Fix "BACKPORT: ARM: wire up getrandom syscall" * Syscalls need to be greater than __NR_last_syscall+1 in order to account for the padding in the syscall table Change-Id: Ide15e25e8a2287fff29c75d898c935318b660ea2 --- arch/arm/include/asm/unistd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/unistd.h b/arch/arm/include/asm/unistd.h index 0b7f01234..32640c431 100644 --- a/arch/arm/include/asm/unistd.h +++ b/arch/arm/include/asm/unistd.h @@ -19,7 +19,7 @@ * This may need to be greater than __NR_last_syscall+1 in order to * account for the padding in the syscall table */ -#define __NR_syscalls (385) +#define __NR_syscalls (388) /* * *NOTE*: This is a ghost syscall private to the kernel. Only the -- cgit v1.2.3