index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()
Andrii Nakryiko
2024-10-24
1
-1
/
+1
*
bpf: Fix overloading of MEM_UNINIT's meaning
Daniel Borkmann
2024-10-23
1
-38
/
+35
*
bpf: Fix incorrect delta propagation between linked registers
Daniel Borkmann
2024-10-17
1
-5
/
+6
*
bpf: Fix truncation bug in coerce_reg_to_size_sx()
Dimitar Kanaliev
2024-10-15
1
-4
/
+4
*
bpf: fix kfunc btf caching for modules
Toke Høiland-Jørgensen
2024-10-10
1
-1
/
+7
*
bpf: use kvzmalloc to allocate BPF verifier environment
Rik van Riel
2024-10-10
1
-2
/
+2
*
bpf: sync_linked_regs() must preserve subreg_def
Eduard Zingerman
2024-10-01
1
-0
/
+5
*
Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-09-24
1
-49
/
+61
|
\
|
*
bpf: switch maps to CLASS(fd, ...)
Al Viro
2024-08-14
1
-6
/
+1
|
*
bpf: factor out fetching bpf_map from FD and adding it to used_maps list
Andrii Nakryiko
2024-08-14
1
-49
/
+66
*
|
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2024-09-21
1
-295
/
+996
|
\
\
|
*
|
bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged types
Daniel Borkmann
2024-09-13
1
-5
/
+11
|
*
|
bpf: Fix helper writes to read-only maps
Daniel Borkmann
2024-09-13
1
-36
/
+5
|
*
|
bpf: Fix a sdiv overflow issue
Yonghong Song
2024-09-13
1
-4
/
+89
|
*
|
bpf: Fix error message on kfunc arg type mismatch
Maxim Mikityanskiy
2024-09-10
1
-1
/
+2
|
*
|
bpf: use type_may_be_null() helper for nullable-param check
Shung-Hsi Yu
2024-09-05
1
-5
/
+0
|
*
|
bpf: Fix indentation issue in epilogue_idx
Martin KaFai Lau
2024-09-04
1
-1
/
+1
|
*
|
bpf: Remove the insn_buf array stack usage from the inline_bpf_loop()
Martin KaFai Lau
2024-09-04
1
-41
/
+42
|
*
|
bpf: Make the pointer returned by iter next method valid
Juntong Deng
2024-08-30
1
-4
/
+22
|
*
|
bpf: Add gen_epilogue to bpf_verifier_ops
Martin KaFai Lau
2024-08-30
1
-1
/
+45
|
*
|
bpf: Adjust BPF_JMP that jumps to the 1st insn of the prologue
Martin KaFai Lau
2024-08-30
1
-0
/
+6
|
*
|
bpf: Move insn_buf[16] to bpf_verifier_env
Martin KaFai Lau
2024-08-30
1
-7
/
+8
|
*
|
bpf: Relax KF_ACQUIRE kfuncs strict type matching constraint
Juntong Deng
2024-08-29
1
-2
/
+1
|
*
|
bpf: Support bpf_kptr_xchg into local kptr
Dave Marchevsky
2024-08-23
1
-14
/
+30
|
*
|
bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DEST
Dave Marchevsky
2024-08-23
1
-3
/
+3
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
2024-08-22
1
-2
/
+3
|
|
\
\
|
*
|
|
bpf: allow bpf_fastcall for bpf_cast_to_kern_ctx and bpf_rdonly_cast
Eduard Zingerman
2024-08-22
1
-0
/
+3
|
*
|
|
bpf: support bpf_fastcall patterns for kfuncs
Eduard Zingerman
2024-08-22
1
-1
/
+34
|
*
|
|
bpf: rename nocsr -> bpf_fastcall in verifier
Eduard Zingerman
2024-08-22
1
-72
/
+71
|
*
|
|
bpf: allow passing struct bpf_iter_<type> as kfunc arguments
Andrii Nakryiko
2024-08-21
1
-11
/
+24
|
|
|
/
|
|
/
|
|
*
|
bpf, x86, riscv, arm: no_caller_saved_registers for bpf_get_smp_processor_id()
Eduard Zingerman
2024-07-30
1
-2
/
+9
|
*
|
bpf: no_caller_saved_registers attribute for helper calls
Eduard Zingerman
2024-07-30
1
-3
/
+314
|
*
|
bpf: add a get_helper_proto() utility function
Eduard Zingerman
2024-07-30
1
-7
/
+18
|
*
|
bpf: Get better reg range with ldsx and 32bit compare
Yonghong Song
2024-07-30
1
-0
/
+38
|
*
|
bpf: Fail verification for sign-extension of packet data/data_end/data_meta
Yonghong Song
2024-07-30
1
-2
/
+3
|
*
|
bpf: Fix compare error in function retval_range_within
Xu Kuohai
2024-07-29
1
-5
/
+11
|
*
|
bpf, lsm: Add check for BPF LSM return value
Xu Kuohai
2024-07-29
1
-9
/
+51
|
*
|
bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubs
Martin KaFai Lau
2024-07-29
1
-1
/
+9
|
*
|
bpf: Remove mark_precise_scalar_ids()
Eduard Zingerman
2024-07-29
1
-115
/
+0
|
*
|
bpf: Track equal scalars history on per-instruction level
Eduard Zingerman
2024-07-29
1
-21
/
+224
*
|
|
bpf: Support __nullable argument suffix for tp_btf
Philo Lu
2024-09-11
1
-4
/
+32
|
|
/
|
/
|
*
|
bpf: Fix a kernel verifier crash in stacksafe()
Yonghong Song
2024-08-13
1
-2
/
+3
|
/
*
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-07-22
1
-0
/
+4
|
\
|
*
mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOC
Vlastimil Babka
2024-07-18
1
-0
/
+2
|
*
mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLAB
Vlastimil Babka
2024-07-18
1
-0
/
+2
*
|
bpf: use check_sub_overflow() to check for subtraction overflows
Shung-Hsi Yu
2024-07-12
1
-43
/
+14
*
|
bpf: use check_add_overflow() to check for addition overflows
Shung-Hsi Yu
2024-07-12
1
-80
/
+34
*
|
bpf: fix overflow check in adjust_jmp_off()
Shung-Hsi Yu
2024-07-12
1
-1
/
+1
*
|
bpf: relax zero fixed offset constraint on KF_TRUSTED_ARGS/KF_RCU
Matt Bobrowski
2024-07-10
1
-6
/
+3
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
2024-07-09
1
-26
/
+114
|
\
\
[next]