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 58A2A3C27; Tue, 15 Aug 2023 05:40:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id B5604C433C9; Tue, 15 Aug 2023 05:40:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692078020; bh=BaMNfOafCyireaUmz1eC4g3fgf/LdePVKt7WuTi2q3c=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=tuzvbJvt7y6S1MI7Hl2v2ex1LSExib+r4OSRllD9IGWAWTJzRnCD9uwNcY0BW01cs pwtyjDi2TTfNXMbR08jovGNxbctfgeKc/2Idonr2jq9miFT42sH75lMOCY8IRKYWse n/xXXzZ5Oai1vMzu81a6ifegl0w4OHyrZGuU+1jIiu/kHFPE5zHLItZ1F8XGhffwd3 YrX3eMV/gmhqkpeiuGQmTYhr20Wbhc/J8G5gIAxYntu7IjqSCxLouNIUkqG39v5WIe U6dgXJXxDujC95gghWVCkiJRSEowDtCSvE6V9X3oey1EOVk7eO5VuLW0WBoLz2AN95 kOZ0pvukJMf+Q== 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 96F81C41620; Tue, 15 Aug 2023 05:40:20 +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 bpf-next v3 0/2] Update and document struct_ops From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169207802061.9126.2905452302872752735.git-patchwork-notify@kernel.org> Date: Tue, 15 Aug 2023 05:40:20 +0000 References: <20230814185908.700553-1-void@manifault.com> In-Reply-To: <20230814185908.700553-1-void@manifault.com> To: David Vernet Cc: bpf@vger.kernel.org, ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, martin.lau@linux.dev, song@kernel.org, yonghong.song@linux.dev, john.fastabend@gmail.com, kpsingh@kernel.org, sdf@google.com, haoluo@google.com, jolsa@kernel.org, linux-kernel@vger.kernel.org, kernel-team@meta.com, tj@kernel.org, clm@meta.com, thinker.li@gmail.com, netdev@vger.kernel.org Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Mon, 14 Aug 2023 13:59:06 -0500 you wrote: > The struct bpf_struct_ops structure in BPF is a framework that allows > subsystems to extend themselves using BPF. In commit 68b04864ca425 > ("bpf: Create links for BPF struct_ops maps") and commit aef56f2e918bf > ("bpf: Update the struct_ops of a bpf_link"), the structure was updated > to include new ->validate() and ->update() callbacks respectively in > support of allowing struct_ops maps to be created with BPF_F_LINK. > > [...] Here is the summary with links: - [bpf-next,v3,1/2] bpf: Support default .validate() and .update() behavior for struct_ops links https://git.kernel.org/bpf/bpf-next/c/8ba651ed7fa1 - [bpf-next,v3,2/2] bpf: Document struct bpf_struct_ops fields https://git.kernel.org/bpf/bpf-next/c/bb48cf1679d2 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html