summaryrefslogtreecommitdiff
path: root/kernel/bpf/btf.c
AgeCommit message (Expand)Author
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong
2022-04-25bpf: Make BTF type match stricter for release argumentsKumar Kartikeya Dwivedi
2022-04-25bpf: Teach verifier about kptr_get kfunc helpersKumar Kartikeya Dwivedi
2022-04-25bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi
2022-04-25bpf: Populate pairs of btf_id and destructor kfunc in btfKumar Kartikeya Dwivedi
2022-04-25bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi
2022-04-25bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi
2022-04-25bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi
2022-04-21bpf: Make btf_find_field more genericKumar Kartikeya Dwivedi
2022-04-19bpf: Ensure type tags precede modifiers in BTFKumar Kartikeya Dwivedi
2022-03-28bpf: Fix maximum permitted number of arguments checkYuntao Wang
2022-03-21bpf: Simplify check in btf_parse_hdr()Yuntao Wang
2022-03-20bpf: Check for NULL return from bpf_get_btf_vmlinuxKumar Kartikeya Dwivedi
2022-03-19bpf: Always raise reference in btf_get_module_btfKumar Kartikeya Dwivedi
2022-03-18bpf: Factor out fd returning from bpf_btf_find_by_name_kindKumar Kartikeya Dwivedi
2022-03-05bpf: Reject programs that try to load __percpu memory.Hao Luo
2022-03-05bpf: Harden register offset checks for release helpers and kfuncsKumar Kartikeya Dwivedi
2022-03-05bpf: Fix PTR_TO_BTF_ID var_off checkKumar Kartikeya Dwivedi
2022-02-28bpf: Add config to allow loading modules with BTF mismatchesConnor O'Brien
2022-02-23bpf: Cleanup commentsTom Rix
2022-02-19bpf: Initialize ret to 0 inside btf_populate_kfunc_set()Souptick Joarder (HPE)
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-16bpf: Fix crash due to out of bounds access into reg2btf_ids.Kumar Kartikeya Dwivedi
2022-02-16libbpf: Split bpf_core_apply_relo()Mauricio Vásquez
2022-02-04bpf: Implement bpf_core_types_are_compat().Matteo Croce
2022-02-03bpf: Fix a btf decl_tag bug when tagging a functionYonghong Song
2022-01-27bpf: reject program if a __user tagged memory accessed in kernel wayYonghong Song
2022-01-25bpf: fix register_btf_kfunc_id_set for !CONFIG_DEBUG_INFO_BTFStanislav Fomichev
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-01-19bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann
2022-01-18bpf: Add reference tracking support to kfuncKumar Kartikeya Dwivedi
2022-01-18bpf: Introduce mem, size argument pair support for kfuncKumar Kartikeya Dwivedi
2022-01-18bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi
2022-01-18bpf: Populate kfunc BTF ID sets in struct btfKumar Kartikeya Dwivedi
2022-01-18bpf: Fix UAF due to race between btf_try_get_module and load_moduleKumar Kartikeya Dwivedi
2021-12-18bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument supportKumar Kartikeya Dwivedi
2021-12-18bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo
2021-12-18bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo
2021-12-18bpf: Introduce MEM_RDONLY flagHao Luo
2021-12-18bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo
2021-12-13bpf: Allow access to int pointer arguments in tracing programsJiri Olsa
2021-12-11bpf: Silence coverity false positive warning.Alexei Starovoitov
2021-12-11bpf: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-08bpf: Remove redundant assignment to pointer tColin Ian King
2021-12-06bpf: Silence purge_cand_cache build warning.Alexei Starovoitov
2021-12-04bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao
2021-12-03libbpf: Reduce bpf_core_apply_relo_insn() stack usage.Alexei Starovoitov