The patch titled
     signal/timer/event: signalfd wire up x86_64 arch
has been added to the -mm tree.  Its filename is
     signal-timer-event-fds-v9-signalfd-wire-up-x86_64-arch.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: signal/timer/event: signalfd wire up x86_64 arch
From: Davide Libenzi <[email protected]>

This patch wires the signalfd system call to the x86_64 architecture.

Signed-off-by: Davide Libenzi <[email protected]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 arch/x86_64/ia32/ia32entry.S |    7 ++++---
 include/asm-x86_64/unistd.h  |    4 +++-
 2 files changed, 7 insertions(+), 4 deletions(-)

diff -puN 
arch/x86_64/ia32/ia32entry.S~signal-timer-event-fds-v9-signalfd-wire-up-x86_64-arch
 arch/x86_64/ia32/ia32entry.S
--- 
a/arch/x86_64/ia32/ia32entry.S~signal-timer-event-fds-v9-signalfd-wire-up-x86_64-arch
+++ a/arch/x86_64/ia32/ia32entry.S
@@ -710,10 +710,11 @@ ia32_sys_call_table:
        .quad compat_sys_get_robust_list
        .quad sys_splice
        .quad sys_sync_file_range
-       .quad sys_tee
+       .quad sys_tee                   /* 315 */
        .quad compat_sys_vmsplice
        .quad compat_sys_move_pages
        .quad sys_getcpu
        .quad sys_epoll_pwait
-       .quad compat_sys_lutimesat
-ia32_syscall_end:              
+       .quad compat_sys_lutimesat      /* 320 */
+       .quad sys_signalfd
+ia32_syscall_end:
diff -puN 
include/asm-x86_64/unistd.h~signal-timer-event-fds-v9-signalfd-wire-up-x86_64-arch
 include/asm-x86_64/unistd.h
--- 
a/include/asm-x86_64/unistd.h~signal-timer-event-fds-v9-signalfd-wire-up-x86_64-arch
+++ a/include/asm-x86_64/unistd.h
@@ -621,8 +621,10 @@ __SYSCALL(__NR_vmsplice, sys_vmsplice)
 __SYSCALL(__NR_move_pages, sys_move_pages)
 #define __NR_futex64           280
 __SYSCALL(__NR_futex64, sys_futex64)
+#define __NR_signalfd          281
+__SYSCALL(__NR_signalfd, sys_signalfd)
 
-#define __NR_syscall_max __NR_futex64
+#define __NR_syscall_max __NR_signalfd
 
 #ifndef __NO_STUBS
 #define __ARCH_WANT_OLD_READDIR
_

Patches currently in -mm which might be from [email protected] are

origin.patch
epoll-optimizations-and-cleanups.patch
epoll-optimizations-and-cleanups-tidy.patch
signal-timer-event-fds-v9-anonymous-inode-source.patch
signal-timer-event-fds-v9-signalfd-core.patch
signal-timer-event-fds-v9-signalfd-wire-up-i386-arch.patch
signal-timer-event-fds-v9-signalfd-wire-up-x86_64-arch.patch
signal-timer-event-fds-v9-signalfd-compat-code.patch
signal-timer-event-fds-v9-timerfd-core.patch
signal-timer-event-fds-v9-timerfd-wire-up-i386-arch.patch
signal-timer-event-fds-v9-timerfd-wire-up-x86_64-arch.patch
signal-timer-event-fds-v9-timerfd-compat-code.patch
signal-timer-event-fds-v9-eventfd-core.patch
signal-timer-event-fds-v9-eventfd-wire-up-i386-arch.patch
signal-timer-event-fds-v9-eventfd-wire-up-x86_64-arch.patch
signal-timer-event-fds-v9-kaio-eventfd-support-example.patch

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

Reply via email to