]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: qla2xxx: Fix losing FCP-2 targets on long port disable with I/Os
authorArun Easi <aeasi@marvell.com>
Thu, 16 Jun 2022 05:35:06 +0000 (22:35 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Aug 2022 12:24:17 +0000 (14:24 +0200)
commitdd76af56c8635c4f18e14b76c7948ad2a284d4eb
treeaf7502e149a691eb03787ec212daa3ac46693940
parente6d33367a7c41072851c924f7d1373aa2f4d1604
scsi: qla2xxx: Fix losing FCP-2 targets on long port disable with I/Os

commit 2e7e9c308956ada8c52f1da8f00f167f74f39286 upstream.

FCP-2 devices were not coming back online once they were lost, login
retries exhausted, and then came back up.  Fix this by accepting RSCN when
the device is not online.

Link: https://lore.kernel.org/r/20220616053508.27186-10-njavali@marvell.com
Fixes: d5638e660741 ("scsi: qla2xxx: Changes to support FCP2 Target")
Cc: stable@vger.kernel.org
Signed-off-by: Arun Easi <aeasi@marvell.com>
Signed-off-by: Nilesh Javali <njavali@marvell.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/scsi/qla2xxx/qla_init.c