2009-03-30 14:30:52

by Niel Lambrechts

[permalink] [raw]
Subject: Re: 2.6.29 regression: ATA bus errors on resume

On 03/30/2009 11:00 AM, Tejun Heo wrote:
> Hello,
>
> For some reason, I can't find the original thread, so replying here.
>
> Niel Lambrechts wrote:
>>>>>> The ext4 errors are interleaved with hardware errors, and the ext4
>>>>>> errors are about I/O errors.
>>>>>>
>>>>>> EXT4-fs error (device sda6): __ext4_get_inode_loc: unable to read inode block - inode=2346519
>>>>>> EXT4-fs error (device sda6) in ext4_reserve_inode_write: IO failure
>>>>>>
>>>>>> This looks more like a hibernation problem than an ext4 problem.
>>>>>> Looks like the hard drive is being left in some inconsistent state
>>>>>> after resuming from hibernation.
>
> Yeap, ext4 is just the victim here.
>
>>>>> ata1.00: irq_stat 0x00400008, PHY RDY changed
>>>>> ata1: SError: { PHYRdyChg CommWake }
>>>> Your SATA hardware flags a connect-or-disconnect event ("PHY RDY"),
>>>> which requires us to abort a bunch of queued commands:
>>>>
>>>>> ata1.00: cmd 60/18:00:77:88:6f/00:00:0e:00:00/40 tag 0 ncq 12288 in
>>>>> res 50/00:30:07:b3:10/00:00:0c:00:00/40 Emask 0x10 (ATA bus error)
>>>> [...]
> ...
>>>> The SCSI subsystem aborts each of the queued commands.
>>> No .. this is the SCSI subsystem receives an ABORTED COMMAND return in
>>> sense data for each of the outstanding I/Os
>>>
>>> The only place these are generated is in ata_sense_to_error() which only
>>> occurs if there's some type of ata error.
>>>
>>> If I had to theorise, I'd say the system suspended with commands
>>> outstanding to the device. On resume, the device gets reset and returns
>>> some type of ATA error which gets translated to ABORTED COMMAND which
>>> causes a failure.
>>>
>>> In the mid layer, we translate ABORTED_COMMAND into a retry until the
>>> command runs out of them ... could it be there's a race readying the
>>> device and we run through the retries before it can accept the command?
>
> When libata-eh thinks that the problem isn't worth retrying, it sets
> scmd->retries to scmd->allowed so that it gets aborted immediately.
> The code is in ata_eh_qc_complete().
>
> Whether a command is to be retried or not is determined with
> ATA_QCFLAG_RETRY which is set in ata_eh_link_autopsy() for each failed
> command. Immediate-failure criteria is pretty strict - only driver
> software errors (AC_ERR_INVALID) and PC or other special commands
> which failed which got aborted by the device get the immediate pink
> slip. In this case, the commands are from FS and failed with
> AC_ERR_ATA_BUS, so it definitely doesn't fit into the criteria.
> Strange.
>
> How reproducible is the problem? Are you interested in trying out
> some debug patches?

Hi Tejun,

I think I should be able to reproduce when actively using X with 2.6.29,
and I have an external disk where I could backup to / boot from if the
corruption became a problem.

These issues are keeping me from 2.6.29 so I'll gladly help where I can,
if you can please provide me the patches and the .config settings that
may be required?

Niel


2009-03-30 14:40:27

by Jeff Garzik

[permalink] [raw]
Subject: Re: 2.6.29 regression: ATA bus errors on resume

Niel Lambrechts wrote:
> On 03/30/2009 11:00 AM, Tejun Heo wrote:
>> Hello,
>>
>> For some reason, I can't find the original thread, so replying here.
>>
>> Niel Lambrechts wrote:
>>>>>>> The ext4 errors are interleaved with hardware errors, and the ext4
>>>>>>> errors are about I/O errors.
>>>>>>>
>>>>>>> EXT4-fs error (device sda6): __ext4_get_inode_loc: unable to read inode block - inode=2346519
>>>>>>> EXT4-fs error (device sda6) in ext4_reserve_inode_write: IO failure
>>>>>>>
>>>>>>> This looks more like a hibernation problem than an ext4 problem.
>>>>>>> Looks like the hard drive is being left in some inconsistent state
>>>>>>> after resuming from hibernation.
>> Yeap, ext4 is just the victim here.
>>
>>>>>> ata1.00: irq_stat 0x00400008, PHY RDY changed
>>>>>> ata1: SError: { PHYRdyChg CommWake }
>>>>> Your SATA hardware flags a connect-or-disconnect event ("PHY RDY"),
>>>>> which requires us to abort a bunch of queued commands:
>>>>>
>>>>>> ata1.00: cmd 60/18:00:77:88:6f/00:00:0e:00:00/40 tag 0 ncq 12288 in
>>>>>> res 50/00:30:07:b3:10/00:00:0c:00:00/40 Emask 0x10 (ATA bus error)
>>>>> [...]
>> ...
>>>>> The SCSI subsystem aborts each of the queued commands.
>>>> No .. this is the SCSI subsystem receives an ABORTED COMMAND return in
>>>> sense data for each of the outstanding I/Os
>>>>
>>>> The only place these are generated is in ata_sense_to_error() which only
>>>> occurs if there's some type of ata error.
>>>>
>>>> If I had to theorise, I'd say the system suspended with commands
>>>> outstanding to the device. On resume, the device gets reset and returns
>>>> some type of ATA error which gets translated to ABORTED COMMAND which
>>>> causes a failure.
>>>>
>>>> In the mid layer, we translate ABORTED_COMMAND into a retry until the
>>>> command runs out of them ... could it be there's a race readying the
>>>> device and we run through the retries before it can accept the command?
>> When libata-eh thinks that the problem isn't worth retrying, it sets
>> scmd->retries to scmd->allowed so that it gets aborted immediately.
>> The code is in ata_eh_qc_complete().
>>
>> Whether a command is to be retried or not is determined with
>> ATA_QCFLAG_RETRY which is set in ata_eh_link_autopsy() for each failed
>> command. Immediate-failure criteria is pretty strict - only driver
>> software errors (AC_ERR_INVALID) and PC or other special commands
>> which failed which got aborted by the device get the immediate pink
>> slip. In this case, the commands are from FS and failed with
>> AC_ERR_ATA_BUS, so it definitely doesn't fit into the criteria.
>> Strange.
>>
>> How reproducible is the problem? Are you interested in trying out
>> some debug patches?
>
> Hi Tejun,
>
> I think I should be able to reproduce when actively using X with 2.6.29,
> and I have an external disk where I could backup to / boot from if the
> corruption became a problem.
>
> These issues are keeping me from 2.6.29 so I'll gladly help where I can,
> if you can please provide me the patches and the .config settings that
> may be required?
>
> Niel
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>

Any chance you could use bisect to narrow down the problem commit?

http://kernel.org/pub/software/scm/git/docs/v1.4.4.4/howto/isolate-bugs-with-bisect.txt

This should identify which patch caused your problems, if you have a
known good starting point (such as 2.6.28).

Jeff


2009-04-01 19:48:31

by Niel Lambrechts

[permalink] [raw]
Subject: Re: 2.6.29 regression: ATA bus errors on resume

On 03/30/2009 04:40 PM, Jeff Garzik wrote:
> Niel Lambrechts wrote:
>> On 03/30/2009 11:00 AM, Tejun Heo wrote:
>>> Hello,
>>>
>>> For some reason, I can't find the original thread, so replying here.
>>>
>>> Niel Lambrechts wrote:
>>>>>>>> The ext4 errors are interleaved with hardware errors, and the ext4
>>>>>>>> errors are about I/O errors.
>>>>>>>>
>>>>>>>> EXT4-fs error (device sda6): __ext4_get_inode_loc: unable to
>>>>>>>> read inode block - inode=2346519
>>>>>>>> EXT4-fs error (device sda6) in ext4_reserve_inode_write: IO
>>>>>>>> failure
>>>>>>>>
>>>>>>>> This looks more like a hibernation problem than an ext4 problem.
>>>>>>>> Looks like the hard drive is being left in some inconsistent state
>>>>>>>> after resuming from hibernation.
>>> Yeap, ext4 is just the victim here.
>>>
>>>>>>> ata1.00: irq_stat 0x00400008, PHY RDY changed
>>>>>>> ata1: SError: { PHYRdyChg CommWake }
>>>>>> Your SATA hardware flags a connect-or-disconnect event ("PHY
>>>>>> RDY"), which requires us to abort a bunch of queued commands:
>>>>>>
>>>>>>> ata1.00: cmd 60/18:00:77:88:6f/00:00:0e:00:00/40 tag 0 ncq 12288 in
>>>>>>> res 50/00:30:07:b3:10/00:00:0c:00:00/40 Emask 0x10 (ATA
>>>>>>> bus error)
>>>>>> [...]
>>> ...
>>>>>> The SCSI subsystem aborts each of the queued commands.
>>>>> No .. this is the SCSI subsystem receives an ABORTED COMMAND
>>>>> return in
>>>>> sense data for each of the outstanding I/Os
>>>>>
>>>>> The only place these are generated is in ata_sense_to_error()
>>>>> which only
>>>>> occurs if there's some type of ata error.
>>>>>
>>>>> If I had to theorise, I'd say the system suspended with commands
>>>>> outstanding to the device. On resume, the device gets reset and
>>>>> returns
>>>>> some type of ATA error which gets translated to ABORTED COMMAND which
>>>>> causes a failure.
>>>>>
>>>>> In the mid layer, we translate ABORTED_COMMAND into a retry until the
>>>>> command runs out of them ... could it be there's a race readying the
>>>>> device and we run through the retries before it can accept the
>>>>> command?
>>> When libata-eh thinks that the problem isn't worth retrying, it sets
>>> scmd->retries to scmd->allowed so that it gets aborted immediately.
>>> The code is in ata_eh_qc_complete().
>>>
>>> Whether a command is to be retried or not is determined with
>>> ATA_QCFLAG_RETRY which is set in ata_eh_link_autopsy() for each failed
>>> command. Immediate-failure criteria is pretty strict - only driver
>>> software errors (AC_ERR_INVALID) and PC or other special commands
>>> which failed which got aborted by the device get the immediate pink
>>> slip. In this case, the commands are from FS and failed with
>>> AC_ERR_ATA_BUS, so it definitely doesn't fit into the criteria.
>>> Strange.
>>>
>>> How reproducible is the problem? Are you interested in trying out
>>> some debug patches?
>>
>> Hi Tejun,
>>
>> I think I should be able to reproduce when actively using X with 2.6.29,
>> and I have an external disk where I could backup to / boot from if the
>> corruption became a problem.
>>
>> These issues are keeping me from 2.6.29 so I'll gladly help where I can,
>> if you can please provide me the patches and the .config settings that
>> may be required?
>>
>> Niel
>> --
>> To unsubscribe from this list: send the line "unsubscribe
>> linux-kernel" in
>> the body of a message to [email protected]
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at http://www.tux.org/lkml/
>>
>
> Any chance you could use bisect to narrow down the problem commit?
>
> http://kernel.org/pub/software/scm/git/docs/v1.4.4.4/howto/isolate-bugs-with-bisect.txt
>
>
> This should identify which patch caused your problems, if you have a
> known good starting point (such as 2.6.28).
I'm struggling with this - my good kernel is 2.6.28.9 and as far as I
can tell the closest thing good kernel I can tell git to use is 2.6.28
base itself. So now what happens is that resume entirely fails during
some of the bisects due to entirely other regressions that are present
in older and newer kernels than mine, so I can't test the real issue! :(

cheers
Niel

2009-04-02 01:50:07

by Tejun Heo

[permalink] [raw]
Subject: Re: 2.6.29 regression: ATA bus errors on resume

Hello,

Sorry about the delay.

Niel Lambrechts wrote:
> I think I should be able to reproduce when actively using X with 2.6.29,
> and I have an external disk where I could backup to / boot from if the
> corruption became a problem.
>
> These issues are keeping me from 2.6.29 so I'll gladly help where I can,
> if you can please provide me the patches and the .config settings that
> may be required?

Attached is the debug patch. Please reproduce the problem with the
patch applied and post full kernel log.

Thanks.

--
tejun


Attachments:
libata-eh-debug.patch (2.92 kB)

2009-04-02 06:20:26

by Niel Lambrechts

[permalink] [raw]
Subject: Re: 2.6.29 regression: ATA bus errors on resume

Apr 2 08:13:00 linux-7vph kernel: Syncing filesystems ... done.
Apr 2 08:13:01 linux-7vph kernel: Freezing user space processes ... (elapsed 0.00 seconds) done.
Apr 2 08:13:01 linux-7vph kernel: Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
Apr 2 08:13:01 linux-7vph kernel: PM: Shrinking memory... done (48421 pages freed)
Apr 2 08:13:01 linux-7vph kernel: PM: Freed 193684 kbytes in 3.08 seconds (62.88 MB/s)
Apr 2 08:13:01 linux-7vph kernel: Suspending console(s) (use no_console_suspend to debug)
Apr 2 08:13:01 linux-7vph kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Apr 2 08:13:01 linux-7vph kernel: ACPI handle has no context!
Apr 2 08:13:01 linux-7vph kernel: iwlagn 0000:03:00.0: PCI INT A disabled
Apr 2 08:13:01 linux-7vph kernel: ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
Apr 2 08:13:01 linux-7vph kernel: ata2: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
Apr 2 08:13:02 linux-7vph kernel: ehci_hcd 0000:00:1d.7: PCI INT D disabled
Apr 2 08:13:02 linux-7vph kernel: ehci_hcd 0000:00:1d.7: PME# disabled
Apr 2 08:13:02 linux-7vph kernel: uhci_hcd 0000:00:1d.2: PCI INT C disabled
Apr 2 08:13:02 linux-7vph kernel: uhci_hcd 0000:00:1d.1: PCI INT B disabled
Apr 2 08:13:02 linux-7vph kernel: uhci_hcd 0000:00:1d.0: PCI INT A disabled
Apr 2 08:13:02 linux-7vph kernel: HDA Intel 0000:00:1b.0: PCI INT B disabled
Apr 2 08:13:02 linux-7vph kernel: ehci_hcd 0000:00:1a.7: PCI INT D disabled
Apr 2 08:13:02 linux-7vph kernel: ehci_hcd 0000:00:1a.7: PME# disabled
Apr 2 08:13:02 linux-7vph kernel: uhci_hcd 0000:00:1a.2: PCI INT C disabled
Apr 2 08:13:02 linux-7vph kernel: uhci_hcd 0000:00:1a.1: PCI INT B disabled
Apr 2 08:13:04 linux-7vph kernel: uhci_hcd 0000:00:1a.0: PCI INT A disabled
Apr 2 08:13:04 linux-7vph kernel: e1000e 0000:00:19.0: PME# enabled
Apr 2 08:13:04 linux-7vph kernel: e1000e 0000:00:19.0: wake-up capability enabled by ACPI
Apr 2 08:13:04 linux-7vph kernel: e1000e 0000:00:19.0: PME# enabled
Apr 2 08:13:04 linux-7vph kernel: e1000e 0000:00:19.0: wake-up capability enabled by ACPI
Apr 2 08:13:04 linux-7vph kernel: e1000e 0000:00:19.0: PCI INT A disabled
Apr 2 08:13:04 linux-7vph kernel: ACPI: Preparing to enter system sleep state S4
Apr 2 08:13:04 linux-7vph kernel: PM: Saving platform NVS memory
Apr 2 08:13:04 linux-7vph kernel: Disabling non-boot CPUs ...
Apr 2 08:13:04 linux-7vph kernel: CPU 1 is now offline
Apr 2 08:13:04 linux-7vph kernel: SMP alternatives: switching to UP code
Apr 2 08:13:04 linux-7vph kernel: CPU0 attaching NULL sched-domain.
Apr 2 08:13:04 linux-7vph kernel: CPU1 attaching NULL sched-domain.
Apr 2 08:13:04 linux-7vph kernel: CPU0 attaching NULL sched-domain.
Apr 2 08:13:04 linux-7vph kernel: CPU1 is down
Apr 2 08:13:04 linux-7vph kernel: Extended CMOS year: 2000
Apr 2 08:13:04 linux-7vph kernel: PM: Creating hibernation image:
Apr 2 08:13:04 linux-7vph kernel: PM: Need to copy 125230 pages
Apr 2 08:13:04 linux-7vph kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Apr 2 08:13:04 linux-7vph kernel: Intel machine check architecture supported.
Apr 2 08:13:04 linux-7vph kernel: Intel machine check reporting enabled on CPU#0.
Apr 2 08:13:04 linux-7vph kernel: PM: Restoring platform NVS memory
Apr 2 08:13:04 linux-7vph kernel: Extended CMOS year: 2000
Apr 2 08:13:04 linux-7vph kernel: pci 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900403)
Apr 2 08:13:04 linux-7vph kernel: HDA Intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100106, writing 0x100102)
Apr 2 08:13:04 linux-7vph kernel: ahci 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00403, writing 0x2b00407)
Apr 2 08:13:04 linux-7vph kernel: Enabling non-boot CPUs ...
Apr 2 08:13:04 linux-7vph kernel: SMP alternatives: switching to SMP code
Apr 2 08:13:04 linux-7vph kernel: Booting processor 1 APIC 0x1 ip 0x6000
Apr 2 08:13:04 linux-7vph kernel: Initializing CPU#1
Apr 2 08:13:04 linux-7vph kernel: Calibrating delay using timer specific routine.. 5054.19 BogoMIPS (lpj=10108381)
Apr 2 08:13:04 linux-7vph kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Apr 2 08:13:04 linux-7vph kernel: CPU: L2 cache: 6144K
Apr 2 08:13:04 linux-7vph kernel: [ds] using Core 2/Atom configuration
Apr 2 08:13:04 linux-7vph kernel: CPU: Physical Processor ID: 0
Apr 2 08:13:04 linux-7vph kernel: CPU: Processor Core ID: 1
Apr 2 08:13:04 linux-7vph kernel: Intel machine check architecture supported.
Apr 2 08:13:04 linux-7vph kernel: Intel machine check reporting enabled on CPU#1.
Apr 2 08:13:04 linux-7vph kernel: x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
Apr 2 08:13:04 linux-7vph kernel: CPU1: Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz stepping 06
Apr 2 08:13:04 linux-7vph kernel: CPU0 attaching NULL sched-domain.
Apr 2 08:13:04 linux-7vph kernel: Switched to high resolution mode on CPU 1
Apr 2 08:13:04 linux-7vph kernel: CPU0 attaching sched-domain:
Apr 2 08:13:04 linux-7vph kernel: domain 0: span 0-1 level MC
Apr 2 08:13:04 linux-7vph kernel: groups: 0 1
Apr 2 08:13:04 linux-7vph kernel: domain 1: span 0-1 level CPU
Apr 2 08:13:04 linux-7vph kernel: groups: 0-1
Apr 2 08:13:04 linux-7vph kernel: CPU1 attaching sched-domain:
Apr 2 08:13:04 linux-7vph kernel: domain 0: span 0-1 level MC
Apr 2 08:13:04 linux-7vph kernel: groups: 1 0
Apr 2 08:13:04 linux-7vph kernel: domain 1: span 0-1 level CPU
Apr 2 08:13:04 linux-7vph kernel: groups: 0-1
Apr 2 08:13:04 linux-7vph kernel: CPU1 is up
Apr 2 08:13:04 linux-7vph kernel: ACPI: Waking up from system sleep state S4
Apr 2 08:13:04 linux-7vph kernel: ACPI: EC: non-query interrupt received, switching to interrupt mode
Apr 2 08:13:04 linux-7vph kernel: pci 0000:00:02.0: PME# disabled
Apr 2 08:13:04 linux-7vph kernel: pci 0000:00:02.0: power state changed by ACPI to D0
Apr 2 08:13:04 linux-7vph kernel: pci 0000:00:02.0: setting latency timer to 64
Apr 2 08:13:04 linux-7vph kernel: pci 0000:00:02.1: PME# disabled
Apr 2 08:13:04 linux-7vph kernel: pci 0000:00:03.0: PME# disabled
Apr 2 08:13:04 linux-7vph kernel: e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
Apr 2 08:13:04 linux-7vph kernel: e1000e 0000:00:19.0: setting latency timer to 64
Apr 2 08:13:04 linux-7vph kernel: e1000e 0000:00:19.0: wake-up capability disabled by ACPI
Apr 2 08:13:04 linux-7vph kernel: e1000e 0000:00:19.0: PME# disabled
Apr 2 08:13:04 linux-7vph kernel: e1000e 0000:00:19.0: wake-up capability disabled by ACPI
Apr 2 08:13:04 linux-7vph kernel: e1000e 0000:00:19.0: PME# disabled
Apr 2 08:13:04 linux-7vph kernel: e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
Apr 2 08:13:04 linux-7vph kernel: uhci_hcd 0000:00:1a.0: power state changed by ACPI to D0
Apr 2 08:13:04 linux-7vph kernel: uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
Apr 2 08:13:04 linux-7vph kernel: uhci_hcd 0000:00:1a.0: setting latency timer to 64
Apr 2 08:13:04 linux-7vph kernel: uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
Apr 2 08:13:04 linux-7vph kernel: uhci_hcd 0000:00:1a.1: setting latency timer to 64
Apr 2 08:13:04 linux-7vph kernel: uhci_hcd 0000:00:1a.2: power state changed by ACPI to D0
Apr 2 08:13:04 linux-7vph kernel: uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
Apr 2 08:13:04 linux-7vph kernel: uhci_hcd 0000:00:1a.2: setting latency timer to 64
Apr 2 08:13:04 linux-7vph kernel: ehci_hcd 0000:00:1a.7: PME# disabled
Apr 2 08:13:04 linux-7vph kernel: ehci_hcd 0000:00:1a.7: power state changed by ACPI to D0
Apr 2 08:13:04 linux-7vph kernel: ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 23 (level, low) -> IRQ 23
Apr 2 08:13:04 linux-7vph kernel: ehci_hcd 0000:00:1a.7: setting latency timer to 64
Apr 2 08:13:04 linux-7vph kernel: ehci_hcd 0000:00:1a.7: PME# disabled
Apr 2 08:13:04 linux-7vph kernel: HDA Intel 0000:00:1b.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Apr 2 08:13:04 linux-7vph kernel: HDA Intel 0000:00:1b.0: setting latency timer to 64
Apr 2 08:13:04 linux-7vph kernel: pcieport-driver 0000:00:1c.0: setting latency timer to 64
Apr 2 08:13:04 linux-7vph kernel: pcieport-driver 0000:00:1c.1: setting latency timer to 64
Apr 2 08:13:04 linux-7vph kernel: pcieport-driver 0000:00:1c.3: setting latency timer to 64
Apr 2 08:13:04 linux-7vph kernel: pcieport-driver 0000:00:1c.4: setting latency timer to 64
Apr 2 08:13:04 linux-7vph kernel: uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
Apr 2 08:13:04 linux-7vph kernel: uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Apr 2 08:13:04 linux-7vph kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
Apr 2 08:13:04 linux-7vph kernel: uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Apr 2 08:13:04 linux-7vph kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
Apr 2 08:13:04 linux-7vph kernel: uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Apr 2 08:13:04 linux-7vph kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
Apr 2 08:13:04 linux-7vph kernel: ehci_hcd 0000:00:1d.7: PME# disabled
Apr 2 08:13:04 linux-7vph kernel: ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
Apr 2 08:13:04 linux-7vph kernel: ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
Apr 2 08:13:04 linux-7vph kernel: ehci_hcd 0000:00:1d.7: setting latency timer to 64
Apr 2 08:13:04 linux-7vph kernel: ehci_hcd 0000:00:1d.7: PME# disabled
Apr 2 08:13:04 linux-7vph kernel: pci 0000:00:1e.0: setting latency timer to 64
Apr 2 08:13:04 linux-7vph kernel: ahci 0000:00:1f.2: setting latency timer to 64
Apr 2 08:13:04 linux-7vph kernel: ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x16 frozen
Apr 2 08:13:04 linux-7vph kernel: ata2: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x16 frozen
Apr 2 08:13:04 linux-7vph kernel: iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Apr 2 08:13:04 linux-7vph kernel: iwlagn 0000:03:00.0: irq 30 for MSI/MSI-X
Apr 2 08:13:04 linux-7vph kernel: pci 0000:15:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Apr 2 08:13:04 linux-7vph kernel: Registered led device: iwl-phy0:radio
Apr 2 08:13:04 linux-7vph kernel: Registered led device: iwl-phy0:assoc
Apr 2 08:13:04 linux-7vph kernel: Registered led device: iwl-phy0:RX
Apr 2 08:13:04 linux-7vph kernel: Registered led device: iwl-phy0:TX
Apr 2 08:13:04 linux-7vph kernel: ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17] MMIO=[f4801000-f48017ff] Max Packet=[2048] IR/IT contexts=[4/4]
Apr 2 08:13:04 linux-7vph kernel: pci 0000:15:00.2: PME# disabled
Apr 2 08:13:04 linux-7vph kernel: pci 0000:15:00.3: PME# disabled
Apr 2 08:13:04 linux-7vph kernel: pci 0000:15:00.4: PME# disabled
Apr 2 08:13:04 linux-7vph kernel: pci 0000:15:00.5: PME# disabled
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] Starting disk
Apr 2 08:13:04 linux-7vph kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr 2 08:13:04 linux-7vph kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
Apr 2 08:13:04 linux-7vph kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
Apr 2 08:13:04 linux-7vph kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
Apr 2 08:13:04 linux-7vph kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
Apr 2 08:13:04 linux-7vph kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
Apr 2 08:13:04 linux-7vph kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
Apr 2 08:13:04 linux-7vph kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
Apr 2 08:13:04 linux-7vph kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
Apr 2 08:13:04 linux-7vph kernel: ata1.00: configured for UDMA/133
Apr 2 08:13:04 linux-7vph kernel: ata1: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x9 t4
Apr 2 08:13:04 linux-7vph kernel: ata1: irq_stat 0x00400040, connection status changed
Apr 2 08:13:04 linux-7vph kernel: ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
Apr 2 08:13:04 linux-7vph kernel: ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
Apr 2 08:13:04 linux-7vph kernel: ata1.00: configured for UDMA/133
Apr 2 08:13:04 linux-7vph kernel: ata1: EH complete
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 2 08:13:04 linux-7vph kernel: ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
Apr 2 08:13:04 linux-7vph kernel: ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
Apr 2 08:13:04 linux-7vph kernel: ata2.00: configured for UDMA/133
Apr 2 08:13:04 linux-7vph kernel: ata2: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x9 t4
Apr 2 08:13:04 linux-7vph kernel: ata2: irq_stat 0x40000001
Apr 2 08:13:04 linux-7vph kernel: ata2.00: configured for UDMA/133
Apr 2 08:13:04 linux-7vph kernel: ata2: EH complete
Apr 2 08:13:04 linux-7vph kernel: pci 0000:00:02.0: power state changed by ACPI to D0
Apr 2 08:13:04 linux-7vph kernel: pci 0000:00:02.0: restoring config space at offset 0x1 (was 0x900407, writing 0x900403)
Apr 2 08:13:04 linux-7vph kernel: pci 0000:00:02.0: setting latency timer to 64
Apr 2 08:13:04 linux-7vph kernel: Restarting tasks ... done.
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc1
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc2
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc3
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc4
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc5
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc6
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc7
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc8
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc9
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc10
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc11
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc12
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc13
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc14
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc15
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc16
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc17
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc18
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc19
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc20
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc21
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc22
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc23
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc24
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc25
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc26
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX setting retry on qc27
Apr 2 08:13:04 linux-7vph kernel: ata1: limiting SATA link speed to 1.5 Gbps
Apr 2 08:13:04 linux-7vph kernel: ata1.00: exception Emask 0x10 SAct 0xfffffff SErr 0x50000 action 0xe frozen
Apr 2 08:13:04 linux-7vph kernel: ata1.00: irq_stat 0x00400008, PHY RDY changed
Apr 2 08:13:04 linux-7vph kernel: ata1: SError: { PHYRdyChg CommWake }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/18:00:6f:b1:68/00:00:0c:00:00/40 tag 0 ncq 12288 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/08:08:8f:b1:68/00:00:0c:00:00/40 tag 1 ncq 4096 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/38:10:5f:89:67/00:00:0e:00:00/40 tag 2 ncq 28672 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/c8:18:9f:89:67/00:00:0e:00:00/40 tag 3 ncq 102400 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/18:20:8f:9b:14/00:00:0f:00:00/40 tag 4 ncq 12288 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/08:28:ef:9b:14/00:00:0f:00:00/40 tag 5 ncq 4096 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/08:30:5f:08:c8/00:00:0c:00:00/40 tag 6 ncq 4096 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/30:38:b7:64:9e/00:00:0b:00:00/40 tag 7 ncq 24576 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/68:40:ef:64:9e/00:00:0b:00:00/40 tag 8 ncq 53248 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/58:48:5f:65:9e/00:00:0b:00:00/40 tag 9 ncq 45056 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/40:50:d1:95:b6/00:00:09:00:00/40 tag 10 ncq 32768 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/40:58:51:7c:b6/00:00:09:00:00/40 tag 11 ncq 32768 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/28:60:07:55:45/00:00:0c:00:00/40 tag 12 ncq 20480 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/38:68:37:55:45/00:00:0c:00:00/40 tag 13 ncq 28672 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/28:70:77:84:0f/00:00:0c:00:00/40 tag 14 ncq 20480 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/18:78:a7:84:0f/00:00:0c:00:00/40 tag 15 ncq 12288 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/20:80:57:73:98/00:00:0d:00:00/40 tag 16 ncq 16384 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/08:88:7f:73:98/00:00:0d:00:00/40 tag 17 ncq 4096 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/18:90:8f:73:98/00:00:0d:00:00/40 tag 18 ncq 12288 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/30:98:af:73:98/00:00:0d:00:00/40 tag 19 ncq 24576 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/20:a0:ef:73:98/00:00:0d:00:00/40 tag 20 ncq 16384 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/28:a8:17:74:98/00:00:0d:00:00/40 tag 21 ncq 20480 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/08:b0:e7:cd:11/00:00:0f:00:00/40 tag 22 ncq 4096 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/f0:b8:5f:e4:16/00:00:0f:00:00/40 tag 23 ncq 122880 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/38:c0:5f:64:9e/00:00:0b:00:00/40 tag 24 ncq 28672 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/18:c8:9f:64:9e/00:00:0b:00:00/40 tag 25 ncq 12288 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/c0:d0:17:02:3a/00:00:0d:00:00/40 tag 26 ncq 98304 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1.00: cmd 60/38:d8:df:02:3a/00:00:0d:00:00/40 tag 27 ncq 28672 in
Apr 2 08:13:04 linux-7vph kernel: res 50/00:38:df:02:3a/00:00:0d:00:00/40 Emask 0x10 (ATA bus error)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: status: { DRDY }
Apr 2 08:13:04 linux-7vph kernel: ata1: hard resetting link
Apr 2 08:13:04 linux-7vph kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
Apr 2 08:13:04 linux-7vph kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
Apr 2 08:13:04 linux-7vph kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
Apr 2 08:13:04 linux-7vph kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
Apr 2 08:13:04 linux-7vph kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
Apr 2 08:13:04 linux-7vph kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
Apr 2 08:13:04 linux-7vph kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
Apr 2 08:13:04 linux-7vph kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
Apr 2 08:13:04 linux-7vph kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
Apr 2 08:13:04 linux-7vph kernel: ata1.00: configured for UDMA/133
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc0, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc1, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc2, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc3, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc4, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc5, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc6, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc7, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc8, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc9, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc10, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc11, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc12, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc13, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc14, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc15, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc16, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc17, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc18, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc19, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc20, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc21, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc22, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc23, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc24, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc25, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc26, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1.00: XXX retrying qc27, retries=0
Apr 2 08:13:04 linux-7vph kernel: ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0 t4
Apr 2 08:13:04 linux-7vph kernel: ata1.00: configured for UDMA/133
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] Sense Key : Aborted Command [current] [descriptor]
Apr 2 08:13:04 linux-7vph kernel: Descriptor sense data with sense descriptors (in hex):
Apr 2 08:13:04 linux-7vph kernel: 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
Apr 2 08:13:04 linux-7vph kernel: 0d 3a 02 df
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] Add. Sense: No additional sense information
Apr 2 08:13:04 linux-7vph kernel: end_request: I/O error, dev sda, sector 241666399
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] Sense Key : Aborted Command [current] [descriptor]
Apr 2 08:13:04 linux-7vph kernel: Descriptor sense data with sense descriptors (in hex):
Apr 2 08:13:04 linux-7vph kernel: 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
Apr 2 08:13:04 linux-7vph kernel: 0d 3a 02 df
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] Add. Sense: No additional sense information
Apr 2 08:13:04 linux-7vph kernel: end_request: I/O error, dev sda, sector 241666463
Apr 2 08:13:04 linux-7vph kernel: ata1: EH complete
Apr 2 08:13:04 linux-7vph kernel: EXT4-fs error (device sda6): __ext4_get_inode_loc: unable to read inode block - inode=2330983, block=9338933
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr 2 08:13:04 linux-7vph kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 2 08:13:04 linux-7vph kernel: EXT4-fs error (device sda6) in ext4_reserve_inode_write: IO failure


Attachments:
resume-t2.txt (28.69 kB)

2009-04-02 06:52:28

by Tejun Heo

[permalink] [raw]
Subject: Re: 2.6.29 regression: ATA bus errors on resume

Niel Lambrechts wrote:
>> Attached is the debug patch. Please reproduce the problem with the
>> patch applied and post full kernel log.
>>
> Hi there,
>
> Here is the output, it took 2 attempts to reproduce the EXT4 corruption
> (clean with errors).

Strange. Maybe IO commands are getting through while the sdev is
still in quiesce state? Can you please repeat the test with the
attached patch?

Thanks.

--
tejun


Attachments:
libata-eh-debug-1.patch (4.27 kB)

2009-04-02 11:04:25

by Niel Lambrechts

[permalink] [raw]
Subject: Re: 2.6.29 regression: ATA bus errors on resume

Apr 2 12:31:41 linux-7vph kernel: Syncing filesystems ... done.
Apr 2 12:31:41 linux-7vph kernel: Freezing user space processes ... (elapsed 0.00 seconds) done.
Apr 2 12:31:41 linux-7vph kernel: Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
Apr 2 12:31:41 linux-7vph kernel: PM: Shrinking memory... done (21792 pages freed)
Apr 2 12:31:41 linux-7vph kernel: PM: Freed 87168 kbytes in 1.41 seconds (61.82 MB/s)
Apr 2 12:31:41 linux-7vph kernel: Suspending console(s) (use no_console_suspend to debug)
Apr 2 12:31:41 linux-7vph kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Apr 2 12:31:41 linux-7vph kernel: ACPI handle has no context!
Apr 2 12:31:42 linux-7vph kernel: iwlagn 0000:03:00.0: PCI INT A disabled
Apr 2 12:31:42 linux-7vph kernel: ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
Apr 2 12:31:42 linux-7vph kernel: ata2: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
Apr 2 12:31:42 linux-7vph kernel: ehci_hcd 0000:00:1d.7: PCI INT D disabled
Apr 2 12:31:42 linux-7vph kernel: ehci_hcd 0000:00:1d.7: PME# disabled
Apr 2 12:31:42 linux-7vph kernel: uhci_hcd 0000:00:1d.2: PCI INT C disabled
Apr 2 12:31:42 linux-7vph kernel: uhci_hcd 0000:00:1d.1: PCI INT B disabled
Apr 2 12:31:42 linux-7vph kernel: uhci_hcd 0000:00:1d.0: PCI INT A disabled
Apr 2 12:31:42 linux-7vph kernel: HDA Intel 0000:00:1b.0: PCI INT B disabled
Apr 2 12:31:42 linux-7vph kernel: ehci_hcd 0000:00:1a.7: PCI INT D disabled
Apr 2 12:31:44 linux-7vph kernel: ehci_hcd 0000:00:1a.7: PME# disabled
Apr 2 12:31:44 linux-7vph kernel: uhci_hcd 0000:00:1a.2: PCI INT C disabled
Apr 2 12:31:44 linux-7vph kernel: uhci_hcd 0000:00:1a.1: PCI INT B disabled
Apr 2 12:31:44 linux-7vph kernel: uhci_hcd 0000:00:1a.0: PCI INT A disabled
Apr 2 12:31:44 linux-7vph kernel: e1000e 0000:00:19.0: PME# enabled
Apr 2 12:31:44 linux-7vph kernel: e1000e 0000:00:19.0: wake-up capability enabled by ACPI
Apr 2 12:31:44 linux-7vph kernel: e1000e 0000:00:19.0: PME# enabled
Apr 2 12:31:44 linux-7vph kernel: e1000e 0000:00:19.0: wake-up capability enabled by ACPI
Apr 2 12:31:44 linux-7vph kernel: e1000e 0000:00:19.0: PCI INT A disabled
Apr 2 12:31:44 linux-7vph kernel: ACPI: Preparing to enter system sleep state S4
Apr 2 12:31:44 linux-7vph kernel: PM: Saving platform NVS memory
Apr 2 12:31:44 linux-7vph kernel: Disabling non-boot CPUs ...
Apr 2 12:31:44 linux-7vph kernel: CPU 1 is now offline
Apr 2 12:31:44 linux-7vph kernel: SMP alternatives: switching to UP code
Apr 2 12:31:44 linux-7vph kernel: CPU0 attaching NULL sched-domain.
Apr 2 12:31:44 linux-7vph kernel: CPU1 attaching NULL sched-domain.
Apr 2 12:31:44 linux-7vph kernel: CPU0 attaching NULL sched-domain.
Apr 2 12:31:44 linux-7vph kernel: CPU1 is down
Apr 2 12:31:44 linux-7vph kernel: Extended CMOS year: 2000
Apr 2 12:31:44 linux-7vph kernel: PM: Creating hibernation image:
Apr 2 12:31:44 linux-7vph kernel: PM: Need to copy 123725 pages
Apr 2 12:31:44 linux-7vph kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Apr 2 12:31:44 linux-7vph kernel: Intel machine check architecture supported.
Apr 2 12:31:44 linux-7vph kernel: Intel machine check reporting enabled on CPU#0.
Apr 2 12:31:44 linux-7vph kernel: PM: Restoring platform NVS memory
Apr 2 12:31:44 linux-7vph kernel: Extended CMOS year: 2000
Apr 2 12:31:44 linux-7vph kernel: pci 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900403)
Apr 2 12:31:44 linux-7vph kernel: HDA Intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100106, writing 0x100102)
Apr 2 12:31:44 linux-7vph kernel: ahci 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00403, writing 0x2b00407)
Apr 2 12:31:44 linux-7vph kernel: Enabling non-boot CPUs ...
Apr 2 12:31:44 linux-7vph kernel: SMP alternatives: switching to SMP code
Apr 2 12:31:44 linux-7vph kernel: Booting processor 1 APIC 0x1 ip 0x6000
Apr 2 12:31:44 linux-7vph kernel: Initializing CPU#1
Apr 2 12:31:44 linux-7vph kernel: Calibrating delay using timer specific routine.. 4692.14 BogoMIPS (lpj=9384289)
Apr 2 12:31:44 linux-7vph kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Apr 2 12:31:44 linux-7vph kernel: CPU: L2 cache: 6144K
Apr 2 12:31:44 linux-7vph kernel: [ds] using Core 2/Atom configuration
Apr 2 12:31:44 linux-7vph kernel: CPU: Physical Processor ID: 0
Apr 2 12:31:44 linux-7vph kernel: CPU: Processor Core ID: 1
Apr 2 12:31:44 linux-7vph kernel: Intel machine check architecture supported.
Apr 2 12:31:44 linux-7vph kernel: Intel machine check reporting enabled on CPU#1.
Apr 2 12:31:44 linux-7vph kernel: x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
Apr 2 12:31:44 linux-7vph kernel: CPU1: Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz stepping 06
Apr 2 12:31:44 linux-7vph kernel: CPU0 attaching NULL sched-domain.
Apr 2 12:31:44 linux-7vph kernel: Switched to high resolution mode on CPU 1
Apr 2 12:31:44 linux-7vph kernel: CPU0 attaching sched-domain:
Apr 2 12:31:44 linux-7vph kernel: domain 0: span 0-1 level MC
Apr 2 12:31:44 linux-7vph kernel: groups: 0 1
Apr 2 12:31:44 linux-7vph kernel: CPU1 attaching sched-domain:
Apr 2 12:31:44 linux-7vph kernel: domain 0: span 0-1 level MC
Apr 2 12:31:44 linux-7vph kernel: groups: 1 0
Apr 2 12:31:44 linux-7vph kernel: CPU1 is up
Apr 2 12:31:44 linux-7vph kernel: ACPI: Waking up from system sleep state S4
Apr 2 12:31:44 linux-7vph kernel: ACPI: EC: non-query interrupt received, switching to interrupt mode
Apr 2 12:31:44 linux-7vph kernel: pci 0000:00:02.0: PME# disabled
Apr 2 12:31:44 linux-7vph kernel: pci 0000:00:02.0: power state changed by ACPI to D0
Apr 2 12:31:44 linux-7vph kernel: pci 0000:00:02.0: setting latency timer to 64
Apr 2 12:31:44 linux-7vph kernel: pci 0000:00:02.1: PME# disabled
Apr 2 12:31:44 linux-7vph kernel: pci 0000:00:03.0: PME# disabled
Apr 2 12:31:44 linux-7vph kernel: e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
Apr 2 12:31:44 linux-7vph kernel: e1000e 0000:00:19.0: setting latency timer to 64
Apr 2 12:31:44 linux-7vph kernel: e1000e 0000:00:19.0: wake-up capability disabled by ACPI
Apr 2 12:31:44 linux-7vph kernel: e1000e 0000:00:19.0: PME# disabled
Apr 2 12:31:44 linux-7vph kernel: e1000e 0000:00:19.0: wake-up capability disabled by ACPI
Apr 2 12:31:44 linux-7vph kernel: e1000e 0000:00:19.0: PME# disabled
Apr 2 12:31:44 linux-7vph kernel: e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
Apr 2 12:31:44 linux-7vph kernel: uhci_hcd 0000:00:1a.0: power state changed by ACPI to D0
Apr 2 12:31:44 linux-7vph kernel: uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
Apr 2 12:31:44 linux-7vph kernel: uhci_hcd 0000:00:1a.0: setting latency timer to 64
Apr 2 12:31:44 linux-7vph kernel: uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
Apr 2 12:31:44 linux-7vph kernel: uhci_hcd 0000:00:1a.1: setting latency timer to 64
Apr 2 12:31:44 linux-7vph kernel: uhci_hcd 0000:00:1a.2: power state changed by ACPI to D0
Apr 2 12:31:44 linux-7vph kernel: uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
Apr 2 12:31:44 linux-7vph kernel: uhci_hcd 0000:00:1a.2: setting latency timer to 64
Apr 2 12:31:44 linux-7vph kernel: ehci_hcd 0000:00:1a.7: PME# disabled
Apr 2 12:31:44 linux-7vph kernel: ehci_hcd 0000:00:1a.7: power state changed by ACPI to D0
Apr 2 12:31:44 linux-7vph kernel: ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 23 (level, low) -> IRQ 23
Apr 2 12:31:44 linux-7vph kernel: ehci_hcd 0000:00:1a.7: setting latency timer to 64
Apr 2 12:31:44 linux-7vph kernel: ehci_hcd 0000:00:1a.7: PME# disabled
Apr 2 12:31:44 linux-7vph kernel: HDA Intel 0000:00:1b.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Apr 2 12:31:44 linux-7vph kernel: HDA Intel 0000:00:1b.0: setting latency timer to 64
Apr 2 12:31:44 linux-7vph kernel: pcieport-driver 0000:00:1c.0: setting latency timer to 64
Apr 2 12:31:44 linux-7vph kernel: pcieport-driver 0000:00:1c.1: setting latency timer to 64
Apr 2 12:31:44 linux-7vph kernel: pcieport-driver 0000:00:1c.3: setting latency timer to 64
Apr 2 12:31:44 linux-7vph kernel: pcieport-driver 0000:00:1c.4: setting latency timer to 64
Apr 2 12:31:44 linux-7vph kernel: uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
Apr 2 12:31:44 linux-7vph kernel: uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Apr 2 12:31:44 linux-7vph kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
Apr 2 12:31:44 linux-7vph kernel: uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Apr 2 12:31:44 linux-7vph kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
Apr 2 12:31:44 linux-7vph kernel: uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Apr 2 12:31:44 linux-7vph kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
Apr 2 12:31:44 linux-7vph kernel: ehci_hcd 0000:00:1d.7: PME# disabled
Apr 2 12:31:44 linux-7vph kernel: ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
Apr 2 12:31:44 linux-7vph kernel: ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
Apr 2 12:31:44 linux-7vph kernel: ehci_hcd 0000:00:1d.7: setting latency timer to 64
Apr 2 12:31:44 linux-7vph kernel: ehci_hcd 0000:00:1d.7: PME# disabled
Apr 2 12:31:44 linux-7vph kernel: pci 0000:00:1e.0: setting latency timer to 64
Apr 2 12:31:44 linux-7vph kernel: ahci 0000:00:1f.2: setting latency timer to 64
Apr 2 12:31:44 linux-7vph kernel: ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x16 frozen
Apr 2 12:31:44 linux-7vph kernel: ata2: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x16 frozen
Apr 2 12:31:44 linux-7vph kernel: iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Apr 2 12:31:44 linux-7vph kernel: iwlagn 0000:03:00.0: irq 30 for MSI/MSI-X
Apr 2 12:31:44 linux-7vph kernel: pci 0000:15:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Apr 2 12:31:44 linux-7vph kernel: Registered led device: iwl-phy0:radio
Apr 2 12:31:44 linux-7vph kernel: Registered led device: iwl-phy0:assoc
Apr 2 12:31:44 linux-7vph kernel: Registered led device: iwl-phy0:RX
Apr 2 12:31:44 linux-7vph kernel: Registered led device: iwl-phy0:TX
Apr 2 12:31:44 linux-7vph kernel: ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17] MMIO=[f4801000-f48017ff] Max Packet=[2048] IR/IT contexts=[4/4]
Apr 2 12:31:44 linux-7vph kernel: pci 0000:15:00.2: PME# disabled
Apr 2 12:31:44 linux-7vph kernel: pci 0000:15:00.3: PME# disabled
Apr 2 12:31:44 linux-7vph kernel: pci 0000:15:00.4: PME# disabled
Apr 2 12:31:44 linux-7vph kernel: pci 0000:15:00.5: PME# disabled
Apr 2 12:31:44 linux-7vph kernel: sd 0:0:0:0: [sda] Starting disk
Apr 2 12:31:44 linux-7vph kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr 2 12:31:44 linux-7vph kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr 2 12:31:44 linux-7vph kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
Apr 2 12:31:44 linux-7vph kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
Apr 2 12:31:44 linux-7vph kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
Apr 2 12:31:44 linux-7vph kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
Apr 2 12:31:44 linux-7vph kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
Apr 2 12:31:44 linux-7vph kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
Apr 2 12:31:44 linux-7vph kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
Apr 2 12:31:44 linux-7vph kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
Apr 2 12:31:44 linux-7vph kernel: ata1.00: configured for UDMA/133
Apr 2 12:31:44 linux-7vph kernel: ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
Apr 2 12:31:44 linux-7vph kernel: ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
Apr 2 12:31:44 linux-7vph kernel: ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
Apr 2 12:31:44 linux-7vph kernel: ata1: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x9 t4
Apr 2 12:31:44 linux-7vph kernel: ata1: irq_stat 0x00400040, connection status changed
Apr 2 12:31:44 linux-7vph kernel: ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
Apr 2 12:31:44 linux-7vph kernel: ata1.00: configured for UDMA/133
Apr 2 12:31:44 linux-7vph kernel: ata1: EH complete
Apr 2 12:31:44 linux-7vph kernel: sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
Apr 2 12:31:44 linux-7vph kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr 2 12:31:44 linux-7vph kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr 2 12:31:44 linux-7vph kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 2 12:31:44 linux-7vph kernel: sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
Apr 2 12:31:44 linux-7vph kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr 2 12:31:44 linux-7vph kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr 2 12:31:44 linux-7vph kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 2 12:31:44 linux-7vph kernel: ata2.00: configured for UDMA/133
Apr 2 12:31:44 linux-7vph kernel: ata2: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x9 t4
Apr 2 12:31:44 linux-7vph kernel: ata2: irq_stat 0x40000001
Apr 2 12:31:44 linux-7vph kernel: ata2.00: configured for UDMA/133
Apr 2 12:31:44 linux-7vph kernel: ata2: EH complete
Apr 2 12:31:44 linux-7vph kernel: pci 0000:00:02.0: power state changed by ACPI to D0
Apr 2 12:31:44 linux-7vph kernel: pci 0000:00:02.0: restoring config space at offset 0x1 (was 0x900407, writing 0x900403)
Apr 2 12:31:44 linux-7vph kernel: pci 0000:00:02.0: setting latency timer to 64
Apr 2 12:31:44 linux-7vph kernel: Restarting tasks ... done.
Apr 2 12:31:44 linux-7vph kernel: e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
Apr 2 12:31:44 linux-7vph kernel: 0000:00:19.0: eth0: 10/100 speed: disabling TSO


Attachments:
dmesg-p2.txt (61.38 kB)
resume-p2.txt (13.57 kB)
Download all attachments

2009-04-02 14:15:44

by Niel Lambrechts

[permalink] [raw]
Subject: Re: 2.6.29 regression: ATA bus errors on resume

d ef/5f:00:00:00:00:a0 succeeded
ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
ata1.00: configured for UDMA/133
ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
ata1: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x9 t4
ata1: irq_stat 0x00400040, connection status changed
ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
ata1.00: configured for UDMA/133
ata1: EH complete
sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
ata2.00: configured for UDMA/133
ata2: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x9 t4
ata2: irq_stat 0x40000001
ata2.00: configured for UDMA/133
ata2: EH complete
pci 0000:00:02.0: power state changed by ACPI to D0
pci 0000:00:02.0: restoring config space at offset 0x1 (was 0x900407, writing 0x900403)
pci 0000:00:02.0: setting latency timer to 64
Restarting tasks ... done.
e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
0000:00:19.0: eth0: 10/100 speed: disabling TSO
usb 6-2: reset low speed USB device using uhci_hcd and address 2
martian source 255.255.255.255 from 10.59.201.226, on dev eth0
ll header: ff:ff:ff:ff:ff:ff:00:1c:23:28:30:80:08:00
martian source 255.255.255.255 from 10.59.201.226, on dev eth0
ll header: ff:ff:ff:ff:ff:ff:00:1c:23:28:30:80:08:00
SFW2-OUT-ERROR IN= OUT=eth0 SRC=10.59.201.31 DST=172.17.2.9 LEN=52 TOS=0x00 PREC=0x00 TTL=64 ID=24799 DF PROTO=TCP SPT=45717 DPT=9001 WINDOW=525 RES=0x00 ACK FIN URGP=0 OPT (0101080A00023B1514F4B11D)
SFW2-INext-DROP-DEFLT-INV IN=eth0 OUT= MAC=00:1c:25:95:93:ec:00:0f:90:71:c5:c3:08:00 SRC=172.17.2.9 DST=10.59.201.31 LEN=52 TOS=0x00 PREC=0x00 TTL=61 ID=22976 DF PROTO=TCP SPT=9001 DPT=45717 WINDOW=65535 RES=0x00 ACK FIN URGP=0 OPT (0101080A14FA3D8900023B15)
SFW2-INext-DROP-DEFLT-INV IN=eth0 OUT= MAC=00:1c:25:95:93:ec:00:0f:90:71:c5:c3:08:00 SRC=172.17.2.9 DST=10.59.201.31 LEN=40 TOS=0x00 PREC=0x00 TTL=61 ID=51350 DF PROTO=TCP SPT=9001 DPT=45717 WINDOW=65535 RES=0x00 ACK RST URGP=0
SFW2-INext-DROP-DEFLT IN=eth0 OUT= MAC=33:33:00:00:00:01:00:1d:72:26:07:c3:86:dd SRC=fe80:0000:0000:0000:3425:8347:7d98:264a DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=443 TC=0 HOPLIMIT=1 FLOWLBL=0 PROTO=UDP SPT=53852 DPT=67 LEN=403
SFW2-INext-DROP-DEFLT IN=eth0 OUT= MAC=33:33:00:00:00:01:00:1d:72:26:07:c3:86:dd SRC=fe80:0000:0000:0000:3425:8347:7d98:264a DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=447 TC=0 HOPLIMIT=1 FLOWLBL=0 PROTO=UDP SPT=53853 DPT=67 LEN=407
usb 3-1: new high speed USB device using ehci_hcd and address 3
usb 3-1: New USB device found, idVendor=0421, idProduct=0094
usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-1: Product: N85
usb 3-1: Manufacturer: Nokia
usb 3-1: SerialNumber: 356376021064021
usb 3-1: configuration #1 chosen from 1 choice
cdc_acm 3-1:1.1: ttyACM0: USB ACM device
usbcore: registered new interface driver cdc_acm
cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters
usbcore: registered new interface driver cdc_ether
usb 3-1: bad CDC descriptors
usbcore: registered new interface driver rndis_host
usb 3-1: bad CDC descriptors
usbcore: registered new interface driver rndis_wlan
Syncing filesystems ... done.
Freezing user space processes ... (elapsed 0.00 seconds) done.
Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
PM: Shrinking memory... -\|done (21792 pages freed)
PM: Freed 87168 kbytes in 1.41 seconds (61.82 MB/s)
Suspending console(s) (use no_console_suspend to debug)
sd 0:0:0:0: [sda] Synchronizing SCSI cache
ACPI handle has no context!
iwlagn 0000:03:00.0: PCI INT A disabled
ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ehci_hcd 0000:00:1d.7: PCI INT D disabled
ehci_hcd 0000:00:1d.7: PME# disabled
uhci_hcd 0000:00:1d.2: PCI INT C disabled
uhci_hcd 0000:00:1d.1: PCI INT B disabled
uhci_hcd 0000:00:1d.0: PCI INT A disabled
HDA Intel 0000:00:1b.0: PCI INT B disabled
ehci_hcd 0000:00:1a.7: PCI INT D disabled
ehci_hcd 0000:00:1a.7: PME# disabled
uhci_hcd 0000:00:1a.2: PCI INT C disabled
uhci_hcd 0000:00:1a.1: PCI INT B disabled
uhci_hcd 0000:00:1a.0: PCI INT A disabled
e1000e 0000:00:19.0: PME# enabled
e1000e 0000:00:19.0: wake-up capability enabled by ACPI
e1000e 0000:00:19.0: PME# enabled
e1000e 0000:00:19.0: wake-up capability enabled by ACPI
e1000e 0000:00:19.0: PCI INT A disabled
ACPI: Preparing to enter system sleep state S4
PM: Saving platform NVS memory
Disabling non-boot CPUs ...
CPU 1 is now offline
SMP alternatives: switching to UP code
CPU0 attaching NULL sched-domain.
CPU1 attaching NULL sched-domain.
CPU0 attaching NULL sched-domain.
CPU1 is down
Extended CMOS year: 2000
PM: Creating hibernation image:
PM: Need to copy 123725 pages
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
PM: Restoring platform NVS memory
Extended CMOS year: 2000
pci 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900403)
HDA Intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100106, writing 0x100102)
ahci 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00403, writing 0x2b00407)
Enabling non-boot CPUs ...
SMP alternatives: switching to SMP code
Booting processor 1 APIC 0x1 ip 0x6000
Initializing CPU#1
Calibrating delay using timer specific routine.. 4692.14 BogoMIPS (lpj=9384289)
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 6144K
[ds] using Core 2/Atom configuration
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
CPU1: Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz stepping 06
CPU0 attaching NULL sched-domain.
Switched to high resolution mode on CPU 1
CPU0 attaching sched-domain:
domain 0: span 0-1 level MC
groups: 0 1
CPU1 attaching sched-domain:
domain 0: span 0-1 level MC
groups: 1 0
CPU1 is up
ACPI: Waking up from system sleep state S4
ACPI: EC: non-query interrupt received, switching to interrupt mode
pci 0000:00:02.0: PME# disabled
pci 0000:00:02.0: power state changed by ACPI to D0
pci 0000:00:02.0: setting latency timer to 64
pci 0000:00:02.1: PME# disabled
pci 0000:00:03.0: PME# disabled
e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
e1000e 0000:00:19.0: setting latency timer to 64
e1000e 0000:00:19.0: wake-up capability disabled by ACPI
e1000e 0000:00:19.0: PME# disabled
e1000e 0000:00:19.0: wake-up capability disabled by ACPI
e1000e 0000:00:19.0: PME# disabled
e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
uhci_hcd 0000:00:1a.0: power state changed by ACPI to D0
uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:1a.0: setting latency timer to 64
uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
uhci_hcd 0000:00:1a.1: setting latency timer to 64
uhci_hcd 0000:00:1a.2: power state changed by ACPI to D0
uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
uhci_hcd 0000:00:1a.2: setting latency timer to 64
ehci_hcd 0000:00:1a.7: PME# disabled
ehci_hcd 0000:00:1a.7: power state changed by ACPI to D0
ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1a.7: setting latency timer to 64
ehci_hcd 0000:00:1a.7: PME# disabled
HDA Intel 0000:00:1b.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17
HDA Intel 0000:00:1b.0: setting latency timer to 64
pcieport-driver 0000:00:1c.0: setting latency timer to 64
pcieport-driver 0000:00:1c.1: setting latency timer to 64
pcieport-driver 0000:00:1c.3: setting latency timer to 64
pcieport-driver 0000:00:1c.4: setting latency timer to 64
uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
uhci_hcd 0000:00:1d.2: setting latency timer to 64
ehci_hcd 0000:00:1d.7: PME# disabled
ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: PME# disabled
pci 0000:00:1e.0: setting latency timer to 64
ahci 0000:00:1f.2: setting latency timer to 64
ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x16 frozen
ata2: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x16 frozen
iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
iwlagn 0000:03:00.0: irq 30 for MSI/MSI-X
pci 0000:15:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Registered led device: iwl-phy0:radio
Registered led device: iwl-phy0:assoc
Registered led device: iwl-phy0:RX
Registered led device: iwl-phy0:TX
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17] MMIO=[f4801000-f48017ff] Max Packet=[2048] IR/IT contexts=[4/4]
pci 0000:15:00.2: PME# disabled
pci 0000:15:00.3: PME# disabled
pci 0000:15:00.4: PME# disabled
pci 0000:15:00.5: PME# disabled
sd 0:0:0:0: [sda] Starting disk
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
ata1.00: configured for UDMA/133
ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
ata1: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x9 t4
ata1: irq_stat 0x00400040, connection status changed
ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
ata1.00: configured for UDMA/133
ata1: EH complete
sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
ata2.00: configured for UDMA/133
ata2: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x9 t4
ata2: irq_stat 0x40000001
ata2.00: configured for UDMA/133
ata2: EH complete
pci 0000:00:02.0: power state changed by ACPI to D0
pci 0000:00:02.0: restoring config space at offset 0x1 (was 0x900407, writing 0x900403)
pci 0000:00:02.0: setting latency timer to 64
Restarting tasks ... done.
e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
0000:00:19.0: eth0: 10/100 speed: disabling TSO
uhci_hcd 0000:00:1d.0: Unlink after no-IRQ? Controller is probably using the wrong IRQ.
SFW2-INext-DROP-DEFLT-INV IN=eth0 OUT= MAC=00:1c:25:95:93:ec:00:0f:90:71:c5:c3:08:00 SRC=172.17.2.11 DST=10.59.201.31 LEN=52 TOS=0x00 PREC=0x00 TTL=61 ID=60847 DF PROTO=TCP SPT=80 DPT=34118 WINDOW=65535 RES=0x00 ACK FIN URGP=0 OPT (0101080A143B74F000029805)
SFW2-OUT-ERROR IN= OUT=eth0 SRC=10.59.201.31 DST=172.17.2.11 LEN=52 TOS=0x00 PREC=0x00 TTL=64 ID=46252 DF PROTO=TCP SPT=34118 DPT=80 WINDOW=900 RES=0x00 ACK FIN URGP=0 OPT (0101080A0003C2121435E7F6)
SFW2-INext-DROP-DEFLT-INV IN=eth0 OUT= MAC=00:1c:25:95:93:ec:00:0f:90:71:c5:c3:08:00 SRC=172.17.2.11 DST=10.59.201.31 LEN=40 TOS=0x00 PREC=0x00 TTL=61 ID=15791 DF PROTO=TCP SPT=80 DPT=34118 WINDOW=65535 RES=0x00 ACK RST URGP=0
e1000e: eth0 NIC Link is Down
usb 3-1: USB disconnect, address 3
usb 3-1: new high speed USB device using ehci_hcd and address 4
usb 3-1: New USB device found, idVendor=0421, idProduct=0094
usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-1: Product: N85
usb 3-1: Manufacturer: Nokia
usb 3-1: SerialNumber: 356376021064021
usb 3-1: configuration #1 chosen from 1 choice
cdc_acm 3-1:1.1: ttyACM0: USB ACM device
usb 3-1: bad CDC descriptors
usb 3-1: bad CDC descriptors
PPP generic driver version 2.4.2
PPP BSD Compression module registered
PPP Deflate Compression module registered
SFW2-INext-DROP-DEFLT IN=ppp0 OUT= MAC= SRC=172.24.97.201 DST=172.25.17.131 LEN=48 TOS=0x08 PREC=0x40 TTL=127 ID=29421 DF PROTO=TCP SPT=3489 DPT=135 WINDOW=16384 RES=0x00 SYN URGP=0 OPT (0204055001010402)
SFW2-INext-DROP-DEFLT IN=ppp0 OUT= MAC= SRC=172.24.97.201 DST=172.25.17.131 LEN=48 TOS=0x08 PREC=0x40 TTL=127 ID=30152 DF PROTO=TCP SPT=3489 DPT=135 WINDOW=16384 RES=0x00 SYN URGP=0 OPT (0204055001010402)
SFW2-INext-DROP-DEFLT IN=ppp0 OUT= MAC= SRC=172.24.97.201 DST=172.25.17.131 LEN=48 TOS=0x08 PREC=0x40 TTL=127 ID=31525 DF PROTO=TCP SPT=3489 DPT=135 WINDOW=16384 RES=0x00 SYN URGP=0 OPT (0204055001010402)
SFW2-INext-DROP-DEFLT IN=ppp0 OUT= MAC= SRC=172.25.47.238 DST=172.25.17.131 LEN=48 TOS=0x08 PREC=0x40 TTL=127 ID=57333 DF PROTO=TCP SPT=2885 DPT=135 WINDOW=16384 RES=0x00 SYN URGP=0 OPT (0204055001010402)
SFW2-INext-DROP-DEFLT IN=ppp0 OUT= MAC= SRC=172.25.47.238 DST=172.25.17.131 LEN=48 TOS=0x08 PREC=0x40 TTL=127 ID=57453 DF PROTO=TCP SPT=2885 DPT=135 WINDOW=16384 RES=0x00 SYN URGP=0 OPT (0204055001010402)
SFW2-INext-DROP-DEFLT IN=ppp0 OUT= MAC= SRC=172.25.134.212 DST=172.25.17.131 LEN=48 TOS=0x08 PREC=0x40 TTL=127 ID=19660 DF PROTO=TCP SPT=3361 DPT=445 WINDOW=16384 RES=0x00 SYN URGP=0 OPT (0204055001010402)
SFW2-INext-DROP-DEFLT IN=ppp0 OUT= MAC= SRC=172.25.134.212 DST=172.25.17.131 LEN=48 TOS=0x08 PREC=0x40 TTL=127 ID=19824 DF PROTO=TCP SPT=3361 DPT=445 WINDOW=16384 RES=0x00 SYN URGP=0 OPT (0204055001010402)
SFW2-INext-DROP-DEFLT IN=ppp0 OUT= MAC= SRC=172.25.134.212 DST=172.25.17.131 LEN=48 TOS=0x08 PREC=0x40 TTL=127 ID=19827 DF PROTO=TCP SPT=3443 DPT=139 WINDOW=16384 RES=0x00 SYN URGP=0 OPT (0204055001010402)
SFW2-INext-DROP-DEFLT IN=ppp0 OUT= MAC= SRC=172.25.134.212 DST=172.25.17.131 LEN=48 TOS=0x08 PREC=0x40 TTL=127 ID=19965 DF PROTO=TCP SPT=3443 DPT=139 WINDOW=16384 RES=0x00 SYN URGP=0 OPT (0204055001010402)
SFW2-INext-DROP-DEFLT IN=ppp0 OUT= MAC= SRC=172.25.25.115 DST=172.25.17.131 LEN=48 TOS=0x08 PREC=0x40 TTL=127 ID=59761 DF PROTO=TCP SPT=1454 DPT=445 WINDOW=16384 RES=0x00 SYN URGP=0 OPT (0204055001010402)
SFW2-INext-DROP-DEFLT IN=ppp0 OUT= MAC= SRC=172.25.25.115 DST=172.25.17.131 LEN=48 TOS=0x08 PREC=0x40 TTL=127 ID=61320 DF PROTO=TCP SPT=1454 DPT=445 WINDOW=16384 RES=0x00 SYN URGP=0 OPT (0204055001010402)
SFW2-INext-DROP-DEFLT-INV IN=ppp0 OUT= MAC= SRC=74.125.79.109 DST=172.25.17.131 LEN=64 TOS=0x00 PREC=0x00 TTL=51 ID=34635 DF PROTO=TCP SPT=587 DPT=44207 WINDOW=1002 RES=0x00 ACK URGP=0 OPT (0101080A567DCC5A000AA5B40101050AD102F221D102F765)
SFW2-INext-DROP-DEFLT-INV IN=ppp0 OUT= MAC= SRC=74.125.79.109 DST=172.25.17.131 LEN=64 TOS=0x00 PREC=0x00 TTL=51 ID=34636 DF PROTO=TCP SPT=587 DPT=44207 WINDOW=1002 RES=0x00 ACK URGP=0 OPT (0101080A567DCC81000AA5B40101050AD102F221D102FCA9)
SFW2-INext-DROP-DEFLT-INV IN=ppp0 OUT= MAC= SRC=74.125.79.109 DST=172.25.17.131 LEN=64 TOS=0x00 PREC=0x00 TTL=51 ID=34637 DF PROTO=TCP SPT=587 DPT=44207 WINDOW=1002 RES=0x00 ACK URGP=0 OPT (0101080A567DCD09000AA5B40101050AD102F221D10301ED)
SFW2-INext-DROP-DEFLT-INV IN=ppp0 OUT= MAC= SRC=74.125.79.109 DST=172.25.17.131 LEN=64 TOS=0x00 PREC=0x00 TTL=51 ID=34638 DF PROTO=TCP SPT=587 DPT=44207 WINDOW=1002 RES=0x00 ACK URGP=0 OPT (0101080A567DCE6E000AA5B40101050AD102F221D1030731)
SFW2-INext-DROP-DEFLT-INV IN=ppp0 OUT= MAC= SRC=74.125.79.109 DST=172.25.17.131 LEN=64 TOS=0x00 PREC=0x00 TTL=51 ID=34639 DF PROTO=TCP SPT=587 DPT=44207 WINDOW=1002 RES=0x00 ACK URGP=0 OPT (0101080A567DCEAD000AA5B40101050AD102F221D1030C75)
SFW2-INext-DROP-DEFLT-INV IN=ppp0 OUT= MAC= SRC=74.125.79.109 DST=172.25.17.131 LEN=72 TOS=0x00 PREC=0x00 TTL=51 ID=34664 DF PROTO=TCP SPT=587 DPT=44207 WINDOW=1002 RES=0x00 ACK URGP=0 OPT (0101080A567E41C5000AC71801010512D102E799D102ECDDD102F221D10380BD)
SFW2-INext-DROP-DEFLT-INV IN=ppp0 OUT= MAC= SRC=74.125.79.109 DST=172.25.17.131 LEN=72 TOS=0x00 PREC=0x00 TTL=51 ID=34665 DF PROTO=TCP SPT=587 DPT=44207 WINDOW=1002 RES=0x00 ACK URGP=0 OPT (0101080A567F0914000AED1C01010512D102E799D102ECDDD102F221D10380BD)
usb 3-1: USB disconnect, address 4
e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
0000:00:19.0: eth0: 10/100 speed: disabling TSO
Xorg:3807 conflicting memory types d0000000-e0000000 write-combining<->uncached-minus
reserve_memtype failed 0xd0000000-0xe0000000, track write-combining, req write-combining
Xorg:3807 freeing invalid memtype d0000000-e0000000
Xorg:3807 conflicting memory types d0000000-e0000000 write-combining<->uncached-minus
reserve_memtype failed 0xd0000000-0xe0000000, track write-combining, req write-combining
Xorg:3807 freeing invalid memtype d0000000-e0000000
Xorg:3807 conflicting memory types d0000000-e0000000 write-combining<->uncached-minus
reserve_memtype failed 0xd0000000-0xe0000000, track write-combining, req write-combining
Xorg:3807 freeing invalid memtype d0000000-e0000000
Xorg:3807 conflicting memory types d0000000-e0000000 write-combining<->uncached-minus
reserve_memtype failed 0xd0000000-0xe0000000, track write-combining, req write-combining
Xorg:3807 freeing invalid memtype d0000000-e0000000
Xorg:3807 conflicting memory types d0000000-e0000000 write-combining<->uncached-minus
reserve_memtype failed 0xd0000000-0xe0000000, track write-combining, req write-combining
Xorg:3807 freeing invalid memtype d0000000-e0000000
Xorg:3807 conflicting memory types d0000000-e0000000 write-combining<->uncached-minus
reserve_memtype failed 0xd0000000-0xe0000000, track write-combining, req write-combining
Xorg:3807 freeing invalid memtype d0000000-e0000000
Xorg:3807 conflicting memory types d0000000-e0000000 write-combining<->uncached-minus
reserve_memtype failed 0xd0000000-0xe0000000, track write-combining, req write-combining
Xorg:3807 freeing invalid memtype d0000000-e0000000
Xorg:3807 conflicting memory types d0000000-e0000000 write-combining<->uncached-minus
reserve_memtype failed 0xd0000000-0xe0000000, track write-combining, req write-combining
Xorg:3807 freeing invalid memtype d0000000-e0000000
Xorg:3807 conflicting memory types d0000000-e0000000 write-combining<->uncached-minus
reserve_memtype failed 0xd0000000-0xe0000000, track write-combining, req write-combining
Xorg:3807 freeing invalid memtype d0000000-e0000000
Xorg:3807 conflicting memory types d0000000-e0000000 write-combining<->uncached-minus
reserve_memtype failed 0xd0000000-0xe0000000, track write-combining, req write-combining
Xorg:3807 freeing invalid memtype d0000000-e0000000
Xorg:3807 conflicting memory types d0000000-e0000000 write-combining<->uncached-minus
reserve_memtype failed 0xd0000000-0xe0000000, track write-combining, req write-combining
Xorg:3807 freeing invalid memtype d0000000-e0000000
Xorg:3807 conflicting memory types d0000000-e0000000 write-combining<->uncached-minus
reserve_memtype failed 0xd0000000-0xe0000000, track write-combining, req write-combining
Xorg:3807 freeing invalid memtype d0000000-e0000000
Xorg:3807 conflicting memory types d0000000-e0000000 write-combining<->uncached-minus
reserve_memtype failed 0xd0000000-0xe0000000, track write-combining, req write-combining
Xorg:8748 freeing invalid memtype d0000000-e0000000
Xorg:3807 freeing invalid memtype d0000000-e0000000
Xorg:3807 freeing invalid memtype d0000000-e0000000
[drm:gm45_get_vblank_counter] *ERROR* trying to get vblank count for disabled pipe 0
set status page addr 0x071ab000
Xorg:10048 conflicting memory types d0000000-e0000000 write-combining<->uncached-minus
reserve_memtype failed 0xd0000000-0xe0000000, track write-combining, req write-combining
Xorg:10048 conflicting memory types d0000000-e0000000 write-combining<->uncached-minus
reserve_memtype failed 0xd0000000-0xe0000000, track write-combining, req write-combining
Xorg:10048 conflicting memory types d0000000-e0000000 write-combining<->uncached-minus
reserve_memtype failed 0xd0000000-0xe0000000, track write-combining, req write-combining
Xorg:10061 freeing invalid memtype d0000000-e0000000
Xorg:10048 conflicting memory types d0000000-e0000000 write-combining<->uncached-minus
reserve_memtype failed 0xd0000000-0xe0000000, track write-combining, req write-combining
Xorg:10062 freeing invalid memtype d0000000-e0000000
ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x10
CPU0 attaching NULL sched-domain.
CPU1 attaching NULL sched-domain.
CPU0 attaching sched-domain:
domain 0: span 0-1 level MC
groups: 0 1
CPU1 attaching sched-domain:
domain 0: span 0-1 level MC
groups: 1 0
ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: RRIP_1991A
Syncing filesystems ... done.
Freezing user space processes ... (elapsed 0.00 seconds) done.
Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
PM: Shrinking memory... -\|/-\|/-\|/-\done (157853 pages freed)
PM: Freed 631412 kbytes in 4.49 seconds (140.62 MB/s)
Suspending console(s) (use no_console_suspend to debug)
sd 0:0:0:0: [sda] Synchronizing SCSI cache
ACPI handle has no context!
iwlagn 0000:03:00.0: PCI INT A disabled
ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ehci_hcd 0000:00:1d.7: PCI INT D disabled
ehci_hcd 0000:00:1d.7: PME# disabled
uhci_hcd 0000:00:1d.2: PCI INT C disabled
uhci_hcd 0000:00:1d.1: PCI INT B disabled
uhci_hcd 0000:00:1d.0: PCI INT A disabled
HDA Intel 0000:00:1b.0: PCI INT B disabled
ehci_hcd 0000:00:1a.7: PCI INT D disabled
ehci_hcd 0000:00:1a.7: PME# disabled
uhci_hcd 0000:00:1a.2: PCI INT C disabled
uhci_hcd 0000:00:1a.1: PCI INT B disabled
uhci_hcd 0000:00:1a.0: PCI INT A disabled
e1000e 0000:00:19.0: PME# enabled
e1000e 0000:00:19.0: wake-up capability enabled by ACPI
e1000e 0000:00:19.0: PME# enabled
e1000e 0000:00:19.0: wake-up capability enabled by ACPI
e1000e 0000:00:19.0: PCI INT A disabled
ACPI: Preparing to enter system sleep state S4
PM: Saving platform NVS memory
Disabling non-boot CPUs ...
CPU 1 is now offline
SMP alternatives: switching to UP code
CPU0 attaching NULL sched-domain.
CPU1 attaching NULL sched-domain.
CPU0 attaching NULL sched-domain.
CPU1 is down
Extended CMOS year: 2000
PM: Creating hibernation image:
PM: Need to copy 122243 pages
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
PM: Restoring platform NVS memory
Extended CMOS year: 2000
pci 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900403)
HDA Intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100106, writing 0x100102)
ahci 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00403, writing 0x2b00407)
Enabling non-boot CPUs ...
SMP alternatives: switching to SMP code
Booting processor 1 APIC 0x1 ip 0x6000
Initializing CPU#1
Calibrating delay using timer specific routine.. 5054.01 BogoMIPS (lpj=10108038)
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 6144K
[ds] using Core 2/Atom configuration
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
CPU1: Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz stepping 06
CPU0 attaching NULL sched-domain.
Switched to high resolution mode on CPU 1
CPU0 attaching sched-domain:
domain 0: span 0-1 level MC
groups: 0 1
CPU1 attaching sched-domain:
domain 0: span 0-1 level MC
groups: 1 0
CPU1 is up
ACPI: Waking up from system sleep state S4
ACPI: EC: non-query interrupt received, switching to interrupt mode
pci 0000:00:02.0: PME# disabled
pci 0000:00:02.0: power state changed by ACPI to D0
pci 0000:00:02.0: setting latency timer to 64
pci 0000:00:02.1: PME# disabled
pci 0000:00:03.0: PME# disabled
e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
e1000e 0000:00:19.0: setting latency timer to 64
e1000e 0000:00:19.0: wake-up capability disabled by ACPI
e1000e 0000:00:19.0: PME# disabled
e1000e 0000:00:19.0: wake-up capability disabled by ACPI
e1000e 0000:00:19.0: PME# disabled
e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
uhci_hcd 0000:00:1a.0: power state changed by ACPI to D0
uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:1a.0: setting latency timer to 64
uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
uhci_hcd 0000:00:1a.1: setting latency timer to 64
uhci_hcd 0000:00:1a.2: power state changed by ACPI to D0
uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
uhci_hcd 0000:00:1a.2: setting latency timer to 64
ehci_hcd 0000:00:1a.7: PME# disabled
ehci_hcd 0000:00:1a.7: power state changed by ACPI to D0
ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1a.7: setting latency timer to 64
ehci_hcd 0000:00:1a.7: PME# disabled
HDA Intel 0000:00:1b.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17
HDA Intel 0000:00:1b.0: setting latency timer to 64
pcieport-driver 0000:00:1c.0: setting latency timer to 64
pcieport-driver 0000:00:1c.1: setting latency timer to 64
pcieport-driver 0000:00:1c.3: setting latency timer to 64
pcieport-driver 0000:00:1c.4: setting latency timer to 64
uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
uhci_hcd 0000:00:1d.2: setting latency timer to 64
ehci_hcd 0000:00:1d.7: PME# disabled
ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: PME# disabled
pci 0000:00:1e.0: setting latency timer to 64
ahci 0000:00:1f.2: setting latency timer to 64
ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x16 frozen
ata2: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x16 frozen
iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
iwlagn 0000:03:00.0: irq 30 for MSI/MSI-X
pci 0000:15:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Registered led device: iwl-phy0:radio
Registered led device: iwl-phy0:assoc
Registered led device: iwl-phy0:RX
Registered led device: iwl-phy0:TX
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17] MMIO=[f4801000-f48017ff] Max Packet=[2048] IR/IT contexts=[4/4]
pci 0000:15:00.2: PME# disabled
pci 0000:15:00.3: PME# disabled
pci 0000:15:00.4: PME# disabled
pci 0000:15:00.5: PME# disabled
sd 0:0:0:0: [sda] Starting disk
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
ata1.00: configured for UDMA/133
ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
ata1: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x9 t4
ata1: irq_stat 0x00400040, connection status changed
ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
ata1.00: configured for UDMA/133
ata1: EH complete
sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
ata2.00: configured for UDMA/133
ata2: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x9 t4
ata2: irq_stat 0x40000001
ata2.00: configured for UDMA/133
ata2: EH complete
pci 0000:00:02.0: power state changed by ACPI to D0
pci 0000:00:02.0: restoring config space at offset 0x1 (was 0x900407, writing 0x900403)
pci 0000:00:02.0: setting latency timer to 64
Restarting tasks ... done.
e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
0000:00:19.0: eth0: 10/100 speed: disabling TSO
uhci_hcd 0000:00:1d.0: Unlink after no-IRQ? Controller is probably using the wrong IRQ.
e1000e: eth0 NIC Link is Down
usb 6-2: USB disconnect, address 2
iwlagn 0000:03:00.0: PCI INT A disabled
Syncing filesystems ... done.
Freezing user space processes ... (elapsed 0.00 seconds) done.
Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
PM: Shrinking memory... -done (0 pages freed)
PM: Freed 0 kbytes in 0.04 seconds (0.00 MB/s)
Suspending console(s) (use no_console_suspend to debug)
sd 0:0:0:0: [sda] Synchronizing SCSI cache
ACPI handle has no context!
ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ehci_hcd 0000:00:1d.7: PCI INT D disabled
ehci_hcd 0000:00:1d.7: PME# disabled
uhci_hcd 0000:00:1d.2: PCI INT C disabled
uhci_hcd 0000:00:1d.1: PCI INT B disabled
uhci_hcd 0000:00:1d.0: PCI INT A disabled
HDA Intel 0000:00:1b.0: PCI INT B disabled
ehci_hcd 0000:00:1a.7: PCI INT D disabled
ehci_hcd 0000:00:1a.7: PME# disabled
uhci_hcd 0000:00:1a.2: PCI INT C disabled
uhci_hcd 0000:00:1a.1: PCI INT B disabled
uhci_hcd 0000:00:1a.0: PCI INT A disabled
e1000e 0000:00:19.0: PME# enabled
e1000e 0000:00:19.0: wake-up capability enabled by ACPI
e1000e 0000:00:19.0: PME# enabled
e1000e 0000:00:19.0: wake-up capability enabled by ACPI
e1000e 0000:00:19.0: PCI INT A disabled
ACPI: Preparing to enter system sleep state S4
PM: Saving platform NVS memory
Disabling non-boot CPUs ...
CPU 1 is now offline
SMP alternatives: switching to UP code
CPU0 attaching NULL sched-domain.
CPU1 attaching NULL sched-domain.
CPU0 attaching NULL sched-domain.
CPU1 is down
Extended CMOS year: 2000
PM: Creating hibernation image:
PM: Need to copy 199631 pages
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
PM: Restoring platform NVS memory
Extended CMOS year: 2000
pci 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900403)
HDA Intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100106, writing 0x100102)
ahci 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00403, writing 0x2b00407)
Enabling non-boot CPUs ...
SMP alternatives: switching to SMP code
Booting processor 1 APIC 0x1 ip 0x6000
Initializing CPU#1
Calibrating delay using timer specific routine.. 5054.11 BogoMIPS (lpj=10108232)
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 6144K
[ds] using Core 2/Atom configuration
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
CPU1: Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz stepping 06
CPU0 attaching NULL sched-domain.
Switched to high resolution mode on CPU 1
CPU0 attaching sched-domain:
domain 0: span 0-1 level MC
groups: 0 1
CPU1 attaching sched-domain:
domain 0: span 0-1 level MC
groups: 1 0
CPU1 is up
ACPI: Waking up from system sleep state S4
Monitor-Mwait will be used to enter C-3 state
ACPI: EC: non-query interrupt received, switching to interrupt mode
pci 0000:00:02.0: PME# disabled
pci 0000:00:02.0: power state changed by ACPI to D0
pci 0000:00:02.0: setting latency timer to 64
pci 0000:00:02.1: PME# disabled
pci 0000:00:03.0: PME# disabled
e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
e1000e 0000:00:19.0: setting latency timer to 64
e1000e 0000:00:19.0: wake-up capability disabled by ACPI
e1000e 0000:00:19.0: PME# disabled
e1000e 0000:00:19.0: wake-up capability disabled by ACPI
e1000e 0000:00:19.0: PME# disabled
e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
uhci_hcd 0000:00:1a.0: power state changed by ACPI to D0
uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:1a.0: setting latency timer to 64
uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
uhci_hcd 0000:00:1a.1: setting latency timer to 64
uhci_hcd 0000:00:1a.2: power state changed by ACPI to D0
uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
uhci_hcd 0000:00:1a.2: setting latency timer to 64
ehci_hcd 0000:00:1a.7: PME# disabled
ehci_hcd 0000:00:1a.7: power state changed by ACPI to D0
ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1a.7: setting latency timer to 64
ehci_hcd 0000:00:1a.7: PME# disabled
HDA Intel 0000:00:1b.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17
HDA Intel 0000:00:1b.0: setting latency timer to 64
pcieport-driver 0000:00:1c.0: setting latency timer to 64
pcieport-driver 0000:00:1c.1: setting latency timer to 64
pcieport-driver 0000:00:1c.3: setting latency timer to 64
pcieport-driver 0000:00:1c.4: setting latency timer to 64
uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
uhci_hcd 0000:00:1d.2: setting latency timer to 64
ehci_hcd 0000:00:1d.7: PME# disabled
ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: PME# disabled
pci 0000:00:1e.0: setting latency timer to 64
ahci 0000:00:1f.2: setting latency timer to 64
ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x16 frozen
ata2: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x16 frozen
pci 0000:15:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17] MMIO=[f4801000-f48017ff] Max Packet=[2048] IR/IT contexts=[4/4]
pci 0000:15:00.2: PME# disabled
pci 0000:15:00.3: PME# disabled
pci 0000:15:00.4: PME# disabled
pci 0000:15:00.5: PME# disabled
sd 0:0:0:0: [sda] Starting disk
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
ata1.00: configured for UDMA/133
ata1: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x9 t4
ata1: irq_stat 0x00400040, connection status changed
ata1.00: configured for UDMA/133
ata1: EH complete
sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
ata2.00: configured for UDMA/133
ata2: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x9 t4
ata2: irq_stat 0x40000001
ata2.00: configured for UDMA/133
ata2: EH complete
pci 0000:00:02.0: power state changed by ACPI to D0
pci 0000:00:02.0: restoring config space at offset 0x1 (was 0x900407, writing 0x900403)
pci 0000:00:02.0: setting latency timer to 64
Restarting tasks ... done.
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f5dea740
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f5dea740
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f5dea740
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f5dea740
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f48e5540
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f5dea740
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f48e5540
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f5dea740
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f48e5540
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b0740
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0440
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0ec0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b0c80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0c80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0c80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b0ec0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0ec0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0ec0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: e748a140
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: e748a080
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: e748a200
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: e748abc0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: e748a200
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: e748abc0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0740
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: e748abc0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: e748a080
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: e748a080
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=0 allowed=0
scsi_eh_1: flush finish cmd: f61b0740
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: e748a080
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: e748a080
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: e748a080
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: e748a080
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: e748a080
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: e748a500
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: e748a800
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f488c0c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f488ce40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f488c240
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f488c6c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f488c540
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f488ca80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f488ca80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f488ca80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f488ca80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f488ca80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f488cd80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f488c780
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f488c180
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f3058600
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f3058480
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f5dea5c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f5deabc0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f5dea440
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f5dea440
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f5dea440
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f5dea440
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f5dea440
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f48e5c00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f48e5c00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f48e5c00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f48e5c00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f48e5e40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f48e5d80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f48e5240
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f488c600
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f3058180
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f49bca40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f49bca40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f49bca40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f5dea800
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: e748ae00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: e748ae00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: e748ae00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: e748ae00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: e748ae00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f5dea980
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: e748a440
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: e748aa40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: e748a5c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f5dead40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f49bce00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f5dea2c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f5deaa40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f5deaa40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f5deaa40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f5deaa40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f5deaa40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f5dea500
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f5dea500
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f5dea500
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f5dea500
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f3058d80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f3058900
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f3058d80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f3058d80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f3058d80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f3058d80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f3058d80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f3058d80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f5dea080
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f5dea080
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f5dea080
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f5dea080
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f5dea080
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f5dea080
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f488cd80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f488cd80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f488cd80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f488cd80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f488cd80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f3058300
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f3058a80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f3058a80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f3058a80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f3058a80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f3058a80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f3058a80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f3058300
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f3058300
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f3058e40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f3058300
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f3058300
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f3058300
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f3058e40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f3058a80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f3058a80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f3058a80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f3058a80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f3058a80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b0680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b0680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b0680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f5deae00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f5deae00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f5deae00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b0380
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0380
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0380
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b0380
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f5deae00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b02c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b0200
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0200
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0200
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b0200
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0200
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0200
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f48e5f00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f48e5f00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f48e5f00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b0200
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0200
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0200
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f48e5f00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f48e5f00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f48e5f00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f48e5f00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f48e5f00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f48e5f00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b0200
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b0680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b0200
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0200
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0200
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b0200
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0200
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0200
e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth0: link is not ready
iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
iwlagn 0000:03:00.0: irq 30 for MSI/MSI-X
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b0680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0680
Registered led device: iwl-phy0:radio
Registered led device: iwl-phy0:assoc
Registered led device: iwl-phy0:RX
Registered led device: iwl-phy0:TX
ADDRCONF(NETDEV_UP): wlan0: link is not ready
wlan0: direct probe to AP 00:1a:70:64:c7:5b try 1
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b0680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0680
wlan0: direct probe to AP 00:1a:70:64:c7:5b try 2
ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x10
CPU0 attaching NULL sched-domain.
CPU1 attaching NULL sched-domain.
CPU0 attaching sched-domain:
domain 0: span 0-1 level MC
groups: 0 1
domain 1: span 0-1 level CPU
groups: 0-1
CPU1 attaching sched-domain:
domain 0: span 0-1 level MC
groups: 1 0
domain 1: span 0-1 level CPU
groups: 0-1
wlan0: direct probe to AP 00:1a:70:64:c7:5b try 3
wlan0: direct probe to AP 00:1a:70:64:c7:5b timed out
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b0080
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0080
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0080
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b0080
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0080
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0080
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f3058780
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f3058780
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f3058780
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f3058780
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f3058780
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f3058780
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f488cb40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f488c900
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f488ce40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f488ce40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f488ce40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f488ce40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f3058300
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f3058300
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f488c480
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f488c480
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f488c480
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f488c480
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f49bc2c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f49bc2c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f49bc2c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f49bc800
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f49bc980
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f49bc680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f49bc440
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f49bc200
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f48e5780
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f48e5900
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f48e5a80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f48e5840
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f49bc140
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f49bc140
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f49bc140
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f5deaec0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f49bcd40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f5dea380
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f30580c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: e748aa40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f5deac80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f3058240
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: e748a5c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f3058cc0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f488c180
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f488c180
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f488c180
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f488c180
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f488c780
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f488c600
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f3058300
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f3058e40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f488c300
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f3058a80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f3058780
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f3058b40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f5deae00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f3058f00
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0080
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f5dea740
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b02c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0380
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b0380
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0380
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0380
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b0380
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0380
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0380
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b02c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b02c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b02c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b02c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b02c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b02c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b0380
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0d40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f61b05c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f61b0440
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f61b0800
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f48e59c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f48e5540
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f48e5b40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f48e5300
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: e748a2c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: e748a680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: e748aec0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: e748aec0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: e748aec0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: e748aec0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: e748a680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f48e59c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: e748ac80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: e748ac80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: e748ac80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: e748ac80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: e748ac80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: e748ac80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: e748ac80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: e748ac80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: e748ac80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: e748ac80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: e748ac80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: e748ac80
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: e748aec0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: e748aec0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: e748aec0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f5dea140
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f5dea380
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f5deaa40
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f5dea5c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f5dea5c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f5dea5c0
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f5dea680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f5dea680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f5dea680
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f5dea800
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f5dea800
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f5dea800
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
scsi_eh_1: flush finish cmd: f5dea800
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
scsi_eh_1: flush finish cmd: f5dea800
ata2.00: XXX setting retry on qc0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata2.00: irq_stat 0x40000001
ata2.00: XXX terminating qc0 (SENSE), retries=0
XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=1 allowed=1
scsi_eh_1: flush finish cmd: f5dea800


Attachments:
dmesg-p2-2.txt (120.53 kB)

2009-04-03 20:09:30

by Jeff Garzik

[permalink] [raw]
Subject: Re: 2.6.29 regression: ATA bus errors on resume

Niel Lambrechts wrote:
> On 03/30/2009 04:40 PM, Jeff Garzik wrote:
>> Niel Lambrechts wrote:
>>> On 03/30/2009 11:00 AM, Tejun Heo wrote:
>>>> Hello,
>>>>
>>>> For some reason, I can't find the original thread, so replying here.
>>>>
>>>> Niel Lambrechts wrote:
>>>>>>>>> The ext4 errors are interleaved with hardware errors, and the ext4
>>>>>>>>> errors are about I/O errors.
>>>>>>>>>
>>>>>>>>> EXT4-fs error (device sda6): __ext4_get_inode_loc: unable to
>>>>>>>>> read inode block - inode=2346519
>>>>>>>>> EXT4-fs error (device sda6) in ext4_reserve_inode_write: IO
>>>>>>>>> failure
>>>>>>>>>
>>>>>>>>> This looks more like a hibernation problem than an ext4 problem.
>>>>>>>>> Looks like the hard drive is being left in some inconsistent state
>>>>>>>>> after resuming from hibernation.
>>>> Yeap, ext4 is just the victim here.
>>>>
>>>>>>>> ata1.00: irq_stat 0x00400008, PHY RDY changed
>>>>>>>> ata1: SError: { PHYRdyChg CommWake }
>>>>>>> Your SATA hardware flags a connect-or-disconnect event ("PHY
>>>>>>> RDY"), which requires us to abort a bunch of queued commands:
>>>>>>>
>>>>>>>> ata1.00: cmd 60/18:00:77:88:6f/00:00:0e:00:00/40 tag 0 ncq 12288 in
>>>>>>>> res 50/00:30:07:b3:10/00:00:0c:00:00/40 Emask 0x10 (ATA
>>>>>>>> bus error)
>>>>>>> [...]
>>>> ...
>>>>>>> The SCSI subsystem aborts each of the queued commands.
>>>>>> No .. this is the SCSI subsystem receives an ABORTED COMMAND
>>>>>> return in
>>>>>> sense data for each of the outstanding I/Os
>>>>>>
>>>>>> The only place these are generated is in ata_sense_to_error()
>>>>>> which only
>>>>>> occurs if there's some type of ata error.
>>>>>>
>>>>>> If I had to theorise, I'd say the system suspended with commands
>>>>>> outstanding to the device. On resume, the device gets reset and
>>>>>> returns
>>>>>> some type of ATA error which gets translated to ABORTED COMMAND which
>>>>>> causes a failure.
>>>>>>
>>>>>> In the mid layer, we translate ABORTED_COMMAND into a retry until the
>>>>>> command runs out of them ... could it be there's a race readying the
>>>>>> device and we run through the retries before it can accept the
>>>>>> command?
>>>> When libata-eh thinks that the problem isn't worth retrying, it sets
>>>> scmd->retries to scmd->allowed so that it gets aborted immediately.
>>>> The code is in ata_eh_qc_complete().
>>>>
>>>> Whether a command is to be retried or not is determined with
>>>> ATA_QCFLAG_RETRY which is set in ata_eh_link_autopsy() for each failed
>>>> command. Immediate-failure criteria is pretty strict - only driver
>>>> software errors (AC_ERR_INVALID) and PC or other special commands
>>>> which failed which got aborted by the device get the immediate pink
>>>> slip. In this case, the commands are from FS and failed with
>>>> AC_ERR_ATA_BUS, so it definitely doesn't fit into the criteria.
>>>> Strange.
>>>>
>>>> How reproducible is the problem? Are you interested in trying out
>>>> some debug patches?
>>> Hi Tejun,
>>>
>>> I think I should be able to reproduce when actively using X with 2.6.29,
>>> and I have an external disk where I could backup to / boot from if the
>>> corruption became a problem.
>>>
>>> These issues are keeping me from 2.6.29 so I'll gladly help where I can,
>>> if you can please provide me the patches and the .config settings that
>>> may be required?
>>>
>>> Niel
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe
>>> linux-kernel" in
>>> the body of a message to [email protected]
>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>> Please read the FAQ at http://www.tux.org/lkml/
>>>
>> Any chance you could use bisect to narrow down the problem commit?
>>
>> http://kernel.org/pub/software/scm/git/docs/v1.4.4.4/howto/isolate-bugs-with-bisect.txt
>>
>>
>> This should identify which patch caused your problems, if you have a
>> known good starting point (such as 2.6.28).
> I'm struggling with this - my good kernel is 2.6.28.9 and as far as I
> can tell the closest thing good kernel I can tell git to use is 2.6.28
> base itself. So now what happens is that resume entirely fails during
> some of the bisects due to entirely other regressions that are present
> in older and newer kernels than mine, so I can't test the real issue! :(

"git help bisect" or "man git-bisect" has a wealth of information.

Most notably, you can use "git bisect skip" if the current commit cannot
be tested, and thus cannot be declared good or bad.

Jeff


2009-04-03 20:54:45

by Niel Lambrechts

[permalink] [raw]
Subject: Re: 2.6.29 regression: ATA bus errors on resume

On 04/03/2009 10:09 PM, Jeff Garzik wrote:
> Niel Lambrechts wrote:
>> On 03/30/2009 04:40 PM, Jeff Garzik wrote:
>>> Niel Lambrechts wrote:
>>>> On 03/30/2009 11:00 AM, Tejun Heo wrote:
>>>>> Hello,
>>>>>
>>>>> For some reason, I can't find the original thread, so replying here.
>>>>>
>>>>> Niel Lambrechts wrote:
>>>>>>>>>> The ext4 errors are interleaved with hardware errors, and the
>>>>>>>>>> ext4
>>>>>>>>>> errors are about I/O errors.
>>>>>>>>>>
>>>>>>>>>> EXT4-fs error (device sda6): __ext4_get_inode_loc: unable to
>>>>>>>>>> read inode block - inode=2346519
>>>>>>>>>> EXT4-fs error (device sda6) in ext4_reserve_inode_write: IO
>>>>>>>>>> failure
>>>>>>>>>>
>>>>>>>>>> This looks more like a hibernation problem than an ext4 problem.
>>>>>>>>>> Looks like the hard drive is being left in some inconsistent
>>>>>>>>>> state
>>>>>>>>>> after resuming from hibernation.
>>>>> Yeap, ext4 is just the victim here.
>>>>>
>>>>>>>>> ata1.00: irq_stat 0x00400008, PHY RDY changed
>>>>>>>>> ata1: SError: { PHYRdyChg CommWake }
>>>>>>>> Your SATA hardware flags a connect-or-disconnect event ("PHY
>>>>>>>> RDY"), which requires us to abort a bunch of queued commands:
>>>>>>>>
>>>>>>>>> ata1.00: cmd 60/18:00:77:88:6f/00:00:0e:00:00/40 tag 0 ncq
>>>>>>>>> 12288 in
>>>>>>>>> res 50/00:30:07:b3:10/00:00:0c:00:00/40 Emask 0x10 (ATA
>>>>>>>>> bus error)
>>>>>>>> [...]
>>>>> ...
>>>>>>>> The SCSI subsystem aborts each of the queued commands.
>>>>>>> No .. this is the SCSI subsystem receives an ABORTED COMMAND
>>>>>>> return in
>>>>>>> sense data for each of the outstanding I/Os
>>>>>>>
>>>>>>> The only place these are generated is in ata_sense_to_error()
>>>>>>> which only
>>>>>>> occurs if there's some type of ata error.
>>>>>>>
>>>>>>> If I had to theorise, I'd say the system suspended with commands
>>>>>>> outstanding to the device. On resume, the device gets reset and
>>>>>>> returns
>>>>>>> some type of ATA error which gets translated to ABORTED COMMAND
>>>>>>> which
>>>>>>> causes a failure.
>>>>>>>
>>>>>>> In the mid layer, we translate ABORTED_COMMAND into a retry
>>>>>>> until the
>>>>>>> command runs out of them ... could it be there's a race readying
>>>>>>> the
>>>>>>> device and we run through the retries before it can accept the
>>>>>>> command?
>>>>> When libata-eh thinks that the problem isn't worth retrying, it sets
>>>>> scmd->retries to scmd->allowed so that it gets aborted immediately.
>>>>> The code is in ata_eh_qc_complete().
>>>>>
>>>>> Whether a command is to be retried or not is determined with
>>>>> ATA_QCFLAG_RETRY which is set in ata_eh_link_autopsy() for each
>>>>> failed
>>>>> command. Immediate-failure criteria is pretty strict - only driver
>>>>> software errors (AC_ERR_INVALID) and PC or other special commands
>>>>> which failed which got aborted by the device get the immediate pink
>>>>> slip. In this case, the commands are from FS and failed with
>>>>> AC_ERR_ATA_BUS, so it definitely doesn't fit into the criteria.
>>>>> Strange.
>>>>>
>>>>> How reproducible is the problem? Are you interested in trying out
>>>>> some debug patches?
>>>> Hi Tejun,
>>>>
>>>> I think I should be able to reproduce when actively using X with
>>>> 2.6.29,
>>>> and I have an external disk where I could backup to / boot from if the
>>>> corruption became a problem.
>>>>
>>>> These issues are keeping me from 2.6.29 so I'll gladly help where I
>>>> can,
>>>> if you can please provide me the patches and the .config settings that
>>>> may be required?
>>>>
>>>> Niel
>>>> --
>>>> To unsubscribe from this list: send the line "unsubscribe
>>>> linux-kernel" in
>>>> the body of a message to [email protected]
>>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>>> Please read the FAQ at http://www.tux.org/lkml/
>>>>
>>> Any chance you could use bisect to narrow down the problem commit?
>>>
>>> http://kernel.org/pub/software/scm/git/docs/v1.4.4.4/howto/isolate-bugs-with-bisect.txt
>>>
>>>
>>>
>>> This should identify which patch caused your problems, if you have a
>>> known good starting point (such as 2.6.28).
>> I'm struggling with this - my good kernel is 2.6.28.9 and as far as I
>> can tell the closest thing good kernel I can tell git to use is 2.6.28
>> base itself. So now what happens is that resume entirely fails during
>> some of the bisects due to entirely other regressions that are present
>> in older and newer kernels than mine, so I can't test the real issue! :(
>
> "git help bisect" or "man git-bisect" has a wealth of information.
>
> Most notably, you can use "git bisect skip" if the current commit
> cannot be tested, and thus cannot be declared good or bad.
Thanks Jeff, still finding my way around git, it was not that clear to
me if there is a way to tell git that 2.6.28.9 was good, to me it looked
like the main kernel only consists of the RC and the final release, not
any subsequent patches?

Anyhow, Tejun's patch is holding up well apart from the glitch I
reported on yesterday - I guess it could have simply been part of the
debugging output Tejun included in the patch and not a real issue.

I haven't heard from him (yet), but I wonder if you might know if the
results give enough of a clue for a patch that could be included in say
2.6.29.1?

Thanks!
Niel

2009-04-04 16:46:21

by Tejun Heo

[permalink] [raw]
Subject: Re: 2.6.29 regression: ATA bus errors on resume

Hello, Neil.

Niel Lambrechts wrote:
>> Thanks for your help, I've done at least 5 hibernate cycles without the
>> problem recurring, I'll keep at it for a while... :)

Hmmm..

>> For the sake of being thorough, I'd like to mention some of the
>> remaining issues/messages, but to be honest some of them were there
>> before and may not be relevant to your efforts:
>>
>> 1) Can you perhaps confirm if the remaining ATA messages are harmless
>> enough to ignore?
>>
>> dmesg:
>> ata2: exception Emask 0x10 SAct 0x0 SErr 0x4050000 action 0x1e frozen
>> ata2: irq_stat 0x00400040, connection status changed
>> ata2: SError: { PHYRdyChg CommWake DevExch }
>> Clocksource tsc unstable (delta = -412838835 ns)

Yeah, that happens on some machines during resume. It doesn't on some
machines (including mine) and dunno what's the difference yet. It's a
bit annoying and probably adds a bit to resume time but libata handles
things like this just fine, so no need to be alarmed too much.

>> and in messages:
>> Apr 2 12:31:44 linux-7vph kernel: ata1: exception Emask 0x10 SAct 0x0
>> SErr 0x0 action 0x9 t4
>>
>> 2) The screen remains blank on resume, right until I both press a key
>> _and_ touch the touchpad. Weird, but this happens in 2.6.28.9 as well,
>> perhaps this is i915 related.

Heh... yeah, black magic of display suspend/resume. Hopefully it will
get better with KMS.

> UPDATE:
>
> Just arrived back home, before suspending I enabled all the powertop
> laptop mode/SATA link management etc and I removed a CD-ROM from the
> CD drive so I'm not sure what could be responsible for this:
>
> ata2.00: XXX setting retry on qc0
> ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
> ata2.00: irq_stat 0x40000001
> ata2.00: XXX terminating qc0 (SENSE), retries=0
> XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=3 allowed=3
> scsi_eh_1: flush finish cmd: f5dea740
> ata2.00: XXX setting retry on qc0
> ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
> ata2.00: irq_stat 0x40000001
> ata2.00: XXX terminating qc0 (SENSE), retries=0
> XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=2 allowed=2
> .. loop ..
>
> I hope it's simply something like "drive not ready" debugging ouput,
> since ata2 seems associated with the CD-Rom drive... :)
>
> This continued, until I again in powertop enabled SATA link management.

That's probably hal polling for media presence. It uses
TEST_UNIT_READY and if there's no media in the drive, it will raise
CHECK_SENSE condition which is handled by the libata EH which is
usually quiet about it as it's not an error but with the debugging
patch, it got more whiny. If you're annoyed by it just put a media in
the drive.

Thanks.

--
tejun

2009-04-06 05:01:19

by Niel Lambrechts

[permalink] [raw]
Subject: Re: 2.6.29 regression: ATA bus errors on resume

On 04/04/2009 06:54 AM, Tejun Heo wrote:
> Hello, Neil.
>
> Niel Lambrechts wrote:
>
>>> Thanks for your help, I've done at least 5 hibernate cycles without the
>>> problem recurring, I'll keep at it for a while... :)
>>>
>
> Hmmm..
>
Hi Tejun,

I have tested your patch some more over the weekend as well as on
2.6.29.1, and suspend-to-disk and ram still works without a glitch for
me apart from the extra debugging being active.

Will the fix naturally make its way into the mainline kernel, or is
there any extra debugging/testing I can help with?

Regards,
Niel

2009-04-06 10:09:00

by Tejun Heo

[permalink] [raw]
Subject: Re: 2.6.29 regression: ATA bus errors on resume

Niel Lambrechts wrote:
> On 04/04/2009 06:54 AM, Tejun Heo wrote:
>> Hello, Neil.
>>
>> Niel Lambrechts wrote:
>>
>>>> Thanks for your help, I've done at least 5 hibernate cycles without the
>>>> problem recurring, I'll keep at it for a while... :)
>>>>
>> Hmmm..
>>
> Hi Tejun,
>
> I have tested your patch some more over the weekend as well as on
> 2.6.29.1, and suspend-to-disk and ram still works without a glitch for
> me apart from the extra debugging being active.
>
> Will the fix naturally make its way into the mainline kernel, or is
> there any extra debugging/testing I can help with?

Well, the problem is the debug patch doesn't actually do anything
other than printing out messages. It could be that the problem is
timing dependent (which is likely anyway). You still can reporduce
the problem with the patch, right?

Thanks.

--
tejun

2009-04-06 18:23:23

by Niel Lambrechts

[permalink] [raw]
Subject: Re: 2.6.29 regression: ATA bus errors on resume

On 04/06/2009 12:09 PM, Tejun Heo wrote:
>
>> Will the fix naturally make its way into the mainline kernel, or is
>> there any extra debugging/testing I can help with?
>>
>
> Well, the problem is the debug patch doesn't actually do anything
> other than printing out messages. It could be that the problem is
> timing dependent (which is likely anyway). You still can reporduce
> the problem with the patch, right?
>
Heh? You provided two patches, with the last one you said:
> Strange. Maybe IO commands are getting through while the sdev is
> still in quiesce state? Can you please repeat the test with the
> attached patch?
>
With the latter, I have not encountered the original problem i.e. any
severe EXT4 corruption again, not in 2.6.29 and not in 2.6.29.1.

Do I also need to try the last patch without any debugging messages?

cheers
Niel

2009-04-06 19:39:25

by Tejun Heo

[permalink] [raw]
Subject: Re: 2.6.29 regression: ATA bus errors on resume

Hello,

Niel Lambrechts wrote:
> On 04/06/2009 12:09 PM, Tejun Heo wrote:
>>> Will the fix naturally make its way into the mainline kernel, or is
>>> there any extra debugging/testing I can help with?
>>>
>> Well, the problem is the debug patch doesn't actually do anything
>> other than printing out messages. It could be that the problem is
>> timing dependent (which is likely anyway). You still can reporduce
>> the problem with the patch, right?
>>
> Heh? You provided two patches, with the last one you said:

Yeah, the second one actually only added printks to see whether that's
the case. No behavior change.

>> Strange. Maybe IO commands are getting through while the sdev is
>> still in quiesce state? Can you please repeat the test with the
>> attached patch?
>
> With the latter, I have not encountered the original problem i.e. any
> severe EXT4 corruption again, not in 2.6.29 and not in 2.6.29.1.

Eh... so, we're definitely seeing something which is dependent on
timing.

> Do I also need to try the last patch without any debugging messages?

Then there will be nothing left. :-) Can you please try the attached
patch? It's still only debug messages but lighter; hopefully, it
won't mask the problem.

Thanks.

--
tejun


Attachments:
libata-eh-debug-2.patch (4.27 kB)

2009-04-06 21:26:51

by Niel Lambrechts

[permalink] [raw]
Subject: Re: 2.6.29 regression: ATA bus errors on resume

Apr 6 23:12:40 linux-7vph kernel: Syncing filesystems ... done.
Apr 6 23:12:40 linux-7vph kernel: Freezing user space processes ... (elapsed 0.00 seconds) done.
Apr 6 23:12:40 linux-7vph kernel: Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
Apr 6 23:12:40 linux-7vph kernel: PM: Shrinking memory... done (64710 pages freed)
Apr 6 23:12:40 linux-7vph kernel: PM: Freed 258840 kbytes in 2.57 seconds (100.71 MB/s)
Apr 6 23:12:40 linux-7vph kernel: Suspending console(s) (use no_console_suspend to debug)
Apr 6 23:12:40 linux-7vph kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Apr 6 23:12:40 linux-7vph kernel: ACPI handle has no context!
Apr 6 23:12:40 linux-7vph kernel: iwlagn 0000:03:00.0: PCI INT A disabled
Apr 6 23:12:40 linux-7vph kernel: ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
Apr 6 23:12:40 linux-7vph kernel: ata2: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
Apr 6 23:12:40 linux-7vph kernel: ehci_hcd 0000:00:1d.7: PCI INT D disabled
Apr 6 23:12:40 linux-7vph kernel: ehci_hcd 0000:00:1d.7: PME# disabled
Apr 6 23:12:41 linux-7vph kernel: uhci_hcd 0000:00:1d.2: PCI INT C disabled
Apr 6 23:12:41 linux-7vph kernel: uhci_hcd 0000:00:1d.1: PCI INT B disabled
Apr 6 23:12:41 linux-7vph kernel: uhci_hcd 0000:00:1d.0: PCI INT A disabled
Apr 6 23:12:41 linux-7vph kernel: HDA Intel 0000:00:1b.0: PCI INT B disabled
Apr 6 23:12:41 linux-7vph kernel: ehci_hcd 0000:00:1a.7: PCI INT D disabled
Apr 6 23:12:41 linux-7vph kernel: ehci_hcd 0000:00:1a.7: PME# disabled
Apr 6 23:12:41 linux-7vph kernel: uhci_hcd 0000:00:1a.2: PCI INT C disabled
Apr 6 23:12:41 linux-7vph kernel: uhci_hcd 0000:00:1a.1: PCI INT B disabled
Apr 6 23:12:41 linux-7vph kernel: uhci_hcd 0000:00:1a.0: PCI INT A disabled
Apr 6 23:12:41 linux-7vph kernel: e1000e 0000:00:19.0: PME# enabled
Apr 6 23:12:41 linux-7vph kernel: e1000e 0000:00:19.0: wake-up capability enabled by ACPI
Apr 6 23:12:41 linux-7vph kernel: e1000e 0000:00:19.0: PME# enabled
Apr 6 23:12:41 linux-7vph kernel: e1000e 0000:00:19.0: wake-up capability enabled by ACPI
Apr 6 23:12:41 linux-7vph kernel: e1000e 0000:00:19.0: PCI INT A disabled
Apr 6 23:12:41 linux-7vph kernel: ACPI: Preparing to enter system sleep state S4
Apr 6 23:12:41 linux-7vph kernel: PM: Saving platform NVS memory
Apr 6 23:12:41 linux-7vph kernel: Disabling non-boot CPUs ...
Apr 6 23:12:41 linux-7vph kernel: CPU 1 is now offline
Apr 6 23:12:41 linux-7vph kernel: SMP alternatives: switching to UP code
Apr 6 23:12:41 linux-7vph kernel: CPU0 attaching NULL sched-domain.
Apr 6 23:12:41 linux-7vph kernel: CPU1 attaching NULL sched-domain.
Apr 6 23:12:41 linux-7vph kernel: CPU0 attaching NULL sched-domain.
Apr 6 23:12:41 linux-7vph kernel: CPU1 is down
Apr 6 23:12:41 linux-7vph kernel: Extended CMOS year: 2000
Apr 6 23:12:41 linux-7vph kernel: PM: Creating hibernation image:
Apr 6 23:12:41 linux-7vph kernel: PM: Need to copy 124169 pages
Apr 6 23:12:41 linux-7vph kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Apr 6 23:12:41 linux-7vph kernel: Intel machine check architecture supported.
Apr 6 23:12:41 linux-7vph kernel: Intel machine check reporting enabled on CPU#0.
Apr 6 23:12:41 linux-7vph kernel: PM: Restoring platform NVS memory
Apr 6 23:12:41 linux-7vph kernel: Extended CMOS year: 2000
Apr 6 23:12:41 linux-7vph kernel: pci 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900403)
Apr 6 23:12:41 linux-7vph kernel: HDA Intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100106, writing 0x100102)
Apr 6 23:12:41 linux-7vph kernel: ahci 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00403, writing 0x2b00407)
Apr 6 23:12:41 linux-7vph kernel: Enabling non-boot CPUs ...
Apr 6 23:12:41 linux-7vph kernel: SMP alternatives: switching to SMP code
Apr 6 23:12:41 linux-7vph kernel: Booting processor 1 APIC 0x1 ip 0x6000
Apr 6 23:12:41 linux-7vph kernel: Initializing CPU#1
Apr 6 23:12:41 linux-7vph kernel: Calibrating delay using timer specific routine.. 5054.09 BogoMIPS (lpj=10108190)
Apr 6 23:12:41 linux-7vph kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Apr 6 23:12:41 linux-7vph kernel: CPU: L2 cache: 6144K
Apr 6 23:12:41 linux-7vph kernel: [ds] using Core 2/Atom configuration
Apr 6 23:12:41 linux-7vph kernel: CPU: Physical Processor ID: 0
Apr 6 23:12:41 linux-7vph kernel: CPU: Processor Core ID: 1
Apr 6 23:12:41 linux-7vph kernel: Intel machine check architecture supported.
Apr 6 23:12:41 linux-7vph kernel: Intel machine check reporting enabled on CPU#1.
Apr 6 23:12:41 linux-7vph kernel: x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
Apr 6 23:12:41 linux-7vph kernel: CPU1: Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz stepping 06
Apr 6 23:12:41 linux-7vph kernel: CPU0 attaching NULL sched-domain.
Apr 6 23:12:41 linux-7vph kernel: Switched to high resolution mode on CPU 1
Apr 6 23:12:41 linux-7vph kernel: CPU0 attaching sched-domain:
Apr 6 23:12:41 linux-7vph kernel: domain 0: span 0-1 level MC
Apr 6 23:12:41 linux-7vph kernel: groups: 0 1
Apr 6 23:12:41 linux-7vph kernel: CPU1 attaching sched-domain:
Apr 6 23:12:41 linux-7vph kernel: domain 0: span 0-1 level MC
Apr 6 23:12:41 linux-7vph kernel: groups: 1 0
Apr 6 23:12:41 linux-7vph kernel: CPU1 is up
Apr 6 23:12:41 linux-7vph kernel: ACPI: Waking up from system sleep state S4
Apr 6 23:12:41 linux-7vph kernel: ACPI: EC: non-query interrupt received, switching to interrupt mode
Apr 6 23:12:41 linux-7vph kernel: pci 0000:00:02.0: PME# disabled
Apr 6 23:12:41 linux-7vph kernel: pci 0000:00:02.0: power state changed by ACPI to D0
Apr 6 23:12:41 linux-7vph kernel: pci 0000:00:02.0: setting latency timer to 64
Apr 6 23:12:41 linux-7vph kernel: pci 0000:00:02.1: PME# disabled
Apr 6 23:12:41 linux-7vph kernel: pci 0000:00:03.0: PME# disabled
Apr 6 23:12:41 linux-7vph kernel: e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
Apr 6 23:12:41 linux-7vph kernel: e1000e 0000:00:19.0: setting latency timer to 64
Apr 6 23:12:41 linux-7vph kernel: e1000e 0000:00:19.0: wake-up capability disabled by ACPI
Apr 6 23:12:41 linux-7vph kernel: e1000e 0000:00:19.0: PME# disabled
Apr 6 23:12:41 linux-7vph kernel: e1000e 0000:00:19.0: wake-up capability disabled by ACPI
Apr 6 23:12:41 linux-7vph kernel: e1000e 0000:00:19.0: PME# disabled
Apr 6 23:12:41 linux-7vph kernel: e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
Apr 6 23:12:41 linux-7vph kernel: uhci_hcd 0000:00:1a.0: power state changed by ACPI to D0
Apr 6 23:12:41 linux-7vph kernel: uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
Apr 6 23:12:41 linux-7vph kernel: uhci_hcd 0000:00:1a.0: setting latency timer to 64
Apr 6 23:12:41 linux-7vph kernel: uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
Apr 6 23:12:41 linux-7vph kernel: uhci_hcd 0000:00:1a.1: setting latency timer to 64
Apr 6 23:12:41 linux-7vph kernel: uhci_hcd 0000:00:1a.2: power state changed by ACPI to D0
Apr 6 23:12:41 linux-7vph kernel: uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
Apr 6 23:12:41 linux-7vph kernel: uhci_hcd 0000:00:1a.2: setting latency timer to 64
Apr 6 23:12:41 linux-7vph kernel: ehci_hcd 0000:00:1a.7: PME# disabled
Apr 6 23:12:41 linux-7vph kernel: ehci_hcd 0000:00:1a.7: power state changed by ACPI to D0
Apr 6 23:12:41 linux-7vph kernel: ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 23 (level, low) -> IRQ 23
Apr 6 23:12:41 linux-7vph kernel: ehci_hcd 0000:00:1a.7: setting latency timer to 64
Apr 6 23:12:41 linux-7vph kernel: ehci_hcd 0000:00:1a.7: PME# disabled
Apr 6 23:12:41 linux-7vph kernel: HDA Intel 0000:00:1b.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Apr 6 23:12:41 linux-7vph kernel: HDA Intel 0000:00:1b.0: setting latency timer to 64
Apr 6 23:12:41 linux-7vph kernel: pcieport-driver 0000:00:1c.0: setting latency timer to 64
Apr 6 23:12:41 linux-7vph kernel: pcieport-driver 0000:00:1c.1: setting latency timer to 64
Apr 6 23:12:41 linux-7vph kernel: pcieport-driver 0000:00:1c.3: setting latency timer to 64
Apr 6 23:12:41 linux-7vph kernel: pcieport-driver 0000:00:1c.4: setting latency timer to 64
Apr 6 23:12:41 linux-7vph kernel: uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
Apr 6 23:12:41 linux-7vph kernel: uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Apr 6 23:12:41 linux-7vph kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
Apr 6 23:12:41 linux-7vph kernel: uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Apr 6 23:12:41 linux-7vph kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
Apr 6 23:12:41 linux-7vph kernel: uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Apr 6 23:12:41 linux-7vph kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
Apr 6 23:12:41 linux-7vph kernel: ehci_hcd 0000:00:1d.7: PME# disabled
Apr 6 23:12:41 linux-7vph kernel: ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
Apr 6 23:12:41 linux-7vph kernel: ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
Apr 6 23:12:41 linux-7vph kernel: ehci_hcd 0000:00:1d.7: setting latency timer to 64
Apr 6 23:12:41 linux-7vph kernel: ehci_hcd 0000:00:1d.7: PME# disabled
Apr 6 23:12:41 linux-7vph kernel: pci 0000:00:1e.0: setting latency timer to 64
Apr 6 23:12:41 linux-7vph kernel: ahci 0000:00:1f.2: setting latency timer to 64
Apr 6 23:12:41 linux-7vph kernel: ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x16 frozen
Apr 6 23:12:41 linux-7vph kernel: ata2: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x16 frozen
Apr 6 23:12:41 linux-7vph kernel: iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Apr 6 23:12:41 linux-7vph kernel: iwlagn 0000:03:00.0: irq 30 for MSI/MSI-X
Apr 6 23:12:41 linux-7vph kernel: pci 0000:15:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Apr 6 23:12:41 linux-7vph kernel: Registered led device: iwl-phy0:radio
Apr 6 23:12:41 linux-7vph kernel: Registered led device: iwl-phy0:assoc
Apr 6 23:12:41 linux-7vph kernel: Registered led device: iwl-phy0:RX
Apr 6 23:12:41 linux-7vph kernel: Registered led device: iwl-phy0:TX
Apr 6 23:12:41 linux-7vph kernel: ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17] MMIO=[f4801000-f48017ff] Max Packet=[2048] IR/IT contexts=[4/4]
Apr 6 23:12:41 linux-7vph kernel: pci 0000:15:00.2: PME# disabled
Apr 6 23:12:41 linux-7vph kernel: pci 0000:15:00.3: PME# disabled
Apr 6 23:12:41 linux-7vph kernel: pci 0000:15:00.4: PME# disabled
Apr 6 23:12:41 linux-7vph kernel: pci 0000:15:00.5: PME# disabled
Apr 6 23:12:41 linux-7vph kernel: sd 0:0:0:0: [sda] Starting disk
Apr 6 23:12:41 linux-7vph kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr 6 23:12:41 linux-7vph kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr 6 23:12:41 linux-7vph kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
Apr 6 23:12:41 linux-7vph kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
Apr 6 23:12:41 linux-7vph kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
Apr 6 23:12:41 linux-7vph kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
Apr 6 23:12:41 linux-7vph kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
Apr 6 23:12:41 linux-7vph kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
Apr 6 23:12:41 linux-7vph kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
Apr 6 23:12:41 linux-7vph kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
Apr 6 23:12:41 linux-7vph kernel: ata1.00: configured for UDMA/133
Apr 6 23:12:41 linux-7vph kernel: ata1: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x9 t4
Apr 6 23:12:41 linux-7vph kernel: ata1: irq_stat 0x00400040, connection status changed
Apr 6 23:12:41 linux-7vph kernel: ata1: hard resetting link
Apr 6 23:12:41 linux-7vph kernel: ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
Apr 6 23:12:41 linux-7vph kernel: ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
Apr 6 23:12:41 linux-7vph kernel: ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
Apr 6 23:12:41 linux-7vph kernel: ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
Apr 6 23:12:41 linux-7vph kernel: ata2.00: configured for UDMA/133
Apr 6 23:12:41 linux-7vph kernel: ata2: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x9 t4
Apr 6 23:12:41 linux-7vph kernel: ata2: irq_stat 0x40000001
Apr 6 23:12:41 linux-7vph kernel: ata2.00: configured for UDMA/133
Apr 6 23:12:41 linux-7vph kernel: ata2: EH complete
Apr 6 23:12:41 linux-7vph kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr 6 23:12:41 linux-7vph kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
Apr 6 23:12:41 linux-7vph kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
Apr 6 23:12:41 linux-7vph kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
Apr 6 23:12:41 linux-7vph kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
Apr 6 23:12:41 linux-7vph kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
Apr 6 23:12:41 linux-7vph kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
Apr 6 23:12:41 linux-7vph kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
Apr 6 23:12:41 linux-7vph kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
Apr 6 23:12:41 linux-7vph kernel: ata1.00: configured for UDMA/133
Apr 6 23:12:41 linux-7vph kernel: ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0 t3
Apr 6 23:12:41 linux-7vph kernel: ata1.00: configured for UDMA/133
Apr 6 23:12:41 linux-7vph kernel: ata1: EH complete
Apr 6 23:12:41 linux-7vph kernel: sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
Apr 6 23:12:41 linux-7vph kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr 6 23:12:41 linux-7vph kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr 6 23:12:41 linux-7vph kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 6 23:12:41 linux-7vph kernel: sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
Apr 6 23:12:41 linux-7vph kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr 6 23:12:41 linux-7vph kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr 6 23:12:41 linux-7vph kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 6 23:12:41 linux-7vph kernel: pci 0000:00:02.0: power state changed by ACPI to D0
Apr 6 23:12:41 linux-7vph kernel: pci 0000:00:02.0: restoring config space at offset 0x1 (was 0x900407, writing 0x900403)
Apr 6 23:12:41 linux-7vph kernel: pci 0000:00:02.0: setting latency timer to 64
Apr 6 23:12:41 linux-7vph kernel: Restarting tasks ... done.


Attachments:
resume-t3.txt (14.36 kB)

2009-04-09 18:18:21

by Tejun Heo

[permalink] [raw]
Subject: Re: 2.6.29 regression: ATA bus errors on resume

Hello,

Niel Lambrechts wrote:
> On 04/06/2009 09:39 PM, Tejun Heo wrote:
> Sorry, my bad - I assumed the 2nd patch actually made a functional
> difference... :)
>
> Here is the output on 2.6.29.1 with your new patch - still nothing
> serious happening, resume still seems okay!

Hmm... none of the debugging messages got triggered, so there should
be no noticeable timing change. It seems like you're being lucky for
the time being. Can you please keep testing and report back?

Thanks.

--
tejun