The patch titled Link error when futexes are disabled on 64bit architectures has been removed from the -mm tree. Its filename is link-error-when-futexes-are-disabled-on-64bit-architectures.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Link error when futexes are disabled on 64bit architectures From: Anton Blanchard <anton@xxxxxxxxx> If futexes are disabled we fail to link on ppc64. Signed-off-by: Anton Blanchard <anton@xxxxxxxxx> Cc: <stable@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/exit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/exit.c~link-error-when-futexes-are-disabled-on-64bit-architectures kernel/exit.c --- a/kernel/exit.c~link-error-when-futexes-are-disabled-on-64bit-architectures +++ a/kernel/exit.c @@ -898,7 +898,7 @@ fastcall NORET_TYPE void do_exit(long co } if (unlikely(tsk->robust_list)) exit_robust_list(tsk); -#ifdef CONFIG_COMPAT +#if defined(CONFIG_FUTEX) && defined(CONFIG_COMPAT) if (unlikely(tsk->compat_robust_list)) compat_exit_robust_list(tsk); #endif _ Patches currently in -mm which might be from anton@xxxxxxxxx are origin.patch powerpc-adding-the-use-of-the-firmware-soft-reset-nmi-to-kdump.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