diff options
author | 2023-07-28 15:03:18 +0000 | |
---|---|---|
committer | 2023-07-29 18:13:41 +0100 | |
commit | 8bf43be799d4b242ea552a14db10456446be843e (patch) | |
tree | e022e5d483cebc0f7a62f89b4095e07ab58ed599 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | net: add missing data-race annotation for sk_ll_usec (diff) | |
download | wireguard-linux-8bf43be799d4b242ea552a14db10456446be843e.tar.xz wireguard-linux-8bf43be799d4b242ea552a14db10456446be843e.zip |
net: annotate data-races around sk->sk_priority
sk_getsockopt() runs locklessly. This means sk->sk_priority
can be read while other threads are changing its value.
Other reads also happen without socket lock being held.
Add missing annotations where needed.
Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions