index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-24
bpf: account for current allocated stack depth in widen_imprecise_scalars()
Eduard Zingerman
1
-2
/
+4
2025-11-13
bpf: Use tnums for JEQ/JNE is_branch_taken logic
Paul Chaignon
1
-0
/
+4
2025-11-13
bpf: Find eligible subprogs for private stack support
Yonghong Song
1
-10
/
+86
2025-10-15
bpf: Reject negative offsets for ALU ops
Yazhou Tang
1
-2
/
+2
2025-10-02
bpf: Reject bpf_timer for PREEMPT_RT
Leon Hwang
1
-0
/
+4
2025-10-02
bpf: Check the helper function is valid in get_helper_proto
Jiri Olsa
1
-1
/
+1
2025-08-20
bpf: Make reg_not_null() true for CONST_PTR_TO_MAP
Ihor Solodrai
1
-1
/
+2
2025-08-20
bpf: Forget ranges when refining tnum after JSET
Paul Chaignon
1
-0
/
+4
2025-08-01
selftests/bpf: Add tests with stack ptr register in conditional jmp
Yonghong Song
1
-2
/
+5
2025-07-10
bpf: Do not include stack ptr register in precision backtracking bookkeeping
Yonghong Song
1
-2
/
+16
2025-07-10
bpf: use common instruction history across all states
Andrii Nakryiko
1
-55
/
+52
2025-05-29
bpf: abort verification if env->cur_state->loop_entry != NULL
Eduard Zingerman
1
-2
/
+4
2025-05-29
bpf: copy_verifier_state() should copy 'loop_entry' field
Eduard Zingerman
1
-0
/
+3
2025-05-29
bpf: don't do clean_live_states when state->loop_entry->branches > 0
Eduard Zingerman
1
-0
/
+4
2025-05-29
bpf: Search and add kfuncs in struct_ops prologue and epilogue
Amery Hung
1
-1
/
+24
2025-05-02
bpf: Reject attaching fexit/fmod_ret to __noreturn functions
Yafang Shao
1
-0
/
+32
2025-04-25
bpf: fix null dereference when computing changes_pkt_data of prog w/o subprogs
Eduard Zingerman
1
-2
/
+5
2025-04-25
bpf: check changes_pkt_data property for extension programs
Eduard Zingerman
1
-4
/
+12
2025-04-25
bpf: track changes_pkt_data property for global functions
Eduard Zingerman
1
-1
/
+31
2025-04-25
bpf: add find_containing_subprog() utility function
Eduard Zingerman
1
-4
/
+24
2025-04-10
bpf: Fix array bounds error with may_goto
Jiayuan Chen
1
-0
/
+7
2025-01-09
bpf: refactor bpf_helper_changes_pkt_data to use helper number
Eduard Zingerman
1
-1
/
+1
2025-01-02
bpf: Zero index arg error string for dynptr and iter
Kumar Kartikeya Dwivedi
1
-6
/
+6
2025-01-02
bpf: Fix bpf_get_smp_processor_id() on !CONFIG_SMP
Andrea Righi
1
-1
/
+5
2024-12-19
bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"
Kumar Kartikeya Dwivedi
1
-72
/
+7
2024-12-14
bpf: Fix narrow scalar spill onto 64-bit spilled scalar slots
Tao Lyu
1
-0
/
+1
2024-12-14
bpf: Don't mark STACK_INVALID as STACK_MISC in mark_stack_slot_misc
Kumar Kartikeya Dwivedi
1
-3
/
+6
2024-12-14
bpf: Ensure reg is PTR_TO_STACK in process_iter_arg
Tao Lyu
1
-0
/
+5
2024-12-05
bpf: Allow return values 0 and 1 for kprobe session
Jiri Olsa
1
-0
/
+9
2024-12-05
bpf: Mark raw_tp arguments with PTR_MAYBE_NULL
Kumar Kartikeya Dwivedi
1
-7
/
+72
2024-12-05
bpf: Tighten tail call checks for lingering locks, RCU, preempt_disable
Kumar Kartikeya Dwivedi
1
-0
/
+15
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
[next]