All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-net v2 0/4] mptcp: fix signal endpoint readd
@ 2024-07-05 20:33 Paolo Abeni
  2024-07-05 20:33 ` [PATCH mptcp-net v2 1/4] mptcp: fix user-space PM announced address accounting Paolo Abeni
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Paolo Abeni @ 2024-07-05 20:33 UTC (permalink / raw)
  To: mptcp

Issues/501 showed that the NL PM currently don't add corectly removal
and re-add of signal endpoint.

Patches 1 and 2 addresses the issue, patch 3/4 introduce a related
self-test, and the last patch address a pre-existing buglet in the
self-test infra.

v1 -> v2:
 - splitted the first 2 patches
 - fixed accounting in mptcp_pm_remove_anno_addr
 - self-tests depends on subflow_rebuild_header

Paolo Abeni (4):
  mptcp: fix user-space PM announced address accounting
  mptcp: fix NL PM announced address accounting
  selftests: mptcp: add explicit test case for remove/readd
  selftests: mptcp: fix error path

 net/mptcp/pm_netlink.c                        | 27 +++++++++++-----
 .../testing/selftests/net/mptcp/mptcp_join.sh | 31 ++++++++++++++++++-
 2 files changed, 49 insertions(+), 9 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-07-09  9:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-05 20:33 [PATCH mptcp-net v2 0/4] mptcp: fix signal endpoint readd Paolo Abeni
2024-07-05 20:33 ` [PATCH mptcp-net v2 1/4] mptcp: fix user-space PM announced address accounting Paolo Abeni
2024-07-05 20:33 ` [PATCH mptcp-net v2 2/4] mptcp: fix NL " Paolo Abeni
2024-07-05 20:33 ` [PATCH mptcp-net v2 3/4] selftests: mptcp: add explicit test case for remove/readd Paolo Abeni
2024-07-05 20:33 ` [PATCH mptcp-net v2 4/4] selftests: mptcp: fix error path Paolo Abeni
2024-07-05 21:25 ` [PATCH mptcp-net v2 0/4] mptcp: fix signal endpoint readd MPTCP CI
2024-07-09  9:03 ` Matthieu Baerts
2024-07-09  9:14 ` 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.