Re: [next-20101038] Call trace in ext4

From: Sedat Dilek
Date: Thu Oct 28 2010 - 15:54:37 EST


On Thu, Oct 28, 2010 at 9:32 PM, Ted Ts'o <tytso@xxxxxxx> wrote:
> On Thu, Oct 28, 2010 at 02:01:18PM -0400, Ted Ts'o wrote:
>> On Thu, Oct 28, 2010 at 07:52:21PM +0200, Markus Trippelsdorf wrote:
>> >
>> > The same BUG (inode.c:2721) happend here today running latest vanilla
>> > git. There is nothing in my logs unfortunately, but I shot a photo of
>> > the trace (see attachment).
>>
>> I see, it's the page_buffers() call which is triggering. ÂLooking into
>> it...
>
> Can folks let me know if this fixes the problem?
>
> In this case I haven't been able to replicate the problem, but I've
> eyeballed the problem and I'm about 90% certain this should fix
> things. ÂBut I don't want to push this to Linus until I get
> confirmation from you all that it fixes things. ÂThat's just one of
> the ways in which your testing is critically important for ext4, so
> thanks again for your help in the past, present, and future.
> Thanks!!
>
> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â- Ted
>
> commit 51279fcb9720aa856ad81673886ca2349a373dac
> Author: Theodore Ts'o <tytso@xxxxxxx>
> Date: Â Thu Oct 28 15:15:21 2010 -0400
>
> Â Âext4: BUG_ON fix: check if page has buffers before calling page_buffers()
>
> Â ÂWe need to make check if a page does not have buffes by checking
> Â Âpage_has_buffers(page) before calling page_buffers(page) in
> Â Âext4_writepage(). ÂOtherwise page_buffers() could throw a BUG_ON.
>
> Â ÂSigned-off-by: "Theodore Ts'o" <tytso@xxxxxxx>
>
> diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
> index 2d6c6c8..1916164 100644
> --- a/fs/ext4/inode.c
> +++ b/fs/ext4/inode.c
> @@ -2718,7 +2718,7 @@ static int ext4_writepage(struct page *page,
> Â Â Â Â * try to create them using __block_write_begin. ÂIf this
> Â Â Â Â * fails, redirty the page and move on.
> Â Â Â Â */
> - Â Â Â if (!page_buffers(page)) {
> + Â Â Â if (!page_has_buffers(page)) {
> Â Â Â Â Â Â Â Âif (__block_write_begin(page, 0, len,
> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Ânoalloc_get_block_write)) {
> Â Â Â Â Â Â Â Âredirty_page:
> @@ -2732,12 +2732,10 @@ static int ext4_writepage(struct page *page,
> Â Â Â Âif (walk_page_buffers(NULL, page_bufs, 0, len, NULL,
> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Âext4_bh_delay_or_unwritten)) {
> Â Â Â Â Â Â Â Â/*
> - Â Â Â Â Â Â Â Â* We don't want to do block allocation So redirty the
> - Â Â Â Â Â Â Â Â* page and return We may reach here when we do a
> - Â Â Â Â Â Â Â Â* journal commit via
> - Â Â Â Â Â Â Â Â* journal_submit_inode_data_buffers. ÂIf we don't
> - Â Â Â Â Â Â Â Â* have mapping block we just ignore them. We can also
> - Â Â Â Â Â Â Â Â* reach here via shrink_page_list
> + Â Â Â Â Â Â Â Â* We don't want to do block allocation, so redirty
> + Â Â Â Â Â Â Â Â* the page and return. ÂWe may reach here when we do
> + Â Â Â Â Â Â Â Â* a journal commit via journal_submit_inode_data_buffers.
> + Â Â Â Â Â Â Â Â* We can also reach here via shrink_page_list
> Â Â Â Â Â Â Â Â */
> Â Â Â Â Â Â Â Âgoto redirty_page;
> Â Â Â Â}
>

Hm, unfortunately NO (see logs).

I have compiled via M=fs/ext4 in an already compiled build-tree with
these 3 patches.

sd@tbox:~/src/linux-2.6/linux-2.6.36/debian/build/source_i386_none$
cat .pc/applied-patches
0001-ext4-Fix-build-when-CONFIG_EXT4_FS_XATTR.patch
0002-fs-build-fix-when-CONFIG_BLOCK.patch
ext4-BUG_ON-fix-check-if-page-has-buffers-before-calling-page_buffers.patch

- Sedat -
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.36-git11.sd.1-686 (Debian 2.6.36-9~git11.sd.1~dileks.1) (sedat.dilek@xxxxxxxxx) (gcc version 4.4.5 (Debian 4.4.5-5) ) #1 SMP Thu Oct 28 18:58:11 CEST 2010
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved)
[ 0.000000] BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000003ff60000 (usable)
[ 0.000000] BIOS-e820: 000000003ff60000 - 000000003ff77000 (ACPI data)
[ 0.000000] BIOS-e820: 000000003ff77000 - 000000003ff79000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000003ff80000 - 0000000040000000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
[ 0.000000] Notice: NX (Execute Disable) protection missing in CPU or disabled in BIOS!
[ 0.000000] DMI present.
[ 0.000000] DMI: 2374SG6/2374SG6, BIOS 1RETDRWW (3.23 ) 06/18/2007
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] last_pfn = 0x3ff60 max_arch_pfn = 0x100000
[ 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-CFFFF write-protect
[ 0.000000] D0000-DBFFF uncachable
[ 0.000000] DC000-DFFFF write-back
[ 0.000000] E0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask FC0000000 write-back
[ 0.000000] 1 base 03FF80000 mask FFFF80000 uncachable
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] PAT not supported by CPU.
[ 0.000000] initial memory mapped : 0 - 01800000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[ 0.000000] 0000000000 - 0000400000 page 4k
[ 0.000000] 0000400000 - 0037400000 page 2M
[ 0.000000] 0037400000 - 00377fe000 page 4k
[ 0.000000] kernel direct mapping tables up to 377fe000 @ 17fb000-1800000
[ 0.000000] RAMDISK: 2f5cd000 - 2ffc8000
[ 0.000000] ACPI: RSDP 000f6d70 00024 (v02 IBM )
[ 0.000000] ACPI: XSDT 3ff6a672 0004C (v01 IBM TP-1R 00003230 LTP 00000000)
[ 0.000000] ACPI: FACP 3ff6a700 000F4 (v03 IBM TP-1R 00003230 IBM 00000001)
[ 0.000000] ACPI Warning: 32/64X length mismatch in Gpe1Block: 0/32 (20101013/tbfadt-526)
[ 0.000000] ACPI Warning: Optional field Gpe1Block has zero address or length: 0x000000000000102C/0x0 (20101013/tbfadt-557)
[ 0.000000] ACPI: DSDT 3ff6a8e7 0C530 (v01 IBM TP-1R 00003230 MSFT 0100000E)
[ 0.000000] ACPI: FACS 3ff78000 00040
[ 0.000000] ACPI: SSDT 3ff6a8b4 00033 (v01 IBM TP-1R 00003230 MSFT 0100000E)
[ 0.000000] ACPI: ECDT 3ff76e17 00052 (v01 IBM TP-1R 00003230 IBM 00000001)
[ 0.000000] ACPI: TCPA 3ff76e69 00032 (v01 IBM TP-1R 00003230 PTL 00000001)
[ 0.000000] ACPI: BOOT 3ff76fd8 00028 (v01 IBM TP-1R 00003230 LTP 00000001)
[ 0.000000] 135MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000377fe
[ 0.000000] HighMem 0x000377fe -> 0x0003ff60
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0003ff60
[ 0.000000] On node 0 totalpages: 261871
[ 0.000000] free_area_init_node: node 0, pgdat c13bff80, node_mem_map f6ffd200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3951 pages, LIFO batch:0
[ 0.000000] Normal zone: 1744 pages used for memmap
[ 0.000000] Normal zone: 221486 pages, LIFO batch:31
[ 0.000000] HighMem zone: 271 pages used for memmap
[ 0.000000] HighMem zone: 34387 pages, LIFO batch:7
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.000000] Local APIC disabled by BIOS -- you can enable it with "lapic"
[ 0.000000] APIC: disable apic facility
[ 0.000000] APIC: switched to apic NOOP
[ 0.000000] nr_irqs_gsi: 16
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
[ 0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
[ 0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000dc000
[ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:bf800000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 12 pages/cpu @f6800000 s26880 r0 d22272 u4194304
[ 0.000000] pcpu-alloc: s26880 r0 d22272 u4194304 alloc=1*4194304
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 259824
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.36-git11.sd.1-686 root=UUID=1ceb69a7-ecf4-47e9-a231-b74e0f0a9b62 ro radeon.modeset=1 3 quiet
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] Initializing HighMem for node 0 (000377fe:0003ff60)
[ 0.000000] Memory: 1023172k/1047936k available (2594k kernel code, 24312k reserved, 1282k data, 388k init, 138632k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xffd36000 - 0xfffff000 (2852 kB)
[ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
[ 0.000000] .init : 0xc13ca000 - 0xc142b000 ( 388 kB)
[ 0.000000] .data : 0xc1288bb4 - 0xc13c9538 (1282 kB)
[ 0.000000] .text : 0xc1000000 - 0xc1288bb4 (2594 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU-based detection of stalled CPUs is disabled.
[ 0.000000] NR_IRQS:1280
[ 0.000000] CPU 0 irqstacks, hard=f6408000 soft=f640a000
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1694.278 MHz processor.
[ 0.008008] Calibrating delay loop (skipped), value calculated using timer frequency.. 3388.55 BogoMIPS (lpj=6777112)
[ 0.008014] pid_max: default: 32768 minimum: 301
[ 0.008049] Security Framework initialized
[ 0.008059] SELinux: Disabled at boot.
[ 0.008081] Mount-cache hash table entries: 512
[ 0.008291] Initializing cgroup subsys ns
[ 0.008298] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[ 0.008302] Initializing cgroup subsys cpuacct
[ 0.008308] Initializing cgroup subsys devices
[ 0.008311] Initializing cgroup subsys freezer
[ 0.008314] Initializing cgroup subsys net_cls
[ 0.008318] Initializing cgroup subsys blkio
[ 0.008372] mce: CPU supports 5 MCE banks
[ 0.008397] Performance Events:
[ 0.008400] no APIC, boot with the "lapic" boot parameter to force-enable it.
[ 0.008403] no hardware sampling interrupt available.
[ 0.008405] p6 PMU driver.
[ 0.008411] ... version: 0
[ 0.008413] ... bit width: 32
[ 0.008415] ... generic registers: 2
[ 0.008418] ... value mask: 00000000ffffffff
[ 0.008420] ... max period: 000000007fffffff
[ 0.008422] ... fixed-purpose events: 0
[ 0.008425] ... event mask: 0000000000000003
[ 0.008947] SMP alternatives: switching to UP code
[ 0.013686] Freeing SMP alternatives: 16k freed
[ 0.013694] ACPI: Core revision 20101013
[ 0.029767] ACPI: setting ELCR to 0200 (from 0800)
[ 0.032080] weird, boot CPU (#0) not listed by the BIOS.
[ 0.032083] SMP motherboard not detected.
[ 0.032086] Local APIC not detected. Using dummy APIC emulation.
[ 0.032088] SMP disabled
[ 0.032440] Brought up 1 CPUs
[ 0.032443] Total of 1 processors activated (3388.55 BogoMIPS).
[ 0.036162] devtmpfs: initialized
[ 0.036579] regulator: core version 0.5
[ 0.036632] NET: Registered protocol family 16
[ 0.036756] ACPI: bus type pci registered
[ 0.037076] PCI: PCI BIOS revision 2.10 entry at 0xfd8d6, last bus=8
[ 0.037079] PCI: Using configuration type 1 for base access
[ 0.037566] bio: create slab <bio-0> at 0
[ 0.039245] ACPI: EC: EC description table is found, configuring boot EC
[ 0.054262] ACPI: Interpreter enabled
[ 0.054267] ACPI: (supports S0 S3 S4 S5)
[ 0.054291] ACPI: Using PIC for interrupt routing
[ 0.060784] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
[ 0.060826] ACPI: Power Resource [PUBS] (on)
[ 0.060826] ACPI: ACPI Dock Station Driver: 3 docks/bays found
[ 0.060826] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.060826] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.060844] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.060848] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.060852] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.060856] pci_root PNP0A03:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
[ 0.060860] pci_root PNP0A03:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
[ 0.060864] pci_root PNP0A03:00: host bridge window [mem 0x40000000-0xfebfffff] (ignored)
[ 0.060884] pci 0000:00:00.0: reg 10: [mem 0xd0000000-0xdfffffff pref]
[ 0.061017] pci 0000:00:1d.0: reg 20: [io 0x1800-0x181f]
[ 0.061091] pci 0000:00:1d.1: reg 20: [io 0x1820-0x183f]
[ 0.061164] pci 0000:00:1d.2: reg 20: [io 0x1840-0x185f]
[ 0.061227] pci 0000:00:1d.7: reg 10: [mem 0xc0000000-0xc00003ff]
[ 0.061305] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.061311] pci 0000:00:1d.7: PME# disabled
[ 0.061430] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH4 ACPI/GPIO/TCO
[ 0.061435] pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH4 GPIO
[ 0.061462] pci 0000:00:1f.1: reg 10: [io 0x0000-0x0007]
[ 0.061473] pci 0000:00:1f.1: reg 14: [io 0x0000-0x0003]
[ 0.061483] pci 0000:00:1f.1: reg 18: [io 0x0000-0x0007]
[ 0.061494] pci 0000:00:1f.1: reg 1c: [io 0x0000-0x0003]
[ 0.061504] pci 0000:00:1f.1: reg 20: [io 0x1860-0x186f]
[ 0.061515] pci 0000:00:1f.1: reg 24: [mem 0x00000000-0x000003ff]
[ 0.061584] pci 0000:00:1f.3: reg 20: [io 0x1880-0x189f]
[ 0.061633] pci 0000:00:1f.5: reg 10: [io 0x1c00-0x1cff]
[ 0.061642] pci 0000:00:1f.5: reg 14: [io 0x18c0-0x18ff]
[ 0.061652] pci 0000:00:1f.5: reg 18: [mem 0xc0000c00-0xc0000dff]
[ 0.061662] pci 0000:00:1f.5: reg 1c: [mem 0xc0000800-0xc00008ff]
[ 0.061700] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
[ 0.061705] pci 0000:00:1f.5: PME# disabled
[ 0.061734] pci 0000:00:1f.6: reg 10: [io 0x2400-0x24ff]
[ 0.061744] pci 0000:00:1f.6: reg 14: [io 0x2000-0x207f]
[ 0.061794] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[ 0.061799] pci 0000:00:1f.6: PME# disabled
[ 0.064031] pci 0000:01:00.0: reg 10: [mem 0xe0000000-0xe7ffffff pref]
[ 0.064040] pci 0000:01:00.0: reg 14: [io 0x3000-0x30ff]
[ 0.064048] pci 0000:01:00.0: reg 18: [mem 0xc0100000-0xc010ffff]
[ 0.064072] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[ 0.064091] pci 0000:01:00.0: supports D1 D2
[ 0.064125] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.064129] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.064133] pci 0000:00:01.0: bridge window [mem 0xc0100000-0xc01fffff]
[ 0.064137] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe7ffffff pref]
[ 0.064176] pci 0000:02:00.0: reg 10: [mem 0xb0000000-0xb0000fff]
[ 0.064195] pci 0000:02:00.0: supports D1 D2
[ 0.064198] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.064203] pci 0000:02:00.0: PME# disabled
[ 0.064237] pci 0000:02:00.1: reg 10: [mem 0xb1000000-0xb1000fff]
[ 0.064256] pci 0000:02:00.1: supports D1 D2
[ 0.064259] pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.064264] pci 0000:02:00.1: PME# disabled
[ 0.064306] pci 0000:02:01.0: reg 10: [mem 0xc0220000-0xc023ffff]
[ 0.064317] pci 0000:02:01.0: reg 14: [mem 0xc0200000-0xc020ffff]
[ 0.064327] pci 0000:02:01.0: reg 18: [io 0x8000-0x803f]
[ 0.064359] pci 0000:02:01.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[ 0.064382] pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
[ 0.064387] pci 0000:02:01.0: PME# disabled
[ 0.064421] pci 0000:02:02.0: reg 10: [mem 0xc0210000-0xc021ffff]
[ 0.064518] pci 0000:00:1e.0: PCI bridge to [bus 02-08] (subtractive decode)
[ 0.064524] pci 0000:00:1e.0: bridge window [io 0x4000-0x8fff]
[ 0.064530] pci 0000:00:1e.0: bridge window [mem 0xc0200000-0xcfffffff]
[ 0.064535] pci 0000:00:1e.0: bridge window [mem 0xe8000000-0xefffffff pref]
[ 0.064539] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.064543] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[ 0.064617] pci_bus 0000:00: on NUMA node 0
[ 0.064621] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.064670] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[ 0.064695] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[ 0.067895] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.068034] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.068161] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.068286] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.068389] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.068493] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.068598] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.068724] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.068774] HEST: Table is not found!
[ 0.068852] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.068856] vgaarb: loaded
[ 0.068921] PCI: Using ACPI for IRQ routing
[ 0.069056] PCI: pci_cache_line_size set to 64 bytes
[ 0.069119] reserve RAM buffer: 000000000009f000 - 000000000009ffff
[ 0.069122] reserve RAM buffer: 000000003ff60000 - 000000003fffffff
[ 0.069270] Switching to clocksource tsc
[ 0.070692] pnp: PnP ACPI init
[ 0.070716] ACPI: bus type pnp registered
[ 0.071502] pnp 00:00: [mem 0x00000000-0x0009ffff]
[ 0.071505] pnp 00:00: [mem 0x000c0000-0x000c3fff]
[ 0.071509] pnp 00:00: [mem 0x000c4000-0x000c7fff]
[ 0.071512] pnp 00:00: [mem 0x000c8000-0x000cbfff]
[ 0.071515] pnp 00:00: [mem 0x000cc000-0x000cffff]
[ 0.071518] pnp 00:00: [mem 0x000d0000-0x000d3fff]
[ 0.071521] pnp 00:00: [mem 0x000d4000-0x000d3fff disabled]
[ 0.071524] pnp 00:00: [mem 0x000d8000-0x000d7fff disabled]
[ 0.071527] pnp 00:00: [mem 0x000dc000-0x000dffff]
[ 0.071530] pnp 00:00: [mem 0x000e0000-0x000e3fff]
[ 0.071533] pnp 00:00: [mem 0x000e4000-0x000e7fff]
[ 0.071536] pnp 00:00: [mem 0x000e8000-0x000ebfff]
[ 0.071539] pnp 00:00: [mem 0x000ec000-0x000effff]
[ 0.071542] pnp 00:00: [mem 0x000f0000-0x000fffff]
[ 0.071545] pnp 00:00: [mem 0x00100000-0x3fffffff]
[ 0.071548] pnp 00:00: [mem 0xfec00000-0xffffffff]
[ 0.071622] pnp 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.071651] pnp 00:01: [bus 00-ff]
[ 0.071654] pnp 00:01: [io 0x0cf8-0x0cff]
[ 0.071657] pnp 00:01: [io 0x0000-0x0cf7 window]
[ 0.071660] pnp 00:01: [io 0x0d00-0xffff window]
[ 0.071670] pnp 00:01: [mem 0x000a0000-0x000bffff window]
[ 0.071673] pnp 00:01: [mem 0x000c0000-0x000c3fff window]
[ 0.071676] pnp 00:01: [mem 0x000c4000-0x000c7fff window]
[ 0.071679] pnp 00:01: [mem 0x000c8000-0x000cbfff window]
[ 0.071683] pnp 00:01: [mem 0x000cc000-0x000cffff window]
[ 0.071686] pnp 00:01: [mem 0x000d0000-0x000d3fff window]
[ 0.071689] pnp 00:01: [mem 0x000d4000-0x000d7fff window]
[ 0.071692] pnp 00:01: [mem 0x000d8000-0x000dbfff window]
[ 0.071696] pnp 00:01: [mem 0x000dc000-0x000dffff window]
[ 0.071699] pnp 00:01: [mem 0x000e0000-0x000e3fff window]
[ 0.071702] pnp 00:01: [mem 0x000e4000-0x000e7fff window]
[ 0.071705] pnp 00:01: [mem 0x000e8000-0x000ebfff window]
[ 0.071708] pnp 00:01: [mem 0x000ec000-0x000effff window]
[ 0.071712] pnp 00:01: [mem 0x40000000-0xfebfffff window]
[ 0.071771] pnp 00:01: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 0.071911] pnp 00:02: [io 0x0010-0x001f]
[ 0.071914] pnp 00:02: [io 0x0090-0x009f]
[ 0.071917] pnp 00:02: [io 0x0024-0x0025]
[ 0.071920] pnp 00:02: [io 0x0028-0x0029]
[ 0.071922] pnp 00:02: [io 0x002c-0x002d]
[ 0.071925] pnp 00:02: [io 0x0030-0x0031]
[ 0.071928] pnp 00:02: [io 0x0034-0x0035]
[ 0.071931] pnp 00:02: [io 0x0038-0x0039]
[ 0.071933] pnp 00:02: [io 0x003c-0x003d]
[ 0.071936] pnp 00:02: [io 0x00a4-0x00a5]
[ 0.071939] pnp 00:02: [io 0x00a8-0x00a9]
[ 0.071942] pnp 00:02: [io 0x00ac-0x00ad]
[ 0.071944] pnp 00:02: [io 0x00b0-0x00b5]
[ 0.071947] pnp 00:02: [io 0x00b8-0x00b9]
[ 0.071950] pnp 00:02: [io 0x00bc-0x00bd]
[ 0.071952] pnp 00:02: [io 0x0050-0x0053]
[ 0.071955] pnp 00:02: [io 0x0072-0x0077]
[ 0.071958] pnp 00:02: [io 0x002e-0x002f]
[ 0.071961] pnp 00:02: [io 0x1000-0x107f]
[ 0.071963] pnp 00:02: [io 0x1180-0x11bf]
[ 0.071966] pnp 00:02: [io 0x15e0-0x15ef]
[ 0.071969] pnp 00:02: [io 0x1600-0x162f]
[ 0.071972] pnp 00:02: [io 0x1632-0x167f]
[ 0.071974] pnp 00:02: [io 0x004e-0x004f]
[ 0.071977] pnp 00:02: [io 0x1630-0x1631]
[ 0.071977] pnp 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.071977] pnp 00:03: [io 0x0000-0x000f]
[ 0.071977] pnp 00:03: [io 0x0080-0x008f]
[ 0.071977] pnp 00:03: [io 0x00c0-0x00df]
[ 0.071977] pnp 00:03: [dma 4]
[ 0.071977] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.071977] pnp 00:04: [io 0x0061]
[ 0.071977] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.071977] pnp 00:05: [io 0x00f0]
[ 0.071977] pnp 00:05: [irq 13]
[ 0.071977] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.071977] pnp 00:06: [io 0x0070-0x0071]
[ 0.071977] pnp 00:06: [irq 8]
[ 0.071977] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.071977] pnp 00:07: [io 0x0060]
[ 0.071977] pnp 00:07: [io 0x0064]
[ 0.071977] pnp 00:07: [irq 1]
[ 0.071977] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.071977] pnp 00:08: [irq 12]
[ 0.071977] pnp 00:08: Plug and Play ACPI device, IDs IBM0057 PNP0f13 (active)
[ 0.071977] pnp 00:09: [io 0x03f0-0x03f5]
[ 0.071977] pnp 00:09: [io 0x03f7]
[ 0.071977] pnp 00:09: [irq 6]
[ 0.071977] pnp 00:09: [dma 2]
[ 0.071977] pnp 00:09: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.071977] pnp 00:0a: [io 0x03f8-0x03ff]
[ 0.071977] pnp 00:0a: [irq 4]
[ 0.071977] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.071977] pnp 00:0b: [io 0x03bc-0x03be]
[ 0.071977] pnp 00:0b: [irq 7]
[ 0.071977] pnp 00:0b: Plug and Play ACPI device, IDs PNP0400 (active)
[ 0.071977] pnp 00:0c: Plug and Play ACPI device, IDs IBM0071 PNP0511 (disabled)
[ 0.072512] pnp: PnP ACPI: found 13 devices
[ 0.072515] ACPI: ACPI bus type pnp unregistered
[ 0.072519] PnPBIOS: Disabled by ACPI PNP
[ 0.072534] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.072539] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
[ 0.072543] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
[ 0.072547] system 00:00: [mem 0x000c8000-0x000cbfff] could not be reserved
[ 0.072551] system 00:00: [mem 0x000cc000-0x000cffff] could not be reserved
[ 0.072555] system 00:00: [mem 0x000d0000-0x000d3fff] could not be reserved
[ 0.072559] system 00:00: [mem 0x000dc000-0x000dffff] could not be reserved
[ 0.072563] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
[ 0.072567] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
[ 0.072571] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
[ 0.072575] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
[ 0.072579] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[ 0.072584] system 00:00: [mem 0x00100000-0x3fffffff] could not be reserved
[ 0.072588] system 00:00: [mem 0xfec00000-0xffffffff] could not be reserved
[ 0.072597] system 00:02: [io 0x1000-0x107f] has been reserved
[ 0.072600] system 00:02: [io 0x1180-0x11bf] has been reserved
[ 0.072604] system 00:02: [io 0x15e0-0x15ef] has been reserved
[ 0.072608] system 00:02: [io 0x1600-0x162f] has been reserved
[ 0.072612] system 00:02: [io 0x1632-0x167f] has been reserved
[ 0.072615] system 00:02: [io 0x1630-0x1631] has been reserved
[ 0.109713] pci 0000:00:1f.1: BAR 5: assigned [mem 0x40000000-0x400003ff]
[ 0.109721] pci 0000:00:1f.1: BAR 5: set to [mem 0x40000000-0x400003ff] (PCI address [0x40000000-0x400003ff]
[ 0.109727] pci 0000:01:00.0: BAR 6: assigned [mem 0xc0120000-0xc013ffff pref]
[ 0.109731] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.109735] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.109740] pci 0000:00:01.0: bridge window [mem 0xc0100000-0xc01fffff]
[ 0.109744] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe7ffffff pref]
[ 0.109752] pci 0000:02:00.0: BAR 15: assigned [mem 0xe8000000-0xebffffff pref]
[ 0.109756] pci 0000:02:00.0: BAR 16: assigned [mem 0xc4000000-0xc7ffffff]
[ 0.109760] pci 0000:02:00.1: BAR 15: assigned [mem 0xec000000-0xefffffff pref]
[ 0.109764] pci 0000:02:00.1: BAR 16: assigned [mem 0xc8000000-0xcbffffff]
[ 0.109768] pci 0000:02:01.0: BAR 6: assigned [mem 0xc0240000-0xc024ffff pref]
[ 0.109772] pci 0000:02:00.0: BAR 13: assigned [io 0x4000-0x40ff]
[ 0.109776] pci 0000:02:00.0: BAR 14: assigned [io 0x4400-0x44ff]
[ 0.109779] pci 0000:02:00.1: BAR 13: assigned [io 0x4800-0x48ff]
[ 0.109783] pci 0000:02:00.1: BAR 14: assigned [io 0x4c00-0x4cff]
[ 0.109786] pci 0000:02:00.0: CardBus bridge to [bus 03-06]
[ 0.109789] pci 0000:02:00.0: bridge window [io 0x4000-0x40ff]
[ 0.109794] pci 0000:02:00.0: bridge window [io 0x4400-0x44ff]
[ 0.109800] pci 0000:02:00.0: bridge window [mem 0xe8000000-0xebffffff pref]
[ 0.109805] pci 0000:02:00.0: bridge window [mem 0xc4000000-0xc7ffffff]
[ 0.109811] pci 0000:02:00.1: CardBus bridge to [bus 07-07]
[ 0.109814] pci 0000:02:00.1: bridge window [io 0x4800-0x48ff]
[ 0.109819] pci 0000:02:00.1: bridge window [io 0x4c00-0x4cff]
[ 0.109825] pci 0000:02:00.1: bridge window [mem 0xec000000-0xefffffff pref]
[ 0.109830] pci 0000:02:00.1: bridge window [mem 0xc8000000-0xcbffffff]
[ 0.109836] pci 0000:00:1e.0: PCI bridge to [bus 02-08]
[ 0.109840] pci 0000:00:1e.0: bridge window [io 0x4000-0x8fff]
[ 0.109846] pci 0000:00:1e.0: bridge window [mem 0xc0200000-0xcfffffff]
[ 0.109852] pci 0000:00:1e.0: bridge window [mem 0xe8000000-0xefffffff pref]
[ 0.109872] pci 0000:00:1e.0: setting latency timer to 64
[ 0.110131] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
[ 0.110134] PCI: setting IRQ 11 as level-triggered
[ 0.110141] pci 0000:02:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[ 0.110363] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
[ 0.110368] pci 0000:02:00.1: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[ 0.110375] pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
[ 0.110379] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
[ 0.110382] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
[ 0.110386] pci_bus 0000:01: resource 1 [mem 0xc0100000-0xc01fffff]
[ 0.110389] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xe7ffffff pref]
[ 0.110393] pci_bus 0000:02: resource 0 [io 0x4000-0x8fff]
[ 0.110396] pci_bus 0000:02: resource 1 [mem 0xc0200000-0xcfffffff]
[ 0.110400] pci_bus 0000:02: resource 2 [mem 0xe8000000-0xefffffff pref]
[ 0.110403] pci_bus 0000:02: resource 4 [io 0x0000-0xffff]
[ 0.110406] pci_bus 0000:02: resource 5 [mem 0x00000000-0xffffffff]
[ 0.110410] pci_bus 0000:03: resource 0 [io 0x4000-0x40ff]
[ 0.110413] pci_bus 0000:03: resource 1 [io 0x4400-0x44ff]
[ 0.110417] pci_bus 0000:03: resource 2 [mem 0xe8000000-0xebffffff pref]
[ 0.110420] pci_bus 0000:03: resource 3 [mem 0xc4000000-0xc7ffffff]
[ 0.110423] pci_bus 0000:07: resource 0 [io 0x4800-0x48ff]
[ 0.110427] pci_bus 0000:07: resource 1 [io 0x4c00-0x4cff]
[ 0.110430] pci_bus 0000:07: resource 2 [mem 0xec000000-0xefffffff pref]
[ 0.110434] pci_bus 0000:07: resource 3 [mem 0xc8000000-0xcbffffff]
[ 0.110483] NET: Registered protocol family 2
[ 0.110563] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.110952] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.112838] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.114006] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.114011] TCP reno registered
[ 0.114018] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.114058] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.114254] NET: Registered protocol family 1
[ 0.114390] pci 0000:01:00.0: Boot video device
[ 0.114408] PCI: CLS 32 bytes, default 64
[ 0.114492] Unpacking initramfs...
[ 0.543409] Freeing initrd memory: 10220k freed
[ 0.559855] Simple Boot Flag at 0x35 set to 0x1
[ 0.560260] audit: initializing netlink socket (disabled)
[ 0.560283] type=2000 audit(1288302144.556:1): initialized
[ 0.573418] highmem bounce pool size: 64 pages
[ 0.573425] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.575996] VFS: Disk quotas dquot_6.5.2
[ 0.576080] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.576216] msgmni has been set to 1747
[ 0.576487] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.576492] io scheduler noop registered
[ 0.576494] io scheduler deadline registered
[ 0.576515] io scheduler cfq registered (default)
[ 0.576801] ERST: Table is not found!
[ 0.576821] isapnp: Scanning for PnP cards...
[ 0.930063] isapnp: No Plug & Play device found
[ 0.930315] Linux agpgart interface v0.103
[ 0.930454] agpgart-intel 0000:00:00.0: Intel 855PM Chipset
[ 0.943982] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 0.944075] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.944179] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
[ 0.944627] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
[ 0.944744] serial 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[ 0.944752] serial 0000:00:1f.6: PCI INT B disabled
[ 0.944885] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 0.950374] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.950385] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.950552] mice: PS/2 mouse device common for all mice
[ 0.950606] rtc_cmos 00:06: RTC can wake from S4
[ 0.950662] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[ 0.950680] rtc0: alarms up to one month, y3k, 114 bytes nvram
[ 0.950697] cpuidle: using governor ladder
[ 0.950700] cpuidle: using governor menu
[ 0.951066] TCP cubic registered
[ 0.951253] NET: Registered protocol family 10
[ 0.951772] lo: Disabled Privacy Extensions
[ 0.952057] Mobile IPv6
[ 0.952061] NET: Registered protocol family 17
[ 0.952072] Registering the dns_resolver key type
[ 0.952099] Using IPI No-Shortcut mode
[ 0.952204] PM: Hibernation image not present or could not be loaded.
[ 0.952223] registered taskstats version 1
[ 0.952456] rtc_cmos 00:06: setting system clock to 2010-10-28 21:42:25 UTC (1288302145)
[ 0.952492] Initalizing network drop monitor service
[ 0.952544] Freeing unused kernel memory: 388k freed
[ 0.952813] Write protecting the kernel text: 2596k
[ 0.952838] Write protecting the kernel read-only data: 924k
[ 0.955109] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.027042] udev[47]: starting version 164
[ 1.236368] Floppy drive(s): fd0 is 1.44M
[ 1.248821] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.248825] ACPI: Thermal Zone [THM0] (50 C)
[ 1.272134] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k6-NAPI
[ 1.272140] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.272212] e1000 0000:02:01.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[ 1.277094] FDC 0 is a National Semiconductor PC87306
[ 1.592760] usbcore: registered new interface driver usbfs
[ 1.592924] usbcore: registered new interface driver hub
[ 1.596108] usbcore: registered new device driver usb
[ 1.610031] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.613923] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
[ 1.614153] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
[ 1.614406] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
[ 1.614413] ehci_hcd 0000:00:1d.7: PCI INT D -> Link[LNKH] -> GSI 11 (level, low) -> IRQ 11
[ 1.614439] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 1.614444] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 1.614483] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 1.614523] ehci_hcd 0000:00:1d.7: debug port 1
[ 1.618421] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 1.621446] SCSI subsystem initialized
[ 1.628051] ehci_hcd 0000:00:1d.7: irq 11, io mem 0xc0000000
[ 1.636496] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.640086] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.640147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.640151] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.640154] usb usb1: Product: EHCI Host Controller
[ 1.640157] usb usb1: Manufacturer: Linux 2.6.36-git11.sd.1-686 ehci_hcd
[ 1.640160] usb usb1: SerialNumber: 0000:00:1d.7
[ 1.640363] hub 1-0:1.0: USB hub found
[ 1.640371] hub 1-0:1.0: 6 ports detected
[ 1.641450] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[ 1.641603] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[ 1.641617] uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[ 1.641631] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 1.641636] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.641651] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 1.641683] uhci_hcd 0000:00:1d.0: irq 11, io base 0x00001800
[ 1.641731] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.641734] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.641738] usb usb2: Product: UHCI Host Controller
[ 1.641740] usb usb2: Manufacturer: Linux 2.6.36-git11.sd.1-686 uhci_hcd
[ 1.641744] usb usb2: SerialNumber: 0000:00:1d.0
[ 1.641899] hub 2-0:1.0: USB hub found
[ 1.641905] hub 2-0:1.0: 2 ports detected
[ 1.642167] uhci_hcd 0000:00:1d.1: power state changed by ACPI to D0
[ 1.642504] uhci_hcd 0000:00:1d.1: power state changed by ACPI to D0
[ 1.642748] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[ 1.642754] uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
[ 1.642762] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 1.642767] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.642777] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 1.642802] uhci_hcd 0000:00:1d.1: irq 11, io base 0x00001820
[ 1.642840] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.642844] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.642847] usb usb3: Product: UHCI Host Controller
[ 1.642850] usb usb3: Manufacturer: Linux 2.6.36-git11.sd.1-686 uhci_hcd
[ 1.642853] usb usb3: SerialNumber: 0000:00:1d.1
[ 1.643078] hub 3-0:1.0: USB hub found
[ 1.643084] hub 3-0:1.0: 2 ports detected
[ 1.643389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
[ 1.643394] uhci_hcd 0000:00:1d.2: PCI INT C -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
[ 1.643402] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 1.643406] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.643415] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 1.643439] uhci_hcd 0000:00:1d.2: irq 11, io base 0x00001840
[ 1.643477] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.643480] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.643484] usb usb4: Product: UHCI Host Controller
[ 1.643486] usb usb4: Manufacturer: Linux 2.6.36-git11.sd.1-686 uhci_hcd
[ 1.643489] usb usb4: SerialNumber: 0000:00:1d.2
[ 1.643705] hub 4-0:1.0: USB hub found
[ 1.643711] hub 4-0:1.0: 2 ports detected
[ 1.684752] libata version 3.00 loaded.
[ 1.691330] ata_piix 0000:00:1f.1: version 2.13
[ 1.691347] ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
[ 1.691358] ata_piix 0000:00:1f.1: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
[ 1.691411] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 1.692125] scsi0 : ata_piix
[ 1.692329] scsi1 : ata_piix
[ 1.693192] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1860 irq 14
[ 1.693196] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1868 irq 15
[ 1.729558] e1000 0000:02:01.0: eth0: (PCI:33MHz:32-bit) 00:0d:60:b0:62:87
[ 1.729566] e1000 0000:02:01.0: eth0: Intel(R) PRO/1000 Network Connection
[ 1.848422] ata2.01: NODEV after polling detection
[ 1.856972] ata1.00: HPA detected: current 110257519, native 117210240
[ 1.856979] ata1.00: ATA-6: HTS726060M9AT00, MH4OA6BA, max UDMA/100
[ 1.856982] ata1.00: 110257519 sectors, multi 16: LBA
[ 1.857078] ata2.00: ATAPI: UJDA755yDVD/CDRW, 1.70, max UDMA/33
[ 1.872668] ata2.00: configured for UDMA/33
[ 1.872723] ata1.00: configured for UDMA/100
[ 1.872888] scsi 0:0:0:0: Direct-Access ATA HTS726060M9AT00 MH4O PQ: 0 ANSI: 5
[ 1.876047] scsi 1:0:0:0: CD-ROM MATSHITA UJDA755yDVD/CDRW 1.70 PQ: 0 ANSI: 5
[ 1.907683] sd 0:0:0:0: [sda] 110257519 512-byte logical blocks: (56.4 GB/52.5 GiB)
[ 1.907825] sd 0:0:0:0: [sda] Write Protect is off
[ 1.907829] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.907855] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.912077] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[ 1.912081] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.912425] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 1.969792] sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
[ 1.970484] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.987326] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.987796] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 2.008041] usb 1-4: new high speed USB device using ehci_hcd and address 3
[ 2.140978] usb 1-4: New USB device found, idVendor=152d, idProduct=2329
[ 2.140983] usb 1-4: New USB device strings: Mfr=10, Product=11, SerialNumber=3
[ 2.140987] usb 1-4: Product: Storagebird 35EV821
[ 2.140990] usb 1-4: Manufacturer: 0123456
[ 2.140992] usb 1-4: SerialNumber: 000000000340
[ 2.158046] Initializing USB Mass Storage driver...
[ 2.158167] scsi2 : usb-storage 1-4:1.0
[ 2.158337] usbcore: registered new interface driver usb-storage
[ 2.158339] USB Mass Storage support registered.
[ 2.380030] usb 3-1: new low speed USB device using uhci_hcd and address 2
[ 2.556825] usb 3-1: New USB device found, idVendor=046d, idProduct=c00e
[ 2.556830] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.556833] usb 3-1: Product: USB-PS/2 Optical Mouse
[ 2.556836] usb 3-1: Manufacturer: Logitech
[ 2.596309] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input1
[ 2.596497] generic-usb 0003:046D:C00E.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.1-1/input0
[ 2.596680] usbcore: registered new interface driver usbhid
[ 2.596682] usbhid: USB HID core driver
[ 2.668321] device-mapper: uevent: version 1.0.3
[ 2.668938] device-mapper: ioctl: 4.18.0-ioctl (2010-06-29) initialised: dm-devel@xxxxxxxxxx
[ 2.952328] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[ 3.198345] scsi 2:0:0:0: Direct-Access WDC WD10 EAVS-00D7B0 PQ: 0 ANSI: 2 CCS
[ 3.198882] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 3.199435] sd 2:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 3.200186] sd 2:0:0:0: [sdb] Write Protect is off
[ 3.200190] sd 2:0:0:0: [sdb] Mode Sense: 34 00 00 00
[ 3.200194] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 3.201686] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 3.282062] sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 sdb6 sdb7 sdb8 >
[ 3.283929] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 3.283962] sd 2:0:0:0: [sdb] Attached SCSI disk
[ 3.673194] init[1]: systemd 10 running in system mode. (+PAM -LIBWRAP -AUDIT +SELINUX +SYSVINIT; debian)
[ 3.898630] init[1]: Set hostname to <tbox>.
[ 5.274608] EXT4-fs (sda5): re-mounted. Opts: (null)
[ 5.535813] fuse init (API version 7.15)
[ 5.755599] init[1]: screen-cleanup.service: control process exited, code=exited status=1
[ 5.755696] init[1]: Unit screen-cleanup.service entered failed state.
[ 5.881168] init[1]: console-setup.service: control process exited, code=exited status=208
[ 5.881272] init[1]: Unit console-setup.service entered failed state.
[ 6.281601] udev[366]: starting version 164
[ 6.576676] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
[ 6.577737] ACPI: Lid Switch [LID]
[ 6.577835] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
[ 6.577842] ACPI: Sleep Button [SLPB]
[ 6.577944] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[ 6.577948] ACPI: Power Button [PWRF]
[ 6.643396] ACPI: Battery Slot [BAT0] (battery present)
[ 6.644928] ACPI: AC Adapter [AC] (on-line)
[ 6.684608] ACPI: acpi_idle registered with cpuidle
[ 6.685130] Marking TSC unstable due to TSC halts in idle
[ 6.686980] Switching to clocksource acpi_pm
[ 6.919407] Non-volatile memory driver v1.3
[ 7.019561] input: PC Speaker as /devices/platform/pcspkr/input/input5
[ 7.025333] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:03/LNXVIDEO:00/input/input6
[ 7.025483] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
[ 7.116534] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 7.154595] intel_rng: FWH not detected
[ 7.211083] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 7.223103] parport_pc 00:0b: reported by Plug and Play ACPI
[ 7.223153] parport0: PC-style at 0x3bc, irq 7 [PCSPP,TRISTATE]
[ 7.323149] i801_smbus 0000:00:1f.3: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[ 7.398752] [drm] Initialized drm 1.1.0 20060810
[ 7.535416] NET: Registered protocol family 23
[ 7.536425] cfg80211: Calling CRDA to update world regulatory domain
[ 7.672782] yenta_cardbus 0000:02:00.0: CardBus bridge found [1014:0512]
[ 7.672802] yenta_cardbus 0000:02:00.0: Using INTVAL to route CSC interrupts to PCI
[ 7.672806] yenta_cardbus 0000:02:00.0: Routing CardBus interrupts to PCI
[ 7.672811] yenta_cardbus 0000:02:00.0: TI: mfunc 0x01d21022, devctl 0x64
[ 7.730989] nsc-ircc 00:0c: [io 0x02f8-0x02ff]
[ 7.731051] nsc-ircc 00:0c: [irq 3]
[ 7.731056] nsc-ircc 00:0c: [dma 1]
[ 7.731624] nsc-ircc 00:0c: activated
[ 7.731806] nsc-ircc, chip->init
[ 7.731815] nsc-ircc, Found chip at base=0x02e
[ 7.731839] nsc-ircc, driver loaded (Dag Brattli)
[ 7.733623] IrDA: Registered device irda0
[ 7.733627] nsc-ircc, Using dongle: IBM31T1100 or Temic TFDS6000/TFDS6500
[ 7.846219] Synaptics Touchpad, model: 1, fw: 5.9, id: 0x2c6ab1, caps: 0x884793/0x0/0x0
[ 7.846228] serio: Synaptics pass-through port at isa0060/serio1/input0
[ 7.902715] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
[ 7.912919] yenta_cardbus 0000:02:00.0: ISA IRQ mask 0x0438, PCI irq 11
[ 7.912924] yenta_cardbus 0000:02:00.0: Socket status: 30000006
[ 7.912934] yenta_cardbus 0000:02:00.0: pcmcia: parent PCI bridge window: [io 0x4000-0x8fff]
[ 7.912940] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x4000-0x8fff: excluding 0x4000-0x40ff 0x4400-0x44ff 0x4800-0x48ff 0x4c00-0x4cff 0x8000-0x803f
[ 7.952224] yenta_cardbus 0000:02:00.0: pcmcia: parent PCI bridge window: [mem 0xc0200000-0xcfffffff]
[ 7.952231] pcmcia_socket pcmcia_socket0: cs: memory probe 0xc0200000-0xcfffffff: excluding 0xc0200000-0xc09fffff 0xc3a00000-0xcc1fffff 0xcfa00000-0xd01fffff
[ 7.952260] yenta_cardbus 0000:02:00.0: pcmcia: parent PCI bridge window: [mem 0xe8000000-0xefffffff pref]
[ 7.952264] pcmcia_socket pcmcia_socket0: cs: memory probe 0xe8000000-0xefffffff: excluding 0xe8000000-0xefffffff
[ 7.964835] yenta_cardbus 0000:02:00.1: CardBus bridge found [1014:0512]
[ 7.964856] yenta_cardbus 0000:02:00.1: Using INTVAL to route CSC interrupts to PCI
[ 7.964860] yenta_cardbus 0000:02:00.1: Routing CardBus interrupts to PCI
[ 7.964866] yenta_cardbus 0000:02:00.1: TI: mfunc 0x01d21022, devctl 0x64
[ 8.159881] thinkpad_acpi: ThinkPad ACPI Extras v0.24
[ 8.159885] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 8.159887] thinkpad_acpi: ThinkPad BIOS 1RETDRWW (3.23 ), EC 1RHT71WW-3.04
[ 8.159890] thinkpad_acpi: IBM ThinkPad T40p, model 2374SG6
[ 8.161537] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
[ 8.169947] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is blocked
[ 8.170763] Registered led device: tpacpi::thinklight
[ 8.171652] Registered led device: tpacpi::power
[ 8.171990] Registered led device: tpacpi::standby
[ 8.177470] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[ 8.180805] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input8
[ 8.197000] yenta_cardbus 0000:02:00.1: ISA IRQ mask 0x0438, PCI irq 11
[ 8.197005] yenta_cardbus 0000:02:00.1: Socket status: 30000006
[ 8.197017] yenta_cardbus 0000:02:00.1: pcmcia: parent PCI bridge window: [io 0x4000-0x8fff]
[ 8.197023] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x4000-0x8fff: excluding 0x4000-0x40ff 0x4400-0x44ff 0x4800-0x48ff 0x4c00-0x4cff 0x8000-0x803f
[ 8.223711] yenta_cardbus 0000:02:00.1: pcmcia: parent PCI bridge window: [mem 0xc0200000-0xcfffffff]
[ 8.223717] pcmcia_socket pcmcia_socket1: cs: memory probe 0xc0200000-0xcfffffff: excluding 0xc0200000-0xc09fffff 0xc3a00000-0xcc1fffff 0xcfa00000-0xd01fffff
[ 8.223745] yenta_cardbus 0000:02:00.1: pcmcia: parent PCI bridge window: [mem 0xe8000000-0xefffffff pref]
[ 8.223749] pcmcia_socket pcmcia_socket1: cs: memory probe 0xe8000000-0xefffffff: excluding 0xe8000000-0xefffffff
[ 8.232379] ath5k 0000:02:02.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
[ 8.232509] ath5k 0000:02:02.0: registered as 'phy0'
[ 8.520058] [drm] radeon kernel modesetting enabled.
[ 8.520169] radeon 0000:01:00.0: power state changed by ACPI to D0
[ 8.520182] radeon 0000:01:00.0: power state changed by ACPI to D0
[ 8.520194] radeon 0000:01:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[ 8.534476] [drm] initializing kernel modesetting (RV250 0x1002:0x4C66).
[ 8.534630] [drm] register mmio base: 0xC0100000
[ 8.534632] [drm] register mmio size: 65536
[ 8.535018] agpgart-intel 0000:00:00.0: AGP 2.0 bridge
[ 8.535382] agpgart-intel 0000:00:00.0: putting AGP V2 device into 4x mode
[ 8.535420] radeon 0000:01:00.0: putting AGP V2 device into 4x mode
[ 8.535449] radeon 0000:01:00.0: GTT: 256M 0xD0000000 - 0xDFFFFFFF
[ 8.535458] radeon 0000:01:00.0: VRAM: 128M 0xE0000000 - 0xE7FFFFFF (64M used)
[ 8.535469] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 8.535472] [drm] Driver supports precise vblank timestamp query.
[ 8.535493] [drm] radeon: irq initialized.
[ 8.536074] [drm] Detected VRAM RAM=128M, BAR=128M
[ 8.536078] [drm] RAM width 128bits DDR
[ 8.536172] [TTM] Zone kernel: Available graphics memory: 447582 kiB.
[ 8.536175] [TTM] Zone highmem: Available graphics memory: 516898 kiB.
[ 8.536178] [TTM] Initializing pool allocator.
[ 8.536211] [drm] radeon: 64M of VRAM memory ready
[ 8.536214] [drm] radeon: 256M of GTT memory ready.
[ 8.537696] radeon 0000:01:00.0: WB enabled
[ 8.538304] [drm] Loading R200 Microcode
[ 8.578476] ath: EEPROM regdomain: 0x61
[ 8.578479] ath: EEPROM indicates we should expect a direct regpair map
[ 8.578485] ath: Country alpha2 being used: 00
[ 8.578487] ath: Regpair used: 0x61
[ 8.663709] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x100-0x3af: excluding 0x170-0x177 0x1f0-0x1f7 0x2f8-0x2ff 0x370-0x377
[ 8.664764] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x3e0-0x4ff: excluding 0x3f0-0x3ff 0x4d0-0x4d7
[ 8.665217] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x820-0x8ff: clean.
[ 8.665603] pcmcia_socket pcmcia_socket1: cs: IO port probe 0xc00-0xcf7: clean.
[ 8.666022] pcmcia_socket pcmcia_socket1: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xd3fff 0xdc000-0xfffff
[ 8.666085] pcmcia_socket pcmcia_socket1: cs: memory probe 0xa0000000-0xa0ffffff: clean.
[ 8.666147] pcmcia_socket pcmcia_socket1: cs: memory probe 0x60000000-0x60ffffff: clean.
[ 8.666215] pcmcia_socket pcmcia_socket1: cs: IO port probe 0xa00-0xaff:
[ 8.666367] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: excluding 0x170-0x177 0x1f0-0x1f7 0x2f8-0x2ff 0x370-0x377
[ 8.667392] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: excluding 0x3f0-0x3ff 0x4d0-0x4d7
[ 8.667844] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: clean.
[ 8.668429] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: clean.
[ 8.668848] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xd3fff 0xdc000-0xfffff
[ 8.668909] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: clean.
[ 8.668971] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: clean.
[ 8.669039] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean.
[ 8.669837] clean.
[ 8.693688] Intel ICH 0000:00:1f.5: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[ 8.693726] Intel ICH 0000:00:1f.5: setting latency timer to 64
[ 8.721299] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 8.722206] Registered led device: ath5k-phy0::rx
[ 8.722234] Registered led device: ath5k-phy0::tx
[ 8.722246] ath5k phy0: Atheros AR5212 chip found (MAC: 0x56, PHY: 0x41)
[ 8.722250] ath5k phy0: RF5111 5GHz radio found (0x17)
[ 8.722253] ath5k phy0: RF2111 2GHz radio found (0x23)
[ 8.728269] [drm] radeon: ring at 0x00000000D0001000
[ 8.728291] [drm] ring test succeeded in 1 usecs
[ 8.728547] [drm] radeon: ib pool ready.
[ 8.728648] [drm] ib test succeeded in 0 usecs
[ 8.728924] [drm] Panel ID String: SXGA+ Single (85MHz)
[ 8.728927] [drm] Panel Size 1400x1050
[ 8.739921] [drm] radeon legacy LVDS backlight initialized
[ 8.758506] [drm] No TV DAC info found in BIOS
[ 8.758637] [drm] Radeon Display Connectors
[ 8.758640] [drm] Connector 0:
[ 8.758643] [drm] VGA
[ 8.758646] [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[ 8.758648] [drm] Encoders:
[ 8.758650] [drm] CRT1: INTERNAL_DAC1
[ 8.758653] [drm] Connector 1:
[ 8.758655] [drm] DVI-D
[ 8.758656] [drm] HPD1
[ 8.758659] [drm] DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[ 8.758661] [drm] Encoders:
[ 8.758663] [drm] DFP1: INTERNAL_TMDS1
[ 8.758666] [drm] Connector 2:
[ 8.758667] [drm] LVDS
[ 8.758669] [drm] Encoders:
[ 8.758671] [drm] LCD1: INTERNAL_LVDS
[ 8.758673] [drm] Connector 3:
[ 8.758674] [drm] S-video
[ 8.758676] [drm] Encoders:
[ 8.758678] [drm] TV1: INTERNAL_DAC2
[ 8.764668] [drm] radeon: power management initialized
[ 8.846521] [drm] fb mappable at 0xE0040000
[ 8.846525] [drm] vram apper at 0xE0000000
[ 8.846527] [drm] size 5914624
[ 8.846529] [drm] fb depth is 24
[ 8.846531] [drm] pitch is 5632
[ 8.916696] Console: switching to colour frame buffer device 175x65
[ 8.977288] fb0: radeondrmfb frame buffer device
[ 8.977291] drm: registered panic notifier
[ 8.978852] [drm] Initialized radeon 2.7.0 20080528 for 0000:01:00.0 on minor 0
[ 9.510016] EXT4-fs (sda3): warning: maximal mount count reached, running e2fsck is recommended
[ 9.510357] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 9.616039] intel8x0_measure_ac97_clock: measured 55402 usecs (2669 samples)
[ 9.616044] intel8x0: clocking to 48000
[ 9.617512] Intel ICH Modem 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[ 9.617540] Intel ICH Modem 0000:00:1f.6: setting latency timer to 64
[ 10.687303] Adding 1052244k swap on /dev/sda2. Priority:-1 extents:1 across:1052244k
[ 10.693961] EXT4-fs (sda5): re-mounted. Opts: (null)
[ 11.290047] EXT4-fs (sda5): re-mounted. Opts: (null)
[ 12.431524] init[1]: tmpwatch.service: main process exited, code=exited, status=203
[ 12.431677] init[1]: Unit tmpwatch.service entered failed state.
[ 13.267487] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 14.134990] IBM TrackPoint firmware: 0x0e, buttons: 3/3
[ 14.355796] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input9
[ 15.686258] lp0: using parport0 (interrupt-driven).
[ 15.957198] ppdev: user-space parallel port driver
[ 16.187060] sshd (1337): /proc/1337/oom_adj is deprecated, please use /proc/1337/oom_score_adj instead.
[ 17.346972] P-state transition latency capped at 20 uS
[ 18.253916] Bluetooth: Core ver 2.15
[ 18.253950] NET: Registered protocol family 31
[ 18.253952] Bluetooth: HCI device and connection manager initialized
[ 18.253955] Bluetooth: HCI socket layer initialized
[ 18.660168] wlan0: authenticate with 00:04:0e:e4:00:3d (try 1)
[ 18.661618] wlan0: authenticated
[ 18.661655] wlan0: associate with 00:04:0e:e4:00:3d (try 1)
[ 18.665511] wlan0: RX AssocResp from 00:04:0e:e4:00:3d (capab=0x411 status=0 aid=1)
[ 18.665522] wlan0: associated
[ 18.667469] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 19.187205] Bluetooth: L2CAP ver 2.15
[ 19.187209] Bluetooth: L2CAP socket layer initialized
[ 19.331748] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 19.331758] Bluetooth: BNEP filters: protocol multicast
[ 19.335659] Bluetooth: RFCOMM TTY layer initialized
[ 19.335664] Bluetooth: RFCOMM socket layer initialized
[ 19.335667] Bluetooth: RFCOMM ver 1.11
[ 19.596575] Bluetooth: SCO (Voice Link) ver 0.6
[ 19.596579] Bluetooth: SCO socket layer initialized
[ 19.997363] padlock: VIA PadLock not detected.
[ 29.384046] wlan0: no IPv6 routers present
[ 100.884524] ------------[ cut here ]------------
[ 100.884718] kernel BUG at /home/sd/src/linux-2.6/linux-2.6.36/debian/build/source_i386_none/fs/ext4/inode.c:2721!
[ 100.885100] invalid opcode: 0000 [#1] SMP
[ 100.885277] last sysfs file: /sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/energy_full
[ 100.885731] Modules linked in: aes_i586 aes_generic sco rfcomm bnep l2cap bluetooth acpi_cpufreq mperf cpufreq_powersave cpufreq_userspace cpufreq_stats cpufreq_conservative ppdev lp dm_crypt binfmt_misc snd_intel8x0m arc4 snd_intel8x0 snd_pcm_oss ecb snd_mixer_oss snd_ac97_codec radeon ac97_bus thinkpad_acpi snd_pcm pcmcia ath5k joydev snd_seq_midi ath ttm mac80211 snd_rawmidi snd_seq_midi_event nsc_ircc snd_seq yenta_socket drm_kms_helper snd_timer cfg80211 irda pcmcia_rsrc snd_seq_device rfkill drm i2c_i801 i2c_algo_bit pcmcia_core i2c_core snd parport_pc snd_page_alloc shpchp tpm_tis rng_core soundcore pci_hotplug parport tpm crc_ccitt tpm_bios psmouse video pcspkr led_class nvram serio_raw output processor evdev ac battery power_supply button fuse autofs4 ext4 mbcache jbd2 crc16 dm_mod usbhid hid usb_storage sg sd_mod sr_mod crc_t10dif cdrom ata_generic ata_piix libata uhci_hcd ehci_hcd scsi_mod usbcore e1000 thermal thermal_sys floppy nls_base [last unloaded: scsi_wait_scan]
[ 100.888026]
[ 100.888026] Pid: 234, comm: jbd2/sda5-8 Not tainted 2.6.36-git11.sd.1-686 #1 2374SG6/2374SG6
[ 100.888026] EIP: 0060:[<f85de3af>] EFLAGS: 00010246 CPU: 0
[ 100.888026] EIP is at ext4_writepage+0x8d/0x1f1 [ext4]
[ 100.888026] EAX: 40020029 EBX: f7691180 ECX: 05050030 EDX: 00000000
[ 100.888026] ESI: 00005050 EDI: 00001000 EBP: f5f07848 ESP: efa21dbc
[ 100.888026] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
[ 100.888026] Process jbd2/sda5-8 (pid: 234, ti=efa20000 task=ef96d040 task.ti=efa20000)
[ 100.888026] Stack:
[ 100.888026] 0000000c 00000000 efa21e98 00000000 f5f07900 efa21e98 00000000 00005050
[ 100.888026] c1090efa f7691180 c1091f30 00000001 f5f07900 00000005 00000002 00000000
[ 100.888026] 0000000d 0000000e ef8de180 c1090ef2 f030877f 0000000e 00000000 f7690ee0
[ 100.888026] Call Trace:
[ 100.888026] [<c1090efa>] ? __writepage+0x8/0x1f
[ 100.888026] [<c1091f30>] ? write_cache_pages+0x1cc/0x281
[ 100.888026] [<c1090ef2>] ? __writepage+0x0/0x1f
[ 100.888026] [<c1091ffb>] ? generic_writepages+0x16/0x1d
[ 100.888026] [<f8561925>] ? journal_submit_data_buffers+0xf5/0x150 [jbd2]
[ 100.888026] [<f8561d6a>] ? jbd2_journal_commit_transaction+0x2d1/0xda3 [jbd2]
[ 100.888026] [<c1025d55>] ? dequeue_task_fair+0x1b/0x57
[ 100.888026] [<c103944d>] ? lock_timer_base+0x19/0x34
[ 100.888026] [<c10394c4>] ? try_to_del_timer_sync+0x5c/0x63
[ 100.888026] [<f8566018>] ? kjournald2+0x9e/0x1c7 [jbd2]
[ 100.888026] [<c104422a>] ? autoremove_wake_function+0x0/0x29
[ 100.888026] [<f8565f7a>] ? kjournald2+0x0/0x1c7 [jbd2]
[ 100.888026] [<c1043ed6>] ? kthread+0x63/0x68
[ 100.888026] [<c1043e73>] ? kthread+0x0/0x68
[ 100.888026] [<c100353e>] ? kernel_thread_helper+0x6/0x10
[ 100.888026] Code: 0c 89 34 24 89 ce 0f ac d6 0c 39 7c 24 04 75 05 39 34 24 74 07 bf 00 10 00 00 eb 08 89 cf 81 e7 ff 0f 00 00 8b 03 f6 c4 08 75 04 <0f> 0b eb fe c7 04 24 00 00 00 00 83 7b 0c 00 75 37 68 69 0c 5e
[ 100.888026] EIP: [<f85de3af>] ext4_writepage+0x8d/0x1f1 [ext4] SS:ESP 0068:efa21dbc
[ 100.968847] ---[ end trace 6fe8d288bc8bea39 ]---
[ 154.455567] EXT3-fs: barriers not enabled
[ 154.467107] kjournald starting. Commit interval 5 seconds
[ 154.467574] EXT3-fs (sdb5): warning: maximal mount count reached, running e2fsck is recommended
[ 154.468926] EXT3-fs (sdb5): using internal journal
[ 154.469150] EXT3-fs (sdb5): mounted filesystem with ordered data mode

Attachment: debug
Description: Binary data

Attachment: kern.log
Description: Binary data

Attachment: messages
Description: Binary data

Attachment: syslog
Description: Binary data