aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/prog.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2019-05-15 12:10:15 -0400
committerDavid S. Miller <davem@davemloft.net>2019-05-15 12:22:41 -0400
commit858f5017446764e8bca0b29589a3b164186ae471 (patch)
tree373f0ffe2041cc465d0c0582b27da70f6179d7ee /tools/bpf/bpftool/prog.c
parent22fb43f36006a3d42b7ab34df0f14ded3d513eda (diff)
tcp: do not recycle cloned skbs
It is illegal to change arbitrary fields in skb_shared_info if the skb is cloned. Before calling skb_zcopy_clear() we need to ensure this rule, therefore we need to move the test from sk_stream_alloc_skb() to sk_wmem_free_skb() Fixes: 4f661542a402 ("tcp: fix zerocopy and notsent_lowat issues") Signed-off-by: Eric Dumazet <edumazet@google.com> Diagnosed-by: Willem de Bruijn <willemb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/bpf/bpftool/prog.c')
0 files changed, 0 insertions, 0 deletions