net/smc: properly handle workqueue allocation failure
authorAnirudh Rayabharam <mail@anirudhrb.com>
Mon, 3 May 2021 11:56:44 +0000 (13:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Jun 2021 07:00:40 +0000 (09:00 +0200)
commit62c2472aeee411260dae6fabc8248eedf2e3b94d
tree2cc07c3367c546fe48c8daddfa18e738e1ddf6e0
parent83d4efe6bf0309a86b00ec86dadf3ee847e3ab5e
net/smc: properly handle workqueue allocation failure

[ Upstream commit bbeb18f27a44ce6adb00d2316968bc59dc640b9b ]

In smcd_alloc_dev(), if alloc_ordered_workqueue() fails, properly catch
it, clean up and return NULL to let the caller know there was a failure.
Move the call to alloc_ordered_workqueue higher in the function in order
to abort earlier without needing to unwind the call to device_initialize().

Cc: Ursula Braun <ubraun@linux.ibm.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Anirudh Rayabharam <mail@anirudhrb.com>
Link: https://lore.kernel.org/r/20210503115736.2104747-18-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/smc/smc_ism.c