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.
Another similar problem is the unreachability of function parameters in the main ppc64le fork-routine _do_fork():
=======
8.0 Server ppc64le # nl -ba /root/rpmbuild/BUILD/kernel-4.18.0-50.el8/linux-4.18.0-50.el8.ppc64le/kernel/fork.c | sed '2088,2102!d'
2088 }
2089
2090 /*
2091 * Ok, this is the main fork-routine.
2092 *
2093 * It copies the process, and if successful kick-starts
2094 * it and waits for it to finish using the VM if required.
2095 */
2096 long _do_fork(unsigned long clone_flags,
2097 unsigned long stack_start,
2098 unsigned long stack_size,
2099 int __user *parent_tidptr,
2100 int __user *child_tidptr,
2101 unsigned long tls)
2102 {
8.0 Server ppc64le #
=======
No parameters are available there:
=======
8.0 Server ppc64le # stap -L 'kernel.function("_do_fork")'
kernel.function("_do_fork@kernel/fork.c:2096")
8.0 Server ppc64le #
=======
This is a regression compared to rhel7.
kernel 4.18.0-28.el8 + debuginfo systemtap 4.0-something % stap -p4 -e 'probe module("*").function("rpc_call_sync") { println($clnt) }' location attribute for 'clnt' [man error::dwarf]: identifier '$clnt' at <input>:1:55 dieoffset: 0x2d10e from /usr/lib/debug/lib/modules/4.18.0-28.el8.x86_64/kernel/net/sunrpc/sunrpc.ko.debug function: rpc_call_sync at net/sunrpc/clnt.c:1064:5 source: probe module("*").function("rpc_call_sync") { println($clnt) }