All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-net v3 0/4] mptcp: fix races in add_addr handling
@ 2022-02-09  9:47 Paolo Abeni
  2022-02-09  9:47 ` [PATCH mptcp-net v3 1/4] mptcp: fix race in overlapping signal events Paolo Abeni
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Paolo Abeni @ 2022-02-09  9:47 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

Note: I did not attach the above tag to a specific patch, as all
of them will be needed to fix the issue

v2 -> v3:
 - fix missing init in patch 2/4

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] 8+ messages in thread

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-09  9:47 [PATCH mptcp-net v3 0/4] mptcp: fix races in add_addr handling Paolo Abeni
2022-02-09  9:47 ` [PATCH mptcp-net v3 1/4] mptcp: fix race in overlapping signal events Paolo Abeni
2022-02-09  9:47 ` [PATCH mptcp-net v3 2/4] mptcp: fix race in incoming ADD_ADDR option processing Paolo Abeni
2022-02-09  9:47 ` [PATCH mptcp-net v3 3/4] mptcp: add mibs counter for ignored incoming options Paolo Abeni
2022-02-09 12:52   ` Matthieu Baerts
2022-02-09  9:47 ` [PATCH mptcp-net v3 4/4] selftests: mptcp: more robust signal race test Paolo Abeni
2022-02-09  9:59 ` [PATCH mptcp-net v3 0/4] mptcp: fix races in add_addr handling Matthieu Baerts
2022-02-09 13:22   ` 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.