[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211214231604.211016-1-mathew.j.martineau@linux.intel.com>
Date: Tue, 14 Dec 2021 15:16:00 -0800
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, matthieu.baerts@...sares.net,
mptcp@...ts.linux.dev
Subject: [PATCH net 0/4] mptcp: Fixes for ULP, a deadlock, and netlink docs
Two of the MPTCP fixes in this set are related to the TCP_ULP socket
option with MPTCP sockets operating in "fallback" mode (the connection
has reverted to regular TCP). The other issues are an observed deadlock
and missing parameter documentation in the MPTCP netlink API.
Patch 1 marks TCP_ULP as unsupported earlier in MPTCP setsockopt code,
so the fallback code path in the MPTCP layer does not pass the TCP_ULP
option down to the subflow TCP socket.
Patch 2 makes sure a TCP fallback socket returned to userspace by
accept()ing on a MPTCP listening socket does not allow use of the
"mptcp" TCP_ULP type. That ULP is intended only for use by in-kernel
MPTCP subflows.
Patch 3 fixes the possible deadlock when sending data and there are
socket option changes to sync to the subflows.
Patch 4 makes sure all MPTCP netlink event parameters are documented
in the MPTCP uapi header.
Florian Westphal (2):
mptcp: remove tcp ulp setsockopt support
mptcp: clear 'kern' flag from fallback sockets
Matthieu Baerts (1):
mptcp: add missing documented NL params
Maxim Galaganov (1):
mptcp: fix deadlock in __mptcp_push_pending()
include/uapi/linux/mptcp.h | 18 ++++++++++--------
net/mptcp/protocol.c | 6 ++++--
net/mptcp/sockopt.c | 1 -
3 files changed, 14 insertions(+), 11 deletions(-)
base-commit: 3dd7d40b43663f58d11ee7a3d3798813b26a48f1
--
2.34.1
Powered by blists - more mailing lists