aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/array.c
diff options
context:
space:
mode:
authorWillem de Bruijn <[email protected]>2017-09-22 23:42:37 +0000
committerDavid S. Miller <[email protected]>2017-09-23 03:31:29 +0000
commit581fe0ea61584d88072527ae9fb9dcb9d1f2783e (patch)
tree3e4d6f6ea3397283ab12445eb369ebb5ee4c006b /fs/proc/array.c
parentMAINTAINERS: update git tree locations for ieee802154 subsystem (diff)
downloadkernel-581fe0ea61584d88072527ae9fb9dcb9d1f2783e.tar.gz
kernel-581fe0ea61584d88072527ae9fb9dcb9d1f2783e.zip
net: orphan frags on stand-alone ptype in dev_queue_xmit_nit
Zerocopy skbs frags are copied when the skb is looped to a local sock. Commit 1080e512d44d ("net: orphan frags on receive") introduced calls to skb_orphan_frags to deliver_skb and __netif_receive_skb for this. With msg_zerocopy, these skbs can also exist in the tx path and thus loop from dev_queue_xmit_nit. This already calls deliver_skb in its loop. But it does not orphan before a separate pt_prev->func(). Add the missing skb_orphan_frags_rx. Changes v1->v2: handle skb_orphan_frags_rx failure Fixes: 1f8b977ab32d ("sock: enable MSG_ZEROCOPY") Signed-off-by: Willem de Bruijn <[email protected]> Reviewed-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'fs/proc/array.c')
0 files changed, 0 insertions, 0 deletions