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.
I believe this commit is in RHEL6.2:
commit b955150ea784af4c193b708a2e8091673bf23004
Author: Steve Wise <swise>
Date: Thu Oct 21 12:37:06 2010 +0000
RDMA/cxgb3: When a user QP is marked in error, also mark the CQs in error
It exposes 2 existing bugs in rping which is packaged with librdmacm. The fixes are upstream. We need to pull in librdmacm-1.0.15 in order to fix the rping issue.
Or, if you maintain your own fixes, the commits are:
commit 93635fa33b41d356fa096242fec4ce788194b42f
Author: Sean Hefty <sean.hefty>
Date: Mon Nov 1 11:12:13 2010 -0700
librdmacm/rping: Make sure CQ event thread exits before destroying the CQ
commit 8c6aeb3e70bbf275f9b618775133b9ae6f07ad15
Author: Steve Wise <swise>
Date: Wed Oct 20 12:34:55 2010 -0700
RPING: Remove printf for FLUSH completion.
The failure mode for the first bug above is a seg fault. The 2nd bug is just a
warning printf that should be removed.
1.0.15 includes XRC support. That's too invasive for this late in the game. So, instead I'm going to mark this bug a dup of the bug I already have for the rping issue.
*** This bug has been marked as a duplicate of bug 696019 ***
I believe this commit is in RHEL6.2: commit b955150ea784af4c193b708a2e8091673bf23004 Author: Steve Wise <swise> Date: Thu Oct 21 12:37:06 2010 +0000 RDMA/cxgb3: When a user QP is marked in error, also mark the CQs in error It exposes 2 existing bugs in rping which is packaged with librdmacm. The fixes are upstream. We need to pull in librdmacm-1.0.15 in order to fix the rping issue. Or, if you maintain your own fixes, the commits are: commit 93635fa33b41d356fa096242fec4ce788194b42f Author: Sean Hefty <sean.hefty> Date: Mon Nov 1 11:12:13 2010 -0700 librdmacm/rping: Make sure CQ event thread exits before destroying the CQ commit 8c6aeb3e70bbf275f9b618775133b9ae6f07ad15 Author: Steve Wise <swise> Date: Wed Oct 20 12:34:55 2010 -0700 RPING: Remove printf for FLUSH completion. The failure mode for the first bug above is a seg fault. The 2nd bug is just a warning printf that should be removed.