Skip to content
Commit 579cefef authored by Jiacheng Shi's avatar Jiacheng Shi Committed by Greg Kroah-Hartman
Browse files

RDMA/hns: Replace kfree() with kvfree()

[ Upstream commit 12d3bbdd ]

Variables allocated by kvmalloc_array() should not be freed by kfree.
Because they may be allocated by vmalloc.  So we replace kfree() with
kvfree() here.

Fixes: 6fd610c5 ("RDMA/hns: Support 0 hop addressing for SRQ buffer")
Link: https://lore.kernel.org/r/20211210094234.5829-1-billsjc@sjtu.edu.cn


Signed-off-by: default avatarJiacheng Shi <billsjc@sjtu.edu.cn>
Acked-by: default avatarWenpeng Liang <liangwenpeng@huawei.com>
Signed-off-by: default avatarJason Gunthorpe <jgg@nvidia.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 7cf6466e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment