All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>
To: <Hemanth.KumarMD@windriver.com>,
	<openembedded-core@lists.openembedded.org>
Cc: <Sundeep.Kokkonda@windriver.com>, <Randy.MacLeod@windriver.com>
Subject: Re: [OE-core] [PATCH v3 1/6] glibc: Upgrade to 2.43 release
Date: Wed, 11 Mar 2026 14:43:05 +0100	[thread overview]
Message-ID: <DGZZWPDHTXLA.21EF97RXLFL6F@bootlin.com> (raw)
In-Reply-To: <20260310174403.2309825-1-Hemanth.KumarMD@windriver.com>

On Tue Mar 10, 2026 at 6:43 PM CET, Hemanth Kumar M D via lists.openembedded.org wrote:
> From: Khem Raj <raj.khem@gmail.com>
>
> License-Update: Match to changes [1]
>
> Added free_sized, free_aligned_sized, memset_explicit, memalignment, and new time bases (TIME_MONOTONIC, etc.).
>
> Support for the Linux mseal system call to protect memory mappings (sealing).
>
> Added support for the openat2 system call, allowing more granular file opening options.
>
> New, optimized, and correctly rounded functions from the CORE-MATH project (acosh, asinh, atanh, erf, erfc, lgamma, tgamma).
>
> Significant 4x improvements for fused multiply-add (FMA) on AMD Zen 3 by updating ldbl-96 implementation.
>
> Improved remainder, frexp, and frexpl.
>
> Experimental Clang Support: Added support for building with LLVM Clang (version 18+) on AArch64/x86_64 Linux.
>
> New CPU Detection: Enhanced detection for newer CPU architectures.
>
> 64-bit atomics for 32bit x86 patch is no longer required since upstrea has dropped this logic in 2.43 release
>
> [1] https://sourceware.org/git/?p=glibc.git;a=commit;h=a0ce8b0779e290596e99ca6d96c301684a2d7cfe
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> Signed-off-by: Hemanth Kumar M D <Hemanth.KumarMD@windriver.com>
> ---

Hi Hemanth,

Thanks for the new version. It looks better, but we still have at least
one ptest issue:

Failed ptests:
{'glib-2.0': ['glib/gdatetime.test']}

https://autobuilder.yoctoproject.org/valkyrie/#/builders/56/builds/1216
https://autobuilder.yoctoproject.org/valkyrie/#/builders/61/builds/3225
https://autobuilder.yoctoproject.org/valkyrie/#/builders/73/builds/3252

Test logs can be found here:

https://valkyrie.yocto.io/pub/non-release/20260311-60/testresults/qemuriscv64-ptest/core-image-ptest-glib-2.0/
https://valkyrie.yocto.io/pub/non-release/20260311-60/testresults/qemuarm64-ptest/core-image-ptest-glib-2.0/
https://valkyrie.yocto.io/pub/non-release/20260311-60/testresults/qemux86-64-ptest/core-image-ptest-glib-2.0/

We also have this busybox ptest failure, only on arm64. I suspect it is
related to this series, but I will launch a build to confirm.

Failed ptests:
{'busybox': ['printf_understands_%s_\'"x\'_"\'y"_"\'zTAIL"',
             'printf_handles_positive_numbers_for_%f']}

https://valkyrie.yocto.io/pub/non-release/20260311-60/testresults/qemuarm64-ptest/core-image-ptest-busybox/

Thanks,
Mathieu

-- 
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



  parent reply	other threads:[~2026-03-11 13:43 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-10 17:43 [PATCH v3 1/6] glibc: Upgrade to 2.43 release Hemanth.KumarMD
2026-03-10 17:43 ` [PATCH v3 2/6] gettext: upgrade 0.26 -> 1.0 Hemanth.KumarMD
2026-03-10 17:44 ` [PATCH v3 3/6] gcc-runtime: avoid discarded-qualifiers build failure with glibc 2.43 Hemanth.KumarMD
2026-03-10 17:44 ` [PATCH v3 4/6] libxcrypt: " Hemanth.KumarMD
2026-03-10 17:44 ` [PATCH v3 5/6] barebox-tools: fix " Hemanth.KumarMD
2026-03-10 18:06   ` [OE-core] " Alexander Kanavin
2026-03-12 19:07     ` Randy MacLeod
2026-03-12 19:17       ` Alexander Kanavin
2026-03-13 17:15         ` Ahmad Fatoum
2026-03-17 10:14           ` Hemanth Kumar M D
2026-03-17 12:14             ` Alexander Kanavin
2026-03-10 17:44 ` [PATCH v3 6/6] ltp: workaround openat2 " Hemanth.KumarMD
2026-03-10 18:05   ` [OE-core] " Alexander Kanavin
2026-03-11 13:43 ` Mathieu Dubois-Briand [this message]
2026-03-11 17:43   ` [OE-core] [PATCH v3 1/6] glibc: Upgrade to 2.43 release Mathieu Dubois-Briand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DGZZWPDHTXLA.21EF97RXLFL6F@bootlin.com \
    --to=mathieu.dubois-briand@bootlin.com \
    --cc=Hemanth.KumarMD@windriver.com \
    --cc=Randy.MacLeod@windriver.com \
    --cc=Sundeep.Kokkonda@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.