diff options
author | Eric Dumazet <edumazet@google.com> | 2023-07-28 18:03:10 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-07-29 20:13:41 +0300 |
commit | ea7f45ef77b39e72244d282e47f6cb1ef4135cd2 (patch) | |
tree | 5bdc4e61b408719dc8d8d31a92120aaf6644e4fe /scripts/gdb/linux/utils.py | |
parent | c76a0328899bbe226f8adeb88b8da9e4167bd316 (diff) | |
download | linux-ea7f45ef77b39e72244d282e47f6cb1ef4135cd2.tar.xz |
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 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions