All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 mptcp-net 0/2] mptcp: fix missing close transition
@ 2023-08-23  8:28 Paolo Abeni
  2023-08-23  8:28 ` [PATCH v2 mptcp-net 1/2] mptcp: move __mptcp_error_report in protocol.c Paolo Abeni
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Paolo Abeni @ 2023-08-23  8:28 UTC (permalink / raw)
  To: mptcp

This is an attempt to address the 2nd issue reported in:

https://github.com/multipath-tcp/mptcp_net-next/issues/427

See the individual patch changelog for the details. The cover letter
is here mainly to trigger the CI.

v1 -> v2:
 - fix compile warning reported by the CI

Paolo Abeni (2):
  mptcp: move __mptcp_error_report in protocol.c
  mptcp: process pending subflow error on close

 net/mptcp/protocol.c | 41 +++++++++++++++++++++++++++++++++++++++++
 net/mptcp/subflow.c  | 36 ------------------------------------
 2 files changed, 41 insertions(+), 36 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-08-23 18:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-23  8:28 [PATCH v2 mptcp-net 0/2] mptcp: fix missing close transition Paolo Abeni
2023-08-23  8:28 ` [PATCH v2 mptcp-net 1/2] mptcp: move __mptcp_error_report in protocol.c Paolo Abeni
2023-08-23  8:28 ` [PATCH v2 mptcp-net 2/2] mptcp: process pending subflow error on close Paolo Abeni
2023-08-23 10:06   ` mptcp: process pending subflow error on close: Tests Results MPTCP CI
2023-08-23 18:29   ` MPTCP CI
2023-08-23 16:59 ` [PATCH v2 mptcp-net 0/2] mptcp: fix missing close transition Mat Martineau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.