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
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-10-29
bpf: disallow 40-bytes extra stack for bpf_fastcall patterns
Eduard Zingerman
1
-12
/
+2
2024-10-29
bpf: Force checkpoint when jmp history is too long
Eduard Zingerman
1
-3
/
+6
2024-10-23
bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()
Andrii Nakryiko
1
-1
/
+1
2024-10-22
bpf: Fix overloading of MEM_UNINIT's meaning
Daniel Borkmann
1
-38
/
+35
2024-10-17
bpf: Fix incorrect delta propagation between linked registers
Daniel Borkmann
1
-5
/
+6
2024-10-15
bpf: Fix truncation bug in coerce_reg_to_size_sx()
Dimitar Kanaliev
1
-4
/
+4
2024-10-10
bpf: fix kfunc btf caching for modules
Toke Høiland-Jørgensen
1
-1
/
+7
2024-10-09
bpf: use kvzmalloc to allocate BPF verifier environment
Rik van Riel
1
-2
/
+2
2024-10-01
bpf: sync_linked_regs() must preserve subreg_def
Eduard Zingerman
1
-0
/
+5
2024-09-24
Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-49
/
+61
2024-09-21
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-295
/
+996
2024-09-13
bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged types
Daniel Borkmann
1
-5
/
+11
2024-09-13
bpf: Fix helper writes to read-only maps
Daniel Borkmann
1
-36
/
+5
2024-09-13
bpf: Fix a sdiv overflow issue
Yonghong Song
1
-4
/
+89
2024-09-11
bpf: Support __nullable argument suffix for tp_btf
Philo Lu
1
-4
/
+32
2024-09-09
bpf: Fix error message on kfunc arg type mismatch
Maxim Mikityanskiy
1
-1
/
+2
2024-09-05
bpf: use type_may_be_null() helper for nullable-param check
Shung-Hsi Yu
1
-5
/
+0
2024-09-04
bpf: Fix indentation issue in epilogue_idx
Martin KaFai Lau
1
-1
/
+1
2024-09-04
bpf: Remove the insn_buf array stack usage from the inline_bpf_loop()
Martin KaFai Lau
1
-41
/
+42
2024-08-29
bpf: Make the pointer returned by iter next method valid
Juntong Deng
1
-4
/
+22
2024-08-29
bpf: Add gen_epilogue to bpf_verifier_ops
Martin KaFai Lau
1
-1
/
+45
2024-08-29
bpf: Adjust BPF_JMP that jumps to the 1st insn of the prologue
Martin KaFai Lau
1
-0
/
+6
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
[next]