index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
2023-01-18
bpf: propagate precision in ALU/ALU64 operations
Andrii Nakryiko
1
-0
/
+5
2022-08-11
bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()
John Fastabend
1
-0
/
+1
2021-12-14
bpf: Fix the off-by-two error in range markings
Maxim Mikityanskiy
1
-1
/
+1
2021-09-30
bpf: Add oversize check before call kvcalloc()
Bixuan Cui
1
-0
/
+2
2021-09-15
bpf: Fix pointer arithmetic mask tightening under state pruning
Daniel Borkmann
1
-10
/
+17
2021-09-15
bpf: verifier: Allocate idmap scratch in verifier env
Lorenz Bauer
1
-31
/
+15
2021-09-15
bpf: Fix leakage due to insufficient speculative store bypass mitigation
Daniel Borkmann
1
-55
/
+32
2021-09-15
bpf: Fix possible out of bound write in narrow load handling
Andrey Ignatov
1
-0
/
+4
2021-09-15
bpf: Fix potential memleak and UAF in the verifier.
He Fengqing
1
-11
/
+16
2021-09-03
bpf: Fix cast to pointer from integer of different size warning
Andrii Nakryiko
1
-1
/
+1
2021-09-03
bpf: Track contents of read-only maps as scalars
Andrii Nakryiko
1
-2
/
+55
2021-08-26
bpf: Clear zext_dst of dead insns
Ilya Leoshkevich
1
-0
/
+1
2021-08-08
bpf: Fix leakage under speculation on mispredicted branches
Daniel Borkmann
1
-4
/
+40
2021-08-08
bpf: Do not mark insn as seen under speculative path verification
Daniel Borkmann
1
-2
/
+15
2021-08-08
bpf: Inherit expanded/patched seen count from old aux data
Daniel Borkmann
1
-1
/
+3
2021-05-28
bpf: No need to simulate speculative domain for immediates
Daniel Borkmann
1
-1
/
+5
2021-05-28
bpf: Fix mask direction swap upon off reg sign change
Daniel Borkmann
1
-10
/
+12
2021-05-28
bpf: Wrap aux data inside bpf_sanitize_info container
Daniel Borkmann
1
-7
/
+11
2021-05-07
bpf: Fix leakage of uninitialized bpf stack under speculation
Daniel Borkmann
1
-10
/
+17
2021-05-07
bpf: Fix masking negation logic upon negative dst register
Daniel Borkmann
1
-8
/
+4
2021-05-02
bpf: Tighten speculative pointer arithmetic mask
Daniel Borkmann
1
-29
/
+44
2021-05-02
bpf: Move sanitize_val_alu out of op switch
Daniel Borkmann
1
-5
/
+10
2021-05-02
bpf: Refactor and streamline bounds check into helper
Daniel Borkmann
1
-17
/
+37
2021-05-02
bpf: Improve verifier error messages for users
Daniel Borkmann
1
-22
/
+62
2021-05-02
bpf: Rework ptr_limit into alu_limit and add common error path
Daniel Borkmann
1
-8
/
+13
2021-05-02
bpf: Ensure off_reg has no mixed signed bounds for all types
Daniel Borkmann
1
-10
/
+9
2021-05-02
bpf: Move off_reg into sanitize_ptr_alu
Daniel Borkmann
1
-4
/
+5
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
2021-02-26
bpf: Fix truncation handling for mod32 dst reg wrt zero
Daniel Borkmann
1
-4
/
+6
2021-02-13
bpf: Fix 32 bit src register truncation on div/mod
Daniel Borkmann
1
-15
/
+13
2020-11-05
bpf: Permit map_ptr arithmetic with opcode add and offset 0
Yonghong Song
1
-0
/
+4
2020-10-29
bpf: Limit caller's stack depth 256 for subprogs with tailcalls
Maciej Fijalkowski
1
-0
/
+29
2020-05-02
bpf: Forbid XADD on spilled pointers for unprivileged users
Jann Horn
1
-9
/
+19
2020-04-23
bpf: fix buggy r0 retval refinement for tracing helpers
Daniel Borkmann
1
-11
/
+34
2020-04-17
bpf: Fix tnum constraints for 32-bit comparisons
Jann Horn
1
-36
/
+72
2020-04-01
bpf: Undo incorrect __reg_bound_offset32 handling
Daniel Borkmann
1
-19
/
+0
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
2020-01-09
bpf: Fix precision tracking for unbounded scalars
Daniel Borkmann
1
-21
/
+22
2019-12-31
bpf: Provide better register bounds after jmp32 instructions
Yonghong Song
1
-0
/
+19
2019-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+2
2019-09-16
bpf: fix accessing bpf_sysctl.file_pos on s390
Ilya Leoshkevich
1
-2
/
+2
2019-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-9
/
+14
2019-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+4
2019-09-05
bpf: fix precision tracking of stack slots
Alexei Starovoitov
1
-9
/
+14
2019-08-28
bpf: introduce verifier internal test flag
Alexei Starovoitov
1
-1
/
+4
[next]