messages from 2026-05-28 13:39:39 to 2026-07-29 19:08:29 UTC [more...]
[PATCHES 00/31] pahole: Bug fixes and small improvements
2026-07-29 19:07 UTC (23+ messages)
` [PATCH 01/31] cmake: Update minimum required version from 3.5 to 3.10
` [PATCH 02/31] Fix -Wsign-compare warnings across the codebase
` [PATCH 03/31] btf_encoder: Fix interior pointer free and missing NULL check
` [PATCH 04/31] dwarves: Fix missing list head initialization in type__clone_members
` [PATCH 05/31] pahole: Fix instance memory leak on early returns in prototype__stdio_fprintf_value
` [PATCH 06/31] ctf_loader, libctf: Fix error path resource leaks
` [PATCH 07/31] dwarves: Don't search for holes before member byte sizes are cached
` [PATCH 08/31] dwarf_loader: Allocate type_dcu via dwarf_cu__new to fix dangling stack pointer
` [PATCH 09/31] dwarf_loader: Fix annotation failure leaks in variable and typedef creation
` [PATCH 10/31] btf_encoder: Use btf_encoder__tag_type() for all type ID computations
` [PATCH 11/31] pahole: Fix --errno typo that decrements instead of negating
` [PATCH 12/31] dwarves: Fix heap buffer overflow in languages__parse realloc
` [PATCH 13/31] btf_encoder: Fix early cleanup crashes in btf_encoder__new/delete
` [PATCH 14/31] btf_encoder, libctf: Add elf_strptr NULL checks and fix kfunc bounds
` [PATCH 15/31] dwarf_loader: Fix --fixup_silly_bitfields condition check
` [PATCH 16/31] dwarf_loader: Skip libdw__lock when elfutils is built thread-safe
` [PATCH 17/31] dwarf_loader: Fix data race in tag__init() decl_file string cache
` [PATCH 18/31] pahole: Fix parse_btf_features("all") being a silent no-op
` [PATCH 19/31] dwarves: Fix variable shadowing in __cus__find_struct_by_name()
` [PATCH 20/31] dutil: Add exec_objcopy() shell-injection-safe helper
` [PATCH 21/31] btf_encoder: Fall back to objcopy when llvm-objcopy is not available
` [PATCH 22/31] dwarf_loader, btf_loader: Replace stale FIXME/XXX comments with explanations
[PAHOLE v4 1/3] dwarf_loader: Extract die__add_btf_type_tag() helper [NFC]
2026-07-28 3:01 UTC (20+ messages)
` [PAHOLE v4 2/3] dwarf_loader: Add support for DW_TAG_GNU_annotation
` [PAHOLE v4 3/3] tests: Support GCC in pfunct-btf-decl-tags test
[PATCH dwarves] btf_encoder: Ensure the first same-name function has a non-zero address
2026-07-28 2:37 UTC
[PATCH] man-pages: improve language and formatting
2026-07-23 17:13 UTC (2+ messages)
[PATCH] btf_encoder: Add O_TRUNC to btf_encoder__write_raw_file()
2026-07-23 17:03 UTC (2+ messages)
[PATCH dwarves v10 0/5] pahole: Encode true signatures in kernel BTF
2026-07-22 18:25 UTC (14+ messages)
` [PATCH dwarves v10 1/5] dwarf_loader: Detect aggregate ABI register usage and signature changes
` [PATCH dwarves v10 2/5] dwarf_loader: Collect per-parameter information
` [PATCH dwarves v10 3/5] dwarf_loader: Analyze per-parameter information for true signatures
` [PATCH dwarves v10 4/5] btf_encoder: Emit true function signatures
` [PATCH dwarves v10 5/5] tests: Add BTF true_signature encoding tests
[PATCH dwarves 0/2] clang true signature follow-on
2026-07-22 15:54 UTC (7+ messages)
` [PATCH dwarves 1/2] btf_encoder: Only skip optimized parms when ABI changed
` [PATCH dwarves 2/2] tests: Add GCC default-BTF optimized parameter coverage
[PATCH] pahole: fix BTF function parameter type match check
2026-07-16 13:19 UTC (2+ messages)
[PATCH dwarves v9 0/6] pahole: Encode true signatures in kernel BTF
2026-06-24 21:00 UTC (9+ messages)
` [PATCH dwarves v9 1/6] dwarf_loader: Detect aggregate ABI register usage and signature changes
` [PATCH dwarves v9 2/6] dwarf_loader: Collect per-parameter information
` [PATCH dwarves v9 3/6] dwarf_loader: Analyze per-parameter information for true signatures
` [PATCH dwarves v9 4/6] btf_encoder: Emit true function signatures
` [PATCH dwarves v9 5/6] btf_encoder: Avoid comparing inlined and out-of-line function prototypes
` [PATCH dwarves v9 6/6] tests: Add BTF true_signature encoding tests
[PATCH dwarves v7 0/5] pahole: Encode true signatures in kernel BTF
2026-06-24 13:52 UTC (13+ messages)
` [PATCH dwarves v7 1/5] dwarf_loader: Detect aggregate ABI register usage and signature changes
` [PATCH dwarves v7 2/5] dwarf_loader: Collect per-parameter information
` [PATCH dwarves v7 3/5] dwarf_loader: Analyze per-parameter information for true signatures
` [PATCH dwarves v7 4/5] btf_encoder: Emit true function signatures
` [PATCH dwarves v7 5/5] tests: Add BTF true_signature encoding tests
[PATCH dwarves v8 0/5] pahole: Encode true signatures in kernel BTF
2026-06-24 1:45 UTC (8+ messages)
` [PATCH dwarves v8 1/5] dwarf_loader: Detect aggregate ABI register usage and clang compiler
` [PATCH dwarves v8 2/5] dwarf_loader: Collect per-parameter information
` [PATCH dwarves v8 3/5] dwarf_loader: Analyze per-parameter information for true signatures
` [PATCH dwarves v8 4/5] btf_encoder: Emit true function signatures
` [PATCH dwarves v8 5/5] tests: Add BTF true_signature encoding tests
Sashiko reviews for pahole: missing custom_remotes
2026-06-22 20:30 UTC (4+ messages)
[PATCHES v3 0/7] Initial support for some Rust tags, DW_TAG_imported_unit
2026-06-22 20:24 UTC (17+ messages)
` [PATCH 01/16] dwarf_loader: Initial support for DW_TAG_variant_part
` [PATCH 02/16] dwarf_loader: Allow forcing the merge of CUs for solving inter CU tag references
` [PATCH 03/16] dwarf_loader: Initial support for DW_TAG_subprogram in DW_TAG_enumeration
` [PATCH 04/16] encoders: Fix diagnostic messages for unexpected tags in enumerations
` [PATCH 05/16] dwarves_fprintf: Accumulate function__fprintf return value in enumeration printing
` [PATCH 06/16] dwarves: Use tag__delete for enumeration children
` [PATCH 07/16] btf_encoder: Fix types__match parameter comparison in BTF_KIND_FUNC_PROTO
` [PATCH 08/16] encoders: Handle DW_TAG_subprogram in enumerations during BTF/CTF encoding
` [PATCH 09/16] dwarf_loader: Populate DW_TAG_variant children in DW_TAG_variant_part
` [PATCH 10/16] btf_encoder: Encode variant parts as union members in BTF
` [PATCH 11/16] dwarf_loader: Handle DW_FORM_block in attr_numeric for Rust discriminant values
` [PATCH 12/16] dwarf_loader: Support DW_TAG_imported_unit for same-file partial units
` [PATCH 13/16] dwarf_loader: Fix cus__merging_cu failing to detect DW_FORM_ref_addr
` [PATCH 14/16] tests: Add inter-CU type reference comparison test
` [PATCH 15/16] tests: Guard cleanup() against empty outdir to prevent rm /*
` [PATCH 16/16] tests: Source test_lib.sh via dirname so tests run from any directory
[PAHOLE v5 0/5] support for DW_TAG_GNU_annotation and fixes
2026-06-22 20:20 UTC (16+ messages)
` [PAHOLE v5 1/5] btf_loader: Handle decl tag component_idx for parameters
` [PAHOLE v5 2/5] dwarf_loader: Extract die__add_btf_type_tag() helper [NFC]
` [PAHOLE v5 3/5] dwarf_loader: Add support for DW_TAG_GNU_annotation
` [PAHOLE v5 4/5] tests: Support GCC in pfunct-btf-decl-tags test
` [PAHOLE v5 5/5] tests: Add btf_type_tag ordering test
[PATCH dwarves v6 0/5] pahole: Encode true signatures in kernel BTF
2026-06-22 19:40 UTC (10+ messages)
` [PATCH dwarves v6 1/5] dwarf_loader: Detect aggregate ABI register usage and signature changes
` [PATCH dwarves v6 2/5] dwarf_loader: Collect per-parameter information
` [PATCH dwarves v6 3/5] dwarf_loader: Analyze per-parameter information for true signatures
` [PATCH dwarves v6 4/5] btf_encoder: Emit true function signatures
` [PATCH dwarves v6 5/5] tests: add BTF true_signature encoding tests
[PATCH dwarves] CI: add clang+aarch64 to matrix
2026-06-22 8:07 UTC (4+ messages)
[PATCH dwarves] CI: Update llvm version to 22
2026-06-22 8:06 UTC (3+ messages)
[PATCH v2 dwarves] github CI: build/install bpftool from kernel tree
2026-06-19 15:21 UTC (2+ messages)
[PATCH dwarves 1/2] btf_loader: Attach decl tags to struct and union members
2026-06-19 15:21 UTC (2+ messages)
` [PATCH dwarves 2/2] tests: add decl tag struct member test
[PATCH dwarves] github CI: build/install bpftool from kernel tree
2026-06-18 18:53 UTC
[PATCHES v2 0/7] Initial support for some Rust tags + way to ask for CU merging at load time
2026-06-18 17:33 UTC (8+ messages)
` [PATCH 1/7] dwarf_loader: Initial support for DW_TAG_variant_part
` [PATCH 2/7] dwarf_loader: Allow forcing the merge of CUs for solving inter CU tag references
` [PATCH 3/7] dwarf_loader: Initial support for DW_TAG_subprogram in DW_TAG_enumeration
` [PATCH 4/7] encoders: Fix diagnostic messages for unexpected tags in enumerations
` [PATCH 5/7] dwarves_fprintf: Accumulate function__fprintf return value in enumeration printing
` [PATCH 6/7] dwarves: Use tag__delete for enumeration children
` [PATCH 7/7] btf_encoder: Remove unused variables
[PATCH 0/3] Initial support for some Rust tags + way to ask for CU merging at load time
2026-06-18 13:57 UTC (8+ messages)
` [PATCH 1/3] dwarf_loader: Initial support for DW_TAG_variant_part
` [PATCH 3/3] dwarf_loader: Allow forcing the merge of CUs for solving inter CU tag references
[PATCH dwarves v5 00/11] pahole: Encode true signatures in kernel BTF
2026-06-18 1:20 UTC (8+ messages)
` [PATCH dwarves v5 01/11] dwarf_loader: Reduce parameter checking with clang DW_AT_calling_convention attr
` [PATCH dwarves v5 10/11] btf_encoder: Handle optimized parameter properly
pahole treats embedded structures a holes
2026-06-05 19:28 UTC
[PAHOLE v3 1/3] dwarf_loader: Extract die__add_btf_type_tag() helper
2026-06-02 19:23 UTC (12+ messages)
` [PAHOLE v3 2/3] dwarf_loader: Add support for DW_TAG_GNU_annotation
` [PAHOLE v3 3/3] tests: Support GCC in pfunct-btf-decl-tags test
[PAHOLE Patch v2 1/2] dwarf_loader: Extract die__add_btf_type_tag() helper [NFC]
2026-05-30 1:31 UTC (7+ messages)
` [PAHOLE Patch v2 2/2] Add support for DW_TAG_GNU_annotation
pahole treats embedded structures a holes
2026-05-29 19:28 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox