scsi: lpfc: Fix crash when lpfc_sli4_hba_setup() fails to initialize the SGLs
authorJames Smart <jsmart2021@gmail.com>
Fri, 14 May 2021 19:55:56 +0000 (12:55 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 22 May 2021 03:23:28 +0000 (23:23 -0400)
commit5aa615d195f1e142c662cb2253f057c9baec7531
tree45b66dce0972786f7b10f17de02676758842c532
parent04c1d9c50ae32d6efd0b71024b3829051821c7a2
scsi: lpfc: Fix crash when lpfc_sli4_hba_setup() fails to initialize the SGLs

The driver is encountering a crash in lpfc_free_iocb_list() while
performing initial attachment.

Code review found this to be an errant failure path that was taken, jumping
to a tag that then referenced structures that were uninitialized.

Fix the failure path.

Link: https://lore.kernel.org/r/20210514195559.119853-9-jsmart2021@gmail.com
Co-developed-by: Justin Tee <justin.tee@broadcom.com>
Signed-off-by: Justin Tee <justin.tee@broadcom.com>
Signed-off-by: James Smart <jsmart2021@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_sli.c