summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
2022-02-23libsubcmd: Fix use-after-free for realloc(..., 0)Kees Cook1-9/+2
2021-11-18libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()Ilya Leoshkevich1-1/+1
2021-11-18libbpf: Fix BTF header parsing checksAndrii Nakryiko1-3/+9
2021-11-18libbpf: Fix overflow in BTF sanity checksAndrii Nakryiko1-2/+2
2021-11-18libbpf: Allow loading empty BTFsAndrii Nakryiko1-5/+0
2021-11-18libbpf: Fix BTF data layout checks and allow empty BTFAndrii Nakryiko1-10/+6
2021-10-27libperf tests: Fix test_stat_cpuShunsuke Nakamura2-6/+6
2021-09-26tools lib: Adopt memchr_inv() from kernelJiri Olsa1-0/+58
2021-09-18libbpf: Fix race when pinning maps in parallelMartynas Pumputis1-1/+14
2021-09-18libbpf: Fix reuse of pinned map on older kernelMartynas Pumputis1-3/+45
2021-09-15libbpf: Re-build libbpf.so when libbpf.map changesAndrii Nakryiko1-5/+5
2021-09-15libbpf: Fix removal of inner map in bpf_object__create_mapMartynas Pumputis1-6/+4
2021-09-15libbpf: Fix the possible memory leak on errorShuyi Cheng1-2/+4
2021-08-18libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPTRobin Gögge1-1/+3
2021-06-23libbpf: Fixes incorrect rx_ring_setup_doneKev Jackson1-1/+1
2021-05-19libbpf: Fix signed overflow in ringbuf_process_ringBrendan Jackman1-9/+21
2021-05-14perf jit: Let convert_timestamp() to be backwards-compatibleLeo Yan1-0/+2
2021-05-14perf tools: Change fields type in perf_record_time_convLeo Yan1-2/+3
2021-05-14selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macroAndrii Nakryiko1-4/+12
2021-05-14libbpf: Initialize the bpf_seq_printf parameters array field by fieldFlorent Revest1-11/+29
2021-05-14libbpf: Add explicit padding to btf_dump_emit_type_decl_optsKP Singh1-0/+1
2021-05-14libbpf: Add explicit padding to bpf_xdp_set_link_optsAndrii Nakryiko1-0/+1
2021-04-21libbpf: Fix potential NULL pointer dereferenceCiara Loftus1-2/+3
2021-04-14libbpf: Only create rx and tx XDP rings when necessaryCiara Loftus1-2/+11
2021-04-14libbpf: Restore umem state after socket create failureCiara Loftus1-18/+23
2021-04-14libbpf: Ensure umem pointer is non-NULL before dereferencingCiara Loftus1-0/+3
2021-04-14libbpf: Fix bail out from 'ringbuf_process_ring()' on errorPedro Tammela1-1/+1
2021-03-30libbpf: Fix BTF dump of pointer-to-array-of-structJean-Philippe Brucker1-1/+1
2021-03-30libbpf: Use SOCK_CLOEXEC when opening the netlink socketKumar Kartikeya Dwivedi1-1/+1
2021-03-30libbpf: Fix error path in bpf_object__elf_init()Namhyung Kim1-1/+2
2021-03-30libbpf: Fix INSTALL flag orderGeorgi Valkov1-1/+1
2021-03-17libbpf: Clear map_info before each bpf_obj_get_info_by_fdMaciej Fijalkowski1-2/+3
2021-03-04libbpf: Ignore non function pointer member in struct_opsMartin KaFai Lau1-11/+11
2021-01-27perf evlist: Fix id index for heterogeneous systemsAdrian Hunter1-13/+4
2021-01-27libperf tests: Fail when failing to get a tracepoint idIan Rogers1-0/+1
2021-01-27libperf tests: If a test fails return non-zeroIan Rogers4-4/+4
2020-12-30libbpf: Sanitise map names before pinningToke Høiland-Jørgensen1-0/+12
2020-12-01libbpf: Fix ring_buffer__poll() to return number of consumed samplesAndrii Nakryiko1-1/+1
2020-11-19libbpf: Fix VERSIONED_SYM_COUNT number parsingJiri Olsa1-0/+2
2020-11-09libbpf: Don't attempt to load unused subprog as an entry-point BPF programAndrii Nakryiko1-10/+13
2020-11-04libbpf: Fix possible use after free in xsk_socket__deleteMagnus Karlsson1-2/+4
2020-11-04libbpf: Fix null dereference in xsk_socket__deleteMagnus Karlsson1-1/+2
2020-11-02libbpf, hashmap: Fix undefined behavior in hash_bitsIan Rogers1-6/+9
2020-10-23Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+2
2020-10-22bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann1-0/+2
2020-10-17Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Linus Torvalds8-108/+101
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds23-1574/+4726
2020-10-14Merge tag 'linux-kselftest-fixes-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-4/+6
2020-10-14perf tools: Add size to 'struct perf_record_header_build_id'Jiri Olsa1-1/+11
2020-10-13Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo1-0/+3