diff options
author | Eric Dumazet <edumazet@google.com> | 2023-07-28 15:03:09 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-07-29 18:13:41 +0100 |
commit | c76a0328899bbe226f8adeb88b8da9e4167bd316 (patch) | |
tree | 12ce3f51323a75a8ecdff5de9c2e699924ce57d9 /net/unix/af_unix.c | |
parent | fe11fdcb4207907d80cda2e73777465d68131e66 (diff) | |
download | linux-c76a0328899bbe226f8adeb88b8da9e4167bd316.tar.gz linux-c76a0328899bbe226f8adeb88b8da9e4167bd316.tar.bz2 linux-c76a0328899bbe226f8adeb88b8da9e4167bd316.zip |
net: annotate data-race around sk->sk_txrehash
sk_getsockopt() runs locklessly. This means sk->sk_txrehash
can be read while other threads are changing its value.
Other locations were handled in commit cb6cd2cec799
("tcp: Change SYN ACK retransmit behaviour to account for rehash")
Fixes: 26859240e4ee ("txhash: Add socket option to control TX hash rethink behavior")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Akhmat Karakotov <hmukos@yandex-team.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions