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.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
2024-01-16
bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
Hao Sun
1
-0
/
+4
2024-01-05
bpf: Relax tracing prog recursive attach rules
Dmitrii Dolgov
1
-14
/
+25
2024-01-04
bpf: Limit up to 512 bytes for bpf_global_percpu_ma allocation
Yonghong Song
1
-0
/
+8
2024-01-04
bpf: Allow per unit prefill for non-fix-size percpu memory allocator
Yonghong Song
1
-14
/
+23
2024-01-03
bpf: Simplify checking size of helper accesses
Andrei Matei
1
-6
/
+4
2023-12-22
bpf: Avoid unnecessary use of comma operator in verifier
Simon Horman
1
-1
/
+1
2023-12-20
bpf: add support for passing dynptr pointer to global subprog
Andrii Nakryiko
1
-0
/
+7
2023-12-20
bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog args
Andrii Nakryiko
1
-1
/
+4
2023-12-20
bpf: reuse subprog argument parsing logic for subprog call checks
Andrii Nakryiko
1
-80
/
+30
2023-12-20
bpf: move subprog call logic back to verifier.c
Andrii Nakryiko
1
-7
/
+146
2023-12-20
bpf: prepare btf_prepare_func_args() for handling static subprogs
Andrii Nakryiko
1
-5
/
+0
2023-12-20
bpf: reuse btf_prepare_func_args() check for main program BTF validation
Andrii Nakryiko
1
-13
/
+12
2023-12-20
bpf: abstract away global subprog arg preparation logic from reg state setup
Andrii Nakryiko
1
-16
/
+27
2023-12-20
bpf: make the verifier tracks the "not equal" for regs
Menglong Dong
1
-1
/
+37
2023-12-19
Revert BPF token-related functionality
Andrii Nakryiko
1
-6
/
+7
2023-12-19
bpf: Ensure precise is reset to false in __mark_reg_const_zero()
Andrii Nakryiko
1
-18
/
+11
2023-12-13
bpf: Comment on check_mem_size_reg
Andrei Matei
1
-0
/
+6
2023-12-12
bpf: Remove unused backtrack_state helper functions
Yang Li
1
-15
/
+0
2023-12-12
bpf: tidy up exception callback management a bit
Andrii Nakryiko
1
-13
/
+39
2023-12-10
bpf: handle fake register spill to stack with BPF_ST_MEM instruction
Andrii Nakryiko
1
-1
/
+0
2023-12-09
bpf: Minor cleanup around stack bounds
Andrei Matei
1
-2
/
+9
2023-12-09
bpf: Fix accesses to uninit stack slots
Andrei Matei
1
-39
/
+26
2023-12-08
bpf: Guard stack limits against 32bit overflow
Andrei Matei
1
-3
/
+3
2023-12-08
bpf: Fix verification of indirect var-off stack access
Andrei Matei
1
-10
/
+4
2023-12-06
bpf: consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
1
-7
/
+6
2023-12-06
bpf: track aligned STACK_ZERO cases as imprecise spilled registers
Andrii Nakryiko
1
-3
/
+7
2023-12-06
bpf: preserve constant zero when doing partial register restore
Andrii Nakryiko
1
-4
/
+21
2023-12-06
bpf: preserve STACK_ZERO slots on partial reg spills
Andrii Nakryiko
1
-5
/
+23
2023-12-06
bpf: fix check for attempt to corrupt spilled pointer
Andrii Nakryiko
1
-1
/
+1
2023-12-06
bpf: support non-r10 register spill/fill to/from stack in precision tracking
Andrii Nakryiko
1
-73
/
+102
2023-12-05
bpf: Optimize the free of inner map
Hou Tao
1
-1
/
+3
2023-12-04
bpf: Minor logging improvement
Andrei Matei
1
-2
/
+2
2023-12-02
bpf: enforce precision of R0 on program/async callback return
Andrii Nakryiko
1
-0
/
+4
2023-12-02
bpf: unify async callback and program retval checks
Andrii Nakryiko
1
-18
/
+12
2023-12-02
bpf: enforce precise retval range on program exit
Andrii Nakryiko
1
-27
/
+29
2023-12-02
bpf: enforce exact retval range on subprog/callback exit
Andrii Nakryiko
1
-11
/
+22
2023-12-02
bpf: enforce precision of R0 on callback return
Andrii Nakryiko
1
-0
/
+7
2023-12-02
bpf: provide correct register name for exception callback retval check
Andrii Nakryiko
1
-6
/
+6
2023-11-24
bpf: Validate global subprogs lazily
Andrii Nakryiko
1
-6
/
+42
2023-11-24
bpf: Emit global subprog name in verifier logs
Andrii Nakryiko
1
-11
/
+24
2023-11-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-136
/
+266
2023-11-22
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1003
/
+673
2023-11-21
bpf: keep track of max number of bpf_loop callback iterations
Eduard Zingerman
1
-2
/
+17
2023-11-21
bpf: widening for callback iterators
Eduard Zingerman
1
-2
/
+22
2023-11-21
bpf: verify callbacks as if they are called unknown number of times
Eduard Zingerman
1
-99
/
+175
2023-11-21
bpf: extract setup_func_entry() utility function
Eduard Zingerman
1
-36
/
+48
2023-11-21
bpf: extract __check_reg_arg() utility function
Eduard Zingerman
1
-6
/
+13
2023-11-18
bpf: move verifier state printing code to kernel/bpf/log.c
Andrii Nakryiko
1
-403
/
+0
2023-11-18
bpf: move verbose_linfo() into kernel/bpf/log.c
Andrii Nakryiko
1
-57
/
+0
2023-11-17
bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTS
Andrii Nakryiko
1
-3
/
+3
[next]