aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDing Tianhong <dingtianhong@huawei.com>2017-04-29 10:38:48 +0800
committerAl Viro <viro@zeniv.linux.org.uk>2017-05-01 14:49:53 -0400
commita6a5993243550b09f620941dea741b7421fdf79c (patch)
tree6fe5747d0ba55ff5d431d850e172ef1bc43b3336 /lib
parentgeneric_file_read_iter(): make use of iov_iter_revert() (diff)
downloadlinux-dev-a6a5993243550b09f620941dea741b7421fdf79c.tar.xz
linux-dev-a6a5993243550b09f620941dea741b7421fdf79c.zip
iov_iter: don't revert iov buffer if csum error
The patch 327868212381 (make skb_copy_datagram_msg() et.al. preserve ->msg_iter on error) will revert the iov buffer if copy to iter failed, but it didn't copy any datagram if the skb_checksum_complete error, so no need to revert any data at this place. v2: Sabrina notice that return -EFAULT when checksum error is not correct here, it would confuse the caller about the return value, so fix it. Fixes: 327868212381 ("make skb_copy_datagram_msg() et.al. preserve->msg_iter on error") Cc: stable@vger.kernel.org # v4.11 Signed-off-by: Ding Tianhong <dingtianhong@huawei.com> Acked-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions