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 D054211CBA for ; Thu, 9 Apr 2026 02:51:15 +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=1775703075; cv=none; b=BzXsgSx/gCFNwTLxkPtMIBd8Wn9+9l6wGM1ywrLYeoVJvFh/odmbNXPbB9yzBwlev8vokArI03PEEufxia6LNoTUDB9MVl0Rdf3Wn9zfnD8V/r+mi5QRZi2H0G+6J0WF7kP+mBr718qPg8Vhu+TGboarF1bOZE1Xhyo3gV9yzwY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775703075; c=relaxed/simple; bh=CYbnMMRzAq5s7gToaQXfDIRBSEj+aeme7maJ4JTdJqQ=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=ootwowF6+zhS6gJiHXrIdJ2bZV3pgi/cpKZ/GUqUDKyCquwFgNqOlgOmET0gU6Ui/9t7KrzX0burhPvxqW4BgX24hTQP0vyxHQAmnVBFg229H5hJatx00MGpZ5YFUXQRGje7oTyQdIuHLRpqJpjdvd1Cl9nvI8DEcSOtkhqjej0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gNfRRbo5; 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="gNfRRbo5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 90C8FC2BCAF; Thu, 9 Apr 2026 02:51:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775703075; bh=CYbnMMRzAq5s7gToaQXfDIRBSEj+aeme7maJ4JTdJqQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=gNfRRbo5tGMvLkCUByYS6kOOaY5HZMrJW27XB4im2l8Qwu2x01JmXiz8e4a4hnYfT UzwFLpdJcOt/v9Zhu4ioajDZ5atfZhDUBBnRoXOUaul6QSpFMrLWnUR1Dyn6/tDHJD wr05GGf81cHuuzZHi1Afg5QKSL8V9EpwPl+y/I2sH93pfrh0l2RPPIToB5uTiKnLpf A89eIlqfPdfCSuzyBVnXq1q4sU+XafsOQ4jMbqzya/gNL8YJgTd5XgwoF7R6XmcvYV CRiidrHz/XyLdc/r+bFevE1m4YfzifZcgSf3cdUw6pqvh8IC8rIIZ6LzRqqwkb52v8 rHUmHWX/1zDFg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 02D7B3930793; Thu, 9 Apr 2026 02:50:53 +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 v2 1/1] af_unix: read UNIX_DIAG_VFS data under unix_state_lock From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177570305154.968772.2978003434220801333.git-patchwork-notify@kernel.org> Date: Thu, 09 Apr 2026 02:50:51 +0000 References: <20260407080015.1744197-1-n05ec@lzu.edu.cn> In-Reply-To: <20260407080015.1744197-1-n05ec@lzu.edu.cn> To: Ren Wei Cc: netdev@vger.kernel.org, kuniyu@google.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, xemul@parallels.com, yifanwucs@gmail.com, tomapufckgml@gmail.com, yuantan098@gmail.com, bird@lzu.edu.cn, enjou1224z@gmail.com, wangjiexun2025@gmail.com Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 7 Apr 2026 16:00:14 +0800 you wrote: > From: Jiexun Wang > > Exact UNIX diag lookups hold a reference to the socket, but not to > u->path. Meanwhile, unix_release_sock() clears u->path under > unix_state_lock() and drops the path reference after unlocking. > > Read the inode and device numbers for UNIX_DIAG_VFS while holding > unix_state_lock(), then emit the netlink attribute after dropping the > lock. > > [...] Here is the summary with links: - [net,v2,1/1] af_unix: read UNIX_DIAG_VFS data under unix_state_lock https://git.kernel.org/netdev/net/c/39897df38637 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html