diff mbox series

glibc: stable 2.39 branch updates.

Message ID 20240517161700.3933511-1-sundeep.kokkonda@windriver.com
State Accepted, archived
Commit b33b29cc6a41ce5ce8c8648bbb6799e323c77b8b
Headers show
Series glibc: stable 2.39 branch updates. | expand

Commit Message

Sundeep KOKKONDA May 17, 2024, 4:17 p.m. UTC
From: Sundeep KOKKONDA <sundeep.kokkonda@windriver.com>

Below commits on glibc-2.39 stable branch are updated.
c7c3f5bf80 LoongArch: Fix undefined `__memset_aligned` reference in ld.so linking.
32969a2b36 socket: Add new test for connect
2db79c96ba libsupport: Add xgetpeername
ab4ef4421f x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)
97bb89668d Force DT_RPATH for --enable-hardcoded-path-in-tests
71149c2a2e elf: Only process multiple tunable once (BZ 31686)
f8e4623421 Add a test to check for duplicate definitions in the static library
8b005d7869 i686: Fix multiple definitions of __memmove_chk and __memset_chk
8323a83abd i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chk
5141d4d83c Revert "i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chk"
c16871e662 Revert "i686: Fix multiple definitions of __memmove_chk and __memset_chk"
fa616ea373 Revert "Add a test to check for duplicate definitions in the static library"
ff110b2591 Add a test to check for duplicate definitions in the static library
ad92c483a4 i686: Fix multiple definitions of __memmove_chk and __memset_chk
3148714ab6 i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chk

Signed-off-by: Sundeep KOKKONDA <sundeep.kokkonda@windriver.com>
---
 meta/recipes-core/glibc/glibc-version.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Sundeep KOKKONDA May 17, 2024, 4:32 p.m. UTC | #1
Regression testing is done and below are the results:

Before glibc update:
-------------------------------------------------
Recipe       | Passed     | Failed   | Skipped  |
-------------------------------------------------
glibc        | 5041       | 123      | 156      |
glibc-user   | 4854       | 239      | 227      |
-------------------------------------------------

After glibc update:
-------------------------------------------------
Recipe       | Passed     | Failed   | Skipped  |
-------------------------------------------------
glibc        | 5043       | 123      | 156      |
glibc-user   | 4863       | 232      | 227      |
-------------------------------------------------

ptest shows below tests as failed after glibc update:
tst-robustpi7, tst-tsearch, tst-dynarray-fail-mem, tst-loading, mtrace-tst-loading
diff mbox series

Patch

diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index 1e4a323d64..20125e4339 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@ 
 SRCBRANCH ?= "release/2.39/master"
 PV = "2.39+git"
-SRCREV_glibc ?= "273a835fe7c685cc54266bb8b502787bad5e9bae"
+SRCREV_glibc ?= "c7c3f5bf80ae86b34501f473f1a9fc545c911b7f"
 SRCREV_localedef ?= "fab74f31b3811df543e24b6de47efdf45b538abc"
 
 GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https"