linux-stable/drivers/infiniband
Jason Gunthorpe d45f89d59b RDMA/device: Call ib_cache_release_one() only from ib_device_release()
Instead of complicated logic about when this memory is freed, always free
it during device release(). All the cache pointers start out as NULL, so
it is safe to call this before the cache is initialized.

This makes for a simpler error unwind flow, and a simpler understanding of
the lifetime of the memory allocations inside the struct ib_device.

Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
2019-02-08 16:56:45 -07:00
..
core RDMA/device: Call ib_cache_release_one() only from ib_device_release() 2019-02-08 16:56:45 -07:00
hw RDMA: Handle PD allocations by IB/core 2019-02-08 16:51:04 -07:00
sw RDMA: Handle PD allocations by IB/core 2019-02-08 16:51:04 -07:00
ulp Linux 5.0-rc5 2019-02-04 14:53:42 -07:00
Kconfig IB/{core,uverbs}: Move ib_umem_xxx functions from ib_core to ib_uverbs 2019-01-10 17:06:44 -07:00
Makefile