linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] mptcp: More fixes for 6.1
@ 2022-11-28 15:42 Matthieu Baerts
  2022-11-28 15:42 ` [PATCH net 1/2] mptcp: don't orphan ssk in mptcp_close() Matthieu Baerts
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Matthieu Baerts @ 2022-11-28 15:42 UTC (permalink / raw)
  To: Davide Caratti, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Mat Martineau, Matthieu Baerts, Mengen Sun, Menglong Dong,
	Paolo Abeni
  Cc: Jiang Biao, linux-kernel, mptcp, netdev

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.

Menglong Dong (1):
  mptcp: don't orphan ssk in mptcp_close()

Paolo Abeni (1):
  mptcp: fix sleep in atomic at close time

 net/mptcp/protocol.c | 13 ++++++-------
 net/mptcp/subflow.c  |  6 +++---
 2 files changed, 9 insertions(+), 10 deletions(-)


base-commit: f2fc2280faabafc8df83ee007699d21f7a6301fe
-- 
2.37.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-29  2:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-28 15:42 [PATCH net 0/2] mptcp: More fixes for 6.1 Matthieu Baerts
2022-11-28 15:42 ` [PATCH net 1/2] mptcp: don't orphan ssk in mptcp_close() Matthieu Baerts
2022-11-28 15:42 ` [PATCH net 2/2] mptcp: fix sleep in atomic at close time Matthieu Baerts
2022-11-29  2:20 ` [PATCH net 0/2] mptcp: More fixes for 6.1 patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).