aboutsummaryrefslogtreecommitdiff
path: root/kernel/bpf/verifier.c
AgeCommit message (Expand)AuthorFilesLines
9 daysbpf: Fix tracing of kfuncs with implicit argsIhor Solodrai1-13/+53
10 daysbpf: Reject negative const offsets for buffer pointersSun Jian1-12/+19
2026-06-25bpf: Fix insn_aux_data leak on verifier err_free_env pathKaFai Wan1-1/+1
2026-06-25bpf: Reject offset refcount acquire argumentsYiyang Chen1-10/+22
2026-06-22bpf: Reset register bounds before narrowing retval range in check_mem_access()Tristan Madani1-0/+1
2026-06-21bpf: Emit verbose message when prog-specific btf_struct_access rejects a writeAlexei Starovoitov1-0/+4
2026-06-21bpf: Fix stack slot index in nospec checksNuoqi Gui1-1/+2
2026-06-14bpf: Raise maximum call chain depth to 16 framesAlexei Starovoitov1-5/+10
2026-06-09bpf: Reject bpf_obj_drop() from tracing progsJustin Suess1-0/+17
2026-06-09bpf: Allow sleepable programs to use LPM trie maps directlyVlad Poenaru1-0/+1
2026-06-09bpf: Enforce write checks for BTF pointer helper accessNuoqi Gui1-1/+1
2026-06-08bpf: Keep dynamic inner array lookups nullableNuoqi Gui1-6/+9
2026-06-07bpf: Add support for tracing_multi link sessionJiri Olsa1-5/+15
2026-06-07bpf: Add bpf_trampoline_multi_attach/detach functionsJiri Olsa1-0/+55
2026-06-07bpf: Move sleepable verification code to btf_id_allow_sleepableJiri Olsa1-32/+50
2026-06-07bpf: Add multi tracing attach typesJiri Olsa1-1/+39
2026-06-07bpf: Reject sleepable BPF_LSM_CGROUP programs at load timeDavid Windsor1-2/+4
2026-06-06bpf: Fold reg->var_off into PTR_TO_FLOW_KEYS bounds checkNuoqi Gui1-3/+15
2026-06-05bpf: Add validation for bpf_set_retval argumentXu Kuohai1-0/+55
2026-06-05bpf: Check acquire_reference() error for "__ref" struct_ops argumentsAmery Hung1-3/+7
2026-06-05bpf: Fix dead error check on acquire_reference() in check_kfunc_callAmery Hung1-1/+2
2026-06-05bpf: Implement resizable hashmap basic functionsMykyta Yatsenko1-0/+1
2026-06-01bpf: Allow subprogs to return arena pointersEmil Tsalapatis1-0/+4
2026-06-01bpf: Fix dynptr ref counting to scan all call framesAmery Hung1-23/+29
2026-06-01bpf: Unify release handling for helpers and kfuncsAmery Hung1-95/+103
2026-06-01bpf: Unify referenced object tracking in verifierAmery Hung1-60/+62
2026-06-01bpf: Remove redundant dynptr arg check for helperAmery Hung1-20/+1
2026-06-01bpf: Refactor object relationship tracking and fix dynptr UAF bugAmery Hung1-280/+280
2026-06-01bpf: Preserve reg->id of pointer objects after null-checkAmery Hung1-9/+4
2026-06-01bpf: Assign reg->id when getting referenced kptr from ctxAmery Hung1-2/+3
2026-06-01bpf: Unify dynptr handling in the verifierAmery Hung1-146/+32
2026-06-01bpf: Simplify mark_stack_slot_obj_read() and callersAmery Hung1-48/+21
2026-05-31bpf: reject overlarge global subprog argument sizesTaegu Ha1-0/+6
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov1-6/+21
2026-05-21bpf: add bpf_list_is_first/last/empty kfuncsKaitao Cheng1-2/+13
2026-05-21bpf: Add bpf_list_add to insert node after a given list nodeKaitao Cheng1-3/+9
2026-05-21bpf: Introduce the bpf_list_del kfunc.Kaitao Cheng1-1/+5
2026-05-21bpf: allow non-owning list-node args via __nonown_allowedKaitao Cheng1-0/+13
2026-05-17bpf: Check global subprog exception pathsKumar Kartikeya Dwivedi1-6/+17
2026-05-16bpf: Validate outgoing stack args when btf_prepare_func_args failsYonghong Song1-2/+8
2026-05-15bpf: make bpf_session_is_return() reference optionalArnd Bergmann1-0/+4
2026-05-13bpf: Report maximum combined stack depthPaul Chaignon1-1/+5
2026-05-13bpf: Disable private stack for x86_64 if stack arguments usedYonghong Song1-1/+4
2026-05-13bpf: Reject stack arguments if tail call reachableYonghong Song1-1/+10
2026-05-13bpf: Support stack arguments for kfunc callsYonghong Song1-17/+60
2026-05-13bpf: Enable r11 based insnsYonghong Song1-2/+3
2026-05-13bpf: Add precision marking and backtracking for stack argument slotsYonghong Song1-5/+27
2026-05-13bpf: Refactor jmp history to use dedicated spi/frame fieldsYonghong Song1-12/+11
2026-05-13bpf: Support stack arguments for bpf functionsYonghong Song1-4/+199
2026-05-13bpf: Remove copy_register_state wrapper functionYonghong Song1-25/+19