]> www.infradead.org Git - users/jedix/linux-maple.git/commit
RDMA CM: Avoid possible SEGV during connection shutdown
authorBang Nguyen <bang.nguyen@oracle.com>
Mon, 17 Jun 2013 18:53:15 +0000 (11:53 -0700)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 7 Jul 2015 21:58:49 +0000 (14:58 -0700)
commit5c25b3ad05ae4e42b0700ff63ca3598da5b6fdfb
tree32ba0e7fe67b14a774854aee51046fc1992d2272
parent59b163f7785a986b68f2a248cb3a01a88c00863b
RDMA CM: Avoid possible SEGV during connection shutdown

cma_release_port() may be called twice for the same rdma id during
connection shutdown, causing hlist_del() to SEGV.

Orabug: 16750726

Signed-off-by: Chien-Hua Yen <chien.yen@oracle.com>
(cherry picked from commit cfee888ccacc233d2045a26492ed92a25d468927)

Signed-off-by: Mukesh Kacker <mukesh.kacker@oracle.com>
drivers/infiniband/core/cma.c