On Tue, Apr 17, 2012 at 8:47 AM, James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx> wrote: > On Mon, 2012-04-16 at 20:25 -0700, Dan Williams wrote: >> Agh, sorry, I rushed that one. The phy array is initialized later, here >> is another run at it: > > Are we sure it's initialised correctly in all the other SAS drivers that > use (well, one other: aic94xx)? Looks like we need: diff --git a/drivers/scsi/aic94xx/aic94xx_init.c b/drivers/scsi/aic94xx/aic94xx_init.c index ff80552..830f438 100644 --- a/drivers/scsi/aic94xx/aic94xx_init.c +++ b/drivers/scsi/aic94xx/aic94xx_init.c @@ -250,6 +250,7 @@ static int __devinit asd_common_setup(struct asd_ha_struct *asd_ha) SAS_LINK_RATE_1_5_GBPS; asd_ha->hw_prof.phy_desc[i].min_sata_lrate = SAS_LINK_RATE_1_5_GBPS; + asd_ha->phys[i].sas_phy.id = i; } return 0; > Given the oops issue, perhaps revert this for now and get a working > patch in for the next merge window? I have no strong feelings either way, but aic94xx and mvsas maintainers have been hard to reach and I'm not encouraged more time will yield a different result versus just moving ahead with these fixes. That said we still have Tom's discovery regression which is a separate issue. -- Dan -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html