index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-25
bpf: Add __rcu_read_{lock,unlock} into btf id deny list
Yafang Shao
1
-0
/
+4
2023-04-25
bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixed
Dave Marchevsky
1
-1
/
+4
2023-04-22
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-142
/
+213
2023-04-21
bpf: minimal support for programs hooked into netfilter framework
Florian Westphal
1
-0
/
+3
2023-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+15
2023-04-19
bpf: Fix incorrect verifier pruning due to missing register precision taints
Daniel Borkmann
1
-0
/
+15
2023-04-18
bpf: Improve verifier u32 scalar equality checking
Yonghong Song
1
-2
/
+7
2023-04-16
bpf: Remove KF_KPTR_GET kfunc flag
David Vernet
1
-65
/
+0
2023-04-16
bpf: Migrate bpf_rbtree_remove to possibly fail
Dave Marchevsky
1
-3
/
+0
2023-04-16
bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail
Dave Marchevsky
1
-23
/
+55
2023-04-16
bpf: Add bpf_refcount_acquire kfunc
Dave Marchevsky
1
-11
/
+63
2023-04-14
bpf: Support 64-bit pointers to kfuncs
Ilya Leoshkevich
1
-40
/
+83
2023-04-14
bpf: Add preempt_count_{sub,add} into btf id deny list
Yafang
1
-0
/
+4
2023-04-11
bpf: Simplify internal verifier log interface
Andrii Nakryiko
1
-23
/
+16
2023-04-11
bpf: Add log_true_size output field to return necessary log buffer size
Andrii Nakryiko
1
-1
/
+7
2023-04-11
bpf: Simplify logging-related error conditions handling
Andrii Nakryiko
1
-4
/
+2
2023-04-11
bpf: Avoid incorrect -EFAULT error in BPF_LOG_KERNEL mode
Andrii Nakryiko
1
-1
/
+1
2023-04-11
bpf: Switch BPF verifier log to be a rotating log by default
Andrii Nakryiko
1
-9
/
+10
2023-04-11
bpf: Split off basic BPF verifier log into separate file
Andrii Nakryiko
1
-69
/
+0
2023-04-07
bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifier
Yonghong Song
1
-0
/
+12
2023-04-07
bpf: Improve verifier JEQ/JNE insn branch taken checking
Yonghong Song
1
-0
/
+8
2023-04-05
bpf: Undo strict enforcement for walking untagged fields.
Alexei Starovoitov
1
-3
/
+8
2023-04-05
bpf: Allowlist few fields similar to __rcu tag.
Alexei Starovoitov
1
-2
/
+37
2023-04-05
bpf: Refactor NULL-ness check in check_reg_type().
Alexei Starovoitov
1
-4
/
+8
2023-04-05
bpf: Refactor btf_nested_type_is_trusted().
Alexei Starovoitov
1
-11
/
+12
2023-04-05
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
1
-2
/
+2
2023-04-05
bpf: Invoke btf_struct_access() callback only for writes.
Alexei Starovoitov
1
-1
/
+1
2023-04-04
bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call
Dave Marchevsky
1
-5
/
+9
2023-04-01
bpf: Make struct task_struct an RCU-safe type
David Vernet
1
-0
/
+1
2023-03-31
bpf: Handle PTR_MAYBE_NULL case in PTR_TO_BTF_ID helper call arg
David Vernet
1
-0
/
+4
2023-03-26
bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGS
David Vernet
1
-1
/
+1
2023-03-23
bpf: remember meta->iter info only for initialized iters
Andrii Nakryiko
1
-7
/
+7
2023-03-23
bpf: Fix __reg_bound_offset 64->32 var_off subreg propagation
Daniel Borkmann
1
-3
/
+3
2023-03-23
bpf: return long from bpf_map_ops funcs
JP Kobryn
1
-7
/
+7
2023-03-22
bpf: Teach the verifier to recognize rdonly_mem as not null.
Alexei Starovoitov
1
-5
/
+9
2023-03-18
bpf: Allow ld_imm64 instruction to point to kfunc.
Alexei Starovoitov
1
-6
/
+11
2023-03-17
kallsyms, bpf: Move find_kallsyms_symbol_value out of internal header
Viktor Malik
1
-1
/
+1
2023-03-17
bpf: Remove misleading spec_v1 check on var-offset stack read
Luis Gerhorst
1
-10
/
+6
2023-03-16
bpf: Mark struct bpf_cpumask as rcu protected
David Vernet
1
-0
/
+1
2023-03-16
bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
Viktor Malik
1
-1
/
+17
2023-03-14
bpf: Allow helpers access trusted PTR_TO_BTF_ID.
Alexei Starovoitov
1
-0
/
+15
2023-03-13
bpf: fix precision propagation verbose logging
Andrii Nakryiko
1
-2
/
+2
2023-03-11
bpf: Allow local kptrs to be exchanged via bpf_kptr_xchg
Dave Marchevsky
1
-1
/
+7
2023-03-10
bpf: verifier: Rename kernel_type_name helper to btf_type_name
Dave Marchevsky
1
-8
/
+8
2023-03-10
bpf: take into account liveness when propagating precision
Andrii Nakryiko
1
-2
/
+4
2023-03-10
bpf: ensure state checkpointing at iter_next() call sites
Andrii Nakryiko
1
-3
/
+28
2023-03-09
bpf: add support for open-coded iterator loops
Andrii Nakryiko
1
-8
/
+587
2023-03-09
bpf: factor out fetching basic kfunc metadata
Andrii Nakryiko
1
-33
/
+59
2023-03-04
bpf: add support for fixed-size memory pointer returns for kfuncs
Andrii Nakryiko
1
-0
/
+8
2023-03-04
bpf: generalize dynptr_get_spi to be usable for iters
Andrii Nakryiko
1
-6
/
+12
[next]