The patch titled m68k: export csum_partial_copy_from_user has been added to the -mm tree. Its filename is m68k-export-csum_partial_copy_from_user.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: m68k: export csum_partial_copy_from_user From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> net/rxrpc/af-rxrpc.ko needs csum_partial_copy_from_user Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Cc: Roman Zippel <zippel@xxxxxxxxxxxxxx> Cc: David Howells <dhowells@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/m68k/lib/checksum.c | 3 +++ 1 file changed, 3 insertions(+) diff -puN arch/m68k/lib/checksum.c~m68k-export-csum_partial_copy_from_user arch/m68k/lib/checksum.c --- a/arch/m68k/lib/checksum.c~m68k-export-csum_partial_copy_from_user +++ a/arch/m68k/lib/checksum.c @@ -320,6 +320,9 @@ csum_partial_copy_from_user(const void _ return(sum); } +EXPORT_SYMBOL(csum_partial_copy_from_user); + + /* * copy from kernel space while checksumming, otherwise like csum_partial */ _ Patches currently in -mm which might be from geert@xxxxxxxxxxxxxx are introduce-config_has_dma.patch remove-unused-header-file-arch-m68k-atari-atasoundh.patch spin_lock_unlocked-cleanup-in-arch-m68k.patch m68k-export-csum_partial_copy_from_user.patch allow-arch-to-initialize-arch-field-of-the-module-structure.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