Re: [IB/srpt] c804af2c1d: last_state.test.blktests.exit_code.143
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2020-08-24 13:31:00
Also in:
lkml, oe-lkp
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2020-08-24 13:31:00
Also in:
lkml, oe-lkp
On Sun, Aug 23, 2020 at 02:18:41PM -0700, Bart Van Assche wrote:
The patch below is sufficient to unbreak blktests. I think that the deadlock while unloading rdma_rxe happens because the RDMA core waits for all ib_dev references to be dropped before dealloc_driver is called.
Which is required, yes
The rdma_rxe dealloc_driver implementation drops an ib_dev reference.
Where does it do that? I didn't notice it? Jason