org.kernel.vger.dwarves archive
359 archived articles, newest first (page 2 of 4). Latest articles →
[PATCH dwarves v10 1/5] dwarf_loader: Detect aggregate ABI register usage and signature changes
Wed, 24 Jun 2026 19:01:53 -0700[PATCH dwarves v10 0/5] pahole: Encode true signatures in kernel BTF
Wed, 24 Jun 2026 19:01:48 -0700Re: [PATCH dwarves v9 0/6] pahole: Encode true signatures in kernel BTF
Wed, 24 Jun 2026 14:00:10 -0700Re: [PATCH dwarves v9 0/6] pahole: Encode true signatures in kernel BTF
Wed, 24 Jun 2026 18:59:55 +0100Re: [PATCH dwarves v7 0/5] pahole: Encode true signatures in kernel BTF
Wed, 24 Jun 2026 06:52:54 -0700Re: [PATCH dwarves v7 0/5] pahole: Encode true signatures in kernel BTF
Wed, 24 Jun 2026 11:28:04 +0200[PATCH dwarves v9 6/6] tests: Add BTF true_signature encoding tests
Tue, 23 Jun 2026 22:26:24 -0700[PATCH dwarves v9 5/6] btf_encoder: Avoid comparing inlined and out-of-line function prototypes
Tue, 23 Jun 2026 22:26:19 -0700[PATCH dwarves v9 3/6] dwarf_loader: Analyze per-parameter information for true signatures
Tue, 23 Jun 2026 22:26:08 -0700[PATCH dwarves v9 4/6] btf_encoder: Emit true function signatures
Tue, 23 Jun 2026 22:26:14 -0700[PATCH dwarves v9 2/6] dwarf_loader: Collect per-parameter information
Tue, 23 Jun 2026 22:26:03 -0700[PATCH dwarves v9 1/6] dwarf_loader: Detect aggregate ABI register usage and signature changes
Tue, 23 Jun 2026 22:25:58 -0700[PATCH dwarves v9 0/6] pahole: Encode true signatures in kernel BTF
Tue, 23 Jun 2026 22:25:53 -0700Re: [PATCH dwarves v8 4/5] btf_encoder: Emit true function signatures
Tue, 23 Jun 2026 18:45:17 -0700Re: [PATCH dwarves v8 3/5] dwarf_loader: Analyze per-parameter information for true signatures
Tue, 23 Jun 2026 18:21:16 -0700[PATCH dwarves v8 5/5] tests: Add BTF true_signature encoding tests
Tue, 23 Jun 2026 15:29:16 -0700[PATCH dwarves v8 3/5] dwarf_loader: Analyze per-parameter information for true signatures
Tue, 23 Jun 2026 15:29:05 -0700[PATCH dwarves v8 4/5] btf_encoder: Emit true function signatures
Tue, 23 Jun 2026 15:29:11 -0700[PATCH dwarves v8 2/5] dwarf_loader: Collect per-parameter information
Tue, 23 Jun 2026 15:29:00 -0700[PATCH dwarves v8 1/5] dwarf_loader: Detect aggregate ABI register usage and clang compiler
Tue, 23 Jun 2026 15:28:55 -0700[PATCH dwarves v8 0/5] pahole: Encode true signatures in kernel BTF
Tue, 23 Jun 2026 15:28:50 -0700Re: [PATCH dwarves v7 0/5] pahole: Encode true signatures in kernel BTF
Tue, 23 Jun 2026 09:58:09 -0700Re: [PATCH dwarves v7 0/5] pahole: Encode true signatures in kernel BTF
Tue, 23 Jun 2026 09:49:35 -0700Re: [PATCH dwarves v7 0/5] pahole: Encode true signatures in kernel BTF
Tue, 23 Jun 2026 17:02:30 +0100Re: [PATCH dwarves v7 0/5] pahole: Encode true signatures in kernel BTF
Tue, 23 Jun 2026 14:11:29 +0100Re: [PATCH dwarves v7 0/5] pahole: Encode true signatures in kernel BTF
Tue, 23 Jun 2026 14:28:00 +0200[PATCH dwarves v7 5/5] tests: Add BTF true_signature encoding tests
Mon, 22 Jun 2026 21:07:30 -0700[PATCH dwarves v7 4/5] btf_encoder: Emit true function signatures
Mon, 22 Jun 2026 21:07:25 -0700[PATCH dwarves v7 3/5] dwarf_loader: Analyze per-parameter information for true signatures
Mon, 22 Jun 2026 21:07:20 -0700[PATCH dwarves v7 2/5] dwarf_loader: Collect per-parameter information
Mon, 22 Jun 2026 21:07:15 -0700[PATCH dwarves v7 1/5] dwarf_loader: Detect aggregate ABI register usage and signature changes
Mon, 22 Jun 2026 21:07:09 -0700[PATCH dwarves v7 0/5] pahole: Encode true signatures in kernel BTF
Mon, 22 Jun 2026 21:07:04 -0700Re: Sashiko reviews for pahole: missing custom_remotes
Mon, 22 Jun 2026 17:30:30 -0300[PATCH 16/16] tests: Source test_lib.sh via dirname so tests run from any directory
Mon, 22 Jun 2026 17:24:39 -0300[PATCH 15/16] tests: Guard cleanup() against empty outdir to prevent rm /*
Mon, 22 Jun 2026 17:24:38 -0300[PATCH 14/16] tests: Add inter-CU type reference comparison test
Mon, 22 Jun 2026 17:24:37 -0300[PATCH 13/16] dwarf_loader: Fix cus__merging_cu failing to detect DW_FORM_ref_addr
Mon, 22 Jun 2026 17:24:36 -0300[PATCH 12/16] dwarf_loader: Support DW_TAG_imported_unit for same-file partial units
Mon, 22 Jun 2026 17:24:35 -0300[PATCH 11/16] dwarf_loader: Handle DW_FORM_block in attr_numeric for Rust discriminant values
Mon, 22 Jun 2026 17:24:34 -0300[PATCH 10/16] btf_encoder: Encode variant parts as union members in BTF
Mon, 22 Jun 2026 17:24:33 -0300[PATCH 09/16] dwarf_loader: Populate DW_TAG_variant children in DW_TAG_variant_part
Mon, 22 Jun 2026 17:24:32 -0300[PATCH 08/16] encoders: Handle DW_TAG_subprogram in enumerations during BTF/CTF encoding
Mon, 22 Jun 2026 17:24:31 -0300[PATCH 07/16] btf_encoder: Fix types__match parameter comparison in BTF_KIND_FUNC_PROTO
Mon, 22 Jun 2026 17:24:30 -0300[PATCH 06/16] dwarves: Use tag__delete for enumeration children
Mon, 22 Jun 2026 17:24:29 -0300[PATCH 05/16] dwarves_fprintf: Accumulate function__fprintf return value in enumeration printing
Mon, 22 Jun 2026 17:24:28 -0300[PATCH 04/16] encoders: Fix diagnostic messages for unexpected tags in enumerations
Mon, 22 Jun 2026 17:24:27 -0300[PATCH 03/16] dwarf_loader: Initial support for DW_TAG_subprogram in DW_TAG_enumeration
Mon, 22 Jun 2026 17:24:26 -0300[PATCH 02/16] dwarf_loader: Allow forcing the merge of CUs for solving inter CU tag references
Mon, 22 Jun 2026 17:24:25 -0300[PATCH 01/16] dwarf_loader: Initial support for DW_TAG_variant_part
Mon, 22 Jun 2026 17:24:24 -0300[PATCHES v3 0/7] Initial support for some Rust tags, DW_TAG_imported_unit
Mon, 22 Jun 2026 17:24:23 -0300Re: [PAHOLE v5 0/5] support for DW_TAG_GNU_annotation and fixes
Mon, 22 Jun 2026 13:20:33 -0700Re: Sashiko reviews for pahole: missing custom_remotes
Mon, 22 Jun 2026 17:16:46 -0300Re: [PATCH dwarves v6 0/5] pahole: Encode true signatures in kernel BTF
Mon, 22 Jun 2026 12:40:01 -0700Re: Sashiko reviews for pahole: missing custom_remotes
Mon, 22 Jun 2026 12:18:10 -0700Re: [PAHOLE v5 0/5] support for DW_TAG_GNU_annotation and fixes
Mon, 22 Jun 2026 20:03:21 +0100Re: [PATCH dwarves v6 0/5] pahole: Encode true signatures in kernel BTF
Mon, 22 Jun 2026 09:14:22 +0100Re: [PATCH dwarves] CI: add clang+aarch64 to matrix
Mon, 22 Jun 2026 09:07:27 +0100Re: [PATCH dwarves] CI: Update llvm version to 22
Mon, 22 Jun 2026 09:06:52 +0100Re: [PATCH dwarves v6 0/5] pahole: Encode true signatures in kernel BTF
Sun, 21 Jun 2026 09:47:46 -0700Re: [PATCH dwarves] CI: Update llvm version to 22
Sun, 21 Jun 2026 09:26:23 -0700[PATCH dwarves] CI: Update llvm version to 22
Sun, 21 Jun 2026 13:57:45 +0100Re: [PATCH dwarves] CI: add clang+aarch64 to matrix
Sun, 21 Jun 2026 13:51:05 +0100Re: [PATCH dwarves] CI: add clang+aarch64 to matrix
Sat, 20 Jun 2026 14:01:10 -0700Re: [PATCH dwarves v6 0/5] pahole: Encode true signatures in kernel BTF
Sat, 20 Jun 2026 09:46:40 +0100[PATCH dwarves] CI: add clang+aarch64 to matrix
Sat, 20 Jun 2026 09:30:56 +0100Re: [PAHOLE v5 0/5] support for DW_TAG_GNU_annotation and fixes
Fri, 19 Jun 2026 16:18:40 -0700Sashiko reviews for pahole: missing custom_remotes
Fri, 19 Jun 2026 16:30:43 -0300Re: [PATCH v2 dwarves] github CI: build/install bpftool from kernel tree
Fri, 19 Jun 2026 16:21:31 +0100[PATCH dwarves 2/2] tests: add decl tag struct member test
Fri, 19 Jun 2026 16:21:03 +0100[PATCH dwarves 1/2] btf_loader: Attach decl tags to struct and union members
Fri, 19 Jun 2026 16:21:02 +0100Re: [PAHOLE v5 0/5] support for DW_TAG_GNU_annotation and fixes
Fri, 19 Jun 2026 13:17:04 +0100[PATCH v2 dwarves] github CI: build/install bpftool from kernel tree
Fri, 19 Jun 2026 08:33:58 +0100[PATCH dwarves] github CI: build/install bpftool from kernel tree
Thu, 18 Jun 2026 19:53:56 +0100[PATCH 7/7] btf_encoder: Remove unused variables
Thu, 18 Jun 2026 14:33:16 -0300[PATCH 6/7] dwarves: Use tag__delete for enumeration children
Thu, 18 Jun 2026 14:33:15 -0300[PATCH 5/7] dwarves_fprintf: Accumulate function__fprintf return value in enumeration printing
Thu, 18 Jun 2026 14:33:14 -0300[PATCH 4/7] encoders: Fix diagnostic messages for unexpected tags in enumerations
Thu, 18 Jun 2026 14:33:13 -0300[PATCH 3/7] dwarf_loader: Initial support for DW_TAG_subprogram in DW_TAG_enumeration
Thu, 18 Jun 2026 14:33:12 -0300[PATCH 2/7] dwarf_loader: Allow forcing the merge of CUs for solving inter CU tag references
Thu, 18 Jun 2026 14:33:11 -0300[PATCH 1/7] dwarf_loader: Initial support for DW_TAG_variant_part
Thu, 18 Jun 2026 14:33:10 -0300[PATCHES v2 0/7] Initial support for some Rust tags + way to ask for CU merging at load time
Thu, 18 Jun 2026 14:33:09 -0300Re: [PAHOLE v5 1/5] btf_loader: Handle decl tag component_idx for parameters
Thu, 18 Jun 2026 10:18:21 -0700Re: [PAHOLE v5 1/5] btf_loader: Handle decl tag component_idx for parameters
Thu, 18 Jun 2026 15:38:43 +0100Re: [PATCH 3/3] dwarf_loader: Allow forcing the merge of CUs for solving inter CU tag references
Thu, 18 Jun 2026 10:57:30 -0300Re: [PATCH 1/3] dwarf_loader: Initial support for DW_TAG_variant_part
Thu, 18 Jun 2026 10:51:10 -0300Re: [PAHOLE v5 1/5] btf_loader: Handle decl tag component_idx for parameters
Thu, 18 Jun 2026 10:27:14 -0300Re: [PAHOLE v5 5/5] tests: Add btf_type_tag ordering test
Thu, 18 Jun 2026 10:25:49 -0300Re: [PAHOLE v5 5/5] tests: Add btf_type_tag ordering test
Thu, 18 Jun 2026 00:47:30 -0400Re: [PAHOLE v5 1/5] btf_loader: Handle decl tag component_idx for parameters
Thu, 18 Jun 2026 00:46:50 -0400Re: [PATCH dwarves v5 00/11] pahole: Encode true signatures in kernel BTF
Wed, 17 Jun 2026 18:20:05 -0700[PATCH dwarves v6 5/5] tests: add BTF true_signature encoding tests
Wed, 17 Jun 2026 18:14:25 -0700[PATCH dwarves v6 4/5] btf_encoder: Emit true function signatures
Wed, 17 Jun 2026 18:14:19 -0700[PATCH dwarves v6 3/5] dwarf_loader: Analyze per-parameter information for true signatures
Wed, 17 Jun 2026 18:14:14 -0700[PATCH dwarves v6 2/5] dwarf_loader: Collect per-parameter information
Wed, 17 Jun 2026 18:14:09 -0700[PATCH dwarves v6 1/5] dwarf_loader: Detect aggregate ABI register usage and signature changes
Wed, 17 Jun 2026 18:14:03 -0700[PATCH dwarves v6 0/5] pahole: Encode true signatures in kernel BTF
Wed, 17 Jun 2026 18:13:58 -0700[PAHOLE v5 5/5] tests: Add btf_type_tag ordering test
Wed, 17 Jun 2026 17:57:31 -0700[PAHOLE v5 4/5] tests: Support GCC in pfunct-btf-decl-tags test
Wed, 17 Jun 2026 17:57:30 -0700[PAHOLE v5 3/5] dwarf_loader: Add support for DW_TAG_GNU_annotation
Wed, 17 Jun 2026 17:57:29 -0700[PAHOLE v5 2/5] dwarf_loader: Extract die__add_btf_type_tag() helper [NFC]
Wed, 17 Jun 2026 17:57:28 -0700
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.