[PATCH net 0/6] mptcp: Fixes for connect timeout, access annotations, and subflow init

Mat Martineau posted 6 patches 10 months ago
Failed in applying to current master (apply log)
net/mptcp/protocol.c | 140 ++++++++++++++++++++++++++++-----------------------
net/mptcp/protocol.h |  15 +++---
net/mptcp/subflow.c  |  28 +----------
3 files changed, 88 insertions(+), 95 deletions(-)
[PATCH net 0/6] mptcp: Fixes for connect timeout, access annotations, and subflow init
Posted by Mat Martineau 10 months ago
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.

Signed-off-by: Mat Martineau <martineau@kernel.org>
---
Paolo Abeni (6):
      mptcp: fix connect timeout handling
      mptcp: add annotations around msk->subflow accesses
      mptcp: consolidate passive msk socket initialization
      mptcp: fix data race around msk->first access
      mptcp: add annotations around sk->sk_shutdown accesses
      mptcp: fix active subflow finalization

 net/mptcp/protocol.c | 140 ++++++++++++++++++++++++++++-----------------------
 net/mptcp/protocol.h |  15 +++---
 net/mptcp/subflow.c  |  28 +----------
 3 files changed, 88 insertions(+), 95 deletions(-)
---
base-commit: 448a5ce1120c5bdbce1f1ccdabcd31c7d029f328
change-id: 20230531-send-net-20230531-428ddf43b4ed

Best regards,
-- 
Mat Martineau <martineau@kernel.org>