]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
verifier: parse BTF type tags for function arguments
authorEmil Tsalapatis <emil@etsalapatis.com>
Tue, 2 Jun 2026 00:41:16 +0000 (20:41 -0400)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 2 Jun 2026 01:42:33 +0000 (18:42 -0700)
commit5ab4bc67d818ba27388d64cb9c52cb0c3bdac254
tree10ccf070fdfa6144a30e1e7ccad881e70793de97
parenta0fa68d8ce759dbf6aaf19a043ddd77a2128c26c
verifier: parse BTF type tags for function arguments

The BTF parsing logic for function arguments goes through
the arguments' decl tags, but does not go into their type
tags. Add type tag parsing for function arguments.

Acked-by: Eduard Zingerman <eddyz87@gmail.com>
Signed-off-by: Emil Tsalapatis <emil@etsalapatis.com>
Link: https://lore.kernel.org/r/20260602004120.17087-3-emil@etsalapatis.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/btf.c