From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DBD073F9D2; Fri, 31 Oct 2025 14:02:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761919337; cv=none; b=ZBqKSqz6EkBuHPkvFEDuWoFhxfUSnWXLeT5OF/o7jRvciOqwOLZLsvgaRTFxVIAdpSIHq7rU7URbHLyDRZUMvLuMg4h19TrOMy9y09/pblzwrjzkSpEt7IiLCMkrSFyfoPnb0aZw8ALfVikBt+8PLNQ02bfPDyVzqb7i1isrtWM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761919337; c=relaxed/simple; bh=1KcX+RO4mewV9PFwav/yt441+jYjJABw1KeXrbtIJOM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=kdNUX+D+Dk10qj66NUOuTOxOVHsrgdWXeZRp0C9s65ozdo0cQwbJXUAp+c+XXQY+ur99qguztAqibZRMKO5LkkkQzhpuLtLzLIZIb3+b9ciOVXC+ZvR9T4/AYP0R6J/x25ptHD8p7ROf4ZzUBBdPmh6Cgphdm5iemBNrkwNmwqo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=KU8xqtYr; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="KU8xqtYr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 67770C4CEF8; Fri, 31 Oct 2025 14:02:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1761919336; bh=1KcX+RO4mewV9PFwav/yt441+jYjJABw1KeXrbtIJOM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=KU8xqtYrfO/3naZ7cWMlOuEl3OqjCyle6EDMSbpcEK5XoIoDyqip8YyDH0Wye+fSX hydG7KuORxjEbSh+S1OiOqoqh5SFCttqlJl1iK86FI+zOUX5PGkk/QV0/thvo6O6Ri 2SPWYiFr7rl9291OvphfeYY0l/Xwka/2gzygh0nA= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Matthieu Baerts , Geliang Tang , Jakub Kicinski , Sasha Levin Subject: [PATCH 6.6 17/32] selftests: mptcp: disable add_addr retrans in endpoint_tests Date: Fri, 31 Oct 2025 15:01:11 +0100 Message-ID: <20251031140042.843586968@linuxfoundation.org> X-Mailer: git-send-email 2.51.2 In-Reply-To: <20251031140042.387255981@linuxfoundation.org> References: <20251031140042.387255981@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Geliang Tang [ Upstream commit f92199f551e617fae028c5c5905ddd63e3616e18 ] To prevent test instability in the "delete re-add signal" test caused by ADD_ADDR retransmissions, disable retransmissions for this test by setting net.mptcp.add_addr_timeout to 0. Suggested-by: Matthieu Baerts Signed-off-by: Geliang Tang Reviewed-by: Matthieu Baerts (NGI0) Signed-off-by: Matthieu Baerts (NGI0) Link: https://patch.msgid.link/20250815-net-mptcp-misc-fixes-6-17-rc2-v1-6-521fe9957892@kernel.org Signed-off-by: Jakub Kicinski Stable-dep-of: c3496c052ac3 ("selftests: mptcp: join: mark 'delete re-add signal' as skipped if not supported") Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- tools/testing/selftests/net/mptcp/mptcp_join.sh | 1 + 1 file changed, 1 insertion(+) --- a/tools/testing/selftests/net/mptcp/mptcp_join.sh +++ b/tools/testing/selftests/net/mptcp/mptcp_join.sh @@ -3838,6 +3838,7 @@ endpoint_tests() # remove and re-add if reset_with_events "delete re-add signal" && mptcp_lib_kallsyms_has "subflow_rebuild_header$"; then + ip netns exec $ns1 sysctl -q net.mptcp.add_addr_timeout=0 pm_nl_set_limits $ns1 0 3 pm_nl_set_limits $ns2 3 3 pm_nl_add_endpoint $ns1 10.0.2.1 id 1 flags signal