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 BEB5D77B22 for ; Wed, 13 Dec 2023 23:40:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="OowHkdkU" Received: by smtp.kernel.org (Postfix) with ESMTPS id 38DBAC433C7; Wed, 13 Dec 2023 23:40:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702510823; bh=GyvOzIti8ZlQYgXZjZ/LxZzVtNdONjyoObkwty4XOoY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=OowHkdkUE9L71B3wVZIkerzdS3BlMRCuapI6GzBy8VxSTCt0iEdi/zuBeR2BjVCnx CijP0u/7RBme5FZLj8DK6+8MCTtCkfQM2Lhj9ZDP6loi54s2jluiAWkQa3n12OKVEb Pq9IzwYSGmv+3iG3A7ltZUy7/+d7oiQndJtNArpI/FZVPCKgdg+QLwRMg3/OkzDqFG DZz3yxdoci+mmnlKbrIOTWYeSHjQQdsDDVPkOF55bga93+RXcDFAEp10St10JgOQy8 9HPV3BGHOVpYd0kthLJsS2dyotrxss9w+jRLOV/qCTUKib0D3/Z52Hfh3gjdLi20a+ HTQ+XCSFlUleg== 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 21A7EDD4F00; Wed, 13 Dec 2023 23:40:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next v4] bpf: Support uid and gid when mounting bpffs From: patchwork-bot+netdevbpf@kernel.org Message-Id: <170251082313.7030.6702563453177727176.git-patchwork-notify@kernel.org> Date: Wed, 13 Dec 2023 23:40:23 +0000 References: <20231212093923.497838-1-jiejiang@chromium.org> In-Reply-To: <20231212093923.497838-1-jiejiang@chromium.org> To: Jie Jiang Cc: bpf@vger.kernel.org, vapier@chromium.org, brauner@kernel.org, andrii@kernel.org, ast@kernel.org, daniel@iogearbox.net Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Tue, 12 Dec 2023 09:39:23 +0000 you wrote: > Parse uid and gid in bpf_parse_param() so that they can be passed in as > the `data` parameter when mount() bpffs. This will be useful when we > want to control which user/group has the control to the mounted bpffs, > otherwise a separate chown() call will be needed. > > Signed-off-by: Jie Jiang > Acked-by: Mike Frysinger > Acked-by: Christian Brauner > Acked-by: Andrii Nakryiko > > [...] Here is the summary with links: - [bpf-next,v4] bpf: Support uid and gid when mounting bpffs https://git.kernel.org/bpf/bpf-next/c/750e785796bb You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html