summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-02-06bpf: Transfer RCU lock state between subprog callsKumar Kartikeya Dwivedi1-2/+1
2024-02-06bpf: Allow calling static subprogs while holding a bpf_spin_lockKumar Kartikeya Dwivedi1-3/+8
2024-02-05bpf: Remove an unnecessary check.Kui-Feng Lee1-12/+9
2024-02-03bpf: don't emit warnings intended for global subprogs for static subprogsAndrii Nakryiko1-0/+6
2024-02-03bpf: handle trusted PTR_TO_BTF_ID_OR_NULL in argument check logicAndrii Nakryiko1-0/+1
2024-02-03bpf: Handle scalar spill vs all MISC in stacksafe()Eduard Zingerman1-3/+69
2024-02-03bpf: Preserve boundaries and track scalars on narrowing fillMaxim Mikityanskiy1-4/+11
2024-02-03bpf: Track spilled unbounded scalarsMaxim Mikityanskiy1-15/+1
2024-02-01bpf: Minor clean-up to sleepable_lsm_hooks BTF setMatt Bobrowski1-4/+2
2024-02-01bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu6-14/+22
2024-01-30bpf: add arg:nullable tag to be combined with trusted pointersAndrii Nakryiko1-0/+10
2024-01-30bpf: add __arg_trusted global func arg tagAndrii Nakryiko2-13/+110
2024-01-30bpf,token: Use BIT_ULL() to convert the bit maskHaiyue Wang1-8/+8
2024-01-30perf/bpf: Fix duplicate type checkFlorian Lehner1-5/+1
2024-01-29bpf: move arg:ctx type enforcement check inside the main logic loopAndrii Nakryiko1-17/+4
2024-01-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski14-388/+1323
2024-01-26bpf: Fix error checks against bpf_get_btf_vmlinux().Kui-Feng Lee2-1/+6
2024-01-25Merge tag 'urgent-rcu.2024.01.24a' of https://github.com/neeraju/linuxLinus Torvalds2-3/+34
2024-01-25bpf: Support symbolic BPF FS delegation mount optionsAndrii Nakryiko1-38/+211
2024-01-25bpf: Fail BPF_TOKEN_CREATE if no delegation option was set on BPF FSAndrii Nakryiko1-1/+9
2024-01-25bpf,lsm: Add BPF token LSM hooksAndrii Nakryiko2-1/+15
2024-01-25bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko2-5/+5
2024-01-25bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko2-14/+16
2024-01-25bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko3-9/+8
2024-01-25bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko4-9/+10
2024-01-25bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko4-27/+97
2024-01-25bpf: Add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko1-2/+21
2024-01-25bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko3-15/+63
2024-01-25bpf: Introduce BPF token objectAndrii Nakryiko4-6/+242
2024-01-25bpf: Add BPF token delegation mount options to BPF FSAndrii Nakryiko1-12/+78
2024-01-25bpf: Align CAP_NET_ADMIN checks with bpf_capable() approachAndrii Nakryiko1-4/+9
2024-01-25Merge tag 'execve-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2024-01-24exec: Distinguish in_execve from in_execKees Cook1-0/+1
2024-01-24rcu: Defer RCU kthreads wakeup when CPU is dyingFrederic Weisbecker2-3/+34
2024-01-24bpf: export btf_ctx_access to modules.Kui-Feng Lee1-0/+1
2024-01-24bpf, net: switch to dynamic registrationKui-Feng Lee3-103/+95
2024-01-24bpf: validate value_typeKui-Feng Lee1-33/+60
2024-01-24bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.Kui-Feng Lee2-6/+34
2024-01-24bpf: pass attached BTF to the bpf_struct_ops subsystemKui-Feng Lee3-22/+54
2024-01-24bpf: lookup struct_ops types from a given module BTF.Kui-Feng Lee2-6/+7
2024-01-24bpf: pass btf object id in bpf_map_info.Kui-Feng Lee2-0/+9
2024-01-24bpf: make struct_ops_map support btfs other than btf_vmlinux.Kui-Feng Lee1-9/+15
2024-01-24bpf: add struct_ops_tab to btf.Kui-Feng Lee1-0/+55
2024-01-24bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee2-42/+46
2024-01-24bpf: get type information with BTF_ID_LISTKui-Feng Lee1-9/+8
2024-01-24bpf: refactory struct_ops type initialization to a function.Kui-Feng Lee2-74/+88
2024-01-24bpf: Store cookies in kprobe_multi bpf_link_info dataJiri Olsa1-0/+15
2024-01-24bpf: Add cookie to perf_event bpf_link_info recordsJiri Olsa1-0/+4
2024-01-24bpf: Refactor ptr alu checking rules to allow alu explicitlyHao Sun1-7/+14
2024-01-24bpf: Track aligned st store as imprecise spilled registersYonghong Song1-2/+15