diff options
| author | Sreekanth Reddy <[email protected]> | 2013-06-28 22:22:03 +0000 |
|---|---|---|
| committer | James Bottomley <[email protected]> | 2013-07-09 07:43:55 +0000 |
| commit | b65cfedf4560af65305bd7b3b9f26c02c6fb3660 (patch) | |
| tree | c076753a24f1e961e492f3d70ec4a548f56c2d22 /drivers/scsi/mpt3sas/mpi/mpi2_init.h | |
| parent | [SCSI] mpt3sas: Updated the Hardware timing requirements (diff) | |
| download | kernel-b65cfedf4560af65305bd7b3b9f26c02c6fb3660.tar.gz kernel-b65cfedf4560af65305bd7b3b9f26c02c6fb3660.zip | |
[SCSI] mpt3sas: fix for kernel panic when driver loads with HBA conected to non LUN 0 configured expander
With some enclosures when LUN 0 is not created but LUN 1 or LUN X is created
then SCSI scan procedure calls target_alloc, slave_alloc call back functions
for LUN 0 and slave_destory() for same LUN 0.
In these kind of cases within slave_destroy, pointer to scsi_target in
_sas_device structure is set to NULL, following which when slave_alloc for LUN
1 is called then starget would not be set properly for this LUN. So,
scsi_target pointer pointing to NULL value would lead to a crash later in the
discovery procedure.
To solve this issue set the sas_device's scsi_target pointer to scsi_device's
scsi_target if it is NULL earlier in slave_alloc callback function.
Signed-off-by: Sreekanth Reddy <[email protected]>
Cc: [email protected]
Signed-off-by: James Bottomley <[email protected]>
Diffstat (limited to 'drivers/scsi/mpt3sas/mpi/mpi2_init.h')
0 files changed, 0 insertions, 0 deletions
