index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
bpf: Fix tracing of kfuncs with implicit args
Ihor Solodrai
1
-13
/
+53
10 days
bpf: Reject negative const offsets for buffer pointers
Sun Jian
1
-12
/
+19
2026-06-25
bpf: Fix insn_aux_data leak on verifier err_free_env path
KaFai Wan
1
-1
/
+1
2026-06-25
bpf: Reject offset refcount acquire arguments
Yiyang Chen
1
-10
/
+22
2026-06-22
bpf: Reset register bounds before narrowing retval range in check_mem_access()
Tristan Madani
1
-0
/
+1
2026-06-21
bpf: Emit verbose message when prog-specific btf_struct_access rejects a write
Alexei Starovoitov
1
-0
/
+4
2026-06-21
bpf: Fix stack slot index in nospec checks
Nuoqi Gui
1
-1
/
+2
2026-06-14
bpf: Raise maximum call chain depth to 16 frames
Alexei Starovoitov
1
-5
/
+10
2026-06-09
bpf: Reject bpf_obj_drop() from tracing progs
Justin Suess
1
-0
/
+17
2026-06-09
bpf: Allow sleepable programs to use LPM trie maps directly
Vlad Poenaru
1
-0
/
+1
2026-06-09
bpf: Enforce write checks for BTF pointer helper access
Nuoqi Gui
1
-1
/
+1
2026-06-08
bpf: Keep dynamic inner array lookups nullable
Nuoqi Gui
1
-6
/
+9
2026-06-07
bpf: Add support for tracing_multi link session
Jiri Olsa
1
-5
/
+15
2026-06-07
bpf: Add bpf_trampoline_multi_attach/detach functions
Jiri Olsa
1
-0
/
+55
2026-06-07
bpf: Move sleepable verification code to btf_id_allow_sleepable
Jiri Olsa
1
-32
/
+50
2026-06-07
bpf: Add multi tracing attach types
Jiri Olsa
1
-1
/
+39
2026-06-07
bpf: Reject sleepable BPF_LSM_CGROUP programs at load time
David Windsor
1
-2
/
+4
2026-06-06
bpf: Fold reg->var_off into PTR_TO_FLOW_KEYS bounds check
Nuoqi Gui
1
-3
/
+15
2026-06-05
bpf: Add validation for bpf_set_retval argument
Xu Kuohai
1
-0
/
+55
2026-06-05
bpf: Check acquire_reference() error for "__ref" struct_ops arguments
Amery Hung
1
-3
/
+7
2026-06-05
bpf: Fix dead error check on acquire_reference() in check_kfunc_call
Amery Hung
1
-1
/
+2
2026-06-05
bpf: Implement resizable hashmap basic functions
Mykyta Yatsenko
1
-0
/
+1
2026-06-01
bpf: Allow subprogs to return arena pointers
Emil Tsalapatis
1
-0
/
+4
2026-06-01
bpf: Fix dynptr ref counting to scan all call frames
Amery Hung
1
-23
/
+29
2026-06-01
bpf: Unify release handling for helpers and kfuncs
Amery Hung
1
-95
/
+103
2026-06-01
bpf: Unify referenced object tracking in verifier
Amery Hung
1
-60
/
+62
2026-06-01
bpf: Remove redundant dynptr arg check for helper
Amery Hung
1
-20
/
+1
2026-06-01
bpf: Refactor object relationship tracking and fix dynptr UAF bug
Amery Hung
1
-280
/
+280
2026-06-01
bpf: Preserve reg->id of pointer objects after null-check
Amery Hung
1
-9
/
+4
2026-06-01
bpf: Assign reg->id when getting referenced kptr from ctx
Amery Hung
1
-2
/
+3
2026-06-01
bpf: Unify dynptr handling in the verifier
Amery Hung
1
-146
/
+32
2026-06-01
bpf: Simplify mark_stack_slot_obj_read() and callers
Amery Hung
1
-48
/
+21
2026-05-31
bpf: reject overlarge global subprog argument sizes
Taegu Ha
1
-0
/
+6
2026-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5
Alexei Starovoitov
1
-6
/
+21
2026-05-21
bpf: add bpf_list_is_first/last/empty kfuncs
Kaitao Cheng
1
-2
/
+13
2026-05-21
bpf: Add bpf_list_add to insert node after a given list node
Kaitao Cheng
1
-3
/
+9
2026-05-21
bpf: Introduce the bpf_list_del kfunc.
Kaitao Cheng
1
-1
/
+5
2026-05-21
bpf: allow non-owning list-node args via __nonown_allowed
Kaitao Cheng
1
-0
/
+13
2026-05-17
bpf: Check global subprog exception paths
Kumar Kartikeya Dwivedi
1
-6
/
+17
2026-05-16
bpf: Validate outgoing stack args when btf_prepare_func_args fails
Yonghong Song
1
-2
/
+8
2026-05-15
bpf: make bpf_session_is_return() reference optional
Arnd Bergmann
1
-0
/
+4
2026-05-13
bpf: Report maximum combined stack depth
Paul Chaignon
1
-1
/
+5
2026-05-13
bpf: Disable private stack for x86_64 if stack arguments used
Yonghong Song
1
-1
/
+4
2026-05-13
bpf: Reject stack arguments if tail call reachable
Yonghong Song
1
-1
/
+10
2026-05-13
bpf: Support stack arguments for kfunc calls
Yonghong Song
1
-17
/
+60
2026-05-13
bpf: Enable r11 based insns
Yonghong Song
1
-2
/
+3
2026-05-13
bpf: Add precision marking and backtracking for stack argument slots
Yonghong Song
1
-5
/
+27
2026-05-13
bpf: Refactor jmp history to use dedicated spi/frame fields
Yonghong Song
1
-12
/
+11
2026-05-13
bpf: Support stack arguments for bpf functions
Yonghong Song
1
-4
/
+199
2026-05-13
bpf: Remove copy_register_state wrapper function
Yonghong Song
1
-25
/
+19
[next]