Skip to content

Commit

Permalink
[SCSI] ipr: Handle early EEH
Browse files Browse the repository at this point in the history
If, when the ipr driver loads, the adapter is in an EEH error state,
it will currently oops and not be able to recover, as it attempts
to access memory that has not yet been allocated. We've seen this
occur in some kexec scenarios. The following patch fixes the oops
and also allows the driver to recover from these probe time EEH errors.

[jejb: checkpatch fix]
Signed-off-by: Wen Xiong <wenxiong@linux.vnet.ibm.com>
Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
  • Loading branch information
Brian King authored and James Bottomley committed Mar 19, 2014
1 parent f94d996 commit 6270e59
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 89 deletions.
Loading

0 comments on commit 6270e59

Please sign in to comment.