[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#591186: Acknowledgement (linux-image-2.6.32-5-686: Kernel panic with 2.6.32-5 and vlan tagging on interface without link ready



Hi again,

in my first report i mentioned that the problem only occurs with
vlan on the e1000 driven interface not with the e1000e interfaces.

This is *not* true.

I thought i could workaround the problem for me, if i configure the both
e1000 interfaces without vlan tagging and just use the 3 e1000e
interfaces for vlan tagging.

But this results in the same kernel panic like before, see the trace at
the end. The full trace at the end shows the boot process with serial
console attached.

If i remove just the vlan tagging config the machine boots normally.

I wonder if this bug could be related to this one
i found in vlan package: 587666

All my testings where without network connectivity on the vlan
interface, so i tried some different settings and i think this clarifies
a lot:

If i wait until the Interface is up, i can setup vlan tagging.
If i do not wait or the interface is not up the kernel panics.

Please se below how i tested it. It's 100% reproducible.

So i think this is a release critical bug for this kernel version.

Regards,
matthias

#####################################################################
# TRIAL 1
# Interface eth2 is plugged in.
# VLAN Tagging will be applied immediately in /etc/network/interfaces
#
# /etc/network/interfaces
#
auto eth2
iface eth2 inet manual
        up /sbin/ifconfig eth2 up || true

auto eth2.2
iface eth2.2 inet manual
        vlan-raw-device eth2
        up /sbin/ifconfig eth2.2 up
#
# Result: kernel panic
######################
# Kernel trace:
Setting kernel variables ...done.
[   31.944619] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   32.524385] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   32.906750] ADDRCONF(NETDEV_UP): eth2: link is not ready
[   33.068097] Virtual device eth2.2 asks to queue packet!
[   33.131111] BUG: unable to handle kernel paging request at 8002007d
[   33.175642] IP: [<f7df188f>] scsi_dispatch_cmd+0x8d/0x1e5 [scsi_mod]
[   33.218795] *pde = 00000000
[   33.218795] Oops: 0000 [#1] SMP
[   33.218795] last sysfs file: /sys/devices/virtual/net/eth2.2/uevent
[   33.361904] Modules linked in: hostap_pci hostap lib80211 natsemi
i915 snd_pcm snd_timer drm_kms_helper snd drm soundcore i2c_algo_bit
snd_page_alloc i2c_i801 tpm_tis tpm video tpm_bios pcspkr serio_raw
evdev i2c_core rng_core output button processor ext2 mbcache 8021q garp
stp usbhid hid sd_mod crc_t10dif ata_generic uhci_hcd fan aic7xxx
ata_piix ahci ehci_hcd thermal scsi_transport_spi e1000 libata scsi_mod
usbcore nls_base thermal_sys e1000e [last unloaded: scsi_wait_scan]
#####################################################################

#####################################################################
# TRIAL 2
#
# Interface eth2 is plugged in.
# VLAN Tagging will be applied after 10 seconds of sleep
# in /etc/network/interfaces
#
# /etc/network/interfaces
#
auto eth2
iface eth2 inet manual
        up /sbin/ifconfig eth2 up || true

auto eth2.2
iface eth2.2 inet manual
        vlan-raw-device eth2
        # Sleep 10 seconds to allow link become ready before
        pre-up /bin/sleep 10 || true
        up /sbin/ifconfig eth2.2 up
#
# Result: it works
######################
# Kernel trace:
Setting kernel variables ...done.
[   31.945488] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   32.500973] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   32.858882] ADDRCONF(NETDEV_UP): eth2: link is not ready
Configuring network interfaces...[   34.819353] e1000: eth0:
e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex, Flow Control:
RX/TX
[   34.933239] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   36.122142] e1000e: eth2 NIC Link is Up 1000 Mbps Full Duplex, Flow
Control: RX/TX
[   36.213916] ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
Set name-type for VLAN subsystem. Should be visible in /proc/net/vlan/config
Added VLAN with VID == 2 to IF -:eth2:-
done.
#####################################################################

#####################################################################
# TRIAL 3
#
# Interface eth2 is *not* plugged in.
# VLAN Tagging will be applied after 10 seconds of sleep
# in /etc/network/interfaces
#
# /etc/network/interfaces
#
auto eth2
iface eth2 inet manual
        up /sbin/ifconfig eth2 up || true

auto eth2.2
iface eth2.2 inet manual
        vlan-raw-device eth2
        # Sleep 10 seconds to allow link become ready before
        pre-up /bin/sleep 10 || true
        up /sbin/ifconfig eth2.2 up
#
# Result: kernel panic
######################
# Kernel trace:
Setting kernel variables ...done.
[   31.581146] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   32.180660] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   32.522816] ADDRCONF(NETDEV_UP): eth2: link is not ready
Configuring network interfaces...[   34.395339] e1000: eth0:
e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex, Flow Control:
RX/TX
[   34.509236] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Set name-type for VLAN subsystem. Should be visible in /proc/net[
42.828125] Virtual device eth2.2 asks to queue packet!
/vlan/config
Added VLAN with VID == 2 to IF -:eth2:-
[   42.949319] BUG: unable to handle kernel NULL pointer dereference at
00000004
[   43.001422] IP: [<c11d45b3>] __skb_recv_datagram+0xba/0x1ca
[   43.053844] *pde = 00000000
[   43.053844] Oops: 0002 [#1] SMP
[   43.053844] last sysfs file: /sys/devices/virtual/net/eth2.2/uevent
[   43.053844] Modules linked in: hostap_pci hostap lib80211 natsemi
snd_pcm i915 snd_timer drm_kms_helper snd drm soundcore i2c_algo_bit
snd_page_alloc video i2c_i801 tpm_tis tpm tpm_bios i2c_core pcspkr
serio_raw rng_core evdev button output processor ext2 mbcache 8021q garp
stp usbhid hid uhci_hcd ehci_hcd sd_mod crc_t10dif ata_generic ata_piix
ahci fan aic7xxx scsi_transport_spi e1000 thermal libata scsi_mod e1000e
usbcore nls_base thermal_sys [last unloaded: scsi_wait_scan]
#####################################################################





# BEGIN of full kernel trace
# (without connectivity on the Vlan Interface)

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32-5-686 (Debian 2.6.32-15)
(ben@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-1) ) #1 SMP Tue
Jun 1 04:59:47 UTC 2010
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[    0.000000]  BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007f6e0000 (usable)
[    0.000000]  BIOS-e820: 000000007f6e0000 - 000000007f6e3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f6e3000 - 000000007f6f0000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007f6f0000 - 000000007f700000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[    0.000000] DMI 2.2 present.
[    0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working
around it.
[    0.000000] last_pfn = 0x7f6e0 max_arch_pfn = 0x100000
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new
0x7010600070106
[    0.000000] init_memory_mapping: 0000000000000000-00000000373fe000
[    0.000000] RAMDISK: 37634000 - 37fefcf5
[    0.000000] Allocated new RAMDISK: 00100000 - 00abbcf5
[    0.000000] Move RAMDISK from 0000000037634000 - 0000000037fefcf4 to
00100000 - 00abbcf4
[    0.000000] ACPI: RSDP 000f91c0 00024 (v02 IntelR)
[    0.000000] ACPI: XSDT 7f6e3080 00044 (v01 IntelR AWRDACPI 42302E31
AWRD 00000000)
[    0.000000] ACPI: FACP 7f6e7900 000F4 (v03 IntelR AWRDACPI 42302E31
AWRD 00000000)
[    0.000000] ACPI: DSDT 7f6e3200 046E8 (v01 INTELR AWRDACPI 00001000
MSFT 03000000)
[    0.000000] ACPI: FACS 7f6e0000 00040
[    0.000000] ACPI: MCFG 7f6e7a80 0003C (v01 IntelR AWRDACPI 42302E31
AWRD 00000000)
[    0.000000] ACPI: APIC 7f6e7a00 00068 (v01 IntelR AWRDACPI 42302E31
AWRD 00000000)
[    0.000000] ACPI: SSDT 7f6e8120 00482 (v01  PmRef    CpuPm 00003000
INTL 20050930)
[    0.000000] 1154MB HIGHMEM available.
[    0.000000] 883MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 373fe000
[    0.000000]   low ram: 0 - 373fe000
[    0.000000]   node 0 low ram: 00000000 - 373fe000
[    0.000000]   node 0 bootmap 00012000 - 00018e80
[    0.000000] (9 early reservations) ==> bootmem [0000000000 - 00373fe000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==>
[0000000000 - 0000001000]
[    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==>
[0000001000 - 0000002000]
[    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==>
[0000006000 - 0000007000]
[    0.000000]   #3 [0001000000 - 00014c3154]    TEXT DATA BSS ==>
[0001000000 - 00014c3154]
[    0.000000]   #4 [000009f000 - 0000100000]    BIOS reserved ==>
[000009f000 - 0000100000]
[    0.000000]   #5 [00014c4000 - 00014ca096]              BRK ==>
[00014c4000 - 00014ca096]
[    0.000000]   #6 [0000010000 - 0000012000]          PGTABLE ==>
[0000010000 - 0000012000]
[    0.000000]   #7 [0000100000 - 0000abbcf5]      NEW RAMDISK ==>
[0000100000 - 0000abbcf5]
[    0.000000]   #8 [0000012000 - 0000019000]          BOOTMAP ==>
[0000012000 - 0000019000]
[    0.000000] found SMP MP-table at [c00f4ed0] f4ed0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000373fe
[    0.000000]   HighMem  0x000373fe -> 0x0007f6e0
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0007f6e0
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, 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] 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 -
00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 -
0000000000100000
[    0.000000] Allocating PCI resources starting at 7f700000 (gap:
7f700000:60900000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu @c2800000 s34136 r0 d23208
u2097152
[    0.000000] pcpu-alloc: s34136 r0 d23208 u2097152 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.
Total pages: 517761
[    0.000000] Kernel command line: root=LABEL=ROOT_FS console=ttyS0
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288
bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144
bytes)
[    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] Initializing HighMem for node 0 (000373fe:0007f6e0)
[    0.000000] Memory: 2054212k/2087808k available (2490k kernel code,
32172k reserved, 1318k data, 372k init, 1182600k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xffd56000 - 0xfffff000   (2724 kB)
[    0.000000]     pkmap   : 0xff400000 - 0xff800000   (4096 kB)
[    0.000000]     vmalloc : 0xf7bfe000 - 0xff3fe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf73fe000   ( 883 MB)
[    0.000000]       .init : 0xc13b9000 - 0xc1416000   ( 372 kB)
[    0.000000]       .data : 0xc126e965 - 0xc13b81e0   (1318 kB)
[    0.000000]       .text : 0xc1000000 - 0xc126e965   (2490 kB)
[    0.000000] Checking if this processor honours the WP bit even in
supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0,
CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:1280
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [ttyS0] enabled
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1595.831 MHz processor.
[    0.012012] Calibrating delay loop (skipped), value calculated using
timer frequency.. 3191.66 BogoMIPS (lpj=6383324)
[    0.020055] Security Framework initialized
[    0.024017] SELinux:  Disabled at boot.
[    0.028034] Mount-cache hash table entries: 512
[    0.032398] Initializing cgroup subsys ns
[    0.036021] Initializing cgroup subsys cpuacct
[    0.040021] Initializing cgroup subsys devices
[    0.044013] Initializing cgroup subsys freezer
[    0.048012] Initializing cgroup subsys net_cls
[    0.052067] CPU: L1 I cache: 32K, L1 D cache: 24K
[    0.060010] CPU: L2 cache: 512K
[    0.064013] CPU: Physical Processor ID: 0
[    0.068010] CPU: Processor Core ID: 0
[    0.072015] mce: CPU supports 5 MCE banks
[    0.076032] CPU0: Thermal monitoring enabled (TM1)
[    0.080016] using mwait in idle threads.
[    0.084021] Performance Events: Atom events, Intel PMU driver.
[    0.096019] ... version:                3
[    0.100012] ... bit width:              40
[    0.104012] ... generic registers:      2
[    0.108011] ... value mask:             000000ffffffffff
[    0.112011] ... max period:             000000007fffffff
[    0.116011] ... fixed-purpose events:   3
[    0.120011] ... event mask:             0000000700000003
[    0.124015] Checking 'hlt' instruction... OK.
[    0.152486] ACPI: Core revision 20090903
[    0.176145] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.180508] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.224397] CPU0: Intel(R) Atom(TM) CPU N270   @ 1.60GHz stepping 02
[    0.240001] Booting processor 1 APIC 0x1 ip 0x6000
[    0.016000] Initializing CPU#1
[    0.016000] CPU: L1 I cache: 32K, L1 D cache: 24K
[    0.016000] CPU: L2 cache: 512K
[    0.016000] CPU: Physical Processor ID: 0
[    0.016000] CPU: Processor Core ID: 0
[    0.016000] CPU1: Thermal monitoring enabled (TM2)
[    0.332159] CPU1: Intel(R) Atom(TM) CPU N270   @ 1.60GHz stepping 02
[    0.344036] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[    0.348128] Brought up 2 CPUs
[    0.352013] Total of 2 processors activated (6383.81 BogoMIPS).
[    0.356827] devtmpfs: initialized
[    0.360917] regulator: core version 0.5
[    0.364193] NET: Registered protocol family 16
[    0.368337] ACPI: bus type pci registered
[    0.372250] PCI: MCFG configuration 0: base e0000000 segment 0 buses
0 - 255
[    0.376012] PCI: MCFG area at e0000000 reserved in E820
[    0.380008] PCI: Using MMCONFIG for extended config space
[    0.384009] PCI: Using configuration type 1 for base access
[    0.389331] bio: create slab <bio-0> at 0
[    0.417491] ACPI: Interpreter enabled
[    0.420036] ACPI: (supports S0 S3 S4 S5)
[    0.440021] ACPI: Using IOAPIC for interrupt routing
[    0.463601] ACPI: No dock devices found.
[    0.464341] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.468609] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.472015] pci 0000:00:1c.0: PME# disabled
[    0.476142] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.480014] pci 0000:00:1c.1: PME# disabled
[    0.484141] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.488014] pci 0000:00:1c.2: PME# disabled
[    0.492608] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.496014] pci 0000:00:1d.7: PME# disabled
[    0.500262] pci 0000:00:1f.0: quirk: region 0400-047f claimed by ICH6
ACPI/GPIO/TCO
[    0.504015] pci 0000:00:1f.0: quirk: region 0480-04bf claimed by ICH6
GPIO
[    0.508015] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at
0800 (mask 003f)
[    0.512014] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at
0290 (mask 0007)
[    0.516420] pci 0000:00:1f.2: PME# supported from D3hot
[    0.520014] pci 0000:00:1f.2: PME# disabled
[    0.524433] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.528017] pci 0000:01:00.0: PME# disabled
[    0.540519] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.544017] pci 0000:02:00.0: PME# disabled
[    0.556510] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.560017] pci 0000:03:00.0: PME# disabled
[    0.572418] pci 0000:04:0a.0: PME# supported from D0 D3hot D3cold
[    0.576014] pci 0000:04:0a.0: PME# disabled
[    0.580198] pci 0000:04:0b.0: PME# supported from D0 D3hot D3cold
[    0.584014] pci 0000:04:0b.0: PME# disabled
[    0.588249] pci 0000:00:1e.0: transparent bridge
[    0.650236] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 11 12
14 *15)
[    0.684218] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 *10 11 12
14 15)
[    0.720382] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 7 9 10 11 12
14 15)
[    0.756225] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12
14 15)
[    0.792379] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 *7 9 10 11 12
14 15)
[    0.828232] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12
14 15) *0, disabled.
[    0.870539] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 7 9 10 11 12
14 15) *0, disabled.
[    0.910539] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 *9 10 11 12
14 15)
[    0.944354] vgaarb: device added:
PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.948048] vgaarb: loaded
[    0.952146] PCI: Using ACPI for IRQ routing
[    0.956728] HPET: 3 timers in total, 0 timers will be used for
per-cpu timer
[    0.960018] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.976013] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.988060] Switching to clocksource tsc
[    0.996403] pnp: PnP ACPI init
[    1.033063] ACPI: bus type pnp registered
[    1.089816] pnp: PnP ACPI: found 12 devices
[    1.139931] ACPI: ACPI bus type pnp unregistered
[    1.195264] PnPBIOS: Disabled by ACPI PNP
[    1.243247] system 00:01: ioport range 0x4d0-0x4d1 has been reserved
[    1.319356] system 00:01: ioport range 0x800-0x87f has been reserved
[    1.395495] system 00:01: ioport range 0x880-0x88f has been reserved
[    1.471647] system 00:08: ioport range 0x400-0x4bf could not be reserved
[    1.551937] system 00:0a: iomem range 0xe0000000-0xefffffff has been
reserved
[    1.637435] system 00:0b: iomem range 0xf0000-0xfffff could not be
reserved
[    1.720835] system 00:0b: iomem range 0x7f6e0000-0x7f6fffff could not
be reserved
[    1.810493] system 00:0b: iomem range 0x0-0x9ffff could not be reserved
[    1.889755] system 00:0b: iomem range 0x100000-0x7f6dffff could not
be reserved
[    1.977332] system 00:0b: iomem range 0xfec00000-0xfec00fff could not
be reserved
[    2.066986] system 00:0b: iomem range 0xfed13000-0xfed1dfff has been
reserved
[    2.152485] system 00:0b: iomem range 0xfed20000-0xfed8ffff has been
reserved
[    2.237977] system 00:0b: iomem range 0xfee00000-0xfee00fff has been
reserved
[    2.323478] system 00:0b: iomem range 0xffb00000-0xffb7ffff has been
reserved
[    2.408979] system 00:0b: iomem range 0xfff00000-0xffffffff has been
reserved
[    2.494473] system 00:0b: iomem range 0xe0000-0xeffff has been reserved
[    2.609180] pci 0000:04:0c.0: BAR 6: address space collision on of
device [0xfda80000-0xfda9ffff]
[    2.715461] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:01
[    2.786328] pci 0000:00:1c.0:   IO window: 0xa000-0xafff
[    2.849986] pci 0000:00:1c.0:   MEM window: 0xfdb00000-0xfdbfffff
[    2.923006] pci 0000:00:1c.0:   PREFETCH window:
0x000000fd800000-0x000000fd8fffff
[    3.013706] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:02
[    3.084628] pci 0000:00:1c.1:   IO window: 0xc000-0xcfff
[    3.148288] pci 0000:00:1c.1:   MEM window: 0xfd700000-0xfd7fffff
[    3.221302] pci 0000:00:1c.1:   PREFETCH window:
0x000000fd600000-0x000000fd6fffff
[    3.312016] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:03
[    3.382930] pci 0000:00:1c.2:   IO window: 0xb000-0xbfff
[    3.446592] pci 0000:00:1c.2:   MEM window: 0xfdd00000-0xfddfffff
[    3.519606] pci 0000:00:1c.2:   PREFETCH window:
0x000000fdc00000-0x000000fdcfffff
[    3.610316] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:04
[    3.681237] pci 0000:00:1e.0:   IO window: 0xd000-0xdfff
[    3.744897] pci 0000:00:1e.0:   MEM window: 0xfda00000-0xfdafffff
[    3.817907] pci 0000:00:1e.0:   PREFETCH window:
0x000000fd900000-0x000000fd9fffff
[    3.908649] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    3.988938] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    4.069234] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    4.149852] NET: Registered protocol family 2
[    4.202370] IP route cache hash table entries: 32768 (order: 5,
131072 bytes)
[    4.289090] TCP established hash table entries: 131072 (order: 8,
1048576 bytes)
[    4.379614] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    4.459710] TCP: Hash tables configured (established 131072 bind 65536)
[    4.538924] TCP reno registered
[    4.576877] NET: Registered protocol family 1
[    4.629524] Unpacking initramfs...
[    5.615581] Freeing initrd memory: 9967k freed
[    5.681477] audit: initializing netlink socket (disabled)
[    5.746260] type=2000 audit(1280665069.746:1): initialized
[    5.812492] highmem bounce pool size: 64 pages
[    5.865700] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    5.948275] VFS: Disk quotas dquot_6.5.2
[    5.995512] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    6.073985] msgmni has been set to 1723
[    6.120665] alg: No test for stdrng (krng)
[    6.169934] Block layer SCSI generic (bsg) driver version 0.4 loaded
(major 253)
[    6.258525] io scheduler noop registered
[    6.305532] io scheduler anticipatory registered
[    6.360766] io scheduler deadline registered
[    6.412115] io scheduler cfq registered (default)
[    6.470109] isapnp: Scanning for PnP cards...
[    6.875944] isapnp: No Plug & Play device found
[    6.936366] Linux agpgart interface v0.103
[    6.985730] agpgart-intel 0000:00:00.0: Intel 945GME Chipset
[    7.053823] agpgart-intel 0000:00:00.0: detected 7932K stolen memory
[    7.135165] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    7.216747] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    7.291972] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    7.364070] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    7.436836] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    7.503876] 00:07: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    7.571278] PNP: No PS/2 controller found. Probing ports directly.
[    7.896344] serio: i8042 KBD port at 0x60,0x64 irq 1
[    7.956137] mice: PS/2 mouse device common for all mice
[    8.018860] rtc_cmos 00:03: RTC can wake from S4
[    8.074295] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    8.147309] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[    8.223439] cpuidle: using governor ladder
[    8.272491] cpuidle: using governor menu
[    8.319510] No iBFT detected.
[    8.356669] TCP cubic registered
[    8.395955] NET: Registered protocol family 10
[    8.451123] lo: Disabled Privacy Extensions
[    8.502607] Mobile IPv6
[    8.531889] NET: Registered protocol family 17
[    8.585085] Using IPI No-Shortcut mode
[    8.630302] registered taskstats version 1
[    8.680443] rtc_cmos 00:03: setting system clock to 2010-08-01
12:18:05 UTC (1280665085)
[    8.777487] Initalizing network drop monitor service
[    8.837079] Freeing unused kernel memory: 372k freed
[    8.897120] Write protecting the kernel text: 2492k
[    8.955609] Write protecting the kernel read-only data: 916k
Loading, please wait...
[    9.085768] udev: starting version 158
[    9.545908] e1000e: Intel(R) PRO/1000 Network Driver - 1.1.19-NAPI
[    9.619992] e1000e: Copyright(c) 1999 - 2010 Intel Corporation.
[    9.691035] e1000e 0000:01:00.0: PCI INT A -> GSI 16 (level, low) ->
IRQ 16
[    9.812628] usbcore: registered new interface driver usbfs
[    9.815610] e1000e 0000:01:00.0: Disabling L0s
[    9.821710] SCSI subsystem initialized
[    9.977617] usbcore: registered new interface driver hub
[    9.988649] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low)
-> IRQ 18
[    9.989029] scsi0 : ata_piix
[    9.990216] scsi1 : ata_piix
[    9.992954] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf800
irq 14
[    9.992969] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf808
irq 15
[   10.036457] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[   10.036813] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 1.5
Gbps 0x5 impl SATA mode
[   10.036833] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part
[   10.037592] scsi2 : ahci
[   10.038804] scsi3 : ahci
[   10.039419] scsi4 : ahci
[   10.039951] scsi5 : ahci
[   10.040663] ata3: SATA max UDMA/133 abar m1024@0xfdffc000 port
0xfdffc100 irq 29
[   10.040676] ata4: DUMMY
[   10.040687] ata5: SATA max UDMA/133 abar m1024@0xfdffc000 port
0xfdffc200 irq 29
[   10.040698] ata6: DUMMY
[   10.104919] Intel(R) PRO/1000 Network Driver - version 8.0.19-NAPI
[   10.104933] Copyright (c) 1999-2009 Intel Corporation.
[   10.105052] e1000 0000:04:0a.0: PCI INT A -> GSI 19 (level, low) ->
IRQ 19
[   10.110418] thermal LNXTHERM:01: registered as thermal_zone0
[   10.110458] ACPI: Thermal Zone [THRM] (29 C)
[   10.130482] 0000:01:00.0: eth0: (PCI Express:2.5GB/s:Width x1)
00:0f:c9:04:db:52
[   10.130497] 0000:01:00.0: eth0: Intel(R) PRO/1000 Network Connection
[   10.130592] 0000:01:00.0: eth0: MAC: 4, PHY: 8, PBA No: ffffff-0ff
[   10.130700] e1000e 0000:02:00.0: PCI INT A -> GSI 17 (level, low) ->
IRQ 17
[   10.131741] e1000e 0000:02:00.0: Disabling L0s
[   10.371051] e1000: 0000:04:0a.0: e1000_probe: (PCI:66MHz:32-bit)
00:0f:c9:04:db:56
[   10.480098] ata5: SATA link down (SStatus 0 SControl 300)
[   10.480183] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   10.481032] ata3.00: ATA-7: takeMS SSD TMS64GSSDM25SU22, 090508S, max
UDMA/133
[   10.481048] ata3.00: 119439360 sectors, multi 1: LBA48
[   10.482290] 0000:02:00.0: eth1: (PCI Express:2.5GB/s:Width x1)
00:0f:c9:04:db:53
[   10.482304] 0000:02:00.0: eth1: Intel(R) PRO/1000 Network Connection
[   10.482397] 0000:02:00.0: eth1: MAC: 4, PHY: 8, PBA No: ffffff-0ff
[   10.482486] e1000e 0000:03:00.0: PCI INT A -> GSI 18 (level, low) ->
IRQ 18
[   10.482973] ata3.00: configured for UDMA/133
[   10.483356] scsi 2:0:0:0: Direct-Access     ATA      takeMS SSD TMS64
0905 PQ: 0 ANSI: 5
[   10.499290] e1000e 0000:03:00.0: Disabling L0s
[   10.579998] sd 2:0:0:0: [sda] 119439360 512-byte logical blocks:
(61.1 GB/56.9 GiB)
[   10.580393] sd 2:0:0:0: [sda] Write Protect is off
[   10.580557] sd 2:0:0:0: [sda] Write cache: disabled, read cache:
enabled, doesn't support DPO or FUA
[   10.581361]  sda: sda1
[   12.886479] e1000: eth2: e1000_probe: Intel(R) PRO/1000 Network
Connection
[   12.899318] fan PNP0C0B:00: registered as cooling_device0
[   12.899346] ACPI: Fan [FAN] (on)
[   12.900421] sd 2:0:0:0: [sda] Attached SCSI disk
[   12.907964] usbcore: registered new device driver usb
[   12.927760] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   12.927874] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low)
-> IRQ 23
[   12.927958] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[   12.928086] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned
bus number 1
[   12.928160] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[   12.928196] ehci_hcd 0000:00:1d.7: debug port 1
[   12.932166] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfdfff000
[   12.948076] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[   12.948205] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   12.948219] usb usb1: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[   12.948232] usb usb1: Product: EHCI Host Controller
[   12.948243] usb usb1: Manufacturer: Linux 2.6.32-5-686 ehci_hcd
[   12.948254] usb usb1: SerialNumber: 0000:00:1d.7
[   12.948639] usb usb1: configuration #1 chosen from 1 choice
[   12.948804] hub 1-0:1.0: USB hub found
[   12.948841] hub 1-0:1.0: 8 ports detected
[   12.966156] uhci_hcd: USB Universal Host Controller Interface driver
[   12.966302] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low)
-> IRQ 23
[   12.966348] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   12.966418] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned
bus number 2
[   12.966493] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fe00
[   12.966667] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[   12.966681] usb usb2: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[   12.966693] usb usb2: Product: UHCI Host Controller
[   12.966704] usb usb2: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[   12.966715] usb usb2: SerialNumber: 0000:00:1d.0
[   12.967299] usb usb2: configuration #1 chosen from 1 choice
[   12.967658] hub 2-0:1.0: USB hub found
[   12.967695] hub 2-0:1.0: 2 ports detected
[   12.967930] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low)
-> IRQ 19
[   12.967974] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   12.968058] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned
bus number 3
[   12.968153] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fd00
[   12.968319] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[   12.968333] usb usb3: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[   12.968345] usb usb3: Product: UHCI Host Controller
[   12.968356] usb usb3: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[   12.968367] usb usb3: SerialNumber: 0000:00:1d.1
[   12.968920] usb usb3: configuration #1 chosen from 1 choice
[   12.969238] hub 3-0:1.0: USB hub found
[   12.969277] hub 3-0:1.0: 2 ports detected
[   12.969499] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low)
-> IRQ 18
[   12.969541] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[   12.969581] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned
bus number 4
[   12.969675] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fc00
[   12.969839] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[   12.969854] usb usb4: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[   12.969866] usb usb4: Product: UHCI Host Controller
[   12.969877] usb usb4: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[   12.969888] usb usb4: SerialNumber: 0000:00:1d.2
[   12.970422] usb usb4: configuration #1 chosen from 1 choice
[   12.970742] hub 4-0:1.0: USB hub found
[   12.970797] hub 4-0:1.0: 2 ports detected
[   12.971020] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low)
-> IRQ 16
[   12.971062] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[   12.971102] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned
bus number 5
[   12.971198] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000fb00
[   12.971371] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[   12.971385] usb usb5: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[   12.971398] usb usb5: Product: UHCI Host Controller
[   12.971408] usb usb5: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[   12.971419] usb usb5: SerialNumber: 0000:00:1d.3
[   12.971952] usb usb5: configuration #1 chosen from 1 choice
[   12.972318] hub 5-0:1.0: USB hub found
[   12.972357] hub 5-0:1.0: 2 ports detected
[   17.626347] aic7xxx 0000:04:0c.0: PCI INT A -> GSI 16 (level, low) ->
IRQ 16
[   17.727768] 0000:03:00.0: eth3: (PCI Express:2.5GB/s:Width x1)
00:0f:c9:04:db:54
[   17.816400] 0000:03:00.0: eth3: Intel(R) PRO/1000 Network Connection
[   17.892557] 0000:03:00.0: eth3: MAC: 4, PHY: 8, PBA No: ffffff-0ff
[   18.196052] usb 2-2: new low speed USB device using uhci_hcd and
address 2
[   18.452221] usb 2-2: New USB device found, idVendor=046d, idProduct=c315
[   18.532473] usb 2-2: New USB device strings: Mfr=1, Product=2,
SerialNumber=0
[   18.617957] usb 2-2: Product: Logitech USB Keyboard
[   18.676396] usb 2-2: Manufacturer: Logitech
[   18.727810] usb 2-2: configuration #1 chosen from 1 choice
[   18.845888] usbcore: registered new interface driver hiddev
[   18.927474] input: Logitech Logitech USB Keyboard as
/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input0
[   19.053763] generic-usb 0003:046D:C315.0001: input,hidraw0: USB HID
v1.10 Keyboard [Logitech Logitech USB Keyboard] on usb-0000:00:1d.0-2/input0
[   19.209159] usbcore: registered new interface driver usbhid
[   19.275938] usbhid: v2.6:USB HID core driver
[   32.968060] scsi6 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 7.0
[   32.968068]         <Adaptec 29160 Ultra160 SCSI adapter>
[   32.968074]         aic7892: Ultra160 Wide Channel A, SCSI Id=7,
32/253 SCBs
[   32.968079]
[   33.217798] e1000 0000:04:0b.0: PCI INT A -> GSI 18 (level, low) ->
IRQ 18
[   33.560672] e1000: 0000:04:0b.0: e1000_probe: (PCI:33MHz:32-bit)
00:0f:c9:04:db:57
[   33.905839] e1000: eth4: e1000_probe: Intel(R) PRO/1000 Network
Connection
Begin: Loading essential drivers ... [   34.107381] 802.1Q VLAN Support
v1.8 Ben Greear <greearb@candelatech.com>
[   34.188713] All bugs added by David S. Miller <davem@redhat.com>
done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top
... done.
Begin: Running /scripts/local-premount ... done.
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.88 booting
Using makefile-style concurrent boot in runlevel S.
Starting the hotplug events disp[   34.846815] udev: starting version 158
atcher: udevd.
Synthesizing the initial hotplug events...done.
Waiting for /dev to be fully populated...[   35.502690] ACPI: SSDT
7f6e7b00 002AE (v01  PmRef  Cpu0Ist 00003000 INTL 20050930)
[   35.529772] input: Power Button as
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[   35.529799] ACPI: Power Button [PWRB]
[   35.570737] input: PC Speaker as /devices/platform/pcspkr/input/input2
[   35.744545] udev: renamed network interface eth0 to eth2
[   35.749727] udev: renamed network interface eth1 to eth3
[   35.758899] udev: renamed network interface eth4_rename to eth1
[   35.760089] udev: renamed network interface eth2_rename to eth0
[   35.760922] udev: renamed network interface eth3_rename to eth4
[   35.979923] intel_rng: Firmware space is locked read-only. If you
can't or
[   35.979934] intel_rng: don't want to disable this in firmware setup,
and if
[   35.979942] intel_rng: you are certain that your system has a functional
[   35.979950] intel_rng: RNG, try using the 'no_fwh_detect' option.
[   36.025135] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low)
-> IRQ 19
[   36.561383]
[   36.836745] Error: Driver 'pcspkr' is already registered, aborting...
[   36.853065] processor LNXCPU:00: registered as cooling_device1
[   36.853457] input: Power Button as
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[   36.853635] ACPI: Power Button [PWRF]
[   36.858894] ACPI: SSDT 7f6e7fc0 00152 (v01  PmRef  Cpu1Ist 00003000
INTL 20050930)
[   36.860716] processor LNXCPU:01: registered as cooling_device2
[   37.397324] [drm] Initialized drm 1.1.0 20060810
[   37.565488] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   37.662328] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on
minor 0
done.
Activating swap...done.
Checking root fi[   37.892820] EXT2-fs warning: mounting unchecked fs,
running e2fsck is recommended
le system...fsck from util-linux-ng 2.17.2
done.
[   38.067948] natsemi dp8381x driver, version 2.1, Sept 11, 2006
[   38.067959]   originally by Donald Becker <becker@scyld.com>
[   38.067967]   2.4.x kernel port by Jeff Garzik, Tjeerd Mulder
Cleaning up ifupdown....
[   38.296163] lib80211: common routines for IEEE802.11 drivers
Setting up networking....
Loading kernel modules...done.
Activating lvm and md swap...done.
Checking file systems...fsck from util-linux-ng 2.17.2
done.
Mounting local filesystems...failed.
Activating swapfile swap...done.
Cleaning up temporary files....
Setting kernel variables ...done.
[   39.197158] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   39.868675] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   40.202932] ADDRCONF(NETDEV_UP): eth2: link is not ready
[   40.321095] Virtual device eth2.2 asks to queue packet!
[   40.471543] BUG: unable to handle kernel NULL pointer dereference at
00000004
[   40.473016] IP: [<c11d45b3>] __skb_recv_datagram+0xba/0x1ca
[   40.473016] *pde = 00000000
[   40.636764] Oops: 0002 [#1] SMP
[   40.696801] last sysfs file: /sys/devices/virtual/net/eth2.2/uevent
[   40.756377] Modules linked in: hostap_pci hostap lib80211 natsemi
i915 drm_kms_helper drm i2c_algo_bit snd_pcm snd_timer snd soundcore
snd_page_alloc i2c_i801 video tpm_tis tpm tpm_bios evdevConfiguring netw
serio_rawork interfaces.. i2c_core.Set name-type f pcspkror VLAN
subsyste rng_corem. Should be vis outputible in /proc/ne buttont/vlan/config
A processordded VLAN with V ext2ID == 2 to IF -: mbcacheeth2:-
done.
C 8021qleaning up tempo garprary files....
 stp usbhid hid uhci_hcd ehci_hcd fan sd_mod crc_t10dif aic7xxx
ata_generic thermal e1000 scsi_transport_spi ahci ata_piix libata
scsi_mod usbcore nls_base e1000eSetting sensors limits.
Voyage  thermal_sysis now checking  [last unloaded: scsi_wait_scan]if
recovery from
 a power failure[   41.420372]
 is needed...
C[   41.420372] Pid: 1066, comm: ntpdate Not tainted (2.6.32-5-686 #1)
945GSE
opying /ro to /r[   41.420372] EIP: 0060:[<c11d45b3>] EFLAGS: 00210046
CPU: 1
w.
Voyage is no[   41.420372] EIP is at __skb_recv_datagram+0xba/0x1ca
w setting up tmp[   41.420372] EAX: f644e270 EBX: f6726000 ECX: 00200292
EDX: 00000000
fs for changed f[   41.420372] ESI: f644e200 EDI: f6277ec4 EBP: 7fffffff
ESP: f6277cd4
[   41.990401] e1000: eth0: e1000_watchdog_task: NIC Link is Up 1000
Mbps Full Duplex, Flow Control: RX/TX
iles...
    tmp[   41.994554] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
fs: mount back /[   41.420372]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
lib/init/rw/var/[   41.420372] Process ntpdate (pid: 1066, ti=f6276000
task=f66fc440 task.ti=f6276000)
[   41.420372] Stack:

    tmpfs: moun[   41.420372]  f66fc440t back /lib/init
f66fc440/rw/var/tmp to / f6277d1cvar/tmp
 f644e2dc0000000fs: mount back / f644e27clib/init/rw/var/ f644e270lib to
/var/lib
          f6728cc0
[   41.420372] <0> c11ee17e f644e200 f6728cc0 f644e400 00000000 00001000
f6277ec4 f6277ec4
[   41.420372] <0> c11d46e0 f6277d64 00000000 c1294c30 c11ee3fe f6277d64
f6726000 c14bffc4
[   41.420372] Call Trace:
[   41.420372]  [<c11ee17e>] ? netlink_dump+0x83/0x143
[   41.420372]  [<c11d46e0>] ? skb_recv_datagram+0x1d/0x21
[   41.420372]  [<c11ee3fe>] ? netlink_recvmsg+0x48/0x26c
[   41.420372]  [<c11d9551>] ? netdev_run_todo+0x36/0x1ad
[   41.420372]  [<c11eef8e>] ? netlink_unicast+0xda/0x10e
[   41.420372]  [<c11cc0d0>] ? __sock_recvmsg+0x50/0x58
[   41.420372]  [<c11cc607>] ? sock_recvmsg+0x9d/0xb6
[   41.420372]  [<c11cc6f0>] ? sock_sendmsg+0x96/0xae
    tmpfs: mount[   41.420372]  [<c10445ca>] ?
autoremove_wake_function+0x0/0x2d
 back /lib/init/rw/var/cache to [   43.370144]  [<c10445ca>] ?
autoremove_wake_function+0x0/0x2d
/var/cache
[   43.370144]  [<c113b523>] ? copy_from_user+0x27/0x10e
[   43.370144]  [<c11d3a7c>] ? verify_iovec+0x3e/0x6e
[   43.370144]  [<c11cd3df>] ? sys_recvmsg+0x104/0x1a5
[   43.370144]  [<c113b523>] ? copy_from_user+0x27/0x10e
[   43.370144]  [<c11cd0bd>] ? sys_sendto+0xdb/0x112
[   43.370144]  [<c109bc72>] ? handle_mm_fault+0x3c6/0x890
[   43.370144]  [<c10d6ef9>] ? inotify_d_instantiate+0xf/0x30
[   43.370144]  [<c10b1841>] ? fd_install+0x1e/0x3c
[   43.370144]  [<c11cc48b>] ? sock_map_fd+0x46/0x50
[   43.370144]  [<c11cda4f>] ? sys_socketcall+0x181/0x1aa
[   43.370144]  [<c10031dc>] ? syscall_call+0x7/0xb
[   43.370144] Code: 02 74 13 80 4b 65 40 8d 83 b4 00 00 00 f0 ff 83 b4
00 00 00 eb 1a ff 4e 78 8b 13 8b 43 04 c7 03 00 00 00 00 c7 43 04 00 00
00 00 <89> 42 04 89 10 8b 44 24 10 89 ca e8 21 96 09 00 85 db 0f 85 ee
[   43.370144] EIP: [<c11d45b3>] __skb_recv_datagram+0xba/0x1ca SS:ESP
0068:f6277cd4
[   43.370144] CR2: 0000000000000004
[   43.370144] ---[ end trace cf4abdd43c823a77 ]---
[   44.631413] Virtual device eth2.2 asks to queue packet!
[   52.796019] eth0: no IPv6 routers present
[  118.112006] BUG: soft lockup - CPU#0 stuck for 61s! [cp:1125]
[  118.112006] Modules linked in: hostap_pci hostap lib80211 natsemi
i915 drm_kms_helper drm i2c_algo_bit snd_pcm snd_timer snd soundcore
snd_page_alloc i2c_i801 video tpm_tis tpm tpm_bios evdev serio_raw
i2c_core pcspkr rng_core output button processor ext2 mbcache 8021q garp
stp usbhid hid uhci_hcd ehci_hcd fan sd_mod crc_t10dif aic7xxx
ata_generic thermal e1000 scsi_transport_spi ahci ata_piix libata
scsi_mod usbcore nls_base e1000e thermal_sys [last unloaded: scsi_wait_scan]
[  118.112006]
[  118.112006] Pid: 1125, comm: cp Tainted: G      D    (2.6.32-5-686
#1) 945GSE
[  118.112006] EIP: 0060:[<c10532cd>] EFLAGS: 00000202 CPU: 0
[  118.112006] EIP is at generic_exec_single+0x59/0x66
[  118.112006] EAX: 00000202 EBX: c2a03980 ECX: 00000800 EDX: 000008fb
[  118.112006] ESI: c2a03988 EDI: 00000001 EBP: f63dfe7c ESP: f63dfe5c
[  118.112006]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
[  118.112006] CR0: 8005003b CR2: 0804a3e0 CR3: 363bd000 CR4: 000006d0
[  118.112006] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[  118.112006] DR6: ffff0ff0 DR7: 00000400
[  118.112006] Call Trace:
[  118.112006]  [<c101f8b7>] ? do_flush_tlb_all+0x0/0x3b
[  118.112006]  [<c1053430>] ? smp_call_function_single+0xdb/0xec
[  118.112006]  [<c101f8b7>] ? do_flush_tlb_all+0x0/0x3b
[  118.112006]  [<c101f8b7>] ? do_flush_tlb_all+0x0/0x3b
[  118.112006]  [<c10535d6>] ? smp_call_function+0x19/0x1f
[  118.112006]  [<c1035c10>] ? on_each_cpu+0xc/0x24
[  118.112006]  [<c109923e>] ? kmap_high+0x49/0x18d
[  118.112006]  [<c108803f>] ? read_cache_page_async+0x14/0x18
[  118.112006]  [<f82332a1>] ? ext2_get_page+0x31/0x211 [ext2]
[  118.112006]  [<f82335b1>] ? ext2_readdir+0xf7/0x2c0 [ext2]
[  118.112006]  [<c10be024>] ? filldir64+0x0/0xc5
[  118.112006]  [<c10b1841>] ? fd_install+0x1e/0x3c
[  118.112006]  [<c10be2b7>] ? vfs_readdir+0x62/0x8c
[  118.112006]  [<c10be024>] ? filldir64+0x0/0xc5
[  118.112006]  [<c10be347>] ? sys_getdents64+0x66/0xa5
[  118.112006]  [<c10031dc>] ? syscall_call+0x7/0xb
[  185.760006] BUG: soft lockup - CPU#0 stuck for 61s! [cp:1125]
[  185.760006] Modules linked in: hostap_pci hostap lib80211 natsemi
i915 drm_kms_helper drm i2c_algo_bit snd_pcm snd_timer snd soundcore
snd_page_alloc i2c_i801 video tpm_tis tpm tpm_bios evdev serio_raw
i2c_core pcspkr rng_core output button processor ext2 mbcache 8021q garp
stp usbhid hid uhci_hcd ehci_hcd fan sd_mod crc_t10dif aic7xxx
ata_generic thermal e1000 scsi_transport_spi ahci ata_piix libata
scsi_mod usbcore nls_base e1000e thermal_sys [last unloaded: scsi_wait_scan]
[  185.760006]
[  185.760006] Pid: 1125, comm: cp Tainted: G      D    (2.6.32-5-686
#1) 945GSE
[  185.760006] EIP: 0060:[<c10532cd>] EFLAGS: 00000202 CPU: 0
[  185.760006] EIP is at generic_exec_single+0x59/0x66
[  185.760006] EAX: 00000202 EBX: c2a03980 ECX: 00000800 EDX: 000008fb
[  185.760006] ESI: c2a03988 EDI: 00000001 EBP: f63dfe7c ESP: f63dfe5c
[  185.760006]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
[  185.760006] CR0: 8005003b CR2: 0804a3e0 CR3: 363bd000 CR4: 000006d0
[  185.760006] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[  185.760006] DR6: ffff0ff0 DR7: 00000400
[  185.760006] Call Trace:
[  185.760006]  [<c101f8b7>] ? do_flush_tlb_all+0x0/0x3b
[  185.760006]  [<c1053430>] ? smp_call_function_single+0xdb/0xec
[  185.760006]  [<c101f8b7>] ? do_flush_tlb_all+0x0/0x3b
[  185.760006]  [<c101f8b7>] ? do_flush_tlb_all+0x0/0x3b
[  185.760006]  [<c10535d6>] ? smp_call_function+0x19/0x1f
[  185.760006]  [<c1035c10>] ? on_each_cpu+0xc/0x24
[  185.760006]  [<c109923e>] ? kmap_high+0x49/0x18d
[  185.760006]  [<c108803f>] ? read_cache_page_async+0x14/0x18
[  185.760006]  [<f82332a1>] ? ext2_get_page+0x31/0x211 [ext2]
[  185.760006]  [<f82335b1>] ? ext2_readdir+0xf7/0x2c0 [ext2]
[  185.760006]  [<c10be024>] ? filldir64+0x0/0xc5
[  185.760006]  [<c10b1841>] ? fd_install+0x1e/0x3c
[  185.760006]  [<c10be2b7>] ? vfs_readdir+0x62/0x8c
[  185.760006]  [<c10be024>] ? filldir64+0x0/0xc5
[  185.760006]  [<c10be347>] ? sys_getdents64+0x66/0xa5
[  185.760006]  [<c10031dc>] ? syscall_call+0x7/0xb
[  253.404006] BUG: soft lockup - CPU#0 stuck for 61s! [cp:1125]
[  253.404006] Modules linked in: hostap_pci hostap lib80211 natsemi
i915 drm_kms_helper drm i2c_algo_bit snd_pcm snd_timer snd soundcore
snd_page_alloc i2c_i801 video tpm_tis tpm tpm_bios evdev serio_raw
i2c_core pcspkr rng_core output button processor ext2 mbcache 8021q garp
stp usbhid hid uhci_hcd ehci_hcd fan sd_mod crc_t10dif aic7xxx
ata_generic thermal e1000 scsi_transport_spi ahci ata_piix libata
scsi_mod usbcore nls_base e1000e thermal_sys [last unloaded: scsi_wait_scan]
[  253.404006]
[  253.404006] Pid: 1125, comm: cp Tainted: G      D    (2.6.32-5-686
#1) 945GSE
[  253.404006] EIP: 0060:[<c10532cd>] EFLAGS: 00000202 CPU: 0
[  253.404006] EIP is at generic_exec_single+0x59/0x66
[  253.404006] EAX: 00000202 EBX: c2a03980 ECX: 00000800 EDX: 000008fb
[  253.404006] ESI: c2a03988 EDI: 00000001 EBP: f63dfe7c ESP: f63dfe5c
[  253.404006]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
[  253.404006] CR0: 8005003b CR2: 0804a3e0 CR3: 363bd000 CR4: 000006d0
[  253.404006] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[  253.404006] DR6: ffff0ff0 DR7: 00000400
[  253.404006] Call Trace:
[  253.404006]  [<c101f8b7>] ? do_flush_tlb_all+0x0/0x3b
[  253.404006]  [<c1053430>] ? smp_call_function_single+0xdb/0xec
[  253.404006]  [<c101f8b7>] ? do_flush_tlb_all+0x0/0x3b
[  253.404006]  [<c101f8b7>] ? do_flush_tlb_all+0x0/0x3b
[  253.404006]  [<c10535d6>] ? smp_call_function+0x19/0x1f
[  253.404006]  [<c1035c10>] ? on_each_cpu+0xc/0x24
[  253.404006]  [<c109923e>] ? kmap_high+0x49/0x18d
[  253.404006]  [<c108803f>] ? read_cache_page_async+0x14/0x18
[  253.404006]  [<f82332a1>] ? ext2_get_page+0x31/0x211 [ext2]
[  253.404006]  [<f82335b1>] ? ext2_readdir+0xf7/0x2c0 [ext2]
[  253.404006]  [<c10be024>] ? filldir64+0x0/0xc5
[  253.404006]  [<c10b1841>] ? fd_install+0x1e/0x3c
[  253.404006]  [<c10be2b7>] ? vfs_readdir+0x62/0x8c
[  253.404006]  [<c10be024>] ? filldir64+0x0/0xc5
[  253.404006]  [<c10be347>] ? sys_getdents64+0x66/0xa5
[  253.404006]  [<c10031dc>] ? syscall_call+0x7/0xb
[  321.052006] BUG: soft lockup - CPU#0 stuck for 61s! [cp:1125]
[  321.052006] Modules linked in: hostap_pci hostap lib80211 natsemi
i915 drm_kms_helper drm i2c_algo_bit snd_pcm snd_timer snd soundcore
snd_page_alloc i2c_i801 video tpm_tis tpm tpm_bios evdev serio_raw
i2c_core pcspkr rng_core output button processor ext2 mbcache 8021q garp
stp usbhid hid uhci_hcd ehci_hcd fan sd_mod crc_t10dif aic7xxx
ata_generic thermal e1000 scsi_transport_spi ahci ata_piix libata
scsi_mod usbcore nls_base e1000e thermal_sys [last unloaded: scsi_wait_scan]
[  321.052006]
[  321.052006] Pid: 1125, comm: cp Tainted: G      D    (2.6.32-5-686
#1) 945GSE
[  321.052006] EIP: 0060:[<c10532cd>] EFLAGS: 00000202 CPU: 0
[  321.052006] EIP is at generic_exec_single+0x59/0x66
[  321.052006] EAX: 00000202 EBX: c2a03980 ECX: 00000800 EDX: 000008fb
[  321.052006] ESI: c2a03988 EDI: 00000001 EBP: f63dfe7c ESP: f63dfe5c
[  321.052006]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
[  321.052006] CR0: 8005003b CR2: 0804a3e0 CR3: 363bd000 CR4: 000006d0
[  321.052006] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[  321.052006] DR6: ffff0ff0 DR7: 00000400
[  321.052006] Call Trace:
[  321.052006]  [<c101f8b7>] ? do_flush_tlb_all+0x0/0x3b
[  321.052006]  [<c1053430>] ? smp_call_function_single+0xdb/0xec
[  321.052006]  [<c101f8b7>] ? do_flush_tlb_all+0x0/0x3b
[  321.052006]  [<c101f8b7>] ? do_flush_tlb_all+0x0/0x3b
[  321.052006]  [<c10535d6>] ? smp_call_function+0x19/0x1f
[  321.052006]  [<c1035c10>] ? on_each_cpu+0xc/0x24
[  321.052006]  [<c109923e>] ? kmap_high+0x49/0x18d
[  321.052006]  [<c108803f>] ? read_cache_page_async+0x14/0x18
[  321.052006]  [<f82332a1>] ? ext2_get_page+0x31/0x211 [ext2]
[  321.052006]  [<f82335b1>] ? ext2_readdir+0xf7/0x2c0 [ext2]
[  321.052006]  [<c10be024>] ? filldir64+0x0/0xc5
[  321.052006]  [<c10b1841>] ? fd_install+0x1e/0x3c
[  321.052006]  [<c10be2b7>] ? vfs_readdir+0x62/0x8c
[  321.052006]  [<c10be024>] ? filldir64+0x0/0xc5
[  321.052006]  [<c10be347>] ? sys_getdents64+0x66/0xa5
[  321.052006]  [<c10031dc>] ? syscall_call+0x7/0xb
[  388.696006] BUG: soft lockup - CPU#0 stuck for 61s! [cp:1125]
[  388.696006] Modules linked in: hostap_pci hostap lib80211 natsemi
i915 drm_kms_helper drm i2c_algo_bit snd_pcm snd_timer snd soundcore
snd_page_alloc i2c_i801 video tpm_tis tpm tpm_bios evdev serio_raw
i2c_core pcspkr rng_core output button processor ext2 mbcache 8021q garp
stp usbhid hid uhci_hcd ehci_hcd fan sd_mod crc_t10dif aic7xxx
ata_generic thermal e1000 scsi_transport_spi ahci ata_piix libata
scsi_mod usbcore nls_base e1000e thermal_sys [last unloaded: scsi_wait_scan]
[  388.696006]
[  388.696006] Pid: 1125, comm: cp Tainted: G      D    (2.6.32-5-686
#1) 945GSE
[  388.696006] EIP: 0060:[<c10532cb>] EFLAGS: 00000202 CPU: 0
[  388.696006] EIP is at generic_exec_single+0x57/0x66
[  388.696006] EAX: 00000202 EBX: c2a03980 ECX: 00000800 EDX: 000008fb
[  388.696006] ESI: c2a03988 EDI: 00000001 EBP: f63dfe7c ESP: f63dfe5c
[  388.696006]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
[  388.696006] CR0: 8005003b CR2: 0804a3e0 CR3: 363bd000 CR4: 000006d0
[  388.696006] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[  388.696006] DR6: ffff0ff0 DR7: 00000400
[  388.696006] Call Trace:
[  388.696006]  [<c101f8b7>] ? do_flush_tlb_all+0x0/0x3b
[  388.696006]  [<c1053430>] ? smp_call_function_single+0xdb/0xec
[  388.696006]  [<c101f8b7>] ? do_flush_tlb_all+0x0/0x3b
[  388.696006]  [<c101f8b7>] ? do_flush_tlb_all+0x0/0x3b
[  388.696006]  [<c10535d6>] ? smp_call_function+0x19/0x1f
[  388.696006]  [<c1035c10>] ? on_each_cpu+0xc/0x24
[  388.696006]  [<c109923e>] ? kmap_high+0x49/0x18d
[  388.696006]  [<c108803f>] ? read_cache_page_async+0x14/0x18
[  388.696006]  [<f82332a1>] ? ext2_get_page+0x31/0x211 [ext2]
[  388.696006]  [<f82335b1>] ? ext2_readdir+0xf7/0x2c0 [ext2]
[  388.696006]  [<c10be024>] ? filldir64+0x0/0xc5
[  388.696006]  [<c10b1841>] ? fd_install+0x1e/0x3c
[  388.696006]  [<c10be2b7>] ? vfs_readdir+0x62/0x8c
[  388.696006]  [<c10be024>] ? filldir64+0x0/0xc5
[  388.696006]  [<c10be347>] ? sys_getdents64+0x66/0xa5
[  388.696006]  [<c10031dc>] ? syscall_call+0x7/0xb
[  456.344006] BUG: soft lockup - CPU#0 stuck for 61s! [cp:1125]
[  456.344006] Modules linked in: hostap_pci hostap lib80211 natsemi
i915 drm_kms_helper drm i2c_algo_bit snd_pcm snd_timer snd soundcore
snd_page_alloc i2c_i801 video tpm_tis tpm tpm_bios evdev serio_raw
i2c_core pcspkr rng_core output button processor ext2 mbcache 8021q garp
stp usbhid hid uhci_hcd ehci_hcd fan sd_mod crc_t10dif aic7xxx
ata_generic thermal e1000 scsi_transport_spi ahci ata_piix libata
scsi_mod usbcore nls_base e1000e thermal_sys [last unloaded: scsi_wait_scan]
[  456.344006]
[  456.344006] Pid: 1125, comm: cp Tainted: G      D    (2.6.32-5-686
#1) 945GSE
[  456.344006] EIP: 0060:[<c10532cd>] EFLAGS: 00000202 CPU: 0
[  456.344006] EIP is at generic_exec_single+0x59/0x66
[  456.344006] EAX: 00000202 EBX: c2a03980 ECX: 00000800 EDX: 000008fb
[  456.344006] ESI: c2a03988 EDI: 00000001 EBP: f63dfe7c ESP: f63dfe5c
[  456.344006]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
[  456.344006] CR0: 8005003b CR2: 0804a3e0 CR3: 363bd000 CR4: 000006d0
[  456.344006] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[  456.344006] DR6: ffff0ff0 DR7: 00000400
[  456.344006] Call Trace:
[  456.344006]  [<c101f8b7>] ? do_flush_tlb_all+0x0/0x3b
[  456.344006]  [<c1053430>] ? smp_call_function_single+0xdb/0xec
[  456.344006]  [<c101f8b7>] ? do_flush_tlb_all+0x0/0x3b
[  456.344006]  [<c101f8b7>] ? do_flush_tlb_all+0x0/0x3b
[  456.344006]  [<c10535d6>] ? smp_call_function+0x19/0x1f
[  456.344006]  [<c1035c10>] ? on_each_cpu+0xc/0x24
[  456.344006]  [<c109923e>] ? kmap_high+0x49/0x18d
[  456.344006]  [<c108803f>] ? read_cache_page_async+0x14/0x18
[  456.344006]  [<f82332a1>] ? ext2_get_page+0x31/0x211 [ext2]
[  456.344006]  [<f82335b1>] ? ext2_readdir+0xf7/0x2c0 [ext2]
[  456.344006]  [<c10be024>] ? filldir64+0x0/0xc5
[  456.344006]  [<c10b1841>] ? fd_install+0x1e/0x3c
[  456.344006]  [<c10be2b7>] ? vfs_readdir+0x62/0x8c
[  456.344006]  [<c10be024>] ? filldir64+0x0/0xc5
[  456.344006]  [<c10be347>] ? sys_getdents64+0x66/0xa5
[  456.344006]  [<c10031dc>] ? syscall_call+0x7/0xb

# END of kernel trace

-- 
   Matthias Wamser, Senior Systems Engineer, mailto: mw@ilk.net
   ILK Internet GmbH, Am Sandfeld 15 a, D-76149 Karlsruhe
   Tel: +49 (0) 721 9100 0, http://www.ilk.net
   Geschaeftsfuehrer Matthias Felger, AG Mannheim, HRB 107037


-- 
   Matthias Wamser, Senior Systems Engineer, mailto: mw@ilk.net
   ILK Internet GmbH, Am Sandfeld 15 a, D-76149 Karlsruhe
   Tel: +49 (0) 721 9100 0, http://www.ilk.net
   Geschaeftsfuehrer Matthias Felger, AG Mannheim, HRB 107037



Reply to: