Hi!
I applied the following patch to cm.c, and it crashed after
some duplicate reqs where detected. Does this indicate a
memory leak in cm?

---

diff --git a/drivers/infiniband/core/cm.c b/drivers/infiniband/core/cm.c
index 842cd0b..3f95eae 100644
--- a/drivers/infiniband/core/cm.c
+++ b/drivers/infiniband/core/cm.c
@@ -790,6 +790,7 @@ retest:
                cm_free_work(work);
        kfree(cm_id_priv->compare_data);
        kfree(cm_id_priv->private_data);
+       BUG_ON(cm_id_priv->timewait_info);
        kfree(cm_id_priv);
 }
 

-- 
MST
_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to