diff options
| author | Amery Hung <ameryhung@gmail.com> | 2026-07-14 23:40:47 -0700 |
|---|---|---|
| committer | Kumar Kartikeya Dwivedi <memxor@gmail.com> | 2026-07-15 11:00:48 +0200 |
| commit | bf9c1b911f4db6fa5fe088c32f1de7ee1650eee9 (patch) | |
| tree | d9a3c37a7724f049ca4815d1fc993293c510fc26 /tools/include | |
| parent | d55149ff8c856c88cedc36557dadc6b5363b428d (diff) | |
bpf: Unify helper and kfunc call argument meta
Helper and kfunc argument checking carried two separate meta structs: the
verifier-local struct bpf_call_arg_meta and bpf_kfunc_call_arg_meta.
Merge them into a single struct bpf_call_arg_meta. This is groundwork for
sharing argument checking between helpers and kfuncs.
While merging, drop the btf_id field from the helper meta since it is
never used.
No functional change.
Signed-off-by: Amery Hung <ameryhung@gmail.com>
Acked-by: Eduard Zingerman <eddyz87@gmail.com>
Link: https://lore.kernel.org/bpf/20260715064047.1793790-8-ameryhung@gmail.com
Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Diffstat (limited to 'tools/include')
0 files changed, 0 insertions, 0 deletions
