The patch titled s390: pagefault_disable/enable build fix has been added to the -mm tree. Its filename is mm-pagefault_disableenable-s390-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 sys_pselect7-vs-compat_sys_pselect7-uaccess-error-handling.patch cpu-topology-consider-sysfs_create_group-return-value.patch git-s390.patch scsi-fix-uaccess-handling.patch scsi-target-needs-pci.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