All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch 0/3] Gracefully handle FW faults during HBA initialization
@ 2021-05-18  5:16 Suganath Prabu S
  2021-05-18  5:16 ` [Patch 1/3] mpt3sas: Fix deadlock while cancelling the running FW event Suganath Prabu S
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Suganath Prabu S @ 2021-05-18  5:16 UTC (permalink / raw)
  To: linux-scsi, martin.petersen
  Cc: Sathya.Prakash, sreekanth.reddy, Suganath Prabu S

[-- Attachment #1: Type: text/plain, Size: 899 bytes --]

During IOC initialization driver may observe some firmware faults.
Currently the driver is not handling the firmware faults gracefully,
most of the time the driver is terminating the IOC initialization
without trying to recover the IOC from the fault. Instead of terminating
the IOC initialization, driver has to try to recover the IOC at least
for one time before terminating the IOC initialization.

Suganath Prabu S (3):
  mpt3sas: Fix deadlock while cancelling the running FW  event
  mpt3sas: Handle FW faults during first half of IOC  init
  mpt3sas: Handle FWfault while second half of IOC Init

 drivers/scsi/mpt3sas/mpt3sas_base.c   | 261 ++++++++++++++++++--------
 drivers/scsi/mpt3sas/mpt3sas_base.h   |   8 +
 drivers/scsi/mpt3sas/mpt3sas_config.c |  18 +-
 drivers/scsi/mpt3sas/mpt3sas_scsih.c  | 174 +++++++++++++++--
 4 files changed, 368 insertions(+), 93 deletions(-)

-- 
2.27.0


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4245 bytes --]

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

end of thread, other threads:[~2021-06-01  2:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18  5:16 [Patch 0/3] Gracefully handle FW faults during HBA initialization Suganath Prabu S
2021-05-18  5:16 ` [Patch 1/3] mpt3sas: Fix deadlock while cancelling the running FW event Suganath Prabu S
2021-05-18  5:16 ` [Patch 2/3] mpt3sas: Handle FW faults during first half of IOC init Suganath Prabu S
2021-05-18  5:16 ` [Patch 3/3] mpt3sas: Handle FWfault while second half of IOC Init Suganath Prabu S
2021-05-26  3:39 ` [Patch 0/3] Gracefully handle FW faults during HBA initialization Martin K. Petersen
2021-06-01  2:56 ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.