-
Bug
-
Resolution: Done
-
Critical
-
rhel-10.0.beta
-
None
-
None
-
Patch
-
1
-
rhel-sst-pt-libraries
-
ssg_platform_tools
-
6
-
0
-
False
-
-
None
-
Red Hat Enterprise Linux
-
Libraries Sprint 2
-
None
-
None
-
-
Unspecified
-
None
1. Identify all backports corresponding to open RHEL-10 glibc issues that we intend to fix in the next sprint and ensure that they land upstream in release/2.39/master.
2. Sync Fedora 40 from release/2.39/master.
3. File a bodhi update and see it through from testing to stable.
One relevant commit of note at the time of filing this issue:
commit f6ea5d1291cf3f264514d03872ebae84e0293b69 Author: Florian Weimer <fweimer@redhat.com> Date: Tue Jun 18 10:56:34 2024 +0200 Linux: Include <dl-symbol-redir-ifunc.h> in dl-sysdep.c The _dl_sysdep_parse_arguments function contains initalization of a large on-stack variable: dl_parse_auxv_t auxv_values = { 0, }; This uses a non-inline version of memset on powerpc64le-linux-gnu, so it must use the baseline memset.