* [Regression] mptsas won't boot with 2.6.35-rc2
@ 2010-06-08 3:36 john stultz
2010-06-08 5:08 ` Desai, Kashyap
0 siblings, 1 reply; 2+ messages in thread
From: john stultz @ 2010-06-08 3:36 UTC (permalink / raw)
To: lkml; +Cc: Chris McDermott, James.Bottomley, Kashyap.Desai
With 2.6.35-rc2 one of my LS21 boxes stopped booting. I'm seeing:
Fusion MPT SAS Host driver 3.04.15
mptsas 0000:03:04.0: can't find IRQ for PCI INT A; probably buggy MP table
mptbase: ioc0: Initiating bringup
ioc0: LSISAS1064 A3: Capabilities={Initiator}
mptbase: ioc0: WARNING - Issuing Reset from mpt_config!!
mptbase: ioc0: Attempting Retry Config request type 0x1, page 0x2, action 0
mptbase: ioc0: WARNING - Issuing Reset from mpt_config!!
mptbase: ioc0: Initiating recovery
mptbase: ioc0: Attempting Retry Config request type 0x1, page 0x2, action 0
Where as 2.6.34 with the same .config boots fine:
Fusion MPT SAS Host driver 3.04.14
mptsas 0000:03:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
mptbase: ioc0: Initiating bringup
ioc0: LSISAS1064 A3: Capabilities={Initiator}
scsi0 : ioc0: LSISAS1064 A3, FwRev=01125400h, Ports=1, MaxQ=511, IRQ=19
mptsas: ioc0: attaching ssp device: fw_channel 0, fw_id 0, phy 0, sas_addr 0x5000c500021cbc49
scsi 0:0:0:0: Direct-Access IBM-ESXS ST973401SS B51D PQ: 0 ANSI: 5
sd 0:0:0:0: Attached scsi generic sg0 type 0
Fusion MPT misc device (ioctl) driver 3.04.14
sd 0:0:0:0: [sda] 143374000 512-byte logical blocks: (73.4 GB/68.3 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA
mptctl: Registered with Fusion MPT base driver
mptctl: /dev/mptctl @ (major,minor=10,220)
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ACPI: PCI Interrupt Link [LPUS] enabled at IRQ 5
ehci_hcd 0000:00:03.2: PCI INT A -> Link[LPUS] -> GSI 5 (level, low) -> IRQ 5
ehci_hcd 0000:00:03.2: EHCI Host Controller
ehci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 1
sda: sda1 sda2 sda3 sda4
...
Although from the warning, this may be irq routing related, not driver
related. Any suggestions?
thanks
-john
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: [Regression] mptsas won't boot with 2.6.35-rc2
2010-06-08 3:36 [Regression] mptsas won't boot with 2.6.35-rc2 john stultz
@ 2010-06-08 5:08 ` Desai, Kashyap
0 siblings, 0 replies; 2+ messages in thread
From: Desai, Kashyap @ 2010-06-08 5:08 UTC (permalink / raw)
To: john stultz, lkml; +Cc: Chris McDermott, James.Bottomley@suse.de
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 2695 bytes --]
> -----Original Message-----
> From: john stultz [mailto:johnstul@us.ibm.com]
> Sent: Tuesday, June 08, 2010 9:07 AM
> To: lkml
> Cc: Chris McDermott; James.Bottomley@suse.de; Desai, Kashyap
> Subject: [Regression] mptsas won't boot with 2.6.35-rc2
>
> With 2.6.35-rc2 one of my LS21 boxes stopped booting. I'm seeing:
>
> Fusion MPT SAS Host driver 3.04.15
> mptsas 0000:03:04.0: can't find IRQ for PCI INT A; probably buggy MP
> table
John,
I have seen similar issue in past and It was solve at pci subsystem level.
I am not sure what was a change but yes it was IRQ mapping issue at pci subsystem of OS.
So my suggestion to you is use 2.6.34 where things are working fine and see what a behavior is with
3.04.14 driver and 3.04.15 driver.
~Kashyap
> mptbase: ioc0: Initiating bringup
> ioc0: LSISAS1064 A3: Capabilities={Initiator}
> mptbase: ioc0: WARNING - Issuing Reset from mpt_config!!
> mptbase: ioc0: Attempting Retry Config request type 0x1, page 0x2,
> action 0
> mptbase: ioc0: WARNING - Issuing Reset from mpt_config!!
> mptbase: ioc0: Initiating recovery
> mptbase: ioc0: Attempting Retry Config request type 0x1, page 0x2,
> action 0
>
>
>
> Where as 2.6.34 with the same .config boots fine:
>
> Fusion MPT SAS Host driver 3.04.14
> mptsas 0000:03:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
> mptbase: ioc0: Initiating bringup
> ioc0: LSISAS1064 A3: Capabilities={Initiator}
> scsi0 : ioc0: LSISAS1064 A3, FwRev=01125400h, Ports=1, MaxQ=511, IRQ=19
> mptsas: ioc0: attaching ssp device: fw_channel 0, fw_id 0, phy 0,
> sas_addr 0x5000c500021cbc49
> scsi 0:0:0:0: Direct-Access IBM-ESXS ST973401SS B51D PQ: 0
> ANSI: 5
> sd 0:0:0:0: Attached scsi generic sg0 type 0
> Fusion MPT misc device (ioctl) driver 3.04.14
> sd 0:0:0:0: [sda] 143374000 512-byte logical blocks: (73.4 GB/68.3 GiB)
> sd 0:0:0:0: [sda] Write Protect is off
> sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, supports
> DPO and FUA
> mptctl: Registered with Fusion MPT base driver
> mptctl: /dev/mptctl @ (major,minor=10,220)
> ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> ACPI: PCI Interrupt Link [LPUS] enabled at IRQ 5
> ehci_hcd 0000:00:03.2: PCI INT A -> Link[LPUS] -> GSI 5 (level, low) ->
> IRQ 5
> ehci_hcd 0000:00:03.2: EHCI Host Controller
> ehci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 1
> sda: sda1 sda2 sda3 sda4
> ...
>
>
> Although from the warning, this may be irq routing related, not driver
> related. Any suggestions?
>
> thanks
> -john
>
>
ÿôèº{.nÇ+·®+%Ëÿ±éݶ\x17¥wÿº{.nÇ+·¥{±þG«éÿ{ayº\x1dÊÚë,j\a¢f£¢·hïêÿêçz_è®\x03(éÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?¨èÚ&£ø§~á¶iOæ¬z·vØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?I¥
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-08 5:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-08 3:36 [Regression] mptsas won't boot with 2.6.35-rc2 john stultz
2010-06-08 5:08 ` Desai, Kashyap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox