The patch titled s390: pagefault_disable/enable build fix has been removed from the -mm tree. Its filename was mm-pagefault_disableenable-s390-fix.patch This patch was dropped because it was folded into mm-pagefault_disableenable.patch ------------------------------------------------------ Subject: s390: pagefault_disable/enable build fix From: Heiko Carstens <heiko.carstens@xxxxxxxxxx> arch/s390/lib/lib.a(uaccess_std.o)(.text+0x282): In function `futex_atomic_op': : undefined reference to `pagefault_disable' Cc: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> Cc: Martin Schwidefsky <schwidefsky@xxxxxxxxxx> Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/s390/lib/uaccess_std.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/s390/lib/uaccess_std.c~mm-pagefault_disableenable-s390-fix arch/s390/lib/uaccess_std.c --- a/arch/s390/lib/uaccess_std.c~mm-pagefault_disableenable-s390-fix +++ a/arch/s390/lib/uaccess_std.c @@ -11,7 +11,7 @@ #include <linux/errno.h> #include <linux/mm.h> -#include <asm/uaccess.h> +#include <linux/uaccess.h> #include <asm/futex.h> #ifndef __s390x__ _ Patches currently in -mm which might be from heiko.carstens@xxxxxxxxxx are origin.patch mm-pagefault_disableenable.patch mm-pagefault_disableenable-s390-fix.patch binfmt-fix-uaccess-handling.patch compat-fix-uaccess-handling.patch profile-fix-uaccess-handling.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