The patch titled m68k: fix type in __generic_copy_to_user has been added to the -mm tree. Its filename is m68k-fix-type-in-__generic_copy_to_user.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: m68k: fix type in __generic_copy_to_user From: Roman Zippel <zippel@xxxxxxxxxxxxxx> Jump to the correct exit label after exception Signed-off-by: Roman Zippel <zippel@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/m68k/lib/uaccess.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/m68k/lib/uaccess.c~m68k-fix-type-in-__generic_copy_to_user arch/m68k/lib/uaccess.c --- a/arch/m68k/lib/uaccess.c~m68k-fix-type-in-__generic_copy_to_user +++ a/arch/m68k/lib/uaccess.c @@ -84,7 +84,7 @@ unsigned long __generic_copy_to_user(voi " .even\n" "20: lsl.l #2,%0\n" "50: add.l %5,%0\n" - " jra 7b\n" + " jra 8b\n" " .previous\n" "\n" " .section __ex_table,\"a\"\n" _ Patches currently in -mm which might be from zippel@xxxxxxxxxxxxxx are w1-kconfig-fix.patch provide-tickadj-define.patch m68k-cleanup-string-functions.patch m68k-fix-type-in-__generic_copy_to_user.patch m68k-small-systemh-cleanup.patch m68k-fix-nbpg-define.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