Merge branch 'mptcp-fixes-for-6-1'
authorJakub Kicinski <kuba@kernel.org>
Tue, 25 Oct 2022 04:14:00 +0000 (21:14 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 25 Oct 2022 04:14:01 +0000 (21:14 -0700)
Mat Martineau says:

====================
mptcp: Fixes for 6.1

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.
====================

Link: https://lore.kernel.org/r/20221021225856.88119-1-mathew.j.martineau@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge