All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-net v2 0/4] mptcp: fix races in add_addr handling
@ 2022-02-08 19:06 Paolo Abeni
  2022-02-08 19:06 ` [PATCH mptcp-net v2 1/4] mptcp: fix race in overlapping signal events Paolo Abeni
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Paolo Abeni @ 2022-02-08 19:06 UTC (permalink / raw)
  To: mptcp

the patches 1 && 2 fix actual races, even if the race addressed by
2/4 is not exposed by the self-tests, afaics.

patch 3 introduces some mibs to detect critical scenarios we can't
fix without major rework

patch 4 updates the self-test to be graceful in above cases.

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

Paolo Abeni (4):
  mptcp: fix race in overlapping signal events
  mptcp: fix race in incoming ADD_ADDR option processing.
  mptcp: add mibs counter for ignored incoming options
  selftests: mptcp: more robust signal race test

 net/mptcp/mib.c                               |  2 ++
 net/mptcp/mib.h                               |  2 ++
 net/mptcp/pm.c                                |  8 +++--
 net/mptcp/pm_netlink.c                        | 29 +++++++++++++++----
 .../testing/selftests/net/mptcp/mptcp_join.sh | 16 ++++++++--
 5 files changed, 47 insertions(+), 10 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-02-09  9:32 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-08 19:06 [PATCH mptcp-net v2 0/4] mptcp: fix races in add_addr handling Paolo Abeni
2022-02-08 19:06 ` [PATCH mptcp-net v2 1/4] mptcp: fix race in overlapping signal events Paolo Abeni
2022-02-09  0:54   ` Mat Martineau
2022-02-09  8:54     ` Paolo Abeni
2022-02-09  9:29       ` Matthieu Baerts
2022-02-08 19:06 ` [PATCH mptcp-net v2 2/4] mptcp: fix race in incoming ADD_ADDR option processing Paolo Abeni
2022-02-08 21:25   ` Matthieu Baerts
2022-02-09  0:54     ` Mat Martineau
2022-02-09  8:49       ` Paolo Abeni
2022-02-09  9:32         ` Matthieu Baerts
2022-02-08 19:06 ` [PATCH mptcp-net v2 3/4] mptcp: add mibs counter for ignored incoming options Paolo Abeni
2022-02-08 19:06 ` [PATCH mptcp-net v2 4/4] selftests: mptcp: more robust signal race test Paolo Abeni

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.