summaryrefslogtreecommitdiff
path: root/kernel/bpf/verifier.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds.Alexei Starovoitov2020-12-101-5/+5
* bpf: Relax return code check for subprogramsDmitrii Banshchikov2020-11-141-2/+13
* bpf: Fix unsigned 'datasec_id' compared with zero in check_pseudo_btf_idKaixu Xia2020-11-111-1/+2
* bpf: Enforce id generation for all may-be-null register typeMartin KaFai Lau2020-10-191-6/+5
* bpf: Fix register equivalence tracking.Alexei Starovoitov2020-10-151-13/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-10-121-19/+251
|\
| * bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann2020-10-111-2/+4
| * bpf: Track spill/fill of bounded scalars.Yonghong Song2020-10-091-1/+15
| * bpf: Propagate scalar ranges through register assignments.Alexei Starovoitov2020-10-091-0/+50
| * kernel/bpf/verifier: Fix build when NET is not enabledRandy Dunlap2020-10-071-0/+4
| * bpf, verifier: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-051-2/+2
| * bpf: Introducte bpf_this_cpu_ptr()Hao Luo2020-10-021-3/+8
| * bpf: Introduce bpf_per_cpu_ptr()Hao Luo2020-10-021-3/+61
| * bpf: Introduce pseudo_btf_idHao Luo2020-10-021-13/+112
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-081-4/+4
|\ \ | |/ |/|
| * bpf: Fix scalar32_min_max_or bounds trackingDaniel Borkmann2020-10-081-4/+4
* | bpf: Support attaching freplace programs to multiple attach pointsToke Høiland-Jørgensen2020-09-291-0/+10
* | bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen2020-09-291-4/+7
* | bpf: Provide function to get vmlinux BTF informationAlan Maguire2020-09-281-6/+12
* | bpf: verifier: refactor check_attach_btf_id()Toke Høiland-Jørgensen2020-09-281-86/+97
* | bpf: change logging calls from verbose() to bpf_log() and use log pointerToke Høiland-Jørgensen2020-09-281-25/+25
* | bpf: disallow attaching modify_return tracing functions to other BPF programsToke Høiland-Jørgensen2020-09-281-0/+5
* | bpf: sockmap: Enable map_update_elem from bpf_iterLorenz Bauer2020-09-281-1/+1
* | bpf, verifier: Remove redundant var_off.value ops in scalar known reg casesJohn Fastabend2020-09-251-4/+2
* | bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau2020-09-251-2/+32
* | bpf: Move the PTR_TO_BTF_ID check to check_reg_type()Martin KaFai Lau2020-09-251-29/+31
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-231-180/+360
|\ \
| * | bpf: Explicitly size compatible_reg_typesLorenz Bauer2020-09-231-2/+1
| * | bpf: Use a table to drive helper arg type checksLorenz Bauer2020-09-211-74/+109
| * | bpf: Hoist type checking for nullable arg typesLorenz Bauer2020-09-211-34/+30
| * | bpf: Check ARG_PTR_TO_SPINLOCK register type in check_func_argLorenz Bauer2020-09-211-14/+14
| * | bpf: Set meta->raw_mode for pointers close to useLorenz Bauer2020-09-211-1/+5
| * | bpf: Make context access check genericLorenz Bauer2020-09-211-3/+4
| * | bpf: Make reference tracking genericLorenz Bauer2020-09-211-16/+10
| * | bpf: Make BTF pointer type checking genericLorenz Bauer2020-09-211-18/+20
| * | bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer2020-09-211-22/+22
| * | bpf: Check scalar or invalid register in check_helper_mem_accessLorenz Bauer2020-09-211-13/+11
| * | bpf: Add abnormal return checks.Alexei Starovoitov2020-09-171-19/+48
| * | bpf: allow for tailcalls in BPF subprograms for x64 JITMaciej Fijalkowski2020-09-171-4/+17
| * | bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski2020-09-171-0/+16
| * | bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski2020-09-171-0/+29
| * | bpf: propagate poke descriptors to subprogramsMaciej Fijalkowski2020-09-171-3/+63
| * | bpf: Permit map_ptr arithmetic with opcode add and offset 0Yonghong Song2020-09-081-0/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-2/+2
|\ \ \ | |/ / |/| / | |/
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* | bpf: Remove bpf_lsm_file_mprotect from sleepable list.Alexei Starovoitov2020-08-311-1/+0
* | bpf: Fix build without BPF_LSM.Alexei Starovoitov2020-08-311-0/+2
* | bpf: Introduce sleepable BPF programsAlexei Starovoitov2020-08-281-2/+79
* | bpf: Fix a verifier failure with xorYonghong Song2020-08-261-0/+66
* | bpf: verifier: Use target program's type for access verificationsUdip Pant2020-08-261-11/+21