Message ID | 20240905223812.141857-1-inwardvessel@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | allow kfuncs in tracepoint and perf event | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Thu, 5 Sep 2024 15:38:10 -0700 you wrote: > It is possible to call a cpumask kfunc within a raw tp_btf program but not > possible within tracepoint 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 associates tracepoint and perf event program types with > the tracing hook and includes test coverage. > > [...] Here is the summary with links: - [bpf-next,v3,1/2] bpf: allow kfuncs within tracepoint and perf event programs https://git.kernel.org/bpf/bpf-next/c/bc638d8cb5be - [bpf-next,v3,2/2] bpf/selftests: coverage for tp and perf event progs using kfuncs https://git.kernel.org/bpf/bpf-next/c/1b3bc648f506 You are awesome, thank you!