aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/btf.c
AgeCommit message (Expand)Author
2022-10-26bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer
2020-04-02bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman
2020-04-02bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi
2019-12-13bpf: btf: check name validity for various typesYonghong Song
2019-12-13bpf: btf: implement btf_name_valid_identifier()Yonghong Song
2019-12-01bpf, btf: fix a missing check bug in btf_parseMartin Lau
2019-11-24bpf: btf: Fix a missing check bugWenwen Wang
2018-09-12bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau
2018-07-24bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau
2018-07-20bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau
2018-07-11bpf: btf: Fix bitfield extraction for big endianOkash Khawaja
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook
2018-06-02bpf: btf: Ensure t->type == 0 for BTF_KIND_FWDMartin KaFai Lau
2018-06-02bpf: btf: Check array t->sizeMartin KaFai Lau
2018-05-28bpf: btf: avoid -Wreturn-type warningArnd Bergmann
2018-05-24bpf: btf: Avoid variable length arrayMartin KaFai Lau
2018-05-23bpf: btf: Remove unused bits from uapi/linux/btf.hMartin KaFai Lau
2018-05-23bpf: btf: Check array->index_typeMartin KaFai Lau
2018-05-23bpf: btf: Change how section is supported in btf_headerMartin KaFai Lau
2018-05-09bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau
2018-05-09bpf: btf: Introduce BTF IDMartin KaFai Lau
2018-05-09bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=yMartin KaFai Lau
2018-04-23bpf: btf: Clean up btf.h in uapiMartin KaFai Lau
2018-04-19bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fdMartin KaFai Lau
2018-04-19bpf: btf: Add BPF_BTF_LOAD commandMartin KaFai Lau
2018-04-19bpf: btf: Add pretty print capability for data with BTF type infoMartin KaFai Lau
2018-04-19bpf: btf: Check members of struct/unionMartin KaFai Lau
2018-04-19bpf: btf: Validate type referenceMartin KaFai Lau
2018-04-19bpf: btf: Introduce BPF Type Format (BTF)Martin KaFai Lau