File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -210,9 +210,6 @@ static bool in_rbtree_lock_required_cb(struct bpf_verifier_env *env);
210210static int ref_set_non_owning(struct bpf_verifier_env *env,
211211 struct bpf_reg_state *reg);
212212static bool is_trusted_reg(const struct bpf_reg_state *reg);
213- static int process_bpf_exit_full(struct bpf_verifier_env *env,
214- bool *do_print_state,
215- bool exception_exit);
216213
217214static bool bpf_map_ptr_poisoned(const struct bpf_insn_aux_data *aux)
218215{
@@ -11406,8 +11403,7 @@ static inline bool in_sleepable_context(struct bpf_verifier_env *env)
1140611403 in_sleepable(env);
1140711404}
1140811405
11409- static int check_helper_call(struct bpf_verifier_env *env,
11410- struct bpf_insn *insn,
11406+ static int check_helper_call(struct bpf_verifier_env *env, struct bpf_insn *insn,
1141111407 int *insn_idx_p)
1141211408{
1141311409 enum bpf_prog_type prog_type = resolve_prog_type(env->prog);
You can’t perform that action at this time.
0 commit comments