public inbox for dwarves@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-10 19:31:30 to 2024-10-03 14:56:56 UTC [more...]

[PATCH dwarves 0/2] tests: reproducible_build/btf_functions fix
 2024-10-03 14:56 UTC  (5+ messages)
` [PATCH dwarves 1/2] tests/reproducible_build: fix vmlinux finding logic
` [PATCH dwarves 2/2] tests/btf_functions: reduce verbosity of test

[PATCH dwarves v3 0/5] Emit global variables in BTF
 2024-10-03 14:53 UTC  (13+ messages)
` [PATCH dwarves v3 1/5] btf_encoder: use bitfield to control var encoding
` [PATCH dwarves v3 2/5] btf_encoder: stop indexing symbols for VARs
` [PATCH dwarves v3 3/5] btf_encoder: explicitly check addr/size for u32 overflow
` [PATCH dwarves v3 4/5] btf_encoder: allow encoding VARs from many sections
` [PATCH dwarves v3 5/5] pahole: add global_var BTF feature

[PATCH dwarves v2 0/4] Emit global variables in BTF
 2024-10-03 13:10 UTC  (12+ messages)
` [PATCH dwarves v2 1/4] dutil: return ELF section name when looked up by index
` [PATCH dwarves v2 2/4] dwarf_loader: add "artificial" and "top_level" variable flags
` [PATCH dwarves v2 3/4] btf_encoder: cache all ELF section info
` [PATCH dwarves v2 4/4] btf_encoder: add global_var feature to encode globals

[PATCH v2 1/1] tests reproducible_build.sh: Try first to find a vmlinux using pahole --running_kernel_vmlinux
 2024-10-01 19:57 UTC  (2+ messages)

[PATCH 1/1] tests reproducible_build.sh: Try first to find a vmlinux using pahole --running_kernel_vmlinux
 2024-10-01 19:36 UTC 

[RFC dwarves] btf_encoder: record BTF-centric function state instead of DWARF-centric
 2024-10-01 18:30 UTC  (6+ messages)

[PATCH dwarves 0/4] tests: unify behaviour, pass through fail
 2024-10-01 14:37 UTC  (6+ messages)
` [PATCH dwarves 1/4] tests/reproducible_builds: support envvar-specified vmlinux
` [PATCH dwarves 2/4] tests/btf_functions: return 2 to indicate test had to be skipped
` [PATCH dwarves 3/4] tests/reproducible_build: return 2 (skipped) if no vmlinux available
` [PATCH dwarves 4/4] tests: distinguish between failed/skipped tests

[PATCH dwarves v1] pahole: generate "bpf_fastcall" decl tags for eligible kfuncs
 2024-09-30 14:44 UTC  (7+ messages)

[PATCH v4 dwarves 0/2] fixes for memory optimized BTF
 2024-09-30 14:34 UTC  (5+ messages)
` [PATCH v4 dwarves 1/2] btf_encoder: fix strncpy issues, other issues identified in code review
` [PATCH v4 dwarves 2/2] tests: improve btf_functions.sh by reducing greps/pipes

[PATCH 0/2] --padding option to combine with --with_flexible_array
 2024-09-30 14:32 UTC  (9+ messages)
` [PATCH 1/2] pahole: Add --padding_ge N to show only structs with at least N bytes of padding at its end
` [PATCH 2/2] pahole: Add --padding N to show only structs with "

[PATCH 0/1] Handle printing pointer modifiers correctly
 2024-09-25 18:14 UTC  (7+ messages)
` [PATCH 1/1] dwarves_fprintf: Handle "
    ` [PATCH 0/1 v2] Handle printing "
    ` [PATCH 1/1 v2] dwarves_fprintf: Handle pointer qualifiers correctly

[PATCH v2 dwarves 0/3] reduce memory overhead of BTF encoding
 2024-09-25  9:27 UTC  (12+ messages)
` [PATCH v2 dwarves 1/3] btf_encoder: record BTF-centric function state instead of DWARF-centric
` [PATCH v2 dwarves 2/3] pfunct: show all functions that match filter criteria
` [PATCH v2 dwarves 3/3] tests: add test validating BTF encoding, reasons we skip functions

[PATCH v3 dwarves 0/3] reduce memory overhead of BTF encoding
 2024-09-25  9:17 UTC  (4+ messages)
` [PATCH v3 dwarves 1/3] btf_encoder: record BTF-centric function state instead of DWARF-centric
` [PATCH v3 dwarves 2/3] pfunct: show all functions that match filter criteria
` [PATCH v3 dwarves 3/3] tests: add test validating BTF encoding, reasons we skip functions

[RFC] kbuild: bpf: Do not run pahole with -j on 32bit userspace
 2024-09-25  8:17 UTC  (13+ messages)

[PATCH dwarves 0/4] Emit global variables in BTF
 2024-09-20  8:18 UTC  (14+ messages)
` [PATCH dwarves 1/4] dutil: return ELF section name when looked up by index
` [PATCH dwarves 2/4] dwarf_loader: add "artificial" and "top_level" variable flags
` [PATCH dwarves 3/4] btf_encoder: cache all ELF section info
` [PATCH dwarves 4/4] btf_encoder: add global_var feature to encode globals

Adding new fields to xsk_tx_metadata
 2024-09-11 14:39 UTC  (2+ messages)

[PATCH v2] dwarf_loader: Fix memleaks in creating cus
 2024-09-03 10:07 UTC  (2+ messages)

FYI: CI regression on big-endian arch (s390) after recent pahole changes
 2024-09-02 18:44 UTC  (20+ messages)

[PATCH dwarves] pahole: Sync with latest in-progress libbpf-1.5
 2024-09-02 14:10 UTC 

[PATCH dwarves] dwarf_loader: Fix memleak in dwarf_cus__create_cu
 2024-09-02 13:23 UTC  (3+ messages)

[PATCH 1/1] pahole: Add option to obtain a vmlinux matching the running kernel
 2024-08-29  0:08 UTC  (2+ messages)

[PATCH 0/1] btf_loader support for subprogram linkage
 2024-08-27 21:15 UTC  (14+ messages)
` [PATCH 1/1] btf_loader: Support linkages for BTF subprograms
` [PATCH v2 0/1] btf_loader support for subprogram linkage
` [PATCH v2 1/1] btf_loader: Support linkages for BTF subprograms

[PATCH 1/1] pfunct: Print DW_AT_external=1 functions once
 2024-08-26 23:57 UTC  (2+ messages)

[PATCH dwarves 0/2] add distilled base BTF support to pahole
 2024-08-26 16:18 UTC  (5+ messages)
` [PATCH dwarves 1/2] pahole: Sync with libbpf-1.5
` [PATCH dwarves 2/2] btf_encoder: add "distilled_base" BTF feature to split BTF generation

[PATCH dwarves] pahole: reduce memory usage by smarter deleting of CUs
 2024-08-26 11:01 UTC 

Is there any current plan for ipvlan to support AF_XDP?
 2024-08-12 13:41 UTC  (3+ messages)

[PATCH v2] pahole: Apply CU-level filters early in loading
 2024-08-09 13:51 UTC  (4+ messages)

[PATCH dwarves] pahole: only warn about multithreading in verbose mode
 2024-08-02 13:44 UTC  (2+ messages)

[PATCH] pahole: Apply CU-level filters early in loading
 2024-08-01  9:20 UTC  (6+ messages)

[PATCH dwarves] btf_encoder: log libbpf errors when they cause encoding errors
 2024-07-26 12:31 UTC  (3+ messages)

Bug#1076564: pahole BTF processing seems flaky on powerpc
 2024-07-24 16:29 UTC  (12+ messages)

[PATCH 1/1] dwarf_loader: Hash DW_TAG_enumerator entries
 2024-07-16 18:43 UTC 

ANNOUNCE: pahole v1.27 (reproducible builds, BTF kfuncs)
 2024-07-10 19:31 UTC  (7+ messages)
    ` [PATCH/RFT] "


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