]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
bpf: update outdated comment for refactored btf_check_kfunc_arg_match()
authorKexin Sun <kexinsun@smail.nju.edu.cn>
Sat, 21 Mar 2026 10:56:58 +0000 (18:56 +0800)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 24 Mar 2026 20:37:29 +0000 (13:37 -0700)
commit70b5f3f7822a8737de350ce3731189e724bc45be
tree57f40ee05ea3ddf71e28edeff404334275c75307
parent70275388aeaa85027af76d26a803e9be35aba95e
bpf: update outdated comment for refactored btf_check_kfunc_arg_match()

The function btf_check_kfunc_arg_match() was refactored into
check_kfunc_args() by commit 00b85860feb8 ("bpf: Rewrite kfunc
argument handling").  Update the comment accordingly.

Assisted-by: unnamed:deepseek-v3.2 coccinelle
Signed-off-by: Kexin Sun <kexinsun@smail.nju.edu.cn>
Acked-by: Yonghong Song <yonghong.song@linux.dev>
Reviewed-by: Jiayuan Chen <jiayuan.chen@linux.dev>
Link: https://lore.kernel.org/r/20260321105658.6006-1-kexinsun@smail.nju.edu.cn
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/verifier.c