Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/pahole: bump to version 1.24
@ 2022-10-29  8:25 Fabrice Fontaine
  2022-10-29 16:07 ` Peter Korsgaard
  2022-10-30 20:57 ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2022-10-29  8:25 UTC (permalink / raw)
  To: buildroot; +Cc: Francis Laniel, Fabrice Fontaine

https://git.kernel.org/pub/scm/devel/pahole/pahole.git/tree/NEWS?h=v1.24

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/pahole/pahole.hash | 2 +-
 package/pahole/pahole.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/pahole/pahole.hash b/package/pahole/pahole.hash
index 8e5560b5e7..5610b252a3 100644
--- a/package/pahole/pahole.hash
+++ b/package/pahole/pahole.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  3531396c0568793ef8ca1a2fbb44ef2e1e81bdd55496a4487b83ba4d95df9d99  pahole-73383b3a39afe86b22e098773e47b8546c48a649.tar.gz
+sha256  eeb88a62c3aaa1f4c389117b7e7cc08a49acc8a0e7f165f76dd9c5ab9af2c266  pahole-1.24.tar.gz
 sha256  ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  COPYING
diff --git a/package/pahole/pahole.mk b/package/pahole/pahole.mk
index 199fa8cc11..82bba2f777 100644
--- a/package/pahole/pahole.mk
+++ b/package/pahole/pahole.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PAHOLE_VERSION = 73383b3a39afe86b22e098773e47b8546c48a649
+PAHOLE_VERSION = 1.24
 PAHOLE_SITE = https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot
 HOST_PAHOLE_DEPENDENCIES = \
 	host-elfutils \
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/pahole: bump to version 1.24
  2022-10-29  8:25 [Buildroot] [PATCH 1/1] package/pahole: bump to version 1.24 Fabrice Fontaine
@ 2022-10-29 16:07 ` Peter Korsgaard
  2022-10-30 20:57 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2022-10-29 16:07 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Francis Laniel, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > https://git.kernel.org/pub/scm/devel/pahole/pahole.git/tree/NEWS?h=v1.24
 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/pahole: bump to version 1.24
  2022-10-29  8:25 [Buildroot] [PATCH 1/1] package/pahole: bump to version 1.24 Fabrice Fontaine
  2022-10-29 16:07 ` Peter Korsgaard
@ 2022-10-30 20:57 ` Thomas Petazzoni via buildroot
  2022-10-30 21:17   ` Fabrice Fontaine
  1 sibling, 1 reply; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-10-30 20:57 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Francis Laniel, buildroot

Hello Fabrice,

On Sat, 29 Oct 2022 10:25:10 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> https://git.kernel.org/pub/scm/devel/pahole/pahole.git/tree/NEWS?h=v1.24
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

We have zillions of build failures for host-pahole:

  http://autobuild.buildroot.net/?reason=host-pahole%

Is this version bump fixing them? If not, do we have an idea on how to
fix this build issue (I didn't investigated myself)?

Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/pahole: bump to version 1.24
  2022-10-30 20:57 ` Thomas Petazzoni via buildroot
@ 2022-10-30 21:17   ` Fabrice Fontaine
  2022-10-30 21:29     ` Francis Laniel
  0 siblings, 1 reply; 5+ messages in thread
From: Fabrice Fontaine @ 2022-10-30 21:17 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Francis Laniel, buildroot


[-- Attachment #1.1: Type: text/plain, Size: 1308 bytes --]

Hello Thomas,

Le dim. 30 oct. 2022 à 21:58, Thomas Petazzoni <thomas.petazzoni@bootlin.com>
a écrit :

> Hello Fabrice,
>
> On Sat, 29 Oct 2022 10:25:10 +0200
> Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
>
> > https://git.kernel.org/pub/scm/devel/pahole/pahole.git/tree/NEWS?h=v1.24
> >
> > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
>
> We have zillions of build failures for host-pahole:
>
>   http://autobuild.buildroot.net/?reason=host-pahole%
>
> Is this version bump fixing them? If not, do we have an idea on how to
> fix this build issue (I didn't investigated myself)?
>

Nope, this version bump will not fix these build failures. I tried to
investigate but I wasn't able to reproduce it locally on my machine.
These build failures are mostly raised by your autobuilder.

My assumption is that your kernel is probably too old, bpf_link_type is
only available since version 5.8 and
https://github.com/torvalds/linux/commit/f2e10bff16a0fdd41ba278c84da9813700e356af

However, I don't know how to add this dependency to host-pahole (and
host-libbpf).


> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, co-owner and CEO, Bootlin
> Embedded Linux and Kernel engineering and training
> https://bootlin.com
>

Best Regards,

Fabrice

[-- Attachment #1.2: Type: text/html, Size: 2586 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/pahole: bump to version 1.24
  2022-10-30 21:17   ` Fabrice Fontaine
@ 2022-10-30 21:29     ` Francis Laniel
  0 siblings, 0 replies; 5+ messages in thread
From: Francis Laniel @ 2022-10-30 21:29 UTC (permalink / raw)
  To: Thomas Petazzoni, Fabrice Fontaine; +Cc: buildroot

Hi.


Le dimanche 30 octobre 2022, 22:17:55 CET Fabrice Fontaine a écrit :
> Hello Thomas,
> 
> Le dim. 30 oct. 2022 à 21:58, Thomas Petazzoni
> <thomas.petazzoni@bootlin.com>
> a écrit :
> > Hello Fabrice,
> > 
> > On Sat, 29 Oct 2022 10:25:10 +0200
> > 
> > Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> > > https://git.kernel.org/pub/scm/devel/pahole/pahole.git/tree/NEWS?h=v1.24
> > > 
> > > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> > 
> > We have zillions of build failures for host-pahole:
> >   http://autobuild.buildroot.net/?reason=host-pahole%

Sorry for the disturbance.

> > Is this version bump fixing them? If not, do we have an idea on how to
> > fix this build issue (I didn't investigated myself)?
> 
> Nope, this version bump will not fix these build failures. I tried to
> investigate but I wasn't able to reproduce it locally on my machine.
> These build failures are mostly raised by your autobuilder.
> 
> My assumption is that your kernel is probably too old, bpf_link_type is
> only available since version 5.8 and
> https://github.com/torvalds/linux/commit/f2e10bff16a0fdd41ba278c84da9813700e
> 356af
> 
> However, I don't know how to add this dependency to host-pahole (and
> host-libbpf).

I proposed this patch set:
https://lore.kernel.org/buildroot/20220610165441.84812-1-flaniel@linux.microsoft.com/
to fix the build failures.
As pointed above, I am also not able to reproduce locally and I do not have 
access to an autobuilder setup (or I do not know how I can mimic one) to 
investigate on it.

Do you think the above patch can do the trick?
If not, is it possible to deploy locally an autobuilder to check if I can 
reproduce the problem and propose a correct patch?

> > Thanks!
> > 
> > Thomas
> > --
> > Thomas Petazzoni, co-owner and CEO, Bootlin
> > Embedded Linux and Kernel engineering and training
> > https://bootlin.com
> 
> Best Regards,
> 
> Fabrice


Best regards and thank you in advance.


_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-10-30 21:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-29  8:25 [Buildroot] [PATCH 1/1] package/pahole: bump to version 1.24 Fabrice Fontaine
2022-10-29 16:07 ` Peter Korsgaard
2022-10-30 20:57 ` Thomas Petazzoni via buildroot
2022-10-30 21:17   ` Fabrice Fontaine
2022-10-30 21:29     ` Francis Laniel

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