Merge branch 'mptcp-fixes-for-connect-timeout-access-annotations-and-subflow-init'
authorJakub Kicinski <kuba@kernel.org>
Thu, 1 Jun 2023 17:04:06 +0000 (10:04 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 1 Jun 2023 17:04:06 +0000 (10:04 -0700)
commit66dd101487305345fefb359de07ab3101e03eb08
tree137c7c1fd0f3db1180862504c463d369cbb0d2df
parent3021dbfe3ef0aae502347f62824b292697f55f88
parent55b47ca7d80814ceb63d64e032e96cd6777811e5
Merge branch 'mptcp-fixes-for-connect-timeout-access-annotations-and-subflow-init'

Mat Martineau says:

====================
mptcp: Fixes for connect timeout, access annotations, and subflow init

Patch 1 allows the SO_SNDTIMEO sockopt to correctly change the connect
timeout on MPTCP sockets.

Patches 2-5 add READ_ONCE()/WRITE_ONCE() annotations to fix KCSAN issues.

Patch 6 correctly initializes some subflow fields on outgoing connections.
====================

Link: https://lore.kernel.org/r/20230531-send-net-20230531-v1-0-47750c420571@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>