diff options
author | 2023-01-24 10:01:03 +0800 | |
---|---|---|
committer | 2023-01-25 13:07:37 +0000 | |
commit | de8a6b15d9654c3e4f672d76da9d9df8ee06331d (patch) | |
tree | abcadce54cd7abc941e2d25e56c8524956c2187b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'ravb-fixes' (diff) | |
download | wireguard-linux-de8a6b15d9654c3e4f672d76da9d9df8ee06331d.tar.xz wireguard-linux-de8a6b15d9654c3e4f672d76da9d9df8ee06331d.zip |
net: mctp: add an explicit reference from a mctp_sk_key to sock
Currently, we correlate the mctp_sk_key lifetime to the sock lifetime
through the sock hash/unhash operations, but this is pretty tenuous, and
there are cases where we may have a temporary reference to an unhashed
sk.
This change makes the reference more explicit, by adding a hold on the
sock when it's associated with a mctp_sk_key, released on final key
unref.
Fixes: 73c618456dc5 ("mctp: locking, lifetime and validity changes for sk_keys")
Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions