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 7E96A1FFC59 for ; Tue, 7 Apr 2026 01:20:32 +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=1775524832; cv=none; b=GZoqqqs/W/1M4ETy/CUn3sqjdKKpfJlSpd2D1hSxmf+U/JKaHWl64CIlb6gQcGM2jlmfD7FBQLYTPfQkr4q17V65DaLnnm9TH/jLU840Y/3hqVAMpIeEwIYjFEzsBNLj1RWjTGkYQm3wOAfTSCBcfZKu0JMM/NsjzXy5hj0I3Oc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775524832; c=relaxed/simple; bh=cUEBRPkuWGBaxiM43UYH6nZcMElAH6ucnYaDmMh1/U8=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=CLZYNfoawUbOx/GS5hLzfOyku7dbX/MduIdtBCYuk8bTC2nlrCtC0TUPICPAB8C8pC0/En8Eq+0EroFsTk97/DJF0EHMVZ+qBqCIG3rrdOOwG2B2Zn/+YHp4hEJmA4DC7vRP4XyVszi1sNXnIwEL7fkQMDUWUT1yvTB2n/kBqt8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QU5LBr+A; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="QU5LBr+A" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2D649C2BC9E; Tue, 7 Apr 2026 01:20:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775524832; bh=cUEBRPkuWGBaxiM43UYH6nZcMElAH6ucnYaDmMh1/U8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=QU5LBr+AAxyNlQTmN8FSgGhs56BBcaDXUXPaV7QbdZVlzHyOwB2t2sAKadnHcgP3E 7F02UkCnpo9EG7kuB0AksxjWqlhv0KUjfo4XWxWgvjle1CU4PmAxT3epN7RRfUMmmU xRNwr8K6EHbKSoLuVRwe40/RJQlPlCiVjRmhIFkkN/k+k0M2n1Q2TIOSvsyDR3WoFo yidSKek+EGBpotvMd9obx7xuIBm4Bek7JmKTgWvsuNkv+dYeIc9l/2pxq9hvV55X+z dUpXMfIHbPQqcYa7gDY4DlD41cRJgECLu5zZFW2AYiasiqdgqTk6IKL8VhXQTPVX3y cxxXhYCmGM7ig== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id B9DDC3809A28; Tue, 7 Apr 2026 01:20:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] net: mctp: defer creation of dst after source-address check From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177552481054.3328957.124110111149778948.git-patchwork-notify@kernel.org> Date: Tue, 07 Apr 2026 01:20:10 +0000 References: <20260403-dev-mctp-dst-defer-v1-1-9c2c55faf9e9@codeconstruct.com.au> In-Reply-To: <20260403-dev-mctp-dst-defer-v1-1-9c2c55faf9e9@codeconstruct.com.au> To: Jeremy Kerr Cc: matt@codeconstruct.com.au, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 03 Apr 2026 10:24:51 +0800 you wrote: > Sashiko reports: > > > mctp_dst_from_route() increments the device reference count by calling > > mctp_dev_hold(). When a valid route is found and dst is NULL, the > > structure copy is bypassed and rc is set to 0. > > Instead of optimistically creating a dst from the final route (then > releasing it if the saddr is invalid), perform the saddr check first. > > [...] Here is the summary with links: - [net-next] net: mctp: defer creation of dst after source-address check https://git.kernel.org/netdev/net-next/c/f32ba0963119 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html