All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 mptcp-net 0/6] mptcp: mp_fail related fixes
@ 2022-06-21 17:23 Paolo Abeni
  2022-06-21 17:23 ` [PATCH v5 mptcp-net 1/6] mptcp: fix error mibs accounting Paolo Abeni
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Paolo Abeni @ 2022-06-21 17:23 UTC (permalink / raw)
  To: mptcp

While cooking a follow-up for "mptcp: invoke MP_FAIL response when
needed" I stumbled upon a few other MP_FAIL related issues hit my
the self-tests while mangling the above.

All the patches for for the -net tree, and should be applied in-order
around to the squashed-to patch.

v4 -> v5:
 - hopefully fix for real lockdep annotaiton in patch 6/6 (still mat)

v3 -> v4:
 - fix a couple of typos in 3/6, fix lockdep annotation in 6/6 (mat)

v2 -> v3:
 - do not schedule mp_fail timeout on closed socket in patch 3/6 (mat) 

v1 -> v2:
 - take care of UaF in mptcp_worker with new patch 6/6

Paolo Abeni (6):
  mptcp: fix error mibs accounting
  mptcp: introduce MAPPING_BAD_CSUM
  Squash-to: "mptcp: invoke MP_FAIL response when needed"
  mptcp: fix shutdown vs fallback race
  mptcp: consistent map handling on failure
  mptcp: fix race on unaccepted mptcp sockets

 net/mptcp/options.c  |   8 +--
 net/mptcp/pm.c       |   5 +-
 net/mptcp/protocol.c |  57 ++++++++++++++++----
 net/mptcp/protocol.h |  25 +++++++--
 net/mptcp/subflow.c  | 121 +++++++++++++++++++++++++++++++++++--------
 5 files changed, 172 insertions(+), 44 deletions(-)

-- 
2.35.3


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

end of thread, other threads:[~2022-06-22 20:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21 17:23 [PATCH v5 mptcp-net 0/6] mptcp: mp_fail related fixes Paolo Abeni
2022-06-21 17:23 ` [PATCH v5 mptcp-net 1/6] mptcp: fix error mibs accounting Paolo Abeni
2022-06-21 17:23 ` [PATCH v5 mptcp-net 2/6] mptcp: introduce MAPPING_BAD_CSUM Paolo Abeni
2022-06-21 17:23 ` [PATCH v5 mptcp-net 3/6] Squash-to: "mptcp: invoke MP_FAIL response when needed" Paolo Abeni
2022-06-21 17:23 ` [PATCH v5 mptcp-net 4/6] mptcp: fix shutdown vs fallback race Paolo Abeni
2022-06-21 17:23 ` [PATCH v5 mptcp-net 5/6] mptcp: consistent map handling on failure Paolo Abeni
2022-06-21 17:23 ` [PATCH v5 mptcp-net 6/6] mptcp: fix race on unaccepted mptcp sockets Paolo Abeni
2022-06-21 18:58   ` mptcp: fix race on unaccepted mptcp sockets: Tests Results MPTCP CI
2022-06-21 23:36 ` [PATCH v5 mptcp-net 0/6] mptcp: mp_fail related fixes Mat Martineau
2022-06-22 20:43 ` Matthieu Baerts

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.