diff mbox series

[kirkstone] glibc: stable 2.35 branch updates.

Message ID 20230428082947.4091975-1-deepadeepthi98@gmail.com
State Accepted, archived
Commit 0b75397a554c51d4fdfaff1641095615d14fd4e0
Headers show
Series [kirkstone] glibc: stable 2.35 branch updates. | expand

Commit Message

Deepthi Hemraj April 28, 2023, 8:29 a.m. UTC
Below commits on glibc-2.35 stable branch are updated.
1c7f51c75a x86_64: Fix asm constraints in feraiseexcept (bug 30305)
8d07e65d15 gshadow: Matching sgetsgent, sgetsgent_r ERANGE handling (bug 30151)
b7cc55a24e x86: Check minimum/maximum of non_temporal_threshold [BZ #29953]
3f63f9dfe1 stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]
757d9a6306 elf: Smoke-test ldconfig -p against system /etc/ld.so.cache
416bd20b3f Use 64-bit time_t interfaces in strftime and strptime (bug 30053)
ae045ed16b cdefs: Limit definition of fortification macros
6bcd5d8e36 x86: Prevent SIGSEGV in memcmp-sse2 when data is concurrently modified [BZ #29863]
82663d3c03 time: Set daylight to 1 for matching DST/offset change (bug 29951)
d9923235f0 elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power10 (BZ# 29776)

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

Comments

Deepthi Hemraj April 28, 2023, 8:43 a.m. UTC | #1
Regression tests are performed and below is test summary.
Test summary after glibc updates:
185 FAIL
4413 PASS
41 UNSUPPORTED
12 XFAIL
6 XPASS

Test summary before glibc updates:
185 FAIL
4408 PASS
41 UNSUPPORTED
12 XFAIL
6 XPASS

Diff:
0 FAIL
+5 PASS
0 UNSUPPORTED
0 XFAIL
0 XPASS
diff mbox series

Patch

diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index d36da0ce3f..4d8d96cefb 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 ?= "293211b6fddf60fc407d21fcba0326dd2148f76b"
+SRCREV_glibc ?= "1c7f51c75ae300fe52ccb636e71b8e28cb20824c"
 SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87"
 
 GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"