diff mbox series

[dunfell] glibc: stable 2.31 branch updates.

Message ID 20230713092717.3241412-1-Deepthi.Hemraj@windriver.com
State Accepted, archived
Headers show
Series [dunfell] glibc: stable 2.31 branch updates. | expand

Commit Message

Deepthi H July 13, 2023, 9:27 a.m. UTC
Below commits on glibc-2.31 stable branch are updated.
2d4f26e5cf x86: Fix wcsnlen-avx2 page cross length comparison

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

Comments

Deepthi.Hemraj@eng.windriver.com July 13, 2023, 9:37 a.m. UTC | #1
Summary of after update test results:
34 FAIL
5027 PASS
37 UNSUPPORTED
12 XFAIL
6 XPASS

Summary of before update test results:
35 FAIL
5026 PASS
37 UNSUPPORTED
12 XFAIL
6 XPASS

Diff:
-1 FAIL
1 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 5414297ba1..95e2bba301 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@ 
 SRCBRANCH ?= "release/2.31/master"
 PV = "2.31+git${SRCPV}"
-SRCREV_glibc ?= "d4b75594574ab8a9c2c41209cd8c62aac76b5a04"
+SRCREV_glibc ?= "2d4f26e5cfda682f9ce61444b81533b83f6381af"
 SRCREV_localedef ?= "cd9f958c4c94a638fa7b2b4e21627364f1a1a655"
 
 GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"