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: Fix to preserve reg parent/live fields when copying range info
Eduard Zingerman
2023-01-19
1
-7
/
+18
*
bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation
Luis Gerhorst
2023-01-13
1
-1
/
+3
*
bpf: Skip invalid kfunc call in backtrack_insn
Hao Sun
2023-01-06
1
-0
/
+6
*
bpf: Always use maximal size for copy_array()
Kees Cook
2022-12-28
1
-5
/
+7
*
bpf: fix nullness propagation for reg to reg comparisons
Hao Sun
2022-12-22
1
-1
/
+8
*
bpf: use check_ids() for active_lock comparison
Eduard Zingerman
2022-12-10
1
-3
/
+13
*
bpf: states_equal() must build idmap for all function frames
Eduard Zingerman
2022-12-10
1
-1
/
+2
*
bpf: regsafe() must not skip check_ids()
Eduard Zingerman
2022-12-10
1
-21
/
+8
*
bpf: Move PTR_TO_STACK alignment check to process_dynptr_func
Kumar Kartikeya Dwivedi
2022-12-08
1
-5
/
+8
*
bpf: Rework check_func_arg_reg_off
Kumar Kartikeya Dwivedi
2022-12-08
1
-25
/
+38
*
bpf: Rework process_dynptr_func
Kumar Kartikeya Dwivedi
2022-12-08
1
-58
/
+169
*
bpf: Propagate errors from process_* checks in check_func_arg
Kumar Kartikeya Dwivedi
2022-12-08
1
-10
/
+15
*
bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_func
Kumar Kartikeya Dwivedi
2022-12-08
1
-64
/
+70
*
bpf: Fix comment error in fixup_kfunc_call function
Yang Jihong
2022-12-08
1
-1
/
+1
*
bpf: Do not zero-extend kfunc return values
Björn Töpel
2022-12-08
1
-0
/
+4
*
bpf: Remove unused insn_cnt argument from visit_[func_call_]insn()
Andrii Nakryiko
2022-12-07
1
-6
/
+5
*
Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-next
Alexei Starovoitov
2022-12-07
1
-2
/
+15
|
\
|
*
bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_ret
Benjamin Tissoires
2022-12-07
1
-2
/
+15
*
|
bpf: remove unnecessary prune and jump points
Andrii Nakryiko
2022-12-06
1
-24
/
+10
*
|
bpf: mostly decouple jump history management from is_state_visited()
Andrii Nakryiko
2022-12-06
1
-23
/
+26
*
|
bpf: decouple prune and jump points
Andrii Nakryiko
2022-12-06
1
-14
/
+43
*
|
bpf: Loosen alloc obj test in verifier's reg_btf_record
Dave Marchevsky
2022-12-06
1
-1
/
+6
*
|
bpf: Enable sleeptable support for cgrp local storage
Yonghong Song
2022-12-04
1
-1
/
+2
*
|
bpf: Handle MEM_RCU type properly
Yonghong Song
2022-12-04
1
-13
/
+32
*
|
bpf: Fix release_on_unlock release logic for multiple refs
Dave Marchevsky
2022-12-01
1
-1
/
+1
*
|
bpf: Tighten ptr_to_btf_id checks.
Alexei Starovoitov
2022-11-30
1
-3
/
+14
*
|
Daniel Borkmann says:
Jakub Kicinski
2022-11-28
1
-117
/
+1414
|
\
\
|
*
|
bpf: Don't mark arguments to fentry/fexit programs as trusted.
Alexei Starovoitov
2022-11-24
1
-3
/
+0
|
*
|
bpf: Add kfunc bpf_rcu_read_lock/unlock()
Yonghong Song
2022-11-24
1
-29
/
+133
|
*
|
bpf: Introduce might_sleep field in bpf_func_proto
Yonghong Song
2022-11-24
1
-0
/
+5
|
*
|
bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
Kees Cook
2022-11-21
1
-4
/
+8
|
*
|
bpf: Add a kfunc for generic type cast
Yonghong Song
2022-11-20
1
-2
/
+18
|
*
|
bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctx
Yonghong Song
2022-11-20
1
-0
/
+22
|
*
|
bpf: Disallow bpf_obj_new_impl call when bpf_mem_alloc_init fails
Kumar Kartikeya Dwivedi
2022-11-20
1
-0
/
+3
|
*
|
bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
David Vernet
2022-11-20
1
-12
/
+57
|
*
|
bpf: Allow multiple modifiers in reg_type_str() prefix
David Vernet
2022-11-20
1
-11
/
+8
|
*
|
bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}
Kumar Kartikeya Dwivedi
2022-11-17
1
-1
/
+57
|
*
|
bpf: Introduce single ownership BPF linked list API
Kumar Kartikeya Dwivedi
2022-11-17
1
-8
/
+267
|
*
|
bpf: Permit NULL checking pointer with non-zero fixed offset
Kumar Kartikeya Dwivedi
2022-11-17
1
-9
/
+12
|
*
|
bpf: Introduce bpf_obj_drop
Kumar Kartikeya Dwivedi
2022-11-17
1
-11
/
+55
|
*
|
bpf: Introduce bpf_obj_new
Kumar Kartikeya Dwivedi
2022-11-17
1
-8
/
+94
|
*
|
bpf: Support constant scalar arguments for kfuncs
Kumar Kartikeya Dwivedi
2022-11-17
1
-14
/
+43
|
*
|
bpf: Rewrite kfunc argument handling
Kumar Kartikeya Dwivedi
2022-11-17
1
-17
/
+528
|
*
|
bpf: Allow locking bpf_spin_lock global variables
Kumar Kartikeya Dwivedi
2022-11-17
1
-13
/
+28
|
*
|
bpf: Allow locking bpf_spin_lock in allocated objects
Kumar Kartikeya Dwivedi
2022-11-17
1
-25
/
+65
|
*
|
bpf: Introduce allocated objects support
Kumar Kartikeya Dwivedi
2022-11-17
1
-2
/
+23
|
*
|
bpf: propagate nullness information for reg to reg comparisons
Eduard Zingerman
2022-11-15
1
-2
/
+33
|
*
|
bpf: Expand map key argument of bpf_redirect_map to u64
Toke Høiland-Jørgensen
2022-11-15
1
-1
/
+1
|
*
|
bpf: Refactor btf_struct_access
Kumar Kartikeya Dwivedi
2022-11-14
1
-5
/
+7
|
*
|
bpf: Rename MEM_ALLOC to MEM_RINGBUF
Kumar Kartikeya Dwivedi
2022-11-14
1
-7
/
+7
[next]