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