The patch titled arm: compilation fix for sys_oabi-compat.c has been added to the -mm tree. Its filename is arm-compilation-fix-sys_oabi-compatc.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: arm: compilation fix for sys_oabi-compat.c From: "Denis V. Lunev" <den@xxxxxxxxxx> kmalloc/GFP_KERNEL declaration were not available here. Signed-off-by: Denis V. Lunev <den@xxxxxxxxxx> Cc: Russel King <rmk@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/kernel/sys_oabi-compat.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/arm/kernel/sys_oabi-compat.c~arm-compilation-fix-sys_oabi-compatc arch/arm/kernel/sys_oabi-compat.c --- a/arch/arm/kernel/sys_oabi-compat.c~arm-compilation-fix-sys_oabi-compatc +++ a/arch/arm/kernel/sys_oabi-compat.c @@ -83,6 +83,7 @@ #include <linux/net.h> #include <linux/ipc.h> #include <linux/uaccess.h> +#include <linux/slab.h> struct oldabi_stat64 { unsigned long long st_dev; _ Patches currently in -mm which might be from den@xxxxxxxxxx are arm-compilation-fix-sys_oabi-compatc.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