From: patchwork-bot+netdevbpf@kernel.org
To: Ihor Solodrai <ihor.solodrai@linux.dev>
Cc: ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org,
martin.lau@linux.dev, eddyz87@gmail.com, song@kernel.org,
yonghong.song@linux.dev, john.fastabend@gmail.com,
kpsingh@kernel.org, sdf@fomichev.me, haoluo@google.com,
jolsa@kernel.org, akpm@linux-foundation.org, nathan@kernel.org,
nsc@kernel.org, corbet@lwn.net, tj@kernel.org,
void@manifault.com, arighi@nvidia.com, changwoo@igalia.com,
shuah@kernel.org, nick.desaulniers+lkml@gmail.com,
morbo@google.com, justinstitt@google.com,
alan.maguire@oracle.com, dolinux.peng@gmail.com,
bpf@vger.kernel.org, dwarves@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org,
sched-ext@lists.linux.dev
Subject: Re: [PATCH bpf-next v7 0/8] resolve_btfids: Support for BTF modifications
Date: Fri, 19 Dec 2025 20:10:20 +0000 [thread overview]
Message-ID: <176617502078.3992426.17457796078611623356.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20251219181321.1283664-1-ihor.solodrai@linux.dev>
Hello:
This series was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:
On Fri, 19 Dec 2025 10:13:13 -0800 you wrote:
> This series changes resolve_btfids and kernel build scripts to enable
> BTF transformations in resolve_btfids. Main motivation for enhancing
> resolve_btfids is to reduce dependency of the kernel build on pahole
> capabilities [1] and enable BTF features and optimizations [2][3]
> particular to the kernel.
>
> Patches #1-#4 in the series are non-functional changes in
> resolve_btfids.
>
> [...]
Here is the summary with links:
- [bpf-next,v7,1/8] resolve_btfids: Rename object btf field to btf_path
https://git.kernel.org/bpf/bpf-next/c/c1c7d61746f4
- [bpf-next,v7,2/8] resolve_btfids: Factor out load_btf()
https://git.kernel.org/bpf/bpf-next/c/5f347a0f781a
- [bpf-next,v7,3/8] resolve_btfids: Introduce enum btf_id_kind
https://git.kernel.org/bpf/bpf-next/c/a4fa885bd52d
- [bpf-next,v7,4/8] resolve_btfids: Always build with -Wall -Werror
https://git.kernel.org/bpf/bpf-next/c/fb348d4fdf5e
- [bpf-next,v7,5/8] kbuild: Sync kconfig when PAHOLE_VERSION changes
https://git.kernel.org/bpf/bpf-next/c/90e5b38a2652
- [bpf-next,v7,6/8] lib/Kconfig.debug: Set the minimum required pahole version to v1.22
https://git.kernel.org/bpf/bpf-next/c/903922cfa0e6
- [bpf-next,v7,7/8] selftests/bpf: Run resolve_btfids only for relevant .test.o objects
https://git.kernel.org/bpf/bpf-next/c/014e1cdb5fad
- [bpf-next,v7,8/8] resolve_btfids: Change in-place update with raw binary output
https://git.kernel.org/bpf/bpf-next/c/522397d05e7d
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2025-12-19 20:13 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-19 18:13 [PATCH bpf-next v7 0/8] resolve_btfids: Support for BTF modifications Ihor Solodrai
2025-12-19 18:13 ` [PATCH bpf-next v7 1/8] resolve_btfids: Rename object btf field to btf_path Ihor Solodrai
2025-12-19 18:13 ` [PATCH bpf-next v7 2/8] resolve_btfids: Factor out load_btf() Ihor Solodrai
2025-12-19 18:13 ` [PATCH bpf-next v7 3/8] resolve_btfids: Introduce enum btf_id_kind Ihor Solodrai
2025-12-19 18:13 ` [PATCH bpf-next v7 4/8] resolve_btfids: Always build with -Wall -Werror Ihor Solodrai
2025-12-19 18:13 ` [PATCH bpf-next v7 5/8] kbuild: Sync kconfig when PAHOLE_VERSION changes Ihor Solodrai
2025-12-19 18:18 ` [PATCH bpf-next v7 6/8] lib/Kconfig.debug: Set the minimum required pahole version to v1.22 Ihor Solodrai
2025-12-19 18:18 ` [PATCH bpf-next v7 7/8] selftests/bpf: Run resolve_btfids only for relevant .test.o objects Ihor Solodrai
2025-12-19 18:18 ` [PATCH bpf-next v7 8/8] resolve_btfids: Change in-place update with raw binary output Ihor Solodrai
2025-12-19 20:10 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=176617502078.3992426.17457796078611623356.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=alan.maguire@oracle.com \
--cc=andrii@kernel.org \
--cc=arighi@nvidia.com \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=changwoo@igalia.com \
--cc=corbet@lwn.net \
--cc=daniel@iogearbox.net \
--cc=dolinux.peng@gmail.com \
--cc=dwarves@vger.kernel.org \
--cc=eddyz87@gmail.com \
--cc=haoluo@google.com \
--cc=ihor.solodrai@linux.dev \
--cc=john.fastabend@gmail.com \
--cc=jolsa@kernel.org \
--cc=justinstitt@google.com \
--cc=kpsingh@kernel.org \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=martin.lau@linux.dev \
--cc=morbo@google.com \
--cc=nathan@kernel.org \
--cc=nick.desaulniers+lkml@gmail.com \
--cc=nsc@kernel.org \
--cc=sched-ext@lists.linux.dev \
--cc=sdf@fomichev.me \
--cc=shuah@kernel.org \
--cc=song@kernel.org \
--cc=tj@kernel.org \
--cc=void@manifault.com \
--cc=yonghong.song@linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.