From: David S. Miller Date: Fri, 7 Nov 2014 17:13:40 +0000 (-0500) Subject: Merge branch 'iov_iter' X-Git-Tag: v3.19-rc1~118^2~248 X-Git-Url: http://git.cascardo.info/?a=commitdiff_plain;h=7f6d46704fe0895f33b81552244344422c1c647c;p=cascardo%2Flinux.git Merge branch 'iov_iter' Herbert Xu says: ==================== Replace skb_copy_datagram_const_iovec with iterator version This patch series adds the helper skb_copy_datagram_iter, which is meant to replace both skb_copy_datagram_iovec and its evil twin skb_copy_datagram_const_iovec. It then converts tun and macvtap over to the new helper and finally removes skb_copy_datagram_const_iovec which is only used by tun and macvtap. The copy_to_iter return value issue pointed out by Al has now been fixed. ==================== Signed-off-by: David S. Miller --- 7f6d46704fe0895f33b81552244344422c1c647c