This is a note to let you know that I've just added the patch titled selftests: mptcp: increase timeout to 30 min to the 6.6-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: selftests-mptcp-increase-timeout-to-30-min.patch and it can be found in the queue-6.6 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 4d4dfb2019d7010efb65926d9d1c1793f9a367c6 Mon Sep 17 00:00:00 2001 From: "Matthieu Baerts (NGI0)" <matttbe@xxxxxxxxxx> Date: Wed, 31 Jan 2024 22:49:50 +0100 Subject: selftests: mptcp: increase timeout to 30 min From: Matthieu Baerts (NGI0) <matttbe@xxxxxxxxxx> commit 4d4dfb2019d7010efb65926d9d1c1793f9a367c6 upstream. On very slow environments -- e.g. when QEmu is used without KVM --, mptcp_join.sh selftest can take a bit more than 20 minutes. Bump the default timeout by 50% as it seems normal to take that long on some environments. When a debug kernel config is used, this selftest will take even longer, but that's certainly not a common test env to consider for the timeout. The Fixes tag that has been picked here is there simply to help having this patch backported to older stable versions. It is difficult to point to the exact commit that made some env reaching the timeout from time to time. Fixes: d17b968b9876 ("selftests: mptcp: increase timeout to 20 minutes") Cc: stable@xxxxxxxxxxxxxxx Acked-by: Paolo Abeni <pabeni@xxxxxxxxxx> Signed-off-by: Matthieu Baerts (NGI0) <matttbe@xxxxxxxxxx> Link: https://lore.kernel.org/r/20240131-upstream-net-20240131-mptcp-ci-issues-v1-5-4c1c11e571ff@xxxxxxxxxx Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/net/mptcp/settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tools/testing/selftests/net/mptcp/settings +++ b/tools/testing/selftests/net/mptcp/settings @@ -1 +1 @@ -timeout=1200 +timeout=1800 Patches currently in stable-queue which might be from matttbe@xxxxxxxxxx are queue-6.6/mptcp-really-cope-with-fastopen-race.patch queue-6.6/mptcp-fix-rcv-space-initialization.patch queue-6.6/selftests-mptcp-allow-changing-subtests-prefix.patch queue-6.6/selftests-mptcp-add-missing-kconfig-for-nf-filter.patch queue-6.6/mptcp-drop-the-push_pending-field.patch queue-6.6/mptcp-fix-data-re-injection-from-stale-subflow.patch queue-6.6/selftests-mptcp-increase-timeout-to-30-min.patch queue-6.6/selftests-mptcp-add-mptcp_lib_kill_wait.patch queue-6.6/selftests-mptcp-add-missing-kconfig-for-nf-mangle.patch queue-6.6/mptcp-check-addrs-list-in-userspace_pm_get_local_id.patch queue-6.6/selftests-mptcp-add-missing-kconfig-for-nf-filter-in-v6.patch