Skip to content

Commit cd2f1d3

Browse files
committed
cleanup
1 parent 4816c0f commit cd2f1d3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

kernel/bpf/verifier.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,6 @@ static bool in_rbtree_lock_required_cb(struct bpf_verifier_env *env);
210210
static int ref_set_non_owning(struct bpf_verifier_env *env,
211211
struct bpf_reg_state *reg);
212212
static 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

217214
static 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);

0 commit comments

Comments
 (0)