net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 28 Nov 2014 20:48:29 +0000 (15:48 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 4 Feb 2015 06:34:15 +0000 (01:34 -0500)
That takes care of the majority of ->sendmsg() instances - most of them
via memcpy_to_msg() or assorted getfrag() callbacks.  One place where we
still keep memcpy_fromiovecend() is tipc - there we potentially read the
same data over and over; separate patch, that...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/skbuff.h
include/net/udplite.h
net/ipv4/ip_output.c
net/ipv4/ping.c
net/ipv4/raw.c
net/ipv4/tcp_input.c
net/ipv6/raw.c

Simple merge
Simple merge
Simple merge
diff --cc net/ipv4/ping.c
Simple merge
diff --cc net/ipv4/raw.c
Simple merge
Simple merge
diff --cc net/ipv6/raw.c
Simple merge