There's a potential null pointer dereference on drivers/infiniband/hw/cxgb3/iwch_cm.c, line 731 (it's not clear whether the bug exists because it depends on the relationship between "status" parameter and the value of "ep->com.cm_id"). In any case, here it goes: (1) let the "if" statement at line 725 evaluate to false, implying that "ep->com.cm_id" is null. (2) let the "if" statement at line 730 evalue to true (3) now the statement at line 731 dereferences the null pointer "ep->com.cm_id."
[connect_reply_upcall and still present]
This bug is old and outdated. Please tell against newer kernel and see if fixed. Thanks Nick