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