aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)Author
2024-04-15Merge tag 'v5.15.155' into v5.15/standard/baseBruce Ashfield
2024-04-13libperf evlist: Avoid out-of-bounds accessIan Rogers
2024-02-26Merge tag 'v5.15.149' into v5.15/standard/baseBruce Ashfield
2024-02-23libsubcmd: Fix memory leak in uniq()Ian Rogers
2024-02-23libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relosMingyi Zhang
2024-02-06Merge tag 'v5.15.148' into v5.15/standard/baseBruce Ashfield
2024-01-25libapi: Add missing linux/types.h header to get the __u64 type on io.hArnaldo Carvalho de Melo
2023-07-26Merge tag 'v5.15.121' into v5.15/standard/baseBruce Ashfield
2023-07-23libbpf: fix offsetof() and container_of() to work with CO-REAndrii Nakryiko
2023-07-23libbpf: btf_dump_type_data_check_overflow needs to consider BTF_MEMBER_BITFIE...Martin KaFai Lau
2023-04-21Merge tag 'v5.15.108' into v5.15/standard/baseBruce Ashfield
2023-04-20libbpf: Fix single-line struct definition output in btf_dumpAndrii Nakryiko
2023-04-19libbpf: Make libbpf_version.h non-auto-generatedAndrii Nakryiko
2023-04-19libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecationsQuentin Monnet
2023-04-17Merge tag 'v5.15.107' into v5.15/standard/baseBruce Ashfield
2023-04-13bpftool: Print newline before '}' for struct with padding only fieldsEduard Zingerman
2023-04-06Merge tag 'v5.15.106' into v5.15/standard/baseBruce Ashfield
2023-04-05libbpf: Fix btf_dump's packed struct determinationAndrii Nakryiko
2023-04-05libbpf: Fix BTF-to-C converter's padding logicAndrii Nakryiko
2023-03-17Merge tag 'v5.15.99' into v5.15/standard/baseBruce Ashfield
2023-03-10libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()Ilya Leoshkevich
2023-03-10libbpf: Fix btf__align_of() by taking into account field offsetsAndrii Nakryiko
2023-01-04Merge tag 'v5.15.86' into v5.15/standard/baseBruce Ashfield
2022-12-31libbpf: Avoid enum forward-declarations in public API in C++ modeAndrii Nakryiko
2022-12-31libbpf: Fix uninitialized warning in btf_dump_dump_type_dataDavid Michael
2022-12-31libbpf: Btf dedup identical struct test needs check for nested structs/arraysAlan Maguire
2022-12-31libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()Shung-Hsi Yu
2022-12-31libbpf: Fix use-after-free in btf_dump_name_dupsXu Kuohai
2022-12-20libbpf: Fix build warning on ref_ctr_offKhem Raj
2022-12-19libbpf: Use page size as max_entries when probing ring buffer mapHou Tao
2022-12-08libbpf: Handle size overflow for ringbuf mmapHou Tao
2022-10-26selftests/xsk: Avoid use-after-free on ctxIan Rogers
2022-08-17libbpf: fix an snprintf() overflow checkDan Carpenter
2022-08-17libbpf: Fix the name of a reused mapAnquan Wu
2022-08-17selftests/xsk: Destroy BPF resources only when ctx refcount drops to 0Maciej Fijalkowski
2022-06-09libbpf: Fix logic for finding matching program for CO-RE relocationAndrii Nakryiko
2022-06-09libbpf: Don't error out on CO-RE relos for overriden weak subprogsAndrii Nakryiko
2022-04-27perf tools: Fix segfault accessing sample_id xyarrayAdrian Hunter
2022-04-13libbpf: Fix build issue with llvm-readelfYonghong Song
2022-04-08libbpf: Unmap rings when umem deletedlic121
2022-04-08libbpf: Skip forward declaration when counting duplicated type namesXu Kuohai
2022-04-08libbpf: Fix memleak in libbpf_netlink_recv()Andrii Nakryiko
2022-04-08libbpf: Use dynamically allocated buffer when receiving netlink messagesToke Høiland-Jørgensen
2022-04-08libbpf: Fix compilation warning due to mismatched printf formatAndrii Nakryiko
2022-04-08libbpf: Fix signedness bug in btf_dump_array_data()Dan Carpenter
2022-04-08libbpf: Fix possible NULL pointer dereference when destroying skeletonYafang Shao
2022-02-23libsubcmd: Fix use-after-free for realloc(..., 0)Kees Cook
2022-01-27libbpf: Accommodate DWARF/compiler bug with duplicated structsAndrii Nakryiko
2022-01-27libbpf: Clean gen_loader's attach kind.Alexei Starovoitov
2022-01-27libbpf: Silence uninitialized warning/error in btf_dump_dump_type_dataAlan Maguire