The patch titled x86_64: use signalfd and timerfd compat syscalls has been removed from the -mm tree. Its filename was x86_64-use-signalfd-and-timerfd-compat-syscalls.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: x86_64: use signalfd and timerfd compat syscalls From: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Looks like these two are wired up in a wrong way. Cc: Davide Libenzi <davidel@xxxxxxxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86_64/ia32/ia32entry.S | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff -puN arch/x86_64/ia32/ia32entry.S~x86_64-use-signalfd-and-timerfd-compat-syscalls arch/x86_64/ia32/ia32entry.S --- a/arch/x86_64/ia32/ia32entry.S~x86_64-use-signalfd-and-timerfd-compat-syscalls +++ a/arch/x86_64/ia32/ia32entry.S @@ -716,7 +716,7 @@ ia32_sys_call_table: .quad sys_getcpu .quad sys_epoll_pwait .quad compat_sys_utimensat /* 320 */ - .quad sys_signalfd - .quad sys_timerfd + .quad compat_sys_signalfd + .quad compat_sys_timerfd .quad sys_eventfd -ia32_syscall_end: +ia32_syscall_end: _ Patches currently in -mm which might be from heiko.carstens@xxxxxxxxxx are origin.patch compat-signalfd-and-timerfd-are-cond-syscalls.patch s390-spinlock-initializer-cleanup.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