Re: [2.6.27-rc2-git4] Kernel panic on VIA Ester+VIA CX700

From: Bruno PrÃmont
Date: Mon Aug 11 2008 - 16:33:38 EST


On Mon, 11 August 2008 Suresh Siddha <suresh.b.siddha@xxxxxxxxx> wrote:
> On Sun, Aug 10, 2008 at 04:39:23PM -0700, H. Peter Anvin wrote:
> > Bruno PrÃmont wrote:
> > >
> > > Recompiling without viafb+squashfs patches makes the panic go
> > > away.
> > >
> > > So something from viafb or squashfs triggers the panic or prepare
> > > for something else to trigger it...
> > >
> >
> > Out of those, viafb by far seems most likely. Could you try
> > compiling with only one or the other?
>
> [ 5.010629] general protection fault: 0000 [#1]
> [ 5.021782] Modules linked in:
> [ 5.030227]
> [ 5.030227] Pid: 3, comm: ksoftirqd/0 Not tainted (2.6.27-rc2-git4_nocrypto #1)
> [ 5.030227] EIP: 0060:[<c01042f5>] EFLAGS: 00010046 CPU: 0
> [ 5.030227] EIP is at math_state_restore+0x25/0x60
> [ 5.030227] EAX: f781db3d EBX: f781d898 ECX: 00000000 EDX: 00000000
> [ 5.030227] ESI: f781d000 EDI: f782c20c EBP: f781d840 ESP: f781d838
> [ 5.030227] DS: 007b ES: 007b FS: 0000 GS: 0000 SS: 0068
> [ 5.030227] Process ksoftirqd/0 (pid: 3, ti=f781d000 task=f782c6a0 task.ti=f782a000)
> [ 5.030227] Stack: f782c000 f782c6a0 f781d890 c01038dd f782c000 00000000 f782c000 f782c6a0
> [ 5.030227] f782c20c f781d890 f7807e00 0000007b 0000007b 00000000 ffffffff c0101e8f
> [ 5.030227] 00000060 00010002 f782c8ac f782c000 c04d8180 c011fa50 f782afc0 c03cfa61
> [ 5.030227] Call Trace:
> [ 5.030227] [<c01038dd>] ? device_not_available+0x2d/0x32
> [ 5.030227] [<c0101e8f>] ? __switch_to+0x2f/0x130
>
> It got a GP fault, because in __switch_to() we were doing
> unlazy_fpu() and fxsave generated a DNA fault(which shouldn't happen
> unless we are hitting the via padlock instruction issue or something
> else) and the math_state_restore() found the task's math state
> pointer to be 0xf781db3d (EAX in the oops) and while doing fxrstor we
> got GP fault, as the fxrstor pointer(EAX) is not 16byte aligned.
>
> It is interesting to see the EAX value similar to stack pointer.
> Task's FP area gets dynamically allocated and as such EAX def looks
> wrong here. I also see the config is using 4K stacks. Some
> config(viafb/squashfs?) causing some thing wrong with the kernel
> stack? --
That's pretty possible...

I just recompiled (enabling some more stack debugging - which didn't help),
then I disabled 4k-stack and now system boots up...

Anything I forgot the enable to get stacktrace when stack is overflowing
instead of at a random time later on?
Also wondering that maximum stack usage is only printed for userspace apps
or kernel threads once init is running... is the stack usage not checked
earlier during boot process?

Changes to posted config:
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
CONFIG_DEBUG_STACKOVERFLOW=y
-# CONFIG_DEBUG_STACK_USAGE is not set
+CONFIG_DEBUG_STACK_USAGE=y
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_X86_PTDUMP is not set
CONFIG_DEBUG_RODATA=y
# CONFIG_DEBUG_RODATA_TEST is not set
# CONFIG_DEBUG_NX_TEST is not set
-CONFIG_4KSTACKS=y
+# CONFIG_4KSTACKS is not set
CONFIG_DOUBLEFAULT=y
# CONFIG_MMIOTRACE is not set
CONFIG_IO_DELAY_TYPE_0X80=0

Attached are bootlog with 4k stack and 8k stacks using above config diff
(with appropriate CONFIG_4KSTACKS)

Bruno
[ 0.000000] Linux version 2.6.27-rc2-git4 (bruno@venus) (gcc version 4.1.2 (Gentoo 4.1.2 p1.0.2)) #6 Mon Aug 11 21:11:03 CEST 2008
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000003bee0000 (usable)
[ 0.000000] BIOS-e820: 000000003bee0000 - 000000003bee3000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000003bee3000 - 000000003bef0000 (ACPI data)
[ 0.000000] BIOS-e820: 000000003bef0000 - 000000003bf00000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
[ 0.000000] last_pfn = 0x3bee0 max_arch_pfn = 0x100000
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] DMI 2.3 present.
[ 0.000000] ACPI: RSDP 000F7880, 0014 (r0 CX700 )
[ 0.000000] ACPI: RSDT 3BEE3040, 0030 (r1 CX700 AWRDACPI 42302E31 AWRD 0)
[ 0.000000] ACPI: FACP 3BEE30C0, 0074 (r1 CX700 AWRDACPI 42302E31 AWRD 0)
[ 0.000000] ACPI: DSDT 3BEE3180, 54DB (r1 CX700 AWRDACPI 1000 MSFT 3000000)
[ 0.000000] ACPI: FACS 3BEE0000, 0040
[ 0.000000] ACPI: MCFG 3BEE8780, 003C (r1 CX700 AWRDACPI 42302E31 AWRD 0)
[ 0.000000] ACPI: APIC 3BEE86C0, 005A (r1 CX700 AWRDACPI 42302E31 AWRD 0)
[ 0.000000] 62MB HIGHMEM available.
[ 0.000000] 896MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 38000000
[ 0.000000] low ram: 00000000 - 38000000
[ 0.000000] bootmap 00008000 - 0000f000
[ 0.000000] (6 early reservations) ==> bootmem [0000000000 - 0038000000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000100000 - 00005d2ca0] TEXT DATA BSS ==> [0000100000 - 00005d2ca0]
[ 0.000000] #2 [00005d3000 - 00005d6000] INIT_PG_TABLE ==> [00005d3000 - 00005d6000]
[ 0.000000] #3 [000009f800 - 0000100000] BIOS reserved ==> [000009f800 - 0000100000]
[ 0.000000] #4 [0000007000 - 0000008000] PGTABLE ==> [0000007000 - 0000008000]
[ 0.000000] #5 [0000008000 - 000000f000] BOOTMAP ==> [0000008000 - 000000f000]
[ 0.000000] found SMP MP-table at [c00f3790] 000f3790
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x00038000
[ 0.000000] HighMem 0x00038000 -> 0x0003bee0
[ 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 -> 0x0003bee0
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 3, 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 low level)
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] Allocating PCI resources starting at 40000000 (gap: 3bf00000:a4100000)
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 243457
[ 0.000000] Kernel command line: BOOT_IMAGE=2.6.27-rc2.4 ro root=803 loglevel=7 netconsole=20000@xxxxxxxxxxxx/eth0,20000@xxxxxxxxxxxxx/00:c0:9f:2d:03:9d
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] TSC calibrated against PM_TIMER
[ 0.000000] Detected 999.727 MHz processor.
[ 0.020000] Console: colour VGA+ 80x25
[ 0.020000] console [tty0] enabled
[ 0.020000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.020000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.020000] Memory: 967624k/981888k available (2933k kernel code, 13584k reserved, 1243k data, 256k init, 64384k highmem)
[ 0.020000] virtual kernel memory layout:
[ 0.020000] fixmap : 0xfffac000 - 0xfffff000 ( 332 kB)
[ 0.020000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.020000] vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB)
[ 0.020000] lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
[ 0.020000] .init : 0xc0516000 - 0xc0556000 ( 256 kB)
[ 0.020000] .data : 0xc03dd449 - 0xc051443c (1243 kB)
[ 0.020000] .text : 0xc0100000 - 0xc03dd449 (2933 kB)
[ 0.020000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.020000] SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.020194] Calibrating delay loop (skipped), value calculated using timer frequency.. 1999.45 BogoMIPS (lpj=9997270)
[ 0.020421] Mount-cache hash table entries: 512
[ 0.020820] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 0.020919] CPU: L2 Cache: 128K (64 bytes/line)
[ 0.021025] CPU: Centaur VIA Esther processor 1000MHz stepping 09
[ 0.021248] Checking 'hlt' instruction... OK.
[ 0.060829] Freeing SMP alternatives: 0k freed
[ 0.060921] ACPI: Core revision 20080609
[ 0.090000] ENABLING IO-APIC IRQs
[ 0.090000] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.190000] khelper used greatest stack depth: 3452 bytes left
[ 0.190000] net_namespace: 804 bytes
[ 0.190000] Time: 19:16:03 Date: 08/11/08
[ 0.190000] NET: Registered protocol family 16
[ 0.190000] No dock devices found.
[ 0.190000] ACPI: bus type pci registered
[ 0.190000] PCI: MCFG configuration 0: base e0000000 segment 0 buses 128 - 255
[ 0.190000] PCI: MCFG area at e0000000 reserved in E820
[ 0.190000] PCI: Using MMCONFIG for extended config space
[ 0.190000] PCI: Using configuration type 1 for base access
[ 0.190000] khelper used greatest stack depth: 3404 bytes left
[ 0.190000] khelper used greatest stack depth: 3216 bytes left
[ 0.207307] ACPI: Interpreter enabled
[ 0.207405] ACPI: (supports S0 S3 S5)
[ 0.207629] ACPI: Using IOAPIC for interrupt routing
[ 0.224766] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.225465] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.225561] pci 0000:00:10.0: PME# disabled
[ 0.225718] pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.225812] pci 0000:00:10.1: PME# disabled
[ 0.225969] pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.226063] pci 0000:00:10.2: PME# disabled
[ 0.226228] pci 0000:00:10.4: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.226322] pci 0000:00:10.4: PME# disabled
[ 0.226498] pci 0000:00:11.7: Disabling VIA CX700 PCI parking
[ 0.226591] pci 0000:00:11.7: Disabling VIA CX700 PCI caching
[ 0.226996] pci 0000:02:08.0: PME# supported from D1 D2 D3hot D3cold
[ 0.227089] pci 0000:02:08.0: PME# disabled
[ 0.227205] pci 0000:00:13.1: transparent bridge
[ 0.330627] ACPI: PCI Root Bridge [PCI1] (0000:80)
[ 0.330907] pci 0000:80:01.0: PME# supported from D0 D3hot D3cold
[ 0.331002] pci 0000:80:01.0: PME# disabled
[ 0.332708] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[ 0.333795] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12)
[ 0.334711] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[ 0.335741] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[ 0.336760] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[ 0.337759] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[ 0.338788] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[ 0.339781] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[ 0.340706] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 0.340866] pnp: PnP ACPI init
[ 0.340969] ACPI: bus type pnp registered
[ 0.352694] pnp: PnP ACPI: found 14 devices
[ 0.352789] ACPI: ACPI bus type pnp unregistered
[ 0.353434] SCSI subsystem initialized
[ 0.353826] usbcore: registered new interface driver usbfs
[ 0.354005] usbcore: registered new interface driver hub
[ 0.354188] usbcore: registered new device driver usb
[ 0.354865] PCI: Using ACPI for IRQ routing
[ 0.355764] ACPI: RTC can wake from S4
[ 0.355907] system 00:01: ioport range 0x400-0x47f has been reserved
[ 0.356002] system 00:01: ioport range 0x500-0x50f has been reserved
[ 0.356108] system 00:02: ioport range 0x4d0-0x4d1 has been reserved
[ 0.356203] system 00:02: ioport range 0x294-0x297 has been reserved
[ 0.356318] system 00:0a: iomem range 0xf0000000-0xf0000fff has been reserved
[ 0.356424] system 00:0b: iomem range 0xe0000000-0xefffffff could not be reserved
[ 0.356566] system 00:0d: iomem range 0xf0000-0xfffff could not be reserved
[ 0.356663] system 00:0d: iomem range 0x3bee0000-0x3befffff could not be reserved
[ 0.356794] system 00:0d: iomem range 0xffff0000-0xffffffff could not be reserved
[ 0.356925] system 00:0d: iomem range 0x0-0x9ffff could not be reserved
[ 0.357020] system 00:0d: iomem range 0x100000-0x3bedffff could not be reserved
[ 0.357151] system 00:0d: iomem range 0xfec00000-0xfec00fff could not be reserved
[ 0.358010] system 00:0d: iomem range 0xfee00000-0xfee00fff could not be reserved
[ 0.358138] system 00:0d: iomem range 0xfff80000-0xfffeffff has been reserved
[ 0.389127] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 0.389226] pci 0000:00:01.0: IO window: 0xe000-0xefff
[ 0.389320] pci 0000:00:01.0: MEM window: 0xdd000000-0xdeffffff
[ 0.389415] pci 0000:00:01.0: PREFETCH window: 0x000000a0000000-0x000000bfffffff
[ 0.389549] pci 0000:00:13.1: PCI bridge, secondary bus 0000:02
[ 0.389641] pci 0000:00:13.1: IO window: 0xd000-0xdfff
[ 0.389734] pci 0000:00:13.1: MEM window: 0xdfe00000-0xdfefffff
[ 0.389828] pci 0000:00:13.1: PREFETCH window: 0x000000dfd00000-0x000000dfdfffff
[ 0.390022] NET: Registered protocol family 2
[ 0.390415] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.391317] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.393819] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.394665] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.394762] TCP reno registered
[ 0.395020] NET: Registered protocol family 1
[ 0.395446] eps: Detected VIA Model A Eden
[ 0.395613] eps: Current voltage = 844mV
[ 0.395698] eps: Current multiplier = 10
[ 0.395783] eps: Highest voltage = 844mV
[ 0.395867] eps: Highest multiplier = 10
[ 0.395952] eps: Lowest voltage = 844mV
[ 0.396036] eps: Lowest multiplier = 4
[ 0.397382] highmem bounce pool size: 64 pages
[ 0.398011] khelper used greatest stack depth: 3208 bytes left
[ 0.403536] SGI XFS with ACLs, security attributes, no debug enabled
[ 0.405385] msgmni has been set to 1764
[ 0.405843] io scheduler noop registered
[ 0.405930] io scheduler deadline registered (default)
[ 0.406045] PCI: VIA PCI bridge detected.Disabling DAC.
[ 0.406685] VIA Graphics Intergration Chipset framebuffer 2.4 initializing
[ 0.473686] Console: switching to colour frame buffer device 80x30
[ 0.480611] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.480886] ACPI: Power Button (FF) [PWRF]
[ 0.481194] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 0.482672] ACPI: Power Button (CM) [PWRB]
[ 0.484279] input: Sleep Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[ 0.487772] ACPI: Sleep Button (CM) [SLPB]
[ 0.489950] fan PNP0C0B:00: registered as cooling_device0
[ 0.492092] ACPI: Fan [FAN] (on)
[ 0.494634] processor ACPI0007:00: registered as cooling_device1
[ 0.499166] thermal LNXTHERM:01: registered as thermal_zone0
[ 0.503809] ACPI: Thermal Zone [THRM] (46 C)
[ 0.506594] isapnp: Scanning for PnP cards...
[ 0.866030] isapnp: No Plug & Play device found
[ 0.875250] VIA RNG detected
[ 0.878318] Serial: 8250/16550 driver2 ports, IRQ sharing disabled
[ 0.881676] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.885188] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 0.889063] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.894475] loop: module loaded
[ 0.898214] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 0.902010] r8169 0000:02:08.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.906547] eth0: RTL8110s at 0xf8810000, 00:03:1d:05:00:30, XID 04000000 IRQ 17
[ 0.917087] netconsole: local port 20000
[ 0.920827] netconsole: local IP 192.168.0.50
[ 0.924371] netconsole: interface eth0
[ 0.927751] netconsole: remote port 20000
[ 0.931103] netconsole: remote IP 192.168.0.131
[ 0.934324] netconsole: remote ethernet address 00:c0:9f:2d:03:9d
[ 0.937489] netconsole: device eth0 not up yet, forcing it
[ 0.940933] r8169: eth0: link down
[ 2.953340] r8169: eth0: link up
[ 2.957079] console [netcon0] enabled
[ 3.798454] netconsole: network logging started
[ 3.801468] Driver 'sd' needs updating - please use bus_type methods
[ 3.804715] Marking TSC unstable due to cpufreq changes
[ 3.808620] scsi0 : pata_via
[ 3.810895] scsi1 : pata_via
[ 3.817211] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
[ 3.819274] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
[ 4.016240] ata1.00: ATA-8: FUJITSU MHY2250BH, 0000000B, max UDMA/100
[ 4.020365] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 4.065244] ata1.00: configured for UDMA/100
[ 4.236759] scsi 0:0:0:0: Direct-Access ATA FUJITSU MHY2250B 0000 PQ: 0 ANSI: 5
[ 4.247766] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 4.252110] general protection fault: 0000 [#1]
[ 4.256253] Modules linked in:
[ 4.260309]
[ 4.264304] Pid: 3, comm: ksoftirqd/0 Not tainted (2.6.27-rc2-git4 #6)
[ 4.268643] EIP: 0060:[<c01042f5>] EFLAGS: 00010046 CPU: 0
[ 4.272059] EIP is at math_state_restore+0x25/0x60
[ 4.272059] EAX: f781db3d EBX: f781d898 ECX: 00000000 EDX: 00000000
[ 4.272059] ESI: f781d000 EDI: f782c20c EBP: f781d840 ESP: f781d838
[ 4.272059] DS: 007b ES: 007b FS: 0000 GS: 0000 SS: 0068
[ 4.272059] Process ksoftirqd/0 (pid: 3, ti=f781d000 task=f782c6a0 task.ti=f782a000)
[ 4.272059] Stack: f782c000 f782c6a0 f781d890 c01038dd f782c000 00000000 f782c000 f782c6a0
[ 4.272059] f782c20c f781d890 f7807e00 0000007b 0000007b 00000000 ffffffff c0101e8f
[ 4.272059] 00000060 00010002 f782c8ac f782c000 c04e5180 c01211d0 f782afc0 c03db271
[ 4.272059] Call Trace:
[ 4.272059] [<c01038dd>] ? device_not_available+0x2d/0x32
[ 4.272059] [<c0101e8f>] ? __switch_to+0x2f/0x130
[ 4.272059] [<c01211d0>] ? ksoftirqd+0x0/0xb0
[ 4.272059] [<c03db271>] ? schedule+0x151/0x290
[ 4.272059] [<c03db6b5>] ? schedule_timeout+0x75/0xc0
[ 4.272059] [<c023dda0>] ? elv_next_request+0x20/0x1a0
[ 4.272059] [<c02be1ef>] ? put_device+0xf/0x20
[ 4.272059] [<c02d3587>] ? scsi_request_fn+0x1b7/0x2a0
[ 4.272059] [<c03db47d>] ? wait_for_common+0x8d/0x110
[ 4.272059] [<c011a890>] ? default_wake_function+0x0/0x10
[ 4.272059] [<c03db592>] ? wait_for_completion+0x12/0x20
[ 4.272059] [<c02422dc>] ? blk_execute_rq+0x5c/0xa0
[ 4.272059] [<c02421d0>] ? blk_end_sync_rq+0x0/0x30
[ 4.272059] [<c01055ce>] ? do_IRQ+0x9e/0x100
[ 4.272059] [<c0103803>] ? common_interrupt+0x23/0x28
[ 4.272059] [<c023f0fa>] ? blk_rq_bio_prep+0x9a/0xb0
[ 4.272059] [<c02d20ec>] ? scsi_execute+0xcc/0x120
[ 4.272059] [<c02d21aa>] ? scsi_execute_req+0x6a/0xd0
[ 4.272059] [<c02d2947>] ? scsi_mode_sense+0xe7/0x280
[ 4.272059] [<c02d78de>] ? sd_read_write_protect_flag+0x16e/0x440
[ 4.272059] [<c02d7f6b>] ? sd_revalidate_disk+0x3bb/0x14c0
[ 4.272059] [<c02d4b02>] ? __scsi_add_device+0xd2/0xe0
[ 4.272059] [<c02e2c89>] ? ata_scsi_scan_host+0xb9/0x1a0
[ 4.272059] [<c02e0d72>] ? ata_host_register+0x212/0x270
[ 4.272059] [<c02e8348>] ? ata_pci_sff_activate_host+0x98/0x210
[ 4.272059] [<c02ea990>] ? ata_sff_interrupt+0x0/0x1c0
[ 4.272059] [<c02e896b>] ? ata_pci_sff_init_one+0xdb/0xf0
[ 4.272059] [<c02ef805>] ? via_init_one+0x145/0x220
[ 4.272059] [<c02ef6c0>] ? via_init_one+0x0/0x220
[ 4.272059] [<c025655e>] ? pci_device_probe+0x5e/0x80
[ 4.272059] [<c02c10a3>] ? driver_probe_device+0x83/0x180
[ 4.272059] [<c03d3661>] ? klist_next+0x51/0x90
[ 4.272059] [<c02c120f>] ? __driver_attach+0x6f/0x80
[ 4.272059] [<c02c09d3>] ? bus_for_each_dev+0x43/0x70
[ 4.272059] [<c02561e0>] ? pci_device_remove+0x0/0x40
[ 4.272059] [<c02c0f29>] ? driver_attach+0x19/0x20
[ 4.272059] [<c02c11a0>] ? __driver_attach+0x0/0x80
[ 4.272059] [<c02c03ed>] ? bus_add_driver+0x1bd/0x230
[ 4.272059] [<c02561e0>] ? pci_device_remove+0x0/0x40
[ 4.272059] [<c02c139f>] ? driver_register+0x4f/0x130
[ 4.272059] [<c019cbdc>] ? sysfs_create_file+0x2c/0x40
[ 4.272059] [<c02563f3>] ? __pci_register_driver+0x43/0x90
[ 4.272059] [<c0531b24>] ? via_init+0x14/0x20
[ 4.272059] [<c0516a2f>] ? do_one_initcall+0x2f/0x160
[ 4.272059] [<c0195e10>] ? proc_register+0x30/0x150
[ 4.272059] [<c0531b10>] ? via_init+0x0/0x20
[ 4.272059] [<c0196000>] ? create_proc_entry+0x30/0xa0
[ 4.272059] [<c0140ebe>] ? register_irq_proc+0x9e/0xb0
[ 4.272059] [<c0516bea>] ? kernel_init+0x8a/0xe0
[ 4.272059] [<c0516b60>] ? kernel_init+0x0/0xe0
[ 4.272059] [<c0103973>] ? kernel_thread_helper+0x7/0x14
[ 4.272059] =======================
[ 4.272059] Code: bc 27 00 00 00 00 55 89 e5 83 ec 08 89 74 24 04 89 e6 89 1c 24 81 e6 00 f0 ff ff 8b 1e f6 43 0d 20 74 23 0f 06 8b 83 60 02 00 00 <0f> ae 08 83 4e 0c 01 fe 83 94 00 00 00 8b 1c 24 8b 74 24 04 89
[ 4.272059] EIP: [<c01042f5>] math_state_restore+0x25/0x60 SS:ESP 0068:f781d838
[ 4.272059] ---[ end trace f56676a28ba77ce2 ]---
[ 4.628218] Clocksource tsc unstable (delta = -451867741 ns)
[ 4.632327] ------------[ cut here ]------------
[ 4.636348] kernel BUG at /usr/src/linux-2.6.27-rc2-git4/kernel/exit.c:1132!
[ 4.640611] invalid opcode: 0000 [#2]
[ 4.644871] Modules linked in:
[ 4.649091]
[ 4.653197] Pid: 1, comm: swapper Tainted: G D (2.6.27-rc2-git4 #6)
[ 4.653197] EIP: 0060:[<c011f13c>] EFLAGS: 00010292 CPU: 0
[ 4.653197] EIP is at do_exit+0x56c/0x790
[ 4.653197] EAX: f781d000 EBX: 00000000 ECX: f782c8ac EDX: c04e5180
[ 4.653197] ESI: f781d688 EDI: f782c6a0 EBP: f781d794 ESP: f781d754
[ 4.653197] DS: 007b ES: 007b FS: 0000 GS: 0000 SS: 0068
[ 4.653197] Process swapper (pid: 1, ti=f781d000 task=f782c000 task.ti=f781d000)
[ 4.653197] Stack: 00000006 00000006 f781d800 0000000b f781d780 f782c790 f782c77c f782c000
[ 4.653197] 00000001 f781d78c c011cf0a f781d780 f781d780 00000006 f781d800 0000000b
[ 4.653197] f781d7ac c0103b65 00000001 f781d800 00000000 c048822b f781d7c8 c0104840
[ 4.653197] Call Trace:
[ 4.653197] [<c011cf0a>] ? print_oops_end_marker+0x2a/0x30
[ 4.653197] [<c0103b65>] ? oops_end+0x85/0x90
[ 4.653197] [<c0104840>] ? die+0x50/0x70
[ 4.653197] [<c010499f>] ? do_general_protection+0x13f/0x1f0
[ 4.653197] [<c0104860>] ? do_general_protection+0x0/0x1f0
[ 4.653197] [<c03dc73a>] ? error_code+0x6a/0x70
[ 4.653197] [<c01042f5>] ? math_state_restore+0x25/0x60
[ 4.653197] [<c01038dd>] ? device_not_available+0x2d/0x32
[ 4.653197] [<c0101e8f>] ? __switch_to+0x2f/0x130
[ 4.653197] [<c01211d0>] ? ksoftirqd+0x0/0xb0
[ 4.653197] [<c03db271>] ? schedule+0x151/0x290
[ 4.653197] [<c03db6b5>] ? schedule_timeout+0x75/0xc0
[ 4.653197] [<c023dda0>] ? elv_next_request+0x20/0x1a0
[ 4.653197] [<c02be1ef>] ? put_device+0xf/0x20
[ 4.653197] [<c02d3587>] ? scsi_request_fn+0x1b7/0x2a0
[ 4.653197] [<c03db47d>] ? wait_for_common+0x8d/0x110
[ 4.653197] [<c011a890>] ? default_wake_function+0x0/0x10
[ 4.653197] [<c03db592>] ? wait_for_completion+0x12/0x20
[ 4.653197] [<c02422dc>] ? blk_execute_rq+0x5c/0xa0
[ 4.653197] [<c02421d0>] ? blk_end_sync_rq+0x0/0x30
[ 4.653197] [<c01055ce>] ? do_IRQ+0x9e/0x100
[ 4.653197] [<c0103803>] ? common_interrupt+0x23/0x28
[ 4.653197] [<c023f0fa>] ? blk_rq_bio_prep+0x9a/0xb0
[ 4.653197] [<c02d20ec>] ? scsi_execute+0xcc/0x120
[ 4.653197] [<c02d21aa>] ? scsi_execute_req+0x6a/0xd0
[ 4.653197] [<c02d2947>] ? scsi_mode_sense+0xe7/0x280
[ 4.653197] [<c02d78de>] ? sd_read_write_protect_flag+0x16e/0x440
[ 4.653197] [<c02d7f6b>] ? sd_revalidate_disk+0x3bb/0x14c0
[ 4.653197] [<c02d4b02>] ? __scsi_add_device+0xd2/0xe0
[ 4.653197] [<c02e2c89>] ? ata_scsi_scan_host+0xb9/0x1a0
[ 4.653197] [<c02e0d72>] ? ata_host_register+0x212/0x270
[ 4.653197] [<c02e8348>] ? ata_pci_sff_activate_host+0x98/0x210
[ 4.653197] [<c02ea990>] ? ata_sff_interrupt+0x0/0x1c0
[ 4.653197] [<c02e896b>] ? ata_pci_sff_init_one+0xdb/0xf0
[ 4.653197] [<c02ef805>] ? via_init_one+0x145/0x220
[ 4.653197] [<c02ef6c0>] ? via_init_one+0x0/0x220
[ 4.653197] [<c025655e>] ? pci_device_probe+0x5e/0x80
[ 4.653197] [<c02c10a3>] ? driver_probe_device+0x83/0x180
[ 4.653197] [<c03d3661>] ? klist_next+0x51/0x90
[ 4.653197] [<c02c120f>] ? __driver_attach+0x6f/0x80
[ 4.653197] [<c02c09d3>] ? bus_for_each_dev+0x43/0x70
[ 4.653197] [<c02561e0>] ? pci_device_remove+0x0/0x40
[ 4.653197] [<c02c0f29>] ? driver_attach+0x19/0x20
[ 4.653197] [<c02c11a0>] ? __driver_attach+0x0/0x80
[ 4.653197] [<c02c03ed>] ? bus_add_driver+0x1bd/0x230
[ 4.653197] [<c02561e0>] ? pci_device_remove+0x0/0x40
[ 4.653197] [<c02c139f>] ? driver_register+0x4f/0x130
[ 4.653197] [<c019cbdc>] ? sysfs_create_file+0x2c/0x40
[ 4.653197] [<c02563f3>] ? __pci_register_driver+0x43/0x90
[ 4.653197] [<c0531b24>] ? via_init+0x14/0x20
[ 4.653197] [<c0516a2f>] ? do_one_initcall+0x2f/0x160
[ 4.653197] [<c0195e10>] ? proc_register+0x30/0x150
[ 4.653197] [<c0531b10>] ? via_init+0x0/0x20
[ 4.653197] [<c0196000>] ? create_proc_entry+0x30/0xa0
[ 4.653197] [<c0140ebe>] ? register_irq_proc+0x9e/0xb0
[ 4.653197] [<c0516bea>] ? kernel_init+0x8a/0xe0
[ 4.653197] [<c0516b60>] ? kernel_init+0x0/0xe0
[ 4.653197] [<c0103973>] ? kernel_thread_helper+0x7/0x14
[ 4.653197] =======================
[ 4.653197] Code: 18 03 00 00 83 4f 0c 08 85 c0 74 05 e8 be 2b 12 00 8b 87 40 03 00 00 85 c0 74 05 e8 cf 9c 04 00 c7 07 40 00 00 00 e8 e4 bf 2b 00 <0f> 0b eb fe b8 20 00 00 00 eb 89 8b 97 bc 00 00 00 83 fa ff 0f
[ 4.653197] EIP: [<c011f13c>] do_exit+0x56c/0x790 SS:ESP 0068:f781d754
[ 5.038250] ---[ end trace f56676a28ba77ce2 ]---
[ 5.041977] Kernel panic - not syncing: Attempted to kill init!
[ 0.000000] Linux version 2.6.27-rc2-git4 (bruno@venus) (gcc version 4.1.2 (Gentoo 4.1.2 p1.0.2)) #7 Mon Aug 11 21:49:33 CEST 2008
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000003bee0000 (usable)
[ 0.000000] BIOS-e820: 000000003bee0000 - 000000003bee3000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000003bee3000 - 000000003bef0000 (ACPI data)
[ 0.000000] BIOS-e820: 000000003bef0000 - 000000003bf00000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
[ 0.000000] last_pfn = 0x3bee0 max_arch_pfn = 0x100000
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] DMI 2.3 present.
[ 0.000000] ACPI: RSDP 000F7880, 0014 (r0 CX700 )
[ 0.000000] ACPI: RSDT 3BEE3040, 0030 (r1 CX700 AWRDACPI 42302E31 AWRD 0)
[ 0.000000] ACPI: FACP 3BEE30C0, 0074 (r1 CX700 AWRDACPI 42302E31 AWRD 0)
[ 0.000000] ACPI: DSDT 3BEE3180, 54DB (r1 CX700 AWRDACPI 1000 MSFT 3000000)
[ 0.000000] ACPI: FACS 3BEE0000, 0040
[ 0.000000] ACPI: MCFG 3BEE8780, 003C (r1 CX700 AWRDACPI 42302E31 AWRD 0)
[ 0.000000] ACPI: APIC 3BEE86C0, 005A (r1 CX700 AWRDACPI 42302E31 AWRD 0)
[ 0.000000] 62MB HIGHMEM available.
[ 0.000000] 896MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 38000000
[ 0.000000] low ram: 00000000 - 38000000
[ 0.000000] bootmap 00008000 - 0000f000
[ 0.000000] (6 early reservations) ==> bootmem [0000000000 - 0038000000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000100000 - 00005d2ca0] TEXT DATA BSS ==> [0000100000 - 00005d2ca0]
[ 0.000000] #2 [00005d3000 - 00005d6000] INIT_PG_TABLE ==> [00005d3000 - 00005d6000]
[ 0.000000] #3 [000009f800 - 0000100000] BIOS reserved ==> [000009f800 - 0000100000]
[ 0.000000] #4 [0000007000 - 0000008000] PGTABLE ==> [0000007000 - 0000008000]
[ 0.000000] #5 [0000008000 - 000000f000] BOOTMAP ==> [0000008000 - 000000f000]
[ 0.000000] found SMP MP-table at [c00f3790] 000f3790
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x00038000
[ 0.000000] HighMem 0x00038000 -> 0x0003bee0
[ 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 -> 0x0003bee0
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 3, 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 low level)
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] Allocating PCI resources starting at 40000000 (gap: 3bf00000:a4100000)
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 243457
[ 0.000000] Kernel command line: BOOT_IMAGE=2.6.27-rc2.4 ro root=803 loglevel=7 netconsole=20000@xxxxxxxxxxxx/eth0,20000@xxxxxxxxxxxxx/00:c0:9f:2d:03:9d
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] TSC calibrated against PM_TIMER
[ 0.000000] Detected 999.732 MHz processor.
[ 0.020000] Console: colour VGA+ 80x25
[ 0.020000] console [tty0] enabled
[ 0.020000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.020000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.020000] Memory: 967624k/981888k available (2932k kernel code, 13584k reserved, 1244k data, 256k init, 64384k highmem)
[ 0.020000] virtual kernel memory layout:
[ 0.020000] fixmap : 0xfffac000 - 0xfffff000 ( 332 kB)
[ 0.020000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.020000] vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB)
[ 0.020000] lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
[ 0.020000] .init : 0xc0518000 - 0xc0558000 ( 256 kB)
[ 0.020000] .data : 0xc03dd339 - 0xc05143fc (1244 kB)
[ 0.020000] .text : 0xc0100000 - 0xc03dd339 (2932 kB)
[ 0.020000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.020000] SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.020193] Calibrating delay loop (skipped), value calculated using timer frequency.. 1999.46 BogoMIPS (lpj=9997320)
[ 0.020419] Mount-cache hash table entries: 512
[ 0.020820] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 0.020921] CPU: L2 Cache: 128K (64 bytes/line)
[ 0.021027] CPU: Centaur VIA Esther processor 1000MHz stepping 09
[ 0.021250] Checking 'hlt' instruction... OK.
[ 0.060829] Freeing SMP alternatives: 0k freed
[ 0.060921] ACPI: Core revision 20080609
[ 0.090000] ENABLING IO-APIC IRQs
[ 0.090000] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.190000] khelper used greatest stack depth: 7548 bytes left
[ 0.190000] net_namespace: 804 bytes
[ 0.190000] Time: 19:51:38 Date: 08/11/08
[ 0.190000] NET: Registered protocol family 16
[ 0.190000] No dock devices found.
[ 0.190000] ACPI: bus type pci registered
[ 0.190000] PCI: MCFG configuration 0: base e0000000 segment 0 buses 128 - 255
[ 0.190000] PCI: MCFG area at e0000000 reserved in E820
[ 0.190000] PCI: Using MMCONFIG for extended config space
[ 0.190000] PCI: Using configuration type 1 for base access
[ 0.190000] khelper used greatest stack depth: 7500 bytes left
[ 0.190000] khelper used greatest stack depth: 7312 bytes left
[ 0.207305] ACPI: Interpreter enabled
[ 0.207401] ACPI: (supports S0 S3 S5)
[ 0.207625] ACPI: Using IOAPIC for interrupt routing
[ 0.225140] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.225848] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.225944] pci 0000:00:10.0: PME# disabled
[ 0.226100] pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.226194] pci 0000:00:10.1: PME# disabled
[ 0.226350] pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.226445] pci 0000:00:10.2: PME# disabled
[ 0.226610] pci 0000:00:10.4: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.226704] pci 0000:00:10.4: PME# disabled
[ 0.226877] pci 0000:00:11.7: Disabling VIA CX700 PCI parking
[ 0.226970] pci 0000:00:11.7: Disabling VIA CX700 PCI caching
[ 0.227459] pci 0000:02:08.0: PME# supported from D1 D2 D3hot D3cold
[ 0.227553] pci 0000:02:08.0: PME# disabled
[ 0.227669] pci 0000:00:13.1: transparent bridge
[ 0.331082] ACPI: PCI Root Bridge [PCI1] (0000:80)
[ 0.331373] pci 0000:80:01.0: PME# supported from D0 D3hot D3cold
[ 0.331468] pci 0000:80:01.0: PME# disabled
[ 0.333216] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[ 0.334304] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12)
[ 0.335221] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[ 0.336252] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[ 0.337302] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[ 0.338301] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[ 0.339299] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[ 0.340296] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[ 0.341249] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 0.341418] pnp: PnP ACPI init
[ 0.341521] ACPI: bus type pnp registered
[ 0.353440] pnp: PnP ACPI: found 14 devices
[ 0.353536] ACPI: ACPI bus type pnp unregistered
[ 0.354238] SCSI subsystem initialized
[ 0.354683] usbcore: registered new interface driver usbfs
[ 0.354874] usbcore: registered new interface driver hub
[ 0.355076] usbcore: registered new device driver usb
[ 0.355868] PCI: Using ACPI for IRQ routing
[ 0.356801] ACPI: RTC can wake from S4
[ 0.356943] system 00:01: ioport range 0x400-0x47f has been reserved
[ 0.357038] system 00:01: ioport range 0x500-0x50f has been reserved
[ 0.357157] system 00:02: ioport range 0x4d0-0x4d1 has been reserved
[ 0.357251] system 00:02: ioport range 0x294-0x297 has been reserved
[ 0.357366] system 00:0a: iomem range 0xf0000000-0xf0000fff has been reserved
[ 0.357470] system 00:0b: iomem range 0xe0000000-0xefffffff could not be reserved
[ 0.357612] system 00:0d: iomem range 0xf0000-0xfffff could not be reserved
[ 0.357708] system 00:0d: iomem range 0x3bee0000-0x3befffff could not be reserved
[ 0.357837] system 00:0d: iomem range 0xffff0000-0xffffffff could not be reserved
[ 0.357966] system 00:0d: iomem range 0x0-0x9ffff could not be reserved
[ 0.358061] system 00:0d: iomem range 0x100000-0x3bedffff could not be reserved
[ 0.358190] system 00:0d: iomem range 0xfec00000-0xfec00fff could not be reserved
[ 0.359027] system 00:0d: iomem range 0xfee00000-0xfee00fff could not be reserved
[ 0.359157] system 00:0d: iomem range 0xfff80000-0xfffeffff has been reserved
[ 0.390450] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 0.390550] pci 0000:00:01.0: IO window: 0xe000-0xefff
[ 0.390645] pci 0000:00:01.0: MEM window: 0xdd000000-0xdeffffff
[ 0.390740] pci 0000:00:01.0: PREFETCH window: 0x000000a0000000-0x000000bfffffff
[ 0.390875] pci 0000:00:13.1: PCI bridge, secondary bus 0000:02
[ 0.390967] pci 0000:00:13.1: IO window: 0xd000-0xdfff
[ 0.391060] pci 0000:00:13.1: MEM window: 0xdfe00000-0xdfefffff
[ 0.391153] pci 0000:00:13.1: PREFETCH window: 0x000000dfd00000-0x000000dfdfffff
[ 0.391349] NET: Registered protocol family 2
[ 0.391749] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.392648] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.395149] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.395991] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.396088] TCP reno registered
[ 0.396345] NET: Registered protocol family 1
[ 0.396814] eps: Detected VIA Model A Eden
[ 0.396982] eps: Current voltage = 844mV
[ 0.397083] eps: Current multiplier = 10
[ 0.397167] eps: Highest voltage = 844mV
[ 0.397251] eps: Highest multiplier = 10
[ 0.397336] eps: Lowest voltage = 844mV
[ 0.397420] eps: Lowest multiplier = 4
[ 0.398963] highmem bounce pool size: 64 pages
[ 0.399611] khelper used greatest stack depth: 7304 bytes left
[ 0.405589] SGI XFS with ACLs, security attributes, no debug enabled
[ 0.407608] msgmni has been set to 1764
[ 0.408080] io scheduler noop registered
[ 0.408168] io scheduler deadline registered (default)
[ 0.408282] PCI: VIA PCI bridge detected.Disabling DAC.
[ 0.408965] VIA Graphics Intergration Chipset framebuffer 2.4 initializing
[ 0.475745] Console: switching to colour frame buffer device 80x30
[ 0.482696] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.482972] ACPI: Power Button (FF) [PWRF]
[ 0.483290] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 0.484769] ACPI: Power Button (CM) [PWRB]
[ 0.486388] input: Sleep Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[ 0.489891] ACPI: Sleep Button (CM) [SLPB]
[ 0.492091] fan PNP0C0B:00: registered as cooling_device0
[ 0.494233] ACPI: Fan [FAN] (on)
[ 0.496817] processor ACPI0007:00: registered as cooling_device1
[ 0.501411] thermal LNXTHERM:01: registered as thermal_zone0
[ 0.506056] ACPI: Thermal Zone [THRM] (48 C)
[ 0.508875] isapnp: Scanning for PnP cards...
[ 0.868314] isapnp: No Plug & Play device found
[ 0.878423] VIA RNG detected
[ 0.881486] Serial: 8250/16550 driver2 ports, IRQ sharing disabled
[ 0.884855] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.888397] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 0.892288] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.897963] loop: module loaded
[ 0.901665] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 0.905461] r8169 0000:02:08.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.910055] eth0: RTL8110s at 0xf8810000, 00:03:1d:05:00:30, XID 04000000 IRQ 17
[ 0.920588] netconsole: local port 20000
[ 0.924255] netconsole: local IP 192.168.0.50
[ 0.927869] netconsole: interface eth0
[ 0.931246] netconsole: remote port 20000
[ 0.934575] netconsole: remote IP 192.168.0.131
[ 0.937814] netconsole: remote ethernet address 00:c0:9f:2d:03:9d
[ 0.940977] netconsole: device eth0 not up yet, forcing it
[ 0.944429] r8169: eth0: link down
[ 2.718656] r8169: eth0: link up
[ 2.722394] console [netcon0] enabled
[ 3.564722] netconsole: network logging started
[ 3.574829] Driver 'sd' needs updating - please use bus_type methods
[ 3.578111] Marking TSC unstable due to cpufreq changes
[ 3.580356] scsi0 : pata_via
[ 3.582677] scsi1 : pata_via
[ 3.591568] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
[ 3.596874] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
[ 3.786266] ata1.00: ATA-8: FUJITSU MHY2250BH, 0000000B, max UDMA/100
[ 3.790400] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 3.835245] ata1.00: configured for UDMA/100
[ 3.875023] Clocksource tsc unstable (delta = -186208787 ns)
[ 4.006755] scsi 0:0:0:0: Direct-Access ATA FUJITSU MHY2250B 0000 PQ: 0 ANSI: 5
[ 4.017809] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 4.022102] sd 0:0:0:0: [sda] Write Protect is off
[ 4.028684] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.039750] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 4.049589] sd 0:0:0:0: [sda] Write Protect is off
[ 4.054412] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.064040] sda: sda1 sda2 sda3 sda4 sda5 sda6
[ 4.144253] sd 0:0:0:0: [sda] Attached SCSI disk
[ 4.149729] ehci_hcd 0000:00:10.4: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[ 4.155021] ehci_hcd 0000:00:10.4: EHCI Host Controller
[ 4.160481] ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 1
[ 4.170722] ehci_hcd 0000:00:10.4: debug port 1
[ 4.178498] ehci_hcd 0000:00:10.4: irq 23, io mem 0xdffff000
[ 4.195033] ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 4.208501] usb usb1: configuration #1 chosen from 1 choice
[ 4.218302] hub 1-0:1.0: USB hub found
[ 4.223611] hub 1-0:1.0: 6 ports detected
[ 4.445796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.451148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.465469] usb usb1: Product: EHCI Host Controller
[ 4.470546] usb usb1: Manufacturer: Linux 2.6.27-rc2-git4 ehci_hcd
[ 4.478248] usb usb1: SerialNumber: 0000:00:10.4
[ 4.483517] USB Universal Host Controller Interface driver v3.0
[ 4.491318] uhci_hcd 0000:00:10.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 4.501206] uhci_hcd 0000:00:10.0: UHCI Host Controller
[ 4.506412] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[ 4.517784] uhci_hcd 0000:00:10.0: irq 20, io base 0x0000fe00
[ 4.523429] usb usb2: configuration #1 chosen from 1 choice
[ 4.530280] hub 2-0:1.0: USB hub found
[ 4.540052] hub 2-0:1.0: 2 ports detected
[ 4.755626] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 4.760684] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.774222] usb usb2: Product: UHCI Host Controller
[ 4.784220] usb usb2: Manufacturer: Linux 2.6.27-rc2-git4 uhci_hcd
[ 4.790516] usb usb2: SerialNumber: 0000:00:10.0
[ 4.795509] uhci_hcd 0000:00:10.1: PCI INT B -> GSI 22 (level, low) -> IRQ 22
[ 4.800599] uhci_hcd 0000:00:10.1: UHCI Host Controller
[ 4.809705] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
[ 4.819745] uhci_hcd 0000:00:10.1: irq 22, io base 0x0000fd00
[ 4.829041] usb usb3: configuration #1 chosen from 1 choice
[ 4.834393] hub 3-0:1.0: USB hub found
[ 4.839438] hub 3-0:1.0: 2 ports detected
[ 4.888702] usb 2-1: new low speed USB device using uhci_hcd and address 2
[ 5.055623] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.060793] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.074596] usb usb3: Product: UHCI Host Controller
[ 5.084595] usb usb3: Manufacturer: Linux 2.6.27-rc2-git4 uhci_hcd
[ 5.090944] usb usb3: SerialNumber: 0000:00:10.1
[ 5.095917] uhci_hcd 0000:00:10.2: PCI INT C -> GSI 21 (level, low) -> IRQ 21
[ 5.101011] uhci_hcd 0000:00:10.2: UHCI Host Controller
[ 5.110073] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
[ 5.120151] uhci_hcd 0000:00:10.2: irq 21, io base 0x0000fc00
[ 5.129478] usb usb4: configuration #1 chosen from 1 choice
[ 5.134843] hub 4-0:1.0: USB hub found
[ 5.139906] hub 4-0:1.0: 2 ports detected
[ 5.158905] usb 2-1: configuration #1 chosen from 1 choice
[ 5.178906] usb 2-1: New USB device found, idVendor=108b, idProduct=0005
[ 5.188866] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.198856] usb 2-1: Product: HID Keyboard/Mouse PS/2 to USB Translator
[ 5.203898] usb 2-1: Manufacturer: C&C Technology Inc.
[ 5.365601] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.370612] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.384196] usb usb4: Product: UHCI Host Controller
[ 5.394195] usb usb4: Manufacturer: Linux 2.6.27-rc2-git4 uhci_hcd
[ 5.400557] usb usb4: SerialNumber: 0000:00:10.2
[ 5.406056] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 5.411130] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 5.423031] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 5.433211] mice: PS/2 mouse device common for all mice
[ 5.440956] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 5.446112] rtc0: alarms up to one year, y3k
[ 5.451399] i2c /dev entries driver
[ 5.635069] w83627hf: Found W83697HF chip at 0x290
[ 5.641106] WDT driver for the Winbond(TM) W83627HF/THF/HG Super I/O chip initialising.
[ 5.665027] w83627hf/thf/hg WDT: Watchdog already running. Resetting timeout to 60 sec
[ 5.675614] w83627hf/thf/hg WDT: initialized. timeout=60 sec (nowayout=0)
[ 5.681141] md: raid0 personality registered for level 0
[ 5.686602] md: raid1 personality registered for level 1
[ 5.691996] cpuidle: using governor ladder
[ 5.698706] cpuidle: using governor menu
[ 5.703776] padlock: Using VIA PadLock ACE for AES algorithm.
[ 5.708876] padlock: Using VIA PadLock ACE for SHA1/SHA256 algorithms.
[ 5.729959] input: C&C Technology Inc. HID Keyboard/Mouse PS/2 to USB Translator as /devices/pci0000:00/0000:00:10.0/usb2/2-1/2-1:1.0/input/input3
[ 5.743629] input: USB HID v1.11 Keyboard [C&C Technology Inc. HID Keyboard/Mouse PS/2 to USB Translator] on usb-0000:00:10.0-1
[ 5.792130] input: C&C Technology Inc. HID Keyboard/Mouse PS/2 to USB Translator as /devices/pci0000:00/0000:00:10.0/usb2/2-1/2-1:1.1/input/input4
[ 5.805809] input: USB HID v1.11 Mouse [C&C Technology Inc. HID Keyboard/Mouse PS/2 to USB Translator] on usb-0000:00:10.0-1
[ 5.820099] usbcore: registered new interface driver usbhid
[ 5.829929] usbhid: v2.6:USB HID core driver
[ 5.835914] nf_conntrack version 0.5.0 (15360 buckets, 61440 max)
[ 5.853531] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 5.859294] TCP cubic registered
[ 5.865138] NET: Registered protocol family 10
[ 5.879736] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 5.885570] NET: Registered protocol family 17
[ 5.890970] 802.1Q VLAN Support v1.8 Ben Greear <greearb@xxxxxxxxxxxxxxx>
[ 5.900447] All bugs added by David S. Miller <davem@xxxxxxxxxx>
[ 5.905883] Using IPI Shortcut mode
[ 5.912383] Magic number: 4:194:900
[ 5.920803] acpi PNP0501:00: hash matches
[ 5.928995] rtc_cmos 00:04: setting system clock to 2008-08-11 19:51:44 UTC (1218484304)
[ 5.940915] md: Autodetecting RAID arrays.
[ 5.949704] md: Scanned 0 and added 0 devices.
[ 5.955239] md: autorun ...
[ 5.961467] md: ... autorun DONE.
[ 6.018171] XFS mounting filesystem sda3
[ 6.115180] VFS: Mounted root (xfs filesystem) readonly.
[ 6.120994] Freeing unused kernel memory: 256k freed
[ 6.131302] Write protecting the kernel text: 2936k
[ 6.141175] Write protecting the kernel read-only data: 1052k
[ 6.175335] khelper used greatest stack depth: 6368 bytes left
[ 6.767983] cat used greatest stack depth: 6232 bytes left
[ 6.826053] setfont used greatest stack depth: 5128 bytes left