summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
2025-12-07libbpf: Fix invalid return address register in s390Daniel T. Lee1-1/+1
2025-12-07libbpf, riscv: Use a0 for RC registerYixun Lan1-1/+1
2025-12-07libbpf: Fix riscv register namesIlya Leoshkevich1-2/+2
2025-12-07libbpf: Fix powerpc's stack register definition in bpf_tracing.hAndrii Nakryiko1-1/+1
2025-12-07libbpf: Normalize PT_REGS_xxx() macro definitionsAndrii Nakryiko1-225/+152
2025-12-07riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.hBjörn Töpel1-0/+32
2025-10-19libperf event: Ensure tracing data is multiple of 8 sizedIan Rogers1-0/+1
2025-10-19libbpf: Fix reuse of DEVMAPYureka Lilian1-0/+10
2025-10-19perf subcmd: avoid crash in exclude_cmds when excludes is emptyhupu1-0/+3
2025-07-10libbpf: Fix null pointer dereference in btf_dump__free on allocation failureYuan Chen1-0/+3
2025-06-27libbpf: Add identical pointer detection to btf_dedup_is_equiv()Alan Maguire1-0/+16
2025-06-27libbpf: Use proper errno value in nlattrAnton Protopopov1-8/+7
2025-06-27bpf: Fix uninitialized values in BPF_{CORE,PROBE}_READAnton Protopopov1-0/+6
2025-06-27libbpf: Use proper errno value in linkerAnton Protopopov1-2/+2
2025-06-27libbpf: Fix buffer overflow in bpf_object__init_progViktor Malik1-1/+1
2025-06-04libbpf: Fix out-of-bound readNandakumar Edamana1-1/+1
2025-04-10libbpf: Fix hypothetical STT_SECTION extern NULL deref caseAndrii Nakryiko1-1/+1
2025-03-13libbpf: Fix segfault due to libelf functions not setting errnoQuentin Monnet1-14/+8
2024-12-14libbpf: fix sym_is_subprog() logic for weak global subprogsAndrii Nakryiko1-1/+1
2024-12-14libbpf: Fix output .symtab byte-order during linkingTony Ambardar1-0/+2
2024-09-12libbpf: Add NULL checks to bpf_object__{prev_map,next_map}Andreas Ziegler1-2/+2
2024-08-19libbpf: Fix no-args func prototype BTF dumping syntaxAndrii Nakryiko1-3/+5
2024-08-19libbpf: Checking the btf_type kind when fixing variable offsetsDonglin Peng1-2/+9
2024-07-18bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELDJose E. Marchesi1-0/+1
2024-06-16libsubcmd: Fix parse-options memory leakIan Rogers1-3/+5
2024-04-13libperf evlist: Avoid out-of-bounds accessIan Rogers2-8/+14
2024-02-23libsubcmd: Fix memory leak in uniq()Ian Rogers1-4/+14
2024-02-23libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relosMingyi Zhang1-0/+2
2024-01-26libapi: Add missing linux/types.h header to get the __u64 type on io.hArnaldo Carvalho de Melo1-0/+1
2023-07-23libbpf: fix offsetof() and container_of() to work with CO-REAndrii Nakryiko1-5/+10
2023-07-23libbpf: btf_dump_type_data_check_overflow needs to consider BTF_MEMBER_BITFIE...Martin KaFai Lau1-3/+19
2023-04-20libbpf: Fix single-line struct definition output in btf_dumpAndrii Nakryiko1-2/+5
2023-04-13bpftool: Print newline before '}' for struct with padding only fieldsEduard Zingerman1-1/+5
2023-04-05libbpf: Fix btf_dump's packed struct determinationAndrii Nakryiko1-27/+6
2023-04-05libbpf: Fix BTF-to-C converter's padding logicAndrii Nakryiko1-46/+123
2023-03-10libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()Ilya Leoshkevich1-1/+1
2023-03-10libbpf: Fix btf__align_of() by taking into account field offsetsAndrii Nakryiko1-0/+13
2022-12-31libbpf: Avoid enum forward-declarations in public API in C++ modeAndrii Nakryiko1-0/+7
2022-12-31libbpf: Fix uninitialized warning in btf_dump_dump_type_dataDavid Michael1-1/+1
2022-12-31libbpf: Btf dedup identical struct test needs check for nested structs/arraysAlan Maguire1-3/+5
2022-12-31libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()Shung-Hsi Yu1-0/+3
2022-12-31libbpf: Fix use-after-free in btf_dump_name_dupsXu Kuohai1-3/+26
2022-12-19libbpf: Use page size as max_entries when probing ring buffer mapHou Tao1-1/+1
2022-12-08libbpf: Handle size overflow for ringbuf mmapHou Tao1-4/+8
2022-10-26selftests/xsk: Avoid use-after-free on ctxIan Rogers1-3/+3
2022-08-17libbpf: fix an snprintf() overflow checkDan Carpenter1-1/+1
2022-08-17libbpf: Fix the name of a reused mapAnquan Wu1-2/+7
2022-08-17selftests/xsk: Destroy BPF resources only when ctx refcount drops to 0Maciej Fijalkowski1-5/+4
2022-06-09libbpf: Fix logic for finding matching program for CO-RE relocationAndrii Nakryiko1-2/+3
2022-06-09libbpf: Don't error out on CO-RE relos for overriden weak subprogsAndrii Nakryiko1-4/+11