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 8CC0EC433EF for ; Fri, 18 Mar 2022 06:20:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230370AbiCRGVb (ORCPT ); Fri, 18 Mar 2022 02:21:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44862 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229658AbiCRGVa (ORCPT ); Fri, 18 Mar 2022 02:21:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B06AC17A2D6 for ; Thu, 17 Mar 2022 23:20:12 -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 198B6618F9 for ; Fri, 18 Mar 2022 06:20:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 737A9C340EF; Fri, 18 Mar 2022 06:20:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1647584411; bh=F1zCsghJueQMsFW5GEBOBU6YU5BLEIPD8aMfsq6ECwY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=qJGenAUQ3rlAh3svAjviDUaIaGedEnB2UwO54Ca6gViy4z6uI6d4uj7xgKceH3sfF fIbospnsPIRdnF6bjQEIpTvHLGg6o3Y0RLm3w/fGya8S6KK1pPuzLPXtNhZf6ovGQD h/sLGj6J/nbbA0/HdlNwrA0pDh4AXbATLyHB5QF5trEBRIUcLz/ilLAEfTeaHoL4pF EXaEYRdEVKtj0fFbphjBJTxnU4oBBuu+ejA2+Aq7gVtHKqmYqengMijs80aaJ/W4H/ J1CS/TG3TiZuX7mRag9smJEx7HtB4TfvRVIjFQP0vgWThmC/4jDcRhdaYZ6NqfjcQA PAv8kWcOFdE+A== 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 58800E6D44B; Fri, 18 Mar 2022 06:20:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next v4 0/5] Subskeleton support for BPF libraries From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164758441135.25738.7426516446576821597.git-patchwork-notify@kernel.org> Date: Fri, 18 Mar 2022 06:20:11 +0000 References: In-Reply-To: To: Delyan Kratunov Cc: daniel@iogearbox.net, ast@kernel.org, andrii@kernel.org, bpf@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Wed, 16 Mar 2022 23:37:26 +0000 you wrote: > In the quest for ever more modularity, a new need has arisen - the ability to > access data associated with a BPF library from a corresponding userspace library. > The catch is that we don't want the userspace library to know about the structure of the > final BPF object that the BPF library is linked into. > > In pursuit of this modularity, this patch series introduces *subskeletons.* > Subskeletons are similar in use and design to skeletons with a couple of differences: > > [...] Here is the summary with links: - [bpf-next,v4,1/5] libbpf: .text routines are subprograms in strict mode https://git.kernel.org/bpf/bpf-next/c/bc380eb9d048 - [bpf-next,v4,4/5] bpftool: add support for subskeletons https://git.kernel.org/bpf/bpf-next/c/00389c58ffe9 - [bpf-next,v4,2/5] libbpf: init btf_{key,value}_type_id on internal map open https://git.kernel.org/bpf/bpf-next/c/262cfb74ffda - [bpf-next,v4,5/5] selftests/bpf: test subskeleton functionality https://git.kernel.org/bpf/bpf-next/c/3cccbaa03321 - [bpf-next,v4,3/5] libbpf: add subskeleton scaffolding https://git.kernel.org/bpf/bpf-next/c/430025e5dca5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html