From: Brian King Date: Tue, 21 Jan 2014 18:16:41 +0000 (-0600) Subject: [SCSI] ipr: Handle early EEH X-Git-Tag: v3.15-rc1~136^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6270e5932a01d6536dbce27782e8adf2180598d8;p=pandora-kernel.git [SCSI] ipr: Handle early EEH 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 Signed-off-by: Brian King Signed-off-by: James Bottomley --- Reading git-diff-tree failed