summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/verifier.c
AgeCommit message (Expand)AuthorLines
2022-08-25bpf: Don't use tnum_range on array range checking for poke descriptorsDaniel Borkmann-6/+4
2022-08-25bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZEROKumar Kartikeya Dwivedi-0/+3
2022-07-21bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi-8/+6
2022-07-21bpf: Check attach_func_proto more carefully in check_helper_callStanislav Fomichev-1/+3
2022-07-14bpf: Fix subprog names in stack traces.Alexei Starovoitov-3/+1
2022-07-14bpf: Warn on non-preallocated case for BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLEYafang Shao-0/+1
2022-07-13bpf: Tidy up verifier check_func_arg()Joanne Koong-28/+38
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-12/+226
2022-07-08bpf: Check attach_func_proto more carefully in check_return_codeStanislav Fomichev-5/+16
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-66/+47
2022-07-01bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_valsDaniel Borkmann-49/+23
2022-07-01bpf: Fix incorrect verifier simulation around jmp32's jeq/jneDaniel Borkmann-17/+24
2022-06-29bpf: per-cgroup lsm flavorStanislav Fomichev-0/+32
2022-06-24bpf: Fix for use-after-free bug in inline_bpf_loopEduard Zingerman-1/+1
2022-06-24bpf: Replace hard-coded 0 with BPF_K in check_alu_opSimon Wang-1/+1
2022-06-21bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar-1/+2
2022-06-20bpf: Inline calls to bpf_loop when callback is knownEduard Zingerman-5/+175
2022-06-16bpf: Allow helpers to accept pointers with a fixed sizeMaxim Mikityanskiy-11/+32
2022-06-16bpf: allow sleepable uprobe programs to attachDelyan Kratunov-2/+2
2022-06-07bpf: Add btf enum64 supportYonghong Song-1/+1
2022-05-23bpf: Add dynptr data slicesJoanne Koong-0/+23
2022-05-23bpf: Dynptr support for ring buffersJoanne Koong-3/+49
2022-05-23bpf: Add bpf_dynptr_from_mem for local dynptrsJoanne Koong-0/+6
2022-05-23bpf: Add verifier support for dynptrsJoanne Koong-3/+185
2022-05-23bpf: Suppress 'passing zero to PTR_ERR' warningKumar Kartikeya Dwivedi-1/+1
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang-0/+1
2022-05-13bpf: Add MEM_UNINIT as a bpf_type_flagJoanne Koong-20/+8
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou-2/+15
2022-05-09bpf: Remove unused parameter from find_kfunc_desc_btf()Yuntao Wang-5/+4
2022-04-25bpf: Make BTF type match stricter for release argumentsKumar Kartikeya Dwivedi-3/+15
2022-04-25bpf: Prevent escaping of kptr loaded from mapsKumar Kartikeya Dwivedi-7/+28
2022-04-25bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi-12/+86
2022-04-25bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi-33/+43
2022-04-25bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi-10/+151
2022-04-21bpf: Move check_ptr_off_reg before check_map_accessKumar Kartikeya Dwivedi-38/+38
2022-04-06bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_accessKumar Kartikeya Dwivedi-0/+5
2022-04-06bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_accessKumar Kartikeya Dwivedi-1/+11
2022-04-06bpf: Do write access check for kfunc and global funcKumar Kartikeya Dwivedi-15/+29
2022-03-21bpf: Fix warning for cast from restricted gfp_t in verifierJoanne Koong-2/+2
2022-03-21Revert "bpf: Add support to inline bpf_get_func_ip helper on x86"Jiri Olsa-20/+1
2022-03-20bpf: Enable non-atomic allocations in local storageJoanne Koong-0/+20
2022-03-17bpf: Add support to inline bpf_get_func_ip helper on x86Jiri Olsa-1/+20
2022-03-16bpf: Fix net.core.bpf_jit_harden raceHou Tao-2/+3
2022-03-10bpf: Use offsetofend() to simplify macro definitionYuntao Wang-2/+1
2022-03-08bpf: Determine buf_info inside check_buffer_access()Shung-Hsi Yu-9/+3
2022-03-05bpf: Reject programs that try to load __percpu memory.Hao Luo-10/+14
2022-03-05bpf: Fix checking PTR_TO_BTF_ID in check_mem_accessHao Luo-1/+2
2022-03-05bpf: Harden register offset checks for release helpers and kfuncsKumar Kartikeya Dwivedi-3/+22
2022-03-05bpf: Disallow negative offset in check_ptr_off_regKumar Kartikeya Dwivedi-0/+6
2022-03-05bpf: Add check_func_arg_reg_off functionKumar Kartikeya Dwivedi-28/+41