summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2023-11-18bpf: extract register state printingAndrii Nakryiko-57/+63
2023-11-18bpf: move verifier state printing code to kernel/bpf/log.cAndrii Nakryiko-403/+342
2023-11-18bpf: move verbose_linfo() into kernel/bpf/log.cAndrii Nakryiko-57/+59
2023-11-17bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTSAndrii Nakryiko-4/+4
2023-11-15bpf: make __reg{32,64}_deduce_bounds logic more robustAndrii Nakryiko-16/+8
2023-11-15bpf: remove redundant s{32,64} -> u{32,64} deduction logicAndrii Nakryiko-36/+0
2023-11-15bpf: add register bounds sanity checks and sanitizationAndrii Nakryiko-26/+94
2023-11-15bpf: enhance BPF_JEQ/BPF_JNE is_branch_taken logicAndrii Nakryiko-0/+24
2023-11-15bpf: generalize is_scalar_branch_taken() logicAndrii Nakryiko-40/+58
2023-11-15bpf: generalize reg_set_min_max() to handle non-const register comparisonsAndrii Nakryiko-179/+142
2023-11-15bpf: Do not allocate percpu memory at init stageYonghong Song-7/+21
2023-11-14bpf: Add a new kfunc for cgroup1 hierarchyYafang Shao-0/+20
2023-11-10bpf: Add crosstask check to __bpf_get_stackJordan Rome-1/+10
2023-11-09bpf: fix control-flow graph checking in privileged modeAndrii Nakryiko-15/+8
2023-11-09bpf: fix precision backtracking instruction iterationAndrii Nakryiko-2/+19
2023-11-09bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko-7/+20
2023-11-09bpf: Mark direct ld of stashed bpf_{rb,list}_node as non-owning refDave Marchevsky-5/+31
2023-11-09bpf: Move GRAPH_{ROOT,NODE}_MASK macros into btf_field_type enumDave Marchevsky-7/+4
2023-11-09bpf: Use bpf_mem_free_rcu when bpf_obj_dropping non-refcounted nodesDave Marchevsky-4/+1
2023-11-09bpf: Add KF_RCU flag to bpf_refcount_acquire_implDave Marchevsky-1/+1
2023-11-09bpf: replace register_is_const() with is_reg_const()Shung-Hsi Yu-16/+11
2023-11-09bpf: Introduce KF_ARG_PTR_TO_CONST_STRSong Liu-0/+19
2023-11-09bpf: Factor out helper check_reg_const_str()Song Liu-36/+49
2023-11-09bpf: Add __bpf_dynptr_data* for in kernel useSong Liu-0/+19
2023-11-09bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner-0/+3
2023-11-09bpf: generalize reg_set_min_max() to handle two sets of two registersAndrii Nakryiko-75/+56
2023-11-09bpf: prepare reg_set_min_max for second set of registersAndrii Nakryiko-40/+40
2023-11-09bpf: unify 32-bit and 64-bit is_branch_taken logicAndrii Nakryiko-141/+59
2023-11-09bpf: generalize is_branch_taken to handle all conditional jumps in one placeAndrii Nakryiko-24/+25
2023-11-09bpf: move is_branch_taken() downAndrii Nakryiko-42/+42
2023-11-09bpf: generalize is_branch_taken() to work with two registersAndrii Nakryiko-25/+32
2023-11-09bpf: rename is_branch_taken reg arguments to prepare for the second oneAndrii Nakryiko-54/+54
2023-11-09bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logicAndrii Nakryiko-52/+8
2023-11-09bpf: try harder to deduce register bounds from different numeric domainsAndrii Nakryiko-0/+1
2023-11-09bpf: improve deduction of 64-bit bounds from 32-bit boundsAndrii Nakryiko-0/+44
2023-11-09bpf: add special smin32/smax32 derivation from 64-bit boundsAndrii Nakryiko-0/+23
2023-11-09bpf: derive subreg bounds from full bounds when upper 32 bits are constantAndrii Nakryiko-0/+45
2023-11-09bpf: derive smin32/smax32 from umin32/umax32 boundsAndrii Nakryiko-0/+7
2023-11-09bpf: derive smin/smax from umin/max boundsAndrii Nakryiko-0/+71
2023-11-07bpf: Let verifier consider {task,cgroup} is trusted in bpf_iter_regChuyi Zhou-2/+2
2023-11-01bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu-1/+6
2023-11-01bpf: Relax allowlist for css_task iterChuyi Zhou-4/+12
2023-11-01bpf: Check map->usercnt after timer->timer is assignedHou Tao-9/+16
2023-11-01bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky-32/+16
2023-11-01bpf: Fix check_stack_write_fixed_off() to correctly spill immHao Sun-1/+1
2023-11-01bpf: fix compilation error without CGROUPSMatthieu Baerts-3/+17
2023-11-01Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds-11/+14
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-312/+1766
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-3/+2
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds-3/+1