aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/bpf/verifier.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-65/+301
2024-03-11bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko1-6/+6
2024-03-11bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.Alexei Starovoitov1-0/+15
2024-03-11bpf: Recognize addr_space_cast instruction in the verifier.Alexei Starovoitov1-9/+98
2024-03-11bpf: Introduce bpf_arena.Alexei Starovoitov1-0/+1
2024-03-07bpf: Recognize '__map' suffix in kfunc argumentsAlexei Starovoitov1-0/+16
2024-03-07bpf: Allow kfuncs return 'void *'Alexei Starovoitov1-0/+3
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2024-03-06bpf: Recognize that two registers are safe when their ranges matchAlexei Starovoitov1-21/+30
2024-03-06bpf: Introduce may_goto instructionAlexei Starovoitov1-30/+133
2024-03-05bpf: check bpf_func_state->callback_depth when pruning statesEduard Zingerman1-0/+3
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-71/+165
2024-02-22bpf: add is_async_callback_calling_insn() helperBenjamin Tissoires1-4/+7
2024-02-22bpf: introduce in_sleepable() helperBenjamin Tissoires1-6/+11
2024-02-22bpf: allow more maps in sleepable bpf programsBenjamin Tissoires1-0/+2
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-02-15bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19Yonghong Song1-5/+13
2024-02-13bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()Andrii Nakryiko1-1/+1
2024-02-13bpf: Create argument information for nullable arguments.Kui-Feng Lee1-0/+6
2024-02-13bpf: Move __kfunc_param_match_suffix() to btf.c.Kui-Feng Lee1-28/+10
2024-02-13bpf: Fix warning for bpf_cpumask in verifierHari Bathini1-0/+2
2024-02-05bpf: Transfer RCU lock state between subprog callsKumar Kartikeya Dwivedi1-2/+1
2024-02-05bpf: Allow calling static subprogs while holding a bpf_spin_lockKumar Kartikeya Dwivedi1-3/+8
2024-02-02bpf: handle trusted PTR_TO_BTF_ID_OR_NULL in argument check logicAndrii Nakryiko1-0/+1
2024-02-02bpf: Handle scalar spill vs all MISC in stacksafe()Eduard Zingerman1-3/+69
2024-02-02bpf: Preserve boundaries and track scalars on narrowing fillMaxim Mikityanskiy1-4/+11
2024-02-02bpf: Track spilled unbounded scalarsMaxim Mikityanskiy1-15/+1
2024-01-30bpf: add __arg_trusted global func arg tagAndrii Nakryiko1-0/+24
2024-01-25bpf: Fix error checks against bpf_get_btf_vmlinux().Kui-Feng Lee1-1/+4
2024-01-24bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko1-7/+6
2024-01-23bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.Kui-Feng Lee1-0/+11
2024-01-23bpf: pass attached BTF to the bpf_struct_ops subsystemKui-Feng Lee1-3/+6
2024-01-23bpf: lookup struct_ops types from a given module BTF.Kui-Feng Lee1-1/+1
2024-01-23bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee1-3/+5
2024-01-23bpf: Refactor ptr alu checking rules to allow alu explicitlyHao Sun1-7/+14
2024-01-23bpf: Track aligned st store as imprecise spilled registersYonghong Song1-2/+15
2024-01-23bpf: Assign ID to scalars on spillMaxim Mikityanskiy1-1/+7
2024-01-23bpf: Add the get_reg_width functionMaxim Mikityanskiy1-2/+7
2024-01-23bpf: Add the assign_scalar_id_before_mov functionMaxim Mikityanskiy1-14/+19
2024-01-23bpf: make infinite loop detection in is_state_visited() exactEduard Zingerman1-1/+1
2024-01-23bpf: prepare btf_prepare_func_args() for multiple tags per argumentAndrii Nakryiko1-1/+0
2024-01-23bpf: Support inlining bpf_kptr_xchg() helperHou Tao1-0/+17
2024-01-16bpf: Reject variable offset alu on PTR_TO_FLOW_KEYSHao Sun1-0/+4
2024-01-04bpf: Relax tracing prog recursive attach rulesDmitrii Dolgov1-14/+25
2024-01-03bpf: Limit up to 512 bytes for bpf_global_percpu_ma allocationYonghong Song1-0/+8
2024-01-03bpf: Allow per unit prefill for non-fix-size percpu memory allocatorYonghong Song1-14/+23
2024-01-03bpf: Simplify checking size of helper accessesAndrei Matei1-6/+4
2023-12-21bpf: Avoid unnecessary use of comma operator in verifierSimon Horman1-1/+1
2023-12-19bpf: add support for passing dynptr pointer to global subprogAndrii Nakryiko1-0/+7
2023-12-19bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog argsAndrii Nakryiko1-1/+4