From: Jakub Kicinski Date: Thu, 29 Aug 2024 00:08:20 +0000 (-0700) Subject: Merge branch 'tcp-take-better-care-of-tw_substate-and-tw_rcv_nxt' X-Git-Tag: v6.12-rc1~232^2~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59a0ad4f03888c22c64e7bfe7e7b2efd4c317303;p=thirdparty%2Fkernel%2Fstable.git Merge branch 'tcp-take-better-care-of-tw_substate-and-tw_rcv_nxt' Eric Dumazet says: ==================== tcp: take better care of tw_substate and tw_rcv_nxt While reviewing Jason Xing recent commit (0d9e5df4a257 "tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() process") I saw we could remove the volatile qualifier for tw_substate field, and I also added missing data-race annotations around tcptw->tw_rcv_nxt. ==================== Link: https://patch.msgid.link/20240827015250.3509197-1-edumazet@google.com Signed-off-by: Jakub Kicinski --- 59a0ad4f03888c22c64e7bfe7e7b2efd4c317303