commit | 60dff56d77292062789232f68354f567e1ccf1d2 | [log] [tgz] |
---|---|---|
author | Weihang Li <liweihang@huawei.com> | Fri May 28 17:37:32 2021 +0800 |
committer | Jason Gunthorpe <jgg@nvidia.com> | Tue Jun 08 14:35:44 2021 -0300 |
tree | 5e8f23a28e3a832b086d6b3e0ff6beedf1dcf45d | |
parent | 61c7d826b81769ea57d094305c900f903768f322 [diff] |
RDMA/core: Use refcount_t instead of atomic_t on refcount of iwcm_id_private The refcount_t API will WARN on underflow and overflow of a reference counter, and avoid use-after-free risks. Link: https://lore.kernel.org/r/1622194663-2383-2-git-send-email-liweihang@huawei.com Signed-off-by: Weihang Li <liweihang@huawei.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>