]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tcp: annotate data-races around tp->rx_opt.user_mss
authorEric Dumazet <edumazet@google.com>
Thu, 21 Aug 2025 14:19:00 +0000 (14:19 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 22 Aug 2025 22:58:58 +0000 (15:58 -0700)
commitd5ffba0f254d29a13908d4510762b31d4247a94c
tree96296c80cf3643f72f2a2d84751758af22bc2db7
parent02614eee26fbdfd73b944769001cefeff6ed008c
tcp: annotate data-races around tp->rx_opt.user_mss

This field is already read locklessly for listeners,
next patch will make setsockopt(TCP_MAXSEG) lockless.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Neal Cardwell <ncardwell@google.com>
Link: https://patch.msgid.link/20250821141901.18839-2-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.h
net/ipv4/tcp.c
net/ipv4/tcp_input.c
net/ipv4/tcp_output.c