From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EFF58C7EE23 for ; Mon, 12 Jun 2023 10:10:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232977AbjFLKK6 (ORCPT ); Mon, 12 Jun 2023 06:10:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49130 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236747AbjFLKJl (ORCPT ); Mon, 12 Jun 2023 06:09:41 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8AD4E7280 for ; Mon, 12 Jun 2023 02:50:22 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1AD1E622BE for ; Mon, 12 Jun 2023 09:50:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 44269C433B3; Mon, 12 Jun 2023 09:50:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686563421; bh=CezdVL33asTp+QCAsDrtsg3Oq74MmAINSOzqCnmZfIU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=d3JaJT5sf8uBfMGJTZ2DbEYdYIVpDLExSESatpg+QlWFRPeARnXaQdNiVzGtnYSNe 40V0TD5MhuVCCqHE9O/G2WvZwD1bFSBDo0O8mC2vtg0az0OvK3T0R7QhiA95tw9ZDQ LrQePyfApalrUrEbhI3cLIs8EvmcSTE6Jl+X8TcMOUvL2TTcC+YO9uCWY/KZc6pAp6 R3UleSRQtkxcxkHw+0IDAUUgLEwQhVrV4av8+QA9uCu1nOusmTQKa0UcdF45cUMMvf gEI2HcNCv/+BTRcvEoE/zOZ79B8x2xS5UV4oCF6PclotXQ/Ci88QhIjt+aUWhryiYw sCQkWN4jyHIbg== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id DAAE7E1CF31; Mon, 12 Jun 2023 09:50:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v7 0/4] Add SCM_PIDFD and SO_PEERPIDFD From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168656342089.25012.9925385632760123942.git-patchwork-notify@kernel.org> Date: Mon, 12 Jun 2023 09:50:20 +0000 References: <20230608202628.837772-1-aleksandr.mikhalitsyn@canonical.com> In-Reply-To: <20230608202628.837772-1-aleksandr.mikhalitsyn@canonical.com> To: Aleksandr Mikhalitsyn Cc: davem@davemloft.net, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, leon@kernel.org, dsahern@kernel.org, arnd@arndb.de, keescook@chromium.org, brauner@kernel.org, kuniyu@amazon.com, mzxreary@0pointer.de, bluca@debian.org, daniel@iogearbox.net, sdf@google.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Thu, 8 Jun 2023 22:26:24 +0200 you wrote: > 1. Implement SCM_PIDFD, a new type of CMSG type analogical to SCM_CREDENTIALS, > but it contains pidfd instead of plain pid, which allows programmers not > to care about PID reuse problem. > > 2. Add SO_PEERPIDFD which allows to get pidfd of peer socket holder pidfd. > This thing is direct analog of SO_PEERCRED which allows to get plain PID. > > [...] Here is the summary with links: - [net-next,v7,1/4] scm: add SO_PASSPIDFD and SCM_PIDFD https://git.kernel.org/netdev/net-next/c/5e2ff6704a27 - [net-next,v7,2/4] net: core: add getsockopt SO_PEERPIDFD https://git.kernel.org/netdev/net-next/c/7b26952a91cf - [net-next,v7,3/4] selftests: net: add SCM_PIDFD / SO_PEERPIDFD test https://git.kernel.org/netdev/net-next/c/ec80f488252b - [net-next,v7,4/4] af_unix: Kconfig: make CONFIG_UNIX bool https://git.kernel.org/netdev/net-next/c/97154bcf4d1b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html