commit | 7183451f846d22e9fee665756824c9c2cc9cf377 | [log] [tgz] |
---|---|---|
author | Weihang Li <liweihang@huawei.com> | Fri May 28 17:37:42 2021 +0800 |
committer | Jason Gunthorpe <jgg@nvidia.com> | Tue Jun 08 14:59:05 2021 -0300 |
tree | ebdabf1e7e40feea0d8f5fafb61efc5b629e5fbd | |
parent | 8f9513d89f0417d3ca0a99b5f63c84b4cf2ed5fa [diff] |
RDMA/cxgb4: Use refcount_t instead of atomic_t for reference counting 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-12-git-send-email-liweihang@huawei.com Cc: Potnuri Bharat Teja <bharat@chelsio.com> Signed-off-by: Weihang Li <liweihang@huawei.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>