summaryrefslogtreecommitdiff
path: root/kernel/bpf/btf.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-18bpf: Release module BTF IDR before module unloadKumar Kartikeya Dwivedi1-4/+20
2024-08-19bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.oAlan Maguire1-1/+1
2024-08-19bpf: annotate BTF show functions with __printfAlan Maguire1-4/+4
2024-04-27bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann1-1/+1
2024-04-27bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument supportKumar Kartikeya Dwivedi1-20/+73
2023-06-28bpf/btf: Accept function names that contain dotsFlorent Revest1-12/+8
2023-03-17btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTRLorenz Bauer1-0/+1
2023-03-10bpf: Fix global subprog context argument resolution logicAndrii Nakryiko1-2/+11
2022-12-31bpf: Prevent decl_tag from being referenced in func_proto argStanislav Fomichev1-0/+5
2022-10-26bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer1-1/+1
2022-06-25bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programsToke Høiland-Jørgensen1-2/+3
2022-05-01bpf: Fix crash due to out of bounds access into reg2btf_ids.Kumar Kartikeya Dwivedi1-2/+2
2022-05-01bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo1-1/+1
2022-05-01bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo1-1/+1
2022-05-01bpf: Introduce MEM_RDONLY flagHao Luo1-2/+1
2022-05-01bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo1-2/+5
2022-04-08bpf: Fix UAF due to race between btf_try_get_module and load_moduleKumar Kartikeya Dwivedi1-2/+24
2022-01-27bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao1-2/+1
2022-01-27bpf: Adjust BTF log size limit.Alexei Starovoitov1-1/+1
2021-08-25bpf: Fix bpf-next builds without CONFIG_BPF_EVENTSDaniel Xu1-0/+2
2021-07-29bpf: Emit better log message if bpf_iter ctx arg btf_id == 0Yonghong Song1-0/+5
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov1-14/+63
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+3
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+12
2021-05-24bpf: Fix spelling mistakesZhen Lei1-3/+3
2021-05-19bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov1-0/+62
2021-05-19bpf: Make btf_load command to be bpfptr_t compatible.Alexei Starovoitov1-4/+4
2021-05-07bpf: Forbid trampoline attach for functions with variable argumentsJiri Olsa1-0/+12
2021-03-30bpf: Remove redundant assignment of variable idColin Ian King1-1/+0
2021-03-26bpf: Support bpf program calling kernel functionMartin KaFai Lau1-5/+60
2021-03-26bpf: Refactor btf_check_func_arg_matchMartin KaFai Lau1-73/+86
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-13/+95
2021-03-04bpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich1-2/+81
2021-02-26bpf: Use MAX_BPF_FUNC_REG_ARGS macroDmitrii Banshchikov1-11/+14
2021-02-24bpf: Drop imprecise log messageDmitrii Banshchikov1-2/+0
2021-02-12bpf: Support pointers in global func argsDmitrii Banshchikov1-10/+45
2021-02-12bpf: Rename bpf_reg_state variablesDmitrii Banshchikov1-8/+12
2021-01-20bpf: Permit size-0 datasecYonghong Song1-5/+0
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-01-12bpf: Support BPF ksym variables in kernel modulesAndrii Nakryiko1-2/+29
2021-01-12bpf: Allow empty module BTFsAndrii Nakryiko1-1/+1
2020-12-03bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko1-0/+5
2020-12-03bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko1-21/+44
2020-11-10bpf: Compile out btf_parse_module() if module BTF is not enabledAndrii Nakryiko1-0/+4
2020-11-10bpf: Load and verify kernel module BTFsAndrii Nakryiko1-0/+194
2020-11-10bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOAndrii Nakryiko1-3/+40
2020-11-10bpf: Add in-kernel split BTF supportAndrii Nakryiko1-52/+119
2020-11-10bpf, btf: Remove the duplicate btf_ids.h includeWang Qing1-1/+0
2020-10-02bpf: Introduce bpf_per_cpu_ptr()Hao Luo1-10/+0
2020-10-02bpf: Introduce pseudo_btf_idHao Luo1-15/+0