Files
linux/drivers
Alexander Schmidt 129a10fb81 IB/ehca: Check idr_find() return value
The idr_find() function may fail when trying to get the QP that is
associated with a CQE, e.g. when a QP has been destroyed between the
generation of a CQE and the poll request for it.  In consequence, the
return value of idr_find() must be checked and the CQE must be
discarded when the QP cannot be found.

Signed-off-by: Alexander Schmidt <alexs@linux.vnet.ibm.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2008-08-12 11:34:59 -07:00
..
2008-07-24 10:47:41 -07:00
2008-07-25 10:53:49 -07:00
2008-07-25 10:53:30 -07:00
2008-08-06 02:43:24 -07:00
2008-08-01 19:04:26 +02:00
2008-08-07 20:33:19 -07:00
2008-07-26 12:00:11 -07:00
2008-08-04 17:12:07 -07:00
2008-08-04 12:51:06 +09:00
2008-08-05 14:33:46 -07:00
2008-07-21 21:54:55 -07:00
2008-08-05 14:33:49 -07:00
2008-07-30 10:10:22 +01:00