Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
.New command for capturing `glibc` optimization data
The new `ld.so --list-diagnostics` command captures data that influences `glibc` optimization decisions, such as IFUNC selection and `glibc-hwcaps` configuration, in a single machine-readable file.
In order to transition to x86-64-v2 in Red Hat Enterprise Linux 9, better diagnostics for missing CPU support are desirable. We should backport these commits:
commit 851f32cf7bf7067f73b991610778915edd57d7b4
Author: Florian Weimer <fweimer>
Date: Tue Mar 2 14:38:42 2021 +0100
ld.so: Implement the --list-diagnostics option
commit 01a5746b6c8a44dc29d33e056b63485075a6a3cc
Author: Florian Weimer <fweimer>
Date: Wed Feb 24 13:12:04 2021 +0100
x86: Add CPU-specific diagnostics to ld.so --list-diagnostics
And we should consider installing a symbolic link /usr/bin/ld.so that points to the architecture dynamic loader, so that users can just run ld.so --help (or use other ld.so features) without worrying about the precise hardware/ABI supported by the system.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (glibc bug fix and enhancement update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2022:2005
In order to transition to x86-64-v2 in Red Hat Enterprise Linux 9, better diagnostics for missing CPU support are desirable. We should backport these commits: commit 851f32cf7bf7067f73b991610778915edd57d7b4 Author: Florian Weimer <fweimer> Date: Tue Mar 2 14:38:42 2021 +0100 ld.so: Implement the --list-diagnostics option commit 01a5746b6c8a44dc29d33e056b63485075a6a3cc Author: Florian Weimer <fweimer> Date: Wed Feb 24 13:12:04 2021 +0100 x86: Add CPU-specific diagnostics to ld.so --list-diagnostics And we should consider installing a symbolic link /usr/bin/ld.so that points to the architecture dynamic loader, so that users can just run ld.so --help (or use other ld.so features) without worrying about the precise hardware/ABI supported by the system.