index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
2023-02-15
bpf: Do not reject when the stack read size is different from the tracked sca...
Martin KaFai Lau
2023-02-15
bpf: Fix to preserve reg parent/live fields when copying range info
Eduard Zingerman
2023-02-15
bpf: Support <8-byte scalar spill and refill
Martin KaFai Lau
2023-02-15
bpf: Fix incorrect state pruning for <8B spill/fill
Paul Chaignon
2023-02-01
bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation
Luis Gerhorst
2023-01-14
bpf: propagate precision across all frames, not just the last one
Andrii Nakryiko
2023-01-14
bpf: Check the other end of slot_type for STACK_SPILL
Martin KaFai Lau
2023-01-14
bpf: propagate precision in ALU/ALU64 operations
Andrii Nakryiko
2023-01-14
bpf: Fix slot type check in check_stack_write_var_off
Kumar Kartikeya Dwivedi
2022-11-16
bpf: Fix wrong reg type conversion in release_reference()
Youlin Li
2022-11-16
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
2022-11-16
bpf: Support for pointers beyond pkt_end.
Alexei Starovoitov
2022-08-31
bpf: Don't use tnum_range on array range checking for poke descriptors
Daniel Borkmann
2022-08-21
bpf: Fix subprog names in stack traces.
Alexei Starovoitov
2022-07-12
bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_vals
Daniel Borkmann
2022-07-12
bpf: Fix incorrect verifier simulation around jmp32's jeq/jne
Daniel Borkmann
2022-01-27
bpf: Don't promote bogus looking registers after null check.
Daniel Borkmann
2022-01-27
bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)
Hou Tao
2022-01-16
bpf: Fix out of bounds access from invalid *_or_null type verification
Daniel Borkmann
2021-12-22
bpf: Make 32->64 bounds propagation slightly more robust
Daniel Borkmann
2021-12-22
bpf: Fix signed bounds propagation after mov32
Daniel Borkmann
2021-12-14
bpf: Fix the off-by-two error in range markings
Maxim Mikityanskiy
2021-12-01
bpf: Fix toctou on read-only map's constant scalar tracking
Daniel Borkmann
2021-11-18
bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.
Alexei Starovoitov
2021-11-18
bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.
Alexei Starovoitov
2021-09-30
bpf: Add oversize check before call kvcalloc()
Bixuan Cui
2021-09-15
bpf: Fix possible out of bound write in narrow load handling
Andrey Ignatov
2021-09-15
bpf: Fix potential memleak and UAF in the verifier.
He Fengqing
2021-09-03
bpf: Fix ringbuf helper function compatibility
Daniel Borkmann
2021-08-26
bpf: Clear zext_dst of dead insns
Ilya Leoshkevich
2021-08-04
bpf: Fix pointer arithmetic mask tightening under state pruning
Daniel Borkmann
2021-08-04
bpf: verifier: Allocate idmap scratch in verifier env
Lorenz Bauer
2021-08-04
bpf: Remove superfluous aux sanitation on subprog rejection
Daniel Borkmann
2021-08-04
bpf: Fix leakage due to insufficient speculative store bypass mitigation
Daniel Borkmann
2021-07-28
bpf: Fix tail_call_reachable rejection for interpreter when jit failed
Daniel Borkmann
2021-07-25
bpf: Track subprog poke descriptors correctly and fix use-after-free
John Fastabend
2021-07-14
bpf: Fix null ptr deref with mixed tail calls and subprogs
John Fastabend
2021-06-23
bpf: Do not mark insn as seen under speculative path verification
Daniel Borkmann
2021-06-23
bpf: Inherit expanded/patched seen count from old aux data
Daniel Borkmann
2021-06-23
bpf: Fix leakage under speculation on mispredicted branches
Daniel Borkmann
2021-06-03
bpf, offload: Reorder offload callback 'prepare' in verifier
Yinjun Zhang
2021-05-28
bpf: No need to simulate speculative domain for immediates
Daniel Borkmann
2021-05-28
bpf: Fix mask direction swap upon off reg sign change
Daniel Borkmann
2021-05-28
bpf: Wrap aux data inside bpf_sanitize_info container
Daniel Borkmann
2021-05-14
bpf: Fix alu32 const subreg bound tracking on bitwise operations
Daniel Borkmann
2021-05-14
bpf: Fix propagation of 32 bit unsigned bounds from 64 bit bounds
Daniel Borkmann
2021-05-07
bpf: Fix leakage of uninitialized bpf stack under speculation
Daniel Borkmann
2021-05-07
bpf: Fix masking negation logic upon negative dst register
Daniel Borkmann
2021-04-28
bpf: Tighten speculative pointer arithmetic mask
Daniel Borkmann
2021-04-28
bpf: Refactor and streamline bounds check into helper
Daniel Borkmann
[next]