summaryrefslogtreecommitdiff
path: root/include/linux/bpf_verifier.h
AgeCommit message (Expand)AuthorFilesLines
2026-06-14bpf: Raise maximum call chain depth to 16 framesAlexei Starovoitov1-6/+7
2026-06-07bpf: Add bpf_trampoline_multi_attach/detach functionsJiri Olsa1-0/+4
2026-06-02bpf: Silence unused-but-set-variable warning in bpf_for_each_reg_in_vstate_maskAmery Hung1-0/+1
2026-06-02bpf: Unify release handling for helpers and kfuncsAmery Hung1-3/+3
2026-06-02bpf: Unify referenced object tracking in verifierAmery Hung1-1/+13
2026-06-02bpf: Refactor object relationship tracking and fix dynptr UAF bugAmery Hung1-49/+28
2026-06-02bpf: Unify dynptr handling in the verifierAmery Hung1-5/+8
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov1-0/+2
2026-05-17bpf: Check global subprog exception pathsKumar Kartikeya Dwivedi1-0/+2
2026-05-14bpf: Report maximum combined stack depthPaul Chaignon1-0/+2
2026-05-13bpf: Add precision marking and backtracking for stack argument slotsYonghong Song1-0/+8
2026-05-13bpf: Refactor jmp history to use dedicated spi/frame fieldsYonghong Song1-21/+16
2026-05-13bpf: Support stack arguments for bpf functionsYonghong Song1-4/+39
2026-05-13bpf: Convert bpf_get_spilled_reg macro to static inline functionYonghong Song1-4/+8
2026-05-12bpf: Add syscall common attributes support for map_createLeon Hwang1-0/+3
2026-05-12bpf: Add syscall common attributes support for prog_loadLeon Hwang1-1/+2
2026-05-12bpf: Refactor reporting log_true_size for prog_loadLeon Hwang1-0/+12
2026-04-30bpf: Print breakdown of insns processed by subprogsPaul Chaignon1-0/+1
2026-04-25bpf: replace min/max fields with struct cnum{32,64}Eduard Zingerman1-24/+15
2026-04-25bpf: use accessor functions for bpf_reg_state min/max fieldsEduard Zingerman1-0/+64
2026-04-23bpf: Prepare verifier logs for upcoming kfunc stack argumentsYonghong Song1-0/+1
2026-04-16bpf: Add helper to detect indirect jump targetsXu Kuohai1-4/+5
2026-04-12bpf: Move BTF checking logic into check_btf.cAlexei Starovoitov1-0/+5
2026-04-12bpf: Move backtracking logic to backtrack.cAlexei Starovoitov1-0/+18
2026-04-12bpf: Move state equivalence logic to states.cAlexei Starovoitov1-0/+67
2026-04-12bpf: Move check_cfg() into cfg.cAlexei Starovoitov1-1/+114
2026-04-12bpf: Move compute_insn_live_regs() into liveness.cAlexei Starovoitov1-0/+2
2026-04-12bpf: Move fixup/post-processing logic from verifier.c into fixups.cAlexei Starovoitov1-0/+78
2026-04-11bpf: poison dead stack slotsAlexei Starovoitov1-0/+1
2026-04-11bpf: change logging scheme for live stack analysisEduard Zingerman1-5/+0
2026-04-11bpf: simplify liveness to use (callsite, depth) keyed func_instancesEduard Zingerman1-19/+0
2026-04-11bpf: record arg tracking results in bpf_liveness masksEduard Zingerman1-1/+0
2026-04-11bpf: introduce forward arg-tracking dataflow analysisEduard Zingerman1-0/+4
2026-04-11bpf: make liveness.c track stack with 4-byte granularityEduard Zingerman1-2/+2
2026-04-11bpf: Add spis_*() helpers for 4-byte stack slot bitmasksAlexei Starovoitov1-0/+67
2026-04-11bpf: save subprogram name in bpf_subprog_infoEduard Zingerman1-1/+1
2026-04-11bpf: share several utility functions as internal APIEduard Zingerman1-0/+2
2026-04-03bpf: Add helper and kfunc stack access size resolutionAlexei Starovoitov1-0/+6
2026-04-03bpf: Move verifier helpers to headerAlexei Starovoitov1-0/+28
2026-04-03bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passesAlexei Starovoitov1-0/+23
2026-04-03bpf: Sort subprogs in topological order after check_cfg()Alexei Starovoitov1-0/+2
2026-04-03bpf: Use bpf_verifier_env buffers for reg_set_min_maxPaul Chaignon1-1/+3
2026-03-03bpf: Factor out program return value calculationEmil Tsalapatis1-0/+1
2026-02-14bpf: rename bpf_reg_state->off to bpf_reg_state->deltaEduard Zingerman1-3/+3
2026-02-14bpf: use reg->var_off instead of reg->off for pointersEduard Zingerman1-2/+1
2026-02-05bpf: Support negative offsets, BPF_SUB, and alu32 for linked register trackingPuranjay Mohan1-1/+5
2026-02-03bpf: Clear singular ids for scalars in is_state_visited()Puranjay Mohan1-2/+5
2026-01-20bpf/verifier: Optimize ID mapping reset in states_equalQiliang Yuan1-0/+1
2025-11-22bpf: support nested rcu critical sectionsPuranjay Mohan1-1/+1
2025-11-22bpf: correct stack liveness for tail callsEduard Zingerman1-2/+3