Dwarves Archive mirror
 help / color / mirror / Atom feed
[PATCH dwarves 0/3] pahole: support nonstandard btf_features
 2024-04-16 20:44 UTC  (7+ messages)
` [PATCH dwarves 1/3] pahole: allow --btf_features to not participate in "all"
` [PATCH dwarves 2/3] pahole: add reproducible_build to --btf_features
` [PATCH dwarves 3/3] tests/reproducible_build: use --btf_features=all,reproducible_build

[PATCH 00/12]
 2024-04-15 17:33 UTC  (16+ messages)
` [PATCH 01/12] core: Allow asking for a reproducible build
` [PATCH 02/12] pahole: Disable BTF multithreaded encoded when doing reproducible builds
` [PATCH 03/12] dwarf_loader: Separate creating the cu/dcu pair from processing it
` [PATCH 04/12] dwarf_loader: Introduce dwarf_cus__process_cu()
` [PATCH 05/12] dwarf_loader: Create the cu/dcu pair in dwarf_cus__nextcu()
` [PATCH 06/12] dwarf_loader: Remove unused 'thr_data' arg from dwarf_cus__create_and_process_cu()
` [PATCH 07/12] core: Add unlocked cus__add() variant
` [PATCH 08/12] core: Add cus__remove(), counterpart of cus__add()
` [PATCH 09/12] dwarf_loader: Add the cu to the cus list early, remove on LSK_DELETE
` [PATCH 10/12] core/dwarf_loader: Add functions to set state of CU processing
` [PATCH 11/12] pahole: Encode BTF serially in a reproducible build
` [PATCH 12/12] tests: Add a BTF reproducible generation test

[RFC/PATCHES 00/12] pahole: Reproducible parallel DWARF loading/serial BTF encoding
 2024-04-12 21:10 UTC  (36+ messages)
` [PATCH 01/12] core: Allow asking for a reproducible build
` [PATCH 02/12] pahole: Disable BTF multithreaded encoded when doing reproducible builds
` [PATCH 03/12] dwarf_loader: Separate creating the cu/dcu pair from processing it
` [PATCH 04/12] dwarf_loader: Introduce dwarf_cus__process_cu()
` [PATCH 05/12] dwarf_loader: Create the cu/dcu pair in dwarf_cus__nextcu()
` [PATCH 06/12] dwarf_loader: Remove unused 'thr_data' arg from dwarf_cus__create_and_process_cu()
` [PATCH 07/12] core: Add unlocked cus__add() variant
` [PATCH 08/12] core: Add cus__remove(), counterpart of cus__add()
` [PATCH 09/12] dwarf_loader: Add the cu to the cus list early, remove on LSK_DELETE
` [PATCH 10/12] core/dwarf_loader: Add functions to set state of CU processing
` [PATCH 11/12] pahole: Encode BTF serially in a reproducible build
` [PATCH 12/12] tests: Add a BTF reproducible generation test

[PATCH dwarves] btf_encoder: dynamically allocate the vars array for percpu variables
 2024-03-01 21:46 UTC  (3+ messages)

[PATCH] fix linux kernel BTF builds: increase max percpu variables by 10x
 2024-03-01 19:15 UTC  (9+ messages)

ANNOUNCE: pahole v1.23 (BTF tags and alignment inference)
 2024-02-28 19:39 UTC  (2+ messages)
` ANNOUNCE: pahole v1.26 (more holes, --bpf_features, --contains_enum)

HEADS UP: pahole 1.26 to be released soon
 2024-02-28 13:54 UTC  (5+ messages)

pahole Version 1.25-4 dumps
 2024-02-27 13:42 UTC  (3+ messages)

subscribe
 2024-02-27  6:52 UTC 

Encoding BTF information from DWARF causes "has void type" error
 2024-02-13 18:33 UTC  (8+ messages)

[bcachefs:header_cleanup 21/51] /bin/bash: line 1: 19420 Segmentation fault LLVM_OBJCOPY="llvm-objcopy" pahole -J --btf_gen_floats -j --lang_exclude=rust --skip_encoding_btf_inconsistent_proto --btf_gen_optimized --btf_base vmlinux drivers/misc/eeprom/at24.ko
 2024-02-09 13:34 UTC  (12+ messages)
                        ` [bcachefs:header_cleanup 21/51] /bin/bash: line 1: 19420 Segmentation fault LLVM_OBJCOPY="llvm-objcopy" pahole -J --btf_gen_floats -j --lang_exclude=rust --skip_encoding_btf_inconsistent_proto --btf_gen_optimized --btf_base vmlinux drivers/misc/eep

[PATCH 1/1] pahole: Make sure the features string is NUL terminated
 2024-02-06  9:22 UTC  (3+ messages)

Porting pahole from dwarf_next_unit() to dwarf_get_units()
 2024-01-14 22:29 UTC  (6+ messages)
    ` [PATCH] HACK: port dwarf_loader to dwarf_get_units

[PATCH] lib/Kconfig.debug: Disable CONFIG_DEBUG_INFO_BTF for Hexagon
 2024-01-05 19:13 UTC 

pahole v1.18 introduced a bug that hangs a product-line build
 2023-11-24 15:23 UTC 

Fwd: pahole v1.18 introduced a bug that hangs a product-line build
 2023-11-24  6:03 UTC 

[PATCH 1/2] fprintf: Take inherited types' sizes into account when printing
 2023-10-20  3:04 UTC  (2+ messages)
` [PATCH 2/2] README: Add guidance in patch sending

This list is being migrated to new infrastructure
 2023-09-20 20:15 UTC  (2+ messages)

pahole 1.25 SIGSEGV when building kernel (-j when cores > 81)
 2023-09-15  2:02 UTC  (5+ messages)

[RESEND] BTF is not generated for gcc-built kernel with the latest pahole
 2023-08-02 14:29 UTC  (14+ messages)
                  ` Fwd: "

[PATCH dwarves] pahole: avoid adding same struct structure to two rb trees
 2023-07-10 13:15 UTC  (10+ messages)

PSA: Ubuntu pahole creates buggy BTF
 2023-07-03 10:22 UTC  (3+ messages)

ppc64le vmlinuz is huge when building with BTF
 2023-06-16 17:12 UTC  (11+ messages)

[PATCH v3 dwarves 0/6] Support for new btf_type_tag encoding
 2023-05-26  0:06 UTC  (9+ messages)
` [PATCH v3 dwarves 1/6] dwarves.h: expose ptr_table interface
` [PATCH v3 dwarves 2/6] dwarf_loader: Track unspecified types in a separate list
` [PATCH v3 dwarves 3/6] dwarf_loader: handle btf_type_tag w/o special pointer type
` [PATCH v3 dwarves 4/6] dwarf_loader: support btf:type_tag DW_TAG_LLVM_annotation
` [PATCH v3 dwarves 5/6] dwarf_loader: move type tags before CVR qualifiers when necessary
` [PATCH v3 dwarves 6/6] btf_encoder: skip type tags for VAR entry types

INVESTMENT/ LOAN FUNDING
 2023-05-04  9:09 UTC 

[PATCH dwarves] btf_encoder: Fix a dwarf type DW_ATE_unsigned_1024 to btf encoding issue
 2023-04-26 20:49 UTC  (3+ messages)

ANNOUNCE: pahole v1.25 (Unspecified type, Atomic types, BTF for optimized functions)
 2023-04-08 18:55 UTC 

[PATCH dwarves] fprintf: Fix `*` not being printed for pointers with btf_type_tag
 2023-03-31 18:33 UTC  (8+ messages)

[PATCH dwarves v2 0/5] Support for new btf_type_tag encoding
 2023-03-30 12:34 UTC  (20+ messages)
` [PATCH dwarves v2 1/5] fprintf: Correct names for types with btf_type_tag attribute
` [PATCH dwarves v2 3/5] dwarf_loader: Consolidate llvm_annotation and btf_type_tag_type
` [PATCH dwarves v2 4/5] dwarf_loader: Track unspecified types in a separate list
` [PATCH dwarves v2 5/5] dwarf_loader: Support for btf:type_tag


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).