public inbox for dwarves@vger.kernel.org
 help / color / mirror / Atom feed
* RFT: Prepping up pahole 1.27
@ 2024-06-06 20:10 Arnaldo Carvalho de Melo
  2024-06-08 20:37 ` Daniel Xu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Arnaldo Carvalho de Melo @ 2024-06-06 20:10 UTC (permalink / raw)
  To: dwarves
  Cc: Jiri Olsa, Daniel Xu, Eduard Zingerman, Alan Maguire,
	Andrii Nakryiko, Matthias Schwarzott

Hi,

	I just pushed what will be in v1.27 to the 'next' branch at:

https://git.kernel.org/pub/scm/devel/pahole/pahole.git next

	The changes file for what will be in this release, mostly
reproducible builds and tags for kfuncs:

https://git.kernel.org/pub/scm/devel/pahole/pahole.git/tree/changes-v1.27?h=next

	I plan to move it to 'master' and release it later today, so if
anyone could please do some more testing on it, that would be awesome,

Thanks!

- Arnaldo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: RFT: Prepping up pahole 1.27
  2024-06-06 20:10 RFT: Prepping up pahole 1.27 Arnaldo Carvalho de Melo
@ 2024-06-08 20:37 ` Daniel Xu
  2024-06-09  9:10 ` Alan Maguire
  2024-06-09 15:39 ` Jiri Olsa
  2 siblings, 0 replies; 4+ messages in thread
From: Daniel Xu @ 2024-06-08 20:37 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo, dwarves
  Cc: Jiri Olsa, Eduard Zingerman, Alan Maguire, Andrii Nakryiko,
	Matthias Schwarzott

Hi Arnaldo,

On Thu, Jun 6, 2024, at 2:10 PM, Arnaldo Carvalho de Melo wrote:
> Hi,
>
> 	I just pushed what will be in v1.27 to the 'next' branch at:
>
> https://git.kernel.org/pub/scm/devel/pahole/pahole.git next
>
> 	The changes file for what will be in this release, mostly
> reproducible builds and tags for kfuncs:
>
> https://git.kernel.org/pub/scm/devel/pahole/pahole.git/tree/changes-v1.27?h=next
>
> 	I plan to move it to 'master' and release it later today, so if
> anyone could please do some more testing on it, that would be awesome,
>
> Thanks!
>
> - Arnaldo

I've managed to get all the bpf selftests to build and pass on pahole/next [0].
This should be pretty strong signal that it functions correctly.

Note that the linked patchset teaches bpf selftests to generate and use
kfunc prototypes from BTF. Which is why this is a good test.

[0]: https://github.com/kernel-patches/bpf/pull/7163

Thanks,
Daniel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: RFT: Prepping up pahole 1.27
  2024-06-06 20:10 RFT: Prepping up pahole 1.27 Arnaldo Carvalho de Melo
  2024-06-08 20:37 ` Daniel Xu
@ 2024-06-09  9:10 ` Alan Maguire
  2024-06-09 15:39 ` Jiri Olsa
  2 siblings, 0 replies; 4+ messages in thread
From: Alan Maguire @ 2024-06-09  9:10 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo, dwarves
  Cc: Jiri Olsa, Daniel Xu, Eduard Zingerman, Andrii Nakryiko,
	Matthias Schwarzott

On 06/06/2024 21:10, Arnaldo Carvalho de Melo wrote:
> Hi,
> 
> 	I just pushed what will be in v1.27 to the 'next' branch at:
> 
> https://git.kernel.org/pub/scm/devel/pahole/pahole.git next
> 
> 	The changes file for what will be in this release, mostly
> reproducible builds and tags for kfuncs:
> 
> https://git.kernel.org/pub/scm/devel/pahole/pahole.git/tree/changes-v1.27?h=next
> 
> 	I plan to move it to 'master' and release it later today, so if
> anyone could please do some more testing on it, that would be awesome,
> 
> Thanks!
>

thanks Arnaldo, all looks good from my side. Tested using bpf-next
kernel, adding decl_tag_kfuncs to BTF features in scripts/Makefile.btf,
all looks good. Great idea to add extra DIE offset debugging info!

If you need it somewhere,

Tested-by: Alan Maguire <alan.maguire@oracle.com>

Alan

> - Arnaldo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: RFT: Prepping up pahole 1.27
  2024-06-06 20:10 RFT: Prepping up pahole 1.27 Arnaldo Carvalho de Melo
  2024-06-08 20:37 ` Daniel Xu
  2024-06-09  9:10 ` Alan Maguire
@ 2024-06-09 15:39 ` Jiri Olsa
  2 siblings, 0 replies; 4+ messages in thread
From: Jiri Olsa @ 2024-06-09 15:39 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: dwarves, Daniel Xu, Eduard Zingerman, Alan Maguire,
	Andrii Nakryiko, Matthias Schwarzott

On Thu, Jun 06, 2024 at 05:10:46PM -0300, Arnaldo Carvalho de Melo wrote:
> Hi,
> 
> 	I just pushed what will be in v1.27 to the 'next' branch at:
> 
> https://git.kernel.org/pub/scm/devel/pahole/pahole.git next
> 
> 	The changes file for what will be in this release, mostly
> reproducible builds and tags for kfuncs:
> 
> https://git.kernel.org/pub/scm/devel/pahole/pahole.git/tree/changes-v1.27?h=next
> 
> 	I plan to move it to 'master' and release it later today, so if
> anyone could please do some more testing on it, that would be awesome,

hi,
it works on my testing setup

thanks,
jirka

> 
> Thanks!
> 
> - Arnaldo

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-09 15:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-06 20:10 RFT: Prepping up pahole 1.27 Arnaldo Carvalho de Melo
2024-06-08 20:37 ` Daniel Xu
2024-06-09  9:10 ` Alan Maguire
2024-06-09 15:39 ` Jiri Olsa

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