index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-23
bpf: Fix max stack depth check for async callbacks
Kumar Kartikeya Dwivedi
1
-2
/
+3
2023-07-05
bpf: ensure main program has an extable
Krister Johansen
1
-2
/
+5
2023-06-28
bpf: Fix verifier id tracking of scalars on spill
Maxim Mikityanskiy
1
-0
/
+3
2023-06-28
bpf: track immediate values written to stack by BPF_ST instruction
Eduard Zingerman
1
-2
/
+16
2023-05-30
bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
Will Deacon
1
-1
/
+1
2023-05-24
bpf: Add preempt_count_{sub,add} into btf id deny list
Yafang
1
-0
/
+4
2023-05-11
bpf: Remove misleading spec_v1 check on var-offset stack read
Luis Gerhorst
1
-10
/
+6
2023-05-11
bpf: fix precision propagation verbose logging
Andrii Nakryiko
1
-2
/
+2
2023-05-11
bpf: take into account liveness when propagating precision
Andrii Nakryiko
1
-2
/
+4
2023-04-26
bpf: Fix incorrect verifier pruning due to missing register precision taints
Daniel Borkmann
1
-0
/
+15
2023-02-09
bpf: Skip invalid kfunc call in backtrack_insn
Hao Sun
1
-0
/
+6
2023-02-09
bpf: Do not reject when the stack read size is different from the tracked sca...
Martin KaFai Lau
1
-12
/
+6
2023-02-09
bpf: Fix incorrect state pruning for <8B spill/fill
Paul Chaignon
1
-4
/
+0
2023-02-09
bpf: Fix to preserve reg parent/live fields when copying range info
Eduard Zingerman
1
-7
/
+18
2023-02-09
bpf: Support <8-byte scalar spill and refill
Martin KaFai Lau
1
-15
/
+52
2023-02-01
bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation
Luis Gerhorst
1
-1
/
+3
2022-12-31
bpf: Do not zero-extend kfunc return values
Björn Töpel
1
-0
/
+4
2022-12-31
bpf: propagate precision across all frames, not just the last one
Andrii Nakryiko
1
-32
/
+39
2022-12-31
bpf: Check the other end of slot_type for STACK_SPILL
Martin KaFai Lau
1
-11
/
+19
2022-12-31
bpf: propagate precision in ALU/ALU64 operations
Andrii Nakryiko
1
-0
/
+5
2022-12-31
bpf: Fix slot type check in check_stack_write_var_off
Kumar Kartikeya Dwivedi
1
-8
/
+11
2022-11-26
bpf: Fix memory leaks in __check_func_call
Wang Yufen
1
-5
/
+9
2022-11-16
bpf: Fix wrong reg type conversion in release_reference()
Youlin Li
1
-2
/
+6
2022-11-16
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
1
-107
/
+28
2022-11-16
bpf, verifier: Fix memory leak in array reallocation for stack state
Kees Cook
1
-2
/
+7
2022-10-26
bpf: Fix reference state management for synchronous callbacks
Kumar Kartikeya Dwivedi
1
-9
/
+33
2022-08-31
bpf: Don't use tnum_range on array range checking for poke descriptors
Daniel Borkmann
1
-6
/
+4
2022-08-17
bpf: Fix subprog names in stack traces.
Alexei Starovoitov
1
-3
/
+1
2022-07-12
bpf: Stop caching subprog index in the bpf_pseudo_func insn
Martin KaFai Lau
1
-23
/
+14
2022-07-12
bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_vals
Daniel Borkmann
1
-49
/
+23
2022-07-12
bpf: Fix incorrect verifier simulation around jmp32's jeq/jne
Daniel Borkmann
1
-17
/
+24
2022-06-06
bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_access
Kumar Kartikeya Dwivedi
1
-1
/
+11
2022-06-06
bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_access
Kumar Kartikeya Dwivedi
1
-0
/
+5
2022-05-01
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
1
-3
/
+17
2022-05-01
bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.
Hao Luo
1
-4
/
+26
2022-05-01
bpf: Convert PTR_TO_MEM_OR_NULL to composable types.
Hao Luo
1
-1
/
+1
2022-05-01
bpf: Introduce MEM_RDONLY flag
Hao Luo
1
-34
/
+50
2022-05-01
bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
Hao Luo
1
-171
/
+126
2022-05-01
bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL
Hao Luo
1
-26
/
+26
2022-05-01
bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL
Hao Luo
1
-25
/
+14
2022-01-27
bpf: Mark PTR_TO_FUNC register initially with zero offset
Daniel Borkmann
1
-3
/
+6
2022-01-27
bpf: Fix verifier support for validation of async callbacks
Kris Van Hees
1
-0
/
+1
2022-01-27
bpf: Don't promote bogus looking registers after null check.
Daniel Borkmann
1
-6
/
+6
2022-01-27
bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)
Hou Tao
1
-3
/
+3
2022-01-16
bpf: Fix out of bounds access from invalid *_or_null type verification
Daniel Borkmann
1
-3
/
+3
2021-12-22
bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg
Daniel Borkmann
1
-1
/
+8
2021-12-22
bpf: Make 32->64 bounds propagation slightly more robust
Daniel Borkmann
1
-9
/
+15
2021-12-22
bpf: Fix signed bounds propagation after mov32
Daniel Borkmann
1
-0
/
+4
2021-12-22
bpf: Fix kernel address leakage in atomic fetch
Daniel Borkmann
1
-3
/
+9
2021-12-14
bpf: Fix the off-by-two error in range markings
Maxim Mikityanskiy
1
-1
/
+1
[next]