index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Protect against int overflow for stack access size
Andrei Matei
2024-03-27
1
-0
/
+5
*
bpf: verifier: reject addr_space_cast insn without arena
Puranjay Mohan
2024-03-23
1
-0
/
+4
*
bpf: verifier: fix addr_space_cast from as(1) to as(0)
Puranjay Mohan
2024-03-23
1
-2
/
+6
*
bpf: Temporarily disable atomic operations in BPF arena
Puranjay Mohan
2024-03-14
1
-1
/
+9
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-03-12
1
-65
/
+301
|
\
|
*
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
2024-03-12
1
-6
/
+6
|
*
bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.
Alexei Starovoitov
2024-03-11
1
-0
/
+15
|
*
bpf: Recognize addr_space_cast instruction in the verifier.
Alexei Starovoitov
2024-03-11
1
-9
/
+98
|
*
bpf: Introduce bpf_arena.
Alexei Starovoitov
2024-03-11
1
-0
/
+1
|
*
bpf: Recognize '__map' suffix in kfunc arguments
Alexei Starovoitov
2024-03-07
1
-0
/
+16
|
*
bpf: Allow kfuncs return 'void *'
Alexei Starovoitov
2024-03-07
1
-0
/
+3
|
*
bpf: Recognize that two registers are safe when their ranges match
Alexei Starovoitov
2024-03-07
1
-21
/
+30
|
*
bpf: Introduce may_goto instruction
Alexei Starovoitov
2024-03-07
1
-30
/
+133
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-07
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
bpf: check bpf_func_state->callback_depth when pruning states
Eduard Zingerman
2024-03-06
1
-0
/
+3
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-03-03
1
-71
/
+165
|
\
\
|
*
|
bpf: add is_async_callback_calling_insn() helper
Benjamin Tissoires
2024-02-23
1
-4
/
+7
|
*
|
bpf: introduce in_sleepable() helper
Benjamin Tissoires
2024-02-23
1
-6
/
+11
|
*
|
bpf: allow more maps in sleepable bpf programs
Benjamin Tissoires
2024-02-23
1
-0
/
+2
|
*
|
bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19
Yonghong Song
2024-02-15
1
-5
/
+13
|
*
|
bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()
Andrii Nakryiko
2024-02-14
1
-1
/
+1
|
*
|
bpf: Create argument information for nullable arguments.
Kui-Feng Lee
2024-02-14
1
-0
/
+6
|
*
|
bpf: Move __kfunc_param_match_suffix() to btf.c.
Kui-Feng Lee
2024-02-14
1
-28
/
+10
|
*
|
bpf: Transfer RCU lock state between subprog calls
Kumar Kartikeya Dwivedi
2024-02-06
1
-2
/
+1
|
*
|
bpf: Allow calling static subprogs while holding a bpf_spin_lock
Kumar Kartikeya Dwivedi
2024-02-06
1
-3
/
+8
|
*
|
bpf: handle trusted PTR_TO_BTF_ID_OR_NULL in argument check logic
Andrii Nakryiko
2024-02-03
1
-0
/
+1
|
*
|
bpf: Handle scalar spill vs all MISC in stacksafe()
Eduard Zingerman
2024-02-02
1
-3
/
+69
|
*
|
bpf: Preserve boundaries and track scalars on narrowing fill
Maxim Mikityanskiy
2024-02-02
1
-4
/
+11
|
*
|
bpf: Track spilled unbounded scalars
Maxim Mikityanskiy
2024-02-02
1
-15
/
+1
|
*
|
bpf: add __arg_trusted global func arg tag
Andrii Nakryiko
2024-01-30
1
-0
/
+24
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-23
1
-0
/
+2
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
bpf: Fix warning for bpf_cpumask in verifier
Hari Bathini
2024-02-13
1
-0
/
+2
*
|
bpf: Fix error checks against bpf_get_btf_vmlinux().
Kui-Feng Lee
2024-01-26
1
-1
/
+4
*
|
bpf: Consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
2024-01-25
1
-7
/
+6
*
|
bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.
Kui-Feng Lee
2024-01-24
1
-0
/
+11
*
|
bpf: pass attached BTF to the bpf_struct_ops subsystem
Kui-Feng Lee
2024-01-24
1
-3
/
+6
*
|
bpf: lookup struct_ops types from a given module BTF.
Kui-Feng Lee
2024-01-24
1
-1
/
+1
*
|
bpf, net: introduce bpf_struct_ops_desc.
Kui-Feng Lee
2024-01-24
1
-3
/
+5
*
|
bpf: Refactor ptr alu checking rules to allow alu explicitly
Hao Sun
2024-01-24
1
-7
/
+14
*
|
bpf: Track aligned st store as imprecise spilled registers
Yonghong Song
2024-01-23
1
-2
/
+15
*
|
bpf: Assign ID to scalars on spill
Maxim Mikityanskiy
2024-01-23
1
-1
/
+7
*
|
bpf: Add the get_reg_width function
Maxim Mikityanskiy
2024-01-23
1
-2
/
+7
*
|
bpf: Add the assign_scalar_id_before_mov function
Maxim Mikityanskiy
2024-01-23
1
-14
/
+19
*
|
bpf: make infinite loop detection in is_state_visited() exact
Eduard Zingerman
2024-01-23
1
-1
/
+1
*
|
bpf: prepare btf_prepare_func_args() for multiple tags per argument
Andrii Nakryiko
2024-01-23
1
-1
/
+0
*
|
bpf: Support inlining bpf_kptr_xchg() helper
Hou Tao
2024-01-23
1
-0
/
+17
|
/
*
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-05
1
-14
/
+25
*
bpf: Limit up to 512 bytes for bpf_global_percpu_ma allocation
Yonghong Song
2024-01-04
1
-0
/
+8
*
bpf: Allow per unit prefill for non-fix-size percpu memory allocator
Yonghong Song
2024-01-04
1
-14
/
+23
[next]