2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-01 18:24:23 +08:00
linux-next/drivers/infiniband/sw
Zhu Yanjun aae0484e15 IB/rxe: avoid srq memory leak
In rxe_queue_init, q and q->buf are allocated. In do_mmap_info, q->ip is
allocated. When error occurs, rxe_srq_from_init and the later error
handler do not free these allocated memories.  This will make memory leak.

Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
2018-10-03 16:03:36 -06:00
..
rdmavt IB/rdmavt: Rename check_send_wqe as setup_wqe 2018-09-30 19:21:11 -06:00
rxe IB/rxe: avoid srq memory leak 2018-10-03 16:03:36 -06:00
Makefile Soft RoCE driver 2016-08-04 11:13:12 -04:00