All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20130219065210.148067470@openvz.org>

diff --git a/a/1.txt b/N1/1.txt
index 2409499..bcdcdb9 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,3 +1,33 @@
-An embedded and charset-unspecified text was scrubbed...
-Name: kcmp-arm
-URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130219/6c9f35b9/attachment.ksh>
+Signed-off-by: Alexander Kartashov <alekskartashov@parallels.com>
+Cc: Russell King <linux@arm.linux.org.uk>
+---
+ arch/arm/include/uapi/asm/unistd.h |    2 +-
+ arch/arm/kernel/calls.S            |    2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+Index: linux-2.6.git/arch/arm/include/uapi/asm/unistd.h
+===================================================================
+--- linux-2.6.git.orig/arch/arm/include/uapi/asm/unistd.h
++++ linux-2.6.git/arch/arm/include/uapi/asm/unistd.h
+@@ -404,7 +404,7 @@
+ #define __NR_setns			(__NR_SYSCALL_BASE+375)
+ #define __NR_process_vm_readv		(__NR_SYSCALL_BASE+376)
+ #define __NR_process_vm_writev		(__NR_SYSCALL_BASE+377)
+-					/* 378 for kcmp */
++#define __NR_kcmp			(__NR_SYSCALL_BASE+378)
+ #define __NR_finit_module		(__NR_SYSCALL_BASE+379)
+ 
+ /*
+Index: linux-2.6.git/arch/arm/kernel/calls.S
+===================================================================
+--- linux-2.6.git.orig/arch/arm/kernel/calls.S
++++ linux-2.6.git/arch/arm/kernel/calls.S
+@@ -387,7 +387,7 @@
+ /* 375 */	CALL(sys_setns)
+ 		CALL(sys_process_vm_readv)
+ 		CALL(sys_process_vm_writev)
+-		CALL(sys_ni_syscall)	/* reserved for sys_kcmp */
++		CALL(sys_kcmp)
+ 		CALL(sys_finit_module)
+ #ifndef syscalls_counted
+ .equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls
diff --git a/a/content_digest b/N1/content_digest
index 5370bc6..3ab5a2d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,12 +1,50 @@
  "ref\020130219064800.719149796@openvz.org\0"
- "From\0gorcunov@openvz.org (Cyrill Gorcunov)\0"
+ "From\0Cyrill Gorcunov <gorcunov@openvz.org>\0"
  "Subject\0[patch 2/2] arm: Wire up kcmp syscall\0"
  "Date\0Tue, 19 Feb 2013 10:48:02 +0400\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-kernel@vger.kernel.org"
+ " linux-arm-kernel@lists.infradead.org\0"
+ "Cc\0ebiederm@xmission.com"
+  xemul@parallels.com
+  hpa@zytor.com
+  akpm@linux-foundation.org
+  Alexander Kartashov <alekskartashov@parallels.com>
+ " Russell King <linux@arm.linux.org.uk>\0"
  "\00:1\0"
+ "fn\0kcmp-arm\0"
  "b\0"
- "An embedded and charset-unspecified text was scrubbed...\n"
- "Name: kcmp-arm\n"
- URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130219/6c9f35b9/attachment.ksh>
+ "Signed-off-by: Alexander Kartashov <alekskartashov@parallels.com>\n"
+ "Cc: Russell King <linux@arm.linux.org.uk>\n"
+ "---\n"
+ " arch/arm/include/uapi/asm/unistd.h |    2 +-\n"
+ " arch/arm/kernel/calls.S            |    2 +-\n"
+ " 2 files changed, 2 insertions(+), 2 deletions(-)\n"
+ "\n"
+ "Index: linux-2.6.git/arch/arm/include/uapi/asm/unistd.h\n"
+ "===================================================================\n"
+ "--- linux-2.6.git.orig/arch/arm/include/uapi/asm/unistd.h\n"
+ "+++ linux-2.6.git/arch/arm/include/uapi/asm/unistd.h\n"
+ "@@ -404,7 +404,7 @@\n"
+ " #define __NR_setns\t\t\t(__NR_SYSCALL_BASE+375)\n"
+ " #define __NR_process_vm_readv\t\t(__NR_SYSCALL_BASE+376)\n"
+ " #define __NR_process_vm_writev\t\t(__NR_SYSCALL_BASE+377)\n"
+ "-\t\t\t\t\t/* 378 for kcmp */\n"
+ "+#define __NR_kcmp\t\t\t(__NR_SYSCALL_BASE+378)\n"
+ " #define __NR_finit_module\t\t(__NR_SYSCALL_BASE+379)\n"
+ " \n"
+ " /*\n"
+ "Index: linux-2.6.git/arch/arm/kernel/calls.S\n"
+ "===================================================================\n"
+ "--- linux-2.6.git.orig/arch/arm/kernel/calls.S\n"
+ "+++ linux-2.6.git/arch/arm/kernel/calls.S\n"
+ "@@ -387,7 +387,7 @@\n"
+ " /* 375 */\tCALL(sys_setns)\n"
+ " \t\tCALL(sys_process_vm_readv)\n"
+ " \t\tCALL(sys_process_vm_writev)\n"
+ "-\t\tCALL(sys_ni_syscall)\t/* reserved for sys_kcmp */\n"
+ "+\t\tCALL(sys_kcmp)\n"
+ " \t\tCALL(sys_finit_module)\n"
+ " #ifndef syscalls_counted\n"
+  .equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls
 
-045445c6957709fd40e7ab7215b5eca195cc901cba0e88ea42f537320d9850d5
+29478b56ec41d8a9dd4ecf6b8f2ed20b94d856f3890e77a57086960abb03ea1a

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.