lkml.org 
[lkml]   [2008]   [Jul]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: BUG: 2.6.26-git8: spinlock lockup in c1e_idle()
On Mon, 28 Jul 2008 16:39:45 +0200 (CEST)
Thomas Gleixner <tglx@linutronix.de> wrote:

> On Thu, 24 Jul 2008, Mikhail Kshevetskiy wrote:
>
> > BUG: spinlock lockup on CPU#0, swapper/0, ffffffff805d7e60
> > Pid: 0, comm: swapper Not tainted 2.6.26-git8 #6
> >
> > Call Trace:
> > [<ffffffff803471f1>] _raw_spin_lock+0xdc/0x107
> > [<ffffffff80480170>] _spin_lock+0x55/0x62
> > [<ffffffff8025a303>] clockevents_notify+0x19/0x7a
> > [<ffffffff80213d40>] c1e_idle+0xf8/0x113
> > [<ffffffff80256770>] ? atomic_notifier_call_chain+0xf/0x11
> > [<ffffffff8020b2a7>] cpu_idle+0x88/0xee
> > [<ffffffff8046c392>] rest_init+0x86/0x8a
> > [<ffffffff80624e01>] start_kernel+0x399/0x3a4
> > [<ffffffff8062429f>] x86_64_start_reservations+0xa5/0xa9
> > [<ffffffff806243af>] x86_64_start_kernel+0xe9/0xf8
>
> Mikhail,
>
> we merged a patch which might be fixing that problem after
> 2.6.26-git8. Can you give Linus latest a try please ?
>
> Thanks,
>
> tglx

This does not help. I try 2.6.26-git17 and the problem still exist.
Please do not trust to kernel timestamp in dmesg. In reality it takes
2-3 times more time before spinlock lockup will be detected.

Here is the summary of kernel parameters I tried:
1) noapictimer -- boot ok, tickless disabled
2) nohpet -- boot ok, (i suppose tickless disabled)
3) clocksource=tsc -- the same as with "nohpet"
4) idle=halt -- need to press buttons to boot
5) none of above -- the kernel freeze after switch to high resolution
mode on CPU0 and detect spinlock lockup 5 minutes
later
[ 0.000000] Linux version 2.6.26-git17 (root@aspid) (gcc version 4.3.1 (Debian 4.3.1-2) ) #14 SMP PREEMPT Mon Jul 28 22:54:02 MSD 2008
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.26-git17 root=UUID=ab3ca6c5-8b16-456b-8cc2-d68b130df7b6 ro resume=/dev/sda1 vga=normal nosplash debug
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000003ffa0000 (usable)
[ 0.000000] BIOS-e820: 000000003ffa0000 - 000000003ffae000 (ACPI data)
[ 0.000000] BIOS-e820: 000000003ffae000 - 000000003fff0000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000003fff0000 - 0000000040000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
[ 0.000000] BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
[ 0.000000] last_pfn = 0x3ffa0 max_arch_pfn = 0x3ffffffff
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] init_memory_mapping
[ 0.000000] 0000000000 - 003fe00000 page 2M
[ 0.000000] 003fe00000 - 003ffa0000 page 4k
[ 0.000000] kernel direct mapping tables up to 3ffa0000 @ 8000-b000
[ 0.000000] last_map_addr: 3ffa0000 end: 3ffa0000
[ 0.000000] RAMDISK: 2e55d000 - 2fff7f15
[ 0.000000] DMI 2.4 present.
[ 0.000000] ACPI: RSDP 000FBB20, 0014 (r0 ACPIAM)
[ 0.000000] ACPI: RSDT 3FFA0000, 0040 (r1 _ASUS_ Notebook 4000724 MSFT 97)
[ 0.000000] ACPI: FACP 3FFA0200, 0084 (r2 A M I OEMFACP 4000724 MSFT 97)
[ 0.000000] ACPI: DSDT 3FFA05F0, 916E (r1 A0427 A0427000 0 INTL 2002026)
[ 0.000000] ACPI: FACS 3FFAE000, 0040
[ 0.000000] ACPI: APIC 3FFA0390, 0070 (r1 A M I OEMAPIC 4000724 MSFT 97)
[ 0.000000] ACPI: MCFG 3FFA0400, 003C (r1 A M I OEMMCFG 4000724 MSFT 97)
[ 0.000000] ACPI: BOOT 3FFA05C0, 0028 (r1 A M I OEMBOOT 4000724 MSFT 97)
[ 0.000000] ACPI: SLIC 3FFA0440, 0176 (r1 _ASUS_ Notebook 4000724 MSFT 97)
[ 0.000000] ACPI: OEMB 3FFAE040, 0060 (r1 A M I AMI_OEM 4000724 MSFT 97)
[ 0.000000] ACPI: HPET 3FFA9760, 0038 (r1 A M I OEMHPET0 4000724 MSFT 97)
[ 0.000000] (6 early reservations) ==> bootmem [0000000000 - 003ffa0000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
[ 0.000000] #2 [0000200000 - 0000b75028] TEXT DATA BSS ==> [0000200000 - 0000b75028]
[ 0.000000] #3 [002e55d000 - 002fff7f15] RAMDISK ==> [002e55d000 - 002fff7f15]
[ 0.000000] #4 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000]
[ 0.000000] #5 [0000008000 - 0000009000] PGTABLE ==> [0000008000 - 0000009000]
[ 0.000000] Scan SMP from ffff880000000000 for 1024 bytes.
[ 0.000000] Scan SMP from ffff88000009fc00 for 1024 bytes.
[ 0.000000] Scan SMP from ffff8800000f0000 for 65536 bytes.
[ 0.000000] found SMP MP-table at [ffff8800000ff780] 000ff780
[ 0.000000] [ffffe20000000000-ffffe20000dfffff] PMD -> [ffff880001200000-ffff880001ffffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x00100000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0003ffa0
[ 0.000000] On node 0 totalpages: 261951
[ 0.000000] DMA zone: 1420 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 254425 pages, LIFO batch:31
[ 0.000000] Detected use of extended apic ids on hypertransport bus
[ 0.000000] ACPI: PM-Timer IO Port: 0x508
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 0, 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: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ14 used by override.
[ 0.000000] ACPI: IRQ15 used by override.
[ 0.000000] Setting APIC routing to flat
[ 0.000000] ACPI: HPET id: 0x10de8201 base: 0xfed00000
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
[ 0.000000] PERCPU: Allocating 442752 bytes of per cpu data
[ 0.000000] NR_CPUS: 2, nr_cpu_ids: 2, nr_node_ids 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 255845
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.26-git17 root=UUID=ab3ca6c5-8b16-456b-8cc2-d68b130df7b6 ro resume=/dev/sda1 vga=normal nosplash debug
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[ 0.000000] TSC calibrated against PM_TIMER
[ 0.000000] Detected 1607.318 MHz processor.
[ 0.020000] spurious 8259A interrupt: IRQ7.
[ 0.020000] Console: colour VGA+ 80x25
[ 0.020000] console [tty0] enabled
[ 0.020000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.020000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.020000] ... MAX_LOCK_DEPTH: 48
[ 0.020000] ... MAX_LOCKDEP_KEYS: 2048
[ 0.020000] ... CLASSHASH_SIZE: 1024
[ 0.020000] ... MAX_LOCKDEP_ENTRIES: 8192
[ 0.020000] ... MAX_LOCKDEP_CHAINS: 16384
[ 0.020000] ... CHAINHASH_SIZE: 8192
[ 0.020000] memory used by lock dependency info: 1840 kB
[ 0.020000] per task-struct memory footprint: 3456 bytes
[ 0.020000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.020000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.020000] Checking aperture...
[ 0.020000] No AGP bridge found
[ 0.020000] Node 0: aperture @ 262000000 size 32 MB
[ 0.020000] Aperture beyond 4GB. Ignoring.
[ 0.020000] Memory: 993408k/1048192k available (2588k kernel code, 53916k reserved, 1556k data, 728k init)
[ 0.020000] CPA: page pool initialized 1 of 1 pages preallocated
[ 0.020000] SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.020000] hpet clockevent registered
[ 0.020000] Calibrating delay loop (skipped), value calculated using timer frequency.. <6>3214.63 BogoMIPS (lpj=16073180)
[ 0.020000] Security Framework initialized
[ 0.020000] SELinux: Disabled at boot.
[ 0.020000] Mount-cache hash table entries: 256
[ 0.020000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 0.020000] CPU: L2 Cache: 512K (64 bytes/line)
[ 0.020000] tseg: 0000000000
[ 0.020000] CPU: Physical Processor ID: 0
[ 0.020000] CPU: Processor Core ID: 0
[ 0.020000] using C1E aware idle routine
[ 0.020000] ACPI: Core revision 20080609
[ 0.035379] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.135768] CPU0: AMD Turion(tm) 64 X2 Mobile Technology TL-52 stepping 02
[ 0.136216] Using local APIC timer interrupts.
[ 0.150000] APIC timer calibration result 12557170
[ 0.150000] Detected 12.557 MHz APIC timer.
[ 0.150000] lockdep: fixing up alternatives.
[ 0.150000] Booting processor 1/1 ip 6000
[ 0.160000] Initializing CPU#1
[ 0.308513] Calibrating delay using timer specific routine.. <6>3214.68 BogoMIPS (lpj=16073445)
[ 0.308522] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 0.308525] CPU: L2 Cache: 512K (64 bytes/line)
[ 0.308528] CPU: Physical Processor ID: 0
[ 0.308530] CPU: Processor Core ID: 1
[ 0.308718] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[ 0.304279] CPU1: <6>System has C1E enabled
[ 0.309019] Switch to broadcast mode on CPU1
[ 0.307707] AMD Turion(tm) 64 X2 Mobile Technology TL-52 stepping 02
[ 0.308155] Brought up 2 CPUs
[ 0.308498] Total of 2 processors activated (6429.32 BogoMIPS).
[ 0.309022] CPU0 attaching sched-domain:
[ 0.309367] domain 0: span 0-1 level CPU
[ 0.309760] groups: 0 1
[ 0.310000] CPU1 attaching sched-domain:
[ 0.310000] domain 0: span 0-1 level CPU
[ 0.310000] groups: 1 0
[ 0.310000] Switch to broadcast mode on CPU0
[ 0.310000] net_namespace: 1680 bytes
[ 0.310000] Booting paravirtualized kernel on bare hardware
[ 0.310266] NET: Registered protocol family 16
[ 0.311906] node 0 link 0: io port [1000, ffffff]
[ 0.312236] TOM: 0000000040000000 aka 1024M
[ 0.312563] node 0 link 0: mmio [e0000000, efffffff]
[ 0.312938] node 0 link 0: mmio [a0000, bffff]
[ 0.313312] node 0 link 0: mmio [40000000, fe0bffff]
[ 0.313687] bus: [00,ff] on node 0 link 0
[ 0.314013] bus: 00 index 0 io port: [0, ffff]
[ 0.314339] bus: 00 index 1 mmio: [40000000, fcffffffff]
[ 0.314668] bus: 00 index 2 mmio: [a0000, bffff]
[ 0.315028] ACPI: bus type pci registered
[ 0.315724] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[ 0.316055] PCI: Not using MMCONFIG.
[ 0.316381] PCI: Using configuration type 1 for base access
[ 0.328691] ACPI: EC: Look up EC in DSDT
[ 0.383731] ACPI: Interpreter enabled
[ 0.384349] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.385518] ACPI: Using IOAPIC for interrupt routing
[ 0.386346] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[ 0.410000] PCI: BIOS Bug: MCFG area at e0000000 is not reserved in ACPI motherboard resources
[ 0.410000] PCI: Not using MMCONFIG.
[ 0.435190] ACPI: EC: GPE = 0x20, I/O: command/status = 0x66, data = 0x62
[ 0.435543] ACPI: EC: driver started in poll mode
[ 0.436454] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.437902] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.438252] pci 0000:00:02.0: PME# disabled
[ 0.438699] pci 0000:00:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.439048] pci 0000:00:03.0: PME# disabled
[ 0.439494] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.439842] pci 0000:00:04.0: PME# disabled
[ 0.440702] pci 0000:00:0a.1: PME# supported from D3hot D3cold
[ 0.441047] pci 0000:00:0a.1: PME# disabled
[ 0.441532] pci 0000:00:0b.0: supports D1
[ 0.441868] pci 0000:00:0b.0: supports D2
[ 0.442205] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.442549] pci 0000:00:0b.0: PME# disabled
[ 0.443035] pci 0000:00:0b.1: supports D1
[ 0.443371] pci 0000:00:0b.1: supports D2
[ 0.443709] pci 0000:00:0b.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.444052] pci 0000:00:0b.1: PME# disabled
[ 0.444964] pci 0000:00:10.1: PME# supported from D3hot D3cold
[ 0.445307] pci 0000:00:10.1: PME# disabled
[ 0.445792] pci 0000:00:14.0: supports D1
[ 0.446128] pci 0000:00:14.0: supports D2
[ 0.446465] pci 0000:00:14.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.446808] pci 0000:00:14.0: PME# disabled
[ 0.448834] pci 0000:05:01.0: PME# supported from D0 D3hot D3cold
[ 0.449179] pci 0000:05:01.0: PME# disabled
[ 0.449655] pci 0000:05:01.1: supports D1
[ 0.450003] pci 0000:05:01.1: supports D2
[ 0.450348] pci 0000:05:01.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.450700] pci 0000:05:01.1: PME# disabled
[ 0.451186] pci 0000:05:01.2: supports D1
[ 0.451530] pci 0000:05:01.2: supports D2
[ 0.451874] pci 0000:05:01.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.452226] pci 0000:05:01.2: PME# disabled
[ 0.452712] pci 0000:05:01.3: supports D1
[ 0.453057] pci 0000:05:01.3: supports D2
[ 0.453401] pci 0000:05:01.3: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.453753] pci 0000:05:01.3: PME# disabled
[ 0.454188] pci 0000:00:10.0: transparent bridge
[ 0.454578] bus 00 -> node 0
[ 0.454936] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.456024] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
[ 0.456664] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PA._PRT]
[ 0.457382] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 0.507464] ACPI: PCI Interrupt Link [LNKA] (IRQs 16) *5
[ 0.508530] ACPI: PCI Interrupt Link [LNKB] (IRQs 17) *10
[ 0.509583] ACPI: PCI Interrupt Link [LNKC] (IRQs 16) *0, disabled.
[ 0.510706] ACPI: PCI Interrupt Link [LNKD] (IRQs 17) *0, disabled.
[ 0.511809] ACPI: PCI Interrupt Link [LNEA] (IRQs 18) *11
[ 0.512843] ACPI: PCI Interrupt Link [LNEB] (IRQs 19) *11
[ 0.513880] ACPI: PCI Interrupt Link [LNEC] (IRQs 5) *0, disabled.
[ 0.514964] ACPI: PCI Interrupt Link [LNED] (IRQs 11) *0, disabled.
[ 0.516048] ACPI: PCI Interrupt Link [LUB0] (IRQs 10) *11
[ 0.517082] ACPI: PCI Interrupt Link [LUB2] (IRQs 20) *7
[ 0.518116] ACPI: PCI Interrupt Link [LMAC] (IRQs 21) *5
[ 0.519149] ACPI: PCI Interrupt Link [LAZA] (IRQs 22) *5
[ 0.520209] ACPI: PCI Interrupt Link [LACI] (IRQs 22) *0, disabled.
[ 0.521328] ACPI: PCI Interrupt Link [LMC9] (IRQs 7) *0, disabled.
[ 0.522446] ACPI: PCI Interrupt Link [LSMB] (IRQs 7) *5
[ 0.523516] ACPI: PCI Interrupt Link [LPMU] (IRQs 7) *10
[ 0.524593] ACPI: PCI Interrupt Link [LSA0] (IRQs 23) *10
[ 0.525667] ACPI: PCI Interrupt Link [LSA1] (IRQs 23) *0, disabled.
[ 0.526968] ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled.
[ 0.528569] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 0.529070] pnp: PnP ACPI init
[ 0.529465] ACPI: bus type pnp registered
[ 0.540305] pnp: PnP ACPI: found 14 devices
[ 0.540657] ACPI: ACPI bus type pnp unregistered
[ 0.542878] PCI: Using ACPI for IRQ routing
[ 0.580089] NetLabel: Initializing
[ 0.580436] NetLabel: domain hash size = 128
[ 0.580780] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.581206] NetLabel: unlabeled traffic allowed by default
[ 0.581556] DMAR:parse DMAR table failure.
[ 0.582463] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
[ 0.583004] hpet0: 3 32-bit timers, 25000000 Hz
[ 0.588814] ACPI: RTC can wake from S4
[ 0.590049] Switched to high resolution mode on CPU 0
[ 171.716949] BUG: spinlock lockup on CPU#1, swapper/0, ffffffff805dc020
[ 171.716949] Pid: 0, comm: swapper Not tainted 2.6.26-git17 #14
[ 171.716949]
[ 171.716949] Call Trace:
[ 171.716949] <IRQ> [<ffffffff803487d1>] _raw_spin_lock+0xdc/0x107
[ 171.716949] [<ffffffff80483509>] _spin_lock_irqsave+0x74/0x87
[ 171.716949] [<ffffffff8025b075>] tick_broadcast_switch_to_oneshot+0x15/0x46
[ 171.716949] [<ffffffff8025b803>] tick_switch_to_oneshot+0x9b/0xa1
[ 171.716949] [<ffffffff8025b819>] tick_init_highres+0x10/0x12
[ 171.716949] [<ffffffff80254cd2>] hrtimer_run_pending+0x92/0x14d
[ 171.716949] [<ffffffff80246c51>] run_timer_softirq+0x2a/0x20a
[ 171.716949] [<ffffffff8025dc5d>] ? trace_hardirqs_off+0xd/0xf
[ 171.716949] [<ffffffff8025f715>] ? trace_hardirqs_on+0xd/0xf
[ 171.716949] [<ffffffff80243417>] __do_softirq+0x7e/0x10b
[ 171.716949] [<ffffffff8020dc1c>] call_softirq+0x1c/0x28
[ 171.716949] [<ffffffff8020f99a>] do_softirq+0x4d/0xb0
[ 171.716949] [<ffffffff80242ef2>] irq_exit+0x4e/0xa0
[ 171.716949] [<ffffffff8020fc3e>] do_IRQ+0xbd/0xdb
[ 171.716949] [<ffffffff8020c8f3>] ret_from_intr+0x0/0x2e
[ 171.716949] <EOI> [<ffffffff80223d9e>] ? native_safe_halt+0x6/0x8
[ 171.716949] [<ffffffff8025f715>] ? trace_hardirqs_on+0xd/0xf
[ 171.716949] [<ffffffff80213c62>] ? default_idle+0x33/0x55
[ 171.716949] [<ffffffff80213d62>] ? c1e_idle+0xde/0x113
[ 171.716949] [<ffffffff80256484>] ? atomic_notifier_call_chain+0xf/0x11
[ 171.716949] [<ffffffff8020b2ac>] ? cpu_idle+0x8d/0xf3
[ 171.716949] [<ffffffff8047c5de>] ? start_secondary+0x173/0x177
[ 171.716949]
[ 342.816949] Switched to high resolution mode on CPU 1
[ 342.816949] Clocksource tsc unstable (delta = 515395246482 ns)
[ 171.726299] system 00:07: ioport range 0x25c-0x25f has been reserved
[ 171.726685] system 00:09: ioport range 0x4d0-0x4d1 has been reserved
[ 171.727035] system 00:09: ioport range 0x800-0x80f has been reserved
[ 171.727383] system 00:09: ioport range 0x500-0x57f has been reserved
[ 171.727732] system 00:09: ioport range 0x580-0x5ff has been reserved
[ 171.728082] system 00:09: ioport range 0x800-0x87f could not be reserved
[ 171.728432] system 00:09: ioport range 0x880-0x8ff has been reserved
[ 171.728798] system 00:09: ioport range 0x900-0x97f has been reserved
[ 171.729146] system 00:09: ioport range 0x980-0x9ff has been reserved
[ 171.729497] system 00:09: iomem range 0xfee01000-0xfeefffff could not be reserved
[ 171.730043] system 00:0b: iomem range 0xfec00000-0xfec00fff could not be reserved
[ 171.730043] system 00:0b: iomem range 0xfee00000-0xfee00fff could not be reserved
[ 171.730043] system 00:0c: iomem range 0xe0000000-0xe7ffffff has been reserved
[ 171.730043] system 00:0d: iomem range 0x0-0x9ffff could not be reserved
[ 171.730043] system 00:0d: iomem range 0xc0000-0xcffff has been reserved
[ 171.730043] system 00:0d: iomem range 0xe0000-0xfffff could not be reserved
[ 171.730043] system 00:0d: iomem range 0x100000-0x3fffffff could not be reserved
[ 171.730043] system 00:0d: iomem range 0xff780000-0xffffffff could not be reserved
[ 171.731019] pci 0000:00:02.0: PCI bridge, secondary bus 0000:01
[ 171.731369] pci 0000:00:02.0: IO window: disabled
[ 171.731720] pci 0000:00:02.0: MEM window: 0xdc700000-0xdc7fffff
[ 171.732068] pci 0000:00:02.0: PREFETCH window: disabled
[ 171.732419] pci 0000:00:03.0: PCI bridge, secondary bus 0000:02
[ 171.732780] pci 0000:00:03.0: IO window: 0xd000-0xdfff
[ 171.733129] pci 0000:00:03.0: MEM window: 0xdc800000-0xdcffffff
[ 171.733477] pci 0000:00:03.0: PREFETCH window: 0x000000be000000-0x000000bfffffff
[ 171.734121] pci 0000:00:04.0: PCI bridge, secondary bus 0000:04
[ 171.734467] pci 0000:00:04.0: IO window: 0xe000-0xefff
[ 171.734816] pci 0000:00:04.0: MEM window: 0xdd000000-0xdfefffff
[ 171.735164] pci 0000:00:04.0: PREFETCH window: 0x000000c0000000-0x000000cfffffff
[ 171.735807] pci 0000:00:10.0: PCI bridge, secondary bus 0000:05
[ 171.736152] pci 0000:00:10.0: IO window: disabled
[ 171.736503] pci 0000:00:10.0: MEM window: 0xdff00000-0xdfffffff
[ 171.736852] pci 0000:00:10.0: PREFETCH window: disabled
[ 171.737220] PCI: Setting latency timer of device 0000:00:02.0 to 64
[ 171.737579] PCI: Setting latency timer of device 0000:00:03.0 to 64
[ 171.737938] PCI: Setting latency timer of device 0000:00:04.0 to 64
[ 171.738295] PCI: Setting latency timer of device 0000:00:10.0 to 64
[ 171.738674] NET: Registered protocol family 2
[ 171.830471] IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 171.831918] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
[ 171.833669] TCP bind hash table entries: 65536 (order: 10, 4194304 bytes)
[ 171.843596] TCP: Hash tables configured (established 131072 bind 65536)
[ 171.843988] TCP reno registered
[ 171.870501] NET: Registered protocol family 1
[ 171.871219] checking if image is initramfs... it is
[ 174.638173] Freeing initrd memory: 27243k freed
[ 174.657385] Simple Boot Flag at 0x4c set to 0x1
[ 174.661520] IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
[ 174.662647] microcode: CPU0 not a capable Intel processor
[ 342.874429] microcode: CPU1 not a capable Intel processor
[ 174.665246] audit: initializing netlink socket (disabled)
[ 174.665649] type=2000 audit(1217276571.650:1): initialized
[ 174.677674] VFS: Disk quotas dquot_6.5.1
[ 174.678401] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 174.678929] msgmni has been set to 1994
[ 174.680433] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 174.681091] io scheduler noop registered
[ 174.681436] io scheduler anticipatory registered
[ 174.688889] io scheduler deadline registered
[ 342.874430] io scheduler cfq registered (default)
[ 342.874430] pci 0000:00:00.0: Enabling HT MSI Mapping
[ 342.874430] pci 0000:00:02.0: Enabling HT MSI Mapping
[ 342.874430] pci 0000:00:03.0: Enabling HT MSI Mapping
[ 342.874430] pci 0000:00:04.0: Enabling HT MSI Mapping
[ 342.874430] pci 0000:00:09.0: Enabling HT MSI Mapping
[ 342.874430] pci 0000:00:0e.0: Enabling HT MSI Mapping
[ 342.874430] pci 0000:00:10.0: Enabling HT MSI Mapping
[ 342.874430] pci 0000:00:10.1: Enabling HT MSI Mapping
[ 342.874430] pci 0000:04:00.0: Boot video device
[ 342.874430] PCI: Setting latency timer of device 0000:00:02.0 to 64
[ 342.874430] pcieport-driver 0000:00:02.0: found MSI capability
[ 342.874430] pci_express 0000:00:02.0:pcie00: allocate port service
[ 342.874430] PCI: Setting latency timer of device 0000:00:03.0 to 64
[ 342.874430] pcieport-driver 0000:00:03.0: found MSI capability
[ 342.874430] pci_express 0000:00:03.0:pcie00: allocate port service
[ 342.874430] PCI: Setting latency timer of device 0000:00:04.0 to 64
[ 342.874430] pcieport-driver 0000:00:04.0: found MSI capability
[ 342.874430] pci_express 0000:00:04.0:pcie00: allocate port service
[ 342.874430] ALI M7101 PMU not found.
[ 342.874430] uvesafb: failed to execute /sbin/v86d
[ 342.874430] uvesafb: make sure that the v86d helper is installed and executable
[ 342.874430] uvesafb: Getting VBE info block failed (eax=0x4f00, err=-2)
[ 342.874430] uvesafb: vbe_init() failed with -22
[ 342.874430] uvesafb: probe of uvesafb.0 failed with error -22
[ 342.874430] vga16fb: initializing
[ 342.874430] vga16fb: mapped to 0xffff8800000a0000
[ 342.874430] Console: switching to colour frame buffer device 80x30
[ 342.874430] fb0: VGA16 VGA frame buffer device
[ 342.874430] processor ACPI0007:00: registered as cooling_device0
[ 342.874430] processor ACPI0007:01: registered as cooling_device1
[ 342.874430] thermal LNXTHERM:01: registered as thermal_zone0
[ 342.874430] ACPI: Thermal Zone [TZ00] (60 C)
[ 175.032011] hpet_resources: 0xfed00000 is busy
[ 175.034652] Linux agpgart interface v0.103
[ 175.037045] Serial: 8250/16550 driver4 ports, IRQ sharing disabled
[ 175.048323] brd: module loaded
[ 175.051707] asus-laptop: Asus Laptop Support version 0.42
[ 175.058383] asus-laptop: F3T model detected
[ 342.874431] ACPI: EC: non-query interrupt received, switching to interrupt mode
[ 342.874432] Registered led device: asus::mail
[ 342.874432] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 342.874432] i8042.c: Detected active multiplexing controller, rev 1.1.
[ 342.874432] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 342.874432] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 342.874432] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 342.874432] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 342.874432] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 175.164314] mice: PS/2 mouse device common for all mice
[ 342.874432] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 342.874432] rtc0: alarms up to one year, y3k, hpet irqs
[ 342.874432] cpuidle: using governor ladder
[ 342.874432] cpuidle: using governor menu
[ 342.874432] TCP bic registered
[ 342.874432] NET: Registered protocol family 17
[ 342.874432] powernow-k8: Found 1 AMD Turion(tm) 64 X2 Mobile Technology TL-52 processors (2 cpu cores) (version 2.20.00)
[ 175.241431] powernow-k8: 0 : fid 0x8 (1600 MHz), vid 0x13
[ 175.250217] powernow-k8: 1 : fid 0x0 (800 MHz), vid 0x1e
[ 175.260994] rtc_cmos 00:02: setting system clock to 2008-07-28 20:31:28 UTC (1217277088)
[ 175.279827] Freeing unused kernel memory: 728k freed
[ 342.874432] input: AT Translated Set 2 keyboard as /class/input/input0
[ 342.874434] No dock devices found.
[ 176.408099] usbcore: registered new interface driver usbfs
[ 176.418380] usbcore: registered new interface driver hub
[ 176.428658] usbcore: registered new device driver usb
[ 342.874435] SCSI subsystem initialized
[ 176.472554] libata version 3.00 loaded.
[ 176.538287] sata_nv 0000:00:0e.0: version 3.5
[ 176.554424] ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 23
[ 176.563740] sata_nv 0000:00:0e.0: PCI INT A -> Link[LSA0] -> GSI 23 (level, low) -> IRQ 23
[ 176.617846] sata_nv 0000:00:0e.0: Using SWNCQ mode
[ 176.628062] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[ 176.658341] scsi0 : sata_nv
[ 342.874436] scsi1 : sata_nv
[ 342.874436] ata1: SATA max UDMA/133 cmd 0xc800 ctl 0xc480 bmdma 0xc000 irq 23
[ 342.874436] ata2: SATA max UDMA/133 cmd 0xc400 ctl 0xc080 bmdma 0xc008 irq 23
[ 342.874436] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[ 342.874436] ricoh-mmc: Ricoh MMC Controller disabling driver
[ 342.874436] ricoh-mmc: Copyright(c) Philip Langdale
[ 342.874436] sdhci: Secure Digital Host Controller Interface driver
[ 342.874436] sdhci: Copyright(c) Pierre Ossman
[ 343.221587] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 343.240349] ata1.00: ATA-7: HTS541010G9SA00, MBZOC60R, max UDMA/100
[ 343.240349] ata1.00: 195371568 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 343.277830] ata1.00: configured for UDMA/100
[ 343.624010] ata2: SATA link down (SStatus 0 SControl 300)
[ 343.624010] isa bounce pool size: 16 pages
[ 343.624010] scsi 0:0:0:0: Direct-Access ATA HTS541010G9SA00 MBZO PQ: 0 ANSI: 5
[ 343.624010] ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 10
[ 343.624010] ohci_hcd 0000:00:0b.0: PCI INT A -> Link[LUB0] -> GSI 10 (level, low) -> IRQ 10
[ 343.624010] PCI: Setting latency timer of device 0000:00:0b.0 to 64
[ 343.624010] ohci_hcd 0000:00:0b.0: OHCI Host Controller
[ 343.624010] ohci_hcd 0000:00:0b.0: new USB bus registered, assigned bus number 1
[ 343.624010] ohci_hcd 0000:00:0b.0: irq 10, io mem 0xdc6be000
[ 343.624010] usb usb1: configuration #1 chosen from 1 choice
[ 343.624011] hub 1-0:1.0: USB hub found
[ 343.624011] hub 1-0:1.0: 8 ports detected
[ 343.821150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[ 343.821150] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 343.821150] usb usb1: Product: OHCI Host Controller
[ 343.821150] usb usb1: Manufacturer: Linux 2.6.26-git17 ohci_hcd
[ 343.821150] usb usb1: SerialNumber: 0000:00:0b.0
[ 343.821150] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.61.
[ 343.821150] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 21
[ 343.821150] forcedeth 0000:00:14.0: PCI INT A -> Link[LMAC] -> GSI 21 (level, low) -> IRQ 21
[ 343.821150] PCI: Setting latency timer of device 0000:00:14.0 to 64
[ 178.317863] usb 1-3: new low speed USB device using ohci_hcd and address 2
[ 344.007778] usb 1-3: configuration #1 chosen from 1 choice
[ 344.008009] usb 1-3: New USB device found, idVendor=046d, idProduct=c019
[ 344.008009] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 178.597141] usb 1-3: Product: Logitech USB Optical Mouse
[ 178.609731] usb 1-3: Manufacturer: Logitech
[ 178.797742] usb 1-6: new full speed USB device using ohci_hcd and address 3
[ 344.165510] forcedeth 0000:00:14.0: ifname eth0, PHY OUI 0x5043 @ 1, addr 66:77:44:22:33:11
[ 178.848282] forcedeth 0000:00:14.0: highdma pwrctl timirq gbit lnktim desc-v3
[ 344.165510] pata_amd 0000:00:0d.0: version 0.3.10
[ 344.165510] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[ 344.165510] scsi2 : pata_amd
[ 178.900425] scsi3 : pata_amd
[ 178.921425] ata3: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[ 178.933916] ata4: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[ 344.295619] usb 1-6: configuration #1 chosen from 1 choice
[ 344.295619] usb 1-6: New USB device found, idVendor=0b05, idProduct=1712
[ 344.295619] usb 1-6: New USB device strings: Mfr=0, Product=0, SerialNumber=3
[ 344.295619] usb 1-6: SerialNumber: 0194E8-5B-0002
[ 179.288219] ata4.00: ATAPI: HL-DT-ST DVDRAM GMA-4082N, HJ02, max UDMA/33
[ 179.300339] ata4: nv_mode_filter: 0x739f&0x701f->0x701f, BIOS=0x7000 (0xc000) ACPI=0x701f (60:900:0x11)
[ 344.400578] usb 1-7: new full speed USB device using ohci_hcd and address 4
[ 179.352920] ata4.00: configured for UDMA/33
[ 344.407933] scsi 3:0:0:0: CD-ROM HL-DT-ST DVDRAM GMA-4082N HJ02 PQ: 0 ANSI: 5
[ 179.429354] ricoh-mmc: Ricoh MMC controller found at 0000:05:01.2 [1180:0843] (rev 1)
[ 344.407933] udev: renamed network interface eth0 to eth1
[ 179.467855] ricoh-mmc: Controller is now disabled.
[ 344.407933] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 20
[ 344.407933] ehci_hcd 0000:00:0b.1: PCI INT B -> Link[LUB2] -> GSI 20 (level, low) -> IRQ 20
[ 344.407933] PCI: Setting latency timer of device 0000:00:0b.1 to 64
[ 344.407933] ehci_hcd 0000:00:0b.1: EHCI Host Controller
[ 344.407933] ehci_hcd 0000:00:0b.1: new USB bus registered, assigned bus number 2
[ 344.407933] ehci_hcd 0000:00:0b.1: debug port 1
[ 344.407933] ehci_hcd 0000:00:0b.1: cache line size of 64 is not supported
[ 344.407933] ehci_hcd 0000:00:0b.1: irq 20, io mem 0xdc6bfc00
[ 179.630879] ehci_hcd 0000:00:0b.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 179.658965] usb usb2: configuration #1 chosen from 1 choice
[ 179.673681] hub 2-0:1.0: USB hub found
[ 179.687340] hub 2-0:1.0: 8 ports detected
[ 179.923134] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 179.936709] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 179.963875] usb usb2: Product: EHCI Host Controller
[ 179.977785] usb usb2: Manufacturer: Linux 2.6.26-git17 ehci_hcd
[ 179.991609] usb usb2: SerialNumber: 0000:00:0b.1
[ 344.607790] sdhci-pci 0000:05:01.1: SDHCI controller found [1180:0822] (rev 19)
[ 344.607790] usb 1-7: device not accepting address 4, error -62
[ 344.607790] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 17
[ 344.607790] sdhci-pci 0000:05:01.1: PCI INT B -> Link[LNKB] -> GSI 17 (level, low) -> IRQ 17
[ 344.607790] Registered led device: mmc0
[ 344.607790] mmc0: SDHCI controller on PCI [0000:05:01.1] using PIO
[ 344.607790] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 16
[ 344.607790] firewire_ohci 0000:05:01.0: PCI INT A -> Link[LNKA] -> GSI 16 (level, low) -> IRQ 16
[ 180.165161] hub 1-0:1.0: unable to enumerate USB device on port 7
[ 344.645105] firewire_ohci: Added fw-ohci device 0000:05:01.0, OHCI version 1.0
[ 344.645105] Driver 'sd' needs updating - please use bus_type methods
[ 180.330492] usb 1-3: USB disconnect, address 2
[ 344.645105] sd 0:0:0:0: [sda] 195371568 512-byte hardware sectors (100030 MB)
[ 344.645105] sd 0:0:0:0: [sda] Write Protect is off
[ 344.645105] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 344.645105] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 344.645105] sd 0:0:0:0: [sda] 195371568 512-byte hardware sectors (100030 MB)
[ 344.645105] sd 0:0:0:0: [sda] Write Protect is off
[ 344.645105] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 344.645105] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 344.645105] sda:<6>usb 1-6: USB disconnect, address 3
[ 344.645105] Driver 'sr' needs updating - please use bus_type methods
[ 344.645106] firewire_core: created device fw0: GUID 00e0180003715a18, S400
[ 344.687724] sda1 sda2 sda3 < sda5 sda6<6>usb 2-7: new high speed USB device using ehci_hcd and address 4
[ 344.728979] sda7 > sda4
[ 344.728979] sd 0:0:0:0: [sda] Attached SCSI disk
[ 344.728979] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 344.728979] Uniform CD-ROM driver Revision: 3.20
[ 344.728979] sr 3:0:0:0: Attached scsi CD-ROM sr0
[ 344.728979] usb 2-7: configuration #1 chosen from 1 choice
[ 344.728979] usb 2-7: New USB device found, idVendor=05e1, idProduct=0501
[ 344.728979] usb 2-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 344.728979] usb 2-7: Product: USB 2.0 Image Capture Controller
[ 344.728979] usb 2-7: Manufacturer: Syntek Semiconductor
[ 181.237494] usbcore: registered new interface driver hiddev
[ 344.728979] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 344.728979] sr 3:0:0:0: Attached scsi generic sg1 type 5
[ 344.728980] BUG: spinlock lockup on CPU#1, swapper/0, ffffffff805dc020
[ 344.728980] Pid: 0, comm: swapper Not tainted 2.6.26-git17 #14
[ 344.728980]
[ 344.728980] Call Trace:
[ 344.728980] <IRQ> [<ffffffff803487d1>] _raw_spin_lock+0xdc/0x107
[ 344.728980] [<ffffffff804833b0>] _spin_lock+0x55/0x62
[ 344.728980] [<ffffffff8025b27c>] tick_handle_oneshot_broadcast+0x2b/0xe5
[ 344.728980] [<ffffffff80210176>] timer_event_interrupt+0x1a/0x21
[ 344.728980] [<ffffffff8027d9a0>] handle_IRQ_event+0x20/0x5c
[ 344.728980] [<ffffffff8027ebdf>] handle_edge_irq+0xf1/0x137
[ 344.728980] [<ffffffff8020fbf2>] do_IRQ+0x71/0xdb
[ 344.728980] [<ffffffff8020c8f3>] ret_from_intr+0x0/0x2e
[ 344.728980] <EOI> [<ffffffff80223d9e>] ? native_safe_halt+0x6/0x8
[ 344.728980] [<ffffffff8025f715>] ? trace_hardirqs_on+0xd/0xf
[ 344.728980] [<ffffffff80213c62>] ? default_idle+0x33/0x55
[ 344.728980] [<ffffffff80213d62>] ? c1e_idle+0xde/0x113
[ 344.728980] [<ffffffff80256484>] ? atomic_notifier_call_chain+0xf/0x11
[ 344.728980] [<ffffffff8020b2ac>] ? cpu_idle+0x8d/0xf3
[ 344.728980] [<ffffffff8047c5de>] ? start_secondary+0x173/0x177
[ 344.728980]
[ 343.520021] BUG: soft lockup - CPU#0 stuck for 151s! [swapper:0]
[ 343.527651] Modules linked in: sg usbhid(+) sr_mod cdrom ohci1394 sd_mod ieee1394 ata_generic sdhci_pci sdhci mmc_core ricoh_mmc ohci_hcd pata_amd forcedeth firewire_ohci firewire_core crc_itu_t ehci_hcd sata_nv libata scsi_mod usbcore dock fan
[ 343.527698] irq event stamp: 95504
[ 343.527702] hardirqs last enabled at (95503): [<ffffffff8025f715>] trace_hardirqs_on+0xd/0xf
[ 343.527721] hardirqs last disabled at (95504): [<ffffffff80482c4e>] trace_hardirqs_off_thunk+0x3a/0x3c
[ 343.527735] softirqs last enabled at (95464): [<ffffffff80243495>] __do_softirq+0xfc/0x10b
[ 343.527749] softirqs last disabled at (95123): [<ffffffff8020dc1c>] call_softirq+0x1c/0x28
[ 343.527761] CPU 0:
[ 343.527765] Modules linked in: sg usbhid(+) sr_mod cdrom ohci1394 sd_mod ieee1394 ata_generic sdhci_pci sdhci mmc_core ricoh_mmc ohci_hcd pata_amd forcedeth firewire_ohci firewire_core crc_itu_t ehci_hcd sata_nv libata scsi_mod usbcore dock fan
[ 343.527804] Pid: 0, comm: swapper Not tainted 2.6.26-git17 #14
[ 343.527809] RIP: 0010:[<ffffffff80213d86>] [<ffffffff80213d86>] c1e_idle+0x102/0x113
[ 343.527824] RSP: 0018:ffffffff80621ec8 EFLAGS: 00000206
[ 343.527830] RAX: 000000000001750f RBX: ffffffff80621ee8 RCX: ffffffff80621e38
[ 343.527835] RDX: 000000000000c4c3 RSI: 0000000000000000 RDI: ffffffff805cf490
[ 343.527841] RBP: ffffffff80621e78 R08: 0000000000000000 R09: ffffffff80621e88
[ 343.527847] R10: ffffffff80656240 R11: ffffffff80621df8 R12: ffffffff8025a7e7
[ 343.527853] R13: ffffffff805cf490 R14: ffffffff805cf490 R15: ffffffff80621e38
[ 343.527860] FS: 00007f7fd655a6e0(0000) GS:ffffffff80618d80(0000) knlGS:0000000000000000
[ 343.527866] CS: 0010 DS: 0018 ES: 0018 CR0: 000000008005003b
[ 343.527872] CR2: 0000000000614728 CR3: 000000002f9a3000 CR4: 00000000000006e0
[ 343.527878] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 343.527884] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 343.527889]
[ 343.527890] Call Trace:
[ 343.527900] [<ffffffff80213d81>] ? c1e_idle+0xfd/0x113
[ 343.527911] [<ffffffff80256484>] ? atomic_notifier_call_chain+0xf/0x11
[ 343.527919] [<ffffffff8020b2ac>] ? cpu_idle+0x8d/0xf3
[ 343.527927] [<ffffffff8046eed2>] ? rest_init+0x86/0x8a
[ 343.527932]
[ 344.728980] sd 0:0:0:0: [sda] Result: hostbyte=DID_OK driverbyte=DRIVER_TIMEOUT,SUGGEST_OK
[ 344.728980] end_request: I/O error, dev sda, sector 37752584
[ 344.728980] Buffer I/O error on device sda2, logical block 15727552
[ 344.728980] Buffer I/O error on device sda2, logical block 15727553
[ 344.728980] Buffer I/O error on device sda2, logical block 15727554
[ 344.728980] Buffer I/O error on device sda2, logical block 15727555
[ 344.728980] usb 1-3: new low speed USB device using ohci_hcd and address 6
[ 344.779540] usb 1-3: configuration #1 chosen from 1 choice
[ 344.779540] usb 1-3: New USB device found, idVendor=046d, idProduct=c019
[ 344.779540] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 344.779540] usb 1-3: Product: Logitech USB Optical Mouse
[ 344.779540] usb 1-3: Manufacturer: Logitech
[ 344.779540] input: Logitech Logitech USB Optical Mouse as /class/input/input1
[ 344.779540] input,hidraw0: USB HID v1.11 Mouse [Logitech Logitech USB Optical Mouse] on usb-0000:00:0b.0-3
[ 344.779540] usbcore: registered new interface driver usbhid
[ 344.779540] usbhid: v2.6:USB HID core driver
[ 344.899691] PM: Starting manual resume from disk
[ 345.045039] ReiserFS: sda2: found reiserfs format "3.6" with standard journal
[ 345.054200] ReiserFS: sda2: using ordered data mode
[ 345.089554] ReiserFS: sda2: journal params: device sda2, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 345.120536] ReiserFS: sda2: checking transaction log (sda2)
[ 345.188033] ReiserFS: sda2: Using r5 hash to sort names
[ 351.185816] input: Power Button (FF) as /class/input/input2
[ 351.355972] ACPI: Power Button (FF) [PWRF]
[ 351.366788] input: Sleep Button (CM) as /class/input/input3
[ 351.505338] ACPI: Sleep Button (CM) [SLPB]
[ 351.580567] ACPI: Battery Slot [BAT0] (battery present)
[ 351.592646] input: Lid Switch as /class/input/input4
[ 351.672311] ACPI: Lid Switch [LID]
[ 351.683171] ACPI: AC Adapter [AC0] (on-line)
[ 351.695292] input: Power Button (CM) as /class/input/input5
[ 351.706456] ACPI: WMI: Mapper loaded
[ 351.843943] ACPI: I/O resource nForce2_smbus [0x600-0x63f] conflicts with ACPI region SMRG [0x600-0x60f]
[ 351.885281] ACPI: Power Button (CM) [PWRB]
[ 351.912295] acpi device:09: registered as cooling_device2
[ 351.910071] ACPI: Device needs an ACPI driver
[ 351.910683] i2c-adapter i2c-0: nForce2 SMBus adapter at 0x600
[ 351.910765] i2c-adapter i2c-1: nForce2 SMBus adapter at 0x700
[ 351.953642] input: Video Bus as /class/input/input6
[ 352.119964] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 352.264754] input: PC Speaker as /class/input/input7
[ 352.672984] input: PS/2 Mouse as /class/input/input8
[ 352.861983] input: AlpsPS/2 ALPS GlidePoint as /class/input/input9
[ 352.872452] ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 22
[ 352.881648] HDA Intel 0000:00:10.1: PCI INT B -> Link[LAZA] -> GSI 22 (level, low) -> IRQ 22
[ 352.902616] PCI: Setting latency timer of device 0000:00:10.1 to 64
[ 354.952368] Adding 1574328k swap on /dev/sda1. Priority:-1 extents:1 across:1574328k
[ 366.589111] loop: module loaded
[ 366.826356] fuse init (API version 7.9)
[ 386.883323] ReiserFS: sda4: found reiserfs format "3.6" with standard journal
[ 386.907604] ReiserFS: sda4: using ordered data mode
[ 386.931703] ReiserFS: sda4: journal params: device sda4, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 386.983188] ReiserFS: sda4: checking transaction log (sda4)
[ 387.019058] ReiserFS: sda4: Using r5 hash to sort names
[ 387.050661] ReiserFS: sda5: found reiserfs format "3.6" with standard journal
[ 387.065195] ReiserFS: sda5: using ordered data mode
[ 387.100018] ReiserFS: sda5: journal params: device sda5, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 387.147932] ReiserFS: sda5: checking transaction log (sda5)
[ 387.218427] ReiserFS: sda5: Using r5 hash to sort names
[ 387.267791] ReiserFS: sda6: found reiserfs format "3.6" with standard journal
[ 387.272645] ReiserFS: sda6: using ordered data mode
[ 387.300899] ReiserFS: sda6: journal params: device sda6, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 387.349976] ReiserFS: sda6: checking transaction log (sda6)
[ 387.425418] ReiserFS: sda6: Using r5 hash to sort names
[ 387.510291] ReiserFS: sda7: found reiserfs format "3.6" with standard journal
[ 387.525526] ReiserFS: sda7: using ordered data mode
[ 387.556810] ReiserFS: sda7: journal params: device sda7, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 387.624835] ReiserFS: sda7: checking transaction log (sda7)
[ 387.706380] ReiserFS: sda7: Using r5 hash to sort names
[ 390.028756] IPv4 FIB: Using LC-trie version 0.408
[unhandled content-type:application/octet-stream]
\
 
 \ /
  Last update: 2008-07-29 01:17    [W:0.642 / U:0.436 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site