linux/tools/testing/selftests/net/mptcp
Matthieu Baerts d4c81bbb86 selftests: mptcp: join: support local endpoint being tracked or not
Selftests are supposed to run on any kernels, including the old ones not
supporting all MPTCP features.

At some points, a new feature caused internal behaviour changes we are
verifying in the selftests, see the Fixes tag below. It was not a uAPI
change but because in these selftests, we check some internal
behaviours, it is normal we have to adapt them from time to time after
having added some features.

It is possible to look for "mptcp_pm_subflow_check_next" in kallsyms
because it was needed to introduce the mentioned feature. So we can know
in advance what the behaviour we are expecting here instead of
supporting the two behaviours.

Link: https://github.com/multipath-tcp/mptcp_net-next/issues/368
Fixes: 86e39e0448 ("mptcp: keep track of local endpoint still available for each msk")
Cc: stable@vger.kernel.org
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2023-06-12 16:55:42 -07:00
..
.gitignore selftests: mptcp: add inq test case 2021-12-07 11:36:30 -08:00
config selftests: mptcp: lib: skip if missing symbol 2023-06-10 00:02:15 -07:00
diag.sh selftests: mptcp: diag: skip inuse tests if not supported 2023-06-10 00:02:16 -07:00
Makefile selftests: mptcp: connect: skip if MPTCP is not supported 2023-05-30 13:21:02 +02:00
mptcp_connect.c selftests: mptcp: remove duplicated entries in usage 2023-04-17 08:25:33 +01:00
mptcp_connect.sh selftests: mptcp: connect: skip TFO tests if not supported 2023-06-10 00:02:16 -07:00
mptcp_inq.c selftests: mptcp: Initialize variables to quiet gcc 12 warnings 2022-06-28 20:45:43 -07:00
mptcp_join.sh selftests: mptcp: join: support local endpoint being tracked or not 2023-06-12 16:55:42 -07:00
mptcp_lib.sh selftests: mptcp: lib: skip if not below kernel version 2023-06-12 16:55:42 -07:00
mptcp_sockopt.c selftests: mptcp: sockopt: relax expected returned size 2023-06-10 00:02:16 -07:00
mptcp_sockopt.sh selftests: mptcp: sockopt: skip TCP_INQ checks if not supported 2023-06-10 00:02:16 -07:00
pm_netlink.sh selftests: mptcp: pm nl: skip fullmesh flag checks if not supported 2023-06-10 00:02:16 -07:00
pm_nl_ctl.c selftests: mptcp: update pm_nl_ctl usage header 2022-07-09 12:19:24 +01:00
settings selftests: mptcp: increase timeout to 20 minutes 2022-02-17 19:59:58 -08:00
simult_flows.sh selftests: mptcp: simult flows: skip if MPTCP is not supported 2023-05-30 13:21:03 +02:00
userspace_pm.sh selftests: mptcp: userspace pm: skip PM listener events tests if unavailable 2023-06-10 00:02:16 -07:00