linux-stable/drivers/infiniband/sw
Colin Ian King e4618d40eb IB/rdmavt: Don't vfree a kzalloc'ed memory region
The userspace memory region 'mr' is allocated with kzalloc in
__rvt_alloc_mr  however it is incorrectly being freed with vfree in
__rvt_free_mr. Fix this by using kfree to free it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Acked-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2016-09-16 14:14:23 -04:00
..
rdmavt IB/rdmavt: Don't vfree a kzalloc'ed memory region 2016-09-16 14:14:23 -04:00
rxe IB/rxe: Fix kmem_cache leak 2016-09-16 14:14:08 -04:00
Makefile Soft RoCE driver 2016-08-04 11:13:12 -04:00