Message ID | 20251006125127.2156281-1-Deepesh.Varatharajan@windriver.com |
---|---|
State | Accepted, archived |
Commit | 05760b29576aa8797bbae2e9a1a6a44d3c6aa97e |
Delegated to: | Steve Sakoman |
Headers | show |
Series | [kirkstone] glibc: stable 2.35 branch updates | expand |
LGTM On Mon, Oct 6, 2025 at 5:51 AM Varatharajan, Deepesh via lists.openembedded.org <deepesh.varatharajan=windriver.com@lists.openembedded.org> wrote: > > From: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> > > git log --oneline a66bc3941ff298e474d5f02d0c3303401951141f..4e50046821f05ada5f14c76803845125ddb3ed7d > > 4e50046821 (HEAD, origin/release/2.35/master) x86-64: Add GLIBC_ABI_DT_X86_64_PLT [BZ #33212] > c97735cfde elf: Handle ld.so with LOAD segment gaps in _dl_find_object (bug 31943) > 96cc65a28a elf: Extract rtld_setup_phdr function from dl_main > e3f04f64fa elf: Do not add a copy of _dl_find_object to libc.so > bfae8bf49c arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405) > > Testing Results: > Before After Diff > PASS 4605 4609 +4 > XPASS 6 6 0 > FAIL 358 356 -2 > XFAIL 16 16 0 > UNRESOLVED 0 1 +1 > UNSUPPORTED 197 197 0 > > Testcases changes > > testcase-name before after > > elf/tst-link-map-contiguous-libc(new) - PASS > elf/tst-link-map-contiguous-ldso(new) - FAIL > elf/check-dt-x86-64-plt(new) - UNRESOLVED > misc/tst-tsearch FAIL PASS > posix/bug-regex24 FAIL PASS > string/tst-cmp FAIL PASS > > Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.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 0b06005b25..b9f5e8fb8f 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 ?= "a66bc3941ff298e474d5f02d0c3303401951141f" > +SRCREV_glibc ?= "4e50046821f05ada5f14c76803845125ddb3ed7d" > SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87" > > GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" > -- > 2.49.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#224478): https://lists.openembedded.org/g/openembedded-core/message/224478 > Mute This Topic: https://lists.openembedded.org/mt/115616204/1997914 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc index 0b06005b25..b9f5e8fb8f 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 ?= "a66bc3941ff298e474d5f02d0c3303401951141f" +SRCREV_glibc ?= "4e50046821f05ada5f14c76803845125ddb3ed7d" SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87" GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"