diff mbox series

[kirkstone] glibc: stable 2.35 branch updates.

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

Commit Message

Yash Shinde Dec. 1, 2022, 9:34 a.m. UTC
Below commits on glibc-2.35 stable branch are updated.

8263cbfc11 Linux: Support __IPC_64 in sysvctl *ctl command arguments (bug 29771)
f6d4c1ac64 mktime: improve heuristic for ca-1986 Indiana DST
ef82619da2 Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]
cbfe89a675 linux: Fix fstatat on MIPSn64 (BZ #29730)
3362566e84 linux: Fix generic struct_stat for 64 bit time (BZ# 29657)

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

Comments

Yash Shinde Dec. 1, 2022, 9:44 a.m. UTC | #1
Regression tests are performed and below is test summary.

Test summary after glibc updates:
143 FAIL
4411 PASS
41 UNSUPPORTED
12 XFAIL
6 XPASS

Test summary before glibc updates:
143 FAIL
4411 PASS
41 UNSUPPORTED
12 XFAIL
6 XPASS

The test summary file tests.sum (after glibc update) is attached.
diff mbox series

Patch

diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index 7d7db46c2f..60509174fe 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 ?= "8d125a1f9145ad90c94e438858d6b5b7578686f2"
+SRCREV_glibc ?= "8263cbfc1155f2ed5ee304bd7ff7fc6ad44c6152"
 SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87"
 
 GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"