]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: lpfc: Add ndlp kref accounting for resume RPI path
authorJames Smart <jsmart2021@gmail.com>
Fri, 14 May 2021 19:55:52 +0000 (12:55 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 22 May 2021 03:23:27 +0000 (23:23 -0400)
commit9b377a1c0037bd51e4af17d518e98b466dd92a2d
treeb7f8f726e2988b6ab66985f6bc5b1d06785e2e2c
parent0a280298d73c0e87a4509f8f29a17bcc78136238
scsi: lpfc: Add ndlp kref accounting for resume RPI path

The driver is crashing due to a bad pointer during driver load due in an
adisc acc receive routine. The driver is missing node get/put in the
mbx_resume_rpi paths.

Fix by adding the proper gets and puts into the resume_rpi path.

Link: https://lore.kernel.org/r/20210514195559.119853-5-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_nportdisc.c
drivers/scsi/lpfc/lpfc_sli.c