From: patchwork-bot+netdevbpf@kernel.org
To: Andrii Nakryiko <andrii@kernel.org>
Cc: bpf@vger.kernel.org, ast@kernel.org, daniel@iogearbox.net,
martin.lau@kernel.org, alan.maguire@oracle.com,
eddyz87@gmail.com, jolsa@kernel.org
Subject: Re: [PATCH v2 bpf-next 0/5] libbpf: BTF field iterator
Date: Wed, 05 Jun 2024 15:00:30 +0000 [thread overview]
Message-ID: <171759963081.16614.17209889293631246757.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240605001629.4061937-1-andrii@kernel.org>
Hello:
This series was applied to bpf/bpf-next.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:
On Tue, 4 Jun 2024 17:16:24 -0700 you wrote:
> Add BTF field (type and string fields, right now) iterator support instead of
> using existing callback-based approaches, which make it harder to understand
> and support BTF-processing code.
>
> v1->v2:
> - t_cnt -> t_off_cnt, m_cnt -> m_off_cnt (Eduard);
> - simpified code in linker.c (Jiri);
> rfcv1->v1:
> - check errors when initializing iterators (Jiri);
> - split RFC patch into separate patches.
>
> [...]
Here is the summary with links:
- [v2,bpf-next,1/5] libbpf: add BTF field iterator
https://git.kernel.org/bpf/bpf-next/c/68153bb2fffb
- [v2,bpf-next,2/5] libbpf: make use of BTF field iterator in BPF linker code
https://git.kernel.org/bpf/bpf-next/c/2bce2c1cb2f0
- [v2,bpf-next,3/5] libbpf: make use of BTF field iterator in BTF handling code
https://git.kernel.org/bpf/bpf-next/c/c2641123696b
- [v2,bpf-next,4/5] bpftool: use BTF field iterator in btfgen
https://git.kernel.org/bpf/bpf-next/c/e1a8630291fd
- [v2,bpf-next,5/5] libbpf: remove callback-based type/string BTF field visitor helpers
https://git.kernel.org/bpf/bpf-next/c/072088704433
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:[~2024-06-05 15:00 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-05 0:16 [PATCH v2 bpf-next 0/5] libbpf: BTF field iterator Andrii Nakryiko
2024-06-05 0:16 ` [PATCH v2 bpf-next 1/5] libbpf: add " Andrii Nakryiko
2024-06-05 0:16 ` [PATCH v2 bpf-next 2/5] libbpf: make use of BTF field iterator in BPF linker code Andrii Nakryiko
2024-06-05 0:16 ` [PATCH v2 bpf-next 3/5] libbpf: make use of BTF field iterator in BTF handling code Andrii Nakryiko
2024-06-05 0:16 ` [PATCH v2 bpf-next 4/5] bpftool: use BTF field iterator in btfgen Andrii Nakryiko
2024-06-05 8:45 ` Quentin Monnet
2024-06-05 0:16 ` [PATCH v2 bpf-next 5/5] libbpf: remove callback-based type/string BTF field visitor helpers Andrii Nakryiko
2024-06-05 8:52 ` [PATCH v2 bpf-next 0/5] libbpf: BTF field iterator Jiri Olsa
2024-06-05 14:48 ` Alan Maguire
2024-06-05 15:00 ` 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=171759963081.16614.17209889293631246757.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=alan.maguire@oracle.com \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=eddyz87@gmail.com \
--cc=jolsa@kernel.org \
--cc=martin.lau@kernel.org \
/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.