summaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorAndrii Nakryiko <andrii@kernel.org>2023-03-03 02:50:05 +0300
committerAlexei Starovoitov <ast@kernel.org>2023-03-04 22:14:32 +0300
commitc1ee85a9806a720aa054f68fe7f9c79418f36c2b (patch)
tree41e29a5dfd316afa82aeef5ac69a035f5852d051 /scripts/generate_rust_analyzer.py
parent653ae3a874aca6764a4c1f5a8bf1b072ade0d6f4 (diff)
downloadlinux-c1ee85a9806a720aa054f68fe7f9c79418f36c2b.tar.xz
bpf: fix visit_insn()'s detection of BPF_FUNC_timer_set_callback helper
It's not correct to assume that any BPF_CALL instruction is a helper call. Fix visit_insn()'s detection of bpf_timer_set_callback() helper by also checking insn->code == 0. For kfuncs insn->code would be set to BPF_PSEUDO_KFUNC_CALL, and for subprog calls it will be BPF_PSEUDO_CALL. Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/r/20230302235015.2044271-8-andrii@kernel.org Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions