>Subject: RE: iwarp kernel mode applications are broken with commit f35faa4ba > >> >> > diff --git a/drivers/infiniband/core/cma.c >> > b/drivers/infiniband/core/cma.c index 8512f63..e119cff 100644 >> > --- a/drivers/infiniband/core/cma.c >> > +++ b/drivers/infiniband/core/cma.c >> > @@ -863,7 +863,7 @@ void rdma_destroy_qp(struct rdma_cm_id *id) >> > static int cma_modify_qp_rtr(struct rdma_id_private *id_priv, >> > struct rdma_conn_param *conn_param) { >> > - struct ib_qp_attr qp_attr; >> > + struct ib_qp_attr qp_attr = {}; >> > int qp_attr_mask, ret; >> > union ib_gid sgid; >> > >-- Hi Parav - The patch resolves the issue. But shouldn't we remove ib_query_gid() from cma_modify_qp_rtr() altogether? What is its purpose in that function? Shiraz -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html