public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ANNOUNCE: pahole v1.31 (BTF function encoding, BTF alignment inference, more CI)
@ 2025-11-10 22:12 Arnaldo Carvalho de Melo
  0 siblings, 0 replies; only message in thread
From: Arnaldo Carvalho de Melo @ 2025-11-10 22:12 UTC (permalink / raw)
  To: dwarves
  Cc: Alan Maguire, Ihor Solodrai, Eduard Zingerman, Alexei Starovoitov,
	Andrii Nakryiko, Jiri Olsa, Menglong Dong, Song Liu,
	Yonghong Song, Alexis Lothoré, Thomas Petazzoni,
	Bastien Curutchet, Jan Alexander Steffens, Domenico Andreoli,
	Matthias Schwarzott, Dominique Leuenberger, Dominique Martinet,
	Viktor Malik, Peter Frost, Paul Menzel, Ben Olson, Antoine Tenart,
	Paolo Valerio, Linux Kernel Mailing List, bpf

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'.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-11-10 22:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-10 22:12 ANNOUNCE: pahole v1.31 (BTF function encoding, BTF alignment inference, more CI) Arnaldo Carvalho de Melo

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