mbox series

[0/2] Fix lifetime issues in bnxt_re

Message ID 20190112023510.24568-1-jgg@ziepe.ca (mailing list archive)
Headers show
Series Fix lifetime issues in bnxt_re | expand

Message

Jason Gunthorpe Jan. 12, 2019, 2:35 a.m. UTC
From: Jason Gunthorpe <jgg@mellanox.com>

This driver also can use ib_device_get/put to prevent unregistration instead
of using a non-locking bit test. This also fixes an error unwind bug.

This requires the advise_mr related series sent to for-rc.

Jason Gunthorpe (2):
  RDMA/bnxt_re: Fix lifetimes in bnxt_re_task
  RDMA/bnxt_re: Use ib_device_try_get()

 drivers/infiniband/hw/bnxt_re/main.c | 26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)