The patch titled
signal/timer/event: timerfd wire up x86_64 arch
has been added to the -mm tree. Its filename is
signal-timer-event-fds-v9-timerfd-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: timerfd wire up x86_64 arch
From: Davide Libenzi <[email protected]>
This patch wired the timerfd 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 | 2 ++
include/asm-x86_64/unistd.h | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff -puN
arch/x86_64/ia32/ia32entry.S~signal-timer-event-fds-v9-timerfd-wire-up-x86_64-arch
arch/x86_64/ia32/ia32entry.S
---
a/arch/x86_64/ia32/ia32entry.S~signal-timer-event-fds-v9-timerfd-wire-up-x86_64-arch
+++ a/arch/x86_64/ia32/ia32entry.S
@@ -717,4 +717,6 @@ ia32_sys_call_table:
.quad sys_epoll_pwait
.quad compat_sys_lutimesat /* 320 */
.quad sys_signalfd
+ .quad sys_timerfd
+ .quad sys_timerfd
ia32_syscall_end:
diff -puN
include/asm-x86_64/unistd.h~signal-timer-event-fds-v9-timerfd-wire-up-x86_64-arch
include/asm-x86_64/unistd.h
---
a/include/asm-x86_64/unistd.h~signal-timer-event-fds-v9-timerfd-wire-up-x86_64-arch
+++ a/include/asm-x86_64/unistd.h
@@ -623,8 +623,10 @@ __SYSCALL(__NR_move_pages, sys_move_page
__SYSCALL(__NR_futex64, sys_futex64)
#define __NR_signalfd 281
__SYSCALL(__NR_signalfd, sys_signalfd)
+#define __NR_timerfd 282
+__SYSCALL(__NR_timerfd, sys_timerfd)
-#define __NR_syscall_max __NR_signalfd
+#define __NR_syscall_max __NR_timerfd
#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