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.
+++ This bug was initially created as a clone of Bug #2044483 +++
As seen with kernel-core-5.14.0-44.el9.aarch64:
# eu-readelf -l /lib/modules/5.14.0-44.el9.aarch64/vdso/vdso.so
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000000 0x0000000000000000 0x0000000000000000 0x000918 0x000918 R E 0x10
DYNAMIC 0x0007f8 0x00000000000007f8 0x00000000000007f8 0x000100 0x000100 R 0x8
NOTE 0x000268 0x0000000000000268 0x0000000000000268 0x000068 0x000068 R 0x4
Section to Segment mapping:
Segment Sections...
00 [RO: .hash .dynsym .dynstr .gnu.version .gnu.version_d .note .text .dynamic .got .got.plt]
01 [RO: .dynamic]
02 [RO: .note]
This is a regression from RHEL 8, where the GNU_EH_FRAME segment was present:
# eu-readelf -l /lib/modules/4.18.0-359.el8.aarch64/vdso/vdso.so
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000000 0x0000000000000000 0x0000000000000000 0x000a00 0x000a00 R E 0x8
DYNAMIC 0x0008e0 0x00000000000008e0 0x00000000000008e0 0x000100 0x000100 R 0x8
NOTE 0x0002b8 0x00000000000002b8 0x00000000000002b8 0x00003c 0x00003c R 0x4
GNU_EH_FRAME 0x0007a8 0x00000000000007a8 0x00000000000007a8 0x000034 0x000034 R 0x4
Section to Segment mapping:
Segment Sections...
00 [RO: .hash .dynsym .dynstr .gnu.version .gnu.version_d .note .text .eh_frame_hdr .eh_frame .dynamic .got .got.plt]
01 [RO: .dynamic]
02 [RO: .note]
03 [RO: .eh_frame_hdr]
This change may interfere with debugging tools, unwinding through signal frames, etc.
Comment 4RHEL Program Management
2023-07-25 07:28:13 UTC
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release. Therefore, it is being closed. If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.