Patch "scsi: qla2xxx: Restore initiator in dual mode" has been added to the 5.10-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    scsi: qla2xxx: Restore initiator in dual mode

to the 5.10-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     scsi-qla2xxx-restore-initiator-in-dual-mode.patch
and it can be found in the queue-5.10 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit a78c5abdbc964d4c429b1be107b2391da486a99f
Author: Dmitry Bogdanov <d.bogdanov@xxxxxxxxx>
Date:   Wed Sep 15 18:32:39 2021 +0300

    scsi: qla2xxx: Restore initiator in dual mode
    
    [ Upstream commit 5f8579038842d77e6ce05e1df6bf9dd493b0e3ef ]
    
    In dual mode in case of disabling the target, the whole port goes offline
    and initiator is turned off too.
    
    Fix restoring initiator mode after disabling target in dual mode.
    
    Link: https://lore.kernel.org/r/20210915153239.8035-1-d.bogdanov@xxxxxxxxx
    Fixes: 0645cb8350cd ("scsi: qla2xxx: Add mode control for each physical port")
    Reviewed-by: Himanshu Madhani <himanshu.madhani@xxxxxxxxxx>
    Signed-off-by: Dmitry Bogdanov <d.bogdanov@xxxxxxxxx>
    Signed-off-by: Martin K. Petersen <martin.petersen@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c
index 6faf34fa6220..b7aac3116f2d 100644
--- a/drivers/scsi/qla2xxx/qla_init.c
+++ b/drivers/scsi/qla2xxx/qla_init.c
@@ -6934,7 +6934,8 @@ qla2x00_abort_isp(scsi_qla_host_t *vha)
 				return 0;
 			break;
 		case QLA2XXX_INI_MODE_DUAL:
-			if (!qla_dual_mode_enabled(vha))
+			if (!qla_dual_mode_enabled(vha) &&
+			    !qla_ini_mode_enabled(vha))
 				return 0;
 			break;
 		case QLA2XXX_INI_MODE_ENABLED:



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux