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 1972803 - [ppc64le specific] error: implicit declaration of function ‘FULL_REGS’
Summary: [ppc64le specific] error: implicit declaration of function ‘FULL_REGS’
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: systemtap
Version: 9.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: beta
: ---
Assignee: Frank Ch. Eigler
QA Contact: Martin Cermak
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-06-16 16:32 UTC by Martin Cermak
Modified: 2021-12-07 21:53 UTC (History)
3 users (show)

Fixed In Version: systemtap-4.5-3.el9
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-12-07 21:50:14 UTC
Type: Bug
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)

Description Martin Cermak 2021-06-16 16:32:06 UTC
(1) scr0   9.0 Server ppc64le # rpm -q systemtap ; uname -r
systemtap-4.5-2.el9.ppc64le
5.13.0-0.rc4.33.el9.ppc64le
scr0   9.0 Server ppc64le # 
scr0   9.0 Server ppc64le # stap -v -e 'probe begin { log("hello"); exit() }
'
Pass 1: parsed user script and 502 library scripts using 116288virt/89024res/14592shr/73344data kb, in 300usr/10sys/303real ms.
Pass 2: analyzed script: 1 probe, 2 functions, 0 embeds, 0 globals using 117632virt/93248res/15424shr/74688data kb, in 10usr/0sys/9real ms.
Pass 3: translated to C into "/tmp/stapQCS2vP/stap_a0adddb0dd10690018ba6bd4dc7d6b96_1161_src.c" using 117632virt/93248res/15424shr/74688data kb, in 0usr/0sys/0real ms.
In file included from /usr/share/systemtap/runtime/linux/../regs.c:20,
                 from /usr/share/systemtap/runtime/linux/runtime.h:251,
                 from /usr/share/systemtap/runtime/runtime.h:26,
                 from /tmp/stapQCS2vP/stap_a0adddb0dd10690018ba6bd4dc7d6b96_1161_src.c:21:
/usr/share/systemtap/runtime/linux/../linux/regs.c: In function ‘_stp_print_regs’:
/usr/share/systemtap/runtime/linux/../linux/regs.c:185:33: error: implicit declaration of function ‘FULL_REGS’ [-Werror=implicit-function-declaration]
  185 |                 if (i == 13 && !FULL_REGS(regs))
      |                                 ^~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [scripts/Makefile.build:272: /tmp/stapQCS2vP/stap_a0adddb0dd10690018ba6bd4dc7d6b96_1161_src.o] Error 1
make: *** [Makefile:1855: /tmp/stapQCS2vP] Error 2
WARNING: kbuild exited with status: 2
Pass 4: compiled C into "stap_a0adddb0dd10690018ba6bd4dc7d6b96_1161.ko" in 48340usr/2450sys/9606real ms.
Pass 4: compilation failed.  [man error::pass4]
(1) scr0   9.0 Server ppc64le #

Comment 1 Frank Ch. Eigler 2021-06-24 00:19:38 UTC
upstream commit eaf64df6a


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