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 5ED303EDAAD; Thu, 19 Mar 2026 16:40:21 +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=1773938421; cv=none; b=beRuGFfyFvvKT0xsarzdoxaCTBaKpTF7ecwxklG6hS5u4QV8tPmcZXcRUW67M+5v2et8PnFJsGcJYqNa1JHuXyY3YFk/G5xzaiF4VnXjKwzWrKzwoOwFGgzHMaVfNqY+c2ceRqHBe7tiKIhtp1WC8NQJLbap5Ekaip8IRqXeMWE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773938421; c=relaxed/simple; bh=iPml70KCaSGxb9G1y6ne8CjhBWAGGD5+u3vLzLKQjxo=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=oK8Wv+qtZnaV03OkvXKWsVoVCU0MHFlGSVeeTTah2xyikyhNccEIFNG0IlZ41AymaxL6CscdyMfVk+uqy+gwAI4JZoYIsol3ZPYQQvwrl2DPLEEoha1pD1pjwaL/NDP5DoFDmrqxuTJ9eJS0PJOtUANJ2ZZGcM/4/ILuTVmDWic= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=cUjyhmlz; 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="cUjyhmlz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 910A1C19424; Thu, 19 Mar 2026 16:40:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773938420; bh=iPml70KCaSGxb9G1y6ne8CjhBWAGGD5+u3vLzLKQjxo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=cUjyhmlzKAb+LMmJUd8K8xJXPcmt+1OIw9ViNv7wzIqzE1COeSKFSqs9zS5DXKNte FCaJBkSUNOE/2mfSt2Q5zIwHyf23THpJshqRXQn0f1f2i/EX3MA2NjzAzncVuFDSZl 7vnczA6qY/Sv75DrEoMEu7+5NxDuom60ItLoNfnDQXKknJv1tRKXXz339s0e03oQjm ia1zf4xk4kxSA4Ww1p+VPg5P5s42HxzNjrJEfgYgbLUxJW+H9p7QjKleQt9izDqPJO McaGkpm06OJ2BVysZJZwDckTL70Txx+zlzrmTkctqlmnfnAI5JeJi3GyTv0os4Nagu U2CRHPvd7xsEg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id B9F96380692A; Thu, 19 Mar 2026 16:40:12 +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] MPTCP: fix lock class name family in pm_nl_create_listen_socket From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177393841126.1701817.17610297112158397385.git-patchwork-notify@kernel.org> Date: Thu, 19 Mar 2026 16:40:11 +0000 References: <20260319112159.3118874-1-lixiasong1@huawei.com> In-Reply-To: <20260319112159.3118874-1-lixiasong1@huawei.com> To: Li Xiasong Cc: matttbe@kernel.org, martineau@kernel.org, geliang@kernel.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, netdev@vger.kernel.org, mptcp@lists.linux.dev, linux-kernel@vger.kernel.org, yuehaibing@huawei.com, zhangchangzhong@huawei.com, weiyongjun1@huawei.com Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 19 Mar 2026 19:21:59 +0800 you wrote: > In mptcp_pm_nl_create_listen_socket(), use entry->addr.family > instead of sk->sk_family for lock class setup. The 'sk' parameter > is a netlink socket, not the MPTCP subflow socket being created. > > Fixes: cee4034a3db1 ("mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket()") > Signed-off-by: Li Xiasong > > [...] Here is the summary with links: - [net] MPTCP: fix lock class name family in pm_nl_create_listen_socket https://git.kernel.org/netdev/net/c/7ab4a7c5d969 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html