From: JP Kobryn <inwardvessel@gmail.com>
To: andrii@kernel.org, ast@kernel.org, eddyz87@gmail.com,
bpf@vger.kernel.org
Subject: [PATCH bpf-next v2 0/3] allow cpumask kfuncs in tracepoint, kprobe, perf event
Date: Mon, 26 Aug 2024 15:48:11 -0700 [thread overview]
Message-ID: <20240826224814.289034-1-inwardvessel@gmail.com> (raw)
It is possible to call a cpumask kfunc within a raw tp_btf program but not
possible within tracepoint, kprobe, or perf event programs. Currently, the
verifier receives -EACCESS from fetch_kfunc_meta() as a result of not
finding any kfunc hook associated with these program types.
This patch series adds new kfunc hooks and maps them to program types
where needed. The additional registration of the three program types
mentioned is done for the cpumask kfuncs allowing them to be called within
these types of programs.
Pre-submission CI run: https://github.com/kernel-patches/bpf/pull/7600
v2:
- create new kfunc hooks for tracepoint and perf event
- map tracepoint, and perf event prog types to kfunc hooks
- register cpumask kfuncs with prog types in focus
- expand existing verifier tests for cpumask kfuncs
v1:
- map tracepoint type progs to tracing kfunc hook
- new selftests for calling cpumask kfuncs in tracepoint prog
---
JP Kobryn (3):
bpf: new btf kfunc hooks for tracepoint and perf event
bpf: register additional prog types with cpumask kfuncs
bpf/selftests: coverage for new program types using cpumask kfuncs
kernel/bpf/btf.c | 6 +++++
kernel/bpf/cpumask.c | 3 +++
.../bpf/progs/verifier_kfunc_prog_types.c | 24 +++++++++++++++++++
3 files changed, 33 insertions(+)
--
2.46.0
next reply other threads:[~2024-08-26 22:48 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-26 22:48 JP Kobryn [this message]
2024-08-26 22:48 ` [PATCH bpf-next v2 1/3] bpf: new btf kfunc hooks for tracepoint and perf event JP Kobryn
2024-08-27 21:01 ` Alexei Starovoitov
2024-08-27 22:42 ` Andrii Nakryiko
2024-08-28 19:08 ` JP Kobryn
2024-08-31 2:14 ` Alexei Starovoitov
2024-08-26 22:48 ` [PATCH bpf-next v2 2/3] bpf: register additional prog types with cpumask kfuncs JP Kobryn
2024-08-26 22:48 ` [PATCH bpf-next v2 3/3] bpf/selftests: coverage for new program types using " JP Kobryn
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=20240826224814.289034-1-inwardvessel@gmail.com \
--to=inwardvessel@gmail.com \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=eddyz87@gmail.com \
/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