pahole: Fix deprecated cmake_minimum_required
2025-11-11 5:26 UTC (3+ messages)
ANNOUNCE: pahole v1.31 (BTF function encoding, BTF alignment inference, more CI)
2025-11-10 22:12 UTC
[PATCH dwarves v4 0/3] btf_encoder: refactor emission of BTF funcs
2025-11-06 1:28 UTC (4+ messages)
` [PATCH dwarves v4 1/3] btf_encoder: Remove encoder pointer from btf_encoder_func_state
` [PATCH dwarves v4 2/3] btf_encoder: Refactor btf_encoder__add_func_proto
` [PATCH dwarves v4 3/3] btf_encoder: Factor out BPF kfunc emission
[PATCH dwarves v3 0/3] btf_encoder: refactor emission of BTF funcs
2025-11-05 22:08 UTC (6+ messages)
` [PATCH dwarves v3 1/3] btf_encoder: Remove encoder pointer from btf_encoder_func_state
` [PATCH dwarves v3 2/3] btf_encoder: Refactor btf_encoder__add_func_proto
` [PATCH dwarves v3 3/3] btf_encoder: Factor out BPF kfunc emission
[PATCH dwarves v2 0/2] btf_encoder: refactor emission of BTF funcs
2025-11-05 4:04 UTC (6+ messages)
` [PATCH dwarves v2 1/2] btf_encoder: refactor btf_encoder__add_func_proto
` [PATCH dwarves v2 2/2] btf_encoder: factor out btf_encoder__add_bpf_kfunc()
[PATCH dwarves v1 0/3] btf_encoder: support for BPF magic kernel functions
2025-11-04 22:37 UTC (9+ messages)
` [PATCH dwarves v1 1/3] btf_encoder: refactor btf_encoder__add_func_proto
` [PATCH dwarves v1 2/3] btf_encoder: factor out btf_encoder__add_bpf_kfunc()
` [PATCH dwarves v1 3/3] btf_encoder: support kfuncs with KF_MAGIC_ARGS flag
[PATCH bpf-next v1 0/8] bpf: magic kernel functions
2025-10-30 20:38 UTC (36+ messages)
` [PATCH bpf-next v1 1/8] bpf: Add BTF_ID_LIST_END and BTF_ID_LIST_SIZE macros
` [PATCH bpf-next v1 2/8] bpf: Refactor btf_kfunc_id_set_contains
` [PATCH bpf-next v1 3/8] bpf: Support for kfuncs with KF_MAGIC_ARGS
` [PATCH bpf-next v1 4/8] bpf: Support __magic prog_aux arguments for kfuncs
` [PATCH bpf-next v1 5/8] bpf: Re-define bpf_wq_set_callback as magic kfunc
` [PATCH bpf-next v1 6/8] bpf,docs: Document KF_MAGIC_ARGS flag and __magic annotation
` [PATCH bpf-next v1 7/8] bpf: Re-define bpf_task_work_schedule_* kfuncs as magic
` [PATCH bpf-next v1 8/8] bpf: Re-define bpf_stream_vprintk as a magic kfunc
[RFC dwarves 0/5] pahole: support BTF inline encoding
2025-10-29 18:46 UTC (11+ messages)
` [RFC dwarves 1/5] dwarf_loader: Add parameters list to inlined expansion
` [RFC dwarves 2/5] dwarf_loader: Add name to inline expansion
` [RFC dwarves 3/5] dwarf_loader: Collect inline expansion location information
` [RFC dwarves 4/5] btf_encoder: Support encoding of inline "
` [RFC dwarves 5/5] pahole: Support inline encoding with inline[.extra] BTF feature
[PATCH dwarves] pahole: Avoid generating artificial inlined functions for BTF
2025-10-22 20:19 UTC (11+ messages)
[PATCH dwarves v1] btf_encoder: move ambiguous_addr flag to elf_function
2025-10-09 12:40 UTC (4+ messages)
[PATCH bpf-next v1 0/6] bpf: implicit bpf_prog_aux argument for kfuncs
2025-09-26 15:11 UTC (23+ messages)
` [PATCH bpf-next v1 1/6] bpf: implement KF_IMPLICIT_PROG_AUX_ARG flag
` [PATCH bpf-next v1 2/6] bpf,docs: Add documentation for KF_IMPLICIT_PROG_AUX_ARG
` [PATCH bpf-next v1 3/6] selftests/bpf: update bpf_wq_set_callback macro
` [PATCH bpf-next v1 4/6] bpf: implement bpf_wq_set_callback kfunc with implicit prog_aux
` [PATCH bpf-next v1 5/6] bpf: mark bpf_stream_vprink kfunc with KF_IMPLICIT_PROG_AUX_ARG
` [PATCH bpf-next v1 6/6] bpf: mark bpf_task_work_* kfuncs "
[PATCH dwarves v1 0/2] btf_encoder: KF_IMPLICIT_PROG_AUX_ARG support
2025-09-25 17:15 UTC (7+ messages)
` [PATCH dwarves v1 1/2] btf_encoder: refactor btf_encoder__add_func_proto
` [PATCH dwarves v1 2/2] btf_encoder: implement KF_IMPLICIT_PROG_AUX_ARG kfunc flag handling
[RFC 0/4] BTF archive with unmodified pahole+toolchain
2025-09-15 10:11 UTC (21+ messages)
` [PATCH 1/4] libbpf: Simplify error handling removing needless repeated err checks
` [PATCH 2/4] libbpf: Check if there is extra data at the end of a BTF
` [PATCH 3/4] libbpf: Add support for detecting and dedup'ing a BTF archive
` [PATCH 4/4] libbpf: Check if an ELF .BTF section is an archive and combine/dedup
[PATCH dwarves v2] btf_encoder: group all function ELF syms by function name
2025-08-22 15:57 UTC (11+ messages)
[PATCH dwarves] tests: Add test to verify behaviour when debuginfo is absent/debuglink
2025-08-20 16:28 UTC
"Segmentation fault" of pahole
2025-08-20 10:46 UTC (10+ messages)
[RFC dwarves 0/6] prep for compiler-generated BTF
2025-08-08 5:39 UTC (12+ messages)
` [RFC dwarves 1/6] btf_loader: Make BTF representation match DWARF
` [RFC dwarves 2/6] pfunct: Fix up function display with updated prototype representation
` [RFC dwarves 3/6] pahole: Add btf_encode to conf_load
` [RFC dwarves 4/6] btf_loader: read ELF for BTF encoding
` [RFC dwarves 5/6] btf_encoder: Do not error out if BTF is not found in some input files
` [RFC dwarves 6/6] tests: Add test of pahole using BTF as input to BTF generation
[PATCH v3 0/3] btf_encoder: do not encode functions consuming packed structs on stack
2025-08-06 11:14 UTC (8+ messages)
` [PATCH v3 1/3] btf_encoder: skip functions consuming packed structs passed by value "
` [PATCH v3 2/3] tests: add some tests validating skipped functions due to uncertain arg location
[PATCH dwarves v3] btf_encoder: group all function ELF syms by function name
2025-08-01 20:26 UTC (2+ messages)
[PATCH v3] pahole: do not return an error when printing only a specific class
2025-08-01 16:43 UTC (2+ messages)
[PATCH v2] pahole: do not return an error when printing only a specific class
2025-07-31 16:08 UTC (3+ messages)
[PATCH 1/1] pahole: Don't fail when encoding BTF on an object with no DWARF info
2025-07-31 8:09 UTC (4+ messages)
[RFC dwarves] btf_encoder: Remove duplicates from functions entries
2025-07-24 21:26 UTC (11+ messages)
[PATCH] pahole: do not return an error when printing only a specific class
2025-07-23 15:37 UTC (5+ messages)
page: next (older)
- 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).