process_dynptr_func
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: Absent ⚠️
5.3
: Absent ⚠️
5.4
: Absent ⚠️
5.8
: Absent ⚠️
5.11
: Absent ⚠️
5.13
: Absent ⚠️
5.15
: Absent ⚠️
5.19
: Absent ⚠️
6.2
: Transformation ⚠️int process_dynptr_func(struct bpf_verifier_env *env, int regno, enum bpf_arg_type arg_type, struct bpf_call_arg_meta *meta);
Collision: Unique Global
Inline: No
Transformation: True
Instances:
In kernel/bpf/verifier.c (0)
Location: kernel/bpf/verifier.c:6120
Inline: False
Direct callers:
- kernel/bpf/verifier.c:check_kfunc_args
- kernel/bpf/verifier.c:check_func_arg
Symbols:
ffffffff82060f92-ffffffff82060fc5: process_dynptr_func.cold (STB_LOCAL)
ffffffff812e9410-ffffffff812e9955: process_dynptr_func (STB_GLOBAL)
6.5
: Transformation ⚠️int process_dynptr_func(struct bpf_verifier_env *env, int regno, int insn_idx, enum bpf_arg_type arg_type, int clone_ref_obj_id);
Collision: Unique Static
Inline: No
Transformation: True
Instances:
In kernel/bpf/verifier.c (0)
Location: kernel/bpf/verifier.c:7188
Inline: False
Direct callers:
- kernel/bpf/verifier.c:check_kfunc_args
- kernel/bpf/verifier.c:check_kfunc_args
- kernel/bpf/verifier.c:check_kfunc_args
- kernel/bpf/verifier.c:check_func_arg
Symbols:
ffffffff81314330-ffffffff8131496a: process_dynptr_func (STB_LOCAL)
ffffffff820e03ad-ffffffff820e03de: process_dynptr_func.cold (STB_LOCAL)
6.8
: Transformation ⚠️int process_dynptr_func(struct bpf_verifier_env *env, int regno, int insn_idx, enum bpf_arg_type arg_type, int clone_ref_obj_id);
Collision: Unique Static
Inline: No
Transformation: True
Instances:
In kernel/bpf/verifier.c (0)
Location: kernel/bpf/verifier.c:7565
Inline: False
Direct callers:
- kernel/bpf/verifier.c:check_kfunc_args
- kernel/bpf/verifier.c:check_kfunc_args
- kernel/bpf/verifier.c:check_kfunc_args
- kernel/bpf/verifier.c:check_func_arg
Symbols:
ffffffff813344b0-ffffffff81334aef: process_dynptr_func (STB_LOCAL)
ffffffff821bc6bb-ffffffff821bc6ec: process_dynptr_func.cold (STB_LOCAL)
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: Absent ⚠️
azure
: Absent ⚠️
gcp
: Absent ⚠️
lowlatency
: Absent ⚠️
Regular
6.2
and 6.5
⚠️int insn_idx
int clone_ref_obj_id
struct bpf_call_arg_meta *meta
env, regno, arg_type, meta
➡️ env, regno, insn_idx, arg_type, clone_ref_obj_id
6.5
and 6.8
✅