X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Flinux%2Fbpf_verifier.h;h=effeaa64257d5977e0dba9c0750de4b917d5a9c5;hb=a175f3679de21b5953dfbabab60a29de4c58ecb9;hp=8e5d31f6faefd361cee145be654a968123ae5e6a;hpb=fabed5ad230a5ff8320b2928ec20a52e59a9bf60;p=mirror_ubuntu-artful-kernel.git diff --git a/include/linux/bpf_verifier.h b/include/linux/bpf_verifier.h index 8e5d31f6faef..effeaa64257d 100644 --- a/include/linux/bpf_verifier.h +++ b/include/linux/bpf_verifier.h @@ -75,7 +75,7 @@ struct bpf_insn_aux_data { struct bpf_map *map_ptr; /* pointer for call insn into lookup_elem */ }; int ctx_field_size; /* the ctx field size for load insn, maybe 0 */ - int converted_op_size; /* the valid value width after perceived conversion */ + bool seen; /* this insn was processed by the verifier */ }; #define MAX_USED_MAPS 64 /* max number of maps accessed by one eBPF program */