linux/drivers/infiniband
Andrew Boyer 9f7b16afab RDMA/i40iw: Avoid reference leaks when processing the AEQ
In this switch there is a reference held on the QP. 'continue' will grab
the next event without releasing the reference, causing a leak.

Change it to 'break' to drop the reference before grabbing the next event.

Fixes: 4e9042e647 ("i40iw: add hw and utils files")
Signed-off-by: Andrew Boyer <andrew.boyer@dell.com>
Reviewed-by: Shiraz Saleem <shiraz.saleem@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2018-05-09 10:45:18 -04:00
..
core RDMA/cma: Do not query GID during QP state transition to RTR 2018-05-03 15:45:18 -04:00
hw RDMA/i40iw: Avoid reference leaks when processing the AEQ 2018-05-09 10:45:18 -04:00
sw nvmet,rxe: defer ip datagram sending to tasklet 2018-05-09 10:39:51 -04:00
ulp IB: remove redundant INFINIBAND kconfig dependencies 2018-05-09 08:51:03 -04:00
Kconfig IB: make INFINIBAND_ADDR_TRANS configurable 2018-04-27 11:15:44 -04:00
Makefile IB/rdmavt: Create module framework and handle driver registration 2016-03-10 20:37:04 -05:00