summaryrefslogtreecommitdiff
path: root/kernel/bpf/verifier.c
AgeCommit message (Expand)Author
2022-11-08bpf: Fix memory leaks in __check_func_callWang Yufen
2022-11-04bpf: aggressively forget precise markings during state checkpointingAndrii Nakryiko
2022-11-04bpf: stop setting precise in current stateAndrii Nakryiko
2022-11-04bpf: allow precision tracking for programs with subprogsAndrii Nakryiko
2022-11-04bpf: propagate precision across all frames, not just the last oneAndrii Nakryiko
2022-11-04bpf: propagate precision in ALU/ALU64 operationsAndrii Nakryiko
2022-11-03bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi
2022-11-03bpf: Refactor kptr_off_tab into btf_recordKumar Kartikeya Dwivedi
2022-11-03bpf: Drop reg_type_may_be_refcounted_or_nullKumar Kartikeya Dwivedi
2022-11-03bpf: Fix slot type check in check_stack_write_var_offKumar Kartikeya Dwivedi
2022-11-03bpf: Clobber stack slot when writing over spilled PTR_TO_BTF_IDKumar Kartikeya Dwivedi
2022-11-04bpf: Fix wrong reg type conversion in release_reference()Youlin Li
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-11-01bpf, verifier: Fix memory leak in array reallocation for stack stateKees Cook
2022-10-27bpf: Fix a typo in comment for DFS algorithmXu Kuohai
2022-10-25bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song
2022-10-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-10-21bpf: Consider all mem_types compatible for map_{key,value} argsDave Marchevsky
2022-10-21bpf: Allow ringbuf memory to be used as map keyDave Marchevsky
2022-10-13bpf: Allow bpf_user_ringbuf_drain() callbacks to return 1David Vernet
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-09-21btf: Allow dynamic pointer parameters in kfuncsRoberto Sassu
2022-09-21bpf: Move dynptr type check to is_dynptr_type_expected()Roberto Sassu
2022-09-21bpf: Add bpf_user_ringbuf_drain() helperDavid Vernet
2022-09-21bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet
2022-09-15bpf: Add verifier check for BPF_PTR_POISON retval and argDave Marchevsky
2022-09-10bpf: Add verifier support for custom callback return rangeDave Marchevsky
2022-09-10bpf: Export btf_type_by_id() and bpf_log()Daniel Xu
2022-09-10bpf: Remove duplicate PTR_TO_BTF_ID RO checkDaniel Xu
2022-09-07bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi
2022-09-07bpf/verifier: allow kfunc to return an allocated memBenjamin Tissoires
2022-09-07bpf/verifier: allow all functions to read user provided contextBenjamin Tissoires
2022-09-07bpf: split btf_check_subprog_arg_match in twoBenjamin Tissoires
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni
2022-09-05bpf: Remove prealloc-only restriction for sleepable bpf programs.Alexei Starovoitov
2022-09-05bpf: Remove tracing program restriction on map typesAlexei Starovoitov
2022-09-05bpf: Relax the requirement to use preallocated hash maps in tracing progs.Alexei Starovoitov
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-25bpf: Don't use tnum_range on array range checking for poke descriptorsDaniel Borkmann
2022-08-25bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZEROKumar Kartikeya Dwivedi
2022-08-24bpf: Fix reference state management for synchronous callbacksKumar Kartikeya Dwivedi
2022-08-10bpf: add destructive kfunc flagArtem Savkov
2022-08-09bpf: Fix ref_obj_id for dynptr data slices in verifierJoanne Koong
2022-08-09bpf: Cleanup check_refcount_okDave Marchevsky
2022-08-08bpf: Verifier cleanupsJoanne Koong
2022-07-21bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi
2022-07-21bpf: Check attach_func_proto more carefully in check_helper_callStanislav Fomichev
2022-07-14bpf: Fix subprog names in stack traces.Alexei Starovoitov
2022-07-14bpf: Warn on non-preallocated case for BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLEYafang Shao
2022-07-13bpf: Tidy up verifier check_func_arg()Joanne Koong