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: Tue, 21 Jul 2026 17:07:01 GMT [thread overview]
Message-ID: <178465362161.1.14203636274690735161.rpms-glibc-6c96db62b788@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/glibc
Branch : rawhide
Commit : 6c96db62b78890597487a9386e1a2d3358148332
Author : Frédéric Bérat <fberat@redhat.com>
Date : 2026-07-21T11:12:47+02:00
Stats : +47/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/glibc/c/6c96db62b78890597487a9386e1a2d3358148332?branch=rawhide
Log:
Auto-sync with upstream branch master
Upstream commit: a5aa0df24ad61a7dbc0f7c0dc9da7387ec0e974d
- hurd: demangle pointers on fork's longjmp (Samuel Thibault)
- hurd: Add __readlink and readlink to dl-sysdep.c (Samuel Thibault)
- hurd: Add __fstatat64 to dl-sysdep.c (Samuel Thibault)
- manual: Add stability warning regarding system-wide tunables (Florian Weimer)
- contrib.texi: update (Andreas K. Hüttel)
- NEWS: insert list of fixed bugs (Andreas K. Hüttel)
- NEWS: editorial changes (Andreas K. Hüttel)
- math: Update tanh from CORE-MATH (revision cf237fa0) (Adhemerval Zanella)
- Revert "malloc: Remove dynamic mmap/trim threshold [BZ #30769]" (Peter Bergner)
- Add RWF_NOSIGNAL from Linux 6.18 to bits/uio-ext.h (Adhemerval Zanella)
- math: Fix inaccurate sin/cos/tan for large arguments (BZ 34376) (Adhemerval Zanella)
- benchtests: Add path-oriented workloads to tan (Adhemerval Zanella)
- benchtests: Add path-oriented workloads to sin (Adhemerval Zanella)
- benchtests: Add path-oriented workloads to cos (Adhemerval Zanella)
- sparc: Align THP tests to the 8MB huge-page size (Adhemerval Zanella)
- elf: Defer arch PLT IFUNC relocations in the two-phase relocation split (Adhemerval Zanella)
- sparc: Fix static IFUNC startup crash by redirecting __mempcpy (BZ #34396) (Adhemerval Zanella)
- Revert "strace-tst-thp.sh: Allow unsupported THP tests" (H.J. Lu)
- strace-tst-thp.sh: Allow unsupported THP tests (H.J. Lu)
- thp: Disable THP if THP isn't supported by kernel (H.J. Lu)
- thp: Link THP PDE tests with $(LOAD-THP-ADDRESS-LDFLAGS) (H.J. Lu)
- Add advisory text for CVE-2026-6368 (Adhemerval Zanella)
- posix: Fix wordexp WRDE_APPEND to preserve state on non-NOSPACE errors (BZ 34090, CVE-2026-6368) (Adhemerval Zanella)
- ldconfig: add --install option (DJ Delorie)
- po: Integrate translations (Andreas K. Hüttel)
- s390: Use 64bit branch relative on count instruction in strncpy-z900.S [BZ #34398] (Stefan Liebler)
- Use correct type for glibc.malloc.perturb in tst-tunconf1.c (Stefan Liebler)
- benchtests: Build benchmarks in parallel (Adhemerval Zanella)
- sparc: Fix static (non-PIE) executables when PIE is enabled by default (Adhemerval Zanella)
- elf: Remove unused tunable_seclevel_t (Adhemerval Zanella)
- elf: Remove _dl_unload_cache (Adhemerval Zanella)
- manual: Document default AT_SECURE handling for system-wide tunables (Adhemerval Zanella)
- elf: Let environment aliases override overridable system-wide tunables (Adhemerval Zanella)
- elf: Avoid redundant ld.so.cache reload after first load (Adhemerval Zanella)
- elf: Verify the tunable cache header signature and version (Adhemerval Zanella)
- elf: Bound the tunable cache string table against the mapping size (Adhemerval Zanella)
- localedata: Use libc-alpha ML as the canonical contact (Siddhesh Poyarekar)
- posix: Use unique PID file in tst-spawn3 and tst-spawn3-pidfd (Florian Weimer)
- localedata: Avoid concurrently written locales in gen-locale.sh (Florian Weimer)
- Add system-wide tunables: implement overridability (DJ Delorie)
---
diff --git a/glibc.spec b/glibc.spec
index bcbfc01..2bbd944 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -1,4 +1,4 @@
-%global glibcsrcdir glibc-2.43.9000-496-gb5eecf35d9
+%global glibcsrcdir glibc-2.43.9000-536-ga5aa0df24a
%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 24
+%global baserelease 25
Release: %{baserelease}%{?dist}
# Licenses:
@@ -2404,6 +2404,50 @@ update_gconv_modules_cache ()
%endif
%changelog
+* Tue Jul 21 2026 Frédéric Bérat <fberat@redhat.com> - 2.43.9000-25
+- Auto-sync with upstream branch master,
+ commit a5aa0df24ad61a7dbc0f7c0dc9da7387ec0e974d:
+- hurd: demangle pointers on fork's longjmp (Samuel Thibault)
+- hurd: Add __readlink and readlink to dl-sysdep.c (Samuel Thibault)
+- hurd: Add __fstatat64 to dl-sysdep.c (Samuel Thibault)
+- manual: Add stability warning regarding system-wide tunables (Florian Weimer)
+- contrib.texi: update (Andreas K. Hüttel)
+- NEWS: insert list of fixed bugs (Andreas K. Hüttel)
+- NEWS: editorial changes (Andreas K. Hüttel)
+- math: Update tanh from CORE-MATH (revision cf237fa0) (Adhemerval Zanella)
+- Revert "malloc: Remove dynamic mmap/trim threshold [BZ #30769]" (Peter Bergner)
+- Add RWF_NOSIGNAL from Linux 6.18 to bits/uio-ext.h (Adhemerval Zanella)
+- math: Fix inaccurate sin/cos/tan for large arguments (BZ 34376) (Adhemerval Zanella)
+- benchtests: Add path-oriented workloads to tan (Adhemerval Zanella)
+- benchtests: Add path-oriented workloads to sin (Adhemerval Zanella)
+- benchtests: Add path-oriented workloads to cos (Adhemerval Zanella)
+- sparc: Align THP tests to the 8MB huge-page size (Adhemerval Zanella)
+- elf: Defer arch PLT IFUNC relocations in the two-phase relocation split (Adhemerval Zanella)
+- sparc: Fix static IFUNC startup crash by redirecting __mempcpy (BZ #34396) (Adhemerval Zanella)
+- Revert "strace-tst-thp.sh: Allow unsupported THP tests" (H.J. Lu)
+- strace-tst-thp.sh: Allow unsupported THP tests (H.J. Lu)
+- thp: Disable THP if THP isn't supported by kernel (H.J. Lu)
+- thp: Link THP PDE tests with $(LOAD-THP-ADDRESS-LDFLAGS) (H.J. Lu)
+- Add advisory text for CVE-2026-6368 (Adhemerval Zanella)
+- posix: Fix wordexp WRDE_APPEND to preserve state on non-NOSPACE errors (BZ 34090, CVE-2026-6368) (Adhemerval Zanella)
+- ldconfig: add --install option (DJ Delorie)
+- po: Integrate translations (Andreas K. Hüttel)
+- s390: Use 64bit branch relative on count instruction in strncpy-z900.S [BZ #34398] (Stefan Liebler)
+- Use correct type for glibc.malloc.perturb in tst-tunconf1.c (Stefan Liebler)
+- benchtests: Build benchmarks in parallel (Adhemerval Zanella)
+- sparc: Fix static (non-PIE) executables when PIE is enabled by default (Adhemerval Zanella)
+- elf: Remove unused tunable_seclevel_t (Adhemerval Zanella)
+- elf: Remove _dl_unload_cache (Adhemerval Zanella)
+- manual: Document default AT_SECURE handling for system-wide tunables (Adhemerval Zanella)
+- elf: Let environment aliases override overridable system-wide tunables (Adhemerval Zanella)
+- elf: Avoid redundant ld.so.cache reload after first load (Adhemerval Zanella)
+- elf: Verify the tunable cache header signature and version (Adhemerval Zanella)
+- elf: Bound the tunable cache string table against the mapping size (Adhemerval Zanella)
+- localedata: Use libc-alpha ML as the canonical contact (Siddhesh Poyarekar)
+- posix: Use unique PID file in tst-spawn3 and tst-spawn3-pidfd (Florian Weimer)
+- localedata: Avoid concurrently written locales in gen-locale.sh (Florian Weimer)
+- Add system-wide tunables: implement overridability (DJ Delorie)
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.43.9000-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index 66adb21..c088735 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (glibc-2.43.9000-496-gb5eecf35d9.tar.xz) = c1c40086bcc40e2fb3be338aa0f1f2dd6bfd78010607679b5452cc66f7fbcfddae67d89ba64c23de88fd61d50e917c031ed44d821c6b1bb685f99fc2d2ea8d64
+SHA512 (glibc-2.43.9000-536-ga5aa0df24a.tar.xz) = 79224e8c03fd393a642cd0f5a0b04569f77cb6c01d922e7005ae7d68e8986904a55f00a377c6f6392501e6daba2d4b4f5369b02d433849fdefac5afa9b71086e
next reply other threads:[~2026-07-21 17:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-21 17:07 [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-07-07 13:52 [rpms/glibc] rawhide: Auto-sync with upstream branch master
2026-06-23 17:32
2026-06-16 13:09
2026-06-10 15:23
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=178465362161.1.14203636274690735161.rpms-glibc-6c96db62b788@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