Files
linux/drivers/infiniband/core
Jason Gunthorpe 09e328e47a RDMA/ucma: Fix the locking of ctx->file
ctx->file is changed under the file->mut lock by ucma_migrate_id(), which
is impossible to lock correctly. Instead change ctx->file under the
handler_lock and ctx_table lock and revise all places touching ctx->file
to use this locking when reading ctx->file.

Link: https://lore.kernel.org/r/20200818120526.702120-9-leon@kernel.org
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
2020-08-27 08:38:15 -03:00
..
2020-01-25 15:11:37 -04:00
2020-03-04 14:28:25 -04:00
2018-12-12 07:40:16 -07:00
2018-12-12 07:40:16 -07:00
2020-07-06 14:54:46 -03:00
2020-08-27 08:38:15 -03:00