From 5dce52255b40b2eae0339d31215c7676060e2a6b Mon Sep 17 00:00:00 2001 From: Xing Li Date: Sat, 20 May 2023 10:29:50 +0800 Subject: [PATCH] Async SHMLBA value with kernel --- glibc.spec | 8 +++++++- testsuite_whitelist | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index 5ba3f84..2e0478e 100644 --- a/glibc.spec +++ b/glibc.spec @@ -66,7 +66,7 @@ ############################################################################## Name: glibc Version: 2.34 -Release: 119 +Release: 120 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -294,6 +294,7 @@ Patch9028: 4_6-LoongArch-Optimize-string-functions-strcmp-strncmp.patch Patch9029: 5_6-LoongArch-Optimize-string-function-strcpy.patch Patch9030: 6_6-LoongArch-Optimize-string-functions-strlen-strnlen.patch Patch9031: math-Fix-asin-and-acos-invalid-exception-with-old-gc.patch +Patch9039: LoongArch-Fix-ptr-mangling-demangling-and-SHMLBA.patch %endif Patch9032: add-pthread_cond_clockwait-GLIBC_2_28.patch Patch9033: 0001-ld.so-support-ld.so-mmap-hugetlb-hugepage-according-.patch @@ -1467,6 +1468,11 @@ fi %endif %changelog +* Fri May 19 2023 Peng Fan - 2.34-120 +- Backport LoongArch patches: +- Fix ptr mangling/demangling features. +- Keep SHMLBA the same value with kernel. + * Mon May 08 2023 laokz - 2.34-119 - Backport RISC-V patches: - Align stack in clone (from v2.35) diff --git a/testsuite_whitelist b/testsuite_whitelist index 64505e3..f8d1bee 100644 --- a/testsuite_whitelist +++ b/testsuite_whitelist @@ -133,3 +133,5 @@ elf/tst-ifunc-fault-bindnow:loongarch64 elf/tst-ifunc-fault-lazy:loongarch64 locale/tst-localedef-path-norm:loongarch64 misc/tst-glibcsyscalls:loongarch64 +# Failed for environment, remove it later. +resolv/tst-resolv-res_init-multi:loongarch64 -- Gitee