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-02-06
bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation
Luis Gerhorst
1
-1
/
+3
2022-08-25
bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()
Ovidiu Panait
1
-0
/
+1
2021-12-14
bpf: Fix the off-by-two error in range markings
Maxim Mikityanskiy
1
-1
/
+1
2021-09-22
bpf: Fix pointer arithmetic mask tightening under state pruning
Daniel Borkmann
1
-10
/
+17
2021-09-22
bpf: verifier: Allocate idmap scratch in verifier env
Lorenz Bauer
1
-29
/
+13
2021-09-22
bpf: Fix leakage due to insufficient speculative store bypass mitigation
Daniel Borkmann
1
-55
/
+33
2021-09-22
bpf: track spill/fill of constants
Alexei Starovoitov
1
-23
/
+63
2021-09-22
bpf: Sanity check max value for var_off stack access
Andrey Ignatov
1
-3
/
+15
2021-09-22
bpf: Reject indirect var_off stack access in unpriv mode
Andrey Ignatov
1
-0
/
+13
2021-09-22
bpf: Reject indirect var_off stack access in raw mode
Andrey Ignatov
1
-0
/
+9
2021-09-22
bpf: Support variable offset stack access from helpers
Andrey Ignatov
1
-21
/
+54
2021-09-22
bpf: correct slot_type marking logic to allow more stack slot sharing
Jiong Wang
1
-0
/
+5
2021-09-22
bpf/verifier: per-register parent pointers
Edward Cree
1
-139
/
+44
2021-09-03
bpf: Fix truncation handling for mod32 dst reg wrt zero
Daniel Borkmann
1
-4
/
+5
2021-09-03
bpf: Fix 32 bit src register truncation on div/mod
Daniel Borkmann
1
-11
/
+11
2021-08-15
bpf: Fix leakage under speculation on mispredicted branches
Daniel Borkmann
1
-4
/
+40
2021-08-15
bpf: Do not mark insn as seen under speculative path verification
Daniel Borkmann
1
-2
/
+15
2021-08-15
bpf: Inherit expanded/patched seen count from old aux data
Daniel Borkmann
1
-2
/
+5
2021-06-10
bpf: Add BPF_F_ANY_ALIGNMENT.
David S. Miller
1
-0
/
+3
2021-06-03
bpf: No need to simulate speculative domain for immediates
Daniel Borkmann
1
-1
/
+5
2021-06-03
bpf: Fix mask direction swap upon off reg sign change
Daniel Borkmann
1
-10
/
+12
2021-06-03
bpf: Wrap aux data inside bpf_sanitize_info container
Daniel Borkmann
1
-7
/
+11
2021-06-03
bpf: Fix leakage of uninitialized bpf stack under speculation
Daniel Borkmann
1
-10
/
+17
2021-06-03
bpf: Tighten speculative pointer arithmetic mask
Daniel Borkmann
1
-26
/
+44
2021-06-03
bpf: Move sanitize_val_alu out of op switch
Daniel Borkmann
1
-5
/
+10
2021-06-03
bpf: Refactor and streamline bounds check into helper
Daniel Borkmann
1
-17
/
+37
2021-06-03
bpf: Improve verifier error messages for users
Daniel Borkmann
1
-22
/
+62
2021-06-03
bpf: Rework ptr_limit into alu_limit and add common error path
Daniel Borkmann
1
-8
/
+13
2021-06-03
bpf: Ensure off_reg has no mixed signed bounds for all types
Daniel Borkmann
1
-9
/
+9
2021-06-03
bpf: Move off_reg into sanitize_ptr_alu
Daniel Borkmann
1
-4
/
+5
2021-06-03
bpf: extend is_branch_taken to registers
Alexei Starovoitov
1
-14
/
+18
2021-05-07
bpf: Fix masking negation logic upon negative dst register
Daniel Borkmann
1
-8
/
+4
2021-03-20
bpf: Add sanity check for upper ptr_limit
Piotr Krysiuk
1
-3
/
+8
2021-03-20
bpf: Simplify alu_limit masking for pointer arithmetic
Piotr Krysiuk
1
-5
/
+5
2021-03-20
bpf: Fix off-by-one for area size in creating mask to left
Piotr Krysiuk
1
-2
/
+2
2021-03-20
bpf: Prohibit alu ops for pointer types not defining ptr_limit
Piotr Krysiuk
1
-6
/
+10
2020-04-23
bpf: fix buggy r0 retval refinement for tracing helpers
Daniel Borkmann
1
-11
/
+34
2020-01-27
bpf: Add missed newline in verifier verbose log
Andrey Ignatov
1
-1
/
+1
2020-01-23
bpf: Fix incorrect verifier simulation of ARSH under ALU32
Daniel Borkmann
1
-3
/
+10
2020-01-12
bpf: Fix passing modified ctx to ld/abs/ind instruction
Daniel Borkmann
1
-2
/
+7
2019-07-03
bpf: fix unconnected udp hooks
Daniel Borkmann
1
-4
/
+8
2019-06-15
bpf: fix undefined behavior in narrow load handling
Krzesimir Nowak
1
-1
/
+1
2019-04-03
bpf: do not restore dst_reg when cur_state is freed
Xu Yu
1
-1
/
+1
2019-03-10
bpf: fix sanitation rewrite in case of non-pointers
Daniel Borkmann
1
-1
/
+2
2019-01-31
bpf: fix sanitation of alu op with pointer / scalar type from different paths
Daniel Borkmann
1
-13
/
+48
2019-01-31
bpf: prevent out of bounds speculation on pointer arithmetic
Daniel Borkmann
1
-7
/
+179
2019-01-31
bpf: fix check_map_access smin_value test when pointer contains offset
Daniel Borkmann
1
-1
/
+5
2019-01-31
bpf: restrict unknown scalars of mixed signed bounds for unprivileged
Daniel Borkmann
1
-1
/
+7
2019-01-31
bpf: restrict stack pointer arithmetic for unprivileged
Daniel Borkmann
1
-22
/
+41
2019-01-31
bpf: restrict map value pointer arithmetic for unprivileged
Daniel Borkmann
1
-0
/
+11
[next]