diff options
author | Eric Dumazet <edumazet@google.com> | 2023-07-28 15:03:10 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-07-29 18:13:41 +0100 |
commit | ea7f45ef77b39e72244d282e47f6cb1ef4135cd2 (patch) | |
tree | 5bdc4e61b408719dc8d8d31a92120aaf6644e4fe /net/unix/af_unix.c | |
parent | c76a0328899bbe226f8adeb88b8da9e4167bd316 (diff) | |
download | linux-ea7f45ef77b39e72244d282e47f6cb1ef4135cd2.tar.gz linux-ea7f45ef77b39e72244d282e47f6cb1ef4135cd2.tar.bz2 linux-ea7f45ef77b39e72244d282e47f6cb1ef4135cd2.zip |
net: annotate data-races around sk->sk_max_pacing_rate
sk_getsockopt() runs locklessly. This means sk->sk_max_pacing_rate
can be read while other threads are changing its value.
Fixes: 62748f32d501 ("net: introduce SO_MAX_PACING_RATE")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions