aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)Author
2024-04-15Merge tag 'v6.1.86' into v6.1/standard/baseBruce Ashfield
2024-04-13libperf evlist: Avoid out-of-bounds accessIan Rogers
2024-03-28Merge tag 'v6.1.83' into v6.1/standard/baseBruce Ashfield
2024-03-26libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim APIAndrii Nakryiko
2024-03-26libbpf: Fix faccessat() usage on AndroidAndrii Nakryiko
2024-03-26libbpf: Apply map_set_def_max_entries() for inner_maps on creationAndrey Grafin
2024-02-14Merge tag 'v6.1.77' into v6.1/standard/baseBruce Ashfield
2024-02-06Merge tag 'v6.1.75' into v6.1/standard/baseBruce Ashfield
2024-02-05libsubcmd: Fix memory leak in uniq()Ian Rogers
2024-02-05libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relosMingyi Zhang
2024-01-25libapi: Add missing linux/types.h header to get the __u64 type on io.hArnaldo Carvalho de Melo
2023-09-25Merge tag 'v6.1.55' into v6.1/standard/baseBruce Ashfield
2023-09-23libbpf: Free btf_vmlinux when closing bpf_objectHao Luo
2023-09-14Merge tag 'v6.1.53' into v6.1/standard/baseBruce Ashfield
2023-09-13libbpf: Fix realloc API handling in zero-sized edge casesAndrii Nakryiko
2023-09-13tools lib subcmd: Add dependency test to install_headersIan Rogers
2023-09-13tools lib subcmd: Make install_headers clearerIan Rogers
2023-09-13tools lib subcmd: Add install targetIan Rogers
2023-07-25Merge tag 'v6.1.39' into v6.1/standard/baseBruce Ashfield
2023-07-19libbpf: fix offsetof() and container_of() to work with CO-REAndrii Nakryiko
2023-07-19libbpf: btf_dump_type_data_check_overflow needs to consider BTF_MEMBER_BITFIE...Martin KaFai Lau
2023-05-15Merge tag 'v6.1.28' into v6.1/standard/baseBruce Ashfield
2023-05-11libbpf: Fix ld_imm64 copy logic for ksym in light skeleton.Alexei Starovoitov
2023-04-21Merge tag 'v6.1.25' into v6.1/standard/baseBruce Ashfield
2023-04-20libbpf: Fix single-line struct definition output in btf_dumpAndrii Nakryiko
2023-04-17Merge tag 'v6.1.24' into v6.1/standard/baseBruce Ashfield
2023-04-13bpftool: Print newline before '}' for struct with padding only fieldsEduard Zingerman
2023-04-06Merge tag 'v6.1.23' into v6.1/standard/baseBruce Ashfield
2023-04-06libbpf: Fix btf_dump's packed struct determinationAndrii Nakryiko
2023-04-06libbpf: Fix BTF-to-C converter's padding logicAndrii Nakryiko
2023-03-17Merge tag 'v6.1.16' into v6.1/standard/baseBruce Ashfield
2023-03-10tools/lib/thermal: Fix thermal_sampling_exit()Vincent Guittot
2023-03-10libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()Ilya Leoshkevich
2023-03-10libbpf: Fix invalid return address register in s390Daniel T. Lee
2023-03-10libbpf: Fix btf__align_of() by taking into account field offsetsAndrii Nakryiko
2023-01-04Merge tag 'v6.1.2' into v6.1/standard/baseBruce Ashfield
2022-12-31libbpf: Avoid enum forward-declarations in public API in C++ modeAndrii Nakryiko
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: Deal with section with no data gracefullyShung-Hsi Yu
2022-12-31libbpf: Use elf_getshdrnum() instead of e_shnumShung-Hsi Yu
2022-12-31libbpf: Fix memory leak in parse_usdt_arg()Xu Kuohai
2022-12-31libbpf: Fix use-after-free in btf_dump_name_dupsXu Kuohai
2022-12-22Merge tag 'v6.1.1' into v6.1/standard/baseBruce Ashfield
2022-12-21libbpf: Fix uninitialized warning in btf_dump_dump_type_dataDavid Michael
2022-12-14Merge tag 'v6.1' into v6.1/standard/baseBruce Ashfield
2022-12-14libbpf: Fix build warning on ref_ctr_offKhem Raj
2022-11-17libbpf: Check the validity of size in user_ring_buffer__reserve()Hou Tao
2022-11-17libbpf: Handle size overflow for user ringbuf mmapHou Tao
2022-11-17libbpf: Handle size overflow for ringbuf mmapHou Tao