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