Loading
RDMA/hns: Fix unmatched kmalloc and kvfree
driver inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IBQK42 ---------------------------------------------------------------------- page is allocated with kmalloc(), and should be freed with kfree(). Fixes: 431c875e ("RDMA/hns: Fix simultaneous reset and resource deregistration") Signed-off-by:Xinghai Cen <cenxinghai@h-partners.com>