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.
Bug 1748802 - unknown program header entry type 0x6474e553
Summary: unknown program header entry type 0x6474e553
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: elfutils
Version: 8.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 8.2
Assignee: Mark Wielaard
QA Contact: Martin Cermak
URL:
Whiteboard:
Depends On:
Blocks: 1785332 1788646
TreeView+ depends on / blocked
 
Reported: 2019-09-04 08:14 UTC by Martin Cermak
Modified: 2021-09-17 14:50 UTC (History)
4 users (show)

Fixed In Version: elfutils-0.178-2.el8
Doc Type: No Doc Update
Doc Text:
No Doc Update
Clone Of:
: 1785332 1788646 (view as bug list)
Environment:
Last Closed: 2020-04-28 16:58:18 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
test logs (3.63 KB, application/x-xz)
2019-09-04 08:16 UTC, Martin Cermak
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-26847 0 None None None 2021-09-17 14:50:24 UTC
Red Hat Product Errata RHEA-2020:1872 0 None None None 2020-04-28 16:58:28 UTC

Description Martin Cermak 2019-09-04 08:14:44 UTC
It turns out that with gcc-toolset-9-binutils-2.32-15.el8, 3 elfutils tests (coming from gcc-toolset-9-elfutils-0.176-5.el8.x86_64) fail.  They are: run-strip-strmerge.sh run-elflint-self.sh run-reverse-sections-self.sh.

>>> How to reproduce the FAIL(s): Install gcc-toolset-9-gcc-9.1.1-2.3.el8.x86_64 and gcc-toolset-9-binutils-2.32-15.el8.x86_64, run a shell with gcc-toolset-9 enabled, `rpmbuild -bc <the spec file of gcc-toolset-9-elfutils-0.176-5.el8.src.rpm>`, `make check TESTS='run-strip-strmerge.sh run-elflint-self.sh run-reverse-sections-self.sh'`  The failures are:


FAIL: run-strip-strmerge.sh
===========================

elflint /root/rpmbuild/BUILD/elfutils-0.176/tests/elfstrmerge
program header entry 9: unknown program header entry type 0x6474e553
FAIL run-strip-strmerge.sh (exit status: 1)

FAIL: run-elflint-self.sh
=========================

program header entry 9: unknown program header entry type 0x6474e553
*** failure in /root/rpmbuild/BUILD/elfutils-0.176/src/elflint --quiet --gnu-ld /root/rpmbuild/BUILD/elfutils-0.176/src/addr2line
program header entry 10: unknown program header entry type 0x6474e553
*** failure in /root/rpmbuild/BUILD/elfutils-0.176/src/elflint --quiet --gnu-ld /root/rpmbuild/BUILD/elfutils-0.176/src/elfcmp
program header entry 10: unknown program header entry type 0x6474e553
*** failure in /root/rpmbuild/BUILD/elfutils-0.176/src/elflint --quiet --gnu-ld /root/rpmbuild/BUILD/elfutils-0.176/src/objdump
program header entry 9: unknown program header entry type 0x6474e553
*** failure in /root/rpmbuild/BUILD/elfutils-0.176/src/elflint --quiet --gnu-ld /root/rpmbuild/BUILD/elfutils-0.176/src/readelf
program header entry 8: unknown program header entry type 0x6474e553
*** failure in /root/rpmbuild/BUILD/elfutils-0.176/src/elflint --quiet --gnu-ld /root/rpmbuild/BUILD/elfutils-0.176/libelf/libelf.so
program header entry 8: unknown program header entry type 0x6474e553
*** failure in /root/rpmbuild/BUILD/elfutils-0.176/src/elflint --quiet --gnu-ld /root/rpmbuild/BUILD/elfutils-0.176/libdw/libdw.so
program header entry 7: unknown program header entry type 0x6474e553
*** failure in /root/rpmbuild/BUILD/elfutils-0.176/src/elflint --quiet --gnu-ld /root/rpmbuild/BUILD/elfutils-0.176/backends/libebl_i386.so
program header entry 7: unknown program header entry type 0x6474e553
*** failure in /root/rpmbuild/BUILD/elfutils-0.176/src/elflint --quiet --gnu-ld /root/rpmbuild/BUILD/elfutils-0.176/backends/libebl_x86_64.so
FAIL run-elflint-self.sh (exit status: 1)

FAIL: run-reverse-sections-self.sh
==================================


copy_elf: /root/rpmbuild/BUILD/elfutils-0.176/src/addr2line -> addr2line.rev (read,reverse)
setshstrndx: 38
Swapping offsets of section 29 and 30
Swapping offsets of section 31 and 32
Swapping offsets of section 33 and 34
Swapping offsets of section 37 and 38
program header entry 9: unknown program header entry type 0x6474e553
FAIL run-reverse-sections-self.sh (exit status: 1)
=======

>>> How to get a PASS: Still in the ^^ shell with gcc-toolset-9 enabled, uninstall gcc-toolset-9-binutils, repeat `rpmbuild -bc`, and repeat `make check`.

Comment 1 Martin Cermak 2019-09-04 08:16:32 UTC
Created attachment 1611400 [details]
test logs

Comment 3 Mark Wielaard 2019-09-04 10:30:24 UTC
Seems to be caused by a newer binutils which inserts a new ELF Program header 0x6474e553.
This seems to be:
 #define PT_GNU_PROPERTY    (PT_LOOS + 0x474e553) /* GNU property */
Which is a binutils local define.

Nick, what is the idea behind this?
I cannot find any documentation on it.
glibc elf.h doesn't define it.
I cannot find anything that uses it.

Comment 4 Nick Clifton 2019-09-04 11:11:27 UTC
(In reply to Mark Wielaard from comment #3)
Hi Mark,

>  #define PT_GNU_PROPERTY    (PT_LOOS + 0x474e553) /* GNU property */
> Nick, what is the idea behind this?

It is an H.J. special.  Do I need to say more ? :-)

> I cannot find any documentation on it.

Check out H.J.'s Linux extensions page:
  https://github.com/hjl-tools/linux-abi/wiki/Linux-Extensions-to-gABI

Specifically the draft ABI extensions in this document:
  https://github.com/hjl-tools/linux-abi/wiki/linux-abi-draft.pdf

> I cannot find anything that uses it.

The loader should be using it.  Or maybe I should say that the loader
will be using it in the future.

Cheers
  Nick

Comment 5 Mark Wielaard 2019-09-04 12:21:57 UTC
This only happens when something is linked with the DTS9 binutils ld linker. So it doesn't seem like a priority for 8.1. It is also "just" a testsuite failure.
The support for this new program header (and possible new section header type?) doesn't seem finalized. So moving to 8.2.
We can at least make eu-elflint recognize the new type, even if we don't/cannot process it yet.

Comment 10 errata-xmlrpc 2020-04-28 16:58:18 UTC
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, 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/RHEA-2020:1872


Note You need to log in before you can comment on or make changes to this bug.