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
2024-08-29
bpf: Move insn_buf[16] to bpf_verifier_env
Martin KaFai Lau
1
-7
/
+8
2024-08-28
bpf: Relax KF_ACQUIRE kfuncs strict type matching constraint
Juntong Deng
1
-2
/
+1
2024-08-23
bpf: Support bpf_kptr_xchg into local kptr
Dave Marchevsky
1
-14
/
+30
2024-08-23
bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DEST
Dave Marchevsky
1
-3
/
+3
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
1
-2
/
+3
2024-08-22
bpf: allow bpf_fastcall for bpf_cast_to_kern_ctx and bpf_rdonly_cast
Eduard Zingerman
1
-0
/
+3
2024-08-22
bpf: support bpf_fastcall patterns for kfuncs
Eduard Zingerman
1
-1
/
+34
2024-08-22
bpf: rename nocsr -> bpf_fastcall in verifier
Eduard Zingerman
1
-72
/
+71
2024-08-21
bpf: allow passing struct bpf_iter_<type> as kfunc arguments
Andrii Nakryiko
1
-11
/
+24
2024-08-13
bpf: switch maps to CLASS(fd, ...)
Al Viro
1
-6
/
+1
2024-08-13
bpf: factor out fetching bpf_map from FD and adding it to used_maps list
Andrii Nakryiko
1
-49
/
+66
2024-08-12
bpf: Fix a kernel verifier crash in stacksafe()
Yonghong Song
1
-2
/
+3
2024-07-29
bpf, x86, riscv, arm: no_caller_saved_registers for bpf_get_smp_processor_id()
Eduard Zingerman
1
-2
/
+9
2024-07-29
bpf: no_caller_saved_registers attribute for helper calls
Eduard Zingerman
1
-3
/
+314
2024-07-29
bpf: add a get_helper_proto() utility function
Eduard Zingerman
1
-7
/
+18
2024-07-29
bpf: Get better reg range with ldsx and 32bit compare
Yonghong Song
1
-0
/
+38
2024-07-29
bpf: Fail verification for sign-extension of packet data/data_end/data_meta
Yonghong Song
1
-2
/
+3
2024-07-29
bpf: Fix compare error in function retval_range_within
Xu Kuohai
1
-5
/
+11
2024-07-29
bpf, lsm: Add check for BPF LSM return value
Xu Kuohai
1
-9
/
+51
2024-07-29
bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubs
Martin KaFai Lau
1
-1
/
+9
2024-07-29
bpf: Remove mark_precise_scalar_ids()
Eduard Zingerman
1
-115
/
+0
2024-07-29
bpf: Track equal scalars history on per-instruction level
Eduard Zingerman
1
-21
/
+224
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+4
2024-07-17
mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOC
Vlastimil Babka
1
-0
/
+2
2024-07-17
mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLAB
Vlastimil Babka
1
-0
/
+2
2024-07-12
bpf: use check_sub_overflow() to check for subtraction overflows
Shung-Hsi Yu
1
-43
/
+14
2024-07-12
bpf: use check_add_overflow() to check for addition overflows
Shung-Hsi Yu
1
-80
/
+34
2024-07-12
bpf: fix overflow check in adjust_jmp_off()
Shung-Hsi Yu
1
-1
/
+1
2024-07-09
bpf: relax zero fixed offset constraint on KF_TRUSTED_ARGS/KF_RCU
Matt Bobrowski
1
-6
/
+3
2024-07-09
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
1
-26
/
+114
2024-07-02
bpf: Fix atomic probe zero-extension
Ilya Leoshkevich
1
-1
/
+2
2024-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+58
2024-06-26
bpf: add missing check_func_arg_reg_off() to prevent out-of-bounds memory acc...
Matt Bobrowski
1
-6
/
+11
2024-06-24
bpf: Fix may_goto with negative offset.
Alexei Starovoitov
1
-3
/
+6
2024-06-21
bpf: Fix the corner case with may_goto and jump to the 1st insn.
Alexei Starovoitov
1
-0
/
+50
2024-06-20
bpf: remove unused parameter in __bpf_free_used_btfs
Rafael Passos
1
-2
/
+1
2024-06-20
bpf, verifier: Correct tail_call_reachable for bpf prog
Leon Hwang
1
-1
/
+3
2024-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+16
2024-06-17
bpf: Add missed var_off setting in coerce_subreg_to_size_sx()
Yonghong Song
1
-0
/
+1
2024-06-17
bpf: Add missed var_off setting in set_sext32_default_val()
Yonghong Song
1
-0
/
+1
2024-06-14
bpf: Track delta between "linked" registers.
Alexei Starovoitov
1
-11
/
+84
2024-06-13
bpf: verifier: make kfuncs args nullalble
Vadim Fedorenko
1
-3
/
+3
2024-06-13
bpf: fix UML x86_64 compile failure
Maciej Żenczykowski
1
-1
/
+1
2024-06-13
bpf: Reduce stack consumption in check_stack_write_fixed_off
Daniel Borkmann
1
-4
/
+5
2024-06-13
bpf: Fix reg_set_min_max corruption of fake_reg
Daniel Borkmann
1
-4
/
+10
2024-06-12
bpf: treewide: Align kfunc signatures to prog point-of-view
Daniel Xu
1
-1
/
+1
2024-06-12
bpf: verifier: Relax caller requirements for kfunc projection type args
Daniel Xu
1
-1
/
+9
2024-06-10
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-2
/
+2
2024-06-03
bpf: Remove unnecessary call to btf_field_type_size().
Kui-Feng Lee
1
-1
/
+1
2024-06-03
bpf: Remove unnecessary checks on the offset of btf_field.
Kui-Feng Lee
1
-1
/
+1
[prev]
[next]