* Re: Help: major pppoe regression since 2.6.35 (panic on first ppp conection)?
[not found] <4D0C9BFA.4080003@scarlet.be>
@ 2010-12-22 8:22 ` Andrew Morton
2010-12-22 11:00 ` Jarek Poplawski
0 siblings, 1 reply; 16+ messages in thread
From: Andrew Morton @ 2010-12-22 8:22 UTC (permalink / raw)
To: Joel Soete; +Cc: Linux Kernel, netdev
(cc netdev)
The bug is still present in 2.6.37-rc6.
On Sat, 18 Dec 2010 11:33:14 +0000 Joel Soete <soete.joel@scarlet.be> wrote:
> Hello all,
>
> Since a year now, I installed my favorite Debian testing on my new X86_64 platform on which I like to run my personal kernel
> config. And all was working fine since 2.6.35 was released.
>
> The first time I experiment this issue, it was during a test of Ubuntu upgrade to the latest release 10.10 against which I
> open this bug report <https://bugs.launchpad.net/ubuntu/+source/linux/+bug/618636>: in short the system panicing on first
> connection to my ISP.
>
> This still occurs to me on the latest ubuntu stock linux image 2.6.35 as well as on my personal config from vanilla sources.
>
> As in general this kind of problem is quickly identified and solved, I do some more test with 2.6.36 and even 2.6.37-rc?
> releases, in smp or up config, with or without netfilter, with or without foreign nvidia graphical driver but this issue is
> still there for me?
>
> Obviously, I also do some researches with google but without a lot of success. So I try to figure out when this pb appears
> in the development history and find out that it was already in 2.6.35-rc1. So I do more kind of rewind in time and all was
> working fine since 2.6.34-git5 but problems appears in 2.6.34-git[67]. For my pppoe issue, there are few changes that I
> tried to revert without success?
>
> The latest related stuff I can discovered is this regression report 2.6.35 -> 2.6.36
> <http://www.spinics.net/lists/netdev/msg145824.html> and the debugging patch proposed by Jarek Poplawski effectively drops
> the ppp interface but the system doesn't panic any more, so can I get following kernel log:
> Dec 17 17:26:53 sidh2 kernel: [ 25.941424] eth1: Link up
> Dec 17 17:26:53 sidh2 kernel: [ 25.941736] eth1: Link changed: 10Mbps, half duplex
> Dec 17 17:26:53 sidh2 kernel: [ 26.266657] r8169 0000:08:00.0: eth0: link up
> Dec 17 17:26:53 sidh2 kernel: [ 26.266662] r8169 0000:08:00.0: eth0: link up
> Dec 17 17:26:53 sidh2 kernel: [ 26.829432] ip_tables: (C) 2000-2006 Netfilter Core Team
> Dec 17 17:26:58 sidh2 kernel: [ 33.017352] ppdev: user-space parallel port driver
> Dec 17 17:27:04 sidh2 kernel: [ 36.357885] eth0: no IPv6 routers present
> Dec 17 17:27:04 sidh2 kernel: [ 36.517833] eth1: no IPv6 routers present
> Dec 17 17:28:12 sidh2 kernel: [ 106.511762] BUG: unable to handle kernel NULL pointer dereference at (null)
> Dec 17 17:28:12 sidh2 kernel: [ 106.511952] IP: [<ffffffff810e405b>] put_page+0x1b/0x180
> Dec 17 17:28:12 sidh2 kernel: [ 106.512078] PGD 13c6f0067 PUD 134283067 PMD 0
> Dec 17 17:28:12 sidh2 kernel: [ 106.512293] Oops: 0000 [#1] SMP
> Dec 17 17:28:12 sidh2 kernel: [ 106.512456] last sysfs file: /sys/devices/virtual/sound/timer/uevent
> Dec 17 17:28:12 sidh2 kernel: [ 106.512533] CPU 4
> Dec 17 17:28:12 sidh2 kernel: [ 106.512584] Modules linked in: ppdev xt_TCPMSS xt_tcpmss xt_tcpudp iptable_mangle ip_tables
> x_tables lp nvidia(P) parport_pc parport agpgart i7core_edac edac_core tpm_tis tpm tpm_bios [last unloaded: scsi_wait_scan]
> Dec 17 17:28:12 sidh2 kernel: [ 106.513674]
> Dec 17 17:28:12 sidh2 kernel: [ 106.513742] Pid: 1821, comm: pppd Tainted: P 2.6.35-amd64-t3 #5 EX58-UD3R/EX58-UD3R
> Dec 17 17:28:12 sidh2 kernel: [ 106.513838] RIP: 0010:[<ffffffff810e405b>] [<ffffffff810e405b>] put_page+0x1b/0x180
> Dec 17 17:28:12 sidh2 kernel: [ 106.513982] RSP: 0018:ffff88013cecfe08 EFLAGS: 00010292
> Dec 17 17:28:12 sidh2 kernel: [ 106.514056] RAX: 0000000000000030 RBX: 0000000000000000 RCX: 0000000000001733
> Dec 17 17:28:12 sidh2 kernel: [ 106.514134] RDX: ffff88013c906640 RSI: ffff88013c906060 RDI: 0000000000000000
> Dec 17 17:28:12 sidh2 kernel: [ 106.514211] RBP: ffff88013c86e900 R08: ffffffff81342b90 R09: 00000000ffe22e08
> Dec 17 17:28:12 sidh2 kernel: [ 106.514288] R10: ffff88013cece000 R11: 0000000000000000 R12: 00000000080d5f42
> Dec 17 17:28:12 sidh2 kernel: [ 106.514366] R13: ffff88013c86f400 R14: 000000000000000a R15: 00000000000005de
> Dec 17 17:28:12 sidh2 kernel: [ 106.514444] FS: 0000000000000000(0000) GS:ffff880001f00000(0063) knlGS:00000000f75f5b20
> Dec 17 17:28:12 sidh2 kernel: [ 106.514539] CS: 0010 DS: 002b ES: 002b CR0: 000000008005003b
> Dec 17 17:28:12 sidh2 kernel: [ 106.514614] CR2: 0000000000000000 CR3: 000000013c758000 CR4: 00000000000006e0
> Dec 17 17:28:12 sidh2 kernel: [ 106.514692] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
> Dec 17 17:28:12 sidh2 kernel: [ 106.514769] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
> Dec 17 17:28:12 sidh2 kernel: [ 106.514847] Process pppd (pid: 1821, threadinfo ffff88013cece000, task ffff88013c7ea120)
> Dec 17 17:28:12 sidh2 kernel: [ 106.514941] Stack:
> Dec 17 17:28:12 sidh2 kernel: [ 106.515008] 0000000000000000 0000000000000001 ffff88013c86e900 00000000080d5f42
> Dec 17 17:28:12 sidh2 kernel: [ 106.515227] <0> ffff88013c86f400 ffffffff814288b7 ffff88013c523c00 ffff88013c86e900
> Dec 17 17:28:12 sidh2 kernel: [ 106.515556] <0> ffff88013c523c00 ffffffff814283c1 ffff88013c86e900 ffffffff81342d1c
> Dec 17 17:28:12 sidh2 kernel: [ 106.515948] Call Trace:
> Dec 17 17:28:12 sidh2 kernel: [ 106.516022] [<ffffffff814288b7>] ? skb_release_data+0x77/0xd0
> Dec 17 17:28:12 sidh2 kernel: [ 106.516099] [<ffffffff814283c1>] ? __kfree_skb+0x11/0x90
> Dec 17 17:28:12 sidh2 kernel: [ 106.516176] [<ffffffff81342d1c>] ? ppp_read+0x18c/0x210
> Dec 17 17:28:12 sidh2 kernel: [ 106.516252] [<ffffffff8104df70>] ? default_wake_function+0x0/0x20
> Dec 17 17:28:12 sidh2 kernel: [ 106.516329] [<ffffffff8111f905>] ? vfs_read+0xb5/0x1a0
> Dec 17 17:28:12 sidh2 kernel: [ 106.516404] [<ffffffff8111fa3e>] ? sys_read+0x4e/0x90
> Dec 17 17:28:12 sidh2 kernel: [ 106.516479] [<ffffffff810996ff>] ? compat_sys_gettimeofday+0x9f/0xb0
> Dec 17 17:28:12 sidh2 kernel: [ 106.516558] [<ffffffff8103eb8f>] ? sysenter_dispatch+0x7/0x2e
> Dec 17 17:28:12 sidh2 kernel: [ 106.516632] Code: cc bb f8 ff 66 66 66 2e 0f 1f 84 00 00 00 00 00 48 83 ec 28 48 89 5c 24
> 08 48 89 6c 24 10 48 89 fb 4c 89 64 24 18 4c 89 6c 24 20 <48> 8b 07 66 a9 00 c0 0f 85 13 01 00 00 f0 ff 4f 08 0f 94 c0 84
> Dec 17 17:28:12 sidh2 kernel: [ 106.519823] RIP [<ffffffff810e405b>] put_page+0x1b/0x180
> Dec 17 17:28:12 sidh2 kernel: [ 106.519945] RSP <ffff88013cecfe08>
> Dec 17 17:28:12 sidh2 kernel: [ 106.520015] CR2: 0000000000000000
> Dec 17 17:28:12 sidh2 kernel: [ 106.520093] ---[ end trace bac76655d5f488ec ]---
>
>
> Sorry but I don't have enough knowledge to understand this pb, so all help will be appreciated.
>
> Tia,
> J.
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Help: major pppoe regression since 2.6.35 (panic on first ppp conection)?
2010-12-22 8:22 ` Help: major pppoe regression since 2.6.35 (panic on first ppp conection)? Andrew Morton
@ 2010-12-22 11:00 ` Jarek Poplawski
2010-12-22 16:00 ` Joel Soete
0 siblings, 1 reply; 16+ messages in thread
From: Jarek Poplawski @ 2010-12-22 11:00 UTC (permalink / raw)
To: Andrew Morton; +Cc: Joel Soete, Linux Kernel, netdev
On 2010-12-22 09:22, Andrew Morton wrote:
> (cc netdev)
>
> The bug is still present in 2.6.37-rc6.
>
> On Sat, 18 Dec 2010 11:33:14 +0000 Joel Soete <soete.joel@scarlet.be> wrote:
>
>> Hello all,
Hi,
Could you reproduce this bug with a vanilla kernel (without nvidia
patch)? If so, please include dmesg and .config to the next report.
Cheers,
Jarek P.
...
>> Dec 17 17:28:12 sidh2 kernel: [ 106.511762] BUG: unable to handle kernel NULL pointer dereference at (null)
>> Dec 17 17:28:12 sidh2 kernel: [ 106.511952] IP: [<ffffffff810e405b>] put_page+0x1b/0x180
>> Dec 17 17:28:12 sidh2 kernel: [ 106.512078] PGD 13c6f0067 PUD 134283067 PMD 0
>> Dec 17 17:28:12 sidh2 kernel: [ 106.512293] Oops: 0000 [#1] SMP
>> Dec 17 17:28:12 sidh2 kernel: [ 106.512456] last sysfs file: /sys/devices/virtual/sound/timer/uevent
>> Dec 17 17:28:12 sidh2 kernel: [ 106.512533] CPU 4
>> Dec 17 17:28:12 sidh2 kernel: [ 106.512584] Modules linked in: ppdev xt_TCPMSS xt_tcpmss xt_tcpudp iptable_mangle ip_tables
>> x_tables lp nvidia(P) parport_pc parport agpgart i7core_edac edac_core tpm_tis tpm tpm_bios [last unloaded: scsi_wait_scan]
>> Dec 17 17:28:12 sidh2 kernel: [ 106.513674]
>> Dec 17 17:28:12 sidh2 kernel: [ 106.513742] Pid: 1821, comm: pppd Tainted: P 2.6.35-amd64-t3 #5 EX58-UD3R/EX58-UD3R
...
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Help: major pppoe regression since 2.6.35 (panic on first ppp conection)?
2010-12-22 11:00 ` Jarek Poplawski
@ 2010-12-22 16:00 ` Joel Soete
2010-12-22 16:25 ` Eric Dumazet
0 siblings, 1 reply; 16+ messages in thread
From: Joel Soete @ 2010-12-22 16:00 UTC (permalink / raw)
To: Jarek Poplawski; +Cc: Andrew Morton, Linux Kernel, netdev
[-- Attachment #1: Type: text/plain, Size: 1090 bytes --]
Hello Jarek,
Nice to read you :<)
On 12/22/2010 12:00 PM, Jarek Poplawski wrote:
> On 2010-12-22 09:22, Andrew Morton wrote:
>> (cc netdev)
>>
>> The bug is still present in 2.6.37-rc6.
>>
>> On Sat, 18 Dec 2010 11:33:14 +0000 Joel Soete<soete.joel@scarlet.be> wrote:
>>
>>> Hello all,
>
> Hi,
> Could you reproduce this bug with a vanilla kernel (without nvidia
> patch)? If so, please include dmesg and .config to the next report.
>
Yes (it was already a vanilla kernel but 2.6.35 with my config, even thought same issue occurs some other distro stock
kernel 2.6.35), but here are some more dmesg with vanilla 2.6.37-rc6 and rc7 (I just added your debugging patch
I found here, just because if I don't do it kernel is panicing immediately without letting any chance to capture dmesg (and
unfortunately I don't have any more chance to grab panic messages from serial console: no more rs232 on latest office laptop :<)
So you will find here attached personal config files of 2 kernels and respective dmesg.
If ever you need more details, don't hesitate to ask me.
Thanks a lot,
J.
[-- Attachment #2: config-2.6.37-rc6-amd64-t1.gz --]
[-- Type: application/x-gzip, Size: 28170 bytes --]
[-- Attachment #3: config-2.6.37-rc7-amd64-t0.gz --]
[-- Type: application/x-gzip, Size: 28171 bytes --]
[-- Attachment #4: Dmesg-2.6.2.6.37-rc6-amd64-t1.txt --]
[-- Type: text/plain, Size: 73671 bytes --]
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.37-rc6-amd64-t1 (root@sidh2) (gcc version 4.4.5 (Debian 4.4.5-8) ) #2 SMP Wed Dec 22 12:49:33 GMT 2010
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-2.6.37-rc6-amd64-t1 root=/dev/mapper/rootvg-root ro quiet
[ 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 - 00000000bfee0000 (usable)
[ 0.000000] BIOS-e820: 00000000bfee0000 - 00000000bfee2000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bfee2000 - 00000000bfef0000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bfef0000 - 00000000bff00000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.4 present.
[ 0.000000] DMI: EX58-UD3R/EX58-UD3R, BIOS FB 05/04/2009
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0x140000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CDFFF write-protect
[ 0.000000] CE000-EFFFF uncachable
[ 0.000000] F0000-FFFFF write-through
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F00000000 write-back
[ 0.000000] 1 base 0C0000000 mask FC0000000 uncachable
[ 0.000000] 2 base 100000000 mask FC0000000 write-back
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820 update range: 00000000c0000000 - 0000000100000000 (usable) ==> (reserved)
[ 0.000000] last_pfn = 0xbfee0 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [ffff8800000f5c20] f5c20
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bfee0000
[ 0.000000] 0000000000 - 00bfe00000 page 2M
[ 0.000000] 00bfe00000 - 00bfee0000 page 4k
[ 0.000000] kernel direct mapping tables up to bfee0000 @ 1fffb000-20000000
[ 0.000000] init_memory_mapping: 0000000100000000-0000000140000000
[ 0.000000] 0100000000 - 0140000000 page 2M
[ 0.000000] kernel direct mapping tables up to 140000000 @ bfeda000-bfee0000
[ 0.000000] RAMDISK: 375d1000 - 37ff0000
[ 0.000000] ACPI: RSDP 00000000000f75d0 00014 (v00 GBT )
[ 0.000000] ACPI: RSDT 00000000bfee2040 00040 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: FACP 00000000bfee20c0 00074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: DSDT 00000000bfee2180 04B1E (v01 GBT GBTUACPI 00001000 MSFT 0100000C)
[ 0.000000] ACPI: FACS 00000000bfee0000 00040
[ 0.000000] ACPI: HPET 00000000bfee6e00 00038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098)
[ 0.000000] ACPI: MCFG 00000000bfee6e80 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: EUDS 00000000bfee6ec0 00470 (v01 GBT 00000000 00000000)
[ 0.000000] ACPI: TAMG 00000000bfee7330 00AF2 (v01 GBT GBT B0 5455312E BG?? 53450101)
[ 0.000000] ACPI: APIC 00000000bfee6d00 000BC (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: SSDT 00000000bfee7e30 02B1C (v01 INTEL PPM RCM 80000001 INTL 20061109)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-0000000140000000
[ 0.000000] Initmem setup node 0 0000000000000000-0000000140000000
[ 0.000000] NODE_DATA [000000013fffb000 - 000000013fffffff]
[ 0.000000] [ffffea0000000000-ffffea00045fffff] PMD -> [ffff88013be00000-ffff88013f5fffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x00140000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[3] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x000bfee0
[ 0.000000] 0: 0x00100000 -> 0x00140000
[ 0.000000] On node 0 totalpages: 1048175
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 6 pages reserved
[ 0.000000] DMA zone: 3921 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 14280 pages used for memmap
[ 0.000000] DMA32 zone: 767768 pages, LIFO batch:31
[ 0.000000] Normal zone: 3584 pages used for memmap
[ 0.000000] Normal zone: 258560 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] dfl dfl 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] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 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] PM: Registered nosave memory: 00000000bfee0000 - 00000000bfee2000
[ 0.000000] PM: Registered nosave memory: 00000000bfee2000 - 00000000bfef0000
[ 0.000000] PM: Registered nosave memory: 00000000bfef0000 - 00000000bff00000
[ 0.000000] PM: Registered nosave memory: 00000000bff00000 - 00000000e0000000
[ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
[ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
[ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 0000000100000000
[ 0.000000] Allocating PCI resources starting at bff00000 (gap: bff00000:20100000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff8800bfc00000 s81984 r8192 d24512 u262144
[ 0.000000] pcpu-alloc: s81984 r8192 d24512 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1030249
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.37-rc6-amd64-t1 root=/dev/mapper/rootvg-root ro quiet
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 4045380k/5242880k available (5533k kernel code, 1050180k absent, 147320k reserved, 5495k data, 740k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU-based detection of stalled CPUs is disabled.
[ 0.000000] NR_IRQS:4352 nr_irqs:744 16
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.004000] Detected 3064.665 MHz processor.
[ 0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 6129.33 BogoMIPS (lpj=12258660)
[ 0.000007] pid_max: default: 32768 minimum: 301
[ 0.000018] Security Framework initialized
[ 0.000020] SELinux: Disabled at boot.
[ 0.000246] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000978] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.001299] Mount-cache hash table entries: 256
[ 0.001371] Initializing cgroup subsys ns
[ 0.001373] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[ 0.001374] Initializing cgroup subsys cpuacct
[ 0.001377] Initializing cgroup subsys devices
[ 0.001378] Initializing cgroup subsys freezer
[ 0.001379] Initializing cgroup subsys net_cls
[ 0.001396] CPU: Physical Processor ID: 0
[ 0.001396] CPU: Processor Core ID: 0
[ 0.001400] mce: CPU supports 9 MCE banks
[ 0.001407] CPU0: Thermal monitoring enabled (TM1)
[ 0.001412] using mwait in idle threads.
[ 0.001413] Performance Events: PEBS fmt1+, Nehalem events, Intel PMU driver.
[ 0.001416] ... version: 3
[ 0.001417] ... bit width: 48
[ 0.001418] ... generic registers: 4
[ 0.001418] ... value mask: 0000ffffffffffff
[ 0.001419] ... max period: 000000007fffffff
[ 0.001420] ... fixed-purpose events: 3
[ 0.001421] ... event mask: 000000070000000f
[ 0.002150] ACPI: Core revision 20101013
[ 0.012075] Setting APIC routing to flat
[ 0.012385] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.052053] CPU0: Intel(R) Core(TM) i7 CPU 950 @ 3.07GHz stepping 05
[ 0.157052] Booting Node 0, Processors #1 #2 #3 #4 #5 #6 #7 Ok.
[ 0.912657] Brought up 8 CPUs
[ 0.912660] Total of 8 processors activated (49030.34 BogoMIPS).
[ 0.915904] devtmpfs: initialized
[ 0.916030] regulator: core version 0.5
[ 0.916047] regulator: dummy:
[ 0.916067] NET: Registered protocol family 16
[ 0.916126] ACPI: bus type pci registered
[ 0.916174] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.916175] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.937575] PCI: Using configuration type 1 for base access
[ 0.938094] bio: create slab <bio-0> at 0
[ 0.938603] ACPI: EC: Look up EC in DSDT
[ 0.941455] ACPI Warning: Incorrect checksum in table [TAMG] - 0x8D, should be 0x8C (20101013/tbutils-314)
[ 0.942512] ACPI: Interpreter enabled
[ 0.942514] ACPI: (supports S0 S3 S4 S5)
[ 0.942523] ACPI: Using IOAPIC for interrupt routing
[ 0.944815] ACPI: No dock devices found.
[ 0.944817] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.944869] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.944971] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
[ 0.944972] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
[ 0.944974] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.944975] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff]
[ 0.944976] pci_root PNP0A03:00: host bridge window [mem 0xbff00000-0xfebfffff]
[ 0.944987] pci 0000:00:00.0: [8086:3405] type 0 class 0x000600
[ 0.945024] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[ 0.945027] pci 0000:00:00.0: PME# disabled
[ 0.945046] pci 0000:00:01.0: [8086:3408] type 1 class 0x000604
[ 0.945083] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.945085] pci 0000:00:01.0: PME# disabled
[ 0.945103] pci 0000:00:03.0: [8086:340a] type 1 class 0x000604
[ 0.945140] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 0.945142] pci 0000:00:03.0: PME# disabled
[ 0.945159] pci 0000:00:05.0: [8086:340c] type 1 class 0x000604
[ 0.945196] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[ 0.945199] pci 0000:00:05.0: PME# disabled
[ 0.945215] pci 0000:00:07.0: [8086:340e] type 1 class 0x000604
[ 0.945252] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[ 0.945255] pci 0000:00:07.0: PME# disabled
[ 0.945272] pci 0000:00:09.0: [8086:3410] type 1 class 0x000604
[ 0.945309] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[ 0.945311] pci 0000:00:09.0: PME# disabled
[ 0.945328] pci 0000:00:10.0: [8086:3425] type 0 class 0x000800
[ 0.945377] pci 0000:00:10.1: [8086:3426] type 0 class 0x000800
[ 0.945423] pci 0000:00:11.0: [8086:3427] type 0 class 0x000800
[ 0.945473] pci 0000:00:11.1: [8086:3428] type 0 class 0x000800
[ 0.945520] pci 0000:00:13.0: [8086:342d] type 0 class 0x000800
[ 0.945529] pci 0000:00:13.0: reg 10: [mem 0xfbfff000-0xfbffffff]
[ 0.945564] pci 0000:00:13.0: PME# supported from D0 D3hot D3cold
[ 0.945567] pci 0000:00:13.0: PME# disabled
[ 0.945579] pci 0000:00:14.0: [8086:342e] type 0 class 0x000800
[ 0.945628] pci 0000:00:14.1: [8086:3422] type 0 class 0x000800
[ 0.945676] pci 0000:00:14.2: [8086:3423] type 0 class 0x000800
[ 0.945727] pci 0000:00:15.0: [8086:342f] type 0 class 0x000800
[ 0.945776] pci 0000:00:1a.0: [8086:3a37] type 0 class 0x000c03
[ 0.945812] pci 0000:00:1a.0: reg 20: [io 0xff00-0xff1f]
[ 0.945849] pci 0000:00:1a.1: [8086:3a38] type 0 class 0x000c03
[ 0.945885] pci 0000:00:1a.1: reg 20: [io 0xfe00-0xfe1f]
[ 0.945923] pci 0000:00:1a.2: [8086:3a39] type 0 class 0x000c03
[ 0.945959] pci 0000:00:1a.2: reg 20: [io 0xfd00-0xfd1f]
[ 0.946003] pci 0000:00:1a.7: [8086:3a3c] type 0 class 0x000c03
[ 0.946021] pci 0000:00:1a.7: reg 10: [mem 0xfbffe000-0xfbffe3ff]
[ 0.946084] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.946087] pci 0000:00:1a.7: PME# disabled
[ 0.946106] pci 0000:00:1b.0: [8086:3a3e] type 0 class 0x000403
[ 0.946118] pci 0000:00:1b.0: reg 10: [mem 0xfbff8000-0xfbffbfff 64bit]
[ 0.946164] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.946166] pci 0000:00:1b.0: PME# disabled
[ 0.946182] pci 0000:00:1c.0: [8086:3a40] type 1 class 0x000604
[ 0.946228] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.946230] pci 0000:00:1c.0: PME# disabled
[ 0.946247] pci 0000:00:1c.1: [8086:3a42] type 1 class 0x000604
[ 0.946293] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.946296] pci 0000:00:1c.1: PME# disabled
[ 0.946314] pci 0000:00:1c.4: [8086:3a48] type 1 class 0x000604
[ 0.946361] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.946363] pci 0000:00:1c.4: PME# disabled
[ 0.946383] pci 0000:00:1d.0: [8086:3a34] type 0 class 0x000c03
[ 0.946419] pci 0000:00:1d.0: reg 20: [io 0xfc00-0xfc1f]
[ 0.946456] pci 0000:00:1d.1: [8086:3a35] type 0 class 0x000c03
[ 0.946492] pci 0000:00:1d.1: reg 20: [io 0xfb00-0xfb1f]
[ 0.946531] pci 0000:00:1d.2: [8086:3a36] type 0 class 0x000c03
[ 0.946567] pci 0000:00:1d.2: reg 20: [io 0xfa00-0xfa1f]
[ 0.946612] pci 0000:00:1d.7: [8086:3a3a] type 0 class 0x000c03
[ 0.946630] pci 0000:00:1d.7: reg 10: [mem 0xfbffd000-0xfbffd3ff]
[ 0.946693] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.946696] pci 0000:00:1d.7: PME# disabled
[ 0.946711] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
[ 0.946758] pci 0000:00:1f.0: [8086:3a16] type 0 class 0x000601
[ 0.946825] pci 0000:00:1f.0: quirk: [io 0x0400-0x047f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.946828] pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO
[ 0.946831] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 000f)
[ 0.946833] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 000f)
[ 0.946864] pci 0000:00:1f.2: [8086:3a20] type 0 class 0x000101
[ 0.946877] pci 0000:00:1f.2: reg 10: [io 0x0000-0x0007]
[ 0.946883] pci 0000:00:1f.2: reg 14: [io 0x0000-0x0003]
[ 0.946889] pci 0000:00:1f.2: reg 18: [io 0x0000-0x0007]
[ 0.946896] pci 0000:00:1f.2: reg 1c: [io 0x0000-0x0003]
[ 0.946902] pci 0000:00:1f.2: reg 20: [io 0xf900-0xf90f]
[ 0.946908] pci 0000:00:1f.2: reg 24: [io 0xf800-0xf80f]
[ 0.946938] pci 0000:00:1f.3: [8086:3a30] type 0 class 0x000c05
[ 0.946951] pci 0000:00:1f.3: reg 10: [mem 0xfbffc000-0xfbffc0ff 64bit]
[ 0.946968] pci 0000:00:1f.3: reg 20: [io 0x0500-0x051f]
[ 0.946994] pci 0000:00:1f.5: [8086:3a26] type 0 class 0x000101
[ 0.947006] pci 0000:00:1f.5: reg 10: [io 0xf600-0xf607]
[ 0.947013] pci 0000:00:1f.5: reg 14: [io 0xf500-0xf503]
[ 0.947019] pci 0000:00:1f.5: reg 18: [io 0xf400-0xf407]
[ 0.947025] pci 0000:00:1f.5: reg 1c: [io 0xf300-0xf303]
[ 0.947031] pci 0000:00:1f.5: reg 20: [io 0xf200-0xf20f]
[ 0.947037] pci 0000:00:1f.5: reg 24: [io 0xf100-0xf10f]
[ 0.947093] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.947095] pci 0000:00:01.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.947098] pci 0000:00:01.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.947101] pci 0000:00:01.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.947143] pci 0000:02:00.0: [10de:0659] type 0 class 0x000300
[ 0.947155] pci 0000:02:00.0: reg 10: [mem 0xf8000000-0xf8ffffff]
[ 0.947167] pci 0000:02:00.0: reg 14: [mem 0xc0000000-0xdfffffff 64bit pref]
[ 0.947179] pci 0000:02:00.0: reg 1c: [mem 0xf6000000-0xf7ffffff 64bit]
[ 0.947188] pci 0000:02:00.0: reg 24: [io 0xbf00-0xbf7f]
[ 0.947196] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0007ffff pref]
[ 0.952582] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[ 0.952586] pci 0000:00:03.0: bridge window [io 0xb000-0xbfff]
[ 0.952590] pci 0000:00:03.0: bridge window [mem 0xf6000000-0xf9ffffff]
[ 0.952596] pci 0000:00:03.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
[ 0.952636] pci 0000:00:05.0: PCI bridge to [bus 03-03]
[ 0.952640] pci 0000:00:05.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.952644] pci 0000:00:05.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.952650] pci 0000:00:05.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.952686] pci 0000:00:07.0: PCI bridge to [bus 04-04]
[ 0.952688] pci 0000:00:07.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.952691] pci 0000:00:07.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.952694] pci 0000:00:07.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.952723] pci 0000:00:09.0: PCI bridge to [bus 05-05]
[ 0.952725] pci 0000:00:09.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.952728] pci 0000:00:09.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.952732] pci 0000:00:09.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.952765] pci 0000:00:1c.0: PCI bridge to [bus 06-06]
[ 0.952768] pci 0000:00:1c.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.952771] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.952775] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.952824] pci 0000:07:00.0: [197b:2363] type 0 class 0x000101
[ 0.952905] pci 0000:07:00.0: reg 24: [mem 0xfbdfe000-0xfbdfffff]
[ 0.952944] pci 0000:07:00.0: PME# supported from D3hot
[ 0.952948] pci 0000:07:00.0: PME# disabled
[ 0.952973] pci 0000:07:00.1: [197b:2363] type 0 class 0x000101
[ 0.952995] pci 0000:07:00.1: reg 10: [io 0xef00-0xef07]
[ 0.953007] pci 0000:07:00.1: reg 14: [io 0xee00-0xee03]
[ 0.953019] pci 0000:07:00.1: reg 18: [io 0xed00-0xed07]
[ 0.953031] pci 0000:07:00.1: reg 1c: [io 0xec00-0xec03]
[ 0.953043] pci 0000:07:00.1: reg 20: [io 0xeb00-0xeb0f]
[ 0.953107] pci 0000:07:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.953118] pci 0000:00:1c.1: PCI bridge to [bus 07-07]
[ 0.953120] pci 0000:00:1c.1: bridge window [io 0xe000-0xefff]
[ 0.953123] pci 0000:00:1c.1: bridge window [mem 0xfbd00000-0xfbdfffff]
[ 0.953127] pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.953176] pci 0000:08:00.0: [10ec:8168] type 0 class 0x000200
[ 0.953190] pci 0000:08:00.0: reg 10: [io 0xde00-0xdeff]
[ 0.953215] pci 0000:08:00.0: reg 18: [mem 0xfbeff000-0xfbefffff 64bit pref]
[ 0.953231] pci 0000:08:00.0: reg 20: [mem 0xfbee0000-0xfbeeffff 64bit pref]
[ 0.953242] pci 0000:08:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[ 0.953277] pci 0000:08:00.0: supports D1 D2
[ 0.953278] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.953281] pci 0000:08:00.0: PME# disabled
[ 0.960583] pci 0000:00:1c.4: PCI bridge to [bus 08-08]
[ 0.960587] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
[ 0.960591] pci 0000:00:1c.4: bridge window [mem 0xfbb00000-0xfbbfffff]
[ 0.960598] pci 0000:00:1c.4: bridge window [mem 0xfbe00000-0xfbefffff 64bit pref]
[ 0.960632] pci 0000:09:00.0: [9710:9865] type 0 class 0x000701
[ 0.960651] pci 0000:09:00.0: reg 10: [io 0xcf00-0xcf07]
[ 0.960662] pci 0000:09:00.0: reg 14: [io 0xce00-0xce07]
[ 0.960674] pci 0000:09:00.0: reg 18: [mem 0xfbcff000-0xfbcfffff]
[ 0.960690] pci 0000:09:00.0: reg 20: [mem 0xfbcfe000-0xfbcfefff]
[ 0.960721] pci 0000:09:00.0: PME# supported from D0 D3cold
[ 0.960724] pci 0000:09:00.0: PME# disabled
[ 0.960738] pci 0000:09:01.0: [13f0:0200] type 0 class 0x000200
[ 0.960752] pci 0000:09:01.0: reg 10: [io 0xcd00-0xcd7f]
[ 0.960760] pci 0000:09:01.0: reg 14: [mem 0xfbcfd000-0xfbcfd1ff]
[ 0.960795] pci 0000:09:01.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[ 0.960811] pci 0000:09:01.0: supports D1 D2
[ 0.960812] pci 0000:09:01.0: PME# supported from D1 D2 D3hot D3cold
[ 0.960815] pci 0000:09:01.0: PME# disabled
[ 0.960833] pci 0000:09:06.0: [104c:8024] type 0 class 0x000c00
[ 0.960848] pci 0000:09:06.0: reg 10: [mem 0xfbcfc000-0xfbcfc7ff]
[ 0.960856] pci 0000:09:06.0: reg 14: [mem 0xfbcf8000-0xfbcfbfff]
[ 0.960909] pci 0000:09:06.0: supports D1 D2
[ 0.960910] pci 0000:09:06.0: PME# supported from D0 D1 D2 D3hot
[ 0.960913] pci 0000:09:06.0: PME# disabled
[ 0.960946] pci 0000:00:1e.0: PCI bridge to [bus 09-09] (subtractive decode)
[ 0.960949] pci 0000:00:1e.0: bridge window [io 0xc000-0xcfff]
[ 0.960951] pci 0000:00:1e.0: bridge window [mem 0xfbc00000-0xfbcfffff]
[ 0.960955] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.960957] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.960958] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.960960] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.960961] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[ 0.960962] pci 0000:00:1e.0: bridge window [mem 0xbff00000-0xfebfffff] (subtractive decode)
[ 0.960990] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.961089] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[ 0.961109] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
[ 0.961136] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
[ 0.961157] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[ 0.971199] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[ 0.971232] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[ 0.971265] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
[ 0.971298] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[ 0.971330] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.971362] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 *6 7 9 10 11 12 14 15)
[ 0.971394] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 *7 9 10 11 12 14 15)
[ 0.971426] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[ 0.971477] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.971480] vgaarb: loaded
[ 0.971515] SCSI subsystem initialized
[ 0.971537] libata version 3.00 loaded.
[ 0.971553] usbcore: registered new interface driver usbfs
[ 0.971561] usbcore: registered new interface driver hub
[ 0.971574] usbcore: registered new device driver usb
[ 0.971646] wmi: Mapper loaded
[ 0.971656] Advanced Linux Sound Architecture Driver Version 1.0.23.
[ 0.971658] PCI: Using ACPI for IRQ routing
[ 0.971659] PCI: pci_cache_line_size set to 64 bytes
[ 0.971751] reserve RAM buffer: 000000000009f800 - 000000000009ffff
[ 0.971752] reserve RAM buffer: 00000000bfee0000 - 00000000bfffffff
[ 0.971802] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.971806] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.971809] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.992687] Switching to clocksource tsc
[ 0.993279] pnp: PnP ACPI init
[ 0.993286] ACPI: bus type pnp registered
[ 0.993347] pnp 00:00: [bus 00-ff]
[ 0.993349] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.993350] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.993351] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.993352] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.993353] pnp 00:00: [mem 0x000c0000-0x000dffff window]
[ 0.993355] pnp 00:00: [mem 0xbff00000-0xfebfffff window]
[ 0.993377] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 0.993420] pnp 00:01: [io 0x0010-0x001f]
[ 0.993421] pnp 00:01: [io 0x0022-0x003f]
[ 0.993422] pnp 00:01: [io 0x0044-0x005f]
[ 0.993423] pnp 00:01: [io 0x0062-0x0063]
[ 0.993424] pnp 00:01: [io 0x0065-0x006f]
[ 0.993425] pnp 00:01: [io 0x0074-0x007f]
[ 0.993426] pnp 00:01: [io 0x0091-0x0093]
[ 0.993427] pnp 00:01: [io 0x00a2-0x00bf]
[ 0.993428] pnp 00:01: [io 0x00e0-0x00ef]
[ 0.993429] pnp 00:01: [io 0x04d0-0x04d1]
[ 0.993430] pnp 00:01: [io 0x0290-0x029f]
[ 0.993431] pnp 00:01: [io 0x0800-0x087f]
[ 0.993431] pnp 00:01: [io 0x0290-0x0294]
[ 0.993432] pnp 00:01: [io 0x0880-0x088f]
[ 0.993473] pnp 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.993481] pnp 00:02: [dma 4]
[ 0.993482] pnp 00:02: [io 0x0000-0x000f]
[ 0.993483] pnp 00:02: [io 0x0080-0x0090]
[ 0.993484] pnp 00:02: [io 0x0094-0x009f]
[ 0.993485] pnp 00:02: [io 0x00c0-0x00df]
[ 0.993499] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.993540] pnp 00:03: [irq 0 disabled]
[ 0.993545] pnp 00:03: [irq 8]
[ 0.993546] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[ 0.993561] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.993585] pnp 00:04: [io 0x0070-0x0073]
[ 0.993600] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.993606] pnp 00:05: [io 0x0061]
[ 0.993620] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.993625] pnp 00:06: [io 0x00f0-0x00ff]
[ 0.993628] pnp 00:06: [irq 13]
[ 0.993644] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.993843] pnp 00:07: [io 0x03f8-0x03ff]
[ 0.993847] pnp 00:07: [irq 4]
[ 0.993879] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.993919] pnp 00:08: [io 0x0400-0x04cf]
[ 0.993920] pnp 00:08: [io 0x04d2-0x04ff]
[ 0.993950] pnp 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.994072] pnp 00:09: [mem 0xe0000000-0xefffffff]
[ 0.994108] pnp 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.994258] pnp 00:0a: [mem 0x000ce600-0x000cffff]
[ 0.994259] pnp 00:0a: [mem 0x000f0000-0x000f7fff]
[ 0.994260] pnp 00:0a: [mem 0x000f8000-0x000fbfff]
[ 0.994262] pnp 00:0a: [mem 0x000fc000-0x000fffff]
[ 0.994263] pnp 00:0a: [mem 0xbfee0000-0xbfefffff]
[ 0.994264] pnp 00:0a: [mem 0x00000000-0x0009ffff]
[ 0.994265] pnp 00:0a: [mem 0x00100000-0xbfedffff]
[ 0.994266] pnp 00:0a: [mem 0xfec00000-0xfec00fff]
[ 0.994267] pnp 00:0a: [mem 0xfed10000-0xfed1dfff]
[ 0.994268] pnp 00:0a: [mem 0xfed20000-0xfed8ffff]
[ 0.994269] pnp 00:0a: [mem 0xfee00000-0xfee00fff]
[ 0.994270] pnp 00:0a: [mem 0xffb00000-0xffb7ffff]
[ 0.994271] pnp 00:0a: [mem 0xfff00000-0xffffffff]
[ 0.994272] pnp 00:0a: [mem 0x000e0000-0x000effff]
[ 0.994316] pnp 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.994330] pnp 00:0b: [mem 0xffb80000-0xffbfffff]
[ 0.994350] pnp 00:0b: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.994354] pnp: PnP ACPI: found 12 devices
[ 0.994354] ACPI: ACPI bus type pnp unregistered
[ 0.994359] system 00:01: [io 0x04d0-0x04d1] has been reserved
[ 0.994360] system 00:01: [io 0x0290-0x029f] has been reserved
[ 0.994362] system 00:01: [io 0x0800-0x087f] has been reserved
[ 0.994363] system 00:01: [io 0x0290-0x0294] has been reserved
[ 0.994364] system 00:01: [io 0x0880-0x088f] has been reserved
[ 0.994368] system 00:08: [io 0x0400-0x04cf] could not be reserved
[ 0.994369] system 00:08: [io 0x04d2-0x04ff] has been reserved
[ 0.994372] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.994374] system 00:0a: [mem 0x000ce600-0x000cffff] has been reserved
[ 0.994376] system 00:0a: [mem 0x000f0000-0x000f7fff] could not be reserved
[ 0.994377] system 00:0a: [mem 0x000f8000-0x000fbfff] could not be reserved
[ 0.994379] system 00:0a: [mem 0x000fc000-0x000fffff] could not be reserved
[ 0.994380] system 00:0a: [mem 0xbfee0000-0xbfefffff] could not be reserved
[ 0.994382] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.994383] system 00:0a: [mem 0x00100000-0xbfedffff] could not be reserved
[ 0.994385] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.994386] system 00:0a: [mem 0xfed10000-0xfed1dfff] has been reserved
[ 0.994388] system 00:0a: [mem 0xfed20000-0xfed8ffff] has been reserved
[ 0.994389] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.994391] system 00:0a: [mem 0xffb00000-0xffb7ffff] has been reserved
[ 0.994392] system 00:0a: [mem 0xfff00000-0xffffffff] has been reserved
[ 0.994393] system 00:0a: [mem 0x000e0000-0x000effff] has been reserved
[ 0.999666] pci 0000:00:1c.0: BAR 14: assigned [mem 0xfea00000-0xfebfffff]
[ 0.999668] pci 0000:00:1c.0: BAR 15: assigned [mem 0xfe800000-0xfe9fffff 64bit pref]
[ 0.999671] pci 0000:00:1c.1: BAR 15: assigned [mem 0xfe600000-0xfe7fffff 64bit pref]
[ 0.999673] pci 0000:00:1e.0: BAR 15: assigned [mem 0xfe500000-0xfe5fffff pref]
[ 0.999675] pci 0000:00:1c.0: BAR 13: assigned [io 0xa000-0xafff]
[ 0.999676] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.999677] pci 0000:00:01.0: bridge window [io disabled]
[ 0.999680] pci 0000:00:01.0: bridge window [mem disabled]
[ 0.999682] pci 0000:00:01.0: bridge window [mem pref disabled]
[ 0.999687] pci 0000:02:00.0: BAR 6: assigned [mem 0xf9f80000-0xf9ffffff pref]
[ 0.999688] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[ 0.999690] pci 0000:00:03.0: bridge window [io 0xb000-0xbfff]
[ 0.999693] pci 0000:00:03.0: bridge window [mem 0xf6000000-0xf9ffffff]
[ 0.999695] pci 0000:00:03.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
[ 0.999699] pci 0000:00:05.0: PCI bridge to [bus 03-03]
[ 0.999700] pci 0000:00:05.0: bridge window [io disabled]
[ 0.999703] pci 0000:00:05.0: bridge window [mem disabled]
[ 0.999705] pci 0000:00:05.0: bridge window [mem pref disabled]
[ 0.999708] pci 0000:00:07.0: PCI bridge to [bus 04-04]
[ 0.999709] pci 0000:00:07.0: bridge window [io disabled]
[ 0.999712] pci 0000:00:07.0: bridge window [mem disabled]
[ 0.999714] pci 0000:00:07.0: bridge window [mem pref disabled]
[ 0.999718] pci 0000:00:09.0: PCI bridge to [bus 05-05]
[ 0.999719] pci 0000:00:09.0: bridge window [io disabled]
[ 0.999721] pci 0000:00:09.0: bridge window [mem disabled]
[ 0.999723] pci 0000:00:09.0: bridge window [mem pref disabled]
[ 0.999727] pci 0000:00:1c.0: PCI bridge to [bus 06-06]
[ 0.999729] pci 0000:00:1c.0: bridge window [io 0xa000-0xafff]
[ 0.999732] pci 0000:00:1c.0: bridge window [mem 0xfea00000-0xfebfffff]
[ 0.999735] pci 0000:00:1c.0: bridge window [mem 0xfe800000-0xfe9fffff 64bit pref]
[ 0.999739] pci 0000:00:1c.1: PCI bridge to [bus 07-07]
[ 0.999741] pci 0000:00:1c.1: bridge window [io 0xe000-0xefff]
[ 0.999745] pci 0000:00:1c.1: bridge window [mem 0xfbd00000-0xfbdfffff]
[ 0.999747] pci 0000:00:1c.1: bridge window [mem 0xfe600000-0xfe7fffff 64bit pref]
[ 0.999752] pci 0000:08:00.0: BAR 6: assigned [mem 0xfbed0000-0xfbedffff pref]
[ 0.999753] pci 0000:00:1c.4: PCI bridge to [bus 08-08]
[ 0.999755] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
[ 0.999758] pci 0000:00:1c.4: bridge window [mem 0xfbb00000-0xfbbfffff]
[ 0.999761] pci 0000:00:1c.4: bridge window [mem 0xfbe00000-0xfbefffff 64bit pref]
[ 0.999766] pci 0000:09:01.0: BAR 6: assigned [mem 0xfe5f0000-0xfe5fffff pref]
[ 0.999767] pci 0000:00:1e.0: PCI bridge to [bus 09-09]
[ 0.999769] pci 0000:00:1e.0: bridge window [io 0xc000-0xcfff]
[ 0.999772] pci 0000:00:1e.0: bridge window [mem 0xfbc00000-0xfbcfffff]
[ 0.999775] pci 0000:00:1e.0: bridge window [mem 0xfe500000-0xfe5fffff pref]
[ 0.999785] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.999789] pci 0000:00:01.0: setting latency timer to 64
[ 0.999792] pci 0000:00:03.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.999794] pci 0000:00:03.0: setting latency timer to 64
[ 0.999798] pci 0000:00:05.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.999801] pci 0000:00:05.0: setting latency timer to 64
[ 0.999804] pci 0000:00:07.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.999807] pci 0000:00:07.0: setting latency timer to 64
[ 0.999810] pci 0000:00:09.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.999813] pci 0000:00:09.0: setting latency timer to 64
[ 0.999817] pci 0000:00:1c.0: enabling device (0000 -> 0003)
[ 0.999819] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.999822] pci 0000:00:1c.0: setting latency timer to 64
[ 0.999828] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 0.999831] pci 0000:00:1c.1: setting latency timer to 64
[ 0.999835] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.999837] pci 0000:00:1c.4: setting latency timer to 64
[ 0.999842] pci 0000:00:1e.0: setting latency timer to 64
[ 0.999844] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.999845] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.999846] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.999848] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
[ 0.999849] pci_bus 0000:00: resource 8 [mem 0xbff00000-0xfebfffff]
[ 0.999850] pci_bus 0000:02: resource 0 [io 0xb000-0xbfff]
[ 0.999851] pci_bus 0000:02: resource 1 [mem 0xf6000000-0xf9ffffff]
[ 0.999852] pci_bus 0000:02: resource 2 [mem 0xc0000000-0xdfffffff 64bit pref]
[ 0.999854] pci_bus 0000:06: resource 0 [io 0xa000-0xafff]
[ 0.999855] pci_bus 0000:06: resource 1 [mem 0xfea00000-0xfebfffff]
[ 0.999856] pci_bus 0000:06: resource 2 [mem 0xfe800000-0xfe9fffff 64bit pref]
[ 0.999858] pci_bus 0000:07: resource 0 [io 0xe000-0xefff]
[ 0.999859] pci_bus 0000:07: resource 1 [mem 0xfbd00000-0xfbdfffff]
[ 0.999860] pci_bus 0000:07: resource 2 [mem 0xfe600000-0xfe7fffff 64bit pref]
[ 0.999861] pci_bus 0000:08: resource 0 [io 0xd000-0xdfff]
[ 0.999862] pci_bus 0000:08: resource 1 [mem 0xfbb00000-0xfbbfffff]
[ 0.999864] pci_bus 0000:08: resource 2 [mem 0xfbe00000-0xfbefffff 64bit pref]
[ 0.999865] pci_bus 0000:09: resource 0 [io 0xc000-0xcfff]
[ 0.999866] pci_bus 0000:09: resource 1 [mem 0xfbc00000-0xfbcfffff]
[ 0.999867] pci_bus 0000:09: resource 2 [mem 0xfe500000-0xfe5fffff pref]
[ 0.999868] pci_bus 0000:09: resource 4 [io 0x0000-0x0cf7]
[ 0.999870] pci_bus 0000:09: resource 5 [io 0x0d00-0xffff]
[ 0.999871] pci_bus 0000:09: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.999872] pci_bus 0000:09: resource 7 [mem 0x000c0000-0x000dffff]
[ 0.999873] pci_bus 0000:09: resource 8 [mem 0xbff00000-0xfebfffff]
[ 0.999889] NET: Registered protocol family 2
[ 0.999975] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 1.000591] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 1.001875] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 1.002079] TCP: Hash tables configured (established 524288 bind 65536)
[ 1.002080] TCP reno registered
[ 1.002087] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 1.002107] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 1.002187] NET: Registered protocol family 1
[ 1.032604] pci 0000:02:00.0: Boot video device
[ 1.032624] PCI: CLS 64 bytes, default 64
[ 1.032667] Unpacking initramfs...
[ 1.178210] Freeing initrd memory: 10364k freed
[ 1.179588] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.179591] Placing 64MB software IO TLB between ffff8800bbc00000 - ffff8800bfc00000
[ 1.179592] software IO TLB at phys 0xbbc00000 - 0xbfc00000
[ 1.179950] audit: initializing netlink socket (disabled)
[ 1.179958] type=2000 audit(1293024857.960:1): initialized
[ 1.180158] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.181196] VFS: Disk quotas dquot_6.5.2
[ 1.181230] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.181447] fuse init (API version 7.15)
[ 1.181512] msgmni has been set to 7921
[ 1.181623] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 1.181625] io scheduler noop registered
[ 1.181626] io scheduler deadline registered
[ 1.181646] io scheduler cfq registered (default)
[ 1.181793] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[ 1.181796] ACPI: Power Button [PWRB]
[ 1.181828] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 1.181830] ACPI: Power Button [PWRF]
[ 1.181846] ACPI: acpi_idle registered with cpuidle
[ 1.183618] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.203948] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.444963] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 4.523352] floppy0: no floppy controllers found
[ 4.523695] loop: module loaded
[ 4.523732] ahci 0000:07:00.0: version 3.0
[ 4.523742] ahci 0000:07:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 4.539366] ahci 0000:07:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[ 4.539370] ahci 0000:07:00.0: flags: 64bit ncq pm led clo pmp pio slum part
[ 4.539376] ahci 0000:07:00.0: setting latency timer to 64
[ 4.539548] scsi0 : ahci
[ 4.539591] scsi1 : ahci
[ 4.539634] ata1: SATA max UDMA/133 abar m8192@0xfbdfe000 port 0xfbdfe100 irq 17
[ 4.539637] ata2: SATA max UDMA/133 abar m8192@0xfbdfe000 port 0xfbdfe180 irq 17
[ 4.539656] ata_piix 0000:00:1f.2: version 2.13
[ 4.539667] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 4.539670] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[ 4.539693] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 4.539825] scsi2 : ata_piix
[ 4.539852] scsi3 : ata_piix
[ 4.540180] ata3: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf900 irq 14
[ 4.540184] ata4: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf908 irq 15
[ 4.540195] ata_piix 0000:00:1f.5: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 4.540198] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[ 4.540222] ata_piix 0000:00:1f.5: setting latency timer to 64
[ 4.540320] scsi4 : ata_piix
[ 4.540348] scsi5 : ata_piix
[ 4.540630] ata5: SATA max UDMA/133 cmd 0xf600 ctl 0xf500 bmdma 0xf200 irq 19
[ 4.540632] ata6: SATA max UDMA/133 cmd 0xf400 ctl 0xf300 bmdma 0xf208 irq 19
[ 4.540651] pata_jmicron 0000:07:00.1: enabling device (0000 -> 0001)
[ 4.540658] pata_jmicron 0000:07:00.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[ 4.540675] pata_jmicron 0000:07:00.1: setting latency timer to 64
[ 4.540809] scsi6 : pata_jmicron
[ 4.540836] scsi7 : pata_jmicron
[ 4.541177] ata7: PATA max UDMA/100 cmd 0xef00 ctl 0xee00 bmdma 0xeb00 irq 18
[ 4.541178] ata8: PATA max UDMA/100 cmd 0xed00 ctl 0xec00 bmdma 0xeb08 irq 18
[ 4.541198] sundance.c:v1.2 11-Sep-2006 Written by Donald Becker
[ 4.541205] sundance 0000:09:01.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 4.541600] eth0: IC Plus Corporation IP100A FAST Ethernet Adapter at 000000000001cd00, 00:23:cd:b2:4f:f4, IRQ 17.
[ 4.542161] eth0: MII PHY found at address 0, status 0x786d advertising 01e1.
[ 4.728144] ata7.00: ATA-6: IC35L060AVV207-0, V22OA66A, max UDMA/100
[ 4.728146] ata7.00: 78156288 sectors, multi 16: LBA48
[ 4.728547] ata7.01: HPA detected: current 78154175, native 78156288
[ 4.728549] ata7.01: ATA-6: IC35L060AVV207-0, V22OA66A, max UDMA/100
[ 4.728551] ata7.01: 78154175 sectors, multi 16: LBA48
[ 4.752163] ata7.00: configured for UDMA/100
[ 4.776149] ata7.01: configured for UDMA/100
[ 4.850473] PPP generic driver version 2.4.2
[ 4.850495] NET: Registered protocol family 24
[ 4.850506] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 4.850515] r8169 0000:08:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 4.850539] r8169 0000:08:00.0: setting latency timer to 64
[ 4.850585] r8169 0000:08:00.0: irq 40 for MSI/MSI-X
[ 4.850691] r8169 0000:08:00.0: eth1: RTL8168c/8111c at 0xffffc90000622000, 00:24:1d:c8:74:67, XID 1c4000c0 IRQ 40
[ 4.859208] ata2: SATA link down (SStatus 0 SControl 300)
[ 4.859243] ata1: SATA link down (SStatus 0 SControl 300)
[ 4.869854] ata6: SATA link down (SStatus 0 SControl 300)
[ 4.871189] I2O subsystem v1.325
[ 4.871190] i2o: max drivers = 8
[ 4.871265] firewire_ohci 0000:09:06.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 4.927195] firewire_ohci: Added fw-ohci device 0000:09:06.0, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x2
[ 4.927261] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.927271] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 4.927278] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 4.927280] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 4.927295] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 4.943170] ehci_hcd 0000:00:1a.7: debug port 1
[ 4.947053] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[ 4.947056] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfbffe000
[ 4.959148] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 4.959166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.959168] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.959171] usb usb1: Product: EHCI Host Controller
[ 4.959173] usb usb1: Manufacturer: Linux 2.6.37-rc6-amd64-t1 ehci_hcd
[ 4.959175] usb usb1: SerialNumber: 0000:00:1a.7
[ 4.959253] hub 1-0:1.0: USB hub found
[ 4.959257] hub 1-0:1.0: 6 ports detected
[ 4.959305] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 4.959313] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 4.959315] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 4.959319] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 4.991150] ehci_hcd 0000:00:1d.7: debug port 1
[ 4.995035] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 4.995045] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfbffd000
[ 5.007129] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 5.007143] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 5.007145] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.007148] usb usb2: Product: EHCI Host Controller
[ 5.007150] usb usb2: Manufacturer: Linux 2.6.37-rc6-amd64-t1 ehci_hcd
[ 5.007152] usb usb2: SerialNumber: 0000:00:1d.7
[ 5.007227] hub 2-0:1.0: USB hub found
[ 5.007229] hub 2-0:1.0: 6 ports detected
[ 5.007273] uhci_hcd: USB Universal Host Controller Interface driver
[ 5.007303] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 5.007307] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 5.007309] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 5.007313] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 5.023165] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 5.031243] ata5.00: ATAPI: Optiarc DVD RW AD-5240S, 1.01, max UDMA/100
[ 5.039140] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000ff00
[ 5.039173] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.039175] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.039178] usb usb3: Product: UHCI Host Controller
[ 5.039180] usb usb3: Manufacturer: Linux 2.6.37-rc6-amd64-t1 uhci_hcd
[ 5.039182] usb usb3: SerialNumber: 0000:00:1a.0
[ 5.039239] hub 3-0:1.0: USB hub found
[ 5.039241] hub 3-0:1.0: 2 ports detected
[ 5.039281] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 5.039285] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 5.039287] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 5.039291] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 5.047241] ata5.00: configured for UDMA/100
[ 5.087121] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000fe00
[ 5.087152] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.087154] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.087157] usb usb4: Product: UHCI Host Controller
[ 5.087159] usb usb4: Manufacturer: Linux 2.6.37-rc6-amd64-t1 uhci_hcd
[ 5.087161] usb usb4: SerialNumber: 0000:00:1a.1
[ 5.087216] hub 4-0:1.0: USB hub found
[ 5.087218] hub 4-0:1.0: 2 ports detected
[ 5.087253] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 5.087257] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 5.087259] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 5.087262] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[ 5.123100] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000fd00
[ 5.123132] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.123135] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.123137] usb usb5: Product: UHCI Host Controller
[ 5.123139] usb usb5: Manufacturer: Linux 2.6.37-rc6-amd64-t1 uhci_hcd
[ 5.123141] usb usb5: SerialNumber: 0000:00:1a.2
[ 5.123200] hub 5-0:1.0: USB hub found
[ 5.123202] hub 5-0:1.0: 2 ports detected
[ 5.123241] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 5.123245] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 5.123247] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 5.123250] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[ 5.159088] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fc00
[ 5.159122] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.159125] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.159127] usb usb6: Product: UHCI Host Controller
[ 5.159130] usb usb6: Manufacturer: Linux 2.6.37-rc6-amd64-t1 uhci_hcd
[ 5.159132] usb usb6: SerialNumber: 0000:00:1d.0
[ 5.159186] hub 6-0:1.0: USB hub found
[ 5.159188] hub 6-0:1.0: 2 ports detected
[ 5.159229] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 5.159232] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 5.159234] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 5.159238] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[ 5.189744] ata4.00: SATA link down (SStatus 0 SControl 300)
[ 5.189756] ata4.01: SATA link down (SStatus 0 SControl 300)
[ 5.195073] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fb00
[ 5.195105] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.195107] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.195110] usb usb7: Product: UHCI Host Controller
[ 5.195112] usb usb7: Manufacturer: Linux 2.6.37-rc6-amd64-t1 uhci_hcd
[ 5.195114] usb usb7: SerialNumber: 0000:00:1d.1
[ 5.195172] hub 7-0:1.0: USB hub found
[ 5.195174] hub 7-0:1.0: 2 ports detected
[ 5.195212] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 5.195215] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 5.195217] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 5.195221] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[ 5.227059] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fa00
[ 5.227089] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.227092] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.227094] usb usb8: Product: UHCI Host Controller
[ 5.227096] usb usb8: Manufacturer: Linux 2.6.37-rc6-amd64-t1 uhci_hcd
[ 5.227099] usb usb8: SerialNumber: 0000:00:1d.2
[ 5.227161] hub 8-0:1.0: USB hub found
[ 5.227163] hub 8-0:1.0: 2 ports detected
[ 5.227229] PNP: No PS/2 controller found. Probing ports directly.
[ 5.227571] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 5.227574] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 5.227621] mice: PS/2 mouse device common for all mice
[ 5.227685] input: PC Speaker as /devices/platform/pcspkr/input/input2
[ 5.227715] rtc_cmos 00:04: RTC can wake from S4
[ 5.259068] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 5.259096] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[ 5.259143] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 5.259170] md: raid1 personality registered for level 1
[ 5.259221] device-mapper: uevent: version 1.0.3
[ 5.259271] device-mapper: ioctl: 4.18.0-ioctl (2010-06-29) initialised: dm-devel@redhat.com
[ 5.259285] cpuidle: using governor ladder
[ 5.259285] cpuidle: using governor menu
[ 5.259287] No iBFT detected.
[ 5.259408] usbcore: registered new interface driver usbhid
[ 5.259409] usbhid: USB HID core driver
[ 5.260172] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 5.260202] HDA Intel 0000:00:1b.0: irq 41 for MSI/MSI-X
[ 5.260216] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 5.296832] ALSA device list:
[ 5.296833] #0: HDA Intel at 0xfbff8000 irq 41
[ 5.296970] TCP cubic registered
[ 5.297041] NET: Registered protocol family 10
[ 5.297261] lo: Disabled Privacy Extensions
[ 5.297581] Mobile IPv6
[ 5.297583] NET: Registered protocol family 17
[ 5.298553] registered taskstats version 1
[ 5.298894] rtc_cmos 00:04: setting system clock to 2010-12-22 13:34:22 UTC (1293024862)
[ 5.343053] ata3.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 5.343068] ata3.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 5.359386] ata3.00: HPA detected: current 586070255, native 586072368
[ 5.359391] ata3.00: ATA-8: WDC WD3000HLFS-01G6U1, 04.04V02, max UDMA/133
[ 5.359394] ata3.00: 586070255 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 5.359634] ata3.01: ATA-8: WDC WD3000HLFS-01G6U1, 04.04V02, max UDMA/133
[ 5.359637] ata3.01: 586072368 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 5.375391] ata3.00: configured for UDMA/133
[ 5.392038] ata3.01: configured for UDMA/133
[ 5.392130] scsi 2:0:0:0: Direct-Access ATA WDC WD3000HLFS-0 04.0 PQ: 0 ANSI: 5
[ 5.392198] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 5.392200] sd 2:0:0:0: [sda] 586070255 512-byte logical blocks: (300 GB/279 GiB)
[ 5.392243] sd 2:0:0:0: [sda] Write Protect is off
[ 5.392244] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 5.392257] scsi 2:0:1:0: Direct-Access ATA WDC WD3000HLFS-0 04.0 PQ: 0 ANSI: 5
[ 5.392261] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.392319] sd 2:0:1:0: Attached scsi generic sg1 type 0
[ 5.392326] sd 2:0:1:0: [sdb] 586072368 512-byte logical blocks: (300 GB/279 GiB)
[ 5.392368] sd 2:0:1:0: [sdb] Write Protect is off
[ 5.392370] sd 2:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[ 5.392386] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.393582] scsi 4:0:0:0: CD-ROM Optiarc DVD RW AD-5240S 1.01 PQ: 0 ANSI: 5
[ 5.398204] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[ 5.398208] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 5.398285] sr 4:0:0:0: Attached scsi CD-ROM sr0
[ 5.398310] sr 4:0:0:0: Attached scsi generic sg2 type 5
[ 5.398367] scsi 6:0:0:0: Direct-Access ATA IC35L060AVV207-0 V22O PQ: 0 ANSI: 5
[ 5.398425] sd 6:0:0:0: Attached scsi generic sg3 type 0
[ 5.398430] sd 6:0:0:0: [sdc] 78156288 512-byte logical blocks: (40.0 GB/37.2 GiB)
[ 5.398467] sd 6:0:0:0: [sdc] Write Protect is off
[ 5.398469] sd 6:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 5.398475] scsi 6:0:1:0: Direct-Access ATA IC35L060AVV207-0 V22O PQ: 0 ANSI: 5
[ 5.398486] sd 6:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.398538] sd 6:0:1:0: [sdd] 78154175 512-byte logical blocks: (40.0 GB/37.2 GiB)
[ 5.398541] sd 6:0:1:0: Attached scsi generic sg4 type 0
[ 5.398581] sd 6:0:1:0: [sdd] Write Protect is off
[ 5.398583] sd 6:0:1:0: [sdd] Mode Sense: 00 3a 00 00
[ 5.398600] sd 6:0:1:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.426870] sda: sda1 sda2 < sda5 sda6 sda7 >
[ 5.426997] firewire_core: created device fw0: GUID 00cb51fb0000241d, S400
[ 5.430581] sdc: sdc1 sdc2 sdc3 < sdc5 >
[ 5.438960] usb 4-1: new low speed USB device using uhci_hcd and address 2
[ 5.452792] sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 >
[ 5.452980] sd 2:0:0:0: [sda] Attached SCSI disk
[ 5.453005] sd 2:0:1:0: [sdb] Attached SCSI disk
[ 5.467474] sdd: sdd1 sdd2 sdd3 < sdd5 sdd6 >
[ 5.467503] sd 6:0:0:0: [sdc] Attached SCSI disk
[ 5.467561] sdd: p6 size 27969102 extends beyond EOD, enabling native capacity
[ 5.467581] ata7: soft resetting link
[ 5.655400] ata7.01: n_sectors mismatch 78154175 != 78156288
[ 5.655401] ata7.01: new n_sectors matches native, probably late HPA unlock, n_sectors updated
[ 5.670891] usb 4-1: New USB device found, idVendor=046d, idProduct=c045
[ 5.670895] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.670897] usb 4-1: Product: USB-PS/2 Optical Mouse
[ 5.670899] usb 4-1: Manufacturer: Logitech
[ 5.687990] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.0/input/input3
[ 5.688031] generic-usb 0003:046D:C045.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1a.1-1/input0
[ 5.695801] ata7.00: configured for UDMA/100
[ 5.719786] ata7.01: configured for UDMA/100
[ 5.719789] ata7: EH complete
[ 5.719887] sdc: detected capacity change from 0 to 40016019456
[ 5.719910] sd 6:0:1:0: [sdd] 78156288 512-byte logical blocks: (40.0 GB/37.2 GiB)
[ 5.720190] sdd: detected capacity change from 40014937600 to 40016019456
[ 5.759503] sdd: sdd1 sdd2 sdd3 < sdd5 sdd6 >
[ 5.759725] sd 6:0:1:0: [sdd] Attached SCSI disk
[ 5.759733] sdc: detected capacity change from 0 to 40016019456
[ 5.759743] Freeing unused kernel memory: 740k freed
[ 5.759806] sdd: detected capacity change from 0 to 40016019456
[ 5.759847] Write protecting the kernel read-only data: 10240k
[ 5.759954] Freeing unused kernel memory: 592k freed
[ 5.760106] Freeing unused kernel memory: 1800k freed
[ 5.803468] udev[107]: starting version 164
[ 5.926855] usb 4-2: new low speed USB device using uhci_hcd and address 3
[ 6.115690] usb 4-2: New USB device found, idVendor=047b, idProduct=0002
[ 6.115694] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6.115697] usb 4-2: Product: USB Keyboard and Mouse
[ 6.115699] usb 4-2: Manufacturer: SILITEK
[ 6.162746] input: SILITEK USB Keyboard and Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/input/input4
[ 6.162814] generic-usb 0003:047B:0002.0002: input,hidraw1: USB HID v1.00 Keyboard [SILITEK USB Keyboard and Mouse] on usb-0000:00:1a.1-2/input0
[ 6.187710] input: SILITEK USB Keyboard and Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.1/input/input5
[ 6.187795] generic-usb 0003:047B:0002.0003: input,hidraw2: USB HID v1.00 Mouse [SILITEK USB Keyboard and Mouse] on usb-0000:00:1a.1-2/input1
[ 6.360458] md: md0 stopped.
[ 6.361092] md: bind<sdb1>
[ 6.361202] md: bind<sda1>
[ 6.362144] bio: create slab <bio-1> at 1
[ 6.362190] md/raid1:md0: active with 2 out of 2 mirrors
[ 6.362208] md0: detected capacity change from 0 to 509804544
[ 6.362812] md0: detected capacity change from 0 to 509804544
[ 6.367827] md0: unknown partition table
[ 6.411359] md: md1 stopped.
[ 6.411821] md: bind<sdb5>
[ 6.411920] md: bind<sda5>
[ 6.412547] md/raid1:md1: active with 2 out of 2 mirrors
[ 6.412558] md1: detected capacity change from 0 to 75779342336
[ 6.412989] md1: detected capacity change from 0 to 75779342336
[ 6.419797] md1: unknown partition table
[ 6.426577] usb 5-2: new low speed USB device using uhci_hcd and address 2
[ 6.474089] md: md21 stopped.
[ 6.474713] md: bind<sdb6>
[ 6.474834] md: bind<sda6>
[ 6.476022] md/raid1:md21: active with 2 out of 2 mirrors
[ 6.476041] md21: detected capacity change from 0 to 76799279104
[ 6.476860] md21: detected capacity change from 0 to 76799279104
[ 6.487798] md21: unknown partition table
[ 6.541247] md: md100 stopped.
[ 6.541809] md: bind<sdc1>
[ 6.542419] md/raid1:md100: active with 1 out of 2 mirrors
[ 6.542429] md100: detected capacity change from 0 to 1019805696
[ 6.542910] md100: detected capacity change from 0 to 1019805696
[ 6.547871] md100: unknown partition table
[ 6.551408] md: md101 stopped.
[ 6.551955] md: bind<sdc2>
[ 6.552834] md/raid1:md101: active with 1 out of 2 mirrors
[ 6.552845] md101: detected capacity change from 0 to 4096181248
[ 6.553290] md101: detected capacity change from 0 to 4096181248
[ 6.560442] md101: unknown partition table
[ 6.579789] md: md102 stopped.
[ 6.581707] md: bind<sdc5>
[ 6.582314] md/raid1:md102: active with 1 out of 2 mirrors
[ 6.582326] md102: detected capacity change from 0 to 34899761152
[ 6.582766] md102: detected capacity change from 0 to 34899761152
[ 6.605470] usb 5-2: New USB device found, idVendor=1781, idProduct=0898
[ 6.605474] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6.605476] usb 5-2: Product: PxRC PhoenixRC USB Interface
[ 6.605479] usb 5-2: Manufacturer: Runtime
[ 6.607881] md102: unknown partition table
[ 6.624538] generic-usb 0003:1781:0898.0004: hiddev0,hidraw3: USB HID v1.00 Device [Runtime PxRC PhoenixRC USB Interface] on usb-0000:00:1a.2-2/input0
[ 6.640413] md: md300 stopped.
[ 6.664883] md: bind<sdd1>
[ 6.665496] md/raid1:md300: active with 1 out of 2 mirrors
[ 6.665508] md300: detected capacity change from 0 to 526372864
[ 6.665940] md300: detected capacity change from 0 to 526372864
[ 6.695879] md300: unknown partition table
[ 6.807727] md: md301 stopped.
[ 6.808845] md: bind<sdd2>
[ 6.809489] md/raid1:md301: active with 1 out of 2 mirrors
[ 6.809500] md301: detected capacity change from 0 to 4194877440
[ 6.809932] md301: detected capacity change from 0 to 4194877440
[ 6.828192] md301: unknown partition table
[ 6.883512] md: md302 stopped.
[ 6.884240] md: bind<sdd5>
[ 6.885421] md/raid1:md302: active with 1 out of 2 mirrors
[ 6.885447] md302: detected capacity change from 0 to 20974354432
[ 6.886246] md302: detected capacity change from 0 to 20974354432
[ 6.915305] md302: unknown partition table
[ 7.258749] PM: Starting manual resume from disk
[ 7.276811] EXT3-fs (dm-0): recovery required on readonly filesystem
[ 7.276815] EXT3-fs (dm-0): write access will be enabled during recovery
[ 7.283589] EXT3-fs: barriers not enabled
[ 7.326517] kjournald starting. Commit interval 5 seconds
[ 7.326531] EXT3-fs (dm-0): recovery complete
[ 7.327567] EXT3-fs (dm-0): mounted filesystem with ordered data mode
[ 8.456043] udev[426]: starting version 164
[ 8.777268] EDAC MC: Ver: 2.1.0 Dec 19 2010
[ 8.788017] EDAC i7core: Driver loaded.
[ 8.790047] parport0: PC-style at 0xcf00 [PCSPP,TRISTATE,EPP]
[ 8.801664] parport0: Printer, Hewlett-Packard HP LaserJet 1100
[ 8.938287] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 8.966415] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 9.069824] udev[440]: renamed network interface eth1 to eth1-eth0
[ 9.093811] udev[439]: renamed network interface eth0 to eth1
[ 9.145782] udev[440]: renamed network interface eth1-eth0 to eth0
[ 10.687782] EXT3-fs (dm-0): using internal journal
[ 10.839249] Linux agpgart interface v0.103
[ 10.859474] lp0: using parport0 (polling).
[ 13.528198] Adding 3997692k swap on /dev/mapper/rootvg-swap. Priority:-1 extents:1 across:3997692k
[ 16.911696] EXT3-fs: barriers not enabled
[ 16.914131] kjournald starting. Commit interval 5 seconds
[ 16.918750] EXT3-fs (dm-31): using internal journal
[ 16.918754] EXT3-fs (dm-31): mounted filesystem with ordered data mode
[ 16.935291] EXT3-fs: barriers not enabled
[ 16.938283] kjournald starting. Commit interval 5 seconds
[ 16.942739] EXT3-fs (dm-35): using internal journal
[ 16.942742] EXT3-fs (dm-35): mounted filesystem with ordered data mode
[ 16.955938] EXT3-fs: barriers not enabled
[ 16.960674] kjournald starting. Commit interval 5 seconds
[ 16.961222] EXT3-fs (dm-33): using internal journal
[ 16.961226] EXT3-fs (dm-33): mounted filesystem with ordered data mode
[ 16.976746] EXT3-fs: barriers not enabled
[ 16.982006] kjournald starting. Commit interval 5 seconds
[ 16.982554] EXT3-fs (dm-32): using internal journal
[ 16.982558] EXT3-fs (dm-32): mounted filesystem with ordered data mode
[ 16.994838] EXT3-fs: barriers not enabled
[ 16.998363] kjournald starting. Commit interval 5 seconds
[ 17.033919] EXT3-fs (md0): using internal journal
[ 17.033923] EXT3-fs (md0): mounted filesystem with ordered data mode
[ 17.047612] EXT3-fs: barriers not enabled
[ 17.052987] kjournald starting. Commit interval 5 seconds
[ 17.053586] EXT3-fs (dm-27): using internal journal
[ 17.053590] EXT3-fs (dm-27): mounted filesystem with ordered data mode
[ 17.070200] EXT3-fs: barriers not enabled
[ 17.081829] kjournald starting. Commit interval 5 seconds
[ 17.082370] EXT3-fs (dm-29): using internal journal
[ 17.082374] EXT3-fs (dm-29): mounted filesystem with ordered data mode
[ 17.099883] EXT3-fs: barriers not enabled
[ 17.105082] kjournald starting. Commit interval 5 seconds
[ 17.105643] EXT3-fs (dm-34): using internal journal
[ 17.105647] EXT3-fs (dm-34): mounted filesystem with ordered data mode
[ 17.124903] EXT3-fs: barriers not enabled
[ 17.127987] kjournald starting. Commit interval 5 seconds
[ 17.128642] EXT3-fs (dm-30): using internal journal
[ 17.128646] EXT3-fs (dm-30): mounted filesystem with ordered data mode
[ 17.139846] EXT3-fs: barriers not enabled
[ 17.146056] kjournald starting. Commit interval 5 seconds
[ 17.146658] EXT3-fs (dm-28): using internal journal
[ 17.146662] EXT3-fs (dm-28): mounted filesystem with ordered data mode
[ 17.749967] eth1: Link up
[ 17.750298] eth1: Link changed: 10Mbps, half duplex
[ 18.050719] r8169 0000:08:00.0: eth0: link up
[ 18.050725] r8169 0000:08:00.0: eth0: link up
[ 18.968408] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 22.354806] sshd (2643): /proc/2643/oom_adj is deprecated, please use /proc/2643/oom_score_adj instead.
[ 24.035923] ppdev: user-space parallel port driver
[ 27.865902] eth1: no IPv6 routers present
[ 28.281723] eth0: no IPv6 routers present
[ 54.149285] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 54.356033] process `sysctl' is using deprecated sysctl (syscall) net.ipv6.neigh.default.retrans_time; Use net.ipv6.neigh.default.retrans_time_ms instead.
[ 54.412930] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 56.314661] AIF:UNPRIV connect attempt: IN=ppp0 OUT= MAC= SRC=206.71.62.132 DST=213.49.125.81 LEN=48 TOS=0x00 PREC=0x00 TTL=114 ID=17869 PROTO=TCP SPT=4589 DPT=8443 WINDOW=65535 RES=0x00 SYN URGP=0
[ 100.503155] BUG: unable to handle kernel NULL pointer dereference at (null)
[ 100.503305] IP: [<ffffffff810ec38b>] put_page+0x1b/0x180
[ 100.503423] PGD 1387b9067 PUD 139cb0067 PMD 0
[ 100.503623] Oops: 0000 [#1] SMP
[ 100.503775] last sysfs file: /sys/module/x_tables/initstate
[ 100.503846] CPU 4
[ 100.503894] Modules linked in: xt_recent xt_mac ip6table_filter ip6_tables ipt_MASQUERADE iptable_nat nf_nat_ftp nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_DSCP ipt_LOG ipt_REJECT iptable_filter xt_multiport xt_state xt_limit xt_conntrack nf_conntrack_ftp nf_conntrack ppdev xt_TCPMSS xt_tcpmss xt_tcpudp iptable_mangle ip_tables x_tables lp agpgart shpchp pci_hotplug tpm_tis parport_pc i7core_edac tpm parport edac_core tpm_bios [last unloaded: scsi_wait_scan]
[ 100.505914]
[ 100.505978] Pid: 4042, comm: lynx Not tainted 2.6.37-rc6-amd64-t1 #2 EX58-UD3R/EX58-UD3R
[ 100.506068] RIP: 0010:[<ffffffff810ec38b>] [<ffffffff810ec38b>] put_page+0x1b/0x180
[ 100.506202] RSP: 0018:ffff880138543bb8 EFLAGS: 00010296
[ 100.506271] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 00000000000074c0
[ 100.506344] RDX: ffff880139cffe40 RSI: ffff8801388bee00 RDI: 0000000000000000
[ 100.506417] RBP: ffff8801388bee00 R08: 0000000000000040 R09: 0000000080000000
[ 100.506490] R10: 0000000000000000 R11: 0000000000000000 R12: ffff8801388bee00
[ 100.506564] R13: 0000000000000000 R14: 000000000000006a R15: 000000000000006a
[ 100.506638] FS: 0000000000000000(0000) GS:ffff8800bfd00000(0063) knlGS:00000000f7429ab0
[ 100.506727] CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 100.506799] CR2: 0000000000000000 CR3: 0000000139bb3000 CR4: 00000000000006e0
[ 100.506873] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 100.506946] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 100.507019] Process lynx (pid: 4042, threadinfo ffff880138542000, task ffff88013a31ee80)
[ 100.507108] Stack:
[ 100.507171] ffff88013870b480 0000000000000001 ffff8801388bee00 ffff8801388bee00
[ 100.507434] 0000000000000000 ffffffff8147cc84 ffff8801388bee00 ffff8801388bee00
[ 100.507697] ffff880138543eb8 ffffffff8147c731 ffff880139ea8d00 ffffffff814e3bfa
[ 100.507960] Call Trace:
[ 100.508027] [<ffffffff8147cc84>] ? skb_release_data+0x74/0xd0
[ 100.508099] [<ffffffff8147c731>] ? __kfree_skb+0x11/0x90
[ 100.508172] [<ffffffff814e3bfa>] ? udp_recvmsg+0x17a/0x300
[ 100.508244] [<ffffffff814ea968>] ? inet_recvmsg+0x48/0x80
[ 100.508315] [<ffffffff814748ad>] ? sock_recvmsg+0xed/0x140
[ 100.508387] [<ffffffff814e3836>] ? first_packet_length+0x76/0x1e0
[ 100.508459] [<ffffffff81473419>] ? sock_do_ioctl+0x29/0x60
[ 100.508530] [<ffffffff814734c4>] ? sock_ioctl+0x74/0x2c0
[ 100.508601] [<ffffffff81474a53>] ? sys_recvfrom+0xf3/0x180
[ 100.508673] [<ffffffff8116fb2c>] ? compat_sys_ioctl+0x24c/0x1190
[ 100.508746] [<ffffffff81473a76>] ? sock_alloc_file+0xc6/0x150
[ 100.508818] [<ffffffff8113c1f1>] ? poll_select_set_timeout+0x91/0xa0
[ 100.508893] [<ffffffff81012f75>] ? read_tsc+0x5/0x20
[ 100.508965] [<ffffffff814a1822>] ? compat_sys_socketcall+0x102/0x210
[ 100.509038] [<ffffffff81040940>] ? sysenter_dispatch+0x7/0x2e
[ 100.509109] Code: dc 73 f8 ff 66 66 66 2e 0f 1f 84 00 00 00 00 00 48 83 ec 28 48 89 5c 24 08 48 89 6c 24 10 48 89 fb 4c 89 64 24 18 4c 89 6c 24 20 <66> f7 07 00 c0 0f 85 15 01 00 00 8b 47 08 f0 ff 4f 08 0f 94 c0
[ 100.512082] RIP [<ffffffff810ec38b>] put_page+0x1b/0x180
[ 100.512196] RSP <ffff880138543bb8>
[ 100.512262] CR2: 0000000000000000
[ 100.512338] ---[ end trace e9982a95563ca07d ]---
[ 101.011090] BUG: unable to handle kernel NULL pointer dereference at (null)
[ 101.011268] IP: [<ffffffff810ec38b>] put_page+0x1b/0x180
[ 101.011384] PGD 139ac6067 PUD 139b74067 PMD 0
[ 101.011583] Oops: 0000 [#2] SMP
[ 101.011735] last sysfs file: /sys/module/x_tables/initstate
[ 101.011805] CPU 4
[ 101.011852] Modules linked in: xt_recent xt_mac ip6table_filter ip6_tables ipt_MASQUERADE iptable_nat nf_nat_ftp nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_DSCP ipt_LOG ipt_REJECT iptable_filter xt_multiport xt_state xt_limit xt_conntrack nf_conntrack_ftp nf_conntrack ppdev xt_TCPMSS xt_tcpmss xt_tcpudp iptable_mangle ip_tables x_tables lp agpgart shpchp pci_hotplug tpm_tis parport_pc i7core_edac tpm parport edac_core tpm_bios [last unloaded: scsi_wait_scan]
[ 101.013871]
[ 101.013934] Pid: 2581, comm: ntpd Tainted: G D 2.6.37-rc6-amd64-t1 #2 EX58-UD3R/EX58-UD3R
[ 101.014025] RIP: 0010:[<ffffffff810ec38b>] [<ffffffff810ec38b>] put_page+0x1b/0x180
[ 101.014160] RSP: 0018:ffff880139eebaf8 EFLAGS: 00210292
[ 101.014229] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 000000000000fffe
[ 101.014302] RDX: ffff880139cfd640 RSI: ffff8801388beb00 RDI: 0000000000000000
[ 101.014375] RBP: ffff8801388beb00 R08: ffff880139eeba38 R09: 0000000000000014
[ 101.014448] R10: 0000000000000000 R11: 0000000000000000 R12: ffff8801388beb00
[ 101.014521] R13: 0000000000000000 R14: 0000000000000030 R15: 0000000000000030
[ 101.014595] FS: 0000000000000000(0000) GS:ffff8800bfd00000(0063) knlGS:00000000f73c26c0
[ 101.014684] CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 101.014755] CR2: 0000000000000000 CR3: 0000000139c68000 CR4: 00000000000006e0
[ 101.014828] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 101.014901] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 101.014974] Process ntpd (pid: 2581, threadinfo ffff880139eea000, task ffff880138a8ee80)
[ 101.015063] Stack:
[ 101.015126] 000000004d11febe 0000000000000001 ffff8801388beb00 ffff8801388beb00
[ 101.015389] 0000000000000000 ffffffff8147cc84 ffff8801388beb00 ffff8801388beb00
[ 101.015652] ffff880139eebef8 ffffffff8147c731 ffff88013a7b96c0 ffffffff814e3bfa
[ 101.015914] Call Trace:
[ 101.015980] [<ffffffff8147cc84>] ? skb_release_data+0x74/0xd0
[ 101.016052] [<ffffffff8147c731>] ? __kfree_skb+0x11/0x90
[ 101.016123] [<ffffffff814e3bfa>] ? udp_recvmsg+0x17a/0x300
[ 101.016194] [<ffffffff814ea968>] ? inet_recvmsg+0x48/0x80
[ 101.016265] [<ffffffff814748ad>] ? sock_recvmsg+0xed/0x140
[ 101.016337] [<ffffffff8113c430>] ? pollwake+0x0/0x60
[ 101.016406] [<ffffffff8113c430>] ? pollwake+0x0/0x60
[ 101.016476] [<ffffffff8113c430>] ? pollwake+0x0/0x60
[ 101.016547] [<ffffffff814a1d7d>] ? verify_compat_iovec+0x6d/0x120
[ 101.016619] [<ffffffff814747c0>] ? sock_recvmsg+0x0/0x140
[ 101.016690] [<ffffffff81475e2c>] ? __sys_recvmsg+0x12c/0x2b0
[ 101.016762] [<ffffffff8147599c>] ? sys_sendto+0x13c/0x1a0
[ 101.016835] [<ffffffff8101530d>] ? restore_i387_xstate_ia32+0x14d/0x1f0
[ 101.016909] [<ffffffff8112fdc6>] ? vfs_fstatat+0x36/0x80
[ 101.016980] [<ffffffff81476234>] ? sys_recvmsg+0x44/0x80
[ 101.017051] [<ffffffff814a17ab>] ? compat_sys_socketcall+0x8b/0x210
[ 101.017124] [<ffffffff81040940>] ? sysenter_dispatch+0x7/0x2e
[ 101.017194] Code: dc 73 f8 ff 66 66 66 2e 0f 1f 84 00 00 00 00 00 48 83 ec 28 48 89 5c 24 08 48 89 6c 24 10 48 89 fb 4c 89 64 24 18 4c 89 6c 24 20 <66> f7 07 00 c0 0f 85 15 01 00 00 8b 47 08 f0 ff 4f 08 0f 94 c0
[ 101.020167] RIP [<ffffffff810ec38b>] put_page+0x1b/0x180
[ 101.020282] RSP <ffff880139eebaf8>
[ 101.020348] CR2: 0000000000000000
[ 101.020422] ---[ end trace e9982a95563ca07e ]---
[-- Attachment #5: Dmesg-2.6.2.6.37-rc7-amd64-t0.txt --]
[-- Type: text/plain, Size: 76319 bytes --]
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.37-rc7-amd64-t0 (root@sidh2) (gcc version 4.4.5 (Debian 4.4.5-8) ) #1 SMP Wed Dec 22 13:02:55 GMT 2010
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-2.6.37-rc7-amd64-t0 root=/dev/mapper/rootvg-root ro quiet
[ 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 - 00000000bfee0000 (usable)
[ 0.000000] BIOS-e820: 00000000bfee0000 - 00000000bfee2000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bfee2000 - 00000000bfef0000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bfef0000 - 00000000bff00000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.4 present.
[ 0.000000] DMI: EX58-UD3R/EX58-UD3R, BIOS FB 05/04/2009
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0x140000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CDFFF write-protect
[ 0.000000] CE000-EFFFF uncachable
[ 0.000000] F0000-FFFFF write-through
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F00000000 write-back
[ 0.000000] 1 base 0C0000000 mask FC0000000 uncachable
[ 0.000000] 2 base 100000000 mask FC0000000 write-back
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820 update range: 00000000c0000000 - 0000000100000000 (usable) ==> (reserved)
[ 0.000000] last_pfn = 0xbfee0 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [ffff8800000f5c20] f5c20
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bfee0000
[ 0.000000] 0000000000 - 00bfe00000 page 2M
[ 0.000000] 00bfe00000 - 00bfee0000 page 4k
[ 0.000000] kernel direct mapping tables up to bfee0000 @ 1fffb000-20000000
[ 0.000000] init_memory_mapping: 0000000100000000-0000000140000000
[ 0.000000] 0100000000 - 0140000000 page 2M
[ 0.000000] kernel direct mapping tables up to 140000000 @ bfeda000-bfee0000
[ 0.000000] RAMDISK: 375d2000 - 37ff0000
[ 0.000000] ACPI: RSDP 00000000000f75d0 00014 (v00 GBT )
[ 0.000000] ACPI: RSDT 00000000bfee2040 00040 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: FACP 00000000bfee20c0 00074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: DSDT 00000000bfee2180 04B1E (v01 GBT GBTUACPI 00001000 MSFT 0100000C)
[ 0.000000] ACPI: FACS 00000000bfee0000 00040
[ 0.000000] ACPI: HPET 00000000bfee6e00 00038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098)
[ 0.000000] ACPI: MCFG 00000000bfee6e80 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: EUDS 00000000bfee6ec0 00470 (v01 GBT 00000000 00000000)
[ 0.000000] ACPI: TAMG 00000000bfee7330 00AF2 (v01 GBT GBT B0 5455312E BG?? 53450101)
[ 0.000000] ACPI: APIC 00000000bfee6d00 000BC (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: SSDT 00000000bfee7e30 02B1C (v01 INTEL PPM RCM 80000001 INTL 20061109)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-0000000140000000
[ 0.000000] Initmem setup node 0 0000000000000000-0000000140000000
[ 0.000000] NODE_DATA [000000013fffb000 - 000000013fffffff]
[ 0.000000] [ffffea0000000000-ffffea00045fffff] PMD -> [ffff88013be00000-ffff88013f5fffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x00140000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[3] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x000bfee0
[ 0.000000] 0: 0x00100000 -> 0x00140000
[ 0.000000] On node 0 totalpages: 1048175
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 6 pages reserved
[ 0.000000] DMA zone: 3921 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 14280 pages used for memmap
[ 0.000000] DMA32 zone: 767768 pages, LIFO batch:31
[ 0.000000] Normal zone: 3584 pages used for memmap
[ 0.000000] Normal zone: 258560 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] dfl dfl 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] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 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] PM: Registered nosave memory: 00000000bfee0000 - 00000000bfee2000
[ 0.000000] PM: Registered nosave memory: 00000000bfee2000 - 00000000bfef0000
[ 0.000000] PM: Registered nosave memory: 00000000bfef0000 - 00000000bff00000
[ 0.000000] PM: Registered nosave memory: 00000000bff00000 - 00000000e0000000
[ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
[ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
[ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 0000000100000000
[ 0.000000] Allocating PCI resources starting at bff00000 (gap: bff00000:20100000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff8800bfc00000 s81984 r8192 d24512 u262144
[ 0.000000] pcpu-alloc: s81984 r8192 d24512 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1030249
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.37-rc7-amd64-t0 root=/dev/mapper/rootvg-root ro quiet
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 4045384k/5242880k available (5533k kernel code, 1050180k absent, 147316k reserved, 5495k data, 740k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU-based detection of stalled CPUs is disabled.
[ 0.000000] NR_IRQS:4352 nr_irqs:744 16
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.004000] Detected 3064.618 MHz processor.
[ 0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 6129.23 BogoMIPS (lpj=12258472)
[ 0.000007] pid_max: default: 32768 minimum: 301
[ 0.000017] Security Framework initialized
[ 0.000020] SELinux: Disabled at boot.
[ 0.000244] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000975] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.001296] Mount-cache hash table entries: 256
[ 0.001369] Initializing cgroup subsys ns
[ 0.001371] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[ 0.001373] Initializing cgroup subsys cpuacct
[ 0.001375] Initializing cgroup subsys devices
[ 0.001376] Initializing cgroup subsys freezer
[ 0.001377] Initializing cgroup subsys net_cls
[ 0.001393] CPU: Physical Processor ID: 0
[ 0.001394] CPU: Processor Core ID: 0
[ 0.001398] mce: CPU supports 9 MCE banks
[ 0.001405] CPU0: Thermal monitoring enabled (TM1)
[ 0.001410] using mwait in idle threads.
[ 0.001411] Performance Events: PEBS fmt1+, Nehalem events, Intel PMU driver.
[ 0.001414] ... version: 3
[ 0.001415] ... bit width: 48
[ 0.001416] ... generic registers: 4
[ 0.001416] ... value mask: 0000ffffffffffff
[ 0.001417] ... max period: 000000007fffffff
[ 0.001418] ... fixed-purpose events: 3
[ 0.001419] ... event mask: 000000070000000f
[ 0.002150] ACPI: Core revision 20101013
[ 0.012056] Setting APIC routing to flat
[ 0.012368] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.052035] CPU0: Intel(R) Core(TM) i7 CPU 950 @ 3.07GHz stepping 05
[ 0.157054] Booting Node 0, Processors #1 #2 #3 #4 #5 #6 #7 Ok.
[ 0.912644] Brought up 8 CPUs
[ 0.912646] Total of 8 processors activated (49030.24 BogoMIPS).
[ 0.915890] devtmpfs: initialized
[ 0.916017] regulator: core version 0.5
[ 0.916034] regulator: dummy:
[ 0.916054] NET: Registered protocol family 16
[ 0.916112] ACPI: bus type pci registered
[ 0.916159] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.916161] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.937578] PCI: Using configuration type 1 for base access
[ 0.938094] bio: create slab <bio-0> at 0
[ 0.938602] ACPI: EC: Look up EC in DSDT
[ 0.941426] ACPI Warning: Incorrect checksum in table [TAMG] - 0x8D, should be 0x8C (20101013/tbutils-314)
[ 0.942482] ACPI: Interpreter enabled
[ 0.942484] ACPI: (supports S0 S3 S4 S5)
[ 0.942494] ACPI: Using IOAPIC for interrupt routing
[ 0.944780] ACPI: No dock devices found.
[ 0.944783] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.944835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.944937] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
[ 0.944939] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
[ 0.944940] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.944941] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff]
[ 0.944943] pci_root PNP0A03:00: host bridge window [mem 0xbff00000-0xfebfffff]
[ 0.944953] pci 0000:00:00.0: [8086:3405] type 0 class 0x000600
[ 0.944990] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[ 0.944993] pci 0000:00:00.0: PME# disabled
[ 0.945012] pci 0000:00:01.0: [8086:3408] type 1 class 0x000604
[ 0.945049] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.945052] pci 0000:00:01.0: PME# disabled
[ 0.945069] pci 0000:00:03.0: [8086:340a] type 1 class 0x000604
[ 0.945106] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 0.945108] pci 0000:00:03.0: PME# disabled
[ 0.945125] pci 0000:00:05.0: [8086:340c] type 1 class 0x000604
[ 0.945163] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[ 0.945165] pci 0000:00:05.0: PME# disabled
[ 0.945182] pci 0000:00:07.0: [8086:340e] type 1 class 0x000604
[ 0.945219] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[ 0.945221] pci 0000:00:07.0: PME# disabled
[ 0.945238] pci 0000:00:09.0: [8086:3410] type 1 class 0x000604
[ 0.945275] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[ 0.945277] pci 0000:00:09.0: PME# disabled
[ 0.945294] pci 0000:00:10.0: [8086:3425] type 0 class 0x000800
[ 0.945343] pci 0000:00:10.1: [8086:3426] type 0 class 0x000800
[ 0.945389] pci 0000:00:11.0: [8086:3427] type 0 class 0x000800
[ 0.945439] pci 0000:00:11.1: [8086:3428] type 0 class 0x000800
[ 0.945486] pci 0000:00:13.0: [8086:342d] type 0 class 0x000800
[ 0.945495] pci 0000:00:13.0: reg 10: [mem 0xfbfff000-0xfbffffff]
[ 0.945531] pci 0000:00:13.0: PME# supported from D0 D3hot D3cold
[ 0.945533] pci 0000:00:13.0: PME# disabled
[ 0.945545] pci 0000:00:14.0: [8086:342e] type 0 class 0x000800
[ 0.945595] pci 0000:00:14.1: [8086:3422] type 0 class 0x000800
[ 0.945644] pci 0000:00:14.2: [8086:3423] type 0 class 0x000800
[ 0.945694] pci 0000:00:15.0: [8086:342f] type 0 class 0x000800
[ 0.945744] pci 0000:00:1a.0: [8086:3a37] type 0 class 0x000c03
[ 0.945780] pci 0000:00:1a.0: reg 20: [io 0xff00-0xff1f]
[ 0.945816] pci 0000:00:1a.1: [8086:3a38] type 0 class 0x000c03
[ 0.945852] pci 0000:00:1a.1: reg 20: [io 0xfe00-0xfe1f]
[ 0.945889] pci 0000:00:1a.2: [8086:3a39] type 0 class 0x000c03
[ 0.945925] pci 0000:00:1a.2: reg 20: [io 0xfd00-0xfd1f]
[ 0.945969] pci 0000:00:1a.7: [8086:3a3c] type 0 class 0x000c03
[ 0.945987] pci 0000:00:1a.7: reg 10: [mem 0xfbffe000-0xfbffe3ff]
[ 0.946050] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.946054] pci 0000:00:1a.7: PME# disabled
[ 0.946072] pci 0000:00:1b.0: [8086:3a3e] type 0 class 0x000403
[ 0.946085] pci 0000:00:1b.0: reg 10: [mem 0xfbff8000-0xfbffbfff 64bit]
[ 0.946130] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.946133] pci 0000:00:1b.0: PME# disabled
[ 0.946148] pci 0000:00:1c.0: [8086:3a40] type 1 class 0x000604
[ 0.946194] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.946197] pci 0000:00:1c.0: PME# disabled
[ 0.946214] pci 0000:00:1c.1: [8086:3a42] type 1 class 0x000604
[ 0.946260] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.946262] pci 0000:00:1c.1: PME# disabled
[ 0.946281] pci 0000:00:1c.4: [8086:3a48] type 1 class 0x000604
[ 0.946327] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.946329] pci 0000:00:1c.4: PME# disabled
[ 0.946349] pci 0000:00:1d.0: [8086:3a34] type 0 class 0x000c03
[ 0.946385] pci 0000:00:1d.0: reg 20: [io 0xfc00-0xfc1f]
[ 0.946422] pci 0000:00:1d.1: [8086:3a35] type 0 class 0x000c03
[ 0.946458] pci 0000:00:1d.1: reg 20: [io 0xfb00-0xfb1f]
[ 0.946495] pci 0000:00:1d.2: [8086:3a36] type 0 class 0x000c03
[ 0.946531] pci 0000:00:1d.2: reg 20: [io 0xfa00-0xfa1f]
[ 0.946575] pci 0000:00:1d.7: [8086:3a3a] type 0 class 0x000c03
[ 0.946593] pci 0000:00:1d.7: reg 10: [mem 0xfbffd000-0xfbffd3ff]
[ 0.946656] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.946659] pci 0000:00:1d.7: PME# disabled
[ 0.946675] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
[ 0.946721] pci 0000:00:1f.0: [8086:3a16] type 0 class 0x000601
[ 0.946788] pci 0000:00:1f.0: quirk: [io 0x0400-0x047f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.946791] pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO
[ 0.946794] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 000f)
[ 0.946796] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 000f)
[ 0.946827] pci 0000:00:1f.2: [8086:3a20] type 0 class 0x000101
[ 0.946840] pci 0000:00:1f.2: reg 10: [io 0x0000-0x0007]
[ 0.946846] pci 0000:00:1f.2: reg 14: [io 0x0000-0x0003]
[ 0.946852] pci 0000:00:1f.2: reg 18: [io 0x0000-0x0007]
[ 0.946858] pci 0000:00:1f.2: reg 1c: [io 0x0000-0x0003]
[ 0.946864] pci 0000:00:1f.2: reg 20: [io 0xf900-0xf90f]
[ 0.946871] pci 0000:00:1f.2: reg 24: [io 0xf800-0xf80f]
[ 0.946901] pci 0000:00:1f.3: [8086:3a30] type 0 class 0x000c05
[ 0.946913] pci 0000:00:1f.3: reg 10: [mem 0xfbffc000-0xfbffc0ff 64bit]
[ 0.946930] pci 0000:00:1f.3: reg 20: [io 0x0500-0x051f]
[ 0.946956] pci 0000:00:1f.5: [8086:3a26] type 0 class 0x000101
[ 0.946968] pci 0000:00:1f.5: reg 10: [io 0xf600-0xf607]
[ 0.946975] pci 0000:00:1f.5: reg 14: [io 0xf500-0xf503]
[ 0.946981] pci 0000:00:1f.5: reg 18: [io 0xf400-0xf407]
[ 0.946987] pci 0000:00:1f.5: reg 1c: [io 0xf300-0xf303]
[ 0.946993] pci 0000:00:1f.5: reg 20: [io 0xf200-0xf20f]
[ 0.947000] pci 0000:00:1f.5: reg 24: [io 0xf100-0xf10f]
[ 0.947055] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.947057] pci 0000:00:01.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.947060] pci 0000:00:01.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.947064] pci 0000:00:01.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.947105] pci 0000:02:00.0: [10de:0659] type 0 class 0x000300
[ 0.947117] pci 0000:02:00.0: reg 10: [mem 0xf8000000-0xf8ffffff]
[ 0.947129] pci 0000:02:00.0: reg 14: [mem 0xc0000000-0xdfffffff 64bit pref]
[ 0.947141] pci 0000:02:00.0: reg 1c: [mem 0xf6000000-0xf7ffffff 64bit]
[ 0.947150] pci 0000:02:00.0: reg 24: [io 0xbf00-0xbf7f]
[ 0.947158] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0007ffff pref]
[ 0.952582] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[ 0.952586] pci 0000:00:03.0: bridge window [io 0xb000-0xbfff]
[ 0.952590] pci 0000:00:03.0: bridge window [mem 0xf6000000-0xf9ffffff]
[ 0.952595] pci 0000:00:03.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
[ 0.952636] pci 0000:00:05.0: PCI bridge to [bus 03-03]
[ 0.952640] pci 0000:00:05.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.952644] pci 0000:00:05.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.952650] pci 0000:00:05.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.952687] pci 0000:00:07.0: PCI bridge to [bus 04-04]
[ 0.952690] pci 0000:00:07.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.952692] pci 0000:00:07.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.952696] pci 0000:00:07.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.952725] pci 0000:00:09.0: PCI bridge to [bus 05-05]
[ 0.952727] pci 0000:00:09.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.952729] pci 0000:00:09.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.952733] pci 0000:00:09.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.952766] pci 0000:00:1c.0: PCI bridge to [bus 06-06]
[ 0.952769] pci 0000:00:1c.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.952772] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.952776] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.952825] pci 0000:07:00.0: [197b:2363] type 0 class 0x000101
[ 0.952905] pci 0000:07:00.0: reg 24: [mem 0xfbdfe000-0xfbdfffff]
[ 0.952944] pci 0000:07:00.0: PME# supported from D3hot
[ 0.952948] pci 0000:07:00.0: PME# disabled
[ 0.952974] pci 0000:07:00.1: [197b:2363] type 0 class 0x000101
[ 0.952996] pci 0000:07:00.1: reg 10: [io 0xef00-0xef07]
[ 0.953008] pci 0000:07:00.1: reg 14: [io 0xee00-0xee03]
[ 0.953020] pci 0000:07:00.1: reg 18: [io 0xed00-0xed07]
[ 0.953031] pci 0000:07:00.1: reg 1c: [io 0xec00-0xec03]
[ 0.953043] pci 0000:07:00.1: reg 20: [io 0xeb00-0xeb0f]
[ 0.953107] pci 0000:07:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.953118] pci 0000:00:1c.1: PCI bridge to [bus 07-07]
[ 0.953121] pci 0000:00:1c.1: bridge window [io 0xe000-0xefff]
[ 0.953124] pci 0000:00:1c.1: bridge window [mem 0xfbd00000-0xfbdfffff]
[ 0.953128] pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.953177] pci 0000:08:00.0: [10ec:8168] type 0 class 0x000200
[ 0.953191] pci 0000:08:00.0: reg 10: [io 0xde00-0xdeff]
[ 0.953216] pci 0000:08:00.0: reg 18: [mem 0xfbeff000-0xfbefffff 64bit pref]
[ 0.953232] pci 0000:08:00.0: reg 20: [mem 0xfbee0000-0xfbeeffff 64bit pref]
[ 0.953243] pci 0000:08:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[ 0.953278] pci 0000:08:00.0: supports D1 D2
[ 0.953279] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.953282] pci 0000:08:00.0: PME# disabled
[ 0.960587] pci 0000:00:1c.4: PCI bridge to [bus 08-08]
[ 0.960591] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
[ 0.960596] pci 0000:00:1c.4: bridge window [mem 0xfbb00000-0xfbbfffff]
[ 0.960602] pci 0000:00:1c.4: bridge window [mem 0xfbe00000-0xfbefffff 64bit pref]
[ 0.960637] pci 0000:09:00.0: [9710:9865] type 0 class 0x000701
[ 0.960656] pci 0000:09:00.0: reg 10: [io 0xcf00-0xcf07]
[ 0.960667] pci 0000:09:00.0: reg 14: [io 0xce00-0xce07]
[ 0.960679] pci 0000:09:00.0: reg 18: [mem 0xfbcff000-0xfbcfffff]
[ 0.960695] pci 0000:09:00.0: reg 20: [mem 0xfbcfe000-0xfbcfefff]
[ 0.960726] pci 0000:09:00.0: PME# supported from D0 D3cold
[ 0.960729] pci 0000:09:00.0: PME# disabled
[ 0.960742] pci 0000:09:01.0: [13f0:0200] type 0 class 0x000200
[ 0.960757] pci 0000:09:01.0: reg 10: [io 0xcd00-0xcd7f]
[ 0.960765] pci 0000:09:01.0: reg 14: [mem 0xfbcfd000-0xfbcfd1ff]
[ 0.960800] pci 0000:09:01.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[ 0.960815] pci 0000:09:01.0: supports D1 D2
[ 0.960816] pci 0000:09:01.0: PME# supported from D1 D2 D3hot D3cold
[ 0.960820] pci 0000:09:01.0: PME# disabled
[ 0.960838] pci 0000:09:06.0: [104c:8024] type 0 class 0x000c00
[ 0.960853] pci 0000:09:06.0: reg 10: [mem 0xfbcfc000-0xfbcfc7ff]
[ 0.960861] pci 0000:09:06.0: reg 14: [mem 0xfbcf8000-0xfbcfbfff]
[ 0.960913] pci 0000:09:06.0: supports D1 D2
[ 0.960915] pci 0000:09:06.0: PME# supported from D0 D1 D2 D3hot
[ 0.960918] pci 0000:09:06.0: PME# disabled
[ 0.960950] pci 0000:00:1e.0: PCI bridge to [bus 09-09] (subtractive decode)
[ 0.960952] pci 0000:00:1e.0: bridge window [io 0xc000-0xcfff]
[ 0.960955] pci 0000:00:1e.0: bridge window [mem 0xfbc00000-0xfbcfffff]
[ 0.960959] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.960961] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.960962] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.960963] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.960965] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[ 0.960966] pci 0000:00:1e.0: bridge window [mem 0xbff00000-0xfebfffff] (subtractive decode)
[ 0.960994] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.961094] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[ 0.961115] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
[ 0.961142] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
[ 0.961163] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[ 0.971211] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[ 0.971245] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[ 0.971278] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
[ 0.971310] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[ 0.971343] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.971376] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 *6 7 9 10 11 12 14 15)
[ 0.971408] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 *7 9 10 11 12 14 15)
[ 0.971440] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[ 0.971491] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.971493] vgaarb: loaded
[ 0.971528] SCSI subsystem initialized
[ 0.971551] libata version 3.00 loaded.
[ 0.971566] usbcore: registered new interface driver usbfs
[ 0.971574] usbcore: registered new interface driver hub
[ 0.971587] usbcore: registered new device driver usb
[ 0.971659] wmi: Mapper loaded
[ 0.971670] Advanced Linux Sound Architecture Driver Version 1.0.23.
[ 0.971671] PCI: Using ACPI for IRQ routing
[ 0.971672] PCI: pci_cache_line_size set to 64 bytes
[ 0.971764] reserve RAM buffer: 000000000009f800 - 000000000009ffff
[ 0.971765] reserve RAM buffer: 00000000bfee0000 - 00000000bfffffff
[ 0.971816] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.971820] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.971822] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.992681] Switching to clocksource tsc
[ 0.993260] pnp: PnP ACPI init
[ 0.993266] ACPI: bus type pnp registered
[ 0.993327] pnp 00:00: [bus 00-ff]
[ 0.993328] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.993329] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.993330] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.993332] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.993333] pnp 00:00: [mem 0x000c0000-0x000dffff window]
[ 0.993334] pnp 00:00: [mem 0xbff00000-0xfebfffff window]
[ 0.993357] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 0.993399] pnp 00:01: [io 0x0010-0x001f]
[ 0.993401] pnp 00:01: [io 0x0022-0x003f]
[ 0.993402] pnp 00:01: [io 0x0044-0x005f]
[ 0.993402] pnp 00:01: [io 0x0062-0x0063]
[ 0.993404] pnp 00:01: [io 0x0065-0x006f]
[ 0.993404] pnp 00:01: [io 0x0074-0x007f]
[ 0.993405] pnp 00:01: [io 0x0091-0x0093]
[ 0.993406] pnp 00:01: [io 0x00a2-0x00bf]
[ 0.993407] pnp 00:01: [io 0x00e0-0x00ef]
[ 0.993408] pnp 00:01: [io 0x04d0-0x04d1]
[ 0.993409] pnp 00:01: [io 0x0290-0x029f]
[ 0.993410] pnp 00:01: [io 0x0800-0x087f]
[ 0.993411] pnp 00:01: [io 0x0290-0x0294]
[ 0.993412] pnp 00:01: [io 0x0880-0x088f]
[ 0.993452] pnp 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.993461] pnp 00:02: [dma 4]
[ 0.993462] pnp 00:02: [io 0x0000-0x000f]
[ 0.993463] pnp 00:02: [io 0x0080-0x0090]
[ 0.993464] pnp 00:02: [io 0x0094-0x009f]
[ 0.993465] pnp 00:02: [io 0x00c0-0x00df]
[ 0.993478] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.993519] pnp 00:03: [irq 0 disabled]
[ 0.993524] pnp 00:03: [irq 8]
[ 0.993525] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[ 0.993541] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.993565] pnp 00:04: [io 0x0070-0x0073]
[ 0.993580] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.993586] pnp 00:05: [io 0x0061]
[ 0.993600] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.993604] pnp 00:06: [io 0x00f0-0x00ff]
[ 0.993608] pnp 00:06: [irq 13]
[ 0.993623] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.993824] pnp 00:07: [io 0x03f8-0x03ff]
[ 0.993828] pnp 00:07: [irq 4]
[ 0.993859] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.993899] pnp 00:08: [io 0x0400-0x04cf]
[ 0.993900] pnp 00:08: [io 0x04d2-0x04ff]
[ 0.993930] pnp 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.994052] pnp 00:09: [mem 0xe0000000-0xefffffff]
[ 0.994088] pnp 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.994238] pnp 00:0a: [mem 0x000ce600-0x000cffff]
[ 0.994239] pnp 00:0a: [mem 0x000f0000-0x000f7fff]
[ 0.994240] pnp 00:0a: [mem 0x000f8000-0x000fbfff]
[ 0.994241] pnp 00:0a: [mem 0x000fc000-0x000fffff]
[ 0.994242] pnp 00:0a: [mem 0xbfee0000-0xbfefffff]
[ 0.994243] pnp 00:0a: [mem 0x00000000-0x0009ffff]
[ 0.994244] pnp 00:0a: [mem 0x00100000-0xbfedffff]
[ 0.994246] pnp 00:0a: [mem 0xfec00000-0xfec00fff]
[ 0.994247] pnp 00:0a: [mem 0xfed10000-0xfed1dfff]
[ 0.994248] pnp 00:0a: [mem 0xfed20000-0xfed8ffff]
[ 0.994249] pnp 00:0a: [mem 0xfee00000-0xfee00fff]
[ 0.994250] pnp 00:0a: [mem 0xffb00000-0xffb7ffff]
[ 0.994251] pnp 00:0a: [mem 0xfff00000-0xffffffff]
[ 0.994252] pnp 00:0a: [mem 0x000e0000-0x000effff]
[ 0.994296] pnp 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.994310] pnp 00:0b: [mem 0xffb80000-0xffbfffff]
[ 0.994330] pnp 00:0b: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.994333] pnp: PnP ACPI: found 12 devices
[ 0.994334] ACPI: ACPI bus type pnp unregistered
[ 0.994339] system 00:01: [io 0x04d0-0x04d1] has been reserved
[ 0.994340] system 00:01: [io 0x0290-0x029f] has been reserved
[ 0.994342] system 00:01: [io 0x0800-0x087f] has been reserved
[ 0.994343] system 00:01: [io 0x0290-0x0294] has been reserved
[ 0.994344] system 00:01: [io 0x0880-0x088f] has been reserved
[ 0.994348] system 00:08: [io 0x0400-0x04cf] could not be reserved
[ 0.994349] system 00:08: [io 0x04d2-0x04ff] has been reserved
[ 0.994352] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.994354] system 00:0a: [mem 0x000ce600-0x000cffff] has been reserved
[ 0.994356] system 00:0a: [mem 0x000f0000-0x000f7fff] could not be reserved
[ 0.994357] system 00:0a: [mem 0x000f8000-0x000fbfff] could not be reserved
[ 0.994359] system 00:0a: [mem 0x000fc000-0x000fffff] could not be reserved
[ 0.994360] system 00:0a: [mem 0xbfee0000-0xbfefffff] could not be reserved
[ 0.994361] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.994363] system 00:0a: [mem 0x00100000-0xbfedffff] could not be reserved
[ 0.994365] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.994366] system 00:0a: [mem 0xfed10000-0xfed1dfff] has been reserved
[ 0.994367] system 00:0a: [mem 0xfed20000-0xfed8ffff] has been reserved
[ 0.994369] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.994370] system 00:0a: [mem 0xffb00000-0xffb7ffff] has been reserved
[ 0.994372] system 00:0a: [mem 0xfff00000-0xffffffff] has been reserved
[ 0.994373] system 00:0a: [mem 0x000e0000-0x000effff] has been reserved
[ 0.999640] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0000000-0xf01fffff]
[ 0.999643] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf0200000-0xf03fffff 64bit pref]
[ 0.999645] pci 0000:00:1c.1: BAR 15: assigned [mem 0xf0400000-0xf05fffff 64bit pref]
[ 0.999647] pci 0000:00:1e.0: BAR 15: assigned [mem 0xbff00000-0xbfffffff pref]
[ 0.999649] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 0.999651] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.999652] pci 0000:00:01.0: bridge window [io disabled]
[ 0.999654] pci 0000:00:01.0: bridge window [mem disabled]
[ 0.999657] pci 0000:00:01.0: bridge window [mem pref disabled]
[ 0.999661] pci 0000:02:00.0: BAR 6: assigned [mem 0xf9000000-0xf907ffff pref]
[ 0.999662] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[ 0.999664] pci 0000:00:03.0: bridge window [io 0xb000-0xbfff]
[ 0.999667] pci 0000:00:03.0: bridge window [mem 0xf6000000-0xf9ffffff]
[ 0.999670] pci 0000:00:03.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
[ 0.999673] pci 0000:00:05.0: PCI bridge to [bus 03-03]
[ 0.999674] pci 0000:00:05.0: bridge window [io disabled]
[ 0.999677] pci 0000:00:05.0: bridge window [mem disabled]
[ 0.999679] pci 0000:00:05.0: bridge window [mem pref disabled]
[ 0.999683] pci 0000:00:07.0: PCI bridge to [bus 04-04]
[ 0.999684] pci 0000:00:07.0: bridge window [io disabled]
[ 0.999686] pci 0000:00:07.0: bridge window [mem disabled]
[ 0.999688] pci 0000:00:07.0: bridge window [mem pref disabled]
[ 0.999692] pci 0000:00:09.0: PCI bridge to [bus 05-05]
[ 0.999693] pci 0000:00:09.0: bridge window [io disabled]
[ 0.999696] pci 0000:00:09.0: bridge window [mem disabled]
[ 0.999698] pci 0000:00:09.0: bridge window [mem pref disabled]
[ 0.999701] pci 0000:00:1c.0: PCI bridge to [bus 06-06]
[ 0.999703] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
[ 0.999707] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf01fffff]
[ 0.999709] pci 0000:00:1c.0: bridge window [mem 0xf0200000-0xf03fffff 64bit pref]
[ 0.999714] pci 0000:00:1c.1: PCI bridge to [bus 07-07]
[ 0.999716] pci 0000:00:1c.1: bridge window [io 0xe000-0xefff]
[ 0.999719] pci 0000:00:1c.1: bridge window [mem 0xfbd00000-0xfbdfffff]
[ 0.999722] pci 0000:00:1c.1: bridge window [mem 0xf0400000-0xf05fffff 64bit pref]
[ 0.999726] pci 0000:08:00.0: BAR 6: assigned [mem 0xfbe00000-0xfbe0ffff pref]
[ 0.999728] pci 0000:00:1c.4: PCI bridge to [bus 08-08]
[ 0.999729] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
[ 0.999733] pci 0000:00:1c.4: bridge window [mem 0xfbb00000-0xfbbfffff]
[ 0.999736] pci 0000:00:1c.4: bridge window [mem 0xfbe00000-0xfbefffff 64bit pref]
[ 0.999740] pci 0000:09:01.0: BAR 6: assigned [mem 0xbff00000-0xbff0ffff pref]
[ 0.999742] pci 0000:00:1e.0: PCI bridge to [bus 09-09]
[ 0.999743] pci 0000:00:1e.0: bridge window [io 0xc000-0xcfff]
[ 0.999747] pci 0000:00:1e.0: bridge window [mem 0xfbc00000-0xfbcfffff]
[ 0.999750] pci 0000:00:1e.0: bridge window [mem 0xbff00000-0xbfffffff pref]
[ 0.999760] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.999764] pci 0000:00:01.0: setting latency timer to 64
[ 0.999767] pci 0000:00:03.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.999770] pci 0000:00:03.0: setting latency timer to 64
[ 0.999773] pci 0000:00:05.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.999776] pci 0000:00:05.0: setting latency timer to 64
[ 0.999779] pci 0000:00:07.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.999782] pci 0000:00:07.0: setting latency timer to 64
[ 0.999785] pci 0000:00:09.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.999788] pci 0000:00:09.0: setting latency timer to 64
[ 0.999792] pci 0000:00:1c.0: enabling device (0000 -> 0003)
[ 0.999794] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.999797] pci 0000:00:1c.0: setting latency timer to 64
[ 0.999803] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 0.999806] pci 0000:00:1c.1: setting latency timer to 64
[ 0.999810] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.999812] pci 0000:00:1c.4: setting latency timer to 64
[ 0.999817] pci 0000:00:1e.0: setting latency timer to 64
[ 0.999819] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.999820] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.999821] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.999823] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
[ 0.999824] pci_bus 0000:00: resource 8 [mem 0xbff00000-0xfebfffff]
[ 0.999825] pci_bus 0000:02: resource 0 [io 0xb000-0xbfff]
[ 0.999826] pci_bus 0000:02: resource 1 [mem 0xf6000000-0xf9ffffff]
[ 0.999828] pci_bus 0000:02: resource 2 [mem 0xc0000000-0xdfffffff 64bit pref]
[ 0.999829] pci_bus 0000:06: resource 0 [io 0x1000-0x1fff]
[ 0.999830] pci_bus 0000:06: resource 1 [mem 0xf0000000-0xf01fffff]
[ 0.999832] pci_bus 0000:06: resource 2 [mem 0xf0200000-0xf03fffff 64bit pref]
[ 0.999833] pci_bus 0000:07: resource 0 [io 0xe000-0xefff]
[ 0.999834] pci_bus 0000:07: resource 1 [mem 0xfbd00000-0xfbdfffff]
[ 0.999835] pci_bus 0000:07: resource 2 [mem 0xf0400000-0xf05fffff 64bit pref]
[ 0.999836] pci_bus 0000:08: resource 0 [io 0xd000-0xdfff]
[ 0.999838] pci_bus 0000:08: resource 1 [mem 0xfbb00000-0xfbbfffff]
[ 0.999839] pci_bus 0000:08: resource 2 [mem 0xfbe00000-0xfbefffff 64bit pref]
[ 0.999840] pci_bus 0000:09: resource 0 [io 0xc000-0xcfff]
[ 0.999841] pci_bus 0000:09: resource 1 [mem 0xfbc00000-0xfbcfffff]
[ 0.999843] pci_bus 0000:09: resource 2 [mem 0xbff00000-0xbfffffff pref]
[ 0.999844] pci_bus 0000:09: resource 4 [io 0x0000-0x0cf7]
[ 0.999845] pci_bus 0000:09: resource 5 [io 0x0d00-0xffff]
[ 0.999846] pci_bus 0000:09: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.999847] pci_bus 0000:09: resource 7 [mem 0x000c0000-0x000dffff]
[ 0.999849] pci_bus 0000:09: resource 8 [mem 0xbff00000-0xfebfffff]
[ 0.999865] NET: Registered protocol family 2
[ 0.999951] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 1.000562] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 1.001851] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 1.002054] TCP: Hash tables configured (established 524288 bind 65536)
[ 1.002055] TCP reno registered
[ 1.002062] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 1.002081] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 1.002163] NET: Registered protocol family 1
[ 1.032622] pci 0000:02:00.0: Boot video device
[ 1.032641] PCI: CLS 64 bytes, default 64
[ 1.032683] Unpacking initramfs...
[ 1.178762] Freeing initrd memory: 10360k freed
[ 1.180138] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.180141] Placing 64MB software IO TLB between ffff8800bbc00000 - ffff8800bfc00000
[ 1.180142] software IO TLB at phys 0xbbc00000 - 0xbfc00000
[ 1.180498] audit: initializing netlink socket (disabled)
[ 1.180506] type=2000 audit(1293025897.960:1): initialized
[ 1.180717] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.181731] VFS: Disk quotas dquot_6.5.2
[ 1.181765] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.181983] fuse init (API version 7.15)
[ 1.182048] msgmni has been set to 7921
[ 1.182158] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 1.182160] io scheduler noop registered
[ 1.182161] io scheduler deadline registered
[ 1.182181] io scheduler cfq registered (default)
[ 1.182327] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[ 1.182330] ACPI: Power Button [PWRB]
[ 1.182363] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 1.182365] ACPI: Power Button [PWRF]
[ 1.182381] ACPI: acpi_idle registered with cpuidle
[ 1.184152] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.204486] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.432954] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 4.511326] floppy0: no floppy controllers found
[ 4.511672] loop: module loaded
[ 4.511708] ahci 0000:07:00.0: version 3.0
[ 4.511718] ahci 0000:07:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 4.527277] ahci 0000:07:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[ 4.527281] ahci 0000:07:00.0: flags: 64bit ncq pm led clo pmp pio slum part
[ 4.527288] ahci 0000:07:00.0: setting latency timer to 64
[ 4.527460] scsi0 : ahci
[ 4.527503] scsi1 : ahci
[ 4.527546] ata1: SATA max UDMA/133 abar m8192@0xfbdfe000 port 0xfbdfe100 irq 17
[ 4.527549] ata2: SATA max UDMA/133 abar m8192@0xfbdfe000 port 0xfbdfe180 irq 17
[ 4.527568] ata_piix 0000:00:1f.2: version 2.13
[ 4.527578] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 4.527582] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[ 4.527605] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 4.527736] scsi2 : ata_piix
[ 4.527763] scsi3 : ata_piix
[ 4.528090] ata3: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf900 irq 14
[ 4.528094] ata4: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf908 irq 15
[ 4.528104] ata_piix 0000:00:1f.5: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 4.528107] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[ 4.528131] ata_piix 0000:00:1f.5: setting latency timer to 64
[ 4.528229] scsi4 : ata_piix
[ 4.528257] scsi5 : ata_piix
[ 4.528540] ata5: SATA max UDMA/133 cmd 0xf600 ctl 0xf500 bmdma 0xf200 irq 19
[ 4.528542] ata6: SATA max UDMA/133 cmd 0xf400 ctl 0xf300 bmdma 0xf208 irq 19
[ 4.528560] pata_jmicron 0000:07:00.1: enabling device (0000 -> 0001)
[ 4.528567] pata_jmicron 0000:07:00.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[ 4.528585] pata_jmicron 0000:07:00.1: setting latency timer to 64
[ 4.528719] scsi6 : pata_jmicron
[ 4.528745] scsi7 : pata_jmicron
[ 4.529087] ata7: PATA max UDMA/100 cmd 0xef00 ctl 0xee00 bmdma 0xeb00 irq 18
[ 4.529089] ata8: PATA max UDMA/100 cmd 0xed00 ctl 0xec00 bmdma 0xeb08 irq 18
[ 4.529108] sundance.c:v1.2 11-Sep-2006 Written by Donald Becker
[ 4.529114] sundance 0000:09:01.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 4.529509] eth0: IC Plus Corporation IP100A FAST Ethernet Adapter at 000000000001cd00, 00:23:cd:b2:4f:f4, IRQ 17.
[ 4.530077] eth0: MII PHY found at address 0, status 0x786d advertising 01e1.
[ 4.716077] ata7.00: ATA-6: IC35L060AVV207-0, V22OA66A, max UDMA/100
[ 4.716079] ata7.00: 78156288 sectors, multi 16: LBA48
[ 4.716493] ata7.01: HPA detected: current 78154175, native 78156288
[ 4.716495] ata7.01: ATA-6: IC35L060AVV207-0, V22OA66A, max UDMA/100
[ 4.716496] ata7.01: 78154175 sectors, multi 16: LBA48
[ 4.740097] ata7.00: configured for UDMA/100
[ 4.764058] ata7.01: configured for UDMA/100
[ 4.838520] PPP generic driver version 2.4.2
[ 4.838542] NET: Registered protocol family 24
[ 4.838552] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 4.838561] r8169 0000:08:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 4.838586] r8169 0000:08:00.0: setting latency timer to 64
[ 4.838632] r8169 0000:08:00.0: irq 40 for MSI/MSI-X
[ 4.838738] r8169 0000:08:00.0: eth1: RTL8168c/8111c at 0xffffc90000622000, 00:24:1d:c8:74:67, XID 1c4000c0 IRQ 40
[ 4.847141] ata1: SATA link down (SStatus 0 SControl 300)
[ 4.847176] ata2: SATA link down (SStatus 0 SControl 300)
[ 4.857814] ata6: SATA link down (SStatus 0 SControl 300)
[ 4.871117] I2O subsystem v1.325
[ 4.871119] i2o: max drivers = 8
[ 4.871193] firewire_ohci 0000:09:06.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 4.927125] firewire_ohci: Added fw-ohci device 0000:09:06.0, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x2
[ 4.927187] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.927196] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 4.927204] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 4.927206] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 4.927220] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 4.943100] ehci_hcd 0000:00:1a.7: debug port 1
[ 4.946967] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[ 4.946970] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfbffe000
[ 4.959077] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 4.959095] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.959098] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.959100] usb usb1: Product: EHCI Host Controller
[ 4.959103] usb usb1: Manufacturer: Linux 2.6.37-rc7-amd64-t0 ehci_hcd
[ 4.959105] usb usb1: SerialNumber: 0000:00:1a.7
[ 4.959183] hub 1-0:1.0: USB hub found
[ 4.959187] hub 1-0:1.0: 6 ports detected
[ 4.959235] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 4.959243] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 4.959245] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 4.959249] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 4.991079] ehci_hcd 0000:00:1d.7: debug port 1
[ 4.994949] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 4.994959] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfbffd000
[ 5.007058] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 5.007072] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 5.007075] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.007077] usb usb2: Product: EHCI Host Controller
[ 5.007079] usb usb2: Manufacturer: Linux 2.6.37-rc7-amd64-t0 ehci_hcd
[ 5.007082] usb usb2: SerialNumber: 0000:00:1d.7
[ 5.007157] hub 2-0:1.0: USB hub found
[ 5.007159] hub 2-0:1.0: 6 ports detected
[ 5.007202] uhci_hcd: USB Universal Host Controller Interface driver
[ 5.007233] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 5.007237] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 5.007239] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 5.007243] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 5.011102] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 5.019178] ata5.00: ATAPI: Optiarc DVD RW AD-5240S, 1.01, max UDMA/100
[ 5.035172] ata5.00: configured for UDMA/100
[ 5.039073] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000ff00
[ 5.039107] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.039110] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.039112] usb usb3: Product: UHCI Host Controller
[ 5.039114] usb usb3: Manufacturer: Linux 2.6.37-rc7-amd64-t0 uhci_hcd
[ 5.039116] usb usb3: SerialNumber: 0000:00:1a.0
[ 5.039173] hub 3-0:1.0: USB hub found
[ 5.039175] hub 3-0:1.0: 2 ports detected
[ 5.039215] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 5.039219] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 5.039221] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 5.039224] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 5.075061] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000fe00
[ 5.075092] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.075095] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.075097] usb usb4: Product: UHCI Host Controller
[ 5.075099] usb usb4: Manufacturer: Linux 2.6.37-rc7-amd64-t0 uhci_hcd
[ 5.075101] usb usb4: SerialNumber: 0000:00:1a.1
[ 5.075156] hub 4-0:1.0: USB hub found
[ 5.075158] hub 4-0:1.0: 2 ports detected
[ 5.075192] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 5.075196] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 5.075198] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 5.075202] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[ 5.111032] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000fd00
[ 5.111064] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.111067] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.111069] usb usb5: Product: UHCI Host Controller
[ 5.111071] usb usb5: Manufacturer: Linux 2.6.37-rc7-amd64-t0 uhci_hcd
[ 5.111074] usb usb5: SerialNumber: 0000:00:1a.2
[ 5.111130] hub 5-0:1.0: USB hub found
[ 5.111132] hub 5-0:1.0: 2 ports detected
[ 5.111171] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 5.111174] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 5.111176] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 5.111180] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[ 5.147016] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fc00
[ 5.147050] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.147053] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.147055] usb usb6: Product: UHCI Host Controller
[ 5.147057] usb usb6: Manufacturer: Linux 2.6.37-rc7-amd64-t0 uhci_hcd
[ 5.147060] usb usb6: SerialNumber: 0000:00:1d.0
[ 5.147116] hub 6-0:1.0: USB hub found
[ 5.147118] hub 6-0:1.0: 2 ports detected
[ 5.147158] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 5.147162] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 5.147164] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 5.147168] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[ 5.177738] ata4.00: SATA link down (SStatus 0 SControl 300)
[ 5.177750] ata4.01: SATA link down (SStatus 0 SControl 300)
[ 5.179009] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fb00
[ 5.179040] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.179043] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.179045] usb usb7: Product: UHCI Host Controller
[ 5.179047] usb usb7: Manufacturer: Linux 2.6.37-rc7-amd64-t0 uhci_hcd
[ 5.179049] usb usb7: SerialNumber: 0000:00:1d.1
[ 5.179107] hub 7-0:1.0: USB hub found
[ 5.179109] hub 7-0:1.0: 2 ports detected
[ 5.179146] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 5.179150] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 5.179152] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 5.179156] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[ 5.211007] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fa00
[ 5.211037] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.211040] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.211042] usb usb8: Product: UHCI Host Controller
[ 5.211044] usb usb8: Manufacturer: Linux 2.6.37-rc7-amd64-t0 uhci_hcd
[ 5.211047] usb usb8: SerialNumber: 0000:00:1d.2
[ 5.211100] hub 8-0:1.0: USB hub found
[ 5.211102] hub 8-0:1.0: 2 ports detected
[ 5.211168] PNP: No PS/2 controller found. Probing ports directly.
[ 5.211513] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 5.211516] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 5.211563] mice: PS/2 mouse device common for all mice
[ 5.211627] input: PC Speaker as /devices/platform/pcspkr/input/input2
[ 5.211656] rtc_cmos 00:04: RTC can wake from S4
[ 5.242996] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 5.243024] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[ 5.243072] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 5.243100] md: raid1 personality registered for level 1
[ 5.243151] device-mapper: uevent: version 1.0.3
[ 5.243201] device-mapper: ioctl: 4.18.0-ioctl (2010-06-29) initialised: dm-devel@redhat.com
[ 5.243215] cpuidle: using governor ladder
[ 5.243216] cpuidle: using governor menu
[ 5.243217] No iBFT detected.
[ 5.243337] usbcore: registered new interface driver usbhid
[ 5.243338] usbhid: USB HID core driver
[ 5.244091] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 5.244121] HDA Intel 0000:00:1b.0: irq 41 for MSI/MSI-X
[ 5.244135] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 5.284751] ALSA device list:
[ 5.284752] #0: HDA Intel at 0xfbff8000 irq 41
[ 5.284889] TCP cubic registered
[ 5.284960] NET: Registered protocol family 10
[ 5.285178] lo: Disabled Privacy Extensions
[ 5.285495] Mobile IPv6
[ 5.285496] NET: Registered protocol family 17
[ 5.286464] registered taskstats version 1
[ 5.286806] rtc_cmos 00:04: setting system clock to 2010-12-22 13:51:42 UTC (1293025902)
[ 5.322992] ata3.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 5.323006] ata3.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 5.340190] ata3.00: HPA detected: current 586070255, native 586072368
[ 5.340196] ata3.00: ATA-8: WDC WD3000HLFS-01G6U1, 04.04V02, max UDMA/133
[ 5.340198] ata3.00: 586070255 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 5.340470] ata3.01: ATA-8: WDC WD3000HLFS-01G6U1, 04.04V02, max UDMA/133
[ 5.340473] ata3.01: 586072368 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 5.356229] ata3.00: configured for UDMA/133
[ 5.371623] ata3.01: configured for UDMA/133
[ 5.371716] scsi 2:0:0:0: Direct-Access ATA WDC WD3000HLFS-0 04.0 PQ: 0 ANSI: 5
[ 5.371783] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 5.371786] sd 2:0:0:0: [sda] 586070255 512-byte logical blocks: (300 GB/279 GiB)
[ 5.371827] sd 2:0:0:0: [sda] Write Protect is off
[ 5.371828] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 5.371841] scsi 2:0:1:0: Direct-Access ATA WDC WD3000HLFS-0 04.0 PQ: 0 ANSI: 5
[ 5.371845] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.371902] sd 2:0:1:0: Attached scsi generic sg1 type 0
[ 5.371910] sd 2:0:1:0: [sdb] 586072368 512-byte logical blocks: (300 GB/279 GiB)
[ 5.371951] sd 2:0:1:0: [sdb] Write Protect is off
[ 5.371953] sd 2:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[ 5.371969] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.373205] scsi 4:0:0:0: CD-ROM Optiarc DVD RW AD-5240S 1.01 PQ: 0 ANSI: 5
[ 5.377795] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[ 5.377798] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 5.377876] sr 4:0:0:0: Attached scsi CD-ROM sr0
[ 5.377900] sr 4:0:0:0: Attached scsi generic sg2 type 5
[ 5.377962] scsi 6:0:0:0: Direct-Access ATA IC35L060AVV207-0 V22O PQ: 0 ANSI: 5
[ 5.378017] sd 6:0:0:0: [sdc] 78156288 512-byte logical blocks: (40.0 GB/37.2 GiB)
[ 5.378033] sd 6:0:0:0: Attached scsi generic sg3 type 0
[ 5.378050] sd 6:0:0:0: [sdc] Write Protect is off
[ 5.378052] sd 6:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 5.378066] sd 6:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.378094] scsi 6:0:1:0: Direct-Access ATA IC35L060AVV207-0 V22O PQ: 0 ANSI: 5
[ 5.378162] sd 6:0:1:0: [sdd] 78154175 512-byte logical blocks: (40.0 GB/37.2 GiB)
[ 5.378176] sd 6:0:1:0: Attached scsi generic sg4 type 0
[ 5.378201] sd 6:0:1:0: [sdd] Write Protect is off
[ 5.378203] sd 6:0:1:0: [sdd] Mode Sense: 00 3a 00 00
[ 5.392393] sd 6:0:1:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.398736] sda: sda1 sda2 < sda5 sda6 sda7 >
[ 5.413910] sdc: sdc1 sdc2 sdc3 < sdc5 >
[ 5.425178] sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 >
[ 5.425370] sd 2:0:0:0: [sda] Attached SCSI disk
[ 5.425390] sd 2:0:1:0: [sdb] Attached SCSI disk
[ 5.426950] firewire_core: created device fw0: GUID 00cb51fb0000241d, S400
[ 5.438906] usb 4-1: new low speed USB device using uhci_hcd and address 2
[ 5.450533] sdd: sdd1 sdd2 sdd3 < sdd5 sdd6 >
[ 5.450561] sd 6:0:0:0: [sdc] Attached SCSI disk
[ 5.450620] sdd: p6 size 27969102 extends beyond EOD, enabling native capacity
[ 5.450639] ata7: soft resetting link
[ 5.614849] usb 4-1: New USB device found, idVendor=046d, idProduct=c045
[ 5.614853] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.614855] usb 4-1: Product: USB-PS/2 Optical Mouse
[ 5.614857] usb 4-1: Manufacturer: Logitech
[ 5.631960] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.0/input/input3
[ 5.632003] generic-usb 0003:046D:C045.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1a.1-1/input0
[ 5.635330] ata7.01: n_sectors mismatch 78154175 != 78156288
[ 5.635331] ata7.01: new n_sectors matches native, probably late HPA unlock, n_sectors updated
[ 5.675727] ata7.00: configured for UDMA/100
[ 5.699704] ata7.01: configured for UDMA/100
[ 5.699707] ata7: EH complete
[ 5.699784] sdc: detected capacity change from 0 to 40016019456
[ 5.699796] sd 6:0:1:0: [sdd] 78156288 512-byte logical blocks: (40.0 GB/37.2 GiB)
[ 5.699937] sdd: detected capacity change from 40014937600 to 40016019456
[ 5.734216] sdd: sdd1 sdd2 sdd3 < sdd5 sdd6 >
[ 5.734432] sd 6:0:1:0: [sdd] Attached SCSI disk
[ 5.734433] sdc: detected capacity change from 0 to 40016019456
[ 5.734447] Freeing unused kernel memory: 740k freed
[ 5.734478] sdd: detected capacity change from 0 to 40016019456
[ 5.734545] Write protecting the kernel read-only data: 10240k
[ 5.734651] Freeing unused kernel memory: 592k freed
[ 5.734807] Freeing unused kernel memory: 1796k freed
[ 5.778579] udev[107]: starting version 164
[ 5.930693] usb 4-2: new low speed USB device using uhci_hcd and address 3
[ 6.119624] usb 4-2: New USB device found, idVendor=047b, idProduct=0002
[ 6.119627] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6.119630] usb 4-2: Product: USB Keyboard and Mouse
[ 6.119632] usb 4-2: Manufacturer: SILITEK
[ 6.158670] input: SILITEK USB Keyboard and Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/input/input4
[ 6.158720] generic-usb 0003:047B:0002.0002: input,hidraw1: USB HID v1.00 Keyboard [SILITEK USB Keyboard and Mouse] on usb-0000:00:1a.1-2/input0
[ 6.183651] input: SILITEK USB Keyboard and Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.1/input/input5
[ 6.183712] generic-usb 0003:047B:0002.0003: input,hidraw2: USB HID v1.00 Mouse [SILITEK USB Keyboard and Mouse] on usb-0000:00:1a.1-2/input1
[ 6.282015] md: md0 stopped.
[ 6.283226] md: bind<sdb1>
[ 6.283344] md: bind<sda1>
[ 6.284492] bio: create slab <bio-1> at 1
[ 6.284547] md/raid1:md0: active with 2 out of 2 mirrors
[ 6.284569] md0: detected capacity change from 0 to 509804544
[ 6.285390] md0: detected capacity change from 0 to 509804544
[ 6.291807] md0: unknown partition table
[ 6.327991] md: md1 stopped.
[ 6.328452] md: bind<sdb5>
[ 6.328550] md: bind<sda5>
[ 6.329182] md/raid1:md1: active with 2 out of 2 mirrors
[ 6.329193] md1: detected capacity change from 0 to 75779342336
[ 6.329640] md1: detected capacity change from 0 to 75779342336
[ 6.335738] md1: unknown partition table
[ 6.386346] md: md21 stopped.
[ 6.386960] md: bind<sdb6>
[ 6.387079] md: bind<sda6>
[ 6.388249] md/raid1:md21: active with 2 out of 2 mirrors
[ 6.388267] md21: detected capacity change from 0 to 76799279104
[ 6.389069] md21: detected capacity change from 0 to 76799279104
[ 6.395837] md21: unknown partition table
[ 6.422481] usb 5-2: new low speed USB device using uhci_hcd and address 2
[ 6.451524] md: md100 stopped.
[ 6.452207] md: bind<sdc1>
[ 6.453375] md/raid1:md100: active with 1 out of 2 mirrors
[ 6.453395] md100: detected capacity change from 0 to 1019805696
[ 6.454207] md100: detected capacity change from 0 to 1019805696
[ 6.459814] md100: unknown partition table
[ 6.465255] md: md101 stopped.
[ 6.465939] md: bind<sdc2>
[ 6.467225] md/raid1:md101: active with 1 out of 2 mirrors
[ 6.467245] md101: detected capacity change from 0 to 4096181248
[ 6.468107] md101: detected capacity change from 0 to 4096181248
[ 6.485506] md101: unknown partition table
[ 6.504713] md: md102 stopped.
[ 6.515136] md: bind<sdc5>
[ 6.515783] md/raid1:md102: active with 1 out of 2 mirrors
[ 6.515794] md102: detected capacity change from 0 to 34899761152
[ 6.516249] md102: detected capacity change from 0 to 34899761152
[ 6.549438] md102: unknown partition table
[ 6.596073] md: md300 stopped.
[ 6.601400] usb 5-2: New USB device found, idVendor=1781, idProduct=0898
[ 6.601404] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6.601407] usb 5-2: Product: PxRC PhoenixRC USB Interface
[ 6.601409] usb 5-2: Manufacturer: Runtime
[ 6.613123] md: bind<sdd1>
[ 6.613816] md/raid1:md300: active with 1 out of 2 mirrors
[ 6.613826] md300: detected capacity change from 0 to 526372864
[ 6.614259] md300: detected capacity change from 0 to 526372864
[ 6.615334] md300: unknown partition table
[ 6.620477] generic-usb 0003:1781:0898.0004: hiddev0,hidraw3: USB HID v1.00 Device [Runtime PxRC PhoenixRC USB Interface] on usb-0000:00:1a.2-2/input0
[ 6.733318] md: md301 stopped.
[ 6.746212] md: bind<sdd2>
[ 6.746965] md/raid1:md301: active with 1 out of 2 mirrors
[ 6.746979] md301: detected capacity change from 0 to 4194877440
[ 6.747425] md301: detected capacity change from 0 to 4194877440
[ 6.769507] md301: unknown partition table
[ 6.854370] md: md302 stopped.
[ 6.855532] md: bind<sdd5>
[ 6.856130] md/raid1:md302: active with 1 out of 2 mirrors
[ 6.856143] md302: detected capacity change from 0 to 20974354432
[ 6.856576] md302: detected capacity change from 0 to 20974354432
[ 6.875366] md302: unknown partition table
[ 7.188598] PM: Starting manual resume from disk
[ 7.216877] EXT3-fs (dm-0): recovery required on readonly filesystem
[ 7.216881] EXT3-fs (dm-0): write access will be enabled during recovery
[ 7.219990] EXT3-fs: barriers not enabled
[ 7.273622] kjournald starting. Commit interval 5 seconds
[ 7.273637] EXT3-fs (dm-0): recovery complete
[ 7.275007] EXT3-fs (dm-0): mounted filesystem with ordered data mode
[ 8.426034] udev[426]: starting version 164
[ 8.701848] udev[450]: renamed network interface eth0 to eth0-eth1
[ 9.077873] parport0: PC-style at 0xcf00 [PCSPP,TRISTATE,EPP]
[ 9.093410] parport0: Printer, Hewlett-Packard HP LaserJet 1100
[ 9.095501] EDAC MC: Ver: 2.1.0 Dec 22 2010
[ 9.096791] EDAC i7core: Driver loaded.
[ 9.110076] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 9.165160] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 9.213630] udev[437]: renamed network interface eth1 to eth0
[ 9.285617] udev[450]: renamed network interface eth0-eth1 to eth1
[ 10.726108] EXT3-fs (dm-0): using internal journal
[ 10.868425] Linux agpgart interface v0.103
[ 10.885382] lp0: using parport0 (polling).
[ 13.612051] Adding 3997692k swap on /dev/mapper/rootvg-swap. Priority:-1 extents:1 across:3997692k
[ 17.088008] EXT3-fs: barriers not enabled
[ 17.095904] kjournald starting. Commit interval 5 seconds
[ 17.096478] EXT3-fs (dm-31): using internal journal
[ 17.096483] EXT3-fs (dm-31): mounted filesystem with ordered data mode
[ 17.117588] EXT3-fs: barriers not enabled
[ 17.120064] kjournald starting. Commit interval 5 seconds
[ 17.120780] EXT3-fs (dm-35): using internal journal
[ 17.120784] EXT3-fs (dm-35): mounted filesystem with ordered data mode
[ 17.156216] EXT3-fs: barriers not enabled
[ 17.160450] kjournald starting. Commit interval 5 seconds
[ 17.161056] EXT3-fs (dm-33): using internal journal
[ 17.161060] EXT3-fs (dm-33): mounted filesystem with ordered data mode
[ 17.177018] EXT3-fs: barriers not enabled
[ 17.181783] kjournald starting. Commit interval 5 seconds
[ 17.182409] EXT3-fs (dm-32): using internal journal
[ 17.182413] EXT3-fs (dm-32): mounted filesystem with ordered data mode
[ 17.194618] EXT3-fs: barriers not enabled
[ 17.204619] kjournald starting. Commit interval 5 seconds
[ 17.234150] EXT3-fs (md0): using internal journal
[ 17.234153] EXT3-fs (md0): mounted filesystem with ordered data mode
[ 17.247379] EXT3-fs: barriers not enabled
[ 17.252760] kjournald starting. Commit interval 5 seconds
[ 17.253352] EXT3-fs (dm-27): using internal journal
[ 17.253355] EXT3-fs (dm-27): mounted filesystem with ordered data mode
[ 17.257008] EXT3-fs: barriers not enabled
[ 17.263620] kjournald starting. Commit interval 5 seconds
[ 17.264316] EXT3-fs (dm-29): using internal journal
[ 17.264320] EXT3-fs (dm-29): mounted filesystem with ordered data mode
[ 17.282171] EXT3-fs: barriers not enabled
[ 17.286875] kjournald starting. Commit interval 5 seconds
[ 17.287689] EXT3-fs (dm-34): using internal journal
[ 17.287693] EXT3-fs (dm-34): mounted filesystem with ordered data mode
[ 17.307195] EXT3-fs: barriers not enabled
[ 17.315759] kjournald starting. Commit interval 5 seconds
[ 17.316414] EXT3-fs (dm-30): using internal journal
[ 17.316418] EXT3-fs (dm-30): mounted filesystem with ordered data mode
[ 17.322142] EXT3-fs: barriers not enabled
[ 17.327834] kjournald starting. Commit interval 5 seconds
[ 17.328659] EXT3-fs (dm-28): using internal journal
[ 17.328662] EXT3-fs (dm-28): mounted filesystem with ordered data mode
[ 17.895764] eth1: Link up
[ 17.896093] eth1: Link changed: 10Mbps, half duplex
[ 18.235305] r8169 0000:08:00.0: eth0: link up
[ 18.235309] r8169 0000:08:00.0: eth0: link up
[ 19.111235] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 22.142794] sshd (2619): /proc/2619/oom_adj is deprecated, please use /proc/2619/oom_score_adj instead.
[ 22.982053] ppdev: user-space parallel port driver
[ 28.665144] eth1: no IPv6 routers present
[ 29.072960] eth0: no IPv6 routers present
[ 70.086382] process `sysctl' is using deprecated sysctl (syscall) net.ipv6.neigh.default.retrans_time; Use net.ipv6.neigh.default.retrans_time_ms instead.
[ 70.155583] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 70.187230] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 135.961483] BUG: unable to handle kernel NULL pointer dereference at (null)
[ 135.961663] IP: [<ffffffff810ec4ab>] put_page+0x1b/0x180
[ 135.961781] PGD 13862d067 PUD 139c66067 PMD 0
[ 135.961981] Oops: 0000 [#1] SMP
[ 135.962134] last sysfs file: /sys/module/ip_tables/initstate
[ 135.962205] CPU 4
[ 135.962253] Modules linked in: iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 ip6table_filter ip6_tables iptable_filter ppdev xt_TCPMSS xt_tcpmss xt_tcpudp iptable_mangle ip_tables x_tables lp agpgart shpchp pci_hotplug i7core_edac edac_core parport_pc tpm_tis parport tpm tpm_bios [last unloaded: scsi_wait_scan]
[ 135.963714]
[ 135.963778] Pid: 3127, comm: lynx Not tainted 2.6.37-rc7-amd64-t0 #1 EX58-UD3R/EX58-UD3R
[ 135.963867] RIP: 0010:[<ffffffff810ec4ab>] [<ffffffff810ec4ab>] put_page+0x1b/0x180
[ 135.964002] RSP: 0018:ffff88013806dbb8 EFLAGS: 00010296
[ 135.964071] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 000000000000a104
[ 135.964144] RDX: ffff880139a0de40 RSI: ffff8801388bfe00 RDI: 0000000000000000
[ 135.964217] RBP: ffff8801388bfe00 R08: 0000000000000040 R09: 0000000080000000
[ 135.964291] R10: 0000000000000000 R11: 0000000000000000 R12: ffff8801388bfe00
[ 135.964364] R13: 0000000000000000 R14: 000000000000006a R15: 000000000000006a
[ 135.964438] FS: 0000000000000000(0000) GS:ffff8800bfd00000(0063) knlGS:00000000f7403ab0
[ 135.964527] CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 135.964597] CR2: 0000000000000000 CR3: 0000000139b64000 CR4: 00000000000006e0
[ 135.964670] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 135.964744] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 135.964818] Process lynx (pid: 3127, threadinfo ffff88013806c000, task ffff880138fe0d00)
[ 135.964907] Stack:
[ 135.964970] ffff880139541540 0000000000000001 ffff8801388bfe00 ffff8801388bfe00
[ 135.965234] 0000000000000000 ffffffff8147cae4 ffff8801388bfe00 ffff8801388bfe00
[ 135.965497] ffff88013806deb8 ffffffff8147c591 ffff880139d50680 ffffffff814e3a5a
[ 135.965760] Call Trace:
[ 135.965828] [<ffffffff8147cae4>] ? skb_release_data+0x74/0xd0
[ 135.965900] [<ffffffff8147c591>] ? __kfree_skb+0x11/0x90
[ 135.965972] [<ffffffff814e3a5a>] ? udp_recvmsg+0x17a/0x300
[ 135.966044] [<ffffffff814ea7d8>] ? inet_recvmsg+0x48/0x80
[ 135.966116] [<ffffffff8147470d>] ? sock_recvmsg+0xed/0x140
[ 135.966189] [<ffffffff814e3696>] ? first_packet_length+0x76/0x1e0
[ 135.966261] [<ffffffff81473279>] ? sock_do_ioctl+0x29/0x60
[ 135.966333] [<ffffffff81473324>] ? sock_ioctl+0x74/0x2c0
[ 135.967323] [<ffffffff814df10c>] ? ip4_datagram_connect+0x28c/0x300
[ 135.967396] [<ffffffff814748b3>] ? sys_recvfrom+0xf3/0x180
[ 135.967468] [<ffffffff8116fc4c>] ? compat_sys_ioctl+0x24c/0x1190
[ 135.967540] [<ffffffff814738d6>] ? sock_alloc_file+0xc6/0x150
[ 135.967613] [<ffffffff8113c301>] ? poll_select_set_timeout+0x91/0xa0
[ 135.967688] [<ffffffff81012f75>] ? read_tsc+0x5/0x20
[ 135.967759] [<ffffffff814a1682>] ? compat_sys_socketcall+0x102/0x210
[ 135.967833] [<ffffffff81040940>] ? sysenter_dispatch+0x7/0x2e
[ 135.967903] Code: ec 72 f8 ff 66 66 66 2e 0f 1f 84 00 00 00 00 00 48 83 ec 28 48 89 5c 24 08 48 89 6c 24 10 48 89 fb 4c 89 64 24 18 4c 89 6c 24 20 <66> f7 07 00 c0 0f 85 15 01 00 00 8b 47 08 f0 ff 4f 08 0f 94 c0
[ 135.970882] RIP [<ffffffff810ec4ab>] put_page+0x1b/0x180
[ 135.970997] RSP <ffff88013806dbb8>
[ 135.971062] CR2: 0000000000000000
[ 135.971152] ---[ end trace e442d5af2fa6cb03 ]---
[ 196.736827] BUG: unable to handle kernel NULL pointer dereference at (null)
[ 196.736977] IP: [<ffffffff810ec4ab>] put_page+0x1b/0x180
[ 196.737080] PGD 139ac0067 PUD 139b8a067 PMD 0
[ 196.737265] Oops: 0000 [#2] SMP
[ 196.737403] last sysfs file: /sys/module/ip_tables/initstate
[ 196.737459] CPU 4
[ 196.737507] Modules linked in: iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 ip6table_filter ip6_tables iptable_filter ppdev xt_TCPMSS xt_tcpmss xt_tcpudp iptable_mangle ip_tables x_tables lp agpgart shpchp pci_hotplug i7core_edac edac_core parport_pc tpm_tis parport tpm tpm_bios [last unloaded: scsi_wait_scan]
[ 196.738880]
[ 196.738929] Pid: 2590, comm: ntpd Tainted: G D 2.6.37-rc7-amd64-t0 #1 EX58-UD3R/EX58-UD3R
[ 196.738991] RIP: 0010:[<ffffffff810ec4ab>] [<ffffffff810ec4ab>] put_page+0x1b/0x180
[ 196.739095] RSP: 0018:ffff880138e79af8 EFLAGS: 00210292
[ 196.739150] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 000000000000fe0e
[ 196.739209] RDX: ffff880139477e40 RSI: ffff8801388bf000 RDI: 0000000000000000
[ 196.739267] RBP: ffff8801388bf000 R08: ffff880138e79a38 R09: 0000000000000014
[ 196.739325] R10: 0000000000000000 R11: 0000000000000000 R12: ffff8801388bf000
[ 196.739398] R13: 0000000000000000 R14: 0000000000000030 R15: 0000000000000030
[ 196.739472] FS: 0000000000000000(0000) GS:ffff8800bfd00000(0063) knlGS:00000000f73ee6c0
[ 196.739561] CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 196.739631] CR2: 0000000000000000 CR3: 00000001386b7000 CR4: 00000000000006e0
[ 196.739704] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 196.739778] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 196.739852] Process ntpd (pid: 2590, threadinfo ffff880138e78000, task ffff880139dba700)
[ 196.739940] Stack:
[ 196.740003] 000000004d12032f 0000000000000001 ffff8801388bf000 ffff8801388bf000
[ 196.740267] 0000000000000000 ffffffff8147cae4 ffff8801388bf000 ffff8801388bf000
[ 196.740529] ffff880138e79ef8 ffffffff8147c591 ffff880139f59a00 ffffffff814e3a5a
[ 196.740793] Call Trace:
[ 196.740860] [<ffffffff8147cae4>] ? skb_release_data+0x74/0xd0
[ 196.740932] [<ffffffff8147c591>] ? __kfree_skb+0x11/0x90
[ 196.741004] [<ffffffff814e3a5a>] ? udp_recvmsg+0x17a/0x300
[ 196.741076] [<ffffffff814ea7d8>] ? inet_recvmsg+0x48/0x80
[ 196.741148] [<ffffffff8147470d>] ? sock_recvmsg+0xed/0x140
[ 196.741219] [<ffffffff8113c540>] ? pollwake+0x0/0x60
[ 196.741289] [<ffffffff8113c540>] ? pollwake+0x0/0x60
[ 196.741359] [<ffffffff8113c540>] ? pollwake+0x0/0x60
[ 196.741431] [<ffffffff814a1bdd>] ? verify_compat_iovec+0x6d/0x120
[ 196.741504] [<ffffffff81474620>] ? sock_recvmsg+0x0/0x140
[ 196.741575] [<ffffffff81475c8c>] ? __sys_recvmsg+0x12c/0x2b0
[ 196.741647] [<ffffffff814757fc>] ? sys_sendto+0x13c/0x1a0
[ 196.741720] [<ffffffff8101543d>] ? restore_i387_xstate_ia32+0x14d/0x1f0
[ 196.741796] [<ffffffff8112fed6>] ? vfs_fstatat+0x36/0x80
[ 196.741867] [<ffffffff81476094>] ? sys_recvmsg+0x44/0x80
[ 196.741938] [<ffffffff814a160b>] ? compat_sys_socketcall+0x8b/0x210
[ 196.742011] [<ffffffff81040940>] ? sysenter_dispatch+0x7/0x2e
[ 196.742081] Code: ec 72 f8 ff 66 66 66 2e 0f 1f 84 00 00 00 00 00 48 83 ec 28 48 89 5c 24 08 48 89 6c 24 10 48 89 fb 4c 89 64 24 18 4c 89 6c 24 20 <66> f7 07 00 c0 0f 85 15 01 00 00 8b 47 08 f0 ff 4f 08 0f 94 c0
[ 196.745059] RIP [<ffffffff810ec4ab>] put_page+0x1b/0x180
[ 196.745174] RSP <ffff880138e79af8>
[ 196.745240] CR2: 0000000000000000
[ 196.745317] ---[ end trace e442d5af2fa6cb04 ]---
[ 198.725986] BUG: unable to handle kernel NULL pointer dereference at (null)
[ 198.726135] IP: [<ffffffff810ec4ab>] put_page+0x1b/0x180
[ 198.726236] PGD 138089067 PUD 139516067 PMD 0
[ 198.726422] Oops: 0000 [#3] SMP
[ 198.726560] last sysfs file: /sys/module/ip_tables/initstate
[ 198.726615] CPU 4
[ 198.726663] Modules linked in: iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 ip6table_filter ip6_tables iptable_filter ppdev xt_TCPMSS xt_tcpmss xt_tcpudp iptable_mangle ip_tables x_tables lp agpgart shpchp pci_hotplug i7core_edac edac_core parport_pc tpm_tis parport tpm tpm_bios [last unloaded: scsi_wait_scan]
[ 198.728033]
[ 198.728081] Pid: 1697, comm: pppd Tainted: G D 2.6.37-rc7-amd64-t0 #1 EX58-UD3R/EX58-UD3R
[ 198.728144] RIP: 0010:[<ffffffff810ec4ab>] [<ffffffff810ec4ab>] put_page+0x1b/0x180
[ 198.728249] RSP: 0018:ffff880139c69e08 EFLAGS: 00010292
[ 198.728303] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000003824
[ 198.728362] RDX: ffff880139477640 RSI: ffff880139477060 RDI: 0000000000000000
[ 198.728420] RBP: ffff8801388bfa00 R08: 0000000000000000 R09: 0000000000000000
[ 198.728478] R10: ffff880139c68000 R11: 0000000000000000 R12: 00000000080d5f42
[ 198.728536] R13: ffff8801388bf900 R14: 000000000000000a R15: 00000000000005de
[ 198.728595] FS: 0000000000000000(0000) GS:ffff8800bfd00000(0063) knlGS:00000000f7543b20
[ 198.728670] CS: 0010 DS: 002b ES: 002b CR0: 000000008005003b
[ 198.728741] CR2: 0000000000000000 CR3: 00000001386a3000 CR4: 00000000000006e0
[ 198.728814] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 198.728887] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 198.728961] Process pppd (pid: 1697, threadinfo ffff880139c68000, task ffff88013a1c5b00)
[ 198.729050] Stack:
[ 198.729113] ffff880138631a00 0000000000000001 ffff8801388bfa00 00000000080d5f42
[ 198.729376] ffff8801388bf900 ffffffff8147cae4 ffff880138678f00 ffff8801388bfa00
[ 198.729639] ffff880138678f00 ffffffff8147c591 ffff8801388bfa00 ffffffff8135a3dc
[ 198.729902] Call Trace:
[ 198.729968] [<ffffffff8147cae4>] ? skb_release_data+0x74/0xd0
[ 198.730040] [<ffffffff8147c591>] ? __kfree_skb+0x11/0x90
[ 198.730112] [<ffffffff8135a3dc>] ? ppp_read+0x18c/0x210
[ 198.730184] [<ffffffff81053060>] ? default_wake_function+0x0/0x20
[ 198.730258] [<ffffffff8112b5d5>] ? vfs_read+0xc5/0x190
[ 198.730329] [<ffffffff8112bc5e>] ? sys_read+0x4e/0x90
[ 198.730402] [<ffffffff810a013f>] ? compat_sys_gettimeofday+0x9f/0xb0
[ 198.730474] [<ffffffff81040940>] ? sysenter_dispatch+0x7/0x2e
[ 198.730545] Code: ec 72 f8 ff 66 66 66 2e 0f 1f 84 00 00 00 00 00 48 83 ec 28 48 89 5c 24 08 48 89 6c 24 10 48 89 fb 4c 89 64 24 18 4c 89 6c 24 20 <66> f7 07 00 c0 0f 85 15 01 00 00 8b 47 08 f0 ff 4f 08 0f 94 c0
[ 198.733522] RIP [<ffffffff810ec4ab>] put_page+0x1b/0x180
[ 198.733637] RSP <ffff880139c69e08>
[ 198.733703] CR2: 0000000000000000
[ 198.733778] ---[ end trace e442d5af2fa6cb05 ]---
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Help: major pppoe regression since 2.6.35 (panic on first ppp conection)?
2010-12-22 16:00 ` Joel Soete
@ 2010-12-22 16:25 ` Eric Dumazet
2010-12-23 11:02 ` Joel Soete
0 siblings, 1 reply; 16+ messages in thread
From: Eric Dumazet @ 2010-12-22 16:25 UTC (permalink / raw)
To: Joel Soete; +Cc: Jarek Poplawski, Andrew Morton, Linux Kernel, netdev
Le mercredi 22 décembre 2010 à 17:00 +0100, Joel Soete a écrit :
> Hello Jarek,
>
> Nice to read you :<)
>
> On 12/22/2010 12:00 PM, Jarek Poplawski wrote:
> > On 2010-12-22 09:22, Andrew Morton wrote:
> >> (cc netdev)
> >>
> >> The bug is still present in 2.6.37-rc6.
> >>
> >> On Sat, 18 Dec 2010 11:33:14 +0000 Joel Soete<soete.joel@scarlet.be> wrote:
> >>
> >>> Hello all,
> >
> > Hi,
> > Could you reproduce this bug with a vanilla kernel (without nvidia
> > patch)? If so, please include dmesg and .config to the next report.
> >
> Yes (it was already a vanilla kernel but 2.6.35 with my config, even thought same issue occurs some other distro stock
> kernel 2.6.35), but here are some more dmesg with vanilla 2.6.37-rc6 and rc7 (I just added your debugging patch
> I found here, just because if I don't do it kernel is panicing immediately without letting any chance to capture dmesg (and
> unfortunately I don't have any more chance to grab panic messages from serial console: no more rs232 on latest office laptop :<)
>
> So you will find here attached personal config files of 2 kernels and respective dmesg.
>
> If ever you need more details, don't hesitate to ask me.
>
> Thanks a lot,
> J.
Something overwrites nr_frags in skb_shinfo(skb)
As skb_shinfo follows head portion of an skb, something overflows skb
head
Please try adding some room like in following patch ?
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index e6ba898..adf2834 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -187,6 +187,7 @@ enum {
* the end of the header data, ie. at skb->end.
*/
struct skb_shared_info {
+ char filler[64];
unsigned short nr_frags;
unsigned short gso_size;
/* Warning: this field is not always filled in (UFO)! */
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: Help: major pppoe regression since 2.6.35 (panic on first ppp conection)?
2010-12-22 16:25 ` Eric Dumazet
@ 2010-12-23 11:02 ` Joel Soete
2010-12-23 12:12 ` Eric Dumazet
0 siblings, 1 reply; 16+ messages in thread
From: Joel Soete @ 2010-12-23 11:02 UTC (permalink / raw)
To: Eric Dumazet; +Cc: Jarek Poplawski, Andrew Morton, Linux Kernel, netdev
Hello Eric,
On 12/22/2010 04:25 PM, Eric Dumazet wrote:
[snip]
>
> Something overwrites nr_frags in skb_shinfo(skb)
>
> As skb_shinfo follows head portion of an skb, something overflows skb
> head
>
> Please try adding some room like in following patch ?
>
> diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
> index e6ba898..adf2834 100644
> --- a/include/linux/skbuff.h
> +++ b/include/linux/skbuff.h
> @@ -187,6 +187,7 @@ enum {
> * the end of the header data, ie. at skb->end.
> */
> struct skb_shared_info {
> + char filler[64];
> unsigned short nr_frags;
> unsigned short gso_size;
> /* Warning: this field is not always filled in (UFO)! */
>
Sorry for delay but I have good news, I am sending this answer from:
$ uname -a
Linux sidh2 2.6.37-rc7-amd64-t1 #1 SMP Thu Dec 23 10:30:27 GMT 2010 x86_64 GNU/Linux
with your tips ;<) (without kernel had already died)
That said how can find stuff overflowing skb head? (all I say, is that this issue started with 2.6.34-git6???)
Thanks a lot,
J.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Help: major pppoe regression since 2.6.35 (panic on first ppp conection)?
2010-12-23 11:02 ` Joel Soete
@ 2010-12-23 12:12 ` Eric Dumazet
2010-12-23 20:25 ` Jarek Poplawski
0 siblings, 1 reply; 16+ messages in thread
From: Eric Dumazet @ 2010-12-23 12:12 UTC (permalink / raw)
To: Joel Soete; +Cc: Jarek Poplawski, Andrew Morton, Linux Kernel, netdev
Le jeudi 23 décembre 2010 à 11:02 +0000, Joel Soete a écrit :
> Hello Eric,
>
>
> On 12/22/2010 04:25 PM, Eric Dumazet wrote:
> [snip]
> >
> > Something overwrites nr_frags in skb_shinfo(skb)
> >
> > As skb_shinfo follows head portion of an skb, something overflows skb
> > head
> >
> > Please try adding some room like in following patch ?
> >
> > diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
> > index e6ba898..adf2834 100644
> > --- a/include/linux/skbuff.h
> > +++ b/include/linux/skbuff.h
> > @@ -187,6 +187,7 @@ enum {
> > * the end of the header data, ie. at skb->end.
> > */
> > struct skb_shared_info {
> > + char filler[64];
> > unsigned short nr_frags;
> > unsigned short gso_size;
> > /* Warning: this field is not always filled in (UFO)! */
> >
> Sorry for delay but I have good news, I am sending this answer from:
> $ uname -a
> Linux sidh2 2.6.37-rc7-amd64-t1 #1 SMP Thu Dec 23 10:30:27 GMT 2010 x86_64 GNU/Linux
>
> with your tips ;<) (without kernel had already died)
>
> That said how can find stuff overflowing skb head? (all I say, is that this issue started with 2.6.34-git6???)
>
> Thanks a lot,
You're welcome. At least we know were to search. Thanks !
I am taking holidays right now for about 5 days, I guess someone else
might find the bug before me ;)
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Help: major pppoe regression since 2.6.35 (panic on first ppp conection)?
2010-12-23 12:12 ` Eric Dumazet
@ 2010-12-23 20:25 ` Jarek Poplawski
[not found] ` <4D148271.8030509@scarlet.be>
0 siblings, 1 reply; 16+ messages in thread
From: Jarek Poplawski @ 2010-12-23 20:25 UTC (permalink / raw)
To: Eric Dumazet; +Cc: Joel Soete, Andrew Morton, Linux Kernel, netdev
On Thu, Dec 23, 2010 at 01:12:28PM +0100, Eric Dumazet wrote:
> Le jeudi 23 décembre 2010 ?? 11:02 +0000, Joel Soete a écrit :
...
> > Sorry for delay but I have good news, I am sending this answer from:
> > $ uname -a
> > Linux sidh2 2.6.37-rc7-amd64-t1 #1 SMP Thu Dec 23 10:30:27 GMT 2010 x86_64 GNU/Linux
> >
> > with your tips ;<) (without kernel had already died)
> >
> > That said how can find stuff overflowing skb head? (all I say, is that this issue started with 2.6.34-git6???)
Hi Joel,
2.6.34-git6 or 7 is almost a whole netdev batch for 2.6.35 so still
a lot of guessing. One such guess could be e.g. this one:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=18e8c134f4e984e6639e62846345192816f06d5c
I've added to Eric's patch some debugging. After taking several
warnings (might a lot) revert this patch and apply Eric's again.
Btw, could you send your pppoe config (without any personal data,
of course), and mention if there are other changes like mtu etc.
> I am taking holidays right now for about 5 days, I guess someone else
> might find the bug before me ;)
Good job, Eric, we can try. Have a nice rest!
Thanks,
Jarek P.
--- (a debugging patch, apply to clean 2.6.37-rc)
drivers/net/pppoe.c | 8 ++++++++
include/linux/skbuff.h | 6 ++++++
net/core/dev.c | 8 ++++++++
net/core/skbuff.c | 9 +++++++++
4 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/drivers/net/pppoe.c b/drivers/net/pppoe.c
index d72fb05..0d41a04 100644
--- a/drivers/net/pppoe.c
+++ b/drivers/net/pppoe.c
@@ -385,6 +385,7 @@ static int pppoe_rcv_core(struct sock *sk, struct sk_buff *skb)
* can't change.
*/
+ DEBUG_SKB_POISON(skb);
if (sk->sk_state & PPPOX_BOUND) {
ppp_input(&po->chan, skb);
} else if (sk->sk_state & PPPOX_RELAY) {
@@ -430,6 +431,7 @@ static int pppoe_rcv(struct sk_buff *skb, struct net_device *dev,
if (!skb)
goto out;
+ DEBUG_SKB_POISON(skb);
if (!pskb_may_pull(skb, sizeof(struct pppoe_hdr)))
goto drop;
@@ -452,6 +454,7 @@ static int pppoe_rcv(struct sk_buff *skb, struct net_device *dev,
if (!po)
goto drop;
+ DEBUG_SKB_POISON(skb);
return sk_receive_skb(sk_pppox(po), skb, 0);
drop:
@@ -485,6 +488,7 @@ static int pppoe_disc_rcv(struct sk_buff *skb, struct net_device *dev,
if (ph->code != PADT_CODE)
goto abort;
+ DEBUG_SKB_POISON(skb);
pn = pppoe_pernet(dev_net(dev));
po = get_item(pn, ph->sid, eth_hdr(skb)->h_source, dev->ifindex);
if (po) {
@@ -888,6 +892,7 @@ static int pppoe_sendmsg(struct kiocb *iocb, struct socket *sock,
ph->length = htons(total_len);
+ DEBUG_SKB_POISON(skb);
dev_queue_xmit(skb);
end:
@@ -921,6 +926,7 @@ static int __pppoe_xmit(struct sock *sk, struct sk_buff *skb)
if (!dev)
goto abort;
+ DEBUG_SKB_POISON(skb);
/* Copy the data if there is no space for the header or if it's
* read-only.
*/
@@ -943,6 +949,7 @@ static int __pppoe_xmit(struct sock *sk, struct sk_buff *skb)
dev_hard_header(skb, dev, ETH_P_PPP_SES,
po->pppoe_pa.remote, NULL, data_len);
+ DEBUG_SKB_POISON(skb);
dev_queue_xmit(skb);
return 1;
@@ -987,6 +994,7 @@ static int pppoe_recvmsg(struct kiocb *iocb, struct socket *sock,
m->msg_namelen = 0;
if (skb) {
+ DEBUG_SKB_POISON(skb);
total_len = min_t(size_t, total_len, skb->len);
error = skb_copy_datagram_iovec(skb, 0, m->msg_iov, total_len);
if (error == 0)
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index e6ba898..706f182 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -187,6 +187,12 @@ enum {
* the end of the header data, ie. at skb->end.
*/
struct skb_shared_info {
+#define SKB_POISON 0xe2e4e7e5
+#define SET_SKB_POISON(skb) skb_shinfo(skb)->poison = SKB_POISON
+#define DEBUG_SKB_POISON(skb) WARN_ON(skb_shinfo(skb)->poison != SKB_POISON)
+
+ unsigned int poison;
+ char filler[60];
unsigned short nr_frags;
unsigned short gso_size;
/* Warning: this field is not always filled in (UFO)! */
diff --git a/net/core/dev.c b/net/core/dev.c
index 0dd54a6..01ca7de 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -1994,6 +1994,7 @@ int dev_hard_start_xmit(struct sk_buff *skb, struct net_device *dev,
const struct net_device_ops *ops = dev->netdev_ops;
int rc = NETDEV_TX_OK;
+ DEBUG_SKB_POISON(skb);
if (likely(!skb->next)) {
if (!list_empty(&ptype_all))
dev_queue_xmit_nit(skb, dev);
@@ -2026,6 +2027,8 @@ int dev_hard_start_xmit(struct sk_buff *skb, struct net_device *dev,
__skb_linearize(skb))
goto out_kfree_skb;
+ DEBUG_SKB_POISON(skb);
+
/* If packet is not checksummed and device does not
* support checksumming for this protocol, complete
* checksumming here.
@@ -2039,6 +2042,7 @@ int dev_hard_start_xmit(struct sk_buff *skb, struct net_device *dev,
}
}
+ DEBUG_SKB_POISON(skb);
rc = ops->ndo_start_xmit(skb, dev);
trace_net_dev_xmit(skb, rc);
if (rc == NETDEV_TX_OK)
@@ -2243,6 +2247,7 @@ int dev_queue_xmit(struct sk_buff *skb)
struct Qdisc *q;
int rc = -ENOMEM;
+ DEBUG_SKB_POISON(skb);
/* Disable soft irqs for various locks below. Also
* stops preemption for RCU.
*/
@@ -2604,6 +2609,7 @@ int netif_rx(struct sk_buff *skb)
{
int ret;
+ DEBUG_SKB_POISON(skb);
/* if netpoll wants it, pretend we never saw it */
if (netpoll_rx(skb))
return NET_RX_DROP;
@@ -2898,6 +2904,7 @@ static int __netif_receive_skb(struct sk_buff *skb)
int ret = NET_RX_DROP;
__be16 type;
+ DEBUG_SKB_POISON(skb);
if (!netdev_tstamp_prequeue)
net_timestamp_check(skb);
@@ -3043,6 +3050,7 @@ out:
*/
int netif_receive_skb(struct sk_buff *skb)
{
+ DEBUG_SKB_POISON(skb);
if (netdev_tstamp_prequeue)
net_timestamp_check(skb);
diff --git a/net/core/skbuff.c b/net/core/skbuff.c
index 104f844..b112c7d 100644
--- a/net/core/skbuff.c
+++ b/net/core/skbuff.c
@@ -210,6 +210,7 @@ struct sk_buff *__alloc_skb(unsigned int size, gfp_t gfp_mask,
shinfo = skb_shinfo(skb);
memset(shinfo, 0, offsetof(struct skb_shared_info, dataref));
atomic_set(&shinfo->dataref, 1);
+ SET_SKB_POISON(skb);
if (fclone) {
struct sk_buff *child = skb + 1;
@@ -412,6 +413,7 @@ static void skb_release_all(struct sk_buff *skb)
void __kfree_skb(struct sk_buff *skb)
{
+ DEBUG_SKB_POISON(skb);
skb_release_all(skb);
kfree_skbmem(skb);
}
@@ -428,6 +430,7 @@ void kfree_skb(struct sk_buff *skb)
{
if (unlikely(!skb))
return;
+ DEBUG_SKB_POISON(skb);
if (likely(atomic_read(&skb->users) == 1))
smp_rmb();
else if (likely(!atomic_dec_and_test(&skb->users)))
@@ -449,6 +452,7 @@ void consume_skb(struct sk_buff *skb)
{
if (unlikely(!skb))
return;
+ DEBUG_SKB_POISON(skb);
if (likely(atomic_read(&skb->users) == 1))
smp_rmb();
else if (likely(!atomic_dec_and_test(&skb->users)))
@@ -487,11 +491,13 @@ bool skb_recycle_check(struct sk_buff *skb, int skb_size)
if (skb_shared(skb) || skb_cloned(skb))
return false;
+ DEBUG_SKB_POISON(skb);
skb_release_head_state(skb);
shinfo = skb_shinfo(skb);
memset(shinfo, 0, offsetof(struct skb_shared_info, dataref));
atomic_set(&shinfo->dataref, 1);
+ SET_SKB_POISON(skb);
memset(skb, 0, offsetof(struct sk_buff, tail));
skb->data = skb->head + NET_SKB_PAD;
@@ -571,6 +577,7 @@ static struct sk_buff *__skb_clone(struct sk_buff *n, struct sk_buff *skb)
atomic_inc(&(skb_shinfo(skb)->dataref));
skb->cloned = 1;
+ DEBUG_SKB_POISON(skb);
return n;
#undef C
@@ -772,6 +779,7 @@ int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail,
bool fastpath;
BUG_ON(nhead < 0);
+ DEBUG_SKB_POISON(skb);
if (skb_shared(skb))
BUG();
@@ -836,6 +844,7 @@ int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail,
skb->hdr_len = 0;
skb->nohdr = 0;
atomic_set(&skb_shinfo(skb)->dataref, 1);
+ SET_SKB_POISON(skb);
return 0;
nodata:
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: Help: major pppoe regression since 2.6.35 (panic on first ppp conection)?
[not found] ` <4D148271.8030509@scarlet.be>
@ 2010-12-24 15:13 ` Jarek Poplawski
2010-12-25 12:10 ` Jarek Poplawski
0 siblings, 1 reply; 16+ messages in thread
From: Jarek Poplawski @ 2010-12-24 15:13 UTC (permalink / raw)
To: Joel Soete; +Cc: Eric Dumazet, Andrew Morton, Linux Kernel, netdev
On Fri, Dec 24, 2010 at 11:22:25AM +0000, Joel Soete wrote:
> Hello Jarek,
Hi Joel,
> Ok I get a clean 2.6.37-rc7 vanilla src and apply your debugging
> patch and grab the attached syslog-2.6.37-rc7-t2.gz with obviously a
> lot of "warning" (but as well as with Eric's patch, kernel survived
> to a lynx connection to ftp.eu.kernel.org to download of a snapshot
> patch ;<) )
Yes, even more than I expected... I hope the list will forgive us ;-)
> I copy my all /etc/ppp dir into a PPP.ANONYM dir in which I replaced letters of my account and passwd by '.'
> To give more details, I am using a debian 'testing' distro with following ppp pkg:
> # dpkg -l ppp\*
> Desired=Unknown/Install/Remove/Purge/Hold
> | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
> |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
> ||/ Name Version Description
> +++-===========================-===========================-======================================================================
> ii ppp 2.4.5-4 Point-to-Point Protocol (PPP) - daemon
> ii pppconfig 2.3.18+nmu2 A text menu based utility for configuring ppp
> ii pppoe 3.8-3 PPP over Ethernet driver
> ii pppoeconf 1.19 configures PPPoE/ADSL connections
> ii pppstatus 0.4.2-10 console-based PPP status monitor
>
> and I used pppoeconf to configure my ADSL connection to my ISP using
> all defaults and just the recommended mtu of 1492 (which seems
> effectively to works fine to me) and I don't remember to have change
> anything else excepted my account and passwd.
Should be enough reading to me for the next day or two.
> Thanks for help and have Happy Christmas,
> J.
Thanks and Happy Holidays!
Jarek P.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Help: major pppoe regression since 2.6.35 (panic on first ppp conection)?
2010-12-24 15:13 ` Jarek Poplawski
@ 2010-12-25 12:10 ` Jarek Poplawski
2010-12-25 13:51 ` Joel Soete
0 siblings, 1 reply; 16+ messages in thread
From: Jarek Poplawski @ 2010-12-25 12:10 UTC (permalink / raw)
To: Joel Soete; +Cc: Eric Dumazet, Andrew Morton, Linux Kernel, netdev
On Fri, Dec 24, 2010 at 04:13:25PM +0100, Jarek Poplawski wrote:
> On Fri, Dec 24, 2010 at 11:22:25AM +0000, Joel Soete wrote:
> > Hello Jarek,
> Hi Joel,
>
> > Ok I get a clean 2.6.37-rc7 vanilla src and apply your debugging
> > patch and grab the attached syslog-2.6.37-rc7-t2.gz with obviously a
> > lot of "warning" (but as well as with Eric's patch, kernel survived
> > to a lynx connection to ftp.eu.kernel.org to download of a snapshot
> > patch ;<) )
>
> Yes, even more than I expected... I hope the list will forgive us ;-)
Alas the list rejected your message (try to limit it to ~200kb next
time).
Anyway, it looks like the sundance driver is the main guilty. The
patch below removes one obvious bug but there could be something more.
Please, apply this one and my previous debugging patch to the clean
2.6.37-rc7. (If there're still warnings the first ~20kb should do.)
Thanks,
Jarek P.
---
diff --git a/drivers/net/sundance.c b/drivers/net/sundance.c
index 3ed2a67..b409d7e 100644
--- a/drivers/net/sundance.c
+++ b/drivers/net/sundance.c
@@ -1016,7 +1016,7 @@ static void init_ring(struct net_device *dev)
/* Fill in the Rx buffers. Handle allocation failure gracefully. */
for (i = 0; i < RX_RING_SIZE; i++) {
- struct sk_buff *skb = dev_alloc_skb(np->rx_buf_sz);
+ struct sk_buff *skb = dev_alloc_skb(np->rx_buf_sz + 2);
np->rx_skbuff[i] = skb;
if (skb == NULL)
break;
@@ -1407,7 +1407,7 @@ static void refill_rx (struct net_device *dev)
struct sk_buff *skb;
entry = np->dirty_rx % RX_RING_SIZE;
if (np->rx_skbuff[entry] == NULL) {
- skb = dev_alloc_skb(np->rx_buf_sz);
+ skb = dev_alloc_skb(np->rx_buf_sz + 2);
np->rx_skbuff[entry] = skb;
if (skb == NULL)
break; /* Better luck next round. */
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: Help: major pppoe regression since 2.6.35 (panic on first ppp conection)?
2010-12-25 12:10 ` Jarek Poplawski
@ 2010-12-25 13:51 ` Joel Soete
2010-12-25 15:12 ` [PATCH net-2.6] sundance: Fix oopses with corrupted skb_shared_info Jarek Poplawski
0 siblings, 1 reply; 16+ messages in thread
From: Joel Soete @ 2010-12-25 13:51 UTC (permalink / raw)
To: Jarek Poplawski; +Cc: Eric Dumazet, Andrew Morton, Linux Kernel, netdev
Hello Jarek,
On 12/25/2010 12:10 PM, Jarek Poplawski wrote:
> On Fri, Dec 24, 2010 at 04:13:25PM +0100, Jarek Poplawski wrote:
>> On Fri, Dec 24, 2010 at 11:22:25AM +0000, Joel Soete wrote:
>>> Hello Jarek,
>> Hi Joel,
>>
[snip]
>
> Alas the list rejected your message (try to limit it to ~200kb next
> time).
>
Ah ok I will take care next ;<)
> Anyway, it looks like the sundance driver is the main guilty. The
> patch below removes one obvious bug but there could be something more.
> Please, apply this one and my previous debugging patch to the clean
> 2.6.37-rc7. (If there're still warnings the first ~20kb should do.)
>
> Thanks,
> Jarek P.
> ---
>
> diff --git a/drivers/net/sundance.c b/drivers/net/sundance.c
> index 3ed2a67..b409d7e 100644
> --- a/drivers/net/sundance.c
> +++ b/drivers/net/sundance.c
> @@ -1016,7 +1016,7 @@ static void init_ring(struct net_device *dev)
>
> /* Fill in the Rx buffers. Handle allocation failure gracefully. */
> for (i = 0; i< RX_RING_SIZE; i++) {
> - struct sk_buff *skb = dev_alloc_skb(np->rx_buf_sz);
> + struct sk_buff *skb = dev_alloc_skb(np->rx_buf_sz + 2);
> np->rx_skbuff[i] = skb;
> if (skb == NULL)
> break;
> @@ -1407,7 +1407,7 @@ static void refill_rx (struct net_device *dev)
> struct sk_buff *skb;
> entry = np->dirty_rx % RX_RING_SIZE;
> if (np->rx_skbuff[entry] == NULL) {
> - skb = dev_alloc_skb(np->rx_buf_sz);
> + skb = dev_alloc_skb(np->rx_buf_sz + 2);
> np->rx_skbuff[entry] = skb;
> if (skb == NULL)
> break; /* Better luck next round. */
>
I don't have any more warnings :<)
Awesome job.
Thanks a lot for help and I wish you a Happy new year,
J.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH net-2.6] sundance: Fix oopses with corrupted skb_shared_info
2010-12-25 13:51 ` Joel Soete
@ 2010-12-25 15:12 ` Jarek Poplawski
2010-12-25 17:31 ` [PATCH net-2.6] epic100: hamachi: yellowfin: Fix skb allocation size Jarek Poplawski
` (2 more replies)
0 siblings, 3 replies; 16+ messages in thread
From: Jarek Poplawski @ 2010-12-25 15:12 UTC (permalink / raw)
To: David Miller
Cc: Joel Soete, Eric Dumazet, Andrew Morton, Linux Kernel, netdev
[Was: Help: major pppoe regression since 2.6.35 (panic on first ppp
conection)?]
On Sat, Dec 25, 2010 at 01:51:05PM +0000, Joel Soete wrote:
> Hello Jarek,
Hello Joel,
...
> I don't have any more warnings :<)
>
> Awesome job.
Awesome help.
Thanks and Happy New Year to you as well!
Jarek P.
-------------->
[PATCH net-2.6] sundance: Fix oopses with corrupted skb_shared_info
Joel Soete reported oopses at the beginning of pppoe connections since
v2.6.35. After debugging the bug was found in sundance skb allocation
and dma mapping code, where skb_reserve() bytes aren't taken into
account. This is an old bug, only uncovered by some change in 2.6.35.
Initial debugging patch by: Eric Dumazet <eric.dumazet@gmail.com>
Reported-by: Joel Soete <soete.joel@scarlet.be>
Tested-by: Joel Soete <soete.joel@scarlet.be>
Signed-off-by: Jarek Poplawski <jarkao2@gmail.com>
Cc: Eric Dumazet <eric.dumazet@gmail.com>
---
diff --git a/drivers/net/sundance.c b/drivers/net/sundance.c
index 3ed2a67..b409d7e 100644
--- a/drivers/net/sundance.c
+++ b/drivers/net/sundance.c
@@ -1016,7 +1016,7 @@ static void init_ring(struct net_device *dev)
/* Fill in the Rx buffers. Handle allocation failure gracefully. */
for (i = 0; i < RX_RING_SIZE; i++) {
- struct sk_buff *skb = dev_alloc_skb(np->rx_buf_sz);
+ struct sk_buff *skb = dev_alloc_skb(np->rx_buf_sz + 2);
np->rx_skbuff[i] = skb;
if (skb == NULL)
break;
@@ -1407,7 +1407,7 @@ static void refill_rx (struct net_device *dev)
struct sk_buff *skb;
entry = np->dirty_rx % RX_RING_SIZE;
if (np->rx_skbuff[entry] == NULL) {
- skb = dev_alloc_skb(np->rx_buf_sz);
+ skb = dev_alloc_skb(np->rx_buf_sz + 2);
np->rx_skbuff[entry] = skb;
if (skb == NULL)
break; /* Better luck next round. */
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH net-2.6] epic100: hamachi: yellowfin: Fix skb allocation size
2010-12-25 15:12 ` [PATCH net-2.6] sundance: Fix oopses with corrupted skb_shared_info Jarek Poplawski
@ 2010-12-25 17:31 ` Jarek Poplawski
2010-12-25 17:39 ` [PATCH net-2.6 v2] " Jarek Poplawski
2010-12-26 3:42 ` [PATCH net-2.6] sundance: Fix oopses with corrupted skb_shared_info David Miller
2 siblings, 0 replies; 16+ messages in thread
From: Jarek Poplawski @ 2010-12-25 17:31 UTC (permalink / raw)
To: David Miller
Cc: Joel Soete, Eric Dumazet, Andrew Morton, Linux Kernel, netdev
Joel Soete reported oopses during pppoe over sundance NIC, caused by
a bug in skb allocation and dma mapping code, where skb_reserve()
bytes weren't taken into account. As a followup to the patch:
"sundance: Fix oopses with corrupted" very similar code is fixed here
for three other drivers.
Signed-off-by: Jarek Poplawski <jarkao2@gmail.com>
Cc: Joel Soete <soete.joel@scarlet.be>
Cc: Eric Dumazet <eric.dumazet@gmail.com>
---
drivers/net/epic100.c | 4 ++--
drivers/net/hamachi.c | 4 ++--
drivers/net/yellowfin.c | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/net/epic100.c b/drivers/net/epic100.c
index aa56963..c353bf3 100644
--- a/drivers/net/epic100.c
+++ b/drivers/net/epic100.c
@@ -935,7 +935,7 @@ static void epic_init_ring(struct net_device *dev)
/* Fill in the Rx buffers. Handle allocation failure gracefully. */
for (i = 0; i < RX_RING_SIZE; i++) {
- struct sk_buff *skb = dev_alloc_skb(ep->rx_buf_sz);
+ struct sk_buff *skb = dev_alloc_skb(ep->rx_buf_sz + 2);
ep->rx_skbuff[i] = skb;
if (skb == NULL)
break;
@@ -1233,7 +1233,7 @@ static int epic_rx(struct net_device *dev, int budget)
entry = ep->dirty_rx % RX_RING_SIZE;
if (ep->rx_skbuff[entry] == NULL) {
struct sk_buff *skb;
- skb = ep->rx_skbuff[entry] = dev_alloc_skb(ep->rx_buf_sz);
+ skb = ep->rx_skbuff[entry] = dev_alloc_skb(ep->rx_buf_sz + 2);
if (skb == NULL)
break;
skb_reserve(skb, 2); /* Align IP on 16 byte boundaries */
diff --git a/drivers/net/hamachi.c b/drivers/net/hamachi.c
index 9a64858..80d25ed 100644
--- a/drivers/net/hamachi.c
+++ b/drivers/net/hamachi.c
@@ -1202,7 +1202,7 @@ static void hamachi_init_ring(struct net_device *dev)
}
/* Fill in the Rx buffers. Handle allocation failure gracefully. */
for (i = 0; i < RX_RING_SIZE; i++) {
- struct sk_buff *skb = dev_alloc_skb(hmp->rx_buf_sz);
+ struct sk_buff *skb = dev_alloc_skb(hmp->rx_buf_sz + 2);
hmp->rx_skbuff[i] = skb;
if (skb == NULL)
break;
@@ -1669,7 +1669,7 @@ static int hamachi_rx(struct net_device *dev)
entry = hmp->dirty_rx % RX_RING_SIZE;
desc = &(hmp->rx_ring[entry]);
if (hmp->rx_skbuff[entry] == NULL) {
- struct sk_buff *skb = dev_alloc_skb(hmp->rx_buf_sz);
+ struct sk_buff *skb = dev_alloc_skb(hmp->rx_buf_sz + 2);
hmp->rx_skbuff[entry] = skb;
if (skb == NULL)
diff --git a/drivers/net/yellowfin.c b/drivers/net/yellowfin.c
index cd1b3dc..ec47e22 100644
--- a/drivers/net/yellowfin.c
+++ b/drivers/net/yellowfin.c
@@ -744,7 +744,7 @@ static int yellowfin_init_ring(struct net_device *dev)
}
for (i = 0; i < RX_RING_SIZE; i++) {
- struct sk_buff *skb = dev_alloc_skb(yp->rx_buf_sz);
+ struct sk_buff *skb = dev_alloc_skb(yp->rx_buf_sz + 2);
yp->rx_skbuff[i] = skb;
if (skb == NULL)
break;
@@ -1157,7 +1157,7 @@ static int yellowfin_rx(struct net_device *dev)
for (; yp->cur_rx - yp->dirty_rx > 0; yp->dirty_rx++) {
entry = yp->dirty_rx % RX_RING_SIZE;
if (yp->rx_skbuff[entry] == NULL) {
- struct sk_buff *skb = dev_alloc_skb(yp->rx_buf_sz);
+ struct sk_buff *skb = dev_alloc_skb(yp->rx_buf_sz + 2);
if (skb == NULL)
break; /* Better luck next round. */
yp->rx_skbuff[entry] = skb;
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH net-2.6 v2] epic100: hamachi: yellowfin: Fix skb allocation size
2010-12-25 15:12 ` [PATCH net-2.6] sundance: Fix oopses with corrupted skb_shared_info Jarek Poplawski
2010-12-25 17:31 ` [PATCH net-2.6] epic100: hamachi: yellowfin: Fix skb allocation size Jarek Poplawski
@ 2010-12-25 17:39 ` Jarek Poplawski
2010-12-26 3:42 ` David Miller
2010-12-26 3:42 ` [PATCH net-2.6] sundance: Fix oopses with corrupted skb_shared_info David Miller
2 siblings, 1 reply; 16+ messages in thread
From: Jarek Poplawski @ 2010-12-25 17:39 UTC (permalink / raw)
To: David Miller
Cc: Joel Soete, Eric Dumazet, Andrew Morton, Linux Kernel, netdev
Joel Soete reported oopses during pppoe over sundance NIC, caused by
a bug in skb allocation and dma mapping code, where skb_reserve()
bytes weren't taken into account. As a followup to the patch:
"sundance: Fix oopses with corrupted skb_shared_info" very similar
code is fixed here for three other drivers.
Signed-off-by: Jarek Poplawski <jarkao2@gmail.com>
Cc: Joel Soete <soete.joel@scarlet.be>
Cc: Eric Dumazet <eric.dumazet@gmail.com>
---
v2: a tiny changelog fix only
drivers/net/epic100.c | 4 ++--
drivers/net/hamachi.c | 4 ++--
drivers/net/yellowfin.c | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/net/epic100.c b/drivers/net/epic100.c
index aa56963..c353bf3 100644
--- a/drivers/net/epic100.c
+++ b/drivers/net/epic100.c
@@ -935,7 +935,7 @@ static void epic_init_ring(struct net_device *dev)
/* Fill in the Rx buffers. Handle allocation failure gracefully. */
for (i = 0; i < RX_RING_SIZE; i++) {
- struct sk_buff *skb = dev_alloc_skb(ep->rx_buf_sz);
+ struct sk_buff *skb = dev_alloc_skb(ep->rx_buf_sz + 2);
ep->rx_skbuff[i] = skb;
if (skb == NULL)
break;
@@ -1233,7 +1233,7 @@ static int epic_rx(struct net_device *dev, int budget)
entry = ep->dirty_rx % RX_RING_SIZE;
if (ep->rx_skbuff[entry] == NULL) {
struct sk_buff *skb;
- skb = ep->rx_skbuff[entry] = dev_alloc_skb(ep->rx_buf_sz);
+ skb = ep->rx_skbuff[entry] = dev_alloc_skb(ep->rx_buf_sz + 2);
if (skb == NULL)
break;
skb_reserve(skb, 2); /* Align IP on 16 byte boundaries */
diff --git a/drivers/net/hamachi.c b/drivers/net/hamachi.c
index 9a64858..80d25ed 100644
--- a/drivers/net/hamachi.c
+++ b/drivers/net/hamachi.c
@@ -1202,7 +1202,7 @@ static void hamachi_init_ring(struct net_device *dev)
}
/* Fill in the Rx buffers. Handle allocation failure gracefully. */
for (i = 0; i < RX_RING_SIZE; i++) {
- struct sk_buff *skb = dev_alloc_skb(hmp->rx_buf_sz);
+ struct sk_buff *skb = dev_alloc_skb(hmp->rx_buf_sz + 2);
hmp->rx_skbuff[i] = skb;
if (skb == NULL)
break;
@@ -1669,7 +1669,7 @@ static int hamachi_rx(struct net_device *dev)
entry = hmp->dirty_rx % RX_RING_SIZE;
desc = &(hmp->rx_ring[entry]);
if (hmp->rx_skbuff[entry] == NULL) {
- struct sk_buff *skb = dev_alloc_skb(hmp->rx_buf_sz);
+ struct sk_buff *skb = dev_alloc_skb(hmp->rx_buf_sz + 2);
hmp->rx_skbuff[entry] = skb;
if (skb == NULL)
diff --git a/drivers/net/yellowfin.c b/drivers/net/yellowfin.c
index cd1b3dc..ec47e22 100644
--- a/drivers/net/yellowfin.c
+++ b/drivers/net/yellowfin.c
@@ -744,7 +744,7 @@ static int yellowfin_init_ring(struct net_device *dev)
}
for (i = 0; i < RX_RING_SIZE; i++) {
- struct sk_buff *skb = dev_alloc_skb(yp->rx_buf_sz);
+ struct sk_buff *skb = dev_alloc_skb(yp->rx_buf_sz + 2);
yp->rx_skbuff[i] = skb;
if (skb == NULL)
break;
@@ -1157,7 +1157,7 @@ static int yellowfin_rx(struct net_device *dev)
for (; yp->cur_rx - yp->dirty_rx > 0; yp->dirty_rx++) {
entry = yp->dirty_rx % RX_RING_SIZE;
if (yp->rx_skbuff[entry] == NULL) {
- struct sk_buff *skb = dev_alloc_skb(yp->rx_buf_sz);
+ struct sk_buff *skb = dev_alloc_skb(yp->rx_buf_sz + 2);
if (skb == NULL)
break; /* Better luck next round. */
yp->rx_skbuff[entry] = skb;
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [PATCH net-2.6] sundance: Fix oopses with corrupted skb_shared_info
2010-12-25 15:12 ` [PATCH net-2.6] sundance: Fix oopses with corrupted skb_shared_info Jarek Poplawski
2010-12-25 17:31 ` [PATCH net-2.6] epic100: hamachi: yellowfin: Fix skb allocation size Jarek Poplawski
2010-12-25 17:39 ` [PATCH net-2.6 v2] " Jarek Poplawski
@ 2010-12-26 3:42 ` David Miller
2010-12-26 11:01 ` Jarek Poplawski
2 siblings, 1 reply; 16+ messages in thread
From: David Miller @ 2010-12-26 3:42 UTC (permalink / raw)
To: jarkao2; +Cc: soete.joel, eric.dumazet, akpm, linux-kernel, netdev
From: Jarek Poplawski <jarkao2@gmail.com>
Date: Sat, 25 Dec 2010 16:12:17 +0100
> [PATCH net-2.6] sundance: Fix oopses with corrupted skb_shared_info
>
> Joel Soete reported oopses at the beginning of pppoe connections since
> v2.6.35. After debugging the bug was found in sundance skb allocation
> and dma mapping code, where skb_reserve() bytes aren't taken into
> account. This is an old bug, only uncovered by some change in 2.6.35.
>
> Initial debugging patch by: Eric Dumazet <eric.dumazet@gmail.com>
>
> Reported-by: Joel Soete <soete.joel@scarlet.be>
> Tested-by: Joel Soete <soete.joel@scarlet.be>
> Signed-off-by: Jarek Poplawski <jarkao2@gmail.com>
> Cc: Eric Dumazet <eric.dumazet@gmail.com>
Applied, great work Jarek.
I was auditing ppp_generic.c hoping I'd find something, but
if I had that backtrace I wouldn't have bothered :-)
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH net-2.6 v2] epic100: hamachi: yellowfin: Fix skb allocation size
2010-12-25 17:39 ` [PATCH net-2.6 v2] " Jarek Poplawski
@ 2010-12-26 3:42 ` David Miller
0 siblings, 0 replies; 16+ messages in thread
From: David Miller @ 2010-12-26 3:42 UTC (permalink / raw)
To: jarkao2; +Cc: soete.joel, eric.dumazet, akpm, linux-kernel, netdev
From: Jarek Poplawski <jarkao2@gmail.com>
Date: Sat, 25 Dec 2010 18:39:59 +0100
> Joel Soete reported oopses during pppoe over sundance NIC, caused by
> a bug in skb allocation and dma mapping code, where skb_reserve()
> bytes weren't taken into account. As a followup to the patch:
> "sundance: Fix oopses with corrupted skb_shared_info" very similar
> code is fixed here for three other drivers.
>
> Signed-off-by: Jarek Poplawski <jarkao2@gmail.com>
Also applied, thanks.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH net-2.6] sundance: Fix oopses with corrupted skb_shared_info
2010-12-26 3:42 ` [PATCH net-2.6] sundance: Fix oopses with corrupted skb_shared_info David Miller
@ 2010-12-26 11:01 ` Jarek Poplawski
0 siblings, 0 replies; 16+ messages in thread
From: Jarek Poplawski @ 2010-12-26 11:01 UTC (permalink / raw)
To: David Miller; +Cc: soete.joel, eric.dumazet, akpm, linux-kernel, netdev
[-- Attachment #1: Type: text/plain, Size: 1102 bytes --]
On Sat, Dec 25, 2010 at 07:42:10PM -0800, David Miller wrote:
> From: Jarek Poplawski <jarkao2@gmail.com>
> Date: Sat, 25 Dec 2010 16:12:17 +0100
>
> > [PATCH net-2.6] sundance: Fix oopses with corrupted skb_shared_info
> >
> > Joel Soete reported oopses at the beginning of pppoe connections since
> > v2.6.35. After debugging the bug was found in sundance skb allocation
> > and dma mapping code, where skb_reserve() bytes aren't taken into
> > account. This is an old bug, only uncovered by some change in 2.6.35.
> >
> > Initial debugging patch by: Eric Dumazet <eric.dumazet@gmail.com>
> >
> > Reported-by: Joel Soete <soete.joel@scarlet.be>
> > Tested-by: Joel Soete <soete.joel@scarlet.be>
> > Signed-off-by: Jarek Poplawski <jarkao2@gmail.com>
> > Cc: Eric Dumazet <eric.dumazet@gmail.com>
>
> Applied, great work Jarek.
>
> I was auditing ppp_generic.c hoping I'd find something, but
> if I had that backtrace I wouldn't have bothered :-)
Yes, with the backtrace it was a piece of cake :-) If I knew you're
interested... Anyway, I append a little bit for the record.
Thanks,
Jarek P.
[-- Attachment #2: joel.syslog-2.6.37-rc7-t2.1000 --]
[-- Type: text/plain, Size: 95433 bytes --]
Dec 24 10:23:27 sidh2 kernel: imklog 4.6.4, log source = /proc/kmsg started.
Dec 24 10:23:27 sidh2 rsyslogd: [origin software="rsyslogd" swVersion="4.6.4" x-pid="2874" x-info="http://www.rsyslog.com"] (re)start
Dec 24 10:23:27 sidh2 kernel: evices/platform/pcspkr/input/input2
Dec 24 10:23:27 sidh2 kernel: [ 5.240072] rtc_cmos 00:04: RTC can wake from S4
Dec 24 10:23:27 sidh2 kernel: [ 5.275411] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
Dec 24 10:23:27 sidh2 kernel: [ 5.275437] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
Dec 24 10:23:27 sidh2 kernel: [ 5.275486] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Dec 24 10:23:27 sidh2 kernel: [ 5.275513] md: raid1 personality registered for level 1
Dec 24 10:23:27 sidh2 kernel: [ 5.275564] device-mapper: uevent: version 1.0.3
Dec 24 10:23:27 sidh2 kernel: [ 5.275615] device-mapper: ioctl: 4.18.0-ioctl (2010-06-29) initialised: dm-devel@redhat.com
Dec 24 10:23:27 sidh2 kernel: [ 5.275628] cpuidle: using governor ladder
Dec 24 10:23:27 sidh2 kernel: [ 5.275629] cpuidle: using governor menu
Dec 24 10:23:27 sidh2 kernel: [ 5.275631] No iBFT detected.
Dec 24 10:23:27 sidh2 kernel: [ 5.275752] usbcore: registered new interface driver usbhid
Dec 24 10:23:27 sidh2 kernel: [ 5.275753] usbhid: USB HID core driver
Dec 24 10:23:27 sidh2 kernel: [ 5.276508] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Dec 24 10:23:27 sidh2 kernel: [ 5.276538] HDA Intel 0000:00:1b.0: irq 41 for MSI/MSI-X
Dec 24 10:23:27 sidh2 kernel: [ 5.276554] HDA Intel 0000:00:1b.0: setting latency timer to 64
Dec 24 10:23:27 sidh2 kernel: [ 5.313196] ALSA device list:
Dec 24 10:23:27 sidh2 kernel: [ 5.313198] #0: HDA Intel at 0xfbff8000 irq 41
Dec 24 10:23:27 sidh2 kernel: [ 5.313335] TCP cubic registered
Dec 24 10:23:27 sidh2 kernel: [ 5.313405] NET: Registered protocol family 10
Dec 24 10:23:27 sidh2 kernel: [ 5.313625] lo: Disabled Privacy Extensions
Dec 24 10:23:27 sidh2 kernel: [ 5.313947] Mobile IPv6
Dec 24 10:23:27 sidh2 kernel: [ 5.313949] NET: Registered protocol family 17
Dec 24 10:23:27 sidh2 kernel: [ 5.314916] registered taskstats version 1
Dec 24 10:23:27 sidh2 kernel: [ 5.315258] rtc_cmos 00:04: setting system clock to 2010-12-24 10:23:06 UTC (1293186186)
Dec 24 10:23:27 sidh2 kernel: [ 5.343416] ata3.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Dec 24 10:23:27 sidh2 kernel: [ 5.343430] ata3.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Dec 24 10:23:27 sidh2 kernel: [ 5.363713] ata3.00: HPA detected: current 586070255, native 586072368
Dec 24 10:23:27 sidh2 kernel: [ 5.363718] ata3.00: ATA-8: WDC WD3000HLFS-01G6U1, 04.04V02, max UDMA/133
Dec 24 10:23:27 sidh2 kernel: [ 5.363721] ata3.00: 586070255 sectors, multi 16: LBA48 NCQ (depth 0/32)
Dec 24 10:23:27 sidh2 kernel: [ 5.363961] ata3.01: ATA-8: WDC WD3000HLFS-01G6U1, 04.04V02, max UDMA/133
Dec 24 10:23:27 sidh2 kernel: [ 5.363964] ata3.01: 586072368 sectors, multi 16: LBA48 NCQ (depth 0/32)
Dec 24 10:23:27 sidh2 kernel: [ 5.379720] ata3.00: configured for UDMA/133
Dec 24 10:23:27 sidh2 kernel: [ 5.395942] ata3.01: configured for UDMA/133
Dec 24 10:23:27 sidh2 kernel: [ 5.396038] scsi 2:0:0:0: Direct-Access ATA WDC WD3000HLFS-0 04.0 PQ: 0 ANSI: 5
Dec 24 10:23:27 sidh2 kernel: [ 5.396104] sd 2:0:0:0: Attached scsi generic sg0 type 0
Dec 24 10:23:27 sidh2 kernel: [ 5.396108] sd 2:0:0:0: [sda] 586070255 512-byte logical blocks: (300 GB/279 GiB)
Dec 24 10:23:27 sidh2 kernel: [ 5.396148] sd 2:0:0:0: [sda] Write Protect is off
Dec 24 10:23:27 sidh2 kernel: [ 5.396149] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
Dec 24 10:23:27 sidh2 kernel: [ 5.396162] scsi 2:0:1:0: Direct-Access ATA WDC WD3000HLFS-0 04.0 PQ: 0 ANSI: 5
Dec 24 10:23:27 sidh2 kernel: [ 5.396166] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Dec 24 10:23:27 sidh2 kernel: [ 5.396229] sd 2:0:1:0: [sdb] 586072368 512-byte logical blocks: (300 GB/279 GiB)
Dec 24 10:23:27 sidh2 kernel: [ 5.396231] sd 2:0:1:0: Attached scsi generic sg1 type 0
Dec 24 10:23:27 sidh2 kernel: [ 5.396278] sd 2:0:1:0: [sdb] Write Protect is off
Dec 24 10:23:27 sidh2 kernel: [ 5.396279] sd 2:0:1:0: [sdb] Mode Sense: 00 3a 00 00
Dec 24 10:23:27 sidh2 kernel: [ 5.396296] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Dec 24 10:23:27 sidh2 kernel: [ 5.397509] scsi 4:0:0:0: CD-ROM Optiarc DVD RW AD-5240S 1.01 PQ: 0 ANSI: 5
Dec 24 10:23:27 sidh2 kernel: [ 5.402098] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
Dec 24 10:23:27 sidh2 kernel: [ 5.402101] cdrom: Uniform CD-ROM driver Revision: 3.20
Dec 24 10:23:27 sidh2 kernel: [ 5.402184] sr 4:0:0:0: Attached scsi CD-ROM sr0
Dec 24 10:23:27 sidh2 kernel: [ 5.402208] sr 4:0:0:0: Attached scsi generic sg2 type 5
Dec 24 10:23:27 sidh2 kernel: [ 5.402269] scsi 6:0:0:0: Direct-Access ATA IC35L060AVV207-0 V22O PQ: 0 ANSI: 5
Dec 24 10:23:27 sidh2 kernel: [ 5.402324] sd 6:0:0:0: [sdc] 78156288 512-byte logical blocks: (40.0 GB/37.2 GiB)
Dec 24 10:23:27 sidh2 kernel: [ 5.402327] sd 6:0:0:0: Attached scsi generic sg3 type 0
Dec 24 10:23:27 sidh2 kernel: [ 5.402363] sd 6:0:0:0: [sdc] Write Protect is off
Dec 24 10:23:27 sidh2 kernel: [ 5.402364] sd 6:0:0:0: [sdc] Mode Sense: 00 3a 00 00
Dec 24 10:23:27 sidh2 kernel: [ 5.402373] scsi 6:0:1:0: Direct-Access ATA IC35L060AVV207-0 V22O PQ: 0 ANSI: 5
Dec 24 10:23:27 sidh2 kernel: [ 5.402380] sd 6:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Dec 24 10:23:27 sidh2 kernel: [ 5.402440] sd 6:0:1:0: Attached scsi generic sg4 type 0
Dec 24 10:23:27 sidh2 kernel: [ 5.402442] sd 6:0:1:0: [sdd] 78154175 512-byte logical blocks: (40.0 GB/37.2 GiB)
Dec 24 10:23:27 sidh2 kernel: [ 5.402493] sd 6:0:1:0: [sdd] Write Protect is off
Dec 24 10:23:27 sidh2 kernel: [ 5.402495] sd 6:0:1:0: [sdd] Mode Sense: 00 3a 00 00
Dec 24 10:23:27 sidh2 kernel: [ 5.402513] sd 6:0:1:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Dec 24 10:23:27 sidh2 kernel: [ 5.424484] sda: sda1 sda2 < sda5 sda6 sda7 >
Dec 24 10:23:27 sidh2 kernel: [ 5.433313] sdc: sdc1 sdc2 sdc3 < sdc5 >
Dec 24 10:23:27 sidh2 kernel: [ 5.443389] firewire_core: created device fw0: GUID 00cb51fb0000241d, S400
Dec 24 10:23:27 sidh2 kernel: [ 5.452907] sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 >
Dec 24 10:23:27 sidh2 kernel: [ 5.453051] sd 2:0:0:0: [sda] Attached SCSI disk
Dec 24 10:23:27 sidh2 kernel: [ 5.453110] sd 2:0:1:0: [sdb] Attached SCSI disk
Dec 24 10:23:27 sidh2 kernel: [ 5.455339] usb 4-1: new low speed USB device using uhci_hcd and address 2
Dec 24 10:23:27 sidh2 kernel: [ 5.466628] sdd: sdd1 sdd2 sdd3 < sdd5 sdd6 >
Dec 24 10:23:27 sidh2 kernel: [ 5.466657] sd 6:0:0:0: [sdc] Attached SCSI disk
Dec 24 10:23:27 sidh2 kernel: [ 5.466714] sdd: p6 size 27969102 extends beyond EOD, enabling native capacity
Dec 24 10:23:27 sidh2 kernel: [ 5.466733] ata7: soft resetting link
Dec 24 10:23:27 sidh2 kernel: [ 5.632247] usb 4-1: New USB device found, idVendor=046d, idProduct=c045
Dec 24 10:23:27 sidh2 kernel: [ 5.632250] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 24 10:23:27 sidh2 kernel: [ 5.632253] usb 4-1: Product: USB-PS/2 Optical Mouse
Dec 24 10:23:27 sidh2 kernel: [ 5.632255] usb 4-1: Manufacturer: Logitech
Dec 24 10:23:27 sidh2 kernel: [ 5.649376] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.0/input/input3
Dec 24 10:23:27 sidh2 kernel: [ 5.649454] generic-usb 0003:046D:C045.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1a.1-1/input0
Dec 24 10:23:27 sidh2 kernel: [ 5.651793] ata7.01: n_sectors mismatch 78154175 != 78156288
Dec 24 10:23:27 sidh2 kernel: [ 5.651795] ata7.01: new n_sectors matches native, probably late HPA unlock, n_sectors updated
Dec 24 10:23:27 sidh2 kernel: [ 5.692203] ata7.00: configured for UDMA/100
Dec 24 10:23:27 sidh2 kernel: [ 5.716196] ata7.01: configured for UDMA/100
Dec 24 10:23:27 sidh2 kernel: [ 5.716199] ata7: EH complete
Dec 24 10:23:27 sidh2 kernel: [ 5.716303] sdc: detected capacity change from 0 to 40016019456
Dec 24 10:23:27 sidh2 kernel: [ 5.716327] sd 6:0:1:0: [sdd] 78156288 512-byte logical blocks: (40.0 GB/37.2 GiB)
Dec 24 10:23:27 sidh2 kernel: [ 5.716595] sdd: detected capacity change from 40014937600 to 40016019456
Dec 24 10:23:27 sidh2 kernel: [ 5.758661] sdd: sdd1 sdd2 sdd3 < sdd5 sdd6 >
Dec 24 10:23:27 sidh2 kernel: [ 5.759011] sd 6:0:1:0: [sdd] Attached SCSI disk
Dec 24 10:23:27 sidh2 kernel: [ 5.759027] sdc: detected capacity change from 0 to 40016019456
Dec 24 10:23:27 sidh2 kernel: [ 5.759034] Freeing unused kernel memory: 740k freed
Dec 24 10:23:27 sidh2 kernel: [ 5.759110] sdd: detected capacity change from 0 to 40016019456
Dec 24 10:23:27 sidh2 kernel: [ 5.759170] Write protecting the kernel read-only data: 10240k
Dec 24 10:23:27 sidh2 kernel: [ 5.759365] Freeing unused kernel memory: 592k freed
Dec 24 10:23:27 sidh2 kernel: [ 5.759514] Freeing unused kernel memory: 1796k freed
Dec 24 10:23:27 sidh2 kernel: [ 5.812293] udev[107]: starting version 164
Dec 24 10:23:27 sidh2 kernel: [ 5.891201] usb 4-2: new low speed USB device using uhci_hcd and address 3
Dec 24 10:23:27 sidh2 kernel: [ 6.075049] usb 4-2: New USB device found, idVendor=047b, idProduct=0002
Dec 24 10:23:27 sidh2 kernel: [ 6.075053] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 24 10:23:27 sidh2 kernel: [ 6.075056] usb 4-2: Product: USB Keyboard and Mouse
Dec 24 10:23:27 sidh2 kernel: [ 6.075058] usb 4-2: Manufacturer: SILITEK
Dec 24 10:23:27 sidh2 kernel: [ 6.119198] input: SILITEK USB Keyboard and Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/input/input4
Dec 24 10:23:27 sidh2 kernel: [ 6.119242] generic-usb 0003:047B:0002.0002: input,hidraw1: USB HID v1.00 Keyboard [SILITEK USB Keyboard and Mouse] on usb-0000:00:1a.1-2/input0
Dec 24 10:23:27 sidh2 kernel: [ 6.144069] input: SILITEK USB Keyboard and Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.1/input/input5
Dec 24 10:23:27 sidh2 kernel: [ 6.144140] generic-usb 0003:047B:0002.0003: input,hidraw2: USB HID v1.00 Mouse [SILITEK USB Keyboard and Mouse] on usb-0000:00:1a.1-2/input1
Dec 24 10:23:27 sidh2 kernel: [ 6.292011] md: md0 stopped.
Dec 24 10:23:27 sidh2 kernel: [ 6.292556] md: bind<sdb1>
Dec 24 10:23:27 sidh2 kernel: [ 6.292668] md: bind<sda1>
Dec 24 10:23:27 sidh2 kernel: [ 6.293290] bio: create slab <bio-1> at 1
Dec 24 10:23:27 sidh2 kernel: [ 6.293324] md/raid1:md0: active with 2 out of 2 mirrors
Dec 24 10:23:27 sidh2 kernel: [ 6.293335] md0: detected capacity change from 0 to 509804544
Dec 24 10:23:27 sidh2 kernel: [ 6.293771] md0: detected capacity change from 0 to 509804544
Dec 24 10:23:27 sidh2 kernel: [ 6.300304] md0: unknown partition table
Dec 24 10:23:27 sidh2 kernel: [ 6.328226] md: md1 stopped.
Dec 24 10:23:27 sidh2 kernel: [ 6.328813] md: bind<sdb5>
Dec 24 10:23:27 sidh2 kernel: [ 6.328928] md: bind<sda5>
Dec 24 10:23:27 sidh2 kernel: [ 6.330097] md/raid1:md1: active with 2 out of 2 mirrors
Dec 24 10:23:27 sidh2 kernel: [ 6.330117] md1: detected capacity change from 0 to 75779342336
Dec 24 10:23:27 sidh2 kernel: [ 6.330933] md1: detected capacity change from 0 to 75779342336
Dec 24 10:23:27 sidh2 kernel: [ 6.336401] md1: unknown partition table
Dec 24 10:23:27 sidh2 kernel: [ 6.387394] usb 5-2: new low speed USB device using uhci_hcd and address 2
Dec 24 10:23:27 sidh2 kernel: [ 6.389044] md: md21 stopped.
Dec 24 10:23:27 sidh2 kernel: [ 6.389527] md: bind<sdb6>
Dec 24 10:23:27 sidh2 kernel: [ 6.389633] md: bind<sda6>
Dec 24 10:23:27 sidh2 kernel: [ 6.390250] md/raid1:md21: active with 2 out of 2 mirrors
Dec 24 10:23:27 sidh2 kernel: [ 6.390260] md21: detected capacity change from 0 to 76799279104
Dec 24 10:23:27 sidh2 kernel: [ 6.390698] md21: detected capacity change from 0 to 76799279104
Dec 24 10:23:27 sidh2 kernel: [ 6.396274] md21: unknown partition table
Dec 24 10:23:27 sidh2 kernel: [ 6.455809] md: md100 stopped.
Dec 24 10:23:27 sidh2 kernel: [ 6.456482] md: bind<sdc1>
Dec 24 10:23:27 sidh2 kernel: [ 6.457637] md/raid1:md100: active with 1 out of 2 mirrors
Dec 24 10:23:27 sidh2 kernel: [ 6.457658] md100: detected capacity change from 0 to 1019805696
Dec 24 10:23:27 sidh2 kernel: [ 6.458471] md100: detected capacity change from 0 to 1019805696
Dec 24 10:23:27 sidh2 kernel: [ 6.464367] md100: unknown partition table
Dec 24 10:23:27 sidh2 kernel: [ 6.469798] md: md101 stopped.
Dec 24 10:23:27 sidh2 kernel: [ 6.470478] md: bind<sdc2>
Dec 24 10:23:27 sidh2 kernel: [ 6.472246] md/raid1:md101: active with 1 out of 2 mirrors
Dec 24 10:23:27 sidh2 kernel: [ 6.472265] md101: detected capacity change from 0 to 4096181248
Dec 24 10:23:27 sidh2 kernel: [ 6.473180] md101: detected capacity change from 0 to 4096181248
Dec 24 10:23:27 sidh2 kernel: [ 6.488201] md101: unknown partition table
Dec 24 10:23:27 sidh2 kernel: [ 6.507575] md: md102 stopped.
Dec 24 10:23:27 sidh2 kernel: [ 6.517517] md: bind<sdc5>
Dec 24 10:23:27 sidh2 kernel: [ 6.518202] md/raid1:md102: active with 1 out of 2 mirrors
Dec 24 10:23:27 sidh2 kernel: [ 6.518215] md102: detected capacity change from 0 to 34899761152
Dec 24 10:23:27 sidh2 kernel: [ 6.518703] md102: detected capacity change from 0 to 34899761152
Dec 24 10:23:27 sidh2 kernel: [ 6.565840] usb 5-2: New USB device found, idVendor=1781, idProduct=0898
Dec 24 10:23:27 sidh2 kernel: [ 6.565843] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 24 10:23:27 sidh2 kernel: [ 6.565846] usb 5-2: Product: PxRC PhoenixRC USB Interface
Dec 24 10:23:27 sidh2 kernel: [ 6.565848] usb 5-2: Manufacturer: Runtime
Dec 24 10:23:27 sidh2 kernel: [ 6.568822] md102: unknown partition table
Dec 24 10:23:27 sidh2 kernel: [ 6.584928] generic-usb 0003:1781:0898.0004: hiddev0,hidraw3: USB HID v1.00 Device [Runtime PxRC PhoenixRC USB Interface] on usb-0000:00:1a.2-2/input0
Dec 24 10:23:27 sidh2 kernel: [ 6.652131] md: md300 stopped.
Dec 24 10:23:27 sidh2 kernel: [ 6.658126] md: bind<sdd1>
Dec 24 10:23:27 sidh2 kernel: [ 6.658832] md/raid1:md300: active with 1 out of 2 mirrors
Dec 24 10:23:27 sidh2 kernel: [ 6.658843] md300: detected capacity change from 0 to 526372864
Dec 24 10:23:27 sidh2 kernel: [ 6.659281] md300: detected capacity change from 0 to 526372864
Dec 24 10:23:27 sidh2 kernel: [ 6.676590] md300: unknown partition table
Dec 24 10:23:27 sidh2 kernel: [ 6.790221] md: md301 stopped.
Dec 24 10:23:27 sidh2 kernel: [ 6.791409] md: bind<sdd2>
Dec 24 10:23:27 sidh2 kernel: [ 6.792245] md/raid1:md301: active with 1 out of 2 mirrors
Dec 24 10:23:27 sidh2 kernel: [ 6.792259] md301: detected capacity change from 0 to 4194877440
Dec 24 10:23:27 sidh2 kernel: [ 6.792840] md301: detected capacity change from 0 to 4194877440
Dec 24 10:23:27 sidh2 kernel: [ 6.810764] md301: unknown partition table
Dec 24 10:23:27 sidh2 kernel: [ 6.865434] md: md302 stopped.
Dec 24 10:23:27 sidh2 kernel: [ 6.865997] md: bind<sdd5>
Dec 24 10:23:27 sidh2 kernel: [ 6.866601] md/raid1:md302: active with 1 out of 2 mirrors
Dec 24 10:23:27 sidh2 kernel: [ 6.866615] md302: detected capacity change from 0 to 20974354432
Dec 24 10:23:27 sidh2 kernel: [ 6.867046] md302: detected capacity change from 0 to 20974354432
Dec 24 10:23:27 sidh2 kernel: [ 6.872477] md302: unknown partition table
Dec 24 10:23:27 sidh2 kernel: [ 7.214289] PM: Starting manual resume from disk
Dec 24 10:23:27 sidh2 kernel: [ 7.246107] EXT3-fs (dm-0): recovery required on readonly filesystem
Dec 24 10:23:27 sidh2 kernel: [ 7.246111] EXT3-fs (dm-0): write access will be enabled during recovery
Dec 24 10:23:27 sidh2 kernel: [ 7.253697] EXT3-fs: barriers not enabled
Dec 24 10:23:27 sidh2 kernel: [ 7.291977] kjournald starting. Commit interval 5 seconds
Dec 24 10:23:27 sidh2 kernel: [ 7.291991] EXT3-fs (dm-0): recovery complete
Dec 24 10:23:27 sidh2 kernel: [ 7.292989] EXT3-fs (dm-0): mounted filesystem with ordered data mode
Dec 24 10:23:27 sidh2 kernel: [ 8.353328] udev[426]: starting version 164
Dec 24 10:23:27 sidh2 kernel: [ 8.535471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Dec 24 10:23:27 sidh2 kernel: [ 8.539010] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Dec 24 10:23:27 sidh2 kernel: [ 8.602446] EDAC MC: Ver: 2.1.0 Dec 23 2010
Dec 24 10:23:27 sidh2 kernel: [ 8.603035] parport0: PC-style at 0xcf00 [PCSPP,TRISTATE,EPP]
Dec 24 10:23:27 sidh2 kernel: [ 8.618390] parport0: Printer, Hewlett-Packard HP LaserJet 1100
Dec 24 10:23:27 sidh2 kernel: [ 8.713503] Linux agpgart interface v0.103
Dec 24 10:23:27 sidh2 kernel: [ 8.768411] EDAC i7core: Driver loaded.
Dec 24 10:23:27 sidh2 kernel: [ 8.846606] udev[460]: renamed network interface eth1 to eth1-eth0
Dec 24 10:23:27 sidh2 kernel: [ 8.886583] udev[440]: renamed network interface eth0 to eth1
Dec 24 10:23:27 sidh2 kernel: [ 8.910562] udev[460]: renamed network interface eth1-eth0 to eth0
Dec 24 10:23:27 sidh2 kernel: [ 9.222006] nvidia: module license 'NVIDIA' taints kernel.
Dec 24 10:23:27 sidh2 kernel: [ 9.222008] Disabling lock debugging due to kernel taint
Dec 24 10:23:27 sidh2 kernel: [ 9.533656] nvidia 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Dec 24 10:23:27 sidh2 kernel: [ 9.533664] nvidia 0000:02:00.0: setting latency timer to 64
Dec 24 10:23:27 sidh2 kernel: [ 9.533668] vgaarb: device changed decodes: PCI:0000:02:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
Dec 24 10:23:27 sidh2 kernel: [ 9.533759] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 260.19.21 Thu Nov 4 21:16:27 PDT 2010
Dec 24 10:23:27 sidh2 kernel: [ 10.993805] EXT3-fs (dm-0): using internal journal
Dec 24 10:23:27 sidh2 kernel: [ 11.106085] lp0: using parport0 (polling).
Dec 24 10:23:27 sidh2 kernel: [ 13.882151] Adding 3997692k swap on /dev/mapper/rootvg-swap. Priority:-1 extents:1 across:3997692k
Dec 24 10:23:27 sidh2 kernel: [ 19.172869] EXT3-fs: barriers not enabled
Dec 24 10:23:27 sidh2 kernel: [ 19.178765] kjournald starting. Commit interval 5 seconds
Dec 24 10:23:27 sidh2 kernel: [ 19.179320] EXT3-fs (dm-31): using internal journal
Dec 24 10:23:27 sidh2 kernel: [ 19.179324] EXT3-fs (dm-31): mounted filesystem with ordered data mode
Dec 24 10:23:27 sidh2 kernel: [ 19.202445] EXT3-fs: barriers not enabled
Dec 24 10:23:27 sidh2 kernel: [ 19.208940] kjournald starting. Commit interval 5 seconds
Dec 24 10:23:27 sidh2 kernel: [ 19.209488] EXT3-fs (dm-35): using internal journal
Dec 24 10:23:27 sidh2 kernel: [ 19.209492] EXT3-fs (dm-35): mounted filesystem with ordered data mode
Dec 24 10:23:27 sidh2 kernel: [ 19.229080] EXT3-fs: barriers not enabled
Dec 24 10:23:27 sidh2 kernel: [ 19.237342] kjournald starting. Commit interval 5 seconds
Dec 24 10:23:27 sidh2 kernel: [ 19.237957] EXT3-fs (dm-33): using internal journal
Dec 24 10:23:27 sidh2 kernel: [ 19.237961] EXT3-fs (dm-33): mounted filesystem with ordered data mode
Dec 24 10:23:27 sidh2 kernel: [ 19.273871] EXT3-fs: barriers not enabled
Dec 24 10:23:27 sidh2 kernel: [ 19.282650] kjournald starting. Commit interval 5 seconds
Dec 24 10:23:27 sidh2 kernel: [ 19.283220] EXT3-fs (dm-32): using internal journal
Dec 24 10:23:27 sidh2 kernel: [ 19.283224] EXT3-fs (dm-32): mounted filesystem with ordered data mode
Dec 24 10:23:27 sidh2 kernel: [ 19.296624] EXT3-fs: barriers not enabled
Dec 24 10:23:27 sidh2 kernel: [ 19.298972] kjournald starting. Commit interval 5 seconds
Dec 24 10:23:27 sidh2 kernel: [ 19.331023] EXT3-fs (md0): using internal journal
Dec 24 10:23:27 sidh2 kernel: [ 19.331027] EXT3-fs (md0): mounted filesystem with ordered data mode
Dec 24 10:23:27 sidh2 kernel: [ 19.342261] EXT3-fs: barriers not enabled
Dec 24 10:23:27 sidh2 kernel: [ 19.347623] kjournald starting. Commit interval 5 seconds
Dec 24 10:23:27 sidh2 kernel: [ 19.348162] EXT3-fs (dm-27): using internal journal
Dec 24 10:23:27 sidh2 kernel: [ 19.348165] EXT3-fs (dm-27): mounted filesystem with ordered data mode
Dec 24 10:23:27 sidh2 kernel: [ 19.355363] EXT3-fs: barriers not enabled
Dec 24 10:23:27 sidh2 kernel: [ 19.358476] kjournald starting. Commit interval 5 seconds
Dec 24 10:23:27 sidh2 kernel: [ 19.359104] EXT3-fs (dm-29): using internal journal
Dec 24 10:23:27 sidh2 kernel: [ 19.359108] EXT3-fs (dm-29): mounted filesystem with ordered data mode
Dec 24 10:23:27 sidh2 kernel: [ 19.373022] EXT3-fs: barriers not enabled
Dec 24 10:23:27 sidh2 kernel: [ 19.381730] kjournald starting. Commit interval 5 seconds
Dec 24 10:23:27 sidh2 kernel: [ 19.382290] EXT3-fs (dm-34): using internal journal
Dec 24 10:23:27 sidh2 kernel: [ 19.382294] EXT3-fs (dm-34): mounted filesystem with ordered data mode
Dec 24 10:23:27 sidh2 kernel: [ 19.398033] EXT3-fs: barriers not enabled
Dec 24 10:23:27 sidh2 kernel: [ 19.404628] kjournald starting. Commit interval 5 seconds
Dec 24 10:23:27 sidh2 kernel: [ 19.405189] EXT3-fs (dm-30): using internal journal
Dec 24 10:23:27 sidh2 kernel: [ 19.405193] EXT3-fs (dm-30): mounted filesystem with ordered data mode
Dec 24 10:23:27 sidh2 kernel: [ 19.412992] EXT3-fs: barriers not enabled
Dec 24 10:23:27 sidh2 kernel: [ 19.416712] kjournald starting. Commit interval 5 seconds
Dec 24 10:23:27 sidh2 kernel: [ 19.417286] EXT3-fs (dm-28): using internal journal
Dec 24 10:23:27 sidh2 kernel: [ 19.417290] EXT3-fs (dm-28): mounted filesystem with ordered data mode
Dec 24 10:23:27 sidh2 kernel: [ 20.055835] eth1: Link up
Dec 24 10:23:27 sidh2 kernel: [ 20.056165] eth1: Link changed: 10Mbps, half duplex
Dec 24 10:23:27 sidh2 kernel: [ 20.294381] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.294388] WARNING: at net/core/dev.c:2612 netif_rx+0x156/0x190()
Dec 24 10:23:27 sidh2 kernel: [ 20.294390] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.294392] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.294404] Pid: 0, comm: kworker/0:1 Tainted: P 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.294407] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.294408] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.294417] [<ffffffff8148c546>] ? netif_rx+0x156/0x190
Dec 24 10:23:27 sidh2 kernel: [ 20.294422] [<ffffffff8125e241>] ? unmap_single+0x31/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.294426] [<ffffffff8125e152>] ? swiotlb_tbl_unmap_single+0x52/0x110
Dec 24 10:23:27 sidh2 kernel: [ 20.294431] [<ffffffff81359003>] ? rx_poll+0x243/0x420
Dec 24 10:23:27 sidh2 kernel: [ 20.294435] [<ffffffff8105facf>] ? tasklet_action+0xef/0x130
Dec 24 10:23:27 sidh2 kernel: [ 20.294438] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.294442] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.294445] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.294448] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.294451] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.294456] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.294458] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.294465] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.294469] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.294472] ---[ end trace 5fd8282097138a2d ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.294477] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.294482] WARNING: at net/core/dev.c:2907 __netif_receive_skb+0x6a4/0x6c0()
Dec 24 10:23:27 sidh2 kernel: [ 20.294484] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.294485] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.294495] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.294497] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.294498] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.294505] [<ffffffff81486434>] ? __netif_receive_skb+0x6a4/0x6c0
Dec 24 10:23:27 sidh2 kernel: [ 20.294509] [<ffffffff8125da20>] ? swiotlb_dma_mapping_error+0x10/0x20
Dec 24 10:23:27 sidh2 kernel: [ 20.294513] [<ffffffff81486552>] ? process_backlog+0x102/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.294516] [<ffffffff8148c25e>] ? net_rx_action+0xfe/0x290
Dec 24 10:23:27 sidh2 kernel: [ 20.294519] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.294522] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.294525] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.294528] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.294531] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.294534] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.294536] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.294542] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.294545] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.294548] ---[ end trace 5fd8282097138a2e ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.294551] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.294554] WARNING: at net/core/skbuff.c:580 __skb_clone+0x10a/0x110()
Dec 24 10:23:27 sidh2 kernel: [ 20.294556] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.294557] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.294567] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.294569] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.294570] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.294576] [<ffffffff8147bd3a>] ? __skb_clone+0x10a/0x110
Dec 24 10:23:27 sidh2 kernel: [ 20.294581] [<ffffffff81547442>] ? packet_rcv+0x142/0x450
Dec 24 10:23:27 sidh2 kernel: [ 20.294585] [<ffffffff814860ba>] ? __netif_receive_skb+0x32a/0x6c0
Dec 24 10:23:27 sidh2 kernel: [ 20.294588] [<ffffffff81486552>] ? process_backlog+0x102/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.294592] [<ffffffff8148c25e>] ? net_rx_action+0xfe/0x290
Dec 24 10:23:27 sidh2 kernel: [ 20.294595] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.294598] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.294601] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.294604] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.294607] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.294610] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.294612] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.294618] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.294621] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.294623] ---[ end trace 5fd8282097138a2f ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.294625] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.294628] WARNING: at net/core/skbuff.c:433 kfree_skb+0xc8/0xd0()
Dec 24 10:23:27 sidh2 kernel: [ 20.294629] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.294631] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.294640] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.294642] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.294643] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.294649] [<ffffffff8147c9b8>] ? kfree_skb+0xc8/0xd0
Dec 24 10:23:27 sidh2 kernel: [ 20.294653] [<ffffffff8154747e>] ? packet_rcv+0x17e/0x450
Dec 24 10:23:27 sidh2 kernel: [ 20.294657] [<ffffffff814860ba>] ? __netif_receive_skb+0x32a/0x6c0
Dec 24 10:23:27 sidh2 kernel: [ 20.294660] [<ffffffff81486552>] ? process_backlog+0x102/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.294664] [<ffffffff8148c25e>] ? net_rx_action+0xfe/0x290
Dec 24 10:23:27 sidh2 kernel: [ 20.294667] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.294670] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.294673] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.294676] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.294678] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.294682] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.294684] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.294690] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.294693] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.294695] ---[ end trace 5fd8282097138a30 ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.294698] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.294701] WARNING: at net/core/skbuff.c:433 kfree_skb+0xc8/0xd0()
Dec 24 10:23:27 sidh2 kernel: [ 20.294702] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.294704] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.294714] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.294715] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.294717] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.294722] [<ffffffff8147c9b8>] ? kfree_skb+0xc8/0xd0
Dec 24 10:23:27 sidh2 kernel: [ 20.294725] [<ffffffff8135f760>] ? pppoe_disc_rcv+0x80/0x250
Dec 24 10:23:27 sidh2 kernel: [ 20.294729] [<ffffffff814861b2>] ? __netif_receive_skb+0x422/0x6c0
Dec 24 10:23:27 sidh2 kernel: [ 20.294733] [<ffffffff81486552>] ? process_backlog+0x102/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.294736] [<ffffffff8148c25e>] ? net_rx_action+0xfe/0x290
Dec 24 10:23:27 sidh2 kernel: [ 20.294740] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.294742] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.294745] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.294748] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.294751] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.294755] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.294756] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.294762] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.294766] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.294768] ---[ end trace 5fd8282097138a31 ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.294769] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.294772] WARNING: at net/core/skbuff.c:416 __kfree_skb+0xc1/0xd0()
Dec 24 10:23:27 sidh2 kernel: [ 20.294774] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.294775] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.294785] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.294787] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.294788] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.294794] [<ffffffff8147c821>] ? __kfree_skb+0xc1/0xd0
Dec 24 10:23:27 sidh2 kernel: [ 20.294797] [<ffffffff8135f760>] ? pppoe_disc_rcv+0x80/0x250
Dec 24 10:23:27 sidh2 kernel: [ 20.294800] [<ffffffff814861b2>] ? __netif_receive_skb+0x422/0x6c0
Dec 24 10:23:27 sidh2 kernel: [ 20.294804] [<ffffffff81486552>] ? process_backlog+0x102/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.294807] [<ffffffff8148c25e>] ? net_rx_action+0xfe/0x290
Dec 24 10:23:27 sidh2 kernel: [ 20.294811] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.294814] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.294817] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.294824] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.294828] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.294831] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.294833] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.294839] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.294842] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.294845] ---[ end trace 5fd8282097138a32 ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.294856] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.294859] WARNING: at net/core/skbuff.c:455 consume_skb+0xaf/0xc0()
Dec 24 10:23:27 sidh2 kernel: [ 20.294861] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.294862] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.294872] Pid: 1649, comm: pppd Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.294874] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.294877] [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.294880] [<ffffffff8147c8df>] ? consume_skb+0xaf/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.294884] [<ffffffff81480c8c>] ? skb_free_datagram+0xc/0x40
Dec 24 10:23:27 sidh2 kernel: [ 20.294887] [<ffffffff81549238>] ? packet_recvmsg+0x2e8/0x4d0
Dec 24 10:23:27 sidh2 kernel: [ 20.294892] [<ffffffff814748bd>] ? sock_recvmsg+0xed/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.294898] [<ffffffff8116c8e8>] ? compat_core_sys_select+0x288/0x2a0
Dec 24 10:23:27 sidh2 kernel: [ 20.294901] [<ffffffff81473902>] ? sockfd_lookup_light+0x22/0x80
Dec 24 10:23:27 sidh2 kernel: [ 20.294905] [<ffffffff81474a63>] ? sys_recvfrom+0xf3/0x180
Dec 24 10:23:27 sidh2 kernel: [ 20.294908] [<ffffffff815479da>] ? packet_bind+0x6a/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.294912] [<ffffffff81474c5f>] ? sys_bind+0xcf/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.294915] [<ffffffff81012f75>] ? read_tsc+0x5/0x20
Dec 24 10:23:27 sidh2 kernel: [ 20.294920] [<ffffffff81083701>] ? ktime_get_ts+0x61/0xd0
Dec 24 10:23:27 sidh2 kernel: [ 20.294925] [<ffffffff814a1b5c>] ? compat_sys_socketcall+0x13c/0x210
Dec 24 10:23:27 sidh2 kernel: [ 20.294928] [<ffffffff81040940>] ? sysenter_dispatch+0x7/0x2e
Dec 24 10:23:27 sidh2 kernel: [ 20.294930] ---[ end trace 5fd8282097138a33 ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.294932] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.294934] WARNING: at net/core/skbuff.c:416 __kfree_skb+0xc1/0xd0()
Dec 24 10:23:27 sidh2 kernel: [ 20.294936] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.294937] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.294947] Pid: 1649, comm: pppd Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.294949] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.294952] [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.294955] [<ffffffff8147c821>] ? __kfree_skb+0xc1/0xd0
Dec 24 10:23:27 sidh2 kernel: [ 20.294959] [<ffffffff81480c8c>] ? skb_free_datagram+0xc/0x40
Dec 24 10:23:27 sidh2 kernel: [ 20.294962] [<ffffffff81549238>] ? packet_recvmsg+0x2e8/0x4d0
Dec 24 10:23:27 sidh2 kernel: [ 20.294966] [<ffffffff814748bd>] ? sock_recvmsg+0xed/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.294970] [<ffffffff8116c8e8>] ? compat_core_sys_select+0x288/0x2a0
Dec 24 10:23:27 sidh2 kernel: [ 20.294973] [<ffffffff81473902>] ? sockfd_lookup_light+0x22/0x80
Dec 24 10:23:27 sidh2 kernel: [ 20.294977] [<ffffffff81474a63>] ? sys_recvfrom+0xf3/0x180
Dec 24 10:23:27 sidh2 kernel: [ 20.294980] [<ffffffff815479da>] ? packet_bind+0x6a/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.294983] [<ffffffff81474c5f>] ? sys_bind+0xcf/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.294987] [<ffffffff81012f75>] ? read_tsc+0x5/0x20
Dec 24 10:23:27 sidh2 kernel: [ 20.294990] [<ffffffff81083701>] ? ktime_get_ts+0x61/0xd0
Dec 24 10:23:27 sidh2 kernel: [ 20.294994] [<ffffffff814a1b5c>] ? compat_sys_socketcall+0x13c/0x210
Dec 24 10:23:27 sidh2 kernel: [ 20.294997] [<ffffffff81040940>] ? sysenter_dispatch+0x7/0x2e
Dec 24 10:23:27 sidh2 kernel: [ 20.294999] ---[ end trace 5fd8282097138a34 ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.333302] r8169 0000:08:00.0: eth0: link up
Dec 24 10:23:27 sidh2 kernel: [ 20.333308] r8169 0000:08:00.0: eth0: link up
Dec 24 10:23:27 sidh2 kernel: [ 20.513542] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.513550] WARNING: at net/core/dev.c:2612 netif_rx+0x156/0x190()
Dec 24 10:23:27 sidh2 kernel: [ 20.513552] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.513554] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.513566] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.513569] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.513570] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.513579] [<ffffffff8148c546>] ? netif_rx+0x156/0x190
Dec 24 10:23:27 sidh2 kernel: [ 20.513584] [<ffffffff8125e241>] ? unmap_single+0x31/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.513588] [<ffffffff8125e152>] ? swiotlb_tbl_unmap_single+0x52/0x110
Dec 24 10:23:27 sidh2 kernel: [ 20.513593] [<ffffffff81359003>] ? rx_poll+0x243/0x420
Dec 24 10:23:27 sidh2 kernel: [ 20.513597] [<ffffffff8105facf>] ? tasklet_action+0xef/0x130
Dec 24 10:23:27 sidh2 kernel: [ 20.513601] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.513604] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.513608] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.513611] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.513613] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.513618] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.513620] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.513628] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.513632] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.513634] ---[ end trace 5fd8282097138a35 ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.513640] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.513645] WARNING: at net/core/dev.c:2907 __netif_receive_skb+0x6a4/0x6c0()
Dec 24 10:23:27 sidh2 kernel: [ 20.513647] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.513648] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.513658] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.513660] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.513662] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.513668] [<ffffffff81486434>] ? __netif_receive_skb+0x6a4/0x6c0
Dec 24 10:23:27 sidh2 kernel: [ 20.513672] [<ffffffff8125da20>] ? swiotlb_dma_mapping_error+0x10/0x20
Dec 24 10:23:27 sidh2 kernel: [ 20.513676] [<ffffffff81486552>] ? process_backlog+0x102/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.513679] [<ffffffff8148c25e>] ? net_rx_action+0xfe/0x290
Dec 24 10:23:27 sidh2 kernel: [ 20.513682] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.513685] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.513688] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.513691] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.513694] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.513697] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.513699] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.513705] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.513709] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.513711] ---[ end trace 5fd8282097138a36 ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.513715] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.513717] WARNING: at net/core/skbuff.c:580 __skb_clone+0x10a/0x110()
Dec 24 10:23:27 sidh2 kernel: [ 20.513719] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.513720] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.513730] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.513732] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.513733] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.513739] [<ffffffff8147bd3a>] ? __skb_clone+0x10a/0x110
Dec 24 10:23:27 sidh2 kernel: [ 20.513745] [<ffffffff81547442>] ? packet_rcv+0x142/0x450
Dec 24 10:23:27 sidh2 kernel: [ 20.513748] [<ffffffff814860ba>] ? __netif_receive_skb+0x32a/0x6c0
Dec 24 10:23:27 sidh2 kernel: [ 20.513752] [<ffffffff81486552>] ? process_backlog+0x102/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.513755] [<ffffffff8148c25e>] ? net_rx_action+0xfe/0x290
Dec 24 10:23:27 sidh2 kernel: [ 20.513759] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.513761] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.513764] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.513767] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.513770] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.513774] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.513775] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.513782] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.513785] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.513787] ---[ end trace 5fd8282097138a37 ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.513788] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.513791] WARNING: at net/core/skbuff.c:433 kfree_skb+0xc8/0xd0()
Dec 24 10:23:27 sidh2 kernel: [ 20.513793] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.513794] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.513804] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.513806] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.513807] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.513813] [<ffffffff8147c9b8>] ? kfree_skb+0xc8/0xd0
Dec 24 10:23:27 sidh2 kernel: [ 20.513816] [<ffffffff8154747e>] ? packet_rcv+0x17e/0x450
Dec 24 10:23:27 sidh2 kernel: [ 20.513820] [<ffffffff814860ba>] ? __netif_receive_skb+0x32a/0x6c0
Dec 24 10:23:27 sidh2 kernel: [ 20.513824] [<ffffffff81486552>] ? process_backlog+0x102/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.513827] [<ffffffff8148c25e>] ? net_rx_action+0xfe/0x290
Dec 24 10:23:27 sidh2 kernel: [ 20.513830] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.513833] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.513836] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.513839] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.513842] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.513846] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.513847] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.513853] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.513856] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.513859] ---[ end trace 5fd8282097138a38 ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.513862] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.513865] WARNING: at net/core/skbuff.c:433 kfree_skb+0xc8/0xd0()
Dec 24 10:23:27 sidh2 kernel: [ 20.513867] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.513868] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.513878] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.513880] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.513881] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.513887] [<ffffffff8147c9b8>] ? kfree_skb+0xc8/0xd0
Dec 24 10:23:27 sidh2 kernel: [ 20.513890] [<ffffffff8135f760>] ? pppoe_disc_rcv+0x80/0x250
Dec 24 10:23:27 sidh2 kernel: [ 20.513894] [<ffffffff814861b2>] ? __netif_receive_skb+0x422/0x6c0
Dec 24 10:23:27 sidh2 kernel: [ 20.513897] [<ffffffff81486552>] ? process_backlog+0x102/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.513900] [<ffffffff8148c25e>] ? net_rx_action+0xfe/0x290
Dec 24 10:23:27 sidh2 kernel: [ 20.513904] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.513907] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.513910] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.513913] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.513915] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.513919] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.513920] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.513927] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.513930] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.513932] ---[ end trace 5fd8282097138a39 ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.513933] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.513936] WARNING: at net/core/skbuff.c:416 __kfree_skb+0xc1/0xd0()
Dec 24 10:23:27 sidh2 kernel: [ 20.513938] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.513939] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.513949] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.513951] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.513952] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.513958] [<ffffffff8147c821>] ? __kfree_skb+0xc1/0xd0
Dec 24 10:23:27 sidh2 kernel: [ 20.513961] [<ffffffff8135f760>] ? pppoe_disc_rcv+0x80/0x250
Dec 24 10:23:27 sidh2 kernel: [ 20.513965] [<ffffffff814861b2>] ? __netif_receive_skb+0x422/0x6c0
Dec 24 10:23:27 sidh2 kernel: [ 20.513969] [<ffffffff81486552>] ? process_backlog+0x102/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.513972] [<ffffffff8148c25e>] ? net_rx_action+0xfe/0x290
Dec 24 10:23:27 sidh2 kernel: [ 20.513975] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.513978] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.513981] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.513984] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.513986] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.513990] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.513992] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.513998] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.514001] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.514003] ---[ end trace 5fd8282097138a3a ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.514015] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.514018] WARNING: at net/core/skbuff.c:455 consume_skb+0xaf/0xc0()
Dec 24 10:23:27 sidh2 kernel: [ 20.514020] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.514021] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.514031] Pid: 1649, comm: pppd Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.514033] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.514036] [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.514040] [<ffffffff8147c8df>] ? consume_skb+0xaf/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.514045] [<ffffffff81480c8c>] ? skb_free_datagram+0xc/0x40
Dec 24 10:23:27 sidh2 kernel: [ 20.514050] [<ffffffff81549238>] ? packet_recvmsg+0x2e8/0x4d0
Dec 24 10:23:27 sidh2 kernel: [ 20.514056] [<ffffffff810e27f8>] ? find_get_page+0x18/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.514062] [<ffffffff814748bd>] ? sock_recvmsg+0xed/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.514069] [<ffffffff8116c8e8>] ? compat_core_sys_select+0x288/0x2a0
Dec 24 10:23:27 sidh2 kernel: [ 20.514074] [<ffffffff81473902>] ? sockfd_lookup_light+0x22/0x80
Dec 24 10:23:27 sidh2 kernel: [ 20.514079] [<ffffffff81474a63>] ? sys_recvfrom+0xf3/0x180
Dec 24 10:23:27 sidh2 kernel: [ 20.514084] [<ffffffff815479da>] ? packet_bind+0x6a/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.514089] [<ffffffff81474c5f>] ? sys_bind+0xcf/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.514094] [<ffffffff81012f75>] ? read_tsc+0x5/0x20
Dec 24 10:23:27 sidh2 kernel: [ 20.514099] [<ffffffff81083701>] ? ktime_get_ts+0x61/0xd0
Dec 24 10:23:27 sidh2 kernel: [ 20.514106] [<ffffffff814a1b5c>] ? compat_sys_socketcall+0x13c/0x210
Dec 24 10:23:27 sidh2 kernel: [ 20.514111] [<ffffffff81040940>] ? sysenter_dispatch+0x7/0x2e
Dec 24 10:23:27 sidh2 kernel: [ 20.514114] ---[ end trace 5fd8282097138a3b ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.514116] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.514120] WARNING: at net/core/skbuff.c:416 __kfree_skb+0xc1/0xd0()
Dec 24 10:23:27 sidh2 kernel: [ 20.514123] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.514125] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.514138] Pid: 1649, comm: pppd Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.514141] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.514146] [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.514150] [<ffffffff8147c821>] ? __kfree_skb+0xc1/0xd0
Dec 24 10:23:27 sidh2 kernel: [ 20.514155] [<ffffffff81480c8c>] ? skb_free_datagram+0xc/0x40
Dec 24 10:23:27 sidh2 kernel: [ 20.514160] [<ffffffff81549238>] ? packet_recvmsg+0x2e8/0x4d0
Dec 24 10:23:27 sidh2 kernel: [ 20.514165] [<ffffffff810e27f8>] ? find_get_page+0x18/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.514170] [<ffffffff814748bd>] ? sock_recvmsg+0xed/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.514176] [<ffffffff8116c8e8>] ? compat_core_sys_select+0x288/0x2a0
Dec 24 10:23:27 sidh2 kernel: [ 20.514182] [<ffffffff81473902>] ? sockfd_lookup_light+0x22/0x80
Dec 24 10:23:27 sidh2 kernel: [ 20.514187] [<ffffffff81474a63>] ? sys_recvfrom+0xf3/0x180
Dec 24 10:23:27 sidh2 kernel: [ 20.514193] [<ffffffff815479da>] ? packet_bind+0x6a/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.514198] [<ffffffff81474c5f>] ? sys_bind+0xcf/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.514203] [<ffffffff81012f75>] ? read_tsc+0x5/0x20
Dec 24 10:23:27 sidh2 kernel: [ 20.514208] [<ffffffff81083701>] ? ktime_get_ts+0x61/0xd0
Dec 24 10:23:27 sidh2 kernel: [ 20.514213] [<ffffffff814a1b5c>] ? compat_sys_socketcall+0x13c/0x210
Dec 24 10:23:27 sidh2 kernel: [ 20.514218] [<ffffffff81040940>] ? sysenter_dispatch+0x7/0x2e
Dec 24 10:23:27 sidh2 kernel: [ 20.514221] ---[ end trace 5fd8282097138a3c ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.528729] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.528734] WARNING: at net/core/dev.c:2612 netif_rx+0x156/0x190()
Dec 24 10:23:27 sidh2 kernel: [ 20.528736] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.528737] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.528748] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.528751] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.528752] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.528759] [<ffffffff8148c546>] ? netif_rx+0x156/0x190
Dec 24 10:23:27 sidh2 kernel: [ 20.528763] [<ffffffff8125e241>] ? unmap_single+0x31/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.528767] [<ffffffff8125e152>] ? swiotlb_tbl_unmap_single+0x52/0x110
Dec 24 10:23:27 sidh2 kernel: [ 20.528771] [<ffffffff81359003>] ? rx_poll+0x243/0x420
Dec 24 10:23:27 sidh2 kernel: [ 20.528774] [<ffffffff8105facf>] ? tasklet_action+0xef/0x130
Dec 24 10:23:27 sidh2 kernel: [ 20.528778] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.528781] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.528784] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.528787] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.528789] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.528793] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.528795] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.528802] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.528805] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.528808] ---[ end trace 5fd8282097138a3d ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.528812] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.528816] WARNING: at net/core/dev.c:2907 __netif_receive_skb+0x6a4/0x6c0()
Dec 24 10:23:27 sidh2 kernel: [ 20.528818] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.528819] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.528829] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.528831] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.528832] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.528839] [<ffffffff81486434>] ? __netif_receive_skb+0x6a4/0x6c0
Dec 24 10:23:27 sidh2 kernel: [ 20.528843] [<ffffffff8125da20>] ? swiotlb_dma_mapping_error+0x10/0x20
Dec 24 10:23:27 sidh2 kernel: [ 20.528847] [<ffffffff81486552>] ? process_backlog+0x102/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.528850] [<ffffffff8148c25e>] ? net_rx_action+0xfe/0x290
Dec 24 10:23:27 sidh2 kernel: [ 20.528853] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.528856] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.528859] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.528862] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.528865] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.528868] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.528870] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.528876] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.528880] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.528882] ---[ end trace 5fd8282097138a3e ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.528884] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.528887] WARNING: at drivers/net/pppoe.c:434 pppoe_rcv+0x269/0x300()
Dec 24 10:23:27 sidh2 kernel: [ 20.528889] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.528890] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.528906] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.528908] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.528909] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.528915] [<ffffffff8135e979>] ? pppoe_rcv+0x269/0x300
Dec 24 10:23:27 sidh2 kernel: [ 20.528919] [<ffffffff814861b2>] ? __netif_receive_skb+0x422/0x6c0
Dec 24 10:23:27 sidh2 kernel: [ 20.528923] [<ffffffff81486552>] ? process_backlog+0x102/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.528926] [<ffffffff8148c25e>] ? net_rx_action+0xfe/0x290
Dec 24 10:23:27 sidh2 kernel: [ 20.528929] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.528932] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.528935] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.528938] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.528941] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.528944] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.528946] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.528952] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.528955] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.528957] ---[ end trace 5fd8282097138a3f ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.528959] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.528962] WARNING: at drivers/net/pppoe.c:457 pppoe_rcv+0x2e3/0x300()
Dec 24 10:23:27 sidh2 kernel: [ 20.528964] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.528965] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.528975] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.528977] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.528978] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.528983] [<ffffffff8135e9f3>] ? pppoe_rcv+0x2e3/0x300
Dec 24 10:23:27 sidh2 kernel: [ 20.528987] [<ffffffff814861b2>] ? __netif_receive_skb+0x422/0x6c0
Dec 24 10:23:27 sidh2 kernel: [ 20.528991] [<ffffffff81486552>] ? process_backlog+0x102/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.528994] [<ffffffff8148c25e>] ? net_rx_action+0xfe/0x290
Dec 24 10:23:27 sidh2 kernel: [ 20.528998] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.529001] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.529003] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.529007] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.529009] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.529013] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.529014] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.529021] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.529024] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.529026] ---[ end trace 5fd8282097138a40 ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.529028] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.529031] WARNING: at drivers/net/pppoe.c:388 pppoe_rcv_core+0x22c/0x240()
Dec 24 10:23:27 sidh2 kernel: [ 20.529032] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.529034] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.529043] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.529045] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.529046] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.529052] [<ffffffff8135f14c>] ? pppoe_rcv_core+0x22c/0x240
Dec 24 10:23:27 sidh2 kernel: [ 20.529055] [<ffffffff8147a8a4>] ? sk_receive_skb+0x114/0x130
Dec 24 10:23:27 sidh2 kernel: [ 20.529059] [<ffffffff814861b2>] ? __netif_receive_skb+0x422/0x6c0
Dec 24 10:23:27 sidh2 kernel: [ 20.529063] [<ffffffff81486552>] ? process_backlog+0x102/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.529066] [<ffffffff8148c25e>] ? net_rx_action+0xfe/0x290
Dec 24 10:23:27 sidh2 kernel: [ 20.529069] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.529072] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.529075] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.529078] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.529081] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.529084] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.529086] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.529092] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.529095] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.529098] ---[ end trace 5fd8282097138a41 ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.529102] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.529105] WARNING: at net/core/dev.c:2612 netif_rx+0x156/0x190()
Dec 24 10:23:27 sidh2 kernel: [ 20.529107] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.529108] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.529118] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.529120] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.529121] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.529126] [<ffffffff8148c546>] ? netif_rx+0x156/0x190
Dec 24 10:23:27 sidh2 kernel: [ 20.529130] [<ffffffff8125e241>] ? unmap_single+0x31/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.529134] [<ffffffff8125e152>] ? swiotlb_tbl_unmap_single+0x52/0x110
Dec 24 10:23:27 sidh2 kernel: [ 20.529137] [<ffffffff81359003>] ? rx_poll+0x243/0x420
Dec 24 10:23:27 sidh2 kernel: [ 20.529141] [<ffffffff8105facf>] ? tasklet_action+0xef/0x130
Dec 24 10:23:27 sidh2 kernel: [ 20.529144] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.529147] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.529149] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.529152] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.529155] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.529159] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.529160] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.529167] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.529170] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.529172] ---[ end trace 5fd8282097138a42 ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.529176] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.529179] WARNING: at net/core/dev.c:2907 __netif_receive_skb+0x6a4/0x6c0()
Dec 24 10:23:27 sidh2 kernel: [ 20.529181] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.529182] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.529192] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.529194] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.529195] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.529201] [<ffffffff81486434>] ? __netif_receive_skb+0x6a4/0x6c0
Dec 24 10:23:27 sidh2 kernel: [ 20.529205] [<ffffffff8125da20>] ? swiotlb_dma_mapping_error+0x10/0x20
Dec 24 10:23:27 sidh2 kernel: [ 20.529209] [<ffffffff81486552>] ? process_backlog+0x102/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.529212] [<ffffffff8148c25e>] ? net_rx_action+0xfe/0x290
Dec 24 10:23:27 sidh2 kernel: [ 20.529215] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.529218] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.529221] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.529224] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.529227] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.529231] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.529232] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.529238] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.529241] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.529244] ---[ end trace 5fd8282097138a43 ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.529245] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.529248] WARNING: at drivers/net/pppoe.c:434 pppoe_rcv+0x269/0x300()
Dec 24 10:23:27 sidh2 kernel: [ 20.529250] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.529251] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.529261] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.529263] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.529264] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.529269] [<ffffffff8135e979>] ? pppoe_rcv+0x269/0x300
Dec 24 10:23:27 sidh2 kernel: [ 20.529273] [<ffffffff814861b2>] ? __netif_receive_skb+0x422/0x6c0
Dec 24 10:23:27 sidh2 kernel: [ 20.529277] [<ffffffff81486552>] ? process_backlog+0x102/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.529280] [<ffffffff8148c25e>] ? net_rx_action+0xfe/0x290
Dec 24 10:23:27 sidh2 kernel: [ 20.529283] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.529286] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.529289] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.529292] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.529295] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.529299] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.529300] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.529306] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.529309] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.529312] ---[ end trace 5fd8282097138a44 ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.529313] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.529316] WARNING: at drivers/net/pppoe.c:457 pppoe_rcv+0x2e3/0x300()
Dec 24 10:23:27 sidh2 kernel: [ 20.529318] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.529319] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.529329] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.529330] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.529332] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.529337] [<ffffffff8135e9f3>] ? pppoe_rcv+0x2e3/0x300
Dec 24 10:23:27 sidh2 kernel: [ 20.529341] [<ffffffff814861b2>] ? __netif_receive_skb+0x422/0x6c0
Dec 24 10:23:27 sidh2 kernel: [ 20.529345] [<ffffffff81486552>] ? process_backlog+0x102/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.529348] [<ffffffff8148c25e>] ? net_rx_action+0xfe/0x290
Dec 24 10:23:27 sidh2 kernel: [ 20.529351] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.529354] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.529357] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.529360] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.529363] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.529366] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.529368] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.529374] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.529377] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.529380] ---[ end trace 5fd8282097138a45 ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.529381] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.529384] WARNING: at drivers/net/pppoe.c:388 pppoe_rcv_core+0x22c/0x240()
Dec 24 10:23:27 sidh2 kernel: [ 20.529386] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.529387] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.529397] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.529399] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.529400] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.529405] [<ffffffff8135f14c>] ? pppoe_rcv_core+0x22c/0x240
Dec 24 10:23:27 sidh2 kernel: [ 20.529409] [<ffffffff8147a8a4>] ? sk_receive_skb+0x114/0x130
Dec 24 10:23:27 sidh2 kernel: [ 20.529412] [<ffffffff814861b2>] ? __netif_receive_skb+0x422/0x6c0
Dec 24 10:23:27 sidh2 kernel: [ 20.529416] [<ffffffff81486552>] ? process_backlog+0x102/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.529419] [<ffffffff8148c25e>] ? net_rx_action+0xfe/0x290
Dec 24 10:23:27 sidh2 kernel: [ 20.529422] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.529425] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.529428] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.529431] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.529434] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.529438] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.529439] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.529445] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.529448] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.529451] ---[ end trace 5fd8282097138a46 ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.529462] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.529466] WARNING: at net/core/skbuff.c:433 kfree_skb+0xc8/0xd0()
Dec 24 10:23:27 sidh2 kernel: [ 20.529467] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.529469] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.529478] Pid: 1649, comm: pppd Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.529480] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.529484] [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.529487] [<ffffffff8147c9b8>] ? kfree_skb+0xc8/0xd0
Dec 24 10:23:27 sidh2 kernel: [ 20.529490] [<ffffffff8135a332>] ? ppp_read+0x162/0x1c0
Dec 24 10:23:27 sidh2 kernel: [ 20.529494] [<ffffffff81053060>] ? default_wake_function+0x0/0x20
Dec 24 10:23:27 sidh2 kernel: [ 20.529499] [<ffffffff8112b5d5>] ? vfs_read+0xc5/0x190
Dec 24 10:23:27 sidh2 kernel: [ 20.529503] [<ffffffff8112bc5e>] ? sys_read+0x4e/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.529506] [<ffffffff81565315>] ? page_fault+0x25/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.529509] [<ffffffff81040940>] ? sysenter_dispatch+0x7/0x2e
Dec 24 10:23:27 sidh2 kernel: [ 20.529512] ---[ end trace 5fd8282097138a47 ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.529513] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.529516] WARNING: at net/core/skbuff.c:416 __kfree_skb+0xc1/0xd0()
Dec 24 10:23:27 sidh2 kernel: [ 20.529518] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.529519] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.529529] Pid: 1649, comm: pppd Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.529530] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.529534] [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.529537] [<ffffffff8147c821>] ? __kfree_skb+0xc1/0xd0
Dec 24 10:23:27 sidh2 kernel: [ 20.529540] [<ffffffff8135a332>] ? ppp_read+0x162/0x1c0
Dec 24 10:23:27 sidh2 kernel: [ 20.529544] [<ffffffff81053060>] ? default_wake_function+0x0/0x20
Dec 24 10:23:27 sidh2 kernel: [ 20.529548] [<ffffffff8112b5d5>] ? vfs_read+0xc5/0x190
Dec 24 10:23:27 sidh2 kernel: [ 20.529551] [<ffffffff8112bc5e>] ? sys_read+0x4e/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.529554] [<ffffffff81565315>] ? page_fault+0x25/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.529557] [<ffffffff81040940>] ? sysenter_dispatch+0x7/0x2e
Dec 24 10:23:27 sidh2 kernel: [ 20.529559] ---[ end trace 5fd8282097138a48 ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.529577] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.529580] WARNING: at net/core/skbuff.c:433 kfree_skb+0xc8/0xd0()
Dec 24 10:23:27 sidh2 kernel: [ 20.529582] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.529583] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.529593] Pid: 1649, comm: pppd Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.529595] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.529598] [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.529601] [<ffffffff8147c9b8>] ? kfree_skb+0xc8/0xd0
Dec 24 10:23:27 sidh2 kernel: [ 20.529605] [<ffffffff8135a332>] ? ppp_read+0x162/0x1c0
Dec 24 10:23:27 sidh2 kernel: [ 20.529608] [<ffffffff81053060>] ? default_wake_function+0x0/0x20
Dec 24 10:23:27 sidh2 kernel: [ 20.529612] [<ffffffff8112b5d5>] ? vfs_read+0xc5/0x190
Dec 24 10:23:27 sidh2 kernel: [ 20.529616] [<ffffffff8112bc5e>] ? sys_read+0x4e/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.529621] [<ffffffff810a013f>] ? compat_sys_gettimeofday+0x9f/0xb0
Dec 24 10:23:27 sidh2 kernel: [ 20.529624] [<ffffffff81040940>] ? sysenter_dispatch+0x7/0x2e
Dec 24 10:23:27 sidh2 kernel: [ 20.529626] ---[ end trace 5fd8282097138a49 ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.529627] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.529630] WARNING: at net/core/skbuff.c:416 __kfree_skb+0xc1/0xd0()
Dec 24 10:23:27 sidh2 kernel: [ 20.529632] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.529633] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.529651] Pid: 1649, comm: pppd Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.529653] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.529656] [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.529659] [<ffffffff8147c821>] ? __kfree_skb+0xc1/0xd0
Dec 24 10:23:27 sidh2 kernel: [ 20.529663] [<ffffffff8135a332>] ? ppp_read+0x162/0x1c0
Dec 24 10:23:27 sidh2 kernel: [ 20.529666] [<ffffffff81053060>] ? default_wake_function+0x0/0x20
Dec 24 10:23:27 sidh2 kernel: [ 20.529670] [<ffffffff8112b5d5>] ? vfs_read+0xc5/0x190
Dec 24 10:23:27 sidh2 kernel: [ 20.529674] [<ffffffff8112bc5e>] ? sys_read+0x4e/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.529677] [<ffffffff810a013f>] ? compat_sys_gettimeofday+0x9f/0xb0
Dec 24 10:23:27 sidh2 kernel: [ 20.529680] [<ffffffff81040940>] ? sysenter_dispatch+0x7/0x2e
Dec 24 10:23:27 sidh2 kernel: [ 20.529682] ---[ end trace 5fd8282097138a4a ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.536724] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.536728] WARNING: at net/core/dev.c:2612 netif_rx+0x156/0x190()
Dec 24 10:23:27 sidh2 kernel: [ 20.536730] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.536731] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.536741] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.536743] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.536745] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.536751] [<ffffffff8148c546>] ? netif_rx+0x156/0x190
Dec 24 10:23:27 sidh2 kernel: [ 20.536755] [<ffffffff8125e241>] ? unmap_single+0x31/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.536758] [<ffffffff8125e152>] ? swiotlb_tbl_unmap_single+0x52/0x110
Dec 24 10:23:27 sidh2 kernel: [ 20.536762] [<ffffffff81359003>] ? rx_poll+0x243/0x420
Dec 24 10:23:27 sidh2 kernel: [ 20.536765] [<ffffffff8105facf>] ? tasklet_action+0xef/0x130
Dec 24 10:23:27 sidh2 kernel: [ 20.536769] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.536772] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.536775] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.536778] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.536780] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.536784] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.536786] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.536792] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.536795] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.536798] ---[ end trace 5fd8282097138a4b ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.536802] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.536806] WARNING: at net/core/dev.c:2907 __netif_receive_skb+0x6a4/0x6c0()
Dec 24 10:23:27 sidh2 kernel: [ 20.536807] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.536809] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.536818] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.536820] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.536821] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.536828] [<ffffffff81486434>] ? __netif_receive_skb+0x6a4/0x6c0
Dec 24 10:23:27 sidh2 kernel: [ 20.536832] [<ffffffff8125da20>] ? swiotlb_dma_mapping_error+0x10/0x20
Dec 24 10:23:27 sidh2 kernel: [ 20.536836] [<ffffffff81486552>] ? process_backlog+0x102/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.536839] [<ffffffff8148c25e>] ? net_rx_action+0xfe/0x290
Dec 24 10:23:27 sidh2 kernel: [ 20.536842] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.536845] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.536848] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.536851] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.536854] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.536857] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.536859] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.536865] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.536868] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.536870] ---[ end trace 5fd8282097138a4c ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.536872] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.536875] WARNING: at drivers/net/pppoe.c:434 pppoe_rcv+0x269/0x300()
Dec 24 10:23:27 sidh2 kernel: [ 20.536877] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.536878] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.536888] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.536889] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.536891] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.536896] [<ffffffff8135e979>] ? pppoe_rcv+0x269/0x300
Dec 24 10:23:27 sidh2 kernel: [ 20.536900] [<ffffffff814861b2>] ? __netif_receive_skb+0x422/0x6c0
Dec 24 10:23:27 sidh2 kernel: [ 20.536904] [<ffffffff81486552>] ? process_backlog+0x102/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.536907] [<ffffffff8148c25e>] ? net_rx_action+0xfe/0x290
Dec 24 10:23:27 sidh2 kernel: [ 20.536910] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.536913] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.536916] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.536919] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.536922] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.536926] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.536927] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.536933] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.536936] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.536939] ---[ end trace 5fd8282097138a4d ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.536940] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.536943] WARNING: at drivers/net/pppoe.c:457 pppoe_rcv+0x2e3/0x300()
Dec 24 10:23:27 sidh2 kernel: [ 20.536945] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.536946] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.536956] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.536958] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.536959] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.536964] [<ffffffff8135e9f3>] ? pppoe_rcv+0x2e3/0x300
Dec 24 10:23:27 sidh2 kernel: [ 20.536968] [<ffffffff814861b2>] ? __netif_receive_skb+0x422/0x6c0
Dec 24 10:23:27 sidh2 kernel: [ 20.536972] [<ffffffff81486552>] ? process_backlog+0x102/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.536975] [<ffffffff8148c25e>] ? net_rx_action+0xfe/0x290
Dec 24 10:23:27 sidh2 kernel: [ 20.536978] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.536981] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.536984] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.536987] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.536990] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.536993] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.536995] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.537001] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.537004] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.537007] ---[ end trace 5fd8282097138a4e ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.537008] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.537011] WARNING: at drivers/net/pppoe.c:388 pppoe_rcv_core+0x22c/0x240()
Dec 24 10:23:27 sidh2 kernel: [ 20.537013] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.537014] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.537024] Pid: 0, comm: kworker/0:1 Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.537026] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.537027] <IRQ> [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.537033] [<ffffffff8135f14c>] ? pppoe_rcv_core+0x22c/0x240
Dec 24 10:23:27 sidh2 kernel: [ 20.537036] [<ffffffff8147a8a4>] ? sk_receive_skb+0x114/0x130
Dec 24 10:23:27 sidh2 kernel: [ 20.537040] [<ffffffff814861b2>] ? __netif_receive_skb+0x422/0x6c0
Dec 24 10:23:27 sidh2 kernel: [ 20.537043] [<ffffffff81486552>] ? process_backlog+0x102/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.537046] [<ffffffff8148c25e>] ? net_rx_action+0xfe/0x290
Dec 24 10:23:27 sidh2 kernel: [ 20.537050] [<ffffffff8105f76e>] ? __do_softirq+0xae/0x200
Dec 24 10:23:27 sidh2 kernel: [ 20.537053] [<ffffffff8100be5c>] ? call_softirq+0x1c/0x30
Dec 24 10:23:27 sidh2 kernel: [ 20.537056] [<ffffffff8100e1d5>] ? do_softirq+0x65/0xa0
Dec 24 10:23:27 sidh2 kernel: [ 20.537059] [<ffffffff8105f655>] ? irq_exit+0x85/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.537061] [<ffffffff8100d757>] ? do_IRQ+0x67/0xe0
Dec 24 10:23:27 sidh2 kernel: [ 20.537065] [<ffffffff81565053>] ? ret_from_intr+0x0/0x11
Dec 24 10:23:27 sidh2 kernel: [ 20.537066] <EOI> [<ffffffff8101469f>] ? mwait_idle+0x7f/0xf0
Dec 24 10:23:27 sidh2 kernel: [ 20.537073] [<ffffffff81009e72>] ? cpu_idle+0xb2/0x140
Dec 24 10:23:27 sidh2 kernel: [ 20.537076] [<ffffffff8155e4c1>] ? start_secondary+0x1e6/0x1eb
Dec 24 10:23:27 sidh2 kernel: [ 20.537078] ---[ end trace 5fd8282097138a4f ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.537085] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.537088] WARNING: at net/core/skbuff.c:433 kfree_skb+0xc8/0xd0()
Dec 24 10:23:27 sidh2 kernel: [ 20.537090] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.537091] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.537101] Pid: 1649, comm: pppd Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.537103] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.537106] [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.537109] [<ffffffff8147c9b8>] ? kfree_skb+0xc8/0xd0
Dec 24 10:23:27 sidh2 kernel: [ 20.537113] [<ffffffff8135a332>] ? ppp_read+0x162/0x1c0
Dec 24 10:23:27 sidh2 kernel: [ 20.537116] [<ffffffff81053060>] ? default_wake_function+0x0/0x20
Dec 24 10:23:27 sidh2 kernel: [ 20.537120] [<ffffffff8112b5d5>] ? vfs_read+0xc5/0x190
Dec 24 10:23:27 sidh2 kernel: [ 20.537124] [<ffffffff8112bc5e>] ? sys_read+0x4e/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.537127] [<ffffffff810a013f>] ? compat_sys_gettimeofday+0x9f/0xb0
Dec 24 10:23:27 sidh2 kernel: [ 20.537130] [<ffffffff81040940>] ? sysenter_dispatch+0x7/0x2e
Dec 24 10:23:27 sidh2 kernel: [ 20.537133] ---[ end trace 5fd8282097138a50 ]---
Dec 24 10:23:27 sidh2 kernel: [ 20.537134] ------------[ cut here ]------------
Dec 24 10:23:27 sidh2 kernel: [ 20.537137] WARNING: at net/core/skbuff.c:416 __kfree_skb+0xc1/0xd0()
Dec 24 10:23:27 sidh2 kernel: [ 20.537139] Hardware name: EX58-UD3R
Dec 24 10:23:27 sidh2 kernel: [ 20.537140] Modules linked in: lp nvidia(P) tpm_tis tpm i7core_edac agpgart tpm_bios parport_pc edac_core parport shpchp pci_hotplug [last unloaded: scsi_wait_scan]
Dec 24 10:23:27 sidh2 kernel: [ 20.537149] Pid: 1649, comm: pppd Tainted: P W 2.6.37-rc7-amd64-t2 #2
Dec 24 10:23:27 sidh2 kernel: [ 20.537151] Call Trace:
Dec 24 10:23:27 sidh2 kernel: [ 20.537155] [<ffffffff81058e1b>] ? warn_slowpath_common+0x7b/0xc0
Dec 24 10:23:27 sidh2 kernel: [ 20.537158] [<ffffffff8147c821>] ? __kfree_skb+0xc1/0xd0
Dec 24 10:23:27 sidh2 kernel: [ 20.537161] [<ffffffff8135a332>] ? ppp_read+0x162/0x1c0
Dec 24 10:23:27 sidh2 kernel: [ 20.537165] [<ffffffff81053060>] ? default_wake_function+0x0/0x20
Dec 24 10:23:27 sidh2 kernel: [ 20.537168] [<ffffffff8112b5d5>] ? vfs_read+0xc5/0x190
Dec 24 10:23:27 sidh2 kernel: [ 20.537172] [<ffffffff8112bc5e>] ? sys_read+0x4e/0x90
Dec 24 10:23:27 sidh2 kernel: [ 20.537175] [<ffffffff810a013f>] ? compat_sys_gettimeofday+0x9f/0xb0
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2010-12-26 11:01 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <4D0C9BFA.4080003@scarlet.be>
2010-12-22 8:22 ` Help: major pppoe regression since 2.6.35 (panic on first ppp conection)? Andrew Morton
2010-12-22 11:00 ` Jarek Poplawski
2010-12-22 16:00 ` Joel Soete
2010-12-22 16:25 ` Eric Dumazet
2010-12-23 11:02 ` Joel Soete
2010-12-23 12:12 ` Eric Dumazet
2010-12-23 20:25 ` Jarek Poplawski
[not found] ` <4D148271.8030509@scarlet.be>
2010-12-24 15:13 ` Jarek Poplawski
2010-12-25 12:10 ` Jarek Poplawski
2010-12-25 13:51 ` Joel Soete
2010-12-25 15:12 ` [PATCH net-2.6] sundance: Fix oopses with corrupted skb_shared_info Jarek Poplawski
2010-12-25 17:31 ` [PATCH net-2.6] epic100: hamachi: yellowfin: Fix skb allocation size Jarek Poplawski
2010-12-25 17:39 ` [PATCH net-2.6 v2] " Jarek Poplawski
2010-12-26 3:42 ` David Miller
2010-12-26 3:42 ` [PATCH net-2.6] sundance: Fix oopses with corrupted skb_shared_info David Miller
2010-12-26 11:01 ` Jarek Poplawski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).