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 1980480 - annocheck failures about branch protection in NetworkManager RHEL-9 Beta Build
Summary: annocheck failures about branch protection in NetworkManager RHEL-9 Beta Build
Keywords:
Status: CLOSED DUPLICATE of bug 1978176
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: annobin
Version: 9.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: beta
: ---
Assignee: Nick Clifton
QA Contact: qe-baseos-tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-07-08 17:42 UTC by Wen Liang
Modified: 2021-09-20 09:14 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-07-09 13:22:01 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Wen Liang 2021-07-08 17:42:10 UTC
Description of problem:
We see some annocheck failures in NetworkManager gating for RHEL 9.0:
http://artifacts.osci.redhat.com/testing-farm/67c7006a-ce25-4bca-be86-c47119df2922/work-rpminspectKBOu9u/rpminspect/execute/data/annocheck/output.txt
https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=1652393

The error is:
Hardened: /usr/bin/nm-online: MAYB: test: branch-protection because unexpected note value (function: component: main) 
Hardened: /usr/bin/nm-online: skip: stack-clash test because not compiled by gcc 
Hardened: /usr/bin/nm-online: MAYB: test: branch-protection because unexpected note value (function: component: got_client_timeout) 


Result: VERIFY
Waiver Authorization: Not Waivable


Is there anything wrong in the build process, or is this a problem in annobin?

Comment 1 Nick Clifton 2021-07-09 12:36:57 UTC
(In reply to Wen Liang from comment #0)
Hi Wen,

> Hardened: /usr/bin/nm-online: MAYB: test: branch-protection because
> unexpected note value (function: component: main) 

> Is there anything wrong in the build process,

No - and if you are able to, please feel free to waive this result.


> or is this a problem in annobin?

Yes - the problem was that the annobin plugin was built for an earlier version of gcc (11.0.1) but then run with a later version (11.1.6).  This caused incorrect information to be recorded in the built files, which then triggered the messages from annocheck.

The problem has now been resolved.  Annobin has been rebuilt, and if you rebuild NetworkManager the problem should go away.

Are you OK with me CLOSEing this BZ ?

Cheers
  Nick

Comment 2 Wen Liang 2021-07-09 13:01:59 UTC
ok, thanks for the explanation.
(In reply to Nick Clifton from comment #1)
> (In reply to Wen Liang from comment #0)
> Hi Wen,
> 
> > Hardened: /usr/bin/nm-online: MAYB: test: branch-protection because
> > unexpected note value (function: component: main) 
> 
> > Is there anything wrong in the build process,
> 
> No - and if you are able to, please feel free to waive this result.
> 
> 
> > or is this a problem in annobin?
> 
> Yes - the problem was that the annobin plugin was built for an earlier
> version of gcc (11.0.1) but then run with a later version (11.1.6).  This
> caused incorrect information to be recorded in the built files, which then
> triggered the messages from annocheck.
> 
> The problem has now been resolved.  Annobin has been rebuilt, and if you
> rebuild NetworkManager the problem should go away.
> 
> Are you OK with me CLOSEing this BZ ?
> 
> Cheers
>   Nick

ok, thanks for the explanation.

Comment 3 Nick Clifton 2021-07-09 13:22:01 UTC

*** This bug has been marked as a duplicate of bug 1978176 ***


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