index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
2024-01-25
bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
Hao Sun
2024-01-25
bpf: Fix verification of indirect var-off stack access
Andrei Matei
2024-01-25
bpf: fix check for attempt to corrupt spilled pointer
Andrii Nakryiko
2024-01-25
bpf: enforce precision of R0 on callback return
Andrii Nakryiko
2024-01-10
bpf: fix precision backtracking instruction iteration
Andrii Nakryiko
2024-01-10
bpf: handle ldimm64 properly in check_cfg()
Andrii Nakryiko
2024-01-10
bpf: Support new 32bit offset jmp instruction
Yonghong Song
2024-01-10
bpf: clean up visit_insn()'s instruction processing
Andrii Nakryiko
2024-01-10
bpf: Remove unused insn_cnt argument from visit_[func_call_]insn()
Andrii Nakryiko
2024-01-10
bpf: remove unnecessary prune and jump points
Andrii Nakryiko
2024-01-10
bpf: decouple prune and jump points
Andrii Nakryiko
2024-01-10
bpf, x64: Fix tailcall infinite loop
Leon Hwang
2023-11-28
bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END
Shung-Hsi Yu
2023-11-28
bpf: Fix check_stack_write_fixed_off() to correctly spill imm
Hao Sun
2023-11-28
bpf: Ensure proper register state printing for cond jumps
Andrii Nakryiko
2023-10-19
bpf: Fix verifier log for async callback return values
David Vernet
2023-09-13
bpf: Fix issue in verifying allow_ptr_leaks
Yafang Shao
2023-07-27
bpf: aggressively forget precise markings during state checkpointing
Andrii Nakryiko
2023-07-27
bpf: stop setting precise in current state
Andrii Nakryiko
2023-07-27
bpf: allow precision tracking for programs with subprogs
Andrii Nakryiko
2023-07-27
bpf: Repeat check_max_stack_depth for async callbacks
Kumar Kartikeya Dwivedi
2023-07-27
bpf: Fix subprog idx logic in check_max_stack_depth
Kumar Kartikeya Dwivedi
2023-07-23
bpf: Fix max stack depth check for async callbacks
Kumar Kartikeya Dwivedi
2023-06-28
bpf: Fix verifier id tracking of scalars on spill
Maxim Mikityanskiy
2023-06-28
bpf: track immediate values written to stack by BPF_ST instruction
Eduard Zingerman
2023-06-28
bpf: ensure main program has an extable
Krister Johansen
2023-05-30
bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
Will Deacon
2023-05-24
bpf: Add preempt_count_{sub,add} into btf id deny list
Yafang
2023-05-11
bpf: Fix __reg_bound_offset 64->32 var_off subreg propagation
Daniel Borkmann
2023-05-11
bpf: Remove misleading spec_v1 check on var-offset stack read
Luis Gerhorst
2023-05-11
bpf: fix precision propagation verbose logging
Andrii Nakryiko
2023-05-11
bpf: take into account liveness when propagating precision
Andrii Nakryiko
2023-04-26
bpf: Fix incorrect verifier pruning due to missing register precision taints
Daniel Borkmann
2023-02-09
bpf: Skip invalid kfunc call in backtrack_insn
Hao Sun
2023-02-09
bpf: Fix to preserve reg parent/live fields when copying range info
Eduard Zingerman
2023-02-01
bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation
Luis Gerhorst
2023-01-12
bpf: Always use maximal size for copy_array()
Kees Cook
2022-12-31
bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
Kees Cook
2022-12-31
bpf: Do not zero-extend kfunc return values
Björn Töpel
2022-12-31
bpf: propagate precision across all frames, not just the last one
Andrii Nakryiko
2022-12-31
bpf: propagate precision in ALU/ALU64 operations
Andrii Nakryiko
2022-12-31
bpf: Fix slot type check in check_stack_write_var_off
Kumar Kartikeya Dwivedi
2022-12-31
bpf: Clobber stack slot when writing over spilled PTR_TO_BTF_ID
Kumar Kartikeya Dwivedi
2022-11-08
bpf: Fix memory leaks in __check_func_call
Wang Yufen
2022-11-04
bpf: Fix wrong reg type conversion in release_reference()
Youlin Li
2022-11-01
bpf, verifier: Fix memory leak in array reallocation for stack state
Kees Cook
2022-10-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2022-10-13
bpf: Allow bpf_user_ringbuf_drain() callbacks to return 1
David Vernet
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-09-21
btf: Allow dynamic pointer parameters in kfuncs
Roberto Sassu
[next]