The patch titled compat signalfd and timerfd are cond syscalls has been removed from the -mm tree. Its filename was compat-signalfd-and-timerfd-are-cond-syscalls.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: compat signalfd and timerfd are cond syscalls From: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Add missing cond_syscall statements for compat_sys_signalfd and compat_sys_timerfd. Cc: Davide Libenzi <davidel@xxxxxxxxxxxxxxx> Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/sys_ni.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN kernel/sys_ni.c~compat-signalfd-and-timerfd-are-cond-syscalls kernel/sys_ni.c --- a/kernel/sys_ni.c~compat-signalfd-and-timerfd-are-cond-syscalls +++ a/kernel/sys_ni.c @@ -145,4 +145,6 @@ 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_eventfd); _ Patches currently in -mm which might be from heiko.carstens@xxxxxxxxxx are 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