[PATCH net 0/9] mptcp: Fixes for 5.19

Mat Martineau posted 9 patches 1 year, 10 months ago
Failed in applying to current master (apply log)
include/uapi/linux/mptcp.h                    |   9 +-
net/mptcp/options.c                           |   7 +-
net/mptcp/pm.c                                |  10 +-
net/mptcp/protocol.c                          |  84 +++++++-----
net/mptcp/protocol.h                          |  24 +++-
net/mptcp/subflow.c                           | 127 ++++++++++++++----
tools/testing/selftests/net/mptcp/diag.sh     |  48 +++++--
.../selftests/net/mptcp/mptcp_connect.c       |   2 +-
tools/testing/selftests/net/mptcp/mptcp_inq.c |   2 +-
.../selftests/net/mptcp/mptcp_sockopt.c       |   2 +-
10 files changed, 227 insertions(+), 88 deletions(-)
[PATCH net 0/9] mptcp: Fixes for 5.19
Posted by Mat Martineau 1 year, 10 months ago
Several categories of fixes from the mptcp tree:

Patches 1-3 are fixes related to MP_FAIL and FASTCLOSE, to make sure
MIBs are accurate, and to handle MP_FAIL transmission and responses at
the correct times. sk_timer conflicts are also resolved.

Patches 4 and 6 handle two separate race conditions, one at socket
shutdown and one with unaccepted subflows.

Patch 5 makes sure read operations are not blocked during fallback to
TCP.

Patch 7 improves the diag selftest, which were incorrectly failing on
slow machines (like the VMs used for CI testing).

Patch 8 avoids possible symbol redefinition errors in the userspace
mptcp.h file.

Patch 9 fixes a selftest build issue with gcc 12.

Geliang Tang (1):
  mptcp: invoke MP_FAIL response when needed

Mat Martineau (1):
  selftests: mptcp: Initialize variables to quiet gcc 12 warnings

Ossama Othman (1):
  mptcp: fix conflict with <netinet/in.h>

Paolo Abeni (6):
  mptcp: fix error mibs accounting
  mptcp: introduce MAPPING_BAD_CSUM
  mptcp: fix shutdown vs fallback race
  mptcp: consistent map handling on failure
  mptcp: fix race on unaccepted mptcp sockets
  selftests: mptcp: more stable diag tests

 include/uapi/linux/mptcp.h                    |   9 +-
 net/mptcp/options.c                           |   7 +-
 net/mptcp/pm.c                                |  10 +-
 net/mptcp/protocol.c                          |  84 +++++++-----
 net/mptcp/protocol.h                          |  24 +++-
 net/mptcp/subflow.c                           | 127 ++++++++++++++----
 tools/testing/selftests/net/mptcp/diag.sh     |  48 +++++--
 .../selftests/net/mptcp/mptcp_connect.c       |   2 +-
 tools/testing/selftests/net/mptcp/mptcp_inq.c |   2 +-
 .../selftests/net/mptcp/mptcp_sockopt.c       |   2 +-
 10 files changed, 227 insertions(+), 88 deletions(-)


base-commit: cb8092d70a6f5f01ec1490fce4d35efed3ed996c
-- 
2.37.0