Message ID | 20221128154239.1999234-1-matthieu.baerts@tessares.net (mailing list archive) |
---|---|
Headers | show |
Series | mptcp: More fixes for 6.1 | expand |
Hello: This series was applied to netdev/net.git (master) by Jakub Kicinski <kuba@kernel.org>: On Mon, 28 Nov 2022 16:42:36 +0100 you wrote: > Patch 1 makes sure data received after a close will still be processed and acked > as exepected. This is a regression for a commit introduced in v5.11. > > Patch 2 fixes a kernel deadlock found when working on validating TFO with a > listener MPTCP socket. This is not directly linked to TFO but it is easier to > reproduce the issue with it. This fixes a bug introduced by a commit from v6.0. > > [...] Here is the summary with links: - [net,1/2] mptcp: don't orphan ssk in mptcp_close() https://git.kernel.org/netdev/net/c/fe94800184f2 - [net,2/2] mptcp: fix sleep in atomic at close time https://git.kernel.org/netdev/net/c/b4f166651d03 You are awesome, thank you!