From: Michael S. Tsirkin Date: Mon, 10 Mar 2014 17:28:08 +0000 (+0200) Subject: skbuff: skb_segment: orphan frags before copying X-Git-Tag: v3.14-rc7~10^2~18^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fd819ecb90cc9b822cd84d3056ddba315d3340f;p=pandora-kernel.git skbuff: skb_segment: orphan frags before copying skb_segment copies frags around, so we need to copy them carefully to avoid accessing user memory after reporting completion to userspace through a callback. skb_segment doesn't normally happen on datapath: TSO needs to be disabled - so disabling zero copy in this case does not look like a big deal. Signed-off-by: Michael S. Tsirkin Acked-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed