On Sun, 21 Jan 2007 15:29:32 +0100 Paolo Ornati <[email protected]> wrote: > Sorry for starting a new thread, but I've deleted the messages from my > mail-box, and I'm sot sure it's the same problem as here: > http://lkml.org/lkml/2007/1/14/108 > > Today I've decided to try XFS... and just doing anything on it > (extracting a tarball, for example) make my SATA HD go crazy ;) > > I don't remember to have seen this using Ext3. > > [ 877.839920] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action > 0x2 frozen [ 877.839929] ata1.00: cmd > 61/02:00:64:98:98/00:00:00:00:00/40 tag 0 cdb 0x0 data 1024 out > [ 877.839931] res 40/00:00:00:4f:c2/00:00:00:4f:c2/00 Emask > 0x4 (timeout) [ 878.142367] ata1: soft resetting port [ 878.351791] > ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 878.354384] > ata1.00: configured for UDMA/133 [ 878.354392] ata1: EH complete > [ 878.355696] SCSI device sda: 156301488 512-byte hdwr sectors > (80026 MB) [ 878.355716] sda: Write Protect is off > [ 878.355718] sda: Mode Sense: 00 3a 00 00 > [ 878.355745] SCSI device sda: write cache: enabled, read cache: > enabled, doesn't support DPO or FUA > > > It takes nothing to reproduce it. > > My hardware is: > > 00:00.0 Host bridge: Intel Corporation 82P965/G965 Memory Controller > Hub (rev 02) 00:02.0 VGA compatible controller: Intel Corporation > 82G965 Integrated Graphics Controller (rev 02) 00:03.0 Communication > controller: Intel Corporation 82P965/G965 HECI Controller (rev 02) > 00:19.0 Ethernet controller: Intel Corporation 82566DC Gigabit > Network Connection (rev 02) 00:1a.0 USB Controller: Intel Corporation > 82801H (ICH8 Family) USB UHCI #4 (rev 02) 00:1a.1 USB Controller: > Intel Corporation 82801H (ICH8 Family) USB UHCI #5 (rev 02) 00:1a.7 > USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #2 > (rev 02) 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) > HD Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation > 82801H (ICH8 Family) PCI Express Port 1 (rev 02) 00:1c.1 PCI bridge: > Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02) > 00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI > Express Port 3 (rev 02) 00:1c.3 PCI bridge: Intel Corporation 82801H > (ICH8 Family) PCI Express Port 4 (rev 02) 00:1c.4 PCI bridge: Intel > Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 02) 00:1d.0 > USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #1 > (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 > Family) USB UHCI #2 (rev 02) 00:1d.2 USB Controller: Intel > Corporation 82801H (ICH8 Family) USB UHCI #3 (rev 02) 00:1d.7 USB > Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #1 (rev > 02) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2) > 00:1f.0 ISA bridge: Intel Corporation 82801HB/HR (ICH8/R) LPC > Interface Controller (rev 02) 00:1f.2 SATA controller: Intel > Corporation 82801HB (ICH8) 4 port SATA AHCI Controller (rev 02) > 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus > Controller (rev 02) 02:00.0 IDE interface: Marvell Technology Group > Ltd. Unknown device 6101 (rev b1) 06:00.0 Ethernet controller: > Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) > > > with a Seagate Barracurda 7200rpm 80GB HD > > > I've so far tested these kernels: > 2.6.20-rc5 BAD > 2.6.20-rc4 BAD > 2.6.19 BAD > 2.6.18 BAD > 2.6.17 Good ! > > I'll start a git-bisection... > git-bisect points to this commit: ---------------------------------------------- 12fad3f965830d71f6454f02b2af002a64cec4d3 is first bad commit commit 12fad3f965830d71f6454f02b2af002a64cec4d3 Author: Tejun Heo <[email protected]> Date: Mon May 15 21:03:55 2006 +0900 [PATCH] ahci: implement NCQ suppport Implement NCQ support. Original implementation is from Jens Axboe. Signed-off-by: Tejun Heo <[email protected]> :040000 040000 be681c4b21f34da5241e72c97c6695d735e90771 3557b2db9d7c3d48a0408137b455ce12931bb18d M drivers ---------------------------------------------- Problem just reproduced on 2.6.20-rc5: [ 431.374421] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x2 frozen [ 431.374430] ata1.00: cmd 61/40:00:fe:aa:98/00:00:00:00:00/40 tag 0 cdb 0x0 data 32768 out [ 431.374432] res 40/00:00:9e:9c:bd/00:00:01:00:00/40 Emask 0x4 (timeout) [ 431.677154] ata1: soft resetting port [ 431.886700] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 431.889277] ata1.00: configured for UDMA/133 [ 431.889285] ata1: EH complete [ 431.890781] SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) [ 431.890854] sda: Write Protect is off [ 431.890858] sda: Mode Sense: 00 3a 00 00 [ 431.890903] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 450.800490] XFS mounting filesystem sda1 [ 450.853731] Ending clean XFS mount for filesystem: sda1 [ 481.131888] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x2 frozen [ 481.131896] ata1.00: cmd 61/40:00:46:af:98/00:00:00:00:00/40 tag 0 cdb 0x0 data 32768 out [ 481.131898] res 40/00:00:9e:9c:bd/00:00:01:00:00/40 Emask 0x4 (timeout) [ 481.436015] ata1: soft resetting port [ 481.645237] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 481.647825] ata1.00: configured for UDMA/133 [ 481.647834] ata1: EH complete [ 481.649252] SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) [ 481.649295] sda: Write Protect is off [ 481.649298] sda: Mode Sense: 00 3a 00 00 [ 481.649358] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA Full dmesg attached. If you need more info, just ask. -- Paolo Ornati Linux 2.6.20-rc5 on x86_64
[ 0.000000] Linux version 2.6.20-rc5 (paolo@tux) (gcc version 4.1.1 (Gentoo 4.1.1-r1)) #12 SMP Sun Jan 21 13:31:25 CET 2007 [ 0.000000] Command line: root=/dev/sda6 vga=0x305 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000008f000 (usable) [ 0.000000] BIOS-e820: 000000000008f000 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 000000003e599000 (usable) [ 0.000000] BIOS-e820: 000000003e599000 - 000000003e5a6000 (reserved) [ 0.000000] BIOS-e820: 000000003e5a6000 - 000000003e655000 (usable) [ 0.000000] BIOS-e820: 000000003e655000 - 000000003e6a6000 (ACPI NVS) [ 0.000000] BIOS-e820: 000000003e6a6000 - 000000003e6ab000 (ACPI data) [ 0.000000] BIOS-e820: 000000003e6ab000 - 000000003e6ac000 (usable) [ 0.000000] BIOS-e820: 000000003e6ac000 - 000000003e6f2000 (ACPI NVS) [ 0.000000] BIOS-e820: 000000003e6f2000 - 000000003e6ff000 (ACPI data) [ 0.000000] BIOS-e820: 000000003e6ff000 - 000000003e700000 (usable) [ 0.000000] BIOS-e820: 000000003e700000 - 000000003f000000 (reserved) [ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved) [ 0.000000] Entering add_active_range(0, 0, 143) 0 entries of 256 used [ 0.000000] Entering add_active_range(0, 256, 255385) 1 entries of 256 used [ 0.000000] Entering add_active_range(0, 255398, 255573) 2 entries of 256 used [ 0.000000] Entering add_active_range(0, 255659, 255660) 3 entries of 256 used [ 0.000000] Entering add_active_range(0, 255743, 255744) 4 entries of 256 used [ 0.000000] end_pfn_map = 1048576 [ 0.000000] DMI 2.4 present. [ 0.000000] ACPI: RSDP (v000 INTEL ) @ 0x00000000000fe020 [ 0.000000] ACPI: RSDT (v001 INTEL DG965SS 0x00000629 0x01000013) @ 0x000000003e6fd038 [ 0.000000] ACPI: FADT (v001 INTEL DG965SS 0x00000629 MSFT 0x01000013) @ 0x000000003e6fc000 [ 0.000000] ACPI: MADT (v001 INTEL DG965SS 0x00000629 MSFT 0x01000013) @ 0x000000003e6f6000 [ 0.000000] ACPI: WDDT (v001 INTEL DG965SS 0x00000629 MSFT 0x01000013) @ 0x000000003e6f5000 [ 0.000000] ACPI: MCFG (v001 INTEL DG965SS 0x00000629 MSFT 0x01000013) @ 0x000000003e6f4000 [ 0.000000] ACPI: ASF! (v032 INTEL DG965SS 0x00000629 MSFT 0x01000013) @ 0x000000003e6f3000 [ 0.000000] ACPI: HPET (v001 INTEL DG965SS 0x00000629 MSFT 0x01000013) @ 0x000000003e6f2000 [ 0.000000] ACPI: SSDT (v001 INTEL CpuPm 0x00000629 MSFT 0x01000013) @ 0x000000003e6aa000 [ 0.000000] ACPI: SSDT (v001 INTEL Cpu0Ist 0x00000629 MSFT 0x01000013) @ 0x000000003e6a9000 [ 0.000000] ACPI: SSDT (v001 INTEL Cpu1Ist 0x00000629 MSFT 0x01000013) @ 0x000000003e6a8000 [ 0.000000] ACPI: SSDT (v001 INTEL Cpu2Ist 0x00000629 MSFT 0x01000013) @ 0x000000003e6a7000 [ 0.000000] ACPI: SSDT (v001 INTEL Cpu3Ist 0x00000629 MSFT 0x01000013) @ 0x000000003e6a6000 [ 0.000000] ACPI: DSDT (v001 INTEL DG965SS 0x00000629 MSFT 0x01000013) @ 0x0000000000000000 [ 0.000000] Entering add_active_range(0, 0, 143) 0 entries of 256 used [ 0.000000] Entering add_active_range(0, 256, 255385) 1 entries of 256 used [ 0.000000] Entering add_active_range(0, 255398, 255573) 2 entries of 256 used [ 0.000000] Entering add_active_range(0, 255659, 255660) 3 entries of 256 used [ 0.000000] Entering add_active_range(0, 255743, 255744) 4 entries of 256 used [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0 -> 4096 [ 0.000000] DMA32 4096 -> 1048576 [ 0.000000] Normal 1048576 -> 1048576 [ 0.000000] early_node_map[5] active PFN ranges [ 0.000000] 0: 0 -> 143 [ 0.000000] 0: 256 -> 255385 [ 0.000000] 0: 255398 -> 255573 [ 0.000000] 0: 255659 -> 255660 [ 0.000000] 0: 255743 -> 255744 [ 0.000000] On node 0 totalpages: 255449 [ 0.000000] DMA zone: 56 pages used for memmap [ 0.000000] DMA zone: 1286 pages reserved [ 0.000000] DMA zone: 2641 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 3440 pages used for memmap [ 0.000000] DMA32 zone: 248026 pages, LIFO batch:31 [ 0.000000] Normal zone: 0 pages used for memmap [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) [ 0.000000] Processor #0 (Bootup-CPU) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) [ 0.000000] Processor #1 [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 2, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ2 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Setting APIC routing to flat [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] Nosave address range: 000000000008f000 - 00000000000a0000 [ 0.000000] Nosave address range: 00000000000a0000 - 00000000000e0000 [ 0.000000] Nosave address range: 00000000000e0000 - 0000000000100000 [ 0.000000] Nosave address range: 000000003e599000 - 000000003e5a6000 [ 0.000000] Nosave address range: 000000003e655000 - 000000003e6a6000 [ 0.000000] Nosave address range: 000000003e6a6000 - 000000003e6ab000 [ 0.000000] Nosave address range: 000000003e6ac000 - 000000003e6f2000 [ 0.000000] Nosave address range: 000000003e6f2000 - 000000003e6ff000 [ 0.000000] Allocating PCI resources starting at 40000000 (gap: 3f000000:c0f00000) [ 0.000000] PERCPU: Allocating 32576 bytes of per cpu data [ 0.000000] Built 1 zonelists. Total pages: 250667 [ 0.000000] Kernel command line: root=/dev/sda6 vga=0x305 [ 0.000000] Initializing CPU#0 [ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes) [ 30.622927] Console: colour dummy device 80x25 [ 30.623426] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 30.623788] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 30.623872] Checking aperture... [ 30.633592] Memory: 998312k/1022976k available (2871k kernel code, 22812k reserved, 1529k data, 232k init) [ 30.693254] Calibrating delay using timer specific routine.. 3732.21 BogoMIPS (lpj=1866108) [ 30.693304] Mount-cache hash table entries: 256 [ 30.693409] CPU: L1 I cache: 32K, L1 D cache: 32K [ 30.693414] CPU: L2 cache: 2048K [ 30.693417] using mwait in idle threads. [ 30.693421] CPU: Physical Processor ID: 0 [ 30.693423] CPU: Processor Core ID: 0 [ 30.693430] CPU0: Thermal monitoring enabled (TM2) [ 30.693444] Freeing SMP alternatives: 28k freed [ 30.693461] ACPI: Core revision 20060707 [ 30.708480] Using local APIC timer interrupts. [ 30.762098] result 16650020 [ 30.762101] Detected 16.650 MHz APIC timer. [ 30.762330] Booting processor 1/2 APIC 0x1 [ 30.772913] Initializing CPU#1 [ 30.833217] Calibrating delay using timer specific routine.. 3729.62 BogoMIPS (lpj=1864812) [ 30.833224] CPU: L1 I cache: 32K, L1 D cache: 32K [ 30.833226] CPU: L2 cache: 2048K [ 30.833229] CPU: Physical Processor ID: 0 [ 30.833230] CPU: Processor Core ID: 1 [ 30.833236] CPU1: Thermal monitoring enabled (TM2) [ 30.833533] Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz stepping 06 [ 30.834228] Brought up 2 CPUs [ 30.834277] testing NMI watchdog ... OK. [ 30.844290] time.c: Using 14.318180 MHz WALL HPET GTOD HPET/TSC timer. [ 30.844294] time.c: Detected 1864.803 MHz processor. [ 30.898517] migration_cost=22 [ 30.898779] NET: Registered protocol family 16 [ 30.898854] ACPI: bus type pci registered [ 30.898861] PCI: Using configuration type 1 [ 30.903472] ACPI: Interpreter enabled [ 30.903477] ACPI: Using IOAPIC for interrupt routing [ 30.903872] ACPI: PCI Root Bridge [PCI0] (0000:00) [ 30.903878] PCI: Probing PCI hardware (bus 00) [ 30.903895] ACPI: Assume root bridge [\_SB_.PCI0] bus is 0 [ 30.905108] Boot video device is 0000:00:02.0 [ 30.905728] PCI quirk: region 0400-047f claimed by ICH6 ACPI/GPIO/TCO [ 30.905734] PCI quirk: region 0500-053f claimed by ICH6 GPIO [ 30.906325] PCI: Transparent bridge - 0000:00:1e.0 [ 30.906390] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 30.912015] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P32_._PRT] [ 30.912793] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12) [ 30.913029] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 *10 11 12) [ 30.913271] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12) [ 30.913501] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12) [ 30.913738] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 *9 10 11 12) [ 30.913969] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 *10 11 12) [ 30.914204] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 *9 10 11 12) [ 30.914436] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11 12) [ 30.916002] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT] [ 30.916265] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT] [ 30.916519] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2._PRT] [ 30.916773] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT] [ 30.917026] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT] [ 30.918512] Linux Plug and Play Support v0.97 (c) Adam Belay [ 30.918521] pnp: PnP ACPI init [ 30.921536] pnp: PnP ACPI: found 13 devices [ 30.921672] SCSI subsystem initialized [ 30.921709] libata version 2.00 loaded. [ 30.921756] usbcore: registered new interface driver usbfs [ 30.921787] usbcore: registered new interface driver hub [ 30.921824] usbcore: registered new device driver usb [ 30.921886] PCI: Using ACPI for IRQ routing [ 30.921890] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report [ 30.921974] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 30.921981] hpet0: 3 64-bit timers, 14318180 Hz [ 30.923000] PCI-GART: No AMD northbridge found. [ 30.923060] pnp: 00:06: ioport range 0x500-0x53f has been reserved [ 30.923065] pnp: 00:06: ioport range 0x400-0x47f could not be reserved [ 30.923069] pnp: 00:06: ioport range 0x680-0x6ff has been reserved [ 30.923339] PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0 [ 30.923345] PCI: Bridge: 0000:00:1c.0 [ 30.923348] IO window: disabled. [ 30.923353] MEM window: 50400000-504fffff [ 30.923358] PREFETCH window: disabled. [ 30.923363] PCI: Bridge: 0000:00:1c.1 [ 30.923367] IO window: 2000-2fff [ 30.923372] MEM window: 50100000-501fffff [ 30.923376] PREFETCH window: disabled. [ 30.923381] PCI: Bridge: 0000:00:1c.2 [ 30.923384] IO window: disabled. [ 30.923389] MEM window: 50500000-505fffff [ 30.923393] PREFETCH window: disabled. [ 30.923399] PCI: Bridge: 0000:00:1c.3 [ 30.923401] IO window: disabled. [ 30.923406] MEM window: 50600000-506fffff [ 30.923411] PREFETCH window: disabled. [ 30.923416] PCI: Bridge: 0000:00:1c.4 [ 30.923418] IO window: disabled. [ 30.923424] MEM window: 50700000-507fffff [ 30.923428] PREFETCH window: disabled. [ 30.923433] PCI: Bridge: 0000:00:1e.0 [ 30.923437] IO window: 1000-1fff [ 30.923442] MEM window: 50000000-500fffff [ 30.923446] PREFETCH window: disabled. [ 30.923467] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 17 [ 30.923475] PCI: Setting latency timer of device 0000:00:1c.0 to 64 [ 30.923490] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 16 [ 30.923496] PCI: Setting latency timer of device 0000:00:1c.1 to 64 [ 30.923511] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18 [ 30.923518] PCI: Setting latency timer of device 0000:00:1c.2 to 64 [ 30.923533] ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 19 [ 30.923539] PCI: Setting latency timer of device 0000:00:1c.3 to 64 [ 30.923553] ACPI: PCI Interrupt 0000:00:1c.4[A] -> GSI 17 (level, low) -> IRQ 17 [ 30.923560] PCI: Setting latency timer of device 0000:00:1c.4 to 64 [ 30.923569] PCI: Setting latency timer of device 0000:00:1e.0 to 64 [ 30.923592] NET: Registered protocol family 2 [ 30.936495] IP route cache hash table entries: 32768 (order: 6, 262144 bytes) [ 30.936626] TCP established hash table entries: 131072 (order: 9, 2097152 bytes) [ 30.937429] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 30.938075] TCP: Hash tables configured (established 131072 bind 65536) [ 30.938079] TCP reno registered [ 30.941694] checking if image is initramfs...it isn't (bad gzip magic numbers); looks like an initrd [ 30.943818] Freeing initrd memory: 2000k freed [ 30.944858] IA-32 Microcode Update Driver: v1.14a <[email protected]> [ 30.945458] fuse init (API version 7.8) [ 30.945511] SGI XFS with large block/inode numbers, no debug enabled [ 30.945676] io scheduler noop registered [ 30.945689] io scheduler cfq registered (default) [ 30.946204] vesafb: framebuffer at 0x40000000, mapped to 0xffffc20000080000, using 1536k, total 7616k [ 30.946210] vesafb: mode is 1024x768x8, linelength=1024, pages=8 [ 30.946214] vesafb: scrolling: redraw [ 30.946217] vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0 [ 30.954761] Console: switching to colour frame buffer device 128x48 [ 30.963319] fb0: VESA VGA frame buffer device [ 30.963456] input: Power Button (FF) as /class/input/input0 [ 30.963546] ACPI: Power Button (FF) [PWRF] [ 30.963660] input: Sleep Button (CM) as /class/input/input1 [ 30.963753] ACPI: Sleep Button (CM) [SLPB] [ 30.964061] ACPI: Processor [CPU0] (supports 8 throttling states) [ 30.964230] ACPI: Processor [CPU1] (supports 8 throttling states) [ 30.966361] Real Time Clock Driver v1.12ac [ 30.966471] hpet_resources: 0xfed00000 is busy [ 30.966490] Linux agpgart interface v0.101 (c) Dave Jones [ 30.966636] agpgart: Detected an Intel 965G Chipset. [ 30.967245] agpgart: Unknown page table size, assuming 512KB [ 30.967343] agpgart: Detected 7676K stolen memory. [ 30.979835] agpgart: AGP aperture is 256M @ 0x40000000 [ 30.979956] [drm] Initialized drm 1.1.0 20060810 [ 30.980047] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16 [ 30.980221] [drm] Initialized i915 1.6.0 20060119 on minor 0 [ 30.980313] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled [ 30.980544] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 30.982444] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 30.984136] Floppy drive(s): fd0 is 1.44M [ 30.999821] FDC 0 is a National Semiconductor PC87306 [ 31.002866] RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize [ 31.004881] loop: loaded (max 8 devices) [ 31.006710] Intel(R) PRO/10GbE Network Driver - version 1.0.126-k2 [ 31.008648] Copyright (c) 1999-2006 Intel Corporation. [ 31.010866] 8139too Fast Ethernet driver 0.9.28 [ 31.012935] ACPI: PCI Interrupt 0000:06:00.0[A] -> GSI 21 (level, low) -> IRQ 21 [ 31.015439] eth0: RealTek RTL8139 at 0xffffc2000000e000, 00:e0:4c:f0:a9:84, IRQ 21 [ 31.017719] eth0: Identified 8139 chip type 'RTL-8139C' [ 31.017724] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 [ 31.020080] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx [ 31.022624] Probing IDE interface ide0... [ 31.536077] Probing IDE interface ide1... [ 32.049444] ahci 0000:00:1f.2: version 2.0 [ 32.049457] ACPI: PCI Interrupt 0000:00:1f.2[A] -> GSI 19 (level, low) -> IRQ 19 [ 33.053438] PCI: Setting latency timer of device 0000:00:1f.2 to 64 [ 33.053445] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0x33 impl SATA mode [ 33.056162] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part [ 33.058971] ata1: SATA max UDMA/133 cmd 0xFFFFC20000024100 ctl 0x0 bmdma 0x0 irq 19 [ 33.061879] ata2: SATA max UDMA/133 cmd 0xFFFFC20000024180 ctl 0x0 bmdma 0x0 irq 19 [ 33.064763] ata3: DUMMY [ 33.067649] ata4: DUMMY [ 33.070574] ata5: SATA max UDMA/133 cmd 0xFFFFC20000024300 ctl 0x0 bmdma 0x0 irq 19 [ 33.073666] ata6: SATA max UDMA/133 cmd 0xFFFFC20000024380 ctl 0x0 bmdma 0x0 irq 19 [ 33.076718] scsi0 : ahci [ 33.537612] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 33.541952] ata1.00: ATA-6, max UDMA/133, 156301488 sectors: LBA48 NCQ (depth 31/32) [ 33.546612] ata1.00: configured for UDMA/133 [ 33.549812] scsi1 : ahci [ 33.856779] ata2: SATA link down (SStatus 0 SControl 300) [ 33.859895] scsi2 : ahci [ 33.863049] scsi3 : ahci [ 33.866148] scsi4 : ahci [ 34.171860] ata5: SATA link down (SStatus 0 SControl 300) [ 34.174931] scsi5 : ahci [ 34.480952] ata6: SATA link down (SStatus 0 SControl 300) [ 34.484083] scsi 0:0:0:0: Direct-Access ATA ST380817AS 3.42 PQ: 0 ANSI: 5 [ 34.487315] SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) [ 34.490502] sda: Write Protect is off [ 34.493660] sda: Mode Sense: 00 3a 00 00 [ 34.493675] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 34.497010] SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) [ 34.500315] sda: Write Protect is off [ 34.503558] sda: Mode Sense: 00 3a 00 00 [ 34.503573] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 34.506920] sda: sda1 sda2 < sda5 sda6 sda7 sda8 > [ 34.570981] sd 0:0:0:0: Attached scsi disk sda [ 34.574292] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 34.577577] ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 17 [ 34.580884] PCI: Setting latency timer of device 0000:02:00.0 to 64 [ 34.580903] ata7: PATA max UDMA/100 cmd 0x2018 ctl 0x2026 bmdma 0x2000 irq 17 [ 34.584160] scsi6 : pata_marvell [ 34.587447] BAR5:00:00 01:7F 02:22 03:CA 04:00 05:00 06:00 07:00 08:00 09:00 0A:00 0B:00 0C:01 0D:00 0E:00 0F:00 [ 34.754096] ATA: abnormal status 0x8 on port 0x201F [ 34.769209] ATA: abnormal status 0x8 on port 0x201F [ 34.943029] ata7.01: ATAPI, max UDMA/33 [ 35.117489] ata7.01: configured for UDMA/33 [ 35.124371] scsi 6:0:1:0: CD-ROM HL-DT-ST DVDRAM GSA-4167B DL11 PQ: 0 ANSI: 5 [ 35.146129] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray [ 35.149422] Uniform CD-ROM driver Revision: 3.20 [ 35.152680] sr 6:0:1:0: Attached scsi CD-ROM sr0 [ 35.152733] sr 6:0:1:0: Attached scsi generic sg1 type 5 [ 35.155964] ACPI: PCI Interrupt 0000:00:1a.7[C] -> GSI 18 (level, low) -> IRQ 18 [ 35.159175] PCI: Setting latency timer of device 0000:00:1a.7 to 64 [ 35.159179] ehci_hcd 0000:00:1a.7: EHCI Host Controller [ 35.162397] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1 [ 35.165598] ehci_hcd 0000:00:1a.7: debug port 1 [ 35.168784] PCI: cache line size of 32 is not supported by device 0000:00:1a.7 [ 35.168791] ehci_hcd 0000:00:1a.7: irq 18, io mem 0x50325c00 [ 35.175808] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 [ 35.179141] usb usb1: configuration #1 chosen from 1 choice [ 35.182385] hub 1-0:1.0: USB hub found [ 35.185625] hub 1-0:1.0: 4 ports detected [ 35.289849] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23 [ 35.293120] PCI: Setting latency timer of device 0000:00:1d.7 to 64 [ 35.293123] ehci_hcd 0000:00:1d.7: EHCI Host Controller [ 35.296363] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2 [ 35.299612] ehci_hcd 0000:00:1d.7: debug port 1 [ 35.302811] PCI: cache line size of 32 is not supported by device 0000:00:1d.7 [ 35.302818] ehci_hcd 0000:00:1d.7: irq 23, io mem 0x50325800 [ 35.309902] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 [ 35.313202] usb usb2: configuration #1 chosen from 1 choice [ 35.316505] hub 2-0:1.0: USB hub found [ 35.319802] hub 2-0:1.0: 6 ports detected [ 35.423852] USB Universal Host Controller Interface driver v3.0 [ 35.427206] ACPI: PCI Interrupt 0000:00:1a.0[A] -> GSI 16 (level, low) -> IRQ 16 [ 35.430572] PCI: Setting latency timer of device 0000:00:1a.0 to 64 [ 35.430575] uhci_hcd 0000:00:1a.0: UHCI Host Controller [ 35.433925] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 [ 35.437262] uhci_hcd 0000:00:1a.0: irq 16, io base 0x000030c0 [ 35.440634] usb usb3: configuration #1 chosen from 1 choice [ 35.443886] hub 3-0:1.0: USB hub found [ 35.447056] hub 3-0:1.0: 2 ports detected [ 35.551901] ACPI: PCI Interrupt 0000:00:1a.1[B] -> GSI 21 (level, low) -> IRQ 21 [ 35.555078] PCI: Setting latency timer of device 0000:00:1a.1 to 64 [ 35.555081] uhci_hcd 0000:00:1a.1: UHCI Host Controller [ 35.558204] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 [ 35.561364] uhci_hcd 0000:00:1a.1: irq 21, io base 0x000030a0 [ 35.564605] usb usb4: configuration #1 chosen from 1 choice [ 35.567757] hub 4-0:1.0: USB hub found [ 35.570823] hub 4-0:1.0: 2 ports detected [ 35.674942] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23 [ 35.677998] PCI: Setting latency timer of device 0000:00:1d.0 to 64 [ 35.678001] uhci_hcd 0000:00:1d.0: UHCI Host Controller [ 35.680990] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5 [ 35.684056] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00003080 [ 35.687166] usb usb5: configuration #1 chosen from 1 choice [ 35.690247] hub 5-0:1.0: USB hub found [ 35.693235] hub 5-0:1.0: 2 ports detected [ 35.797979] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19 [ 35.800971] PCI: Setting latency timer of device 0000:00:1d.1 to 64 [ 35.800974] uhci_hcd 0000:00:1d.1: UHCI Host Controller [ 35.803973] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6 [ 35.806959] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00003060 [ 35.809972] usb usb6: configuration #1 chosen from 1 choice [ 35.812916] hub 6-0:1.0: USB hub found [ 35.815806] hub 6-0:1.0: 2 ports detected [ 35.920021] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18 [ 35.922994] PCI: Setting latency timer of device 0000:00:1d.2 to 64 [ 35.922997] uhci_hcd 0000:00:1d.2: UHCI Host Controller [ 35.925960] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7 [ 35.928932] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00003040 [ 35.931994] usb usb7: configuration #1 chosen from 1 choice [ 35.934965] hub 7-0:1.0: USB hub found [ 35.937844] hub 7-0:1.0: 2 ports detected [ 36.042093] usbcore: registered new interface driver cdc_acm [ 36.044991] drivers/usb/class/cdc-acm.c: v0.25:USB Abstract Control Model driver for USB modems and ISDN adapters [ 36.048065] usbcore: registered new interface driver usblp [ 36.051105] drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver [ 36.054174] Initializing USB Mass Storage driver... [ 36.057250] usbcore: registered new interface driver usb-storage [ 36.060363] USB Mass Storage support registered. [ 36.063533] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 36.069536] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 36.072646] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 36.075753] mice: PS/2 mouse device common for all mice [ 36.078970] i2c /dev entries driver [ 36.082061] ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 21 (level, low) -> IRQ 21 [ 36.105452] EDAC MC: Ver: 2.0.1 Jan 21 2007 [ 36.108861] Advanced Linux Sound Architecture Driver Version 1.0.14rc1 (Tue Jan 09 09:56:17 2007 UTC). [ 36.112489] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22 [ 36.115735] PCI: Setting latency timer of device 0000:00:1b.0 to 64 [ 36.236274] ALSA device list: [ 36.239468] #0: HDA Intel at 0x50320000 irq 22 [ 36.242691] nf_conntrack version 0.5.0 (3996 buckets, 31968 max) [ 36.246129] ip_tables: (C) 2000-2006 Netfilter Core Team [ 36.292245] TCP cubic registered [ 36.295496] NET: Registered protocol family 1 [ 36.298716] NET: Registered protocol family 17 [ 36.301848] NET: Registered protocol family 15 [ 36.817332] input: ImPS/2 Logitech Wheel Mouse as /class/input/input2 [ 36.844024] input: AT Translated Set 2 keyboard as /class/input/input3 [ 36.911624] RAMDISK: ext2 filesystem found at block 0 [ 36.914791] RAMDISK: Loading 2000KiB [1 disk] into ram disk... |/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|done. [ 36.922467] VFS: Mounted root (ext2 filesystem). [ 36.946396] kjournald starting. Commit interval 5 seconds [ 36.946405] EXT3-fs: mounted filesystem with ordered data mode. [ 36.946440] VFS: Mounted root (ext3 filesystem) readonly. [ 36.946442] Trying to move old root to /initrd ... /initrd does not exist. Ignored. [ 36.946615] Unmounting old root [ 36.946720] Trying to free ramdisk memory ... okay [ 36.946984] Freeing unused kernel memory: 232k freed [ 41.104813] EXT3 FS on sda6, internal journal [ 41.550123] Adding 1004016k swap on /dev/sda7. Priority:-1 extents:1 across:1004016k [ 62.630799] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 399.563221] XFS mounting filesystem sda1 [ 399.603500] Ending clean XFS mount for filesystem: sda1 [ 431.374421] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x2 frozen [ 431.374430] ata1.00: cmd 61/40:00:fe:aa:98/00:00:00:00:00/40 tag 0 cdb 0x0 data 32768 out [ 431.374432] res 40/00:00:9e:9c:bd/00:00:01:00:00/40 Emask 0x4 (timeout) [ 431.677154] ata1: soft resetting port [ 431.886700] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 431.889277] ata1.00: configured for UDMA/133 [ 431.889285] ata1: EH complete [ 431.890781] SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) [ 431.890854] sda: Write Protect is off [ 431.890858] sda: Mode Sense: 00 3a 00 00 [ 431.890903] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 450.800490] XFS mounting filesystem sda1 [ 450.853731] Ending clean XFS mount for filesystem: sda1 [ 481.131888] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x2 frozen [ 481.131896] ata1.00: cmd 61/40:00:46:af:98/00:00:00:00:00/40 tag 0 cdb 0x0 data 32768 out [ 481.131898] res 40/00:00:9e:9c:bd/00:00:01:00:00/40 Emask 0x4 (timeout) [ 481.436015] ata1: soft resetting port [ 481.645237] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 481.647825] ata1.00: configured for UDMA/133 [ 481.647834] ata1: EH complete [ 481.649252] SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) [ 481.649295] sda: Write Protect is off [ 481.649298] sda: Mode Sense: 00 3a 00 00 [ 481.649358] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
CPU0 CPU1 0: 617966 0 IO-APIC-edge timer 1: 2361 0 IO-APIC-edge i8042 6: 5 0 IO-APIC-edge floppy 8: 1 0 IO-APIC-edge rtc 9: 0 0 IO-APIC-fasteoi acpi 12: 28043 0 IO-APIC-edge i8042 16: 43984 0 IO-APIC-fasteoi uhci_hcd:usb3, i915@pci:0000:00:02.0 17: 6551 0 IO-APIC-fasteoi libata 18: 0 0 IO-APIC-fasteoi ehci_hcd:usb1, uhci_hcd:usb7 19: 9176 0 IO-APIC-fasteoi libata, uhci_hcd:usb6 21: 375 0 IO-APIC-fasteoi uhci_hcd:usb4, eth0 22: 192 0 IO-APIC-fasteoi HDA Intel 23: 0 0 IO-APIC-fasteoi ehci_hcd:usb2, uhci_hcd:usb5 NMI: 170 85 LOC: 605529 605586 ERR: 0
00:00.0 Host bridge: Intel Corporation 82P965/G965 Memory Controller Hub (rev 02) 00:02.0 VGA compatible controller: Intel Corporation 82G965 Integrated Graphics Controller (rev 02) 00:03.0 Communication controller: Intel Corporation 82P965/G965 HECI Controller (rev 02) 00:19.0 Ethernet controller: Intel Corporation 82566DC Gigabit Network Connection (rev 02) 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #4 (rev 02) 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #5 (rev 02) 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #2 (rev 02) 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02) 00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02) 00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 02) 00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 02) 00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #3 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #1 (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2) 00:1f.0 ISA bridge: Intel Corporation 82801HB/HR (ICH8/R) LPC Interface Controller (rev 02) 00:1f.2 SATA controller: Intel Corporation 82801HB (ICH8) 4 port SATA AHCI Controller (rev 02) 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02) 02:00.0 IDE interface: Marvell Technology Group Ltd. Unknown device 6101 (rev b1) 06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
Attachment:
CONFIG
Description: Binary data
- Follow-Ups:
- Re: SATA exceptions triggered by XFS (since 2.6.18)
- From: Robert Hancock <[email protected]>
- Re: SATA exceptions triggered by XFS (since 2.6.18)
- References:
- SATA exceptions triggered by XFS (since 2.6.18)
- From: Paolo Ornati <[email protected]>
- SATA exceptions triggered by XFS (since 2.6.18)
- Prev by Date: Re: Linux 2.6.16.38
- Next by Date: Re: 2.6.19.2, cp 18gb_file 18gb_file.2 = OOM killer, 100% reproducible
- Previous by thread: SATA exceptions triggered by XFS (since 2.6.18)
- Next by thread: Re: SATA exceptions triggered by XFS (since 2.6.18)
- Index(es):