[kernel] r21859 - dists/sid/linux/debian/patches/features/all/kdbus

Ben Hutchings benh at moszumanska.debian.org
Tue Sep 16 19:16:29 UTC 2014


Author: benh
Date: Tue Sep 16 19:16:29 2014
New Revision: 21859

Log:
[arm*] Adjust __NR_syscalls for addition of memfd_create

Modified:
   dists/sid/linux/debian/patches/features/all/kdbus/ARM-wire-up-memfd_create-syscall.patch

Modified: dists/sid/linux/debian/patches/features/all/kdbus/ARM-wire-up-memfd_create-syscall.patch
==============================================================================
--- dists/sid/linux/debian/patches/features/all/kdbus/ARM-wire-up-memfd_create-syscall.patch	Tue Sep 16 18:42:44 2014	(r21858)
+++ dists/sid/linux/debian/patches/features/all/kdbus/ARM-wire-up-memfd_create-syscall.patch	Tue Sep 16 19:16:29 2014	(r21859)
@@ -9,8 +9,21 @@
 Signed-off-by: Russell King <rmk+kernel at arm.linux.org.uk>
 [bwh: Backported to 3.16:
  - Adjust context
- - Insert unimplemented-syscall entries for seccomp and getrandom]
+ - Insert unimplemented-syscall entries for seccomp and getrandom
+ - Increment __NR_syscalls as done upstream in commit eb6452537b28
+   ('ARM: wire up getrandom syscall')]
 ---
+--- 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  (384)
++#define __NR_syscalls  (388)
+ 
+ /*
+  * *NOTE*: This is a ghost syscall private to the kernel.  Only the
 --- a/arch/arm/include/uapi/asm/unistd.h
 +++ b/arch/arm/include/uapi/asm/unistd.h
 @@ -409,6 +409,7 @@



More information about the Kernel-svn-changes mailing list