aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)Author
2024-05-13Merge tag 'v5.10.215' into v5.10/standard/baseBruce Ashfield
2024-04-13libperf evlist: Avoid out-of-bounds accessIan Rogers
2024-02-26Merge tag 'v5.10.210' into v5.10/standard/baseBruce Ashfield
2024-02-23libsubcmd: Fix memory leak in uniq()Ian Rogers
2024-02-20Merge tag 'v5.10.209' into v5.10/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-27Merge tag 'v5.10.188' into v5.10/standard/baseBruce Ashfield
2023-07-27libbpf: fix offsetof() and container_of() to work with CO-REAndrii Nakryiko
2023-04-21Merge tag 'v5.10.178' into v5.10/standard/baseBruce Ashfield
2023-04-20libbpf: Fix single-line struct definition output in btf_dumpAndrii Nakryiko
2023-04-20bpftool: Print newline before '}' for struct with padding only fieldsEduard Zingerman
2023-04-06Merge tag 'v5.10.177' into v5.10/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.10.173' into v5.10/standard/baseBruce Ashfield
2023-03-11libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()Ilya Leoshkevich
2023-03-11libbpf: Fix btf__align_of() by taking into account field offsetsAndrii Nakryiko
2023-01-25Merge tag 'v5.10.163' into v5.10/standard/baseBruce Ashfield
2023-01-14libbpf: Avoid enum forward-declarations in public API in C++ modeAndrii Nakryiko
2023-01-14libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()Shung-Hsi Yu
2023-01-14libbpf: Fix use-after-free in btf_dump_name_dupsXu Kuohai
2022-12-22libperf xyarray: Add bounds checks to xyarray__entry()Rob Herring
2022-12-22libperf: Add support for user space counter accessRob Herring
2022-12-22libperf tests: Add support for verbose printingRob Herring
2022-12-22libperf: Add evsel mmap supportRob Herring
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-21libbpf: Fix the name of a reused mapAnquan Wu
2022-08-21selftests/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 possible NULL pointer dereference when destroying skeletonYafang Shao
2022-02-23libsubcmd: Fix use-after-free for realloc(..., 0)Kees Cook
2021-11-18libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()Ilya Leoshkevich
2021-11-18libbpf: Fix BTF header parsing checksAndrii Nakryiko
2021-11-18libbpf: Fix overflow in BTF sanity checksAndrii Nakryiko
2021-11-18libbpf: Allow loading empty BTFsAndrii Nakryiko
2021-11-18libbpf: Fix BTF data layout checks and allow empty BTFAndrii Nakryiko
2021-10-27libperf tests: Fix test_stat_cpuShunsuke Nakamura
2021-09-26tools lib: Adopt memchr_inv() from kernelJiri Olsa
2021-09-18libbpf: Fix race when pinning maps in parallelMartynas Pumputis
2021-09-18libbpf: Fix reuse of pinned map on older kernelMartynas Pumputis
2021-09-15libbpf: Re-build libbpf.so when libbpf.map changesAndrii Nakryiko
2021-09-15libbpf: Fix removal of inner map in bpf_object__create_mapMartynas Pumputis
2021-09-15libbpf: Fix the possible memory leak on errorShuyi Cheng