BPF List
 help / color / mirror / Atom feed
From: Ihor Solodrai <ihor.solodrai@linux.dev>
To: Kumar Kartikeya Dwivedi <memxor@gmail.com>, bpf@vger.kernel.org
Cc: Alexei Starovoitov <ast@kernel.org>,
	Andrii Nakryiko <andrii@kernel.org>,
	Daniel Borkmann <daniel@iogearbox.net>,
	Eduard Zingerman <eddyz87@gmail.com>,
	Emil Tsalapatis <emil@etsalapatis.com>, Tejun Heo <tj@kernel.org>,
	kkd@meta.com, kernel-team@meta.com
Subject: Re: [PATCH bpf-next v2 0/2] Add resolve_btfids support for __arena kfunc suffix
Date: Wed, 12 Aug 2026 15:39:12 -0700	[thread overview]
Message-ID: <3903c659-6378-4849-8bc4-8c1937e4bb9e@linux.dev> (raw)
In-Reply-To: <20260812193842.2879226-1-memxor@gmail.com>

On 8/12/26 12:38 PM, Kumar Kartikeya Dwivedi wrote:
> Use __arena/__arena__nullable suffixes to emit address_space(1)
> annotations on kfunc definitions in vmlinux.h. See commits for details.
> 
> Changelog:
> ----------
> v1 -> v2
> v1: https://lore.kernel.org/bpf/20260809085155.3305519-1-memxor@gmail.com
> 
>  * Avoid enumerating all the ways resolve_btfids can emit the
>    "address_space(1)" attribute in its header comment and in kfuncs.rst.
>    (Ihor)
>  * Drop the kfunc_has_arena_arg() helper: add_arena_tagged_proto()
>    returns the original prototype when nothing needs tagging, so it can
>    be invoked unconditionally for every kfunc. (Ihor)
>  * Add resolve_btfids selftest cases with mixed tagged and untagged
>    arguments, and a kfunc that combines the KF_ARENA_RET flag with
>    suffixed arena arguments. (Ihor)

For the series:

Acked-by: Ihor Solodrai <ihor.solodrai@linux.dev>

Thanks!

> 
> Kumar Kartikeya Dwivedi (2):
>   resolve_btfids: Emit arena attributes from kfunc parameter suffixes
>   selftests/bpf: Test resolve_btfids arena argument suffixes
> 
>  Documentation/bpf/kfuncs.rst                  |  4 +-
>  tools/bpf/resolve_btfids/main.c               | 72 +++++++++++++------
>  .../selftests/bpf/prog_tests/resolve_btfids.c | 41 ++++++-----
>  tools/testing/selftests/bpf/progs/btf_data.c  | 20 ++++++
>  4 files changed, 99 insertions(+), 38 deletions(-)
> 
> 
> base-commit: 3a59f11e0f989bdd637c87151992605a6559a7cb


  parent reply	other threads:[~2026-08-12 22:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-12 19:38 [PATCH bpf-next v2 0/2] Add resolve_btfids support for __arena kfunc suffix Kumar Kartikeya Dwivedi
2026-08-12 19:38 ` [PATCH bpf-next v2 1/2] resolve_btfids: Emit arena attributes from kfunc parameter suffixes Kumar Kartikeya Dwivedi
2026-08-12 20:57   ` bot+bpf-ci
2026-08-12 19:38 ` [PATCH bpf-next v2 2/2] selftests/bpf: Test resolve_btfids arena argument suffixes Kumar Kartikeya Dwivedi
2026-08-12 20:42   ` bot+bpf-ci
2026-08-12 22:39 ` Ihor Solodrai [this message]
2026-08-13  1:40 ` [PATCH bpf-next v2 0/2] Add resolve_btfids support for __arena kfunc suffix patchwork-bot+netdevbpf

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=3903c659-6378-4849-8bc4-8c1937e4bb9e@linux.dev \
    --to=ihor.solodrai@linux.dev \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=eddyz87@gmail.com \
    --cc=emil@etsalapatis.com \
    --cc=kernel-team@meta.com \
    --cc=kkd@meta.com \
    --cc=memxor@gmail.com \
    --cc=tj@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox