summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2022-11-08Merge tag 'v5.15.75' into 5.15-2.1.x-imxDaiane Angolini
2022-11-07Merge tag 'v5.15.61' into 5.15-2.1.x-imxDaiane Angolini
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-08-03libbpf: add Tx headroom support for AF_XDP buffersRobert-Ionut Alexa
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
2022-01-27libbpf: Fix using invalidated memory in bpf_linkerAndrii Nakryiko
2022-01-27libbpf: Fix glob_syms memory leak in bpf_linkerAndrii Nakryiko
2022-01-27libbpf: Fix potential misaligned memory access in btf_ext__new()Andrii Nakryiko
2022-01-27libbpf: Free up resources used by inner map definitionAndrii Nakryiko
2021-11-18libbpf: Fix lookup_and_delete_elem_flags error reportingMehrdad Arshad Rad
2021-11-18libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()Ilya Leoshkevich
2021-11-18libbpf: Fix off-by-one bug in bpf_core_apply_relo()Andrii Nakryiko
2021-11-18libbpf: Fix BTF header parsing checksAndrii Nakryiko
2021-11-18libbpf: Fix overflow in BTF sanity checksAndrii Nakryiko
2021-11-18libbpf: Fix memory leak in btf__dedup()Mauricio Vásquez
2021-11-18libbpf: Fix skel_internal.h to set errno on loader retval < 0Kumar Kartikeya Dwivedi
2021-11-18libbpf: Don't crash on object files with no symbol tablesToke Høiland-Jørgensen
2021-10-14libperf tests: Fix test_stat_cpuShunsuke Nakamura
2021-10-14libperf test evsel: Fix build error on !x86 architecturesShunsuke Nakamura
2021-10-01libbpf: Fix memory leak in strsetAndrii Nakryiko
2021-09-30libbpf: Fix segfault in light skeleton for objects without BTFKumar Kartikeya Dwivedi
2021-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-09-28libbpf: Fix segfault in static linker for objects without BTFKumar Kartikeya Dwivedi
2021-09-18libperf evsel: Make use of FD robust.Ian Rogers
2021-09-05Merge tag 'perf-tools-for-v5.15-2021-09-04' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2021-08-31libperf cpumap: Take into advantage it is sorted to optimize perf_cpu_map__max()Riccardo Mancini
2021-08-31libsubcmd: add OPT_UINTEGER_OPTARG option typeRiccardo Mancini
2021-08-30Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-08-24libperf tests: Fix verbose printingShunsuke Nakamura
2021-08-17libbpf: Add uprobe ref counter offset support for USDT semaphoresAndrii Nakryiko
2021-08-17libbpf: Add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIsAndrii Nakryiko
2021-08-17libbpf: Add bpf_cookie support to bpf_link_create() APIAndrii Nakryiko
2021-08-17libbpf: Use BPF perf link when supported by kernelAndrii Nakryiko