diff options
author | 2023-08-04 14:46:11 +0000 | |
---|---|---|
committer | 2023-08-06 08:24:55 +0100 | |
commit | d44fd4a767b3755899f8ad1df3e8eca3961ba708 (patch) | |
tree | 9a3f8e02c87025cd2a6ac2d79a6e3a211de0b7e8 /net/core | |
parent | Merge tag 'wireless-next-2023-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next (diff) | |
download | wireguard-linux-d44fd4a767b3755899f8ad1df3e8eca3961ba708.tar.xz wireguard-linux-d44fd4a767b3755899f8ad1df3e8eca3961ba708.zip |
tcp: set TCP_SYNCNT locklessly
icsk->icsk_syn_retries can safely be set without locking the socket.
We have to add READ_ONCE() annotations in tcp_fastopen_synack_timer()
and tcp_write_timeout().
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
0 files changed, 0 insertions, 0 deletions