]> git.itanic.dy.fi Git - linux-stable/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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Jan 2017 07:21:58 +0000 (08:21 +0100)
commit7b3721aff59b00a3ee7ba659db61129a46dad8ef
tree90de7cd739d56c9fc6e2ef6dfdfb9231819e78d6
parent2a0aa77a54fb3f79b134535c056c7bdd02a882bf
IB/rxe: Fix a memory leak in rxe_qp_cleanup()

commit e259934d4df7f99f2a5c2c4f074f6a55bd4b1722 upstream.

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>
Reviewed-by: Moni Shoua <monis@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/infiniband/sw/rxe/rxe_qp.c