diff mbox series

[kirkstone] glibc: stable 2.35 branch updates

Message ID 20230913111845.585486-1-sanjanasanju1608@gmail.com
State Accepted, archived
Commit 05760b29576aa8797bbae2e9a1a6a44d3c6aa97e
Headers show
Series [kirkstone] glibc: stable 2.35 branch updates | expand

Commit Message

Sanjana V Sept. 13, 2023, 11:18 a.m. UTC
Below commits on glibc-2.35 stable branch are updated.

561e9dadc0 x86: Fix incorrect scope of setting `shared_per_thread`
1c3ecf5858 x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.
47c7d2eb03 x86: Fix slight bug in `shared_per_thread` cache size calculation.
d1b1da26ea x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`
e19af583b4 elf: _dl_find_object may return 1 during early startup.

Signed-off-by: Sanjana <sanjanasanju1608@gmail.com>
---
 meta/recipes-core/glibc/glibc-version.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Sanjana V Sept. 13, 2023, 11:30 a.m. UTC | #1
Regression tests are performed and below is test summary.
Test summary after glibc updates:
PASS : 4773
FAIL   : 139
XPASS : 6
XFAIL   : 16
UNSUPPORTED : 235

Test summary before glibc updates:
PASS : 4770
FAIL   : 142
XPASS : 6
XFAIL   : 16
UNSUPPORTED : 235

Diff:
+3 PASS
0 FAIL
0 XPASS
0 XFAIL
0 UNSUPPORTED
Khem Raj Sept. 13, 2023, 5:41 p.m. UTC | #2
Thanks LGTM

On Wed, Sep 13, 2023 at 4:19 AM Sanjana V <sanjanasanju1608@gmail.com> wrote:
>
> Below commits on glibc-2.35 stable branch are updated.
>
> 561e9dadc0 x86: Fix incorrect scope of setting `shared_per_thread`
> 1c3ecf5858 x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.
> 47c7d2eb03 x86: Fix slight bug in `shared_per_thread` cache size calculation.
> d1b1da26ea x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`
> e19af583b4 elf: _dl_find_object may return 1 during early startup.
>
> Signed-off-by: Sanjana <sanjanasanju1608@gmail.com>
> ---
>  meta/recipes-core/glibc/glibc-version.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
> index 01b1abef7d..f23ceb5a25 100644
> --- a/meta/recipes-core/glibc/glibc-version.inc
> +++ b/meta/recipes-core/glibc/glibc-version.inc
> @@ -1,6 +1,6 @@
>  SRCBRANCH ?= "release/2.35/master"
>  PV = "2.35"
> -SRCREV_glibc ?= "cbceb903c4d770acc7e4ba5641036516830ed69b"
> +SRCREV_glibc ?= "561e9dadc02f46a7ba2190c0a04259583479f6c9"
>  SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87"
>
>  GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#187583): https://lists.openembedded.org/g/openembedded-core/message/187583
> Mute This Topic: https://lists.openembedded.org/mt/101334533/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index 01b1abef7d..f23ceb5a25 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@ 
 SRCBRANCH ?= "release/2.35/master"
 PV = "2.35"
-SRCREV_glibc ?= "cbceb903c4d770acc7e4ba5641036516830ed69b"
+SRCREV_glibc ?= "561e9dadc02f46a7ba2190c0a04259583479f6c9"
 SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87"
 
 GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"