Files
linux/net/core
Eric Dumazet a2b5a9654a net: annotate data-races around sk->sk_{rcv|snd}timeo
[ Upstream commit 285975dd67 ]

sk_getsockopt() runs without locks, we must add annotations
to sk->sk_rcvtimeo and sk->sk_sndtimeo.

In the future we might allow fetching these fields before
we lock the socket in TCP fast path.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-09-13 09:42:23 +02:00
..
2022-05-16 11:33:59 +01:00
2022-06-09 21:52:55 -07:00
2021-12-16 07:18:35 -08:00
2023-03-10 09:33:54 +01:00
2020-06-18 20:46:23 -07:00