mbox series

[net,0/3] mptcp: Fixes for 6.1

Message ID 20221021225856.88119-1-mathew.j.martineau@linux.intel.com (mailing list archive)
Headers show
Series mptcp: Fixes for 6.1 | expand

Message

Mat Martineau Oct. 21, 2022, 10:58 p.m. UTC
Patch 1 fixes an issue with assigning subflow IDs in cases where an
incoming MP_JOIN is processed before accept() completes on the MPTCP
socket.

Patches 2 and 3 fix a deadlock issue with fastopen code (new for 6.1) at
connection time.

Paolo Abeni (3):
  mptcp: set msk local address earlier
  mptcp: factor out mptcp_connect()
  mptcp: fix abba deadlock on fastopen

 net/mptcp/protocol.c | 182 ++++++++++++++++++++++++-------------------
 net/mptcp/protocol.h |   5 +-
 net/mptcp/subflow.c  |   7 ++
 3 files changed, 113 insertions(+), 81 deletions(-)


base-commit: 4d814b329a4d54cd10eee4bd2ce5a8175646cc16

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 25, 2022, 4:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 21 Oct 2022 15:58:53 -0700 you wrote:
> Patch 1 fixes an issue with assigning subflow IDs in cases where an
> incoming MP_JOIN is processed before accept() completes on the MPTCP
> socket.
> 
> Patches 2 and 3 fix a deadlock issue with fastopen code (new for 6.1) at
> connection time.
> 
> [...]

Here is the summary with links:
  - [net,1/3] mptcp: set msk local address earlier
    https://git.kernel.org/netdev/net/c/e72e4032637f
  - [net,2/3] mptcp: factor out mptcp_connect()
    https://git.kernel.org/netdev/net/c/54f1944ed6d2
  - [net,3/3] mptcp: fix abba deadlock on fastopen
    https://git.kernel.org/netdev/net/c/fa9e57468aa1

You are awesome, thank you!