The patch titled x86_64 i386 compat: wire up sys_epoll_pwait() has been removed from the -mm tree. Its filename was x86_64-i386-compat-wire-up-sys_epoll_pwait.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: x86_64 i386 compat: wire up sys_epoll_pwait() From: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86_64/ia32/ia32entry.S | 1 + 1 file changed, 1 insertion(+) diff -puN arch/x86_64/ia32/ia32entry.S~x86_64-i386-compat-wire-up-sys_epoll_pwait arch/x86_64/ia32/ia32entry.S --- a/arch/x86_64/ia32/ia32entry.S~x86_64-i386-compat-wire-up-sys_epoll_pwait +++ a/arch/x86_64/ia32/ia32entry.S @@ -730,4 +730,5 @@ ia32_sys_call_table: .quad compat_sys_vmsplice .quad compat_sys_move_pages .quad sys_getcpu + .quad sys_epoll_pwait ia32_syscall_end: _ Patches currently in -mm which might be from ralf@xxxxxxxxxxxxxx are origin.patch git-mips.patch mips-remove-smp_tune_scheduling.patch simplify-the-stacktrace-code.patch mips-convert-to-use-shared-apm-emulation-fix.patch clocksource-fixup-is_continous-changes-on-mips.patch atomich-add-atomic64-cmpxchg-xchg-and-add_unless-to-mips.patch local_t-mips-extension.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