RDMA/iwcm: Release resources if iw_cm module initialization fails
authorLeon Romanovsky <leonro@nvidia.com>
Fri, 23 Jul 2021 14:08:55 +0000 (17:08 +0300)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 30 Jul 2021 13:01:40 +0000 (10:01 -0300)
commite677b72a0647249370f2635862bf0241c86f66ad
treec43eacb41442c5aba4be4b20ee7ab52efe37bec2
parenta0293eb24936ff30e5a23f9438fd4ad1c4009dbf
RDMA/iwcm: Release resources if iw_cm module initialization fails

The failure during iw_cm module initialization partially left the system
with unreleased memory and other resources. Rewrite the module init/exit
routines in such way that netlink commands will be opened only after
successful initialization.

Fixes: b493d91d333e ("iwcm: common code for port mapper")
Link: https://lore.kernel.org/r/b01239f99cb1a3e6d2b0694c242d89e6410bcd93.1627048781.git.leonro@nvidia.com
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/core/iwcm.c