android_kernel_xiaomi_sm7250/drivers/infiniband/ulp
Michael S. Tsirkin 347fcfbed2 IPoIB/cm: Fix error handling in ipoib_cm_dev_open()
If skb allocation fails when we start the device, we call
ipoib_cm_dev_stop() even though ipoib_cm_dev_open() did not run to
completion, so we pass an invalid pointer to ib_destroy_cm_id and get
an oops.

Fix by clearing cm.id on error, and testing it in cm_dev_stop().
This fixes <https://bugs.openfabrics.org/show_bug.cgi?id=561>

Signed-off-by: Michael S. Tsirkin <mst@dev.mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2007-04-30 17:30:28 -07:00
..
ipoib IPoIB/cm: Fix error handling in ipoib_cm_dev_open() 2007-04-30 17:30:28 -07:00
iser IB/iser: Don't defer connection failure notification to workqueue 2007-04-05 09:46:04 -07:00
srp