• Eric Moore's avatar
    [SCSI] mpt2sas: driver fails to recover from injected PCIe bus errors · 3cb5469a
    Eric Moore authored
    fixes surrounding PCIe enhanced error handling:
    
    (1) We need to reject all request generated internaly inside the driver as well
    as request arriving from the scsi mid layer when PCIe EEH is active. The fix is
    to add a per adapter flag called pci_error_recovery which is checked thru out
    the driver when request are generated.
    
    (2) We don't need to call the pci_driver->remove directly from the PCIe
    callbacks becuase its already called from the PCIe EEH code. In its place we are
    shutting down the watchdog timer, and flushing back all pending IO.
    
    (3) We need to save and restore the pci state across PCIe EEH handling.
    Signed-off-by: default avatarEric Moore <eric.moore@lsi.com>
    Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
    3cb5469a
mpt2sas_transport.c 58.2 KB