linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 00/13] scsi: qla2xxx: Bug fixes
@ 2019-11-25 16:56 Roman Bolshakov
  2019-11-25 16:56 ` [PATCH v3 01/13] scsi: qla2xxx: Ignore NULL pointer in tcm_qla2xxx_free_mcmd Roman Bolshakov
                   ` (14 more replies)
  0 siblings, 15 replies; 24+ messages in thread
From: Roman Bolshakov @ 2019-11-25 16:56 UTC (permalink / raw)
  To: linux-scsi, target-devel; +Cc: linux, Roman Bolshakov

Hi Martin,

The patch series contains fixes for qla2xxx and solves two visible
issues:
  - Target port in N2N topology doesn't perform login if it has higher
    WWPN than initiator
  - ABORT TASK TMF leads to crash if it's received shortly after ACL of
    an initiator is deleted and there's active I/O from the initiator

It also contains reliability improvements and cleanups.

Changes since v2 (https://patchwork.kernel.org/cover/11254937/):
- Target is allowed to perform PLOGI only if it detects N2N mode;
- Dropped patches to improve ABTS handling for ports that are not
  currently logged in. They will go into a separate patch series.
Changes since v1 (https://patchwork.kernel.org/cover/11141979/):
- Fixes target port in N2N mode were added (patches 5-11);
- Target port makes explicit LOGO on session teardown in the patch made
  by Quinn. Together with patch 1, it helps to immediately turn
  fc_remote_port to the Blocked stated on client side and avoids visibly
  stuck session;
- The last three patches address violation of FCP specification with
  regards to handling of ABTS-LS from ports that are not currently
  logged in.

Thank you,
Roman

Quinn Tran (1):
  scsi: qla2xxx: Use explicit LOGO in target mode

Roman Bolshakov (12):
  scsi: qla2xxx: Ignore NULL pointer in tcm_qla2xxx_free_mcmd
  scsi: qla2xxx: Initialize free_work before flushing it
  scsi: qla2xxx: Drop superfluous INIT_WORK of del_work
  scsi: qla2xxx: Change discovery state before PLOGI
  scsi: qla2xxx: Allow PLOGI in target mode
  scsi: qla2xxx: Don't call qlt_async_event twice
  scsi: qla2xxx: Fix PLOGI payload and ELS IOCB dump length
  scsi: qla2xxx: Configure local loop for N2N target
  scsi: qla2xxx: Send Notify ACK after N2N PLOGI
  scsi: qla2xxx: Don't defer relogin unconditonally
  scsi: qla2xxx: Ignore PORT UPDATE after N2N PLOGI
  scsi: qla2xxx: Add debug dump of LOGO payload and ELS IOCB

 drivers/scsi/qla2xxx/qla_def.h     |  1 +
 drivers/scsi/qla2xxx/qla_init.c    | 21 ++++++++++----------
 drivers/scsi/qla2xxx/qla_iocb.c    | 31 ++++++++++++++++++++++++------
 drivers/scsi/qla2xxx/qla_isr.c     |  4 ----
 drivers/scsi/qla2xxx/qla_mbx.c     |  3 ++-
 drivers/scsi/qla2xxx/qla_target.c  |  4 ++--
 drivers/scsi/qla2xxx/tcm_qla2xxx.c |  3 +++
 7 files changed, 43 insertions(+), 24 deletions(-)

-- 
2.24.0


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2019-12-09 23:36 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-25 16:56 [PATCH v3 00/13] scsi: qla2xxx: Bug fixes Roman Bolshakov
2019-11-25 16:56 ` [PATCH v3 01/13] scsi: qla2xxx: Ignore NULL pointer in tcm_qla2xxx_free_mcmd Roman Bolshakov
2019-11-26 20:55   ` Bart Van Assche
2019-11-25 16:56 ` [PATCH v3 02/13] scsi: qla2xxx: Use explicit LOGO in target mode Roman Bolshakov
2019-11-25 16:56 ` [PATCH v3 03/13] scsi: qla2xxx: Initialize free_work before flushing it Roman Bolshakov
2019-11-26 20:55   ` Bart Van Assche
2019-11-25 16:56 ` [PATCH v3 04/13] scsi: qla2xxx: Drop superfluous INIT_WORK of del_work Roman Bolshakov
2019-11-26 20:56   ` Bart Van Assche
2019-11-25 16:56 ` [PATCH v3 05/13] scsi: qla2xxx: Change discovery state before PLOGI Roman Bolshakov
2019-11-25 16:56 ` [PATCH v3 06/13] scsi: qla2xxx: Allow PLOGI in target mode Roman Bolshakov
2019-11-25 16:56 ` [PATCH v3 07/13] scsi: qla2xxx: Don't call qlt_async_event twice Roman Bolshakov
2019-11-25 17:00   ` Roman Bolshakov
2019-11-25 16:56 ` [PATCH v3 08/13] scsi: qla2xxx: Fix PLOGI payload and ELS IOCB dump length Roman Bolshakov
2019-11-25 16:56 ` [PATCH v3 09/13] scsi: qla2xxx: Configure local loop for N2N target Roman Bolshakov
2019-11-25 16:56 ` [PATCH v3 10/13] scsi: qla2xxx: Send Notify ACK after N2N PLOGI Roman Bolshakov
2019-11-25 16:57 ` [PATCH v3 11/13] scsi: qla2xxx: Don't defer relogin unconditonally Roman Bolshakov
2019-11-25 16:57 ` [PATCH v3 12/13] scsi: qla2xxx: Ignore PORT UPDATE after N2N PLOGI Roman Bolshakov
2019-11-25 16:57 ` [PATCH v3 13/13] scsi: qla2xxx: Add debug dump of LOGO payload and ELS IOCB Roman Bolshakov
2019-11-26 20:57   ` Bart Van Assche
2019-11-26 20:56 ` [PATCH v3 00/13] scsi: qla2xxx: Bug fixes Bart Van Assche
2019-11-27 17:24   ` Roman Bolshakov
2019-11-27 17:34     ` Bart Van Assche
2019-11-28 12:18       ` Martin K. Petersen
2019-12-09 23:36 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).