index
:
Linux Stable
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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_vals
Daniel Borkmann
2022-07-12
1
-49
/
+23
*
bpf: Fix incorrect verifier simulation around jmp32's jeq/jne
Daniel Borkmann
2022-07-12
1
-17
/
+24
*
bpf: Don't promote bogus looking registers after null check.
Daniel Borkmann
2022-01-27
1
-6
/
+6
*
bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)
Hou Tao
2022-01-27
1
-3
/
+3
*
bpf: Fix out of bounds access from invalid *_or_null type verification
Daniel Borkmann
2022-01-16
1
-3
/
+3
*
bpf: Make 32->64 bounds propagation slightly more robust
Daniel Borkmann
2021-12-22
1
-9
/
+15
*
bpf: Fix signed bounds propagation after mov32
Daniel Borkmann
2021-12-22
1
-0
/
+4
*
bpf: Fix the off-by-two error in range markings
Maxim Mikityanskiy
2021-12-14
1
-1
/
+1
*
bpf: Fix toctou on read-only map's constant scalar tracking
Daniel Borkmann
2021-12-01
1
-1
/
+16
*
bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.
Alexei Starovoitov
2021-11-18
1
-1
/
+1
*
bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.
Alexei Starovoitov
2021-11-18
1
-1
/
+1
*
bpf: Add oversize check before call kvcalloc()
Bixuan Cui
2021-09-30
1
-0
/
+2
*
bpf: Fix possible out of bound write in narrow load handling
Andrey Ignatov
2021-09-15
1
-0
/
+4
*
bpf: Fix potential memleak and UAF in the verifier.
He Fengqing
2021-09-15
1
-11
/
+16
*
bpf: Fix ringbuf helper function compatibility
Daniel Borkmann
2021-09-03
1
-2
/
+6
*
bpf: Clear zext_dst of dead insns
Ilya Leoshkevich
2021-08-26
1
-0
/
+1
*
bpf: Fix pointer arithmetic mask tightening under state pruning
Daniel Borkmann
2021-08-04
1
-10
/
+17
*
bpf: verifier: Allocate idmap scratch in verifier env
Lorenz Bauer
2021-08-04
1
-31
/
+15
*
bpf: Remove superfluous aux sanitation on subprog rejection
Daniel Borkmann
2021-08-04
1
-34
/
+0
*
bpf: Fix leakage due to insufficient speculative store bypass mitigation
Daniel Borkmann
2021-08-04
1
-55
/
+32
*
bpf: Fix tail_call_reachable rejection for interpreter when jit failed
Daniel Borkmann
2021-07-28
1
-0
/
+2
*
bpf: Track subprog poke descriptors correctly and fix use-after-free
John Fastabend
2021-07-25
1
-39
/
+21
*
bpf: Fix null ptr deref with mixed tail calls and subprogs
John Fastabend
2021-07-14
1
-2
/
+4
*
bpf: Do not mark insn as seen under speculative path verification
Daniel Borkmann
2021-06-23
1
-2
/
+18
*
bpf: Inherit expanded/patched seen count from old aux data
Daniel Borkmann
2021-06-23
1
-1
/
+3
*
bpf: Fix leakage under speculation on mispredicted branches
Daniel Borkmann
2021-06-23
1
-4
/
+40
*
bpf, offload: Reorder offload callback 'prepare' in verifier
Yinjun Zhang
2021-06-03
1
-6
/
+6
*
bpf: No need to simulate speculative domain for immediates
Daniel Borkmann
2021-05-28
1
-1
/
+5
*
bpf: Fix mask direction swap upon off reg sign change
Daniel Borkmann
2021-05-28
1
-10
/
+12
*
bpf: Wrap aux data inside bpf_sanitize_info container
Daniel Borkmann
2021-05-28
1
-7
/
+11
*
bpf: Fix alu32 const subreg bound tracking on bitwise operations
Daniel Borkmann
2021-05-14
1
-13
/
+9
*
bpf: Fix propagation of 32 bit unsigned bounds from 64 bit bounds
Daniel Borkmann
2021-05-14
1
-5
/
+3
*
bpf: Fix leakage of uninitialized bpf stack under speculation
Daniel Borkmann
2021-05-07
1
-10
/
+17
*
bpf: Fix masking negation logic upon negative dst register
Daniel Borkmann
2021-05-07
1
-8
/
+4
*
bpf: Tighten speculative pointer arithmetic mask
Daniel Borkmann
2021-04-28
1
-29
/
+44
*
bpf: Refactor and streamline bounds check into helper
Daniel Borkmann
2021-04-28
1
-16
/
+33
*
bpf: Allow variable-offset stack access
Andrei Matei
2021-04-28
1
-146
/
+511
*
bpf: Permits pointers on stack for helper calls
Yonghong Song
2021-04-28
1
-1
/
+2
*
bpf: Move sanitize_val_alu out of op switch
Daniel Borkmann
2021-04-21
1
-6
/
+11
*
bpf: Improve verifier error messages for users
Daniel Borkmann
2021-04-21
1
-23
/
+63
*
bpf: Rework ptr_limit into alu_limit and add common error path
Daniel Borkmann
2021-04-21
1
-8
/
+13
*
bpf: Move off_reg into sanitize_ptr_alu
Daniel Borkmann
2021-04-21
1
-4
/
+5
*
bpf: Ensure off_reg has no mixed signed bounds for all types
Daniel Borkmann
2021-04-21
1
-10
/
+9
*
bpf: Use correct permission flag for mixed signed bounds arithmetic
Daniel Borkmann
2021-04-21
1
-1
/
+1
*
bpf: Enforce that struct_ops programs be GPL-only
Toke Høiland-Jørgensen
2021-04-14
1
-0
/
+5
*
bpf: Add sanity check for upper ptr_limit
Piotr Krysiuk
2021-03-20
1
-3
/
+8
*
bpf: Simplify alu_limit masking for pointer arithmetic
Piotr Krysiuk
2021-03-20
1
-5
/
+5
*
bpf: Fix off-by-one for area size in creating mask to left
Piotr Krysiuk
2021-03-20
1
-2
/
+2
*
bpf: Prohibit alu ops for pointer types not defining ptr_limit
Piotr Krysiuk
2021-03-20
1
-6
/
+10
*
bpf: Clear subreg_def for global function return values
Ilya Leoshkevich
2021-03-04
1
-1
/
+2
[next]