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-27
bpf: aggressively forget precise markings during state checkpointing
Andrii Nakryiko
1
-0
/
+37
2023-07-27
bpf: stop setting precise in current state
Andrii Nakryiko
1
-12
/
+91
2023-07-27
bpf: allow precision tracking for programs with subprogs
Andrii Nakryiko
1
-1
/
+61
2023-07-27
bpf: Repeat check_max_stack_depth for async callbacks
Kumar Kartikeya Dwivedi
1
-2
/
+19
2023-07-27
bpf: Fix subprog idx logic in check_max_stack_depth
Kumar Kartikeya Dwivedi
1
-5
/
+6
2023-07-23
bpf: Fix max stack depth check for async callbacks
Kumar Kartikeya Dwivedi
1
-2
/
+3
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-06-28
bpf: ensure main program has an extable
Krister Johansen
1
-2
/
+5
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: Fix __reg_bound_offset 64->32 var_off subreg propagation
Daniel Borkmann
1
-3
/
+3
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: Fix to preserve reg parent/live fields when copying range info
Eduard Zingerman
1
-7
/
+18
2023-02-01
bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation
Luis Gerhorst
1
-1
/
+3
2023-01-12
bpf: Always use maximal size for copy_array()
Kees Cook
1
-5
/
+7
2022-12-31
bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
Kees Cook
1
-4
/
+8
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: 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-12-31
bpf: Clobber stack slot when writing over spilled PTR_TO_BTF_ID
Kumar Kartikeya Dwivedi
1
-4
/
+5
2022-11-08
bpf: Fix memory leaks in __check_func_call
Wang Yufen
1
-5
/
+9
2022-11-04
bpf: Fix wrong reg type conversion in release_reference()
Youlin Li
1
-2
/
+6
2022-11-01
bpf, verifier: Fix memory leak in array reallocation for stack state
Kees Cook
1
-2
/
+7
2022-10-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+1
2022-10-13
bpf: Allow bpf_user_ringbuf_drain() callbacks to return 1
David Vernet
1
-0
/
+1
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-09-21
btf: Allow dynamic pointer parameters in kfuncs
Roberto Sassu
1
-5
/
+5
2022-09-21
bpf: Move dynptr type check to is_dynptr_type_expected()
Roberto Sassu
1
-8
/
+27
2022-09-21
bpf: Add bpf_user_ringbuf_drain() helper
David Vernet
1
-4
/
+57
2022-09-21
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
1
-0
/
+3
2022-09-15
bpf: Add verifier check for BPF_PTR_POISON retval and arg
Dave Marchevsky
1
-7
/
+23
2022-09-10
bpf: Add verifier support for custom callback return range
Dave Marchevsky
1
-1
/
+6
2022-09-10
bpf: Export btf_type_by_id() and bpf_log()
Daniel Xu
1
-0
/
+1
2022-09-10
bpf: Remove duplicate PTR_TO_BTF_ID RO check
Daniel Xu
1
-3
/
+0
2022-09-07
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
1
-107
/
+28
2022-09-07
bpf/verifier: allow kfunc to return an allocated mem
Benjamin Tissoires
1
-13
/
+32
2022-09-07
bpf/verifier: allow all functions to read user provided context
Benjamin Tissoires
1
-0
/
+19
2022-09-07
bpf: split btf_check_subprog_arg_match in two
Benjamin Tissoires
1
-1
/
+1
2022-09-06
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
1
-61
/
+33
2022-09-05
bpf: Remove prealloc-only restriction for sleepable bpf programs.
Alexei Starovoitov
1
-23
/
+0
2022-09-05
bpf: Remove tracing program restriction on map types
Alexei Starovoitov
1
-42
/
+0
2022-09-05
bpf: Relax the requirement to use preallocated hash maps in tracing progs.
Alexei Starovoitov
1
-9
/
+22
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+7
2022-08-25
bpf: Don't use tnum_range on array range checking for poke descriptors
Daniel Borkmann
1
-6
/
+4
[next]