Re: Linux 2.6.35.2

From: Sedat Dilek
Date: Sat Aug 14 2010 - 16:34:37 EST


On Sat, Aug 14, 2010 at 8:47 PM, Linus Torvalds
<torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
> On Sat, Aug 14, 2010 at 11:27 AM, Ed Tomlinson <edt@xxxxxx> wrote:
>>
>> It seems to be helping here. ÂWithout it 35.2 would either stall in boot or give lots of tracebacks. ÂWith it things
>> start normally and my background stuff works as expected.
>
> Ok, thanks. I've committed it to the -git tree.
>
> Just to verify: you have CONFIG_HIGHPTE enabled on a x86-32 kernel,
> right? I'd have expected this to not ever show up anywhere else, and
> I'm just verifying that there isn't anything else going on. I'm
> appending the commit message, the patch hasn't changed.
>
> Â Â Â Â Â Â Â Â Â Â Â Â Â ÂLinus
> ---
>
> Author: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
> Date: Â Sat Aug 14 11:44:56 2010 -0700
>
> Â Âmm: fix page table unmap for stack guard page properly
>
> Â ÂWe do in fact need to unmap the page table _before_ doing the whole
> Â Âstack guard page logic, because if it is needed (mainly 32-bit x86 with
> Â ÂPAE and CONFIG_HIGHPTE, but other architectures may use it too) then it
> Â Âwill do a kmap_atomic/kunmap_atomic.
>
> Â ÂAnd those kmaps will create an atomic region that we cannot do
> Â Âallocations in. ÂHowever, the whole stack expand code will need to do
> Â Âanon_vma_prepare() and vma_lock_anon_vma() and they cannot do that in an
> Â Âatomic region.
>
> Â ÂNow, a better model might actually be to do the anon_vma_prepare() when
> Â Â_creating_ a VM_GROWSDOWN segment, and not have to worry about any of
> Â Âthis at page fault time. ÂBut in the meantime, this is the
> Â Âstraightforward fix for the issue.
>
> Â ÂSee https://bugzilla.kernel.org/show_bug.cgi?id=16588 for details.
>
> Â ÂReported-by: Wylda <wylda@xxxxxxxx>
> Â ÂReported-by: Sedat Dilek <sedat.dilek@xxxxxxxxx>
> Â ÂReported-by: Mike Pagano <mpagano@xxxxxxxxxx>
> Â ÂReported-by: FranÃois Valenduc <francois.valenduc@xxxxxxxxxxxxx>
> Â ÂTested-by: Ed Tomlinson <edt@xxxxxx>
> Â ÂCc: Pekka Enberg <penberg@xxxxxxxxxx>
> Â ÂCc: Greg KH <gregkh@xxxxxxx>
> Â ÂCc: stable@xxxxxxxxxx
> Â ÂSigned-off-by: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
>
> Âmm/memory.c | Â 13 ++++++-------
> Â1 files changed, 6 insertions(+), 7 deletions(-)
>

OK, I applied this patch on top of 2.6.35-git15.

Then, stressed the new kernel with a mesa-from-git build.
Looks fine on first sight.

Feel free to add:

Tested-by: Sedat Dilek <sedat.dilek@xxxxxxxxx>

- Sedat -

P.S.: Attached dmesg and kernel-config files

$ grep CONFIG_HIGHPTE /boot/config-$(uname -r)
CONFIG_HIGHPTE=y

$ cat /proc/version
Linux version 2.6.35-git15.sd.2-686 (Debian
2.6.35-6~git15.sd.2+dileks.1) (sedat.dilek@xxxxxxxxx) (gcc version
4.4.5 20100728 (prerelease) (Debian 4.4.4-8) ) #2 SMP Sat Aug 14
22:12:55 CEST 2010
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.35-git15.sd.2-686 (Debian 2.6.35-6~git15.sd.2+dileks.1) (sedat.dilek@xxxxxxxxx) (gcc version 4.4.5 20100728 (prerelease) (Debian 4.4.4-8) ) #2 SMP Sat Aug 14 22:12:55 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] e820 update range: 0000000000000000 - 0000000000001000 (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 @ 7000-c000
[ 0.000000] RAMDISK: 2f5d6000 - 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 (20100702/tbfadt-526)
[ 0.000000] ACPI Warning: Optional field Gpe1Block has zero address or length: 0x000000000000102C/0x0 (20100702/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] node 0 low ram: 00000000 - 377fe000
[ 0.000000] node 0 bootmap 00008000 - 0000ef00
[ 0.000000] (9/32 early reservations) ==> bootmem [0000000000 - 00377fe000]
[ 0.000000] #0 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
[ 0.000000] #1 [0001000000 - 000153db30] TEXT DATA BSS ==> [0001000000 - 000153db30]
[ 0.000000] #2 [002f5d6000 - 002ffc8000] RAMDISK ==> [002f5d6000 - 002ffc8000]
[ 0.000000] #3 [000009f000 - 0000100000] BIOS reserved ==> [000009f000 - 0000100000]
[ 0.000000] #4 [000153e000 - 0001544128] BRK ==> [000153e000 - 0001544128]
[ 0.000000] #5 [0000002000 - 0000003000] TRAMPOLINE ==> [0000002000 - 0000003000]
[ 0.000000] #6 [0000003000 - 0000007000] ACPI WAKEUP ==> [0000003000 - 0000007000]
[ 0.000000] #7 [0000007000 - 0000008000] PGTABLE ==> [0000007000 - 0000008000]
[ 0.000000] #8 [0000008000 - 000000f000] BOOTMAP ==> [0000008000 - 000000f000]
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000001 -> 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: 0x00000001 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0003ff60
[ 0.000000] On node 0 totalpages: 261886
[ 0.000000] free_area_init_node: node 0, pgdat c141d040, node_mem_map c1546020
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3966 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 13 pages/cpu @c2000000 s31360 r0 d21888 u4194304
[ 0.000000] pcpu-alloc: s31360 r0 d21888 u4194304 alloc=1*4194304
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 259839
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.35-git15.sd.2-686 root=UUID=3e96e650-93d2-482b-89c7-de01e68d4180 ro nomodeset 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] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] Initializing HighMem for node 0 (000377fe:0003ff60)
[ 0.000000] Memory: 1022872k/1047936k available (2548k kernel code, 24672k reserved, 1697k data, 384k 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 : 0xc1426000 - 0xc1486000 ( 384 kB)
[ 0.000000] .data : 0xc127d0cc - 0xc1425830 (1697 kB)
[ 0.000000] .text : 0xc1000000 - 0xc127d0cc (2548 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=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] Verbose stalled-CPUs detection is disabled.
[ 0.000000] NR_IRQS:1280
[ 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.277 MHz processor.
[ 0.004009] Calibrating delay loop (skipped), value calculated using timer frequency.. 3388.55 BogoMIPS (lpj=6777108)
[ 0.004016] pid_max: default: 32768 minimum: 301
[ 0.004046] Security Framework initialized
[ 0.004057] SELinux: Disabled at boot.
[ 0.004077] Mount-cache hash table entries: 512
[ 0.004283] Initializing cgroup subsys ns
[ 0.004291] Initializing cgroup subsys cpuacct
[ 0.004297] Initializing cgroup subsys devices
[ 0.004300] Initializing cgroup subsys freezer
[ 0.004303] Initializing cgroup subsys net_cls
[ 0.004352] mce: CPU supports 5 MCE banks
[ 0.004378] Performance Events:
[ 0.004382] no APIC, boot with the "lapic" boot parameter to force-enable it.
[ 0.004384] no hardware sampling interrupt available.
[ 0.004387] p6 PMU driver.
[ 0.004393] ... version: 0
[ 0.004395] ... bit width: 32
[ 0.004397] ... generic registers: 2
[ 0.004400] ... value mask: 00000000ffffffff
[ 0.004403] ... max period: 000000007fffffff
[ 0.004405] ... fixed-purpose events: 0
[ 0.004407] ... event mask: 0000000000000003
[ 0.004914] SMP alternatives: switching to UP code
[ 0.009677] Freeing SMP alternatives: 16k freed
[ 0.009684] ACPI: Core revision 20100702
[ 0.025578] ACPI: setting ELCR to 0200 (from 0800)
[ 0.028086] weird, boot CPU (#0) not listed by the BIOS.
[ 0.028089] SMP motherboard not detected.
[ 0.028092] Local APIC not detected. Using dummy APIC emulation.
[ 0.028094] SMP disabled
[ 0.028452] Brought up 1 CPUs
[ 0.028456] Total of 1 processors activated (3388.55 BogoMIPS).
[ 0.032161] devtmpfs: initialized
[ 0.032575] regulator: core version 0.5
[ 0.032623] NET: Registered protocol family 16
[ 0.032738] ACPI: bus type pci registered
[ 0.033048] PCI: PCI BIOS revision 2.10 entry at 0xfd8d6, last bus=8
[ 0.033051] PCI: Using configuration type 1 for base access
[ 0.033500] bio: create slab <bio-0> at 0
[ 0.035138] ACPI: EC: EC description table is found, configuring boot EC
[ 0.049588] ACPI: Interpreter enabled
[ 0.049593] ACPI: (supports S0 S3 S4 S5)
[ 0.049618] ACPI: Using PIC for interrupt routing
[ 0.056292] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
[ 0.056340] ACPI: Power Resource [PUBS] (on)
[ 0.056719] ACPI: ACPI Dock Station Driver: 3 docks/bays found
[ 0.056725] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.056754] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.056819] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.056823] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.056827] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.056832] pci_root PNP0A03:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
[ 0.056836] pci_root PNP0A03:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
[ 0.056840] pci_root PNP0A03:00: host bridge window [mem 0x40000000-0xfebfffff] (ignored)
[ 0.056861] pci 0000:00:00.0: reg 10: [mem 0xd0000000-0xdfffffff pref]
[ 0.056994] pci 0000:00:1d.0: reg 20: [io 0x1800-0x181f]
[ 0.057068] pci 0000:00:1d.1: reg 20: [io 0x1820-0x183f]
[ 0.057142] pci 0000:00:1d.2: reg 20: [io 0x1840-0x185f]
[ 0.057205] pci 0000:00:1d.7: reg 10: [mem 0xc0000000-0xc00003ff]
[ 0.057283] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.057289] pci 0000:00:1d.7: PME# disabled
[ 0.057409] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH4 ACPI/GPIO/TCO
[ 0.057414] pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH4 GPIO
[ 0.057441] pci 0000:00:1f.1: reg 10: [io 0x0000-0x0007]
[ 0.057451] pci 0000:00:1f.1: reg 14: [io 0x0000-0x0003]
[ 0.057462] pci 0000:00:1f.1: reg 18: [io 0x0000-0x0007]
[ 0.057473] pci 0000:00:1f.1: reg 1c: [io 0x0000-0x0003]
[ 0.057483] pci 0000:00:1f.1: reg 20: [io 0x1860-0x186f]
[ 0.057494] pci 0000:00:1f.1: reg 24: [mem 0x00000000-0x000003ff]
[ 0.057563] pci 0000:00:1f.3: reg 20: [io 0x1880-0x189f]
[ 0.057612] pci 0000:00:1f.5: reg 10: [io 0x1c00-0x1cff]
[ 0.057622] pci 0000:00:1f.5: reg 14: [io 0x18c0-0x18ff]
[ 0.057632] pci 0000:00:1f.5: reg 18: [mem 0xc0000c00-0xc0000dff]
[ 0.057642] pci 0000:00:1f.5: reg 1c: [mem 0xc0000800-0xc00008ff]
[ 0.057679] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
[ 0.057684] pci 0000:00:1f.5: PME# disabled
[ 0.057713] pci 0000:00:1f.6: reg 10: [io 0x2400-0x24ff]
[ 0.057723] pci 0000:00:1f.6: reg 14: [io 0x2000-0x207f]
[ 0.057774] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[ 0.057779] pci 0000:00:1f.6: PME# disabled
[ 0.057816] pci 0000:01:00.0: reg 10: [mem 0xe0000000-0xe7ffffff pref]
[ 0.057824] pci 0000:01:00.0: reg 14: [io 0x3000-0x30ff]
[ 0.057832] pci 0000:01:00.0: reg 18: [mem 0xc0100000-0xc010ffff]
[ 0.057856] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[ 0.057875] pci 0000:01:00.0: supports D1 D2
[ 0.057909] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.057914] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.057918] pci 0000:00:01.0: bridge window [mem 0xc0100000-0xc01fffff]
[ 0.057923] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe7ffffff pref]
[ 0.057962] pci 0000:02:00.0: reg 10: [mem 0xb0000000-0xb0000fff]
[ 0.057982] pci 0000:02:00.0: supports D1 D2
[ 0.057985] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.057990] pci 0000:02:00.0: PME# disabled
[ 0.058023] pci 0000:02:00.1: reg 10: [mem 0xb1000000-0xb1000fff]
[ 0.058042] pci 0000:02:00.1: supports D1 D2
[ 0.058045] pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.058050] pci 0000:02:00.1: PME# disabled
[ 0.058092] pci 0000:02:01.0: reg 10: [mem 0xc0220000-0xc023ffff]
[ 0.058103] pci 0000:02:01.0: reg 14: [mem 0xc0200000-0xc020ffff]
[ 0.058114] pci 0000:02:01.0: reg 18: [io 0x8000-0x803f]
[ 0.058145] pci 0000:02:01.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[ 0.058169] pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
[ 0.058174] pci 0000:02:01.0: PME# disabled
[ 0.058208] pci 0000:02:02.0: reg 10: [mem 0xc0210000-0xc021ffff]
[ 0.058305] pci 0000:00:1e.0: PCI bridge to [bus 02-08] (subtractive decode)
[ 0.058311] pci 0000:00:1e.0: bridge window [io 0x4000-0x8fff]
[ 0.058316] pci 0000:00:1e.0: bridge window [mem 0xc0200000-0xcfffffff]
[ 0.058322] pci 0000:00:1e.0: bridge window [mem 0xe8000000-0xefffffff pref]
[ 0.058326] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.058330] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[ 0.058404] pci_bus 0000:00: on NUMA node 0
[ 0.058409] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.058456] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[ 0.058481] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[ 0.058586] Unable to assume PCIe control: Disabling ASPM
[ 0.062838] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.062966] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.063092] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.063218] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.063321] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.063426] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.063536] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.063662] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.063712] HEST: Table is not found!
[ 0.063783] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.063788] vgaarb: loaded
[ 0.063859] PCI: Using ACPI for IRQ routing
[ 0.063993] PCI: pci_cache_line_size set to 64 bytes
[ 0.064064] reserve RAM buffer: 000000000009f000 - 000000000009ffff
[ 0.064068] reserve RAM buffer: 000000003ff60000 - 000000003fffffff
[ 0.064206] Switching to clocksource tsc
[ 0.065480] pnp: PnP ACPI init
[ 0.065496] ACPI: bus type pnp registered
[ 0.066702] ERROR: Unable to locate IOAPIC for GSI 13
[ 0.066772] ERROR: Unable to locate IOAPIC for GSI 8
[ 0.066842] ERROR: Unable to locate IOAPIC for GSI 1
[ 0.066906] ERROR: Unable to locate IOAPIC for GSI 12
[ 0.066997] ERROR: Unable to locate IOAPIC for GSI 6
[ 0.067184] ERROR: Unable to locate IOAPIC for GSI 4
[ 0.067441] ERROR: Unable to locate IOAPIC for GSI 7
[ 0.068174] pnp: PnP ACPI: found 13 devices
[ 0.068177] ACPI: ACPI bus type pnp unregistered
[ 0.068181] PnPBIOS: Disabled by ACPI PNP
[ 0.068196] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.068201] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
[ 0.068205] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
[ 0.068209] system 00:00: [mem 0x000c8000-0x000cbfff] could not be reserved
[ 0.068213] system 00:00: [mem 0x000cc000-0x000cffff] could not be reserved
[ 0.068217] system 00:00: [mem 0x000d0000-0x000d3fff] could not be reserved
[ 0.068222] system 00:00: [mem 0x000dc000-0x000dffff] could not be reserved
[ 0.068226] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
[ 0.068230] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
[ 0.068234] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
[ 0.068238] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
[ 0.068242] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[ 0.068247] system 00:00: [mem 0x00100000-0x3fffffff] could not be reserved
[ 0.068251] system 00:00: [mem 0xfec00000-0xffffffff] could not be reserved
[ 0.068259] system 00:02: [io 0x1000-0x107f] has been reserved
[ 0.068263] system 00:02: [io 0x1180-0x11bf] has been reserved
[ 0.068267] system 00:02: [io 0x15e0-0x15ef] has been reserved
[ 0.068271] system 00:02: [io 0x1600-0x162f] has been reserved
[ 0.068275] system 00:02: [io 0x1632-0x167f] has been reserved
[ 0.068279] system 00:02: [io 0x1630-0x1631] has been reserved
[ 0.104781] pci 0000:00:1f.1: BAR 5: assigned [mem 0x40000000-0x400003ff]
[ 0.104789] pci 0000:00:1f.1: BAR 5: set to [mem 0x40000000-0x400003ff] (PCI address [0x40000000-0x400003ff]
[ 0.104795] pci 0000:01:00.0: BAR 6: assigned [mem 0xc0120000-0xc013ffff pref]
[ 0.104799] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.104803] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.104808] pci 0000:00:01.0: bridge window [mem 0xc0100000-0xc01fffff]
[ 0.104812] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe7ffffff pref]
[ 0.104821] pci 0000:02:00.0: BAR 15: assigned [mem 0xe8000000-0xebffffff pref]
[ 0.104825] pci 0000:02:00.0: BAR 16: assigned [mem 0xc4000000-0xc7ffffff]
[ 0.104829] pci 0000:02:00.1: BAR 15: assigned [mem 0xec000000-0xefffffff pref]
[ 0.104833] pci 0000:02:00.1: BAR 16: assigned [mem 0xc8000000-0xcbffffff]
[ 0.104837] pci 0000:02:01.0: BAR 6: assigned [mem 0xc0240000-0xc024ffff pref]
[ 0.104841] pci 0000:02:00.0: BAR 13: assigned [io 0x4000-0x40ff]
[ 0.104845] pci 0000:02:00.0: BAR 14: assigned [io 0x4400-0x44ff]
[ 0.104848] pci 0000:02:00.1: BAR 13: assigned [io 0x4800-0x48ff]
[ 0.104852] pci 0000:02:00.1: BAR 14: assigned [io 0x4c00-0x4cff]
[ 0.104855] pci 0000:02:00.0: CardBus bridge to [bus 03-06]
[ 0.104859] pci 0000:02:00.0: bridge window [io 0x4000-0x40ff]
[ 0.104864] pci 0000:02:00.0: bridge window [io 0x4400-0x44ff]
[ 0.104869] pci 0000:02:00.0: bridge window [mem 0xe8000000-0xebffffff pref]
[ 0.104875] pci 0000:02:00.0: bridge window [mem 0xc4000000-0xc7ffffff]
[ 0.104881] pci 0000:02:00.1: CardBus bridge to [bus 07-07]
[ 0.104884] pci 0000:02:00.1: bridge window [io 0x4800-0x48ff]
[ 0.104889] pci 0000:02:00.1: bridge window [io 0x4c00-0x4cff]
[ 0.104895] pci 0000:02:00.1: bridge window [mem 0xec000000-0xefffffff pref]
[ 0.104900] pci 0000:02:00.1: bridge window [mem 0xc8000000-0xcbffffff]
[ 0.104906] pci 0000:00:1e.0: PCI bridge to [bus 02-08]
[ 0.104910] pci 0000:00:1e.0: bridge window [io 0x4000-0x8fff]
[ 0.104917] pci 0000:00:1e.0: bridge window [mem 0xc0200000-0xcfffffff]
[ 0.104922] pci 0000:00:1e.0: bridge window [mem 0xe8000000-0xefffffff pref]
[ 0.104942] pci 0000:00:1e.0: setting latency timer to 64
[ 0.105189] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
[ 0.105192] PCI: setting IRQ 11 as level-triggered
[ 0.105199] pci 0000:02:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[ 0.105419] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
[ 0.105423] pci 0000:02:00.1: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[ 0.105431] pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
[ 0.105434] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
[ 0.105438] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
[ 0.105442] pci_bus 0000:01: resource 1 [mem 0xc0100000-0xc01fffff]
[ 0.105446] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xe7ffffff pref]
[ 0.105449] pci_bus 0000:02: resource 0 [io 0x4000-0x8fff]
[ 0.105453] pci_bus 0000:02: resource 1 [mem 0xc0200000-0xcfffffff]
[ 0.105456] pci_bus 0000:02: resource 2 [mem 0xe8000000-0xefffffff pref]
[ 0.105460] pci_bus 0000:02: resource 4 [io 0x0000-0xffff]
[ 0.105464] pci_bus 0000:02: resource 5 [mem 0x00000000-0xffffffff]
[ 0.105467] pci_bus 0000:03: resource 0 [io 0x4000-0x40ff]
[ 0.105471] pci_bus 0000:03: resource 1 [io 0x4400-0x44ff]
[ 0.105474] pci_bus 0000:03: resource 2 [mem 0xe8000000-0xebffffff pref]
[ 0.105478] pci_bus 0000:03: resource 3 [mem 0xc4000000-0xc7ffffff]
[ 0.105481] pci_bus 0000:07: resource 0 [io 0x4800-0x48ff]
[ 0.105485] pci_bus 0000:07: resource 1 [io 0x4c00-0x4cff]
[ 0.105488] pci_bus 0000:07: resource 2 [mem 0xec000000-0xefffffff pref]
[ 0.105492] pci_bus 0000:07: resource 3 [mem 0xc8000000-0xcbffffff]
[ 0.105539] NET: Registered protocol family 2
[ 0.105610] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.105955] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.107849] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.108971] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.108975] TCP reno registered
[ 0.108982] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.109023] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.109247] NET: Registered protocol family 1
[ 0.109375] pci 0000:01:00.0: Boot video device
[ 0.109393] PCI: CLS 32 bytes, default 64
[ 0.109489] Unpacking initramfs...
[ 0.538999] Freeing initrd memory: 10184k freed
[ 0.555418] Simple Boot Flag at 0x35 set to 0x1
[ 0.555788] audit: initializing netlink socket (disabled)
[ 0.555811] type=2000 audit(1281824370.548:1): initialized
[ 0.585946] highmem bounce pool size: 64 pages
[ 0.585953] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.587978] VFS: Disk quotas dquot_6.5.2
[ 0.588055] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.588179] msgmni has been set to 1746
[ 0.588408] alg: No test for stdrng (krng)
[ 0.588481] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.588485] io scheduler noop registered
[ 0.588487] io scheduler deadline registered (default)
[ 0.588739] ERST: Table is not found!
[ 0.588752] isapnp: Scanning for PnP cards...
[ 0.941617] isapnp: No Plug & Play device found
[ 0.941818] Linux agpgart interface v0.103
[ 0.941950] agpgart-intel 0000:00:00.0: Intel 855PM Chipset
[ 0.955296] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 0.955383] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.955474] ttyS0: detected caps 00000108 should be 00000900
[ 0.955486] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a U6_16550A
[ 0.955883] ttyS0: detected caps 00000108 should be 00000900
[ 0.955894] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a U6_16550A
[ 0.956012] serial 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[ 0.956020] serial 0000:00:1f.6: PCI INT B disabled
[ 0.956144] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 0.962135] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.962146] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.962271] mice: PS/2 mouse device common for all mice
[ 0.962324] rtc_cmos 00:06: RTC can wake from S4
[ 0.962374] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[ 0.962393] rtc0: alarms up to one month, y3k, 114 bytes nvram
[ 0.962406] cpuidle: using governor ladder
[ 0.962409] cpuidle: using governor menu
[ 0.962756] TCP cubic registered
[ 0.962927] NET: Registered protocol family 10
[ 0.963377] lo: Disabled Privacy Extensions
[ 0.963666] Mobile IPv6
[ 0.963669] NET: Registered protocol family 17
[ 0.963675] Registering the dns_resolver key type
[ 0.963696] Using IPI No-Shortcut mode
[ 0.963788] PM: Resume from disk failed.
[ 0.963801] registered taskstats version 1
[ 0.964048] rtc_cmos 00:06: setting system clock to 2010-08-14 22:19:31 UTC (1281824371)
[ 0.964099] Initalizing network drop monitor service
[ 0.964153] Freeing unused kernel memory: 384k freed
[ 0.964417] Write protecting the kernel text: 2552k
[ 0.964451] Write protecting the kernel read-only data: 1312k
[ 0.966964] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.036198] udev: starting version 160
[ 1.036242] udevd (48): /proc/48/oom_adj is deprecated, please use /proc/48/oom_score_adj instead.
[ 1.223980] Floppy drive(s): fd0 is 1.44M
[ 1.308090] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k6-NAPI
[ 1.308095] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.308875] e1000 0000:02:01.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[ 1.309237] thermal LNXTHERM:01: registered as thermal_zone0
[ 1.309248] ACPI: Thermal Zone [THM0] (56 C)
[ 1.327114] FDC 0 is a National Semiconductor PC87306
[ 1.656784] usbcore: registered new interface driver usbfs
[ 1.656954] usbcore: registered new interface driver hub
[ 1.657017] usbcore: registered new device driver usb
[ 1.665713] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.668229] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
[ 1.672174] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
[ 1.672424] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
[ 1.672430] ehci_hcd 0000:00:1d.7: PCI INT D -> Link[LNKH] -> GSI 11 (level, low) -> IRQ 11
[ 1.672453] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 1.672458] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 1.672487] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 1.672524] ehci_hcd 0000:00:1d.7: debug port 1
[ 1.676412] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 1.680236] SCSI subsystem initialized
[ 1.690002] ehci_hcd 0000:00:1d.7: irq 11, io mem 0xc0000000
[ 1.693901] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.732659] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.732720] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.732724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.732728] usb usb1: Product: EHCI Host Controller
[ 1.732731] usb usb1: Manufacturer: Linux 2.6.35-git15.sd.2-686 ehci_hcd
[ 1.732734] usb usb1: SerialNumber: 0000:00:1d.7
[ 1.732910] hub 1-0:1.0: USB hub found
[ 1.732918] hub 1-0:1.0: 6 ports detected
[ 1.734179] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[ 1.734311] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[ 1.734325] uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[ 1.734339] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 1.734343] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.734360] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 1.734390] uhci_hcd 0000:00:1d.0: irq 11, io base 0x00001800
[ 1.734436] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.734439] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.734443] usb usb2: Product: UHCI Host Controller
[ 1.734446] usb usb2: Manufacturer: Linux 2.6.35-git15.sd.2-686 uhci_hcd
[ 1.734449] usb usb2: SerialNumber: 0000:00:1d.0
[ 1.734599] hub 2-0:1.0: USB hub found
[ 1.734605] hub 2-0:1.0: 2 ports detected
[ 1.734844] uhci_hcd 0000:00:1d.1: power state changed by ACPI to D0
[ 1.734964] uhci_hcd 0000:00:1d.1: power state changed by ACPI to D0
[ 1.735205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[ 1.735209] uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
[ 1.735218] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 1.735222] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.735233] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 1.735255] uhci_hcd 0000:00:1d.1: irq 11, io base 0x00001820
[ 1.735295] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.735299] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.735303] usb usb3: Product: UHCI Host Controller
[ 1.735305] usb usb3: Manufacturer: Linux 2.6.35-git15.sd.2-686 uhci_hcd
[ 1.735309] usb usb3: SerialNumber: 0000:00:1d.1
[ 1.735507] hub 3-0:1.0: USB hub found
[ 1.735512] hub 3-0:1.0: 2 ports detected
[ 1.735797] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
[ 1.735802] uhci_hcd 0000:00:1d.2: PCI INT C -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
[ 1.735810] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 1.735815] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.735824] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 1.735846] uhci_hcd 0000:00:1d.2: irq 11, io base 0x00001840
[ 1.735884] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.735887] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.735891] usb usb4: Product: UHCI Host Controller
[ 1.735894] usb usb4: Manufacturer: Linux 2.6.35-git15.sd.2-686 uhci_hcd
[ 1.735897] usb usb4: SerialNumber: 0000:00:1d.2
[ 1.736460] hub 4-0:1.0: USB hub found
[ 1.736466] hub 4-0:1.0: 2 ports detected
[ 1.746415] libata version 3.00 loaded.
[ 1.752630] ata_piix 0000:00:1f.1: version 2.13
[ 1.752647] ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
[ 1.752658] ata_piix 0000:00:1f.1: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
[ 1.752719] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 1.752807] scsi0 : ata_piix
[ 1.752997] scsi1 : ata_piix
[ 1.753781] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1860 irq 14
[ 1.753785] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1868 irq 15
[ 1.777251] e1000 0000:02:01.0: eth0: (PCI:33MHz:32-bit) 00:0d:60:b0:62:87
[ 1.777261] e1000 0000:02:01.0: eth0: Intel(R) PRO/1000 Network Connection
[ 1.908368] ata2.01: NODEV after polling detection
[ 1.916995] ata1.00: HPA detected: current 110257519, native 117210240
[ 1.917001] ata1.00: ATA-6: HTS726060M9AT00, MH4OA6BA, max UDMA/100
[ 1.917005] ata1.00: 110257519 sectors, multi 16: LBA
[ 1.917079] ata2.00: ATAPI: UJDA755yDVD/CDRW, 1.70, max UDMA/33
[ 1.932672] ata2.00: configured for UDMA/33
[ 1.932717] ata1.00: configured for UDMA/100
[ 1.932880] scsi 0:0:0:0: Direct-Access ATA HTS726060M9AT00 MH4O PQ: 0 ANSI: 5
[ 1.935927] scsi 1:0:0:0: CD-ROM MATSHITA UJDA755yDVD/CDRW 1.70 PQ: 0 ANSI: 5
[ 1.965017] sd 0:0:0:0: [sda] 110257519 512-byte logical blocks: (56.4 GB/52.5 GiB)
[ 1.965074] sd 0:0:0:0: [sda] Write Protect is off
[ 1.965079] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.965102] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.970446] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[ 1.970450] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.970763] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 2.012855] sda: sda1 sda2 sda3 sda4 < sda5 >
[ 2.013528] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.028592] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.029026] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 2.228030] usb 3-1: new low speed USB device using uhci_hcd and address 2
[ 2.404281] usb 3-1: New USB device found, idVendor=046d, idProduct=c00e
[ 2.404286] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.404289] usb 3-1: Product: USB-PS/2 Optical Mouse
[ 2.404292] usb 3-1: Manufacturer: Logitech
[ 2.430198] usbcore: registered new interface driver hiddev
[ 2.443790] 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.443961] 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.444151] usbcore: registered new interface driver usbhid
[ 2.444154] usbhid: USB HID core driver
[ 2.616657] device-mapper: uevent: version 1.0.3
[ 2.617255] device-mapper: ioctl: 4.18.0-ioctl (2010-06-29) initialised: dm-devel@xxxxxxxxxx
[ 2.625943] PM: Starting manual resume from disk
[ 2.625948] PM: Resume from partition 8:2
[ 2.625950] PM: Checking hibernation image.
[ 2.626132] PM: Error -22 checking image file
[ 2.626134] PM: Resume from disk failed.
[ 2.671989] EXT3-fs: barriers not enabled
[ 2.684398] kjournald starting. Commit interval 5 seconds
[ 2.684415] EXT3-fs (sda5): mounted filesystem with ordered data mode
[ 4.298538] udev: starting version 160
[ 5.115228] Non-volatile memory driver v1.3
[ 5.180847] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[ 5.181038] ACPI: Lid Switch [LID]
[ 5.181562] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
[ 5.181571] ACPI: Sleep Button [SLPB]
[ 5.181716] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[ 5.181721] ACPI: Power Button [PWRF]
[ 5.212521] intel_rng: FWH not detected
[ 5.247537] input: PC Speaker as /devices/platform/pcspkr/input/input5
[ 5.292758] ACPI: AC Adapter [AC] (on-line)
[ 5.317373] ACPI: Battery Slot [BAT0] (battery present)
[ 5.318881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 5.329378] ACPI: acpi_idle registered with cpuidle
[ 5.330330] Marking TSC unstable due to TSC halts in idle
[ 5.332208] Switching to clocksource acpi_pm
[ 5.382660] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 5.458217] parport_pc 00:0b: reported by Plug and Play ACPI
[ 5.458263] parport0: PC-style at 0x3bc, irq 7 [PCSPP,TRISTATE]
[ 5.512242] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:02/LNXVIDEO:00/input/input6
[ 5.512354] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
[ 5.608339] NET: Registered protocol family 23
[ 5.658648] i801_smbus 0000:00:1f.3: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[ 5.836002] yenta_cardbus 0000:02:00.0: CardBus bridge found [1014:0512]
[ 5.836047] yenta_cardbus 0000:02:00.0: Using INTVAL to route CSC interrupts to PCI
[ 5.836051] yenta_cardbus 0000:02:00.0: Routing CardBus interrupts to PCI
[ 5.836057] yenta_cardbus 0000:02:00.0: TI: mfunc 0x01d21022, devctl 0x64
[ 5.944070] [drm] Initialized drm 1.1.0 20060810
[ 5.955530] nsc-ircc 00:0c: activated
[ 5.955701] nsc-ircc, chip->init
[ 5.955710] nsc-ircc, Found chip at base=0x02e
[ 5.955734] nsc-ircc, driver loaded (Dag Brattli)
[ 5.957180] IrDA: Registered device irda0
[ 5.957184] nsc-ircc, Using dongle: IBM31T1100 or Temic TFDS6000/TFDS6500
[ 5.998835] cfg80211: Calling CRDA to update world regulatory domain
[ 6.038794] thinkpad_acpi: ThinkPad ACPI Extras v0.24
[ 6.038798] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 6.038800] thinkpad_acpi: ThinkPad BIOS 1RETDRWW (3.23 ), EC 1RHT71WW-3.04
[ 6.038803] thinkpad_acpi: IBM ThinkPad T40p, model 2374SG6
[ 6.040501] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
[ 6.047577] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is blocked
[ 6.050868] Registered led device: tpacpi::thinklight
[ 6.050987] Registered led device: tpacpi::power
[ 6.051037] Registered led device: tpacpi::standby
[ 6.060795] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[ 6.065279] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input7
[ 6.068642] yenta_cardbus 0000:02:00.0: ISA IRQ mask 0x0430, PCI irq 11
[ 6.068648] yenta_cardbus 0000:02:00.0: Socket status: 30000006
[ 6.068659] yenta_cardbus 0000:02:00.0: pcmcia: parent PCI bridge window: [io 0x4000-0x8fff]
[ 6.068664] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x4000-0x8fff: excluding 0x4000-0x40ff 0x4400-0x44ff 0x4800-0x48ff 0x4c00-0x4cff 0x8000-0x803f
[ 6.093741] yenta_cardbus 0000:02:00.0: pcmcia: parent PCI bridge window: [mem 0xc0200000-0xcfffffff]
[ 6.093747] pcmcia_socket pcmcia_socket0: cs: memory probe 0xc0200000-0xcfffffff: excluding 0xc0200000-0xc09fffff 0xc3a00000-0xcc1fffff 0xcfa00000-0xd01fffff
[ 6.093777] yenta_cardbus 0000:02:00.0: pcmcia: parent PCI bridge window: [mem 0xe8000000-0xefffffff pref]
[ 6.093781] pcmcia_socket pcmcia_socket0: cs: memory probe 0xe8000000-0xefffffff: excluding 0xe8000000-0xefffffff
[ 6.094373] yenta_cardbus 0000:02:00.1: CardBus bridge found [1014:0512]
[ 6.094390] yenta_cardbus 0000:02:00.1: Using INTVAL to route CSC interrupts to PCI
[ 6.094394] yenta_cardbus 0000:02:00.1: Routing CardBus interrupts to PCI
[ 6.094400] yenta_cardbus 0000:02:00.1: TI: mfunc 0x01d21022, devctl 0x64
[ 6.165813] Synaptics Touchpad, model: 1, fw: 5.9, id: 0x2c6ab1, caps: 0x884793/0x0/0x0
[ 6.165822] serio: Synaptics pass-through port at isa0060/serio1/input0
[ 6.216944] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
[ 6.324736] yenta_cardbus 0000:02:00.1: ISA IRQ mask 0x0438, PCI irq 11
[ 6.324742] yenta_cardbus 0000:02:00.1: Socket status: 30000006
[ 6.324752] yenta_cardbus 0000:02:00.1: pcmcia: parent PCI bridge window: [io 0x4000-0x8fff]
[ 6.324758] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x4000-0x8fff: excluding 0x4000-0x40ff 0x4400-0x44ff 0x4800-0x48ff 0x4c00-0x4cff 0x8000-0x803f
[ 6.359338] yenta_cardbus 0000:02:00.1: pcmcia: parent PCI bridge window: [mem 0xc0200000-0xcfffffff]
[ 6.359344] pcmcia_socket pcmcia_socket1: cs: memory probe 0xc0200000-0xcfffffff: excluding 0xc0200000-0xc09fffff 0xc3a00000-0xcc1fffff 0xcfa00000-0xd01fffff
[ 6.359373] yenta_cardbus 0000:02:00.1: pcmcia: parent PCI bridge window: [mem 0xe8000000-0xefffffff pref]
[ 6.359377] pcmcia_socket pcmcia_socket1: cs: memory probe 0xe8000000-0xefffffff: excluding 0xe8000000-0xefffffff
[ 6.824312] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: excluding 0x170-0x177 0x1f0-0x1f7 0x2f8-0x2ff 0x370-0x377
[ 6.825345] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: excluding 0x3f0-0x3ff 0x4d0-0x4d7
[ 6.825798] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: clean.
[ 6.826183] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: clean.
[ 6.826602] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xd3fff 0xdc000-0xfffff
[ 6.826664] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: clean.
[ 6.826726] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: clean.
[ 6.826793] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
[ 6.827399] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x100-0x3af: excluding 0x170-0x177 0x1f0-0x1f7 0x2f8-0x2ff 0x370-0x377
[ 6.828448] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x3e0-0x4ff: excluding 0x3f0-0x3ff 0x4d0-0x4d7
[ 6.828900] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x820-0x8ff: clean.
[ 6.829285] pcmcia_socket pcmcia_socket1: cs: IO port probe 0xc00-0xcf7: clean.
[ 6.829702] pcmcia_socket pcmcia_socket1: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xd3fff 0xdc000-0xfffff
[ 6.829764] pcmcia_socket pcmcia_socket1: cs: memory probe 0xa0000000-0xa0ffffff: clean.
[ 6.829825] pcmcia_socket pcmcia_socket1: cs: memory probe 0x60000000-0x60ffffff: clean.
[ 6.829892] pcmcia_socket pcmcia_socket1: cs: IO port probe 0xa00-0xaff: clean.
[ 6.832557] clean.
[ 6.833363] [drm] radeon kernel modesetting enabled.
[ 6.833472] radeon 0000:01:00.0: power state changed by ACPI to D0
[ 6.833484] radeon 0000:01:00.0: power state changed by ACPI to D0
[ 6.833496] radeon 0000:01:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[ 6.838292] [drm] initializing kernel modesetting (RV250 0x1002:0x4C66).
[ 6.838473] [drm] register mmio base: 0xC0100000
[ 6.838476] [drm] register mmio size: 65536
[ 6.838830] agpgart-intel 0000:00:00.0: AGP 2.0 bridge
[ 6.838849] agpgart-intel 0000:00:00.0: putting AGP V2 device into 4x mode
[ 6.838887] radeon 0000:01:00.0: putting AGP V2 device into 4x mode
[ 6.838916] radeon 0000:01:00.0: GTT: 256M 0xD0000000 - 0xDFFFFFFF
[ 6.838926] radeon 0000:01:00.0: VRAM: 64M 0xE0000000 - 0xE3FFFFFF (64M used)
[ 6.838963] [drm] radeon: irq initialized.
[ 6.839725] [drm] Detected VRAM RAM=64M, BAR=128M
[ 6.839731] [drm] RAM width 128bits DDR
[ 6.839828] [TTM] Zone kernel: Available graphics memory: 447412 kiB.
[ 6.839831] [TTM] Zone highmem: Available graphics memory: 516728 kiB.
[ 6.839834] [TTM] Initializing pool allocator.
[ 6.839863] [drm] radeon: 64M of VRAM memory ready
[ 6.839866] [drm] radeon: 256M of GTT memory ready.
[ 6.840239] [drm] Loading R200 Microcode
[ 6.852388] ath5k 0000:02:02.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
[ 6.852495] ath5k 0000:02:02.0: registered as 'phy0'
[ 7.141748] ath: EEPROM regdomain: 0x61
[ 7.141752] ath: EEPROM indicates we should expect a direct regpair map
[ 7.141757] ath: Country alpha2 being used: 00
[ 7.141760] ath: Regpair used: 0x61
[ 7.302366] [drm] radeon: ring at 0x00000000D0000000
[ 7.302390] [drm] ring test succeeded in 1 usecs
[ 7.302658] [drm] radeon: ib pool ready.
[ 7.302770] [drm] ib test succeeded in 0 usecs
[ 7.304891] [drm] DFP table revision: 3
[ 7.304983] [drm] Panel ID String: SXGA+ Single (85MHz)
[ 7.304987] [drm] Panel Size 1400x1050
[ 7.305329] [drm] Default TV standard: NTSC
[ 7.305332] [drm] 27.000000000 MHz TV ref clk
[ 7.305334] [drm] No TV DAC info found in BIOS
[ 7.305337] [drm] Default TV standard: NTSC
[ 7.305339] [drm] 27.000000000 MHz TV ref clk
[ 7.305403] [drm] Radeon Display Connectors
[ 7.305405] [drm] Connector 0:
[ 7.305407] [drm] VGA
[ 7.305410] [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[ 7.305413] [drm] Encoders:
[ 7.305415] [drm] CRT1: INTERNAL_DAC1
[ 7.305417] [drm] Connector 1:
[ 7.305419] [drm] DVI-D
[ 7.305421] [drm] HPD1
[ 7.305424] [drm] DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[ 7.305426] [drm] Encoders:
[ 7.305428] [drm] DFP1: INTERNAL_TMDS1
[ 7.305430] [drm] Connector 2:
[ 7.305432] [drm] LVDS
[ 7.305434] [drm] Encoders:
[ 7.305436] [drm] LCD1: INTERNAL_LVDS
[ 7.305438] [drm] Connector 3:
[ 7.305440] [drm] S-video
[ 7.305441] [drm] Encoders:
[ 7.305443] [drm] TV1: INTERNAL_DAC2
[ 7.310232] [drm] radeon: power management initialized
[ 7.344959] Intel ICH 0000:00:1f.5: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[ 7.344996] Intel ICH 0000:00:1f.5: setting latency timer to 64
[ 7.345267] phy0: Selected rate control algorithm 'minstrel_ht'
[ 7.346104] Registered led device: ath5k-phy0::rx
[ 7.346126] Registered led device: ath5k-phy0::tx
[ 7.346143] ath5k phy0: Atheros AR5212 chip found (MAC: 0x56, PHY: 0x41)
[ 7.346147] ath5k phy0: RF5111 5GHz radio found (0x17)
[ 7.346150] ath5k phy0: RF2111 2GHz radio found (0x23)
[ 7.427751] [drm] fb mappable at 0xE0040000
[ 7.427755] [drm] vram apper at 0xE0000000
[ 7.427758] [drm] size 5914624
[ 7.427760] [drm] fb depth is 24
[ 7.427762] [drm] pitch is 5632
[ 7.499235] Console: switching to colour frame buffer device 175x65
[ 7.542234] fb0: radeondrmfb frame buffer device
[ 7.542237] drm: registered panic notifier
[ 7.543597] [drm] Initialized radeon 2.6.0 20080528 for 0000:01:00.0 on minor 0
[ 8.268033] intel8x0_measure_ac97_clock: measured 55400 usecs (2669 samples)
[ 8.268037] intel8x0: clocking to 48000
[ 8.269473] Intel ICH Modem 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[ 8.269501] Intel ICH Modem 0000:00:1f.6: setting latency timer to 64
[ 9.349691] Adding 1052252k swap on /dev/sda2. Priority:-1 extents:1 across:1052252k
[ 9.604161] EXT3-fs (sda5): using internal journal
[ 10.849931] fuse init (API version 7.15)
[ 11.364509] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 12.472370] IBM TrackPoint firmware: 0x0e, buttons: 3/3
[ 12.701901] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input9
[ 12.773336] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 18.213608] wlan0: direct probe to 00:04:0e:e4:00:3d (try 1)
[ 18.216063] wlan0: direct probe responded
[ 18.216071] wlan0: authenticate with 00:04:0e:e4:00:3d (try 1)
[ 18.217766] wlan0: authenticated
[ 18.217781] wlan0: associate with 00:04:0e:e4:00:3d (try 1)
[ 18.221609] wlan0: RX AssocResp from 00:04:0e:e4:00:3d (capab=0x411 status=0 aid=1)
[ 18.221613] wlan0: associated
[ 18.222398] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 18.268582] padlock: VIA PadLock not detected.
[ 28.218005] Bluetooth: Core ver 2.15
[ 28.218040] NET: Registered protocol family 31
[ 28.218042] Bluetooth: HCI device and connection manager initialized
[ 28.218046] Bluetooth: HCI socket layer initialized
[ 28.235367] Bluetooth: L2CAP ver 2.15
[ 28.235371] Bluetooth: L2CAP socket layer initialized
[ 28.263586] Bluetooth: RFCOMM TTY layer initialized
[ 28.263593] Bluetooth: RFCOMM socket layer initialized
[ 28.263596] Bluetooth: RFCOMM ver 1.11
[ 28.280025] wlan0: no IPv6 routers present
[ 28.311408] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 28.311414] Bluetooth: BNEP filters: protocol multicast
[ 28.450709] Bluetooth: SCO (Voice Link) ver 0.6
[ 28.450714] Bluetooth: SCO socket layer initialized
[ 28.886575] lp0: using parport0 (interrupt-driven).
[ 28.962886] ppdev: user-space parallel port driver
[ 30.789104] P-state transition latency capped at 20 uS
[ 712.865196] ath5k phy0: calibration of channel 7 failed

Attachment: config-2.6.35-git15.sd.2-686
Description: Binary data