The patch titled net: fix xfrm build - missing scatterlist.h include has been added to the -mm tree. Its filename is net-fix-xfrm-build-missing-scatterlisth-include.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: net: fix xfrm build - missing scatterlist.h include From: Heiko Carstens <heiko.carstens@xxxxxxxxxx> net/xfrm/xfrm_algo.c: In function 'skb_icv_walk': net/xfrm/xfrm_algo.c:555: error: implicit declaration of function 'sg_set_page' make[2]: *** [net/xfrm/xfrm_algo.o] Error 1 Cc: David Miller <davem@xxxxxxxxxxxxx> Cc: Jens Axboe <jens.axboe@xxxxxxxxxx> Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- net/xfrm/xfrm_algo.c | 1 + 1 file changed, 1 insertion(+) diff -puN net/xfrm/xfrm_algo.c~net-fix-xfrm-build-missing-scatterlisth-include net/xfrm/xfrm_algo.c --- a/net/xfrm/xfrm_algo.c~net-fix-xfrm-build-missing-scatterlisth-include +++ a/net/xfrm/xfrm_algo.c @@ -13,6 +13,7 @@ #include <linux/kernel.h> #include <linux/pfkeyv2.h> #include <linux/crypto.h> +#include <linux/scatterlist.h> #include <net/xfrm.h> #if defined(CONFIG_INET_AH) || defined(CONFIG_INET_AH_MODULE) || defined(CONFIG_INET6_AH) || defined(CONFIG_INET6_AH_MODULE) #include <net/ah.h> _ Patches currently in -mm which might be from heiko.carstens@xxxxxxxxxx are origin.patch fix-ll_rw_blkc-build-on-s390.patch net-fix-xfrm-build-missing-scatterlisth-include.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