From: Jakub Kicinski Date: Mon, 25 Aug 2025 23:21:01 +0000 (-0700) Subject: Merge branch 'tcp-annotate-data-races-around-icsk_retransmits-and-icsk_probes_out' X-Git-Tag: v6.18-rc1~132^2~346 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e887a196568fa1e68c673ccbdc78754b73b65fbe;p=thirdparty%2Fkernel%2Fstable.git Merge branch 'tcp-annotate-data-races-around-icsk_retransmits-and-icsk_probes_out' Eric Dumazet says: ==================== tcp: annotate data-races around icsk_retransmits and icsk_probes_out icsk->icsk_retransmits is read locklessly from inet_sk_diag_fill(), tcp_get_timestamping_opt_stats, get_tcp4_sock() and get_tcp6_sock(). icsk->icsk_probes_out is read locklessly from inet_sk_diag_fill(), get_tcp4_sock() and get_tcp6_sock(). Add corresponding READ_ONCE()/WRITE_ONCE() annotations. ==================== Link: https://patch.msgid.link/20250822091727.835869-1-edumazet@google.com Signed-off-by: Jakub Kicinski --- e887a196568fa1e68c673ccbdc78754b73b65fbe