diff options
author | Eric Dumazet <edumazet@google.com> | 2023-09-21 20:28:17 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-10-01 19:09:54 +0100 |
commit | 0bb4d124d34044179b42a769a0c76f389ae973b6 (patch) | |
tree | 990656059091cbdd62fd54855107d065cfefca55 /net/can/raw.c | |
parent | 5eef0b8de1be40c5d05873b7e3d63824300c9f39 (diff) | |
download | linux-0bb4d124d34044179b42a769a0c76f389ae973b6.tar.gz linux-0bb4d124d34044179b42a769a0c76f389ae973b6.tar.bz2 linux-0bb4d124d34044179b42a769a0c76f389ae973b6.zip |
net: annotate data-races around sk->sk_tx_queue_mapping
This field can be read or written without socket lock being held.
Add annotations to avoid load-store tearing.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/can/raw.c')
0 files changed, 0 insertions, 0 deletions