public inbox for dwarves@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-20 12:31:05 to 2025-04-08 10:14:35 UTC [more...]

[PATCH 1/1] pahole: When trying to encode BTF avoid DWARF less files
 2025-04-08 10:14 UTC  (5+ messages)

[PATCH] kbuild: Require pahole >v1.29 with GENDWARFKSYMS and BTF on X86
 2025-04-08  3:04 UTC  (3+ messages)

[PATCH dwarves] dwarf_loader: fix termination on BTF encoding error
 2025-04-02  9:56 UTC  (4+ messages)

[PATCH v2 dwarves 0/2] dwarves: Introduce github actions for CI
 2025-04-01  9:24 UTC  (3+ messages)
` [PATCH v2 dwarves 1/2] dwarves: Add github actions to build, test
` [PATCH v2 dwarves 2/2] dwarves: Fix clang warning about unused variable

parallel pahole hangs while building modules from nvidia-open-kernel-dkms
 2025-03-31 13:17 UTC  (8+ messages)

[PATCH dwarves v4 0/6] btf_encoder: emit type tags for bpf_arena pointers
 2025-03-27 15:40 UTC  (19+ messages)
` [PATCH dwarves v4 1/6] btf_encoder: refactor btf_encoder__tag_kfuncs()
` [PATCH dwarves v4 2/6] btf_encoder: use __weak declarations of version-dependent libbpf API
` [PATCH dwarves v4 3/6] pahole: sync with libbpf mainline
` [PATCH dwarves v4 4/6] btf_encoder: emit type tags for bpf_arena pointers
` [PATCH dwarves v4 5/6] pahole: introduce --btf_feature=attributes
` [PATCH dwarves v4 6/6] man-pages: describe attributes and remove reproducible_build

[PATCH dwarves] btf_encoder: Filter out __gendwarfksyms_ptr_
 2025-03-24  8:16 UTC  (6+ messages)

[PATCH dwarves 0/2] dwarves: Introduce github actions for CI
 2025-03-12 20:28 UTC  (6+ messages)
` [PATCH dwarves 1/2] dwarves: Add github actions to build, test
` [PATCH dwarves 2/2] dwarves: Fix clang warning about unused variable

[PATCH dwarves] btf_encoder: verify 0 address DWARF variables are really in ELF section
 2025-03-12 16:53 UTC  (6+ messages)

[PATCH dwarves v2] btf_encoder: fix memory access bugs
 2025-03-12 16:52 UTC  (5+ messages)

[PATCH] Fix spelling error
 2025-03-12 16:51 UTC  (3+ messages)

[PATCH bpf-next v3 0/4] btf_encoder: emit type tags for bpf_arena pointers
 2025-02-25  9:36 UTC  (10+ messages)
` [PATCH bpf-next v3 1/4] btf_encoder: refactor btf_encoder__tag_kfuncs()
` [PATCH bpf-next v3 2/4] btf_encoder: emit type tags for bpf_arena pointers
` [PATCH bpf-next v3 3/4] pahole: introduce --btf_feature=attributes
` [PATCH bpf-next v3 4/4] man-pages: describe attributes and remove reproducible_build

[PATCH 0/3] Fix duplicated VAR and secinfo
 2025-02-25  1:16 UTC  (14+ messages)
` [PATCH 1/3] btf_encoder: move btf_encoder__add_decl_tag()
` [PATCH 2/3] btf_encoder: postpone VARs until encoding DATASEC
` [PATCH 3/3] btf_encoder: don't encode duplicate variables

[PATCH v2 dwarves 0/4] btf_encoder: emit type tags for bpf_arena pointers
 2025-02-19 18:03 UTC  (11+ messages)
` [PATCH v2 dwarves 1/4] btf_encoder: refactor btf_encoder__tag_kfuncs()
` [PATCH v2 dwarves 2/4] btf_encoder: emit type tags for bpf_arena pointers
` [PATCH v2 dwarves 3/4] pahole: introduce --btf_feature=attributes
` [PATCH v2 dwarves 4/4] man-pages: describe attributes and remove reproducible_build

Alignment information
 2025-02-18 15:57 UTC  (3+ messages)

[PATCH dwarves 0/3] btf_encoder: emit type tags for bpf_arena pointers
 2025-02-11  0:35 UTC  (10+ messages)
` [PATCH dwarves 2/3] "
` [PATCH dwarves 3/3] pahole: introduce --btf_feature=attributes
  ` [PATCH dwarves 1/3] btf_encoder: collect kfuncs info in btf_encoder__new

[PATCH] Reformat a too long line
 2025-02-10 20:01 UTC  (3+ messages)

pahole missing final "cacheline boundary" message
 2025-02-01 14:03 UTC 

ANNOUNCE: pahole v1.29 (Better DWARF loading & BTF encoding)
 2025-01-21 12:29 UTC 

[PATCH dwarves] btf_encoder: always initialize func_state to 0
 2025-01-17  0:14 UTC  (11+ messages)

[REGRESSION] module BTF validation failure (Error -22) on next
 2025-01-16  9:51 UTC  (4+ messages)

pahole -J mishandles types in function scope
 2025-01-14 18:38 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] pahole + BTF update and next steps
 2025-01-14 16:21 UTC 

[PATCH dwarves v4 RESEND 00/10] pahole: faster reproducible BTF encoding
 2025-01-09 22:03 UTC  (12+ messages)
` [PATCH dwarves v4 RESEND 01/10] btf_encoder: simplify function encoding
` [PATCH dwarves v4 RESEND 02/10] btf_encoder: free encoder->secinfo in btf_encoder__delete
` [PATCH dwarves v4 RESEND 03/10] btf_encoder: separate elf function, saved function representations
` [PATCH dwarves v4 RESEND 04/10] btf_encoder: introduce elf_functions struct type
` [PATCH dwarves v4 RESEND 05/10] btf_encoder: introduce elf_functions_list
` [PATCH dwarves v4 RESEND 06/10] btf_encoder: remove skip_encoding_inconsistent_proto
` [PATCH dwarves v4 RESEND 07/10] dwarf_loader: introduce cu->id
` [PATCH dwarves v4 RESEND 08/10] dwarf_loader: multithreading with a job/worker model
` [PATCH dwarves v4 RESEND 09/10] btf_encoder: clean up global encoders list
` [PATCH dwarves v4 RESEND 10/10] btf_encoder: switch func_states from a list to an array

[PATCH dwarves v4 00/10] pahole: faster reproducible BTF encoding
 2025-01-09 21:36 UTC  (17+ messages)
` [PATCH dwarves v4 01/10] btf_encoder: simplify function encoding
` [PATCH dwarves v4 02/10] btf_encoder: free encoder->secinfo in btf_encoder__delete
` [PATCH dwarves v4 03/10] btf_encoder: separate elf function, saved function representations
` [PATCH dwarves v4 04/10] btf_encoder: introduce elf_functions struct type
` [PATCH dwarves v4 05/10] btf_encoder: introduce elf_functions_list
` [PATCH dwarves v4 06/10] btf_encoder: remove skip_encoding_inconsistent_proto
` [PATCH dwarves v4 07/10] dwarf_loader: introduce cu->id
` [PATCH dwarves v4] dwarf_loader: multithreading with a job/worker model
` [PATCH dwarves v4 09/10] btf_encoder: clean up global encoders list
` [PATCH dwarves v4] btf_encoder: switch func_states from a list to an array

[PATCH dwarves] dwarves: set cu->obstack chunk size to 128Kb
 2025-01-09 16:03 UTC  (6+ messages)

[PATCH 1/1] pfunct: Don't print functions twice when using -f
 2025-01-09 16:02 UTC  (3+ messages)

[PATCH dwarves v3 0/8] pahole: faster reproducible BTF encoding
 2025-01-03  9:27 UTC  (22+ messages)
` [PATCH dwarves v3 1/8] btf_encoder: simplify function encoding
` [PATCH dwarves v3 2/8] btf_encoder: separate elf function, saved function representations
` [PATCH dwarves v3 3/8] btf_encoder: introduce elf_functions struct type
` [PATCH dwarves v3 4/8] btf_encoder: introduce elf_functions_list
` [PATCH dwarves v3 5/8] btf_encoder: remove skip_encoding_inconsistent_proto
` [PATCH dwarves v3 6/8] dwarf_loader: introduce cu->id
` [PATCH dwarves v3 7/8] dwarf_loader: multithreading with a job/worker model
` [PATCH dwarves v3 8/8] btf_encoder: clean up global encoders list

[PATCH dwarves v1 1/2] btf_loader: support for multiple BTF_DECL_TAGs pointing to same tag
 2025-01-03  1:18 UTC  (7+ messages)
` [PATCH dwarves v1 2/2] tests: verify that pfunct prints btf_decl_tags read from BTF

[PATCH dwarves v2 00/10] pahole: shared ELF and faster reproducible BTF encoding
 2024-12-20 12:31 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox