All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][PATCH] busybox: 1.36.0 -> 1.36.1
@ 2023-05-25  8:43 Andrej Valek
  2023-05-25 16:13 ` Alexandre Belloni
  2023-05-26  4:37 ` [OE-core][PATCH v2] " Andrej Valek
  0 siblings, 2 replies; 4+ messages in thread
From: Andrej Valek @ 2023-05-25  8:43 UTC (permalink / raw)
  To: openembedded-core; +Cc: Andrej Valek

- regresion has been fixed, re-enable SHA*HWACCEL on x86
  - 8d198665a0d09c3f22f3a12234809f46b1c2b04a

Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
---
 .../{busybox-inittab_1.36.0.bb => busybox-inittab_1.36.1.bb}  | 0
 meta/recipes-core/busybox/busybox/sha_accel.cfg               | 2 --
 .../busybox/{busybox_1.36.0.bb => busybox_1.36.1.bb}          | 4 +---
 3 files changed, 1 insertion(+), 5 deletions(-)
 rename meta/recipes-core/busybox/{busybox-inittab_1.36.0.bb => busybox-inittab_1.36.1.bb} (100%)
 delete mode 100644 meta/recipes-core/busybox/busybox/sha_accel.cfg
 rename meta/recipes-core/busybox/{busybox_1.36.0.bb => busybox_1.36.1.bb} (91%)

diff --git a/meta/recipes-core/busybox/busybox-inittab_1.36.0.bb b/meta/recipes-core/busybox/busybox-inittab_1.36.1.bb
similarity index 100%
rename from meta/recipes-core/busybox/busybox-inittab_1.36.0.bb
rename to meta/recipes-core/busybox/busybox-inittab_1.36.1.bb
diff --git a/meta/recipes-core/busybox/busybox/sha_accel.cfg b/meta/recipes-core/busybox/busybox/sha_accel.cfg
deleted file mode 100644
index 8900305a11..0000000000
--- a/meta/recipes-core/busybox/busybox/sha_accel.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-# CONFIG_SHA256_HWACCEL is not set
-# CONFIG_SHA1_HWACCEL is not set
diff --git a/meta/recipes-core/busybox/busybox_1.36.0.bb b/meta/recipes-core/busybox/busybox_1.36.1.bb
similarity index 91%
rename from meta/recipes-core/busybox/busybox_1.36.0.bb
rename to meta/recipes-core/busybox/busybox_1.36.1.bb
index 8014a5c7bf..b34d60cded 100644
--- a/meta/recipes-core/busybox/busybox_1.36.0.bb
+++ b/meta/recipes-core/busybox/busybox_1.36.1.bb
@@ -51,6 +51,4 @@ SRC_URI = "https://busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
            file://0002-nslookup-sanitize-all-printed-strings-with-printable.patch \
            "
 SRC_URI:append:libc-musl = " file://musl.cfg "
-# TODO http://lists.busybox.net/pipermail/busybox/2023-January/090078.html
-SRC_URI:append:x86 = " file://sha_accel.cfg"
-SRC_URI[tarball.sha256sum] = "542750c8af7cb2630e201780b4f99f3dcceeb06f505b479ec68241c1e6af61a5"
+SRC_URI[tarball.sha256sum] = "b8cc24c9574d809e7279c3be349795c5d5ceb6fdf19ca709f80cde50e47de314"
-- 
2.40.1



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

* Re: [OE-core][PATCH] busybox: 1.36.0 -> 1.36.1
  2023-05-25  8:43 [OE-core][PATCH] busybox: 1.36.0 -> 1.36.1 Andrej Valek
@ 2023-05-25 16:13 ` Alexandre Belloni
  2023-05-26 15:25   ` Khem Raj
  2023-05-26  4:37 ` [OE-core][PATCH v2] " Andrej Valek
  1 sibling, 1 reply; 4+ messages in thread
From: Alexandre Belloni @ 2023-05-25 16:13 UTC (permalink / raw)
  To: andrej.valek; +Cc: openembedded-core

Hello,

On the autobuilders, this causes:

WARNING: busybox-1.36.1-r0 do_package_qa: QA Issue: busybox: ELF binary /bin/busybox.nosuid has relocations in .text [textrel]

https://autobuilder.yoctoproject.org/typhoon/#/builders/15/builds/7460/steps/11/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/103/builds/6057/steps/11/logs/stdio


On 25/05/2023 10:43:28+0200, Andrej Valek via lists.openembedded.org wrote:
> - regresion has been fixed, re-enable SHA*HWACCEL on x86
>   - 8d198665a0d09c3f22f3a12234809f46b1c2b04a
> 
> Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
> ---
>  .../{busybox-inittab_1.36.0.bb => busybox-inittab_1.36.1.bb}  | 0
>  meta/recipes-core/busybox/busybox/sha_accel.cfg               | 2 --
>  .../busybox/{busybox_1.36.0.bb => busybox_1.36.1.bb}          | 4 +---
>  3 files changed, 1 insertion(+), 5 deletions(-)
>  rename meta/recipes-core/busybox/{busybox-inittab_1.36.0.bb => busybox-inittab_1.36.1.bb} (100%)
>  delete mode 100644 meta/recipes-core/busybox/busybox/sha_accel.cfg
>  rename meta/recipes-core/busybox/{busybox_1.36.0.bb => busybox_1.36.1.bb} (91%)
> 
> diff --git a/meta/recipes-core/busybox/busybox-inittab_1.36.0.bb b/meta/recipes-core/busybox/busybox-inittab_1.36.1.bb
> similarity index 100%
> rename from meta/recipes-core/busybox/busybox-inittab_1.36.0.bb
> rename to meta/recipes-core/busybox/busybox-inittab_1.36.1.bb
> diff --git a/meta/recipes-core/busybox/busybox/sha_accel.cfg b/meta/recipes-core/busybox/busybox/sha_accel.cfg
> deleted file mode 100644
> index 8900305a11..0000000000
> --- a/meta/recipes-core/busybox/busybox/sha_accel.cfg
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -# CONFIG_SHA256_HWACCEL is not set
> -# CONFIG_SHA1_HWACCEL is not set
> diff --git a/meta/recipes-core/busybox/busybox_1.36.0.bb b/meta/recipes-core/busybox/busybox_1.36.1.bb
> similarity index 91%
> rename from meta/recipes-core/busybox/busybox_1.36.0.bb
> rename to meta/recipes-core/busybox/busybox_1.36.1.bb
> index 8014a5c7bf..b34d60cded 100644
> --- a/meta/recipes-core/busybox/busybox_1.36.0.bb
> +++ b/meta/recipes-core/busybox/busybox_1.36.1.bb
> @@ -51,6 +51,4 @@ SRC_URI = "https://busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
>             file://0002-nslookup-sanitize-all-printed-strings-with-printable.patch \
>             "
>  SRC_URI:append:libc-musl = " file://musl.cfg "
> -# TODO http://lists.busybox.net/pipermail/busybox/2023-January/090078.html
> -SRC_URI:append:x86 = " file://sha_accel.cfg"
> -SRC_URI[tarball.sha256sum] = "542750c8af7cb2630e201780b4f99f3dcceeb06f505b479ec68241c1e6af61a5"
> +SRC_URI[tarball.sha256sum] = "b8cc24c9574d809e7279c3be349795c5d5ceb6fdf19ca709f80cde50e47de314"
> -- 
> 2.40.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#181704): https://lists.openembedded.org/g/openembedded-core/message/181704
> Mute This Topic: https://lists.openembedded.org/mt/99126049/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

* [OE-core][PATCH v2] busybox: 1.36.0 -> 1.36.1
  2023-05-25  8:43 [OE-core][PATCH] busybox: 1.36.0 -> 1.36.1 Andrej Valek
  2023-05-25 16:13 ` Alexandre Belloni
@ 2023-05-26  4:37 ` Andrej Valek
  1 sibling, 0 replies; 4+ messages in thread
From: Andrej Valek @ 2023-05-26  4:37 UTC (permalink / raw)
  To: openembedded-core; +Cc: Andrej Valek

- regression on x86 is still in place

Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
---
 .../{busybox-inittab_1.36.0.bb => busybox-inittab_1.36.1.bb}    | 0
 .../busybox/{busybox_1.36.0.bb => busybox_1.36.1.bb}            | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/busybox/{busybox-inittab_1.36.0.bb => busybox-inittab_1.36.1.bb} (100%)
 rename meta/recipes-core/busybox/{busybox_1.36.0.bb => busybox_1.36.1.bb} (96%)

diff --git a/meta/recipes-core/busybox/busybox-inittab_1.36.0.bb b/meta/recipes-core/busybox/busybox-inittab_1.36.1.bb
similarity index 100%
rename from meta/recipes-core/busybox/busybox-inittab_1.36.0.bb
rename to meta/recipes-core/busybox/busybox-inittab_1.36.1.bb
diff --git a/meta/recipes-core/busybox/busybox_1.36.0.bb b/meta/recipes-core/busybox/busybox_1.36.1.bb
similarity index 96%
rename from meta/recipes-core/busybox/busybox_1.36.0.bb
rename to meta/recipes-core/busybox/busybox_1.36.1.bb
index 8014a5c7bf..968dce65e4 100644
--- a/meta/recipes-core/busybox/busybox_1.36.0.bb
+++ b/meta/recipes-core/busybox/busybox_1.36.1.bb
@@ -53,4 +53,4 @@ SRC_URI = "https://busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
 SRC_URI:append:libc-musl = " file://musl.cfg "
 # TODO http://lists.busybox.net/pipermail/busybox/2023-January/090078.html
 SRC_URI:append:x86 = " file://sha_accel.cfg"
-SRC_URI[tarball.sha256sum] = "542750c8af7cb2630e201780b4f99f3dcceeb06f505b479ec68241c1e6af61a5"
+SRC_URI[tarball.sha256sum] = "b8cc24c9574d809e7279c3be349795c5d5ceb6fdf19ca709f80cde50e47de314"
-- 
2.40.1



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

* Re: [OE-core][PATCH] busybox: 1.36.0 -> 1.36.1
  2023-05-25 16:13 ` Alexandre Belloni
@ 2023-05-26 15:25   ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2023-05-26 15:25 UTC (permalink / raw)
  To: alexandre.belloni; +Cc: andrej.valek, openembedded-core

clang also results in same error

ERROR: QA Issue: busybox: ELF binary /usr/bin/busybox.nosuid has
relocations in .text [textrel]

see https://errors.yoctoproject.org/Errors/Details/705055/

On Thu, May 25, 2023 at 9:13 AM Alexandre Belloni via
lists.openembedded.org
<alexandre.belloni=bootlin.com@lists.openembedded.org> wrote:
>
> Hello,
>
> On the autobuilders, this causes:
>
> WARNING: busybox-1.36.1-r0 do_package_qa: QA Issue: busybox: ELF binary /bin/busybox.nosuid has relocations in .text [textrel]
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/15/builds/7460/steps/11/logs/stdio
> https://autobuilder.yoctoproject.org/typhoon/#/builders/103/builds/6057/steps/11/logs/stdio
>
>
> On 25/05/2023 10:43:28+0200, Andrej Valek via lists.openembedded.org wrote:
> > - regresion has been fixed, re-enable SHA*HWACCEL on x86
> >   - 8d198665a0d09c3f22f3a12234809f46b1c2b04a
> >
> > Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
> > ---
> >  .../{busybox-inittab_1.36.0.bb => busybox-inittab_1.36.1.bb}  | 0
> >  meta/recipes-core/busybox/busybox/sha_accel.cfg               | 2 --
> >  .../busybox/{busybox_1.36.0.bb => busybox_1.36.1.bb}          | 4 +---
> >  3 files changed, 1 insertion(+), 5 deletions(-)
> >  rename meta/recipes-core/busybox/{busybox-inittab_1.36.0.bb => busybox-inittab_1.36.1.bb} (100%)
> >  delete mode 100644 meta/recipes-core/busybox/busybox/sha_accel.cfg
> >  rename meta/recipes-core/busybox/{busybox_1.36.0.bb => busybox_1.36.1.bb} (91%)
> >
> > diff --git a/meta/recipes-core/busybox/busybox-inittab_1.36.0.bb b/meta/recipes-core/busybox/busybox-inittab_1.36.1.bb
> > similarity index 100%
> > rename from meta/recipes-core/busybox/busybox-inittab_1.36.0.bb
> > rename to meta/recipes-core/busybox/busybox-inittab_1.36.1.bb
> > diff --git a/meta/recipes-core/busybox/busybox/sha_accel.cfg b/meta/recipes-core/busybox/busybox/sha_accel.cfg
> > deleted file mode 100644
> > index 8900305a11..0000000000
> > --- a/meta/recipes-core/busybox/busybox/sha_accel.cfg
> > +++ /dev/null
> > @@ -1,2 +0,0 @@
> > -# CONFIG_SHA256_HWACCEL is not set
> > -# CONFIG_SHA1_HWACCEL is not set
> > diff --git a/meta/recipes-core/busybox/busybox_1.36.0.bb b/meta/recipes-core/busybox/busybox_1.36.1.bb
> > similarity index 91%
> > rename from meta/recipes-core/busybox/busybox_1.36.0.bb
> > rename to meta/recipes-core/busybox/busybox_1.36.1.bb
> > index 8014a5c7bf..b34d60cded 100644
> > --- a/meta/recipes-core/busybox/busybox_1.36.0.bb
> > +++ b/meta/recipes-core/busybox/busybox_1.36.1.bb
> > @@ -51,6 +51,4 @@ SRC_URI = "https://busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
> >             file://0002-nslookup-sanitize-all-printed-strings-with-printable.patch \
> >             "
> >  SRC_URI:append:libc-musl = " file://musl.cfg "
> > -# TODO http://lists.busybox.net/pipermail/busybox/2023-January/090078.html
> > -SRC_URI:append:x86 = " file://sha_accel.cfg"
> > -SRC_URI[tarball.sha256sum] = "542750c8af7cb2630e201780b4f99f3dcceeb06f505b479ec68241c1e6af61a5"
> > +SRC_URI[tarball.sha256sum] = "b8cc24c9574d809e7279c3be349795c5d5ceb6fdf19ca709f80cde50e47de314"
> > --
> > 2.40.1
> >
>
> >
> >
> >
>
>
> --
> Alexandre Belloni, co-owner and COO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#181720): https://lists.openembedded.org/g/openembedded-core/message/181720
> Mute This Topic: https://lists.openembedded.org/mt/99126049/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

end of thread, other threads:[~2023-05-26 15:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-25  8:43 [OE-core][PATCH] busybox: 1.36.0 -> 1.36.1 Andrej Valek
2023-05-25 16:13 ` Alexandre Belloni
2023-05-26 15:25   ` Khem Raj
2023-05-26  4:37 ` [OE-core][PATCH v2] " Andrej Valek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.