Message ID | 20240910-net-selftests-mptcp-fix-install-v1-0-8f124aa9156d@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | selftests: mptcp: misc. small fixes | expand |
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 10 Sep 2024 21:06:35 +0200 you wrote: > Here are some various fixes for the MPTCP selftests. > > Patch 1 fixes a recently modified test to continue to work as expected > on older kernels. This is a fix for a recent fix that can be backported > up to v5.15. > > Patch 2 and 3 include dependences when exporting or installing the > tests. Two fixes for v6.11-rc1. > > [...] Here is the summary with links: - [net,1/3] selftests: mptcp: join: restrict fullmesh endp on 1st sf https://git.kernel.org/netdev/net/c/49ac6f05ace5 - [net,2/3] selftests: mptcp: include lib.sh file https://git.kernel.org/netdev/net/c/1a5a2d19e827 - [net,3/3] selftests: mptcp: include net_helper.sh file https://git.kernel.org/netdev/net/c/c66c08e51b55 You are awesome, thank you!
Here are some various fixes for the MPTCP selftests. Patch 1 fixes a recently modified test to continue to work as expected on older kernels. This is a fix for a recent fix that can be backported up to v5.15. Patch 2 and 3 include dependences when exporting or installing the tests. Two fixes for v6.11-rc1. Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> --- Matthieu Baerts (NGI0) (3): selftests: mptcp: join: restrict fullmesh endp on 1st sf selftests: mptcp: include lib.sh file selftests: mptcp: include net_helper.sh file tools/testing/selftests/net/mptcp/Makefile | 2 ++ tools/testing/selftests/net/mptcp/mptcp_join.sh | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) --- base-commit: 48aa361c5db0b380c2b75c24984c0d3e7c1e8c09 change-id: 20240910-net-selftests-mptcp-fix-install-2b82ae5a99c8 Best regards,