diff options
author | Eric Dumazet <edumazet@google.com> | 2023-07-28 18:03:12 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-07-29 20:13:41 +0300 |
commit | 285975dd674258ccb33e77a1803e8f2015e67105 (patch) | |
tree | f7a2ba431a1d454a0bc3440efb4cbad46959058e /scripts/gdb/linux/utils.py | |
parent | e6d12bdb435d23ff6c1890c852d85408a2f496ee (diff) | |
download | linux-285975dd674258ccb33e77a1803e8f2015e67105.tar.xz |
net: annotate data-races around sk->sk_{rcv|snd}timeo
sk_getsockopt() runs without locks, we must add annotations
to sk->sk_rcvtimeo and sk->sk_sndtimeo.
In the future we might allow fetching these fields before
we lock the socket in TCP fast path.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions