diff options
| author | Joe Stringer <[email protected]> | 2020-03-29 15:53:40 -0700 |
|---|---|---|
| committer | Alexei Starovoitov <[email protected]> | 2020-03-30 13:45:05 -0700 |
| commit | 7ae215d23c12a939005f35d1848ca55b6109b9c0 (patch) | |
| tree | bc88bf441433f5bf7a3d66610adb5d1ad1707390 /tools/perf/scripts/python/bin | |
| parent | 71489e21d720a09388b565d60ef87ae993c10528 (diff) | |
bpf: Don't refcount LISTEN sockets in sk_assign()
Avoid taking a reference on listen sockets by checking the socket type
in the sk_assign and in the corresponding skb_steal_sock() code in the
the transport layer, and by ensuring that the prefetch free (sock_pfree)
function uses the same logic to check whether the socket is refcounted.
Suggested-by: Martin KaFai Lau <[email protected]>
Signed-off-by: Joe Stringer <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Acked-by: Martin KaFai Lau <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions