diff mbox series

[wrynose] glibc: stable 2.43 branch updates

Message ID 20260904065001.674758-1-Hemanth.KumarMD@windriver.com
State New
Headers show
Series [wrynose] glibc: stable 2.43 branch updates | expand

Commit Message

Hemanth Kumar M D Sept. 4, 2026, 6:50 a.m. UTC
From: Hemanth Kumar M D <Hemanth.KumarMD@windriver.com>

$ git log --oneline 1c9988e52540c844928c6d93ff45305adc2c24a0..8dad0ee453a9bd9d24e55daba85e70915b29e19d
8dad0ee453 alpha: expect test-float32x-float64-div to fail
f024355965 alpha: add the denormal trap enable bit to FE_NOMASK_ENV
c4dac931ab alpha: Fix stack alignment in makecontext
76115597fe alpha: fix setrlimit compat symbol for negative rlim values besides -1
c29ca5d216 iconvdata: Test case for bug 34556, bug 34568
3ad1bbd8f9 iconvdata: EUC_JISX0213 decoding lacks pending character reset (CVE-2026-80489)
138c43f018 iconvdata: SHIFT_JISX0213 decoding lacks pending character reset (CVE-2026-77117)
713998bf00 stdlib: Fix right-justification in strfmon (bug 34510, CVE-2026-19499)
2a35bab35b posix: Remove unnecessary overflow check in wordexp (BZ 34090)
4964178b4d m68k: remove sysdeps/m68k/m680x0/fpu/w_fmod_compat.c (bug 34559)
0afa34adb0 misc: Fix out-of-bounds array write in tdelete (bug 34506)
7d26579873 malloc: Show hugetlb tunable default in --list-tunables
8017bcfc4d m68k: Fix fmod/fmodf infinite recursion (BZ 34508)
a388c4002d posix: Fix wordexp WRDE_APPEND to preserve state on non-NOSPACE errors (BZ 34090, CVE-2026-6368)
bc95068f5f ppc64le: Restore optimized memchr for power10 [BZ #34300]

Testing Results:
+--------------+--------+--------+------+
| Result       | Before | After  | Diff |
+--------------+--------+--------+------+
| PASS         | 5818   | 5821   | +3   |
| XPASS        | 4      | 4      | 0    |
| FAIL         | 1071   | 1071   | 0    |
| XFAIL        | 16     | 16     | 0    |
| UNSUPPORTED  | 402    | 402    | 0    |
| UNRESOLVED   | 7      | 7      | 0    |
+--------------+--------+--------+------+

Changes in testcases:
+------------------------------------+--------+--------+
| Testcase                           | Before | After  |
+------------------------------------+--------+--------+
| iconvdata/tst-jisx0213-progress    | N/A    | PASS   |
| posix/tst-wordexp-append           | N/A    | PASS   |
| stdlib/tst-strfmon-bug34510        | N/A    | PASS   |
+------------------------------------+--------+--------+

Justification:

commit - c29ca5d216 iconvdata: Test case for bug 34556, bug 34568
Adds the regression test for the EUC_JISX0213 / SHIFT_JISX0213 pending
character reset fixes (CVE-2026-80489, CVE-2026-77117).
+PASS: iconvdata/tst-jisx0213-progress

commit - a388c4002d posix: Fix wordexp WRDE_APPEND to preserve state
on non-NOSPACE errors (BZ 34090, CVE-2026-6368)
Fixes WRDE_APPEND state preservation and adds a regression test.
+PASS: posix/tst-wordexp-append

commit - 713998bf00 stdlib: Fix right-justification in strfmon
Fixes right-justification in strfmon and adds a regression test.
+PASS: stdlib/tst-strfmon-bug34510

Signed-off-by: Hemanth Kumar M D <Hemanth.KumarMD@windriver.com>
---
 meta/recipes-core/glibc/glibc-version.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index cf5a444095..6d667ac95c 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@ 
 SRCBRANCH ?= "release/2.43/master"
 PV = "2.43+git"
-SRCREV_glibc ?= "1c9988e52540c844928c6d93ff45305adc2c24a0"
+SRCREV_glibc ?= "8dad0ee453a9bd9d24e55daba85e70915b29e19d"
 SRCREV_localedef ?= "cba02c503d7c853a38ccfb83c57e343ca5ecd7e5"
 
 GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https"