[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220518220446.209750-1-mathew.j.martineau@linux.intel.com>
Date: Wed, 18 May 2022 15:04:42 -0700
From: Mat Martineau <mathew.j.martineau@...ux.intel.com>
To: netdev@...r.kernel.org
Cc: Mat Martineau <mathew.j.martineau@...ux.intel.com>,
davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
edumazet@...gle.com, matthieu.baerts@...sares.net,
mptcp@...ts.linux.dev
Subject: [PATCH net-next 0/4] mptcp: Miscellaneous fixes and a new test case
Patches 1 and 3 remove helpers that were iterating over the subflow
connection list without proper locking. Iteration was not needed in
either case.
Patch 2 fixes handling of MP_FAIL timeout, checking for orphaned
subflows instead of using the MPTCP socket data lock and connection
state.
Patch 4 adds a test for MP_FAIL timeout using tc pedit to induce checksum
failures.
Geliang Tang (1):
selftests: mptcp: add MP_FAIL reset testcase
Mat Martineau (2):
mptcp: Check for orphaned subflow before handling MP_FAIL timer
mptcp: Do not traverse the subflow connection list without lock
Paolo Abeni (1):
mptcp: stop using the mptcp_has_another_subflow() helper
net/mptcp/pm.c | 9 +++------
net/mptcp/protocol.c | 16 +---------------
net/mptcp/protocol.h | 14 --------------
net/mptcp/subflow.c | 15 +++++----------
tools/testing/selftests/net/mptcp/mptcp_join.sh | 10 ++++++++++
5 files changed, 19 insertions(+), 45 deletions(-)
base-commit: a3641ca416a3da7cbeae5bcf1fc26ba9797a1438
--
2.36.1
Powered by blists - more mailing lists