Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP3:GA
dapl.7727
dapl-2.0.30-dat-ia-open-hang.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dapl-2.0.30-dat-ia-open-hang.patch of Package dapl.7727
From: Pradeep Satyanarayana <pradeep@us.ibm.com> Subject: [PATCH] Hang in dat_ia_open() Fixes hang due to erroneous invocation of rdma_destroy_id() twice in a row Acked-by: John Jolly <jjolly@suse.de> --- dapl/openib_cma/device.c | 1 - 1 file changed, 1 deletion(-) Index: dapl/openib_cma/device.c =================================================================== --- dapl/openib_cma/device.c.orig 2016-03-10 15:08:38.037462973 +0100 +++ dapl/openib_cma/device.c 2016-03-10 15:10:39.068801915 +0100 @@ -313,7 +313,6 @@ DAT_RETURN dapls_ib_open_hca(IN IB_HCA_N } ret = rdma_bind_addr(cm_id, (struct sockaddr *)&hca_ptr->hca_address); if ((ret) || (cm_id->verbs == NULL)) { - rdma_destroy_id(cm_id); dapl_log(DAPL_DBG_TYPE_ERR, " open_hca: rdma_bind ERR %s." " Is %s configured as IPoIB?\n", strerror(errno), hca_name);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor