bpf: Fix comment error in fixup_kfunc_call function
authorYang Jihong <yangjihong1@huawei.com>
Thu, 8 Dec 2022 01:37:24 +0000 (09:37 +0800)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 8 Dec 2022 18:05:05 +0000 (10:05 -0800)
commitc2cc0ce72a5ed3e01705e14221d97e96ed7a37b8
treefea6550b0ed90cf468afc233e696a5e94ed7057c
parentd35af0a7feb077c43ff0233bba5a8c6e75b73e35
bpf: Fix comment error in fixup_kfunc_call function

insn->imm for kfunc is the relative address of __bpf_call_base,
instead of __bpf_base_call, Fix the comment error.

Signed-off-by: Yang Jihong <yangjihong1@huawei.com>
Link: https://lore.kernel.org/r/20221208013724.257848-1-yangjihong1@huawei.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/verifier.c