[<prev] [next>] [day] [month] [year] [list]
Message-ID: <aRJjSfT-PZXayd5S@x1>
Date: Mon, 10 Nov 2025 19:12:25 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: dwarves@...r.kernel.org
Cc: Alan Maguire <alan.maguire@...cle.com>,
Ihor Solodrai <ihor.solodrai@...me>,
Eduard Zingerman <eddyz87@...il.com>,
Alexei Starovoitov <alexei.starovoitov@...il.com>,
Andrii Nakryiko <andrii@...nel.org>, Jiri Olsa <jolsa@...nel.org>,
Menglong Dong <menglong8.dong@...il.com>,
Song Liu <song@...nel.org>, Yonghong Song <yonghong.song@...ux.dev>,
Alexis Lothoré <alexis.lothore@...tlin.com>,
Thomas Petazzoni <thomas.petazzoni@...tlin.com>,
Bastien Curutchet <bastien.curutchet@...tlin.com>,
Jan Alexander Steffens <heftig@...hlinux.org>,
Domenico Andreoli <cavok@...ian.org>,
Matthias Schwarzott <zzam@...too.org>,
Dominique Leuenberger <dimstar@...nsuse.org>,
Dominique Martinet <asmadeus@...ewreck.org>,
Viktor Malik <vmalik@...hat.com>, Peter Frost <mail@...ost.me>,
Paul Menzel <pmenzel@...gen.mpg.de>,
Ben Olson <matthew.olson@...el.com>,
Antoine Tenart <atenart@...nel.org>,
Paolo Valerio <pvalerio@...hat.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
bpf@...r.kernel.org
Subject: ANNOUNCE: pahole v1.31 (BTF function encoding, BTF alignment
inference, more CI)
Hi,
The v1.31 release of pahole is out with a reworked selection of
functions to encode in BTF, improvements in the inference of alignment
when loading from BTF, where this isn't explicitely encoded, and more CI
tests.
Main git repo:
https://git.kernel.org/pub/scm/devel/pahole/pahole.git
Mirror git repo:
https://github.com/acmel/dwarves.git
tarball + gpg signature:
https://fedorapeople.org/~acme/dwarves/dwarves-1.31.tar.xz
https://fedorapeople.org/~acme/dwarves/dwarves-1.31.tar.bz2
https://fedorapeople.org/~acme/dwarves/dwarves-1.31.tar.sign
Thanks a lot to all the contributors and distro packagers,
you're on the CC list, we appreciate a lot the work you put into these
tools,
Best Regards,
- Arnaldo & Alan
BTF encoder:
- Rework the selection of functions to represent in BTF, for instance:
- Skip functions that passes values thru the stack when those structs don't
have expected alignment due to some attribute usage that then causes
problems with BTF trampolines due to lack of expressiveness in BTF to
signal such special cases.
- Skip objects (compile units) without DWARF: don't stop a multi object
encoding session just because one doesn't have any DWARF in it.
- Fix BTF dedup by updating libbpf.
BTF loader:
- Fix the inference of the explicit alignment attribute of zero length arrays,
like struct skb_ext->data[] in the Linux kernel. Important as BTF has no no
explicit alignment attribute encoding.
- Fix the inference of alignments after bitfields, such as in struct
nft_rule_dp->data[] after ->handle:42, also in the Linux kernel.
pahole:
- Fix segfault with --show_reorg_steps option, e.g. pahole -R -S -C task_struct.
CI:
- Add comparision of functions encoded in BTF between baseline 'master' branch
and current branch, i.e. 'next'.
Powered by blists - more mailing lists