]> git.baikalelectronics.ru Git - kernel.git/commit
net/smc: move unhash before release of clcsock
authorUrsula Braun <ubraun@linux.ibm.com>
Thu, 11 Apr 2019 09:17:34 +0000 (11:17 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Apr 2019 18:04:08 +0000 (11:04 -0700)
commit0da4d0d7e05f3cf092bcef8ccf1465096754b93f
treef02f6529ea09b2bb02f173e11e5c8c53abe69ab9
parent28458179eef8901bacd7e743311edd8093423ef0
net/smc: move unhash before release of clcsock

Commit <5b606b1039c3>
("net/smc: move unhash as early as possible in smc_release()")
fixes one occurrence in the smc code, but the same pattern exists
in other places. This patch covers the remaining occurrences and
makes sure, the unhash operation is done before the smc->clcsock is
released. This avoids a potential use-after-free in smc_diag_dump().

Reviewed-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/af_smc.c