The patch titled update sys_ni.c with the new timerfd syscalls has been added to the -mm tree. Its filename is timerfd-v3-new-timerfd-api-update-sys_nic-with-the-new-timerfd-syscalls.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: update sys_ni.c with the new timerfd syscalls From: Davide Libenzi <davidel@xxxxxxxxxxxxxxx> Update sys_ni.c with the new timerfd syscalls. Signed-off-by: Davide Libenzi <davidel@xxxxxxxxxxxxxxx> Cc: Michael Kerrisk <mtk-manpages@xxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/sys_ni.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff -puN kernel/sys_ni.c~timerfd-v3-new-timerfd-api-update-sys_nic-with-the-new-timerfd-syscalls kernel/sys_ni.c --- a/kernel/sys_ni.c~timerfd-v3-new-timerfd-api-update-sys_nic-with-the-new-timerfd-syscalls +++ a/kernel/sys_ni.c @@ -153,7 +153,10 @@ cond_syscall(sys_ioprio_get); /* New file descriptors */ cond_syscall(sys_signalfd); -cond_syscall(sys_timerfd); cond_syscall(compat_sys_signalfd); -cond_syscall(compat_sys_timerfd); +cond_syscall(sys_timerfd_create); +cond_syscall(sys_timerfd_settime); +cond_syscall(sys_timerfd_gettime); +cond_syscall(compat_sys_timerfd_settime); +cond_syscall(compat_sys_timerfd_gettime); cond_syscall(sys_eventfd); _ Patches currently in -mm which might be from davidel@xxxxxxxxxxxxxxx are timerfd-v3-introduce-a-new-hrtimer_forward_now-function.patch timerfd-v3-new-timerfd-api.patch timerfd-v3-new-timerfd-api-update-sys_nic-with-the-new-timerfd-syscalls.patch timerfd-v3-wire-the-new-timerfd-api-to-the-x86-family.patch timerfd-v3-un-break-config_timerfd.patch git-kvm.patch use-wake_up_locked-in-eventpoll.patch fs-signalfdc-should-include-linux-syscallsh.patch fs-eventfdc-should-include-linux-syscallsh.patch fs-remove-dead-config-config_has_compat_epoll_event-symbol.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