aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bpf_verifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/bpf_verifier.h')
-rw-r--r--include/linux/bpf_verifier.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/bpf_verifier.h b/include/linux/bpf_verifier.h
index c736945be7c5..548dcbdb7111 100644
--- a/include/linux/bpf_verifier.h
+++ b/include/linux/bpf_verifier.h
@@ -224,6 +224,7 @@ struct bpf_verifier_env {
224 bool allow_ptr_leaks; 224 bool allow_ptr_leaks;
225 bool seen_direct_write; 225 bool seen_direct_write;
226 struct bpf_insn_aux_data *insn_aux_data; /* array of per-insn state */ 226 struct bpf_insn_aux_data *insn_aux_data; /* array of per-insn state */
227 const struct bpf_line_info *prev_linfo;
227 struct bpf_verifier_log log; 228 struct bpf_verifier_log log;
228 struct bpf_subprog_info subprog_info[BPF_MAX_SUBPROGS + 1]; 229 struct bpf_subprog_info subprog_info[BPF_MAX_SUBPROGS + 1];
229 u32 subprog_cnt; 230 u32 subprog_cnt;