summaryrefslogtreecommitdiff
path: root/kernel/bpf/verifier.c
AgeCommit message (Expand)Author
2025-03-18bpf: clarify a misleading verifier error messageAndrea Terzolo
2025-03-18bpf: Reject attaching fexit/fmod_ret to __noreturn functionsYafang Shao
2025-03-15bpf: correct use/def for may_goto instructionEduard Zingerman
2025-03-15bpf: use register liveness information for func_states_equalEduard Zingerman
2025-03-15bpf: simple DFA-based live registers analysisEduard Zingerman
2025-03-15bpf: get_call_summary() utility functionEduard Zingerman
2025-03-15bpf: jmp_offset() and verbose_insn() utility functionsEduard Zingerman
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye
2025-03-15bpf: Add verifier support for timed may_gotoKumar Kartikeya Dwivedi
2025-03-15bpf: Factor out check_load_mem() and check_store_reg()Peilin Ye
2025-03-15bpf: Factor out check_atomic_rmw()Peilin Ye
2025-03-15bpf: Factor out atomic_ptr_type_ok()Peilin Ye
2025-03-15bpf: Summarize sleepable global subprogsKumar Kartikeya Dwivedi
2025-02-25bpf: Search and add kfuncs in struct_ops prologue and epilogueAmery Hung
2025-02-25bpf: abort verification if env->cur_state->loop_entry != NULLEduard Zingerman
2025-02-23bpf: Refactor check_ctx_access()Amery Hung
2025-02-20bpf: Do not allow tail call in strcut_ops program with __ref argumentAmery Hung
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4Alexei Starovoitov
2025-02-18bpf: fix env->peak_states computationEduard Zingerman
2025-02-18bpf: free verifier states when they are no longer referencedEduard Zingerman
2025-02-18bpf: use list_head to track explored states and free listEduard Zingerman
2025-02-18bpf: do not update state->loop_entry in get_loop_entry()Eduard Zingerman
2025-02-18bpf: make state->dfs_depth < state->loop_entry->dfs_depth an invariantEduard Zingerman
2025-02-18bpf: detect infinite loop in get_loop_entry()Eduard Zingerman
2025-02-18bpf: don't do clean_live_states when state->loop_entry->branches > 0Eduard Zingerman
2025-02-18bpf: copy_verifier_state() should copy 'loop_entry' fieldEduard Zingerman
2025-02-17bpf: Allow struct_ops prog to return referenced kptrAmery Hung
2025-02-17bpf: Support getting referenced kptr from struct_ops argumentAmery Hung
2025-02-17bpf: Make every prog keep a copy of ctx_arg_infoAmery Hung
2025-02-14bpf: Fix array bounds error with may_gotoJiayuan Chen
2025-02-13bpf: fs/xattr: Add BPF kfuncs to set and remove xattrsSong Liu
2025-02-07bpf: Handle allocation failure in acquire_lock_stateKumar Kartikeya Dwivedi
2025-02-07bpf: verifier: Disambiguate get_constant_map_key() errorsDaniel Xu
2025-02-07bpf: verifier: Do not extract constant map keys for irrelevant mapsDaniel Xu
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-01-20bpf: Remove 'may_goto 0' instruction in opt_remove_nops()Yonghong Song
2025-01-20bpf: Allow 'may_goto 0' instruction in verifierYonghong Song
2025-01-16bpf: verifier: Support eliding map lookup nullnessDaniel Xu
2025-01-16bpf: verifier: Refactor helper access type trackingDaniel Xu
2025-01-16bpf: verifier: Add missing newline on verbose() callDaniel Xu
2025-01-06bpf: Allow bpf_for/bpf_repeat calls while holding a spinlockEmil Tsalapatis
2024-12-30bpf: Fix holes in special_kfunc_list if !CONFIG_NETThomas Weißschuh
2024-12-30bpf, verifier: Improve precision of BPF_MULMatan Shachnai
2024-12-17bpf: Fix bpf_get_smp_processor_id() on !CONFIG_SMPAndrea Righi
2024-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-12-13bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi
2024-12-13bpf: Fix configuration-dependent BTF function referencesThomas Weißschuh
2024-12-13bpf: Add fd_array_cnt attribute for prog_loadAnton Protopopov
2024-12-13bpf: Refactor check_pseudo_btf_idAnton Protopopov
2024-12-13bpf: Move map/prog compatibility checksAnton Protopopov