RDMA/bnxt_re: Fix lifetimes in bnxt_re_task
authorJason Gunthorpe <jgg@mellanox.com>
Fri, 13 Mar 2020 16:33:26 +0000 (09:33 -0700)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 17 Mar 2020 23:15:03 +0000 (20:15 -0300)
commit8a6c61704746d3a1e004e054504ae8d98ed95697
tree0c19cc0ea6c64722ef481f45d489ff8c3e247708
parent3cae58047c1343949fb20c0e142845133ce0a074
RDMA/bnxt_re: Fix lifetimes in bnxt_re_task

A work queue cannot just rely on the ib_device not being freed, it must
hold a kref on the memory so that the BNXT_RE_FLAG_IBDEV_REGISTERED check
works.

Fixes: 1ac5a4047975 ("RDMA/bnxt_re: Add bnxt_re RoCE driver")
Link: https://lore.kernel.org/r/1584117207-2664-3-git-send-email-selvin.xavier@broadcom.com
Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/bnxt_re/main.c