]> git.baikalelectronics.ru Git - kernel.git/commit
IB/rxe: Fix a memory leak in rxe_qp_cleanup()
authorBart Van Assche <bart.vanassche@sandisk.com>
Thu, 15 Dec 2016 16:15:07 +0000 (17:15 +0100)
committerDoug Ledford <dledford@redhat.com>
Sun, 18 Dec 2016 18:35:19 +0000 (13:35 -0500)
commit84d5845833dd019170994e3ebbe5f614e3c2d73f
tree3e1bac611c779fff18938f35d889b0e5865da579
parent40a7a2a35075817c1589a5a46c3230e2c77656d8
IB/rxe: Fix a memory leak in rxe_qp_cleanup()

A socket is associated with every QP by the rxe driver but sock_release()
is never called. Add a call to sock_release() in rxe_qp_cleanup().

Fixes: commit 8700e3e7c48A5 ("Add Soft RoCE driver")
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Cc: Moni Shoua <monis@mellanox.com>
Cc: Kamal Heib <kamalh@mellanox.com>
Cc: Amir Vadai <amirv@mellanox.com>
Cc: Haggai Eran <haggaie@mellanox.com>
Cc: <stable@vger.kernel.org>
Reviewed-by: Moni Shoua <monis@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/sw/rxe/rxe_qp.c