public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/glibc] rawhide: Auto-sync with upstream branch master
Date: Wed, 10 Jun 2026 15:23:06 GMT	[thread overview]
Message-ID: <178110498603.1.4784931769736009505.rpms-glibc-b960794566d3@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/glibc
            Branch : rawhide
            Commit : b960794566d3cd7a6a559484efb10ce37085c7a9
            Author : Frédéric Bérat <fberat@redhat.com>
            Date   : 2026-06-10T10:43:55+02:00
            Stats  : +30/-3 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/glibc/c/b960794566d3cd7a6a559484efb10ce37085c7a9?branch=rawhide

            Log:
            Auto-sync with upstream branch master

Upstream commit: 9cf4dd03bdfd8b4113400e6b56c6d665c3c739ae

- riscv: Keep __memcmpeq alias with RVV memcmp (Zihong Yao)
- fcntl-linux.h : Fix typo in comments. (bug 17119) (Brian Jorgensen)
- iconv: Suppress intermediate errors with //TRANSLIT (bug 34236) (Florian Weimer)
- nscd: Typo in comment (Josef Johansson)
- libio: use _IO_have_wbackup for wide streams (Andreas Schwab)
- elf: don't clobber ld.so.conf in tst-glibc-hwcaps-prepend-cache [BZ #34210] (Sam James)
- elf: Remove inhibit_stack_protector from __ifunc_resolver (Adhemerval Zanella)
- elf: Set up TLS slotinfo for dlopen'd modules before relocation (BZ 34170) (Adhemerval Zanella)
- malloc: Simplify _int_free_chunk (Wilco Dijkstra)
- riscv: Add RVV strrchr for both multiarch and non-multiarch builds (Yao Zihong)
- riscv: Add RVV strchr for both multiarch and non-multiarch builds (Yao Zihong)
- riscv: Add RVV memchr for both multiarch and non-multiarch builds (Yao Zihong)
- riscv: Add RVV memccpy for both multiarch and non-multiarch builds (Yao Zihong)
- riscv: Add RVV memcmp for both multiarch and non-multiarch builds (Yao Zihong)
- malloc: Reduce maximum arenas (Wilco Dijkstra)
- resolv: reset _u._ext.nscount in __res_iclose [BZ #34154] (Adam Yi)
- sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c: Fix typo (Alejandro Colomar)
- malloc: Improve documentation of malloc tunables (Wilco Dijkstra)
- malloc: Minor cleanups (Wilco Dijkstra)
- support: Also run malloc hugetlb=1 tests when transparent hugepage is 'always' (Adhemerval Zanella)
- arm: Fix main-in-dso with non-BFD linkers (BZ 34098) (Adhemerval Zanella)
- elf: Fix tst-ifunc-tls-init with --disable-default-pie (Adhemerval Zanella)
- powerpc64le: Add optimized __memcmpeq for POWER10 (Sachin Monga)

---
diff --git a/glibc.spec b/glibc.spec
index bc63a4f..c7d99d5 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -1,4 +1,4 @@
-%global glibcsrcdir glibc-2.43.9000-375-gc5278a6428
+%global glibcsrcdir glibc-2.43.9000-398-g9cf4dd03bd
 %global glibcversion 2.43.9000
 # Pre-release tarballs are pulled in from git using a command that is
 # effectively:
@@ -152,7 +152,7 @@ Version: %{glibcversion}
 # - It allows using the Release number without the %%dist tag in the dependency
 #   generator to make the generated requires interchangeable between Rawhide
 #   and ELN (.elnYY < .fcXX).
-%global baserelease 19
+%global baserelease 20
 Release: %{baserelease}%{?dist}
 
 # Licenses:
@@ -2408,6 +2408,33 @@ update_gconv_modules_cache ()
 %endif
 
 %changelog
+* Wed Jun 10 2026 Frédéric Bérat <fberat@redhat.com> - 2.43.9000-20
+- Auto-sync with upstream branch master,
+  commit 9cf4dd03bdfd8b4113400e6b56c6d665c3c739ae:
+- riscv: Keep __memcmpeq alias with RVV memcmp (Zihong Yao)
+- fcntl-linux.h : Fix typo in comments. (bug 17119) (Brian Jorgensen)
+- iconv: Suppress intermediate errors with //TRANSLIT (bug 34236) (Florian Weimer)
+- nscd: Typo in comment (Josef Johansson)
+- libio: use _IO_have_wbackup for wide streams (Andreas Schwab)
+- elf: don't clobber ld.so.conf in tst-glibc-hwcaps-prepend-cache [BZ #34210] (Sam James)
+- elf: Remove inhibit_stack_protector from __ifunc_resolver (Adhemerval Zanella)
+- elf: Set up TLS slotinfo for dlopen'd modules before relocation (BZ 34170) (Adhemerval Zanella)
+- malloc: Simplify _int_free_chunk (Wilco Dijkstra)
+- riscv: Add RVV strrchr for both multiarch and non-multiarch builds (Yao Zihong)
+- riscv: Add RVV strchr for both multiarch and non-multiarch builds (Yao Zihong)
+- riscv: Add RVV memchr for both multiarch and non-multiarch builds (Yao Zihong)
+- riscv: Add RVV memccpy for both multiarch and non-multiarch builds (Yao Zihong)
+- riscv: Add RVV memcmp for both multiarch and non-multiarch builds (Yao Zihong)
+- malloc: Reduce maximum arenas (Wilco Dijkstra)
+- resolv: reset _u._ext.nscount in __res_iclose [BZ #34154] (Adam Yi)
+- sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c: Fix typo (Alejandro Colomar)
+- malloc: Improve documentation of malloc tunables (Wilco Dijkstra)
+- malloc: Minor cleanups (Wilco Dijkstra)
+- support: Also run malloc hugetlb=1 tests when transparent hugepage is 'always' (Adhemerval Zanella)
+- arm: Fix main-in-dso with non-BFD linkers (BZ 34098) (Adhemerval Zanella)
+- elf: Fix tst-ifunc-tls-init with --disable-default-pie (Adhemerval Zanella)
+- powerpc64le: Add optimized __memcmpeq for POWER10 (Sachin Monga)
+
 * Tue Jun 02 2026 Frédéric Bérat <fberat@redhat.com> - 2.43.9000-19
 - Auto-sync with upstream branch master,
   commit c5278a64282f1c1f9a88711bac7b4e1469f851d6:

diff --git a/sources b/sources
index d8fe9f6..409a614 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (glibc-2.43.9000-375-gc5278a6428.tar.xz) = 4df2b3c42293ca3365a7ad676d2ae338a74bfe0d7ac69b9c039ff5856c3ff1cdf3d42437e8260a74ab483ead18d21e81ee6b780afe54e377155c25df29d0230d
+SHA512 (glibc-2.43.9000-398-g9cf4dd03bd.tar.xz) = 1897f4087aefdda2e79fc8eeb2cf8a71b3ec516d37e9c0709b50758a7475a3594e5395a81f39fff1746dfbd84b5a8fb5e2f35a058bbcd66f02b3aa3b1a299ef2

             reply	other threads:[~2026-06-10 15:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-10 15:23  [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-06-23 17:32 [rpms/glibc] rawhide: Auto-sync with upstream branch master 
2026-06-16 13:09 
2026-06-02  7:31 

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178110498603.1.4784931769736009505.rpms-glibc-b960794566d3@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox