tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stamp
authorEric Dumazet <edumazet@google.com>
Mon, 3 Jun 2024 15:51:06 +0000 (15:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Jun 2024 11:30:09 +0000 (12:30 +0100)
commit69e0b33a7fce4d96649b9fa32e56b696921aa48e
treed0f565a124d88f3ac9a486f228cb9bf76a24e24a
parentb907194a5d5bcd3b01d28d095f6a4d9fcd9c5354
tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stamp

These fields can be read and written locklessly, add annotations
around these minor races.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_minisocks.c
net/ipv6/tcp_ipv6.c