summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/verifier.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | bpf: Fix atomic probe zero-extensionIlya Leoshkevich2024-07-021-1/+2
| * | bpf: add missing check_func_arg_reg_off() to prevent out-of-bounds memory acc...Matt Bobrowski2024-06-261-6/+11
| * | bpf: remove unused parameter in __bpf_free_used_btfsRafael Passos2024-06-211-2/+1
| * | bpf, verifier: Correct tail_call_reachable for bpf progLeon Hwang2024-06-211-1/+3
| * | bpf: Track delta between "linked" registers.Alexei Starovoitov2024-06-141-11/+84
| * | bpf: verifier: make kfuncs args nullalbleVadim Fedorenko2024-06-141-3/+3
| * | bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu2024-06-121-1/+1
| * | bpf: verifier: Relax caller requirements for kfunc projection type argsDaniel Xu2024-06-121-1/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-271-3/+58
|\ \ \ | | |/ | |/|
| * | bpf: Fix may_goto with negative offset.Alexei Starovoitov2024-06-241-3/+6
| * | bpf: Fix the corner case with may_goto and jump to the 1st insn.Alexei Starovoitov2024-06-211-0/+50
| * | bpf: Add missed var_off setting in coerce_subreg_to_size_sx()Yonghong Song2024-06-171-0/+1
| * | bpf: Add missed var_off setting in set_sext32_default_val()Yonghong Song2024-06-171-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-201-9/+16
|\| | | |/ |/|
| * bpf: fix UML x86_64 compile failureMaciej Żenczykowski2024-06-131-1/+1
| * bpf: Reduce stack consumption in check_stack_write_fixed_offDaniel Borkmann2024-06-131-4/+5
| * bpf: Fix reg_set_min_max corruption of fake_regDaniel Borkmann2024-06-131-4/+10
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-06-111-2/+2
|\ \ | |/ |/|
| * bpf: Remove unnecessary call to btf_field_type_size().Kui-Feng Lee2024-06-041-1/+1
| * bpf: Remove unnecessary checks on the offset of btf_field.Kui-Feng Lee2024-06-041-1/+1
* | bpf: Fix bpf_session_cookie BTF_ID in special_kfunc_set listJiri Olsa2024-05-311-0/+4
* | bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki2024-05-271-3/+7
|/
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-141-70/+70
|\
| * riscv, bpf: inline bpf_get_smp_processor_id()Puranjay Mohan2024-05-131-0/+4
| * bpf/verifier: relax MUL range computation checkCupertino Miranda2024-05-071-5/+1
| * bpf/verifier: improve XOR and OR range computationCupertino Miranda2024-05-071-2/+2
| * bpf/verifier: refactor checks for range computationCupertino Miranda2024-05-071-64/+45
| * bpf/verifier: replace calls to mark_reg_unknown.Cupertino Miranda2024-05-071-5/+4
| * bpf: Add support for kprobe session cookieJiri Olsa2024-04-301-0/+7
| * bpf: Fix verifier assumptions about socket->skAlexei Starovoitov2024-04-291-5/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-2/+31
|\ \ | |/ |/|
| * bpf: verifier: prevent userspace memory accessPuranjay Mohan2024-04-261-0/+30
| * bpf: Fix a verifier verbose messageAnton Protopopov2024-04-121-2/+1
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-291-102/+383
|\ \
| * | bpf: make common crypto API for TC/XDP programsVadim Fedorenko2024-04-251-0/+1
| * | bpf: Introduce bpf_preempt_[disable,enable] kfuncsKumar Kartikeya Dwivedi2024-04-241-2/+69
| * | bpf: wq: add bpf_wq_set_callback_implBenjamin Tissoires2024-04-241-6/+54
| * | bpf: add support for KF_ARG_PTR_TO_WORKQUEUEBenjamin Tissoires2024-04-241-0/+65
| * | bpf: verifier: bail out if the argument is not a mapBenjamin Tissoires2024-04-241-0/+5
| * | bpf: add support for bpf_wq user typeBenjamin Tissoires2024-04-241-0/+9
| * | bpf: Fix typos in commentsRafael Passos2024-04-221-6/+6
| * | bpf: Fix typo in function save_aux_ptr_typeRafael Passos2024-04-221-3/+3
| * | bpf: Harden and/or/xor value tracking in verifierHarishankar Vishwanathan2024-04-161-54/+40
| * | bpf: Add support for certain atomics in bpf_arena to x86 JITAlexei Starovoitov2024-04-091-1/+18
| * | bpf: allow invoking bpf_for_each_map_elem with different mapsPhilo Lu2024-04-051-5/+1
| * | bpf: store both map ptr and state in bpf_insn_aux_dataPhilo Lu2024-04-051-20/+16
| * | bpf: fix perf_snapshot_branch_stack link failureArnd Bergmann2024-04-051-1/+2
| * | bpf: prevent r10 register from being marked as preciseAndrii Nakryiko2024-04-051-2/+4
| * | bpf: inline bpf_get_branch_snapshot() helperAndrii Nakryiko2024-04-041-0/+55
| * | bpf: Optimize emit_mov_imm64().Alexei Starovoitov2024-04-041-3/+10