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 D184239FCE for ; Sun, 26 Oct 2025 14:34:38 +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=1761489278; cv=none; b=nNl+Ku2wZFItNTkkruUAWmRBtGsRTndyq618/Osfc5ZgGm5pboFwzpuaR7CEoAI5/JE7T27HdjMSRQJkWc9G1wra9Nd5EE5YzxwdfirWeDbN2w+k5yw4qx6wA18sWQYBqBzyZlSZn5SGeZjDWoIUel94NCrlBSzhG5oVTXuOZp4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761489278; c=relaxed/simple; bh=mlM3hhjJJpclLi8vwO/3lN8U4Mg6HNJRzbhDS4R4K4A=; h=Subject:To:Cc:From:Date:Message-ID:MIME-Version:Content-Type; b=qha8wgAcyTjm+kKK7/dTYoq1qgL77/TfNmOHLnfE5btjPaYyYC+4PNbnJFrnXUyXZBiPQ5LO/dF5b7V2TNDiPZC6AaLhg5vNTb4+66TTNvbfVy3m3DAsU8oYQdWVie4/NDrJUTW/isPURMeQMIOMIocQPXg31BCxScW0PmozKR8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Cn0DgW98; 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="Cn0DgW98" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3F9D5C4CEE7; Sun, 26 Oct 2025 14:34:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1761489278; bh=mlM3hhjJJpclLi8vwO/3lN8U4Mg6HNJRzbhDS4R4K4A=; h=Subject:To:Cc:From:Date:From; b=Cn0DgW98Prb2y+Uq1uGMmmWNxuZmi68rcG7ze/pYtaAAbsY4NVr2qlwMLtNL5RPyU ESNMtI+1dsYqfdVSo7OkyONaDzM7DWBEtexo56NJz7NSz+CCW6BuaGuSe5TZLAsbcX qa9v7x5aUwijpHkQLuotihkAsXwLwjQlE2A2p7JQ= Subject: FAILED: patch "[PATCH] selftests: mptcp: join: mark 'delete re-add signal' as" failed to apply to 6.6-stable tree To: matttbe@kernel.org,geliang@kernel.org,kuba@kernel.org Cc: From: Date: Sun, 26 Oct 2025 15:34:27 +0100 Message-ID: <2025102627-tug-sabbath-3edb@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit The patch below does not apply to the 6.6-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to . To reproduce the conflict and resubmit, you may use the following commands: git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-6.6.y git checkout FETCH_HEAD git cherry-pick -x c3496c052ac36ea98ec4f8e95ae6285a425a2457 # git commit -s git send-email --to '' --in-reply-to '2025102627-tug-sabbath-3edb@gregkh' --subject-prefix 'PATCH 6.6.y' HEAD^.. Possible dependencies: thanks, greg k-h ------------------ original commit in Linus's tree ------------------ >From c3496c052ac36ea98ec4f8e95ae6285a425a2457 Mon Sep 17 00:00:00 2001 From: "Matthieu Baerts (NGI0)" Date: Mon, 20 Oct 2025 22:53:29 +0200 Subject: [PATCH] selftests: mptcp: join: mark 'delete re-add signal' as skipped if not supported The call to 'continue_if' was missing: it properly marks a subtest as 'skipped' if the attached condition is not valid. Without that, the test is wrongly marked as passed on older kernels. Fixes: b5e2fb832f48 ("selftests: mptcp: add explicit test case for remove/readd") Cc: stable@vger.kernel.org Reviewed-by: Geliang Tang Signed-off-by: Matthieu Baerts (NGI0) Link: https://patch.msgid.link/20251020-net-mptcp-c-flag-late-add-addr-v1-4-8207030cb0e8@kernel.org Signed-off-by: Jakub Kicinski diff --git a/tools/testing/selftests/net/mptcp/mptcp_join.sh b/tools/testing/selftests/net/mptcp/mptcp_join.sh index d98f8f8905b9..b2a8c51a3969 100755 --- a/tools/testing/selftests/net/mptcp/mptcp_join.sh +++ b/tools/testing/selftests/net/mptcp/mptcp_join.sh @@ -4040,7 +4040,7 @@ endpoint_tests() # remove and re-add if reset_with_events "delete re-add signal" && - mptcp_lib_kallsyms_has "subflow_rebuild_header$"; then + continue_if 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