[merged] mn10300-wire-up-missing-new-syscalls.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     mn10300: wire up missing new syscalls
has been removed from the -mm tree.  Its filename was
     mn10300-wire-up-missing-new-syscalls.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: mn10300: wire up missing new syscalls
From: David Howells <dhowells@xxxxxxxxxx>

Wire up missing new system calls for MN10300.

Signed-off-by: David Howells <dhowelsl@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 arch/mn10300/include/asm/unistd.h |    3 ++-
 arch/mn10300/kernel/entry.S       |    1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff -puN arch/mn10300/include/asm/unistd.h~mn10300-wire-up-missing-new-syscalls arch/mn10300/include/asm/unistd.h
--- a/arch/mn10300/include/asm/unistd.h~mn10300-wire-up-missing-new-syscalls
+++ a/arch/mn10300/include/asm/unistd.h
@@ -348,10 +348,11 @@
 #define __NR_pwritev		335
 #define __NR_rt_tgsigqueueinfo	336
 #define __NR_perf_event_open	337
+#define __NR_recvmmsg		338
 
 #ifdef __KERNEL__
 
-#define NR_syscalls 338
+#define NR_syscalls 339
 
 /*
  * specify the deprecated syscalls we want to support on this arch
diff -puN arch/mn10300/kernel/entry.S~mn10300-wire-up-missing-new-syscalls arch/mn10300/kernel/entry.S
--- a/arch/mn10300/kernel/entry.S~mn10300-wire-up-missing-new-syscalls
+++ a/arch/mn10300/kernel/entry.S
@@ -724,6 +724,7 @@ ENTRY(sys_call_table)
 	.long sys_pwritev		/* 335 */
 	.long sys_rt_tgsigqueueinfo
 	.long sys_perf_event_open
+	.long sys_recvmmsg
 
 
 nr_syscalls=(.-sys_call_table)/4
_

Patches currently in -mm which might be from dhowells@xxxxxxxxxx are

origin.patch
kernel-credc-use-kmem_cache_free.patch
frv-duplicate-output_buffer-of-e03.patch
coredump-unify-dump_seek-implementations-for-each-binfmt_c.patch
coredump-move-dump_write-and-dump_seek-into-a-header-file.patch
elf-coredump-replace-elf_core_extra_-macros-by-functions.patch
elf-coredump-make-offset-calculation-process-and-writing-process-explicit.patch
elf-coredump-add-extended-numbering-support.patch
mutex-subsystem-synchro-test-module.patch
mutex-subsystem-synchro-test-module-add-missing-header-file.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux