The patch titled arm: export csum_partial_copy_from_user has been added to the -mm tree. Its filename is arm-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: arm: export csum_partial_copy_from_user From: Frederik Deweerdt <deweerdt@xxxxxxx> rxrpc uses this. Signed-off-by: Frederik Deweerdt <frederik.deweerdt@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/kernel/armksyms.c | 1 + 1 files changed, 1 insertion(+) diff -puN arch/arm/kernel/armksyms.c~arm-export-csum_partial_copy_from_user arch/arm/kernel/armksyms.c --- a/arch/arm/kernel/armksyms.c~arm-export-csum_partial_copy_from_user +++ a/arch/arm/kernel/armksyms.c @@ -76,6 +76,7 @@ EXPORT_SYMBOL(__const_udelay); /* networking */ EXPORT_SYMBOL(csum_partial); +EXPORT_SYMBOL(csum_partial_copy_from_user); EXPORT_SYMBOL(csum_partial_copy_nocheck); EXPORT_SYMBOL(__csum_ipv6_magic); _ Patches currently in -mm which might be from deweerdt@xxxxxxx are origin.patch arm-export-csum_partial_copy_from_user.patch revoke-core-code.patch reiser4-sb_sync_inodes.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