* Bisected 3.9 regression: Corrupted low memory (x86, mm: Move reserving low memory later in initialization)
@ 2014-05-16 5:29 Rafał Miłecki
2014-05-21 13:31 ` Rafał Miłecki
0 siblings, 1 reply; 5+ messages in thread
From: Rafał Miłecki @ 2014-05-16 5:29 UTC (permalink / raw)
To: Linux Kernel Mailing List, H. Peter Anvin
Cc: Thomas Gleixner, Ingo Molnar, x86
[-- Attachment #1: Type: text/plain, Size: 1476 bytes --]
Hello,
Sorry for the late report, this bug appears on my old notebook I don't
commonly use. Anyway, I've noticed following problem when using
3.15-rc1:
Corrupted low memory at ffff88000000be98 (be98 phys) = b02a000400000000
(...)
Memory corruption detected in low memory
(...)
Corrupted low memory at ffff88000000be98 (be98 phys) = b02a000400000000
Corrupted low memory at ffff88000000be98 (be98 phys) = b02a000400000000
Corrupted low memory at ffff88000000be98 (be98 phys) = b02a000400000000
Corrupted low memory at ffff88000000be98 (be98 phys) = b02a000400000000
Corrupted low memory at ffff88000000be98 (be98 phys) = b02a000400000000
Corrupted low memory at ffff88000000be98 (be98 phys) = b02a000400000000
Corrupted low memory at ffff88000000be98 (be98 phys) = b02a000400000000
Corrupted low memory at ffff88000000be98 (be98 phys) = b02a000400000000
It has appeared to be a regression introduced in 3.9 by the following commit:
commit 95c9608478d639dcffc14ea47b31bff021a99ed1
Author: H. Peter Anvin <hpa@zytor.com>
Date: Thu Feb 14 14:02:52 2013 -0800
x86, mm: Move reserving low memory later in initialization
Attached are dmesgs from 95c9608 and ff52c3b (one commit earlier).
I'm not sure if that matters, but I already got problems with
reserving low memory on this notebook, it was *many* years ago and was
tracked in: https://bugzilla.kernel.org/show_bug.cgi?id=11313
Let me know if I can help any further.
--
Rafał
[-- Attachment #2: 95c9608478d639dcffc14ea47b31bff021a99ed1.dmesg.txt --]
[-- Type: text/plain, Size: 68105 bytes --]
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.8.0-rc5-bisect+ (zajec@linux-she1.lan) (gcc version 4.8.1 20130909 [gcc-4_8-branch revision 202388] (SUSE Linux) ) #15 SMP PREEMPT Fri May 16 06:49:51 CEST 2014
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.8.0-rc5-bisect+ root=UUID=5486aa3e-6c3d-463e-997c-64961409bbbb splash=silent quiet showopts
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009cfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bfda4fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bfda5000-0x00000000bfdcbfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bfdcc000-0x00000000bfddcfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bfddd000-0x00000000bfdddfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bfdde000-0x00000000bfe03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bfe04000-0x00000000bfe04fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bfe05000-0x00000000bfe05fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bfe06000-0x00000000bfe11fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bfe12000-0x00000000bfe17fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bfe18000-0x00000000bfe36fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bfe37000-0x00000000bfefffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffbfffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] DMI: Sony Corporation VGN-FW11S/VAIO, BIOS R0250Y0 06/05/2008
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-D3FFF write-protect
[ 0.000000] D4000-E7FFF uncachable
[ 0.000000] E8000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0BFF00000 mask FFFF00000 uncachable
[ 0.000000] 3 base 100000000 mask FC0000000 write-back
[ 0.000000] 4 base 0FFE00000 mask FFFE00000 write-protect
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: last_pfn = 0xbff00 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fd170-0x000fd17f] mapped at [ffff8800000fd170]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0xbfefffff]
[ 0.000000] [mem 0x00000000-0xbfdfffff] page 2M
[ 0.000000] [mem 0xbfe00000-0xbfefffff] page 4k
[ 0.000000] kernel direct mapping tables up to 0xbfefffff @ [mem 0x1fffb000-0x1fffffff]
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x13fffffff]
[ 0.000000] [mem 0x100000000-0x13fffffff] page 2M
[ 0.000000] kernel direct mapping tables up to 0x13fffffff @ [mem 0xbfefe000-0xbfefffff]
[ 0.000000] RAMDISK: [mem 0x352d6000-0x36962fff]
[ 0.000000] ACPI: RSDP 00000000000f03c0 00024 (v02 Sony)
[ 0.000000] ACPI: XSDT 00000000bfe10f10 00054 (v01 Sony VAIO 20080605 MSFT 00010013)
[ 0.000000] ACPI: FACP 00000000bfe04a90 000F4 (v04 Sony VAIO 20080605 MSFT 00010013)
[ 0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20121018/tbfadt-394)
[ 0.000000] ACPI BIOS Bug: Warning: 32/64X FACS address mismatch in FADT - 0xBFE17E40/0x00000000BFE17D40, using 32 (20121018/tbfadt-521)
[ 0.000000] ACPI: DSDT 00000000bfe06010 08016 (v01 Sony VAIO 20080605 INTL 20051117)
[ 0.000000] ACPI: FACS 00000000bfe17e40 00040
[ 0.000000] ACPI: APIC 00000000bfe0ff10 0006C (v02 Sony VAIO 20080605 MSFT 00010013)
[ 0.000000] ACPI: MCFG 00000000bfe16c90 0003C (v01 Sony VAIO 20080605 MSFT 00000097)
[ 0.000000] ACPI: HPET 00000000bfe16c10 00038 (v01 Sony VAIO 20080605 MSFT 00010013)
[ 0.000000] ACPI: SLIC 00000000bfe12c10 00176 (v01 Sony VAIO 20080605 Sony 01000000)
[ 0.000000] ACPI: SSDT 00000000bfddd690 005F9 (v01 Sony VAIO 20080605 INTL 20051117)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]
[ 0.000000] NODE_DATA [mem 0x13ffec000-0x13fffffff]
[ 0.000000] [ffffea0000000000-ffffea00045fffff] PMD -> [ffff88013b600000-ffff88013edfffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x13fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
[ 0.000000] node 0: [mem 0x00100000-0xbfda4fff]
[ 0.000000] node 0: [mem 0xbfe37000-0xbfefffff]
[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]
[ 0.000000] On node 0 totalpages: 1048074
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3919 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 10691 pages used for memmap
[ 0.000000] DMA32 zone: 771243 pages, LIFO batch:31
[ 0.000000] Normal zone: 3584 pages used for memmap
[ 0.000000] Normal zone: 258560 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] disabled)
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009d000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 00000000bfda5000 - 00000000bfdcc000
[ 0.000000] PM: Registered nosave memory: 00000000bfdcc000 - 00000000bfddd000
[ 0.000000] PM: Registered nosave memory: 00000000bfddd000 - 00000000bfdde000
[ 0.000000] PM: Registered nosave memory: 00000000bfdde000 - 00000000bfe04000
[ 0.000000] PM: Registered nosave memory: 00000000bfe04000 - 00000000bfe05000
[ 0.000000] PM: Registered nosave memory: 00000000bfe05000 - 00000000bfe06000
[ 0.000000] PM: Registered nosave memory: 00000000bfe06000 - 00000000bfe12000
[ 0.000000] PM: Registered nosave memory: 00000000bfe12000 - 00000000bfe18000
[ 0.000000] PM: Registered nosave memory: 00000000bfe18000 - 00000000bfe37000
[ 0.000000] PM: Registered nosave memory: 00000000bff00000 - 00000000e0000000
[ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
[ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000ffa00000
[ 0.000000] PM: Registered nosave memory: 00000000ffa00000 - 00000000ffc00000
[ 0.000000] PM: Registered nosave memory: 00000000ffc00000 - 00000000ffe00000
[ 0.000000] PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
[ 0.000000] e820: [mem 0xbff00000-0xdfffffff] available for PCI devices
[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff88013fc00000 s81472 r8192 d20928 u524288
[ 0.000000] pcpu-alloc: s81472 r8192 d20928 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1033722
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.8.0-rc5-bisect+ root=UUID=5486aa3e-6c3d-463e-997c-64961409bbbb splash=silent quiet showopts
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] __ex_table already sorted, skipping sort
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Memory: 4031484k/5242880k available (5738k kernel code, 1050584k absent, 160812k reserved, 5218k data, 948k init)
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[ 0.000000] NR_IRQS:33024 nr_irqs:712 16
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2260.444 MHz processor
[ 0.002003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4520.88 BogoMIPS (lpj=2260444)
[ 0.002007] pid_max: default: 32768 minimum: 301
[ 0.002042] Security Framework initialized
[ 0.002058] AppArmor: AppArmor initialized
[ 0.002401] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.004420] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.005403] Mount-cache hash table entries: 256
[ 0.005623] Initializing cgroup subsys cpuacct
[ 0.005626] Initializing cgroup subsys devices
[ 0.005627] Initializing cgroup subsys freezer
[ 0.005629] Initializing cgroup subsys net_cls
[ 0.005631] Initializing cgroup subsys blkio
[ 0.005633] Initializing cgroup subsys perf_event
[ 0.005665] CPU: Physical Processor ID: 0
[ 0.005666] CPU: Processor Core ID: 0
[ 0.005668] mce: CPU supports 6 MCE banks
[ 0.005676] CPU0: Thermal monitoring enabled (TM2)
[ 0.005681] process: using mwait in idle threads
[ 0.005686] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
tlb_flushall_shift: -1
[ 0.005762] Freeing SMP alternatives: 24k freed
[ 0.005780] ACPI: Core revision 20121018
[ 0.016422] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ 0.026908] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU P8400 @ 2.26GHz (fam: 06, model: 17, stepping: 06)
[ 0.027000] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[ 0.027000] ... version: 2
[ 0.027000] ... bit width: 40
[ 0.027000] ... generic registers: 2
[ 0.027000] ... value mask: 000000ffffffffff
[ 0.027000] ... max period: 000000007fffffff
[ 0.027000] ... fixed-purpose events: 3
[ 0.027000] ... event mask: 0000000700000003
[ 0.046111] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.034097] smpboot: Booting Node 0, Processors #1
[ 0.046126] Brought up 2 CPUs
[ 0.046128] smpboot: Total of 2 processors activated (9041.77 BogoMIPS)
[ 0.047105] devtmpfs: initialized
[ 0.048492] PM: Registering ACPI NVS region [mem 0xbfda5000-0xbfdcbfff] (159744 bytes)
[ 0.048492] PM: Registering ACPI NVS region [mem 0xbfddd000-0xbfdddfff] (4096 bytes)
[ 0.048492] PM: Registering ACPI NVS region [mem 0xbfe04000-0xbfe04fff] (4096 bytes)
[ 0.048492] PM: Registering ACPI NVS region [mem 0xbfe12000-0xbfe17fff] (24576 bytes)
[ 0.048492] RTC time: 5:01:20, date: 05/16/14
[ 0.048492] NET: Registered protocol family 16
[ 0.048492] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.048492] ACPI: bus type pci registered
[ 0.048492] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.048492] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.078931] PCI: Using configuration type 1 for base access
[ 0.079076] mtrr: your CPUs had inconsistent variable MTRR settings
[ 0.079077] mtrr: probably your BIOS does not setup all CPUs.
[ 0.079079] mtrr: corrected configuration.
[ 0.080036] bio: create slab <bio-0> at 0
[ 0.080038] ACPI: Added _OSI(Module Device)
[ 0.080041] ACPI: Added _OSI(Processor Device)
[ 0.080043] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.080045] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.082140] ACPI: EC: Look up EC in DSDT
[ 0.084179] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.088755] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.092399] ACPI: SSDT 00000000bfde0c10 00265 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 0.092932] ACPI: Dynamic OEM Table Load:
[ 0.092935] ACPI: SSDT (null) 00265 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 0.093425] ACPI: SSDT 00000000bfdde710 00687 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.093916] ACPI: Dynamic OEM Table Load:
[ 0.093919] ACPI: SSDT (null) 00687 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.094694] ACPI: SSDT 00000000bfddfe10 001CF (v01 PmRef ApIst 00003000 INTL 20051117)
[ 0.095281] ACPI: Dynamic OEM Table Load:
[ 0.095284] ACPI: SSDT (null) 001CF (v01 PmRef ApIst 00003000 INTL 20051117)
[ 0.098025] ACPI: SSDT 00000000bfde0f10 0008D (v01 PmRef ApCst 00003000 INTL 20051117)
[ 0.098549] ACPI: Dynamic OEM Table Load:
[ 0.098552] ACPI: SSDT (null) 0008D (v01 PmRef ApCst 00003000 INTL 20051117)
[ 0.301107] ACPI: Interpreter enabled
[ 0.301113] ACPI: (supports S0 S3 S4 S5)
[ 0.301142] ACPI: Using IOAPIC for interrupt routing
[ 0.308855] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[ 0.322427] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.322647] ACPI: No dock devices found.
[ 0.322651] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.323457] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.323462] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.323738] \_SB_.PCI0:_OSC invalid UUID
[ 0.323739] _OSC request data:1 8 1f
[ 0.323844] \_SB_.PCI0:_OSC invalid UUID
[ 0.323846] _OSC request data:1 1f 1f
[ 0.323851] pci_root PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[ 0.323854] pci_root PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
[ 0.325428] PCI host bridge to bus 0000:00
[ 0.325432] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.325435] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.325437] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.325441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.325444] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[ 0.325446] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[ 0.325448] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[ 0.325451] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[ 0.325453] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff]
[ 0.325463] pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
[ 0.325484] DMAR: Forcing write-buffer flush capability
[ 0.325485] DMAR: Disabling IOMMU for graphics on this chipset
[ 0.325512] pci 0000:00:01.0: [8086:2a41] type 01 class 0x060400
[ 0.325553] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.325603] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
[ 0.325656] pci 0000:00:1a.0: reg 20: [io 0x70e0-0x70ff]
[ 0.325721] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
[ 0.325774] pci 0000:00:1a.1: reg 20: [io 0x70c0-0x70df]
[ 0.325851] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
[ 0.325876] pci 0000:00:1a.7: reg 10: [mem 0xd5204c00-0xd5204fff]
[ 0.325987] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.326023] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
[ 0.326042] pci 0000:00:1b.0: reg 10: [mem 0xd5200000-0xd5203fff 64bit]
[ 0.326128] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.326156] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
[ 0.326244] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.326274] pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
[ 0.326362] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.326393] pci 0000:00:1c.3: [8086:2946] type 01 class 0x060400
[ 0.326482] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.326511] pci 0000:00:1c.4: [8086:2948] type 01 class 0x060400
[ 0.326599] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.326632] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[ 0.326684] pci 0000:00:1d.0: reg 20: [io 0x70a0-0x70bf]
[ 0.326749] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[ 0.326802] pci 0000:00:1d.1: reg 20: [io 0x7080-0x709f]
[ 0.326867] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[ 0.326920] pci 0000:00:1d.2: reg 20: [io 0x7060-0x707f]
[ 0.326987] pci 0000:00:1d.3: [8086:2939] type 00 class 0x0c0300
[ 0.327044] pci 0000:00:1d.3: reg 20: [io 0x7040-0x705f]
[ 0.327120] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[ 0.327145] pci 0000:00:1d.7: reg 10: [mem 0xd5204800-0xd5204bff]
[ 0.327256] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.327284] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[ 0.327364] pci 0000:00:1f.0: [8086:2919] type 00 class 0x060100
[ 0.327507] pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
[ 0.327531] pci 0000:00:1f.2: reg 10: [io 0x7130-0x7137]
[ 0.327541] pci 0000:00:1f.2: reg 14: [io 0x7120-0x7123]
[ 0.327551] pci 0000:00:1f.2: reg 18: [io 0x7110-0x7117]
[ 0.327561] pci 0000:00:1f.2: reg 1c: [io 0x7100-0x7103]
[ 0.327571] pci 0000:00:1f.2: reg 20: [io 0x7020-0x703f]
[ 0.327581] pci 0000:00:1f.2: reg 24: [mem 0xd5204000-0xd52047ff]
[ 0.327640] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.327664] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[ 0.327683] pci 0000:00:1f.3: reg 10: [mem 0xd5205000-0xd52050ff 64bit]
[ 0.327708] pci 0000:00:1f.3: reg 20: [io 0x7000-0x701f]
[ 0.327783] pci 0000:01:00.0: [1002:95c4] type 00 class 0x030000
[ 0.327799] pci 0000:01:00.0: reg 10: [mem 0xc0000000-0xcfffffff pref]
[ 0.327811] pci 0000:01:00.0: reg 14: [io 0x6000-0x60ff]
[ 0.327822] pci 0000:01:00.0: reg 18: [mem 0xd0020000-0xd002ffff]
[ 0.327859] pci 0000:01:00.0: reg 30: [mem 0xd0000000-0xd001ffff pref]
[ 0.327910] pci 0000:01:00.0: supports D1 D2
[ 0.327939] pci 0000:01:00.1: [1002:aa28] type 00 class 0x040300
[ 0.327955] pci 0000:01:00.1: reg 10: [mem 0xd0030000-0xd0033fff]
[ 0.328060] pci 0000:01:00.1: supports D1 D2
[ 0.328101] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.328105] pci 0000:00:01.0: bridge window [io 0x6000-0x6fff]
[ 0.328108] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd00fffff]
[ 0.328159] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
[ 0.328164] pci 0000:00:1c.0: bridge window [io 0x5000-0x5fff]
[ 0.328168] pci 0000:00:1c.0: bridge window [mem 0xd3d00000-0xd50fffff]
[ 0.328223] pci 0000:00:1c.1: PCI bridge to [bus 04-05]
[ 0.328227] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
[ 0.328232] pci 0000:00:1c.1: bridge window [mem 0xd2900000-0xd3cfffff]
[ 0.328317] pci 0000:06:00.0: [8086:4232] type 00 class 0x028000
[ 0.328354] pci 0000:06:00.0: reg 10: [mem 0xd1500000-0xd1501fff 64bit]
[ 0.328531] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[ 0.330021] pci 0000:00:1c.3: PCI bridge to [bus 06-07]
[ 0.330026] pci 0000:00:1c.3: bridge window [io 0x3000-0x3fff]
[ 0.330031] pci 0000:00:1c.3: bridge window [mem 0xd1500000-0xd28fffff]
[ 0.330279] pci 0000:08:00.0: [11ab:4363] type 00 class 0x020000
[ 0.330461] pci 0000:08:00.0: reg 10: [mem 0xd0120000-0xd0123fff 64bit]
[ 0.330560] pci 0000:08:00.0: reg 18: [io 0x2000-0x20ff]
[ 0.330897] pci 0000:08:00.0: reg 30: [mem 0xd0100000-0xd011ffff pref]
[ 0.331438] pci 0000:08:00.0: supports D1 D2
[ 0.331440] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.333077] pci 0000:00:1c.4: PCI bridge to [bus 08-09]
[ 0.333082] pci 0000:00:1c.4: bridge window [io 0x2000-0x2fff]
[ 0.333087] pci 0000:00:1c.4: bridge window [mem 0xd0100000-0xd14fffff]
[ 0.333136] pci 0000:0a:03.0: [1180:0832] type 00 class 0x0c0010
[ 0.333158] pci 0000:0a:03.0: reg 10: [mem 0xd5100000-0xd51007ff]
[ 0.333248] pci 0000:0a:03.0: PME# supported from D0 D3hot D3cold
[ 0.333272] pci 0000:0a:03.1: [1180:0822] type 00 class 0x080500
[ 0.333293] pci 0000:0a:03.1: reg 10: [mem 0xd5100900-0xd51009ff]
[ 0.333382] pci 0000:0a:03.1: supports D1 D2
[ 0.333385] pci 0000:0a:03.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.333408] pci 0000:0a:03.2: [1180:0592] type 00 class 0x088000
[ 0.333429] pci 0000:0a:03.2: reg 10: [mem 0xd5100800-0xd51008ff]
[ 0.333518] pci 0000:0a:03.2: supports D1 D2
[ 0.333520] pci 0000:0a:03.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.333580] pci 0000:00:1e.0: PCI bridge to [bus 0a] (subtractive decode)
[ 0.333587] pci 0000:00:1e.0: bridge window [mem 0xd5100000-0xd51fffff]
[ 0.333594] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.333597] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.333599] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.333602] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[ 0.333604] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[ 0.333607] pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[ 0.333609] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[ 0.333611] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
[ 0.333651] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 0.333821] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.333892] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.333973] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[ 0.334050] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
[ 0.334154] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.346917] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.347029] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 *4 5 6 7 11 12 14 15)
[ 0.347135] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[ 0.347241] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 7 11 12 14 15)
[ 0.347348] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.347453] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.347559] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
[ 0.347664] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.347727] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.347727] vgaarb: loaded
[ 0.347727] vgaarb: bridge control possible 0000:01:00.0
[ 0.347727] SCSI subsystem initialized
[ 0.347727] ACPI: bus type scsi registered
[ 0.347727] libata version 3.00 loaded.
[ 0.347727] ACPI: bus type usb registered
[ 0.347727] usbcore: registered new interface driver usbfs
[ 0.347727] usbcore: registered new interface driver hub
[ 0.348009] usbcore: registered new device driver usb
[ 0.348053] PCI: Using ACPI for IRQ routing
[ 0.356540] PCI: pci_cache_line_size set to 64 bytes
[ 0.356664] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[ 0.356667] e820: reserve RAM buffer [mem 0xbfda5000-0xbfffffff]
[ 0.356669] e820: reserve RAM buffer [mem 0xbff00000-0xbfffffff]
[ 0.356771] NetLabel: Initializing
[ 0.356773] NetLabel: domain hash size = 128
[ 0.356774] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.356788] NetLabel: unlabeled traffic allowed by default
[ 0.356809] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.356814] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.356819] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.362011] Switching to clocksource hpet
[ 0.365282] AppArmor: AppArmor Filesystem Enabled
[ 0.365310] pnp: PnP ACPI init
[ 0.365324] ACPI: bus type pnp registered
[ 0.365380] pnp 00:00: [dma 4]
[ 0.365410] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.365446] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.365672] system 00:02: [mem 0xfed00000-0xfed003ff] has been reserved
[ 0.365676] system 00:02: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 0.365727] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.365795] system 00:04: [io 0x0680-0x069f] has been reserved
[ 0.365798] system 00:04: [io 0x1000-0x100f] has been reserved
[ 0.365801] system 00:04: [io 0x0800-0x0803] has been reserved
[ 0.365804] system 00:04: [io 0x0400-0x047f] has been reserved
[ 0.365807] system 00:04: [io 0x0500-0x053f] has been reserved
[ 0.365810] system 00:04: [io 0x164e-0x164f] has been reserved
[ 0.365813] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.365855] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.365899] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.365943] pnp 00:07: Plug and Play ACPI device, IDs SNY9001 PNP0f13 (active)
[ 0.366403] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.366406] system 00:08: [mem 0xfed14000-0xfed17fff] has been reserved
[ 0.366409] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.366412] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.366415] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.366418] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.366421] system 00:08: [mem 0xfeb00000-0xfeb03fff] has been reserved
[ 0.366424] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.366428] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.371623] pnp: PnP ACPI: found 9 devices
[ 0.371626] ACPI: ACPI bus type pnp unregistered
[ 0.378487] pci 0000:00:01.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
[ 0.378498] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02-03] add_size 200000
[ 0.378508] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04-05] add_size 200000
[ 0.378519] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06-07] add_size 200000
[ 0.378529] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 08-09] add_size 200000
[ 0.378547] pci 0000:00:01.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.378550] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.378553] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.378556] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.378558] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.378565] pci 0000:00:01.0: BAR 15: assigned [mem 0xd5300000-0xd54fffff 64bit pref]
[ 0.378569] pci 0000:00:1c.0: BAR 15: assigned [mem 0xd5500000-0xd56fffff 64bit pref]
[ 0.378573] pci 0000:00:1c.1: BAR 15: assigned [mem 0xd5700000-0xd58fffff 64bit pref]
[ 0.378577] pci 0000:00:1c.3: BAR 15: assigned [mem 0xd5900000-0xd5afffff 64bit pref]
[ 0.378581] pci 0000:00:1c.4: BAR 15: assigned [mem 0xd5b00000-0xd5cfffff 64bit pref]
[ 0.378584] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.378588] pci 0000:00:01.0: bridge window [io 0x6000-0x6fff]
[ 0.378592] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd00fffff]
[ 0.378595] pci 0000:00:01.0: bridge window [mem 0xd5300000-0xd54fffff 64bit pref]
[ 0.378600] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
[ 0.378603] pci 0000:00:1c.0: bridge window [io 0x5000-0x5fff]
[ 0.378609] pci 0000:00:1c.0: bridge window [mem 0xd3d00000-0xd50fffff]
[ 0.378613] pci 0000:00:1c.0: bridge window [mem 0xd5500000-0xd56fffff 64bit pref]
[ 0.378620] pci 0000:00:1c.1: PCI bridge to [bus 04-05]
[ 0.378623] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
[ 0.378629] pci 0000:00:1c.1: bridge window [mem 0xd2900000-0xd3cfffff]
[ 0.378634] pci 0000:00:1c.1: bridge window [mem 0xd5700000-0xd58fffff 64bit pref]
[ 0.378640] pci 0000:00:1c.3: PCI bridge to [bus 06-07]
[ 0.378644] pci 0000:00:1c.3: bridge window [io 0x3000-0x3fff]
[ 0.378649] pci 0000:00:1c.3: bridge window [mem 0xd1500000-0xd28fffff]
[ 0.378654] pci 0000:00:1c.3: bridge window [mem 0xd5900000-0xd5afffff 64bit pref]
[ 0.378661] pci 0000:00:1c.4: PCI bridge to [bus 08-09]
[ 0.378664] pci 0000:00:1c.4: bridge window [io 0x2000-0x2fff]
[ 0.378669] pci 0000:00:1c.4: bridge window [mem 0xd0100000-0xd14fffff]
[ 0.378674] pci 0000:00:1c.4: bridge window [mem 0xd5b00000-0xd5cfffff 64bit pref]
[ 0.378681] pci 0000:00:1e.0: PCI bridge to [bus 0a]
[ 0.378687] pci 0000:00:1e.0: bridge window [mem 0xd5100000-0xd51fffff]
[ 0.378733] pci 0000:00:1e.0: setting latency timer to 64
[ 0.378738] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.378740] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.378743] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.378745] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
[ 0.378747] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
[ 0.378750] pci_bus 0000:00: resource 9 [mem 0x000dc000-0x000dffff]
[ 0.378752] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000e3fff]
[ 0.378754] pci_bus 0000:00: resource 11 [mem 0xc0000000-0xfebfffff]
[ 0.378757] pci_bus 0000:01: resource 0 [io 0x6000-0x6fff]
[ 0.378759] pci_bus 0000:01: resource 1 [mem 0xc0000000-0xd00fffff]
[ 0.378762] pci_bus 0000:01: resource 2 [mem 0xd5300000-0xd54fffff 64bit pref]
[ 0.378764] pci_bus 0000:02: resource 0 [io 0x5000-0x5fff]
[ 0.378766] pci_bus 0000:02: resource 1 [mem 0xd3d00000-0xd50fffff]
[ 0.378769] pci_bus 0000:02: resource 2 [mem 0xd5500000-0xd56fffff 64bit pref]
[ 0.378771] pci_bus 0000:04: resource 0 [io 0x4000-0x4fff]
[ 0.378773] pci_bus 0000:04: resource 1 [mem 0xd2900000-0xd3cfffff]
[ 0.378776] pci_bus 0000:04: resource 2 [mem 0xd5700000-0xd58fffff 64bit pref]
[ 0.378778] pci_bus 0000:06: resource 0 [io 0x3000-0x3fff]
[ 0.378781] pci_bus 0000:06: resource 1 [mem 0xd1500000-0xd28fffff]
[ 0.378783] pci_bus 0000:06: resource 2 [mem 0xd5900000-0xd5afffff 64bit pref]
[ 0.378785] pci_bus 0000:08: resource 0 [io 0x2000-0x2fff]
[ 0.378788] pci_bus 0000:08: resource 1 [mem 0xd0100000-0xd14fffff]
[ 0.378790] pci_bus 0000:08: resource 2 [mem 0xd5b00000-0xd5cfffff 64bit pref]
[ 0.378793] pci_bus 0000:0a: resource 1 [mem 0xd5100000-0xd51fffff]
[ 0.378795] pci_bus 0000:0a: resource 4 [io 0x0000-0x0cf7]
[ 0.378797] pci_bus 0000:0a: resource 5 [io 0x0d00-0xffff]
[ 0.378800] pci_bus 0000:0a: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.378802] pci_bus 0000:0a: resource 7 [mem 0x000d4000-0x000d7fff]
[ 0.378804] pci_bus 0000:0a: resource 8 [mem 0x000d8000-0x000dbfff]
[ 0.378806] pci_bus 0000:0a: resource 9 [mem 0x000dc000-0x000dffff]
[ 0.378809] pci_bus 0000:0a: resource 10 [mem 0x000e0000-0x000e3fff]
[ 0.378811] pci_bus 0000:0a: resource 11 [mem 0xc0000000-0xfebfffff]
[ 0.378860] NET: Registered protocol family 2
[ 0.379050] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.379278] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.379459] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.379502] TCP: reno registered
[ 0.379510] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.379543] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.379635] NET: Registered protocol family 1
[ 0.380067] pci 0000:01:00.0: Boot video device
[ 0.380105] PCI: CLS 64 bytes, default 64
[ 0.380151] Unpacking initramfs...
[ 0.663470] Freeing initrd memory: 23092k freed
[ 0.672492] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.672501] software IO TLB [mem 0xbbda5000-0xbfda5000] (64MB) mapped at [ffff8800bbda5000-ffff8800bfda4fff]
[ 0.672822] Scanning for low memory corruption every 60 seconds
[ 0.673085] audit: initializing netlink socket (disabled)
[ 0.673104] type=2000 audit(1400216480.672:1): initialized
[ 0.701586] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.702151] VFS: Disk quotas dquot_6.5.2
[ 0.702177] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.702390] msgmni has been set to 7919
[ 0.702654] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.702683] io scheduler noop registered
[ 0.702685] io scheduler deadline registered
[ 0.702697] io scheduler cfq registered (default)
[ 0.702806] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[ 0.702903] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[ 0.703021] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
[ 0.703133] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
[ 0.703243] pcieport 0000:00:1c.4: irq 44 for MSI/MSI-X
[ 0.703419] intel_idle: does not run on family 6 model 23
[ 0.711124] GHES: HEST is not enabled!
[ 0.711178] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[ 0.711895] Non-volatile memory driver v1.3
[ 0.711898] Linux agpgart interface v0.103
[ 0.712109] ahci 0000:00:1f.2: version 3.0
[ 0.712160] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
[ 0.712198] ahci: SSS flag set, parallel bus scan disabled
[ 0.712223] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[ 0.712227] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems
[ 0.712232] ahci 0000:00:1f.2: setting latency timer to 64
[ 0.714389] scsi0 : ahci
[ 0.714484] scsi1 : ahci
[ 0.714557] scsi2 : ahci
[ 0.714631] scsi3 : ahci
[ 0.714677] ata1: SATA max UDMA/133 abar m2048@0xd5204000 port 0xd5204100 irq 45
[ 0.714680] ata2: SATA max UDMA/133 abar m2048@0xd5204000 port 0xd5204180 irq 45
[ 0.714682] ata3: DUMMY
[ 0.714684] ata4: DUMMY
[ 0.714771] libphy: Fixed MDIO Bus: probed
[ 0.714774] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.714776] ehci-pci: EHCI PCI platform driver
[ 0.714804] ehci-pci 0000:00:1a.7: setting latency timer to 64
[ 0.714808] ehci-pci 0000:00:1a.7: EHCI Host Controller
[ 0.714815] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 0.714829] ehci-pci 0000:00:1a.7: debug port 1
[ 0.718748] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[ 0.718765] ehci-pci 0000:00:1a.7: irq 19, io mem 0xd5204c00
[ 0.724016] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 0.724049] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.724052] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.724054] usb usb1: Product: EHCI Host Controller
[ 0.724056] usb usb1: Manufacturer: Linux 3.8.0-rc5-bisect+ ehci_hcd
[ 0.724059] usb usb1: SerialNumber: 0000:00:1a.7
[ 0.724172] hub 1-0:1.0: USB hub found
[ 0.724177] hub 1-0:1.0: 4 ports detected
[ 0.724295] ehci-pci 0000:00:1d.7: setting latency timer to 64
[ 0.724299] ehci-pci 0000:00:1d.7: EHCI Host Controller
[ 0.724305] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 0.724318] ehci-pci 0000:00:1d.7: debug port 1
[ 0.728209] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[ 0.728226] ehci-pci 0000:00:1d.7: irq 23, io mem 0xd5204800
[ 0.734016] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 0.734032] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.734035] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.734037] usb usb2: Product: EHCI Host Controller
[ 0.734040] usb usb2: Manufacturer: Linux 3.8.0-rc5-bisect+ ehci_hcd
[ 0.734042] usb usb2: SerialNumber: 0000:00:1d.7
[ 0.734163] hub 2-0:1.0: USB hub found
[ 0.734168] hub 2-0:1.0: 8 ports detected
[ 0.735385] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.735397] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.735421] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 0.735424] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 0.735430] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 0.735468] uhci_hcd 0000:00:1a.0: irq 16, io base 0x000070e0
[ 0.735503] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.735506] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.735508] usb usb3: Product: UHCI Host Controller
[ 0.735510] usb usb3: Manufacturer: Linux 3.8.0-rc5-bisect+ uhci_hcd
[ 0.735513] usb usb3: SerialNumber: 0000:00:1a.0
[ 0.735612] hub 3-0:1.0: USB hub found
[ 0.735618] hub 3-0:1.0: 2 ports detected
[ 0.735701] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 0.735704] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 0.735710] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 0.735743] uhci_hcd 0000:00:1a.1: irq 21, io base 0x000070c0
[ 0.735777] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.735780] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.735782] usb usb4: Product: UHCI Host Controller
[ 0.735784] usb usb4: Manufacturer: Linux 3.8.0-rc5-bisect+ uhci_hcd
[ 0.735787] usb usb4: SerialNumber: 0000:00:1a.1
[ 0.735876] hub 4-0:1.0: USB hub found
[ 0.735881] hub 4-0:1.0: 2 ports detected
[ 0.735964] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 0.735967] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 0.735974] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 0.735999] uhci_hcd 0000:00:1d.0: irq 23, io base 0x000070a0
[ 0.736044] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.736047] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.736050] usb usb5: Product: UHCI Host Controller
[ 0.736052] usb usb5: Manufacturer: Linux 3.8.0-rc5-bisect+ uhci_hcd
[ 0.736054] usb usb5: SerialNumber: 0000:00:1d.0
[ 0.736144] hub 5-0:1.0: USB hub found
[ 0.736149] hub 5-0:1.0: 2 ports detected
[ 0.736230] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 0.736234] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 0.736239] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 0.736263] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00007080
[ 0.736297] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.736300] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.736302] usb usb6: Product: UHCI Host Controller
[ 0.736305] usb usb6: Manufacturer: Linux 3.8.0-rc5-bisect+ uhci_hcd
[ 0.736307] usb usb6: SerialNumber: 0000:00:1d.1
[ 0.736399] hub 6-0:1.0: USB hub found
[ 0.736403] hub 6-0:1.0: 2 ports detected
[ 0.736485] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 0.736489] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 0.736494] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 0.736529] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00007060
[ 0.736562] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.736565] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.736567] usb usb7: Product: UHCI Host Controller
[ 0.736570] usb usb7: Manufacturer: Linux 3.8.0-rc5-bisect+ uhci_hcd
[ 0.736572] usb usb7: SerialNumber: 0000:00:1d.2
[ 0.736660] hub 7-0:1.0: USB hub found
[ 0.736665] hub 7-0:1.0: 2 ports detected
[ 0.736747] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 0.736751] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 0.736756] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 8
[ 0.736780] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00007040
[ 0.736813] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.736815] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.736818] usb usb8: Product: UHCI Host Controller
[ 0.736820] usb usb8: Manufacturer: Linux 3.8.0-rc5-bisect+ uhci_hcd
[ 0.736822] usb usb8: SerialNumber: 0000:00:1d.3
[ 0.736911] hub 8-0:1.0: USB hub found
[ 0.736916] hub 8-0:1.0: 2 ports detected
[ 0.737040] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.742960] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.742991] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.743105] mousedev: PS/2 mouse device common for all mice
[ 0.743217] rtc_cmos 00:05: RTC can wake from S4
[ 0.743345] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 0.743372] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[ 0.743380] cpuidle: using governor ladder
[ 0.743382] cpuidle: using governor menu
[ 0.743384] EFI Variables Facility v0.08 2004-May-17
[ 0.743578] usbcore: registered new interface driver usbhid
[ 0.743580] usbhid: USB HID core driver
[ 0.743649] TCP: cubic registered
[ 0.743683] NET: Registered protocol family 10
[ 0.743864] Key type dns_resolver registered
[ 0.744098] PM: Hibernation image not present or could not be loaded.
[ 0.744112] registered taskstats version 1
[ 0.744973] Magic number: 14:683:11
[ 0.745090] rtc_cmos 00:05: setting system clock to 2014-05-16 05:01:21 UTC (1400216481)
[ 0.764503] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.019024] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.020701] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 1.020946] ata1.00: ATA-8: WDC WD5000LPVT-00G33T0, 01.01A01, max UDMA/133
[ 1.020949] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.022630] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 1.022874] ata1.00: configured for UDMA/133
[ 1.022992] scsi 0:0:0:0: Direct-Access ATA WDC WD5000LPVT-0 01.0 PQ: 0 ANSI: 5
[ 1.023152] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 1.023155] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 1.023201] sd 0:0:0:0: [sda] Write Protect is off
[ 1.023204] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.023244] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.026016] usb 1-2: new high-speed USB device number 2 using ehci-pci
[ 1.075667] sda: sda1 sda2
[ 1.075892] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.143186] usb 1-2: New USB device found, idVendor=05ca, idProduct=183d
[ 1.143189] usb 1-2: New USB device strings: Mfr=1, Product=0, SerialNumber=0
[ 1.143192] usb 1-2: Manufacturer: Ricoh co. Ltd.
[ 1.328021] ata2: SATA link down (SStatus 0 SControl 300)
[ 1.328883] Freeing unused kernel memory: 948k freed
[ 1.329148] Write protecting the kernel read-only data: 10240k
[ 1.330121] Freeing unused kernel memory: 396k freed
[ 1.333393] Freeing unused kernel memory: 1528k freed
[ 1.364665] hp_sw: device handler registered
[ 1.366326] alua: device handler registered
[ 1.368182] emc: device handler registered
[ 1.369797] rdac: device handler registered
[ 1.374110] systemd-udevd[98]: starting version 208
[ 1.400556] ACPI: Requesting acpi_cpufreq
[ 1.403603] Monitor-Mwait will be used to enter C-1 state
[ 1.404092] Monitor-Mwait will be used to enter C-2 state
[ 1.404099] Monitor-Mwait will be used to enter C-3 state
[ 1.404102] tsc: Marking TSC unstable due to TSC halts in idle
[ 1.404115] ACPI: acpi_idle registered with cpuidle
[ 1.424357] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.424361] ACPI: Thermal Zone [TZ00] (54 C)
[ 1.427477] ACPI: Invalid active0 threshold
[ 1.438274] thermal LNXTHERM:01: registered as thermal_zone1
[ 1.438277] ACPI: Thermal Zone [TZ01] (54 C)
[ 1.451036] usb 7-1: new full-speed USB device number 2 using uhci_hcd
[ 1.488285] input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input1
[ 1.506596] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input2
[ 1.611584] usb 7-1: New USB device found, idVendor=044e, idProduct=3017
[ 1.611589] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.611592] usb 7-1: Product: BCM2046 Bluetooth Device
[ 1.611594] usb 7-1: Manufacturer: Broadcom Corp
[ 1.611596] usb 7-1: SerialNumber: 001E3DEA5A97
[ 1.908558] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: acl,user_xattr
[ 2.202880] EXT4-fs (sda1): re-mounted. Opts: acl,user_xattr
[ 3.155075] systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX -IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[ 3.379814] systemd[1]: Inserted module 'autofs4'
[ 3.397900] systemd[1]: Set hostname to <linux-she1>.
[ 3.740479] LVM: Logical Volume autoactivation enabled.
[ 3.740504] LVM: Activation generator successfully completed.
[ 4.621580] systemd[1]: Starting Replay Read-Ahead Data...
[ 4.623217] systemd[1]: Starting Collect Read-Ahead Data...
[ 4.625152] systemd[1]: Starting Syslog Socket.
[ 4.625250] systemd[1]: Listening on Syslog Socket.
[ 4.625276] systemd[1]: Starting Remote File Systems (Pre).
[ 4.625322] systemd[1]: Reached target Remote File Systems (Pre).
[ 4.625355] systemd[1]: Starting Remote File Systems.
[ 4.625429] systemd[1]: Reached target Remote File Systems.
[ 4.625447] systemd[1]: Starting Delayed Shutdown Socket.
[ 4.625764] systemd[1]: Listening on Delayed Shutdown Socket.
[ 4.625780] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 4.625865] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 4.625876] systemd[1]: Starting LVM2 metadata daemon socket.
[ 4.626188] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 4.626231] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 4.626255] systemd[1]: Starting udev Kernel Socket.
[ 4.626356] systemd[1]: Listening on udev Kernel Socket.
[ 4.626377] systemd[1]: Starting udev Control Socket.
[ 4.626439] systemd[1]: Listening on udev Control Socket.
[ 4.626454] systemd[1]: Starting Encrypted Volumes.
[ 4.626679] systemd[1]: Reached target Encrypted Volumes.
[ 4.626701] systemd[1]: Starting Journal Socket.
[ 4.626888] systemd[1]: Listening on Journal Socket.
[ 4.626982] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 4.628128] systemd[1]: Mounting Huge Pages File System...
[ 4.628891] systemd[1]: Mounting POSIX Message Queue File System...
[ 4.630110] systemd[1]: Starting Create dynamic rule for /dev/root link...
[ 4.631512] systemd[1]: Starting LSB: Set default boot entry if called...
[ 4.634111] systemd[1]: Starting Journal Service...
[ 4.635596] systemd[1]: Started Journal Service.
[ 4.719224] systemd-readahead[208]: Bumped block_nr parameter of 8:0 to 20480. This is a temporary hack and should be removed one day.
[ 5.317396] systemd-journald[215]: Vacuuming done, freed 0 bytes
[ 5.693085] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 5.910671] systemd-udevd[250]: starting version 208
[ 5.968566] EXT4-fs (sda1): re-mounted. Opts: acl,user_xattr
[ 6.990114] ACPI: AC Adapter [ADP1] (on-line)
[ 6.990325] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
[ 6.992784] ACPI: Lid Switch [LID0]
[ 6.992853] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
[ 6.992893] ACPI: Power Button [PWRB]
[ 6.998059] ACPI: Battery Slot [BAT0] (battery absent)
[ 7.024358] [Firmware Bug]: ACPI(VGA) defines _DOD but not _DOS
[ 7.030085] acpi device:2a: registered as cooling_device2
[ 7.030126] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 7.030173] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:29/LNXVIDEO:01/input/input5
[ 7.090074] firewire_ohci 0000:0a:03.0: added OHCI v1.0 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
[ 7.127712] [drm] Initialized drm 1.1.0 20060810
[ 7.293833] sony_laptop: Sony Notebook Control Driver v0.6
[ 7.293952] input: Sony Vaio Keys as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/SNY5001:00/input/input6
[ 7.294065] input: Sony Vaio Jogdial as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/SNY5001:00/input/input7
[ 7.328192] sony_laptop: brightness ignored, must be controlled by ACPI video driver
[ 7.331115] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20121018/utaddress-251)
[ 7.331122] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 7.331126] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
[ 7.331130] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.LPCB.GPIO 2 (20121018/utaddress-251)
[ 7.331134] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 7.331136] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
[ 7.331140] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.PCI0.LPCB.GPIO 2 (20121018/utaddress-251)
[ 7.331144] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 7.331145] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 7.408389] sdhci: Secure Digital Host Controller Interface driver
[ 7.408393] sdhci: Copyright(c) Pierre Ossman
[ 7.408784] sdhci-pci 0000:0a:03.1: SDHCI controller found [1180:0822] (rev 22)
[ 7.408825] sdhci-pci 0000:0a:03.1: Will use DMA mode even though HW doesn't fully claim to support it.
[ 7.430037] mmc0: SDHCI controller on PCI [0000:0a:03.1] using DMA
[ 7.458581] i801_smbus 0000:00:1f.3: enabling device (0001 -> 0003)
[ 7.458593] ACPI Warning: 0x0000000000007000-0x000000000000701f SystemIO conflicts with Region \SMI1 1 (20121018/utaddress-251)
[ 7.458600] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 7.478773] input: PC Speaker as /devices/platform/pcspkr/input/input8
[ 7.493360] Bluetooth: Core ver 2.16
[ 7.493385] NET: Registered protocol family 31
[ 7.493387] Bluetooth: HCI device and connection manager initialized
[ 7.493396] Bluetooth: HCI socket layer initialized
[ 7.493399] Bluetooth: L2CAP socket layer initialized
[ 7.493405] Bluetooth: SCO socket layer initialized
[ 7.498219] usbcore: registered new interface driver btusb
[ 7.500583] microcode: CPU0 sig=0x10676, pf=0x80, revision=0x60c
[ 7.549702] iTCO_vendor_support: vendor-support=0
[ 7.550801] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[ 7.550843] iTCO_wdt: Found a ICH9M TCO device (Version=2, TCOBASE=0x0460)
[ 7.550986] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 7.580186] sky2: driver version 1.30
[ 7.580352] sky2 0000:08:00.0: Yukon-2 EC Ultra chip revision 3
[ 7.580916] sky2 0000:08:00.0: irq 46 for MSI/MSI-X
[ 7.581916] sky2 0000:08:00.0 eth0: addr 00:1d:ba:19:9e:db
[ 7.591158] firewire_core 0000:0a:03.0: created device fw0: GUID 0800460302bf3273, S400
[ 7.601241] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[ 7.602697] r592: driver successfully loaded
[ 7.612419] hda_codec: ALC262: SKU not ready 0x411111f0
[ 7.612427] ALSA sound/pci/hda/hda_auto_parser.c:306 autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 7.612430] ALSA sound/pci/hda/hda_auto_parser.c:310 speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 7.612432] ALSA sound/pci/hda/hda_auto_parser.c:314 hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[ 7.612434] ALSA sound/pci/hda/hda_auto_parser.c:315 mono: mono_out=0x0
[ 7.612436] ALSA sound/pci/hda/hda_auto_parser.c:319 inputs:
[ 7.612439] ALSA sound/pci/hda/hda_auto_parser.c:323 Mic=0x18
[ 7.612441] ALSA sound/pci/hda/hda_auto_parser.c:323 Internal Mic=0x12
[ 7.613947] ALSA sound/pci/hda/patch_realtek.c:1304 realtek: No valid SSID, checking pincfg 0x411111f0 for NID 0x1d
[ 7.613950] ALSA sound/pci/hda/patch_realtek.c:1387 realtek: Enable default setup for auto mode as fallback
[ 7.614134] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input9
[ 7.620287] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 7.620402] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 7.620814] ALSA sound/pci/hda/hda_intel.c:2836 0000:01:00.1: Handle VGA-switcheroo audio client
[ 7.620818] ALSA sound/pci/hda/hda_intel.c:3028 0000:01:00.1: Using LPIB position fix
[ 7.620959] snd_hda_intel 0000:01:00.1: irq 48 for MSI/MSI-X
[ 7.623341] ALSA sound/pci/hda/hda_intel.c:1702 0000:01:00.1: Enable sync_write for stable communication
[ 7.626524] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
[ 7.919223] cfg80211: Calling CRDA to update world regulatory domain
[ 7.923299] cfg80211: World regulatory domain updated:
[ 7.923303] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 7.923305] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 7.923308] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 7.923310] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 7.923312] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 7.923314] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 7.923918] Intel(R) Wireless WiFi driver for Linux, in-tree:d
[ 7.923921] Copyright(c) 2003-2012 Intel Corporation
[ 7.924100] iwlwifi 0000:06:00.0: irq 49 for MSI/MSI-X
[ 7.996029] microcode: CPU0 updated to revision 0x60f, date = 2010-09-29
[ 8.001191] microcode: CPU1 sig=0x10676, pf=0x80, revision=0x60c
[ 8.002171] microcode: CPU1 updated to revision 0x60f, date = 2010-09-29
[ 8.007469] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 8.235420] iwlwifi 0000:06:00.0: loaded firmware version 8.83.5.1 build 33692
[ 9.345908] [drm] radeon defaulting to kernel modesetting.
[ 9.345911] [drm] radeon kernel modesetting enabled.
[ 9.346224] [drm] initializing kernel modesetting (RV620 0x1002:0x95C4 0x104D:0x9035).
[ 9.346251] [drm] register mmio base: 0xD0020000
[ 9.346253] [drm] register mmio size: 65536
[ 9.346361] ATOM BIOS: SonyM760
[ 9.346386] radeon 0000:01:00.0: VRAM: 256M 0x0000000000000000 - 0x000000000FFFFFFF (256M used)
[ 9.346388] radeon 0000:01:00.0: GTT: 512M 0x0000000010000000 - 0x000000002FFFFFFF
[ 9.347990] [drm] Detected VRAM RAM=256M, BAR=256M
[ 9.347995] [drm] RAM width 64bits DDR
[ 9.348525] [TTM] Zone kernel: Available graphics memory: 2028736 kiB
[ 9.348527] [TTM] Initializing pool allocator
[ 9.348534] [TTM] Initializing DMA pool allocator
[ 9.348557] [drm] radeon: 256M of VRAM memory ready
[ 9.348559] [drm] radeon: 512M of GTT memory ready.
[ 9.348580] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 9.348581] [drm] Driver supports precise vblank timestamp query.
[ 9.348637] radeon 0000:01:00.0: irq 50 for MSI/MSI-X
[ 9.348649] radeon 0000:01:00.0: radeon: using MSI.
[ 9.348678] [drm] radeon: irq initialized.
[ 9.348683] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 9.349475] [drm] probing gen 2 caps for device 8086:2a41 = 1/0
[ 9.349839] [drm] Loading RV620 Microcode
[ 9.448967] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
[ 9.449071] radeon 0000:01:00.0: WB enabled
[ 9.449076] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000010000c00 and cpu addr 0xffff88013751fc00
[ 9.449078] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000010000c0c and cpu addr 0xffff88013751fc0c
[ 9.480970] [drm] ring test on 0 succeeded in 1 usecs
[ 9.481033] [drm] ring test on 3 succeeded in 1 usecs
[ 9.481601] [drm] ib test on ring 0 succeeded in 0 usecs
[ 9.481616] [drm] ib test on ring 3 succeeded in 0 usecs
[ 9.481914] [drm] radeon atom DIG backlight initialized
[ 9.481916] [drm] Radeon Display Connectors
[ 9.481918] [drm] Connector 0:
[ 9.481919] [drm] VGA-1
[ 9.481922] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
[ 9.481923] [drm] Encoders:
[ 9.481924] [drm] CRT1: INTERNAL_KLDSCP_DAC1
[ 9.481926] [drm] Connector 1:
[ 9.481927] [drm] LVDS-1
[ 9.481928] [drm] Encoders:
[ 9.481929] [drm] LCD1: INTERNAL_KLDSCP_LVTMA
[ 9.481931] [drm] Connector 2:
[ 9.481932] [drm] HDMI-A-1
[ 9.481933] [drm] HPD1
[ 9.481935] [drm] DDC: 0x7e60 0x7e60 0x7e64 0x7e64 0x7e68 0x7e68 0x7e6c 0x7e6c
[ 9.481936] [drm] Encoders:
[ 9.481938] [drm] DFP1: INTERNAL_UNIPHY
[ 9.481975] [drm] radeon: power management initialized
[ 9.916347] iwlwifi 0000:06:00.0: CONFIG_IWLWIFI_DEBUG enabled
[ 9.916352] iwlwifi 0000:06:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[ 9.916354] iwlwifi 0000:06:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[ 9.916356] iwlwifi 0000:06:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE disabled
[ 9.916358] iwlwifi 0000:06:00.0: CONFIG_IWLWIFI_P2P enabled
[ 9.916360] iwlwifi 0000:06:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
[ 9.916417] iwlwifi 0000:06:00.0: L1 Enabled; Disabling L0S
[ 9.941701] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 10.425435] [drm] fb mappable at 0xC0142000
[ 10.425439] [drm] vram apper at 0xC0000000
[ 10.425440] [drm] size 5787648
[ 10.425442] [drm] fb depth is 24
[ 10.425443] [drm] pitch is 6400
[ 10.425531] fbcon: radeondrmfb (fb0) is primary device
[ 10.661100] Console: switching to colour frame buffer device 200x56
[ 10.665049] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[ 10.665058] radeon 0000:01:00.0: registered panic notifier
[ 10.665078] [drm] Initialized radeon 2.29.0 20080528 for 0000:01:00.0 on minor 0
[ 13.102747] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: acl,user_xattr
[ 13.117534] systemd-journald[215]: Received request to flush runtime journal from PID 1
[ 30.738095] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 30.738099] Bluetooth: BNEP filters: protocol multicast
[ 30.738110] Bluetooth: BNEP socket layer initialized
[ 31.470435] netlink: 20 bytes leftover after parsing attributes.
[ 31.470441] netlink: 20 bytes leftover after parsing attributes.
[ 31.470745] netlink: 20 bytes leftover after parsing attributes.
[ 31.472276] netlink: 20 bytes leftover after parsing attributes.
[ 31.472280] netlink: 20 bytes leftover after parsing attributes.
[ 31.472585] netlink: 20 bytes leftover after parsing attributes.
[ 31.487176] netlink: 20 bytes leftover after parsing attributes.
[ 31.487182] netlink: 20 bytes leftover after parsing attributes.
[ 31.487416] netlink: 20 bytes leftover after parsing attributes.
[ 31.511471] netlink: 20 bytes leftover after parsing attributes.
[ 31.550698] netlink: 20 bytes leftover after parsing attributes.
[ 31.550702] netlink: 20 bytes leftover after parsing attributes.
[ 31.550927] netlink: 20 bytes leftover after parsing attributes.
[ 31.566810] iwlwifi 0000:06:00.0: L1 Enabled; Disabling L0S
[ 31.573131] iwlwifi 0000:06:00.0: Radio type=0x1-0x2-0x0
[ 31.783439] iwlwifi 0000:06:00.0: L1 Enabled; Disabling L0S
[ 31.786748] iwlwifi 0000:06:00.0: Radio type=0x1-0x2-0x0
[ 31.918920] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 31.933787] sky2 0000:08:00.0 eth0: enabling interface
[ 31.934238] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 31.938448] NET: Registered protocol family 17
[ 31.954922] netlink: 20 bytes leftover after parsing attributes.
[ 31.954927] netlink: 20 bytes leftover after parsing attributes.
[ 31.955266] netlink: 20 bytes leftover after parsing attributes.
[ 31.970861] netlink: 20 bytes leftover after parsing attributes.
[ 32.608744] netlink: 20 bytes leftover after parsing attributes.
[ 32.608755] netlink: 20 bytes leftover after parsing attributes.
[ 32.609533] netlink: 20 bytes leftover after parsing attributes.
[ 33.707993] sky2 0000:08:00.0 eth0: Link is up at 100 Mbps, full duplex, flow control both
[ 33.708011] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 38.149530] netlink: 20 bytes leftover after parsing attributes.
[ 38.149535] netlink: 20 bytes leftover after parsing attributes.
[ 38.149608] netlink: 20 bytes leftover after parsing attributes.
[ 38.152824] netlink: 20 bytes leftover after parsing attributes.
[ 38.152830] netlink: 20 bytes leftover after parsing attributes.
[ 38.152907] netlink: 20 bytes leftover after parsing attributes.
[ 38.320375] netlink: 20 bytes leftover after parsing attributes.
[ 38.320380] netlink: 20 bytes leftover after parsing attributes.
[ 38.320449] netlink: 20 bytes leftover after parsing attributes.
[ 38.323639] netlink: 20 bytes leftover after parsing attributes.
[ 38.323644] netlink: 20 bytes leftover after parsing attributes.
[ 38.323711] netlink: 20 bytes leftover after parsing attributes.
[ 38.624976] netlink: 20 bytes leftover after parsing attributes.
[ 38.624981] netlink: 20 bytes leftover after parsing attributes.
[ 38.625296] netlink: 20 bytes leftover after parsing attributes.
[ 38.628370] netlink: 20 bytes leftover after parsing attributes.
[ 38.628374] netlink: 20 bytes leftover after parsing attributes.
[ 38.628441] netlink: 20 bytes leftover after parsing attributes.
[ 38.639659] netlink: 20 bytes leftover after parsing attributes.
[ 39.592327] netlink: 20 bytes leftover after parsing attributes.
[ 39.592339] netlink: 20 bytes leftover after parsing attributes.
[ 39.592476] netlink: 20 bytes leftover after parsing attributes.
[ 59.978158] netlink: 20 bytes leftover after parsing attributes.
[ 59.978163] netlink: 20 bytes leftover after parsing attributes.
[ 59.978233] netlink: 20 bytes leftover after parsing attributes.
[ 59.981443] netlink: 20 bytes leftover after parsing attributes.
[ 59.981448] netlink: 20 bytes leftover after parsing attributes.
[ 59.981514] netlink: 20 bytes leftover after parsing attributes.
[ 60.140019] netlink: 20 bytes leftover after parsing attributes.
[ 60.140024] netlink: 20 bytes leftover after parsing attributes.
[ 60.140090] netlink: 20 bytes leftover after parsing attributes.
[ 60.143316] netlink: 20 bytes leftover after parsing attributes.
[ 60.143320] netlink: 20 bytes leftover after parsing attributes.
[ 60.143388] netlink: 20 bytes leftover after parsing attributes.
[ 60.896130] Corrupted low memory at ffff88000000be98 (be98 phys) = b02a000400000000
[ 60.896146] ------------[ cut here ]------------
[ 60.896161] WARNING: at arch/x86/kernel/check.c:140 check_for_bios_corruption+0x10f/0x120()
[ 60.896165] Hardware name: VGN-FW11S
[ 60.896168] Memory corruption detected in low memory
[ 60.896172] Modules linked in: af_packet bnep arc4 iwldvm mac80211 radeon acpi_cpufreq mperf coretemp iwlwifi cfg80211 snd_hda_codec_hdmi snd_hda_codec_realtek r592 snd_hda_intel snd_hda_codec snd_hwdep snd_pcm sky2 snd_seq snd_timer snd_seq_device snd iTCO_wdt iTCO_vendor_support microcode btusb bluetooth pcspkr joydev serio_raw i2c_i801 sdhci_pci sdhci mmc_core lpc_ich mfd_core sony_laptop rfkill soundcore snd_page_alloc ttm drm_kms_helper drm i2c_algo_bit memstick firewire_ohci firewire_core crc_itu_t video battery button ac sg autofs4 thermal processor thermal_sys scsi_dh_rdac scsi_dh_emc scsi_dh_alua scsi_dh_hp_sw scsi_dh
[ 60.896287] Pid: 31, comm: kworker/0:1 Not tainted 3.8.0-rc5-bisect+ #15
[ 60.896291] Call Trace:
[ 60.896305] [<ffffffff8104173b>] warn_slowpath_common+0x6b/0xa0
[ 60.896314] [<ffffffff810417b7>] warn_slowpath_fmt+0x47/0x50
[ 60.896322] [<ffffffff8102f03f>] check_for_bios_corruption+0x10f/0x120
[ 60.896329] [<ffffffff8102f059>] check_corruption+0x9/0x30
[ 60.896338] [<ffffffff8105e327>] process_one_work+0x187/0x570
[ 60.896346] [<ffffffff8102f050>] ? check_for_bios_corruption+0x120/0x120
[ 60.896353] [<ffffffff8105eb49>] worker_thread+0x1b9/0x570
[ 60.896360] [<ffffffff8105e990>] ? rescuer_thread+0x280/0x280
[ 60.896368] [<ffffffff8106457b>] kthread+0xbb/0xc0
[ 60.896376] [<ffffffff810644c0>] ? __kthread_bind+0x40/0x40
[ 60.896386] [<ffffffff81596bac>] ret_from_fork+0x7c/0xb0
[ 60.896393] [<ffffffff810644c0>] ? __kthread_bind+0x40/0x40
[ 60.896399] ---[ end trace 708db3c91e1efc00 ]---
[ 105.397037] netlink: 20 bytes leftover after parsing attributes.
[ 105.397042] netlink: 20 bytes leftover after parsing attributes.
[ 105.397111] netlink: 20 bytes leftover after parsing attributes.
[ 105.400570] netlink: 20 bytes leftover after parsing attributes.
[ 105.400575] netlink: 20 bytes leftover after parsing attributes.
[ 105.400642] netlink: 20 bytes leftover after parsing attributes.
[ 105.406299] netlink: 20 bytes leftover after parsing attributes.
[ 112.052708] Bluetooth: RFCOMM TTY layer initialized
[ 112.052724] Bluetooth: RFCOMM socket layer initialized
[ 112.052725] Bluetooth: RFCOMM ver 1.11
[ 120.800117] Corrupted low memory at ffff88000000be98 (be98 phys) = b02a000400000000
[-- Attachment #3: ff52c3b02b3f73178bfe0c219cd22abdcb0e46c3.dmesg.txt --]
[-- Type: text/plain, Size: 65983 bytes --]
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.8.0-rc5-bisect+ (zajec@linux-she1.lan) (gcc version 4.8.1 20130909 [gcc-4_8-branch revision 202388] (SUSE Linux) ) #16 SMP PREEMPT Fri May 16 07:05:49 CEST 2014
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.8.0-rc5-bisect+ root=UUID=5486aa3e-6c3d-463e-997c-64961409bbbb splash=silent quiet showopts
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009cfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bfda4fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bfda5000-0x00000000bfdcbfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bfdcc000-0x00000000bfddcfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bfddd000-0x00000000bfdddfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bfdde000-0x00000000bfe03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bfe04000-0x00000000bfe04fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bfe05000-0x00000000bfe05fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bfe06000-0x00000000bfe11fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bfe12000-0x00000000bfe17fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bfe18000-0x00000000bfe36fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bfe37000-0x00000000bfefffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffbfffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] DMI: Sony Corporation VGN-FW11S/VAIO, BIOS R0250Y0 06/05/2008
[ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-D3FFF write-protect
[ 0.000000] D4000-E7FFF uncachable
[ 0.000000] E8000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0BFF00000 mask FFFF00000 uncachable
[ 0.000000] 3 base 100000000 mask FC0000000 write-back
[ 0.000000] 4 base 0FFE00000 mask FFFE00000 write-protect
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: last_pfn = 0xbff00 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fd170-0x000fd17f] mapped at [ffff8800000fd170]
[ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0xbfefffff]
[ 0.000000] [mem 0x00000000-0xbfdfffff] page 2M
[ 0.000000] [mem 0xbfe00000-0xbfefffff] page 4k
[ 0.000000] kernel direct mapping tables up to 0xbfefffff @ [mem 0x1fffb000-0x1fffffff]
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x13fffffff]
[ 0.000000] [mem 0x100000000-0x13fffffff] page 2M
[ 0.000000] kernel direct mapping tables up to 0x13fffffff @ [mem 0xbfefe000-0xbfefffff]
[ 0.000000] RAMDISK: [mem 0x352d6000-0x36962fff]
[ 0.000000] ACPI: RSDP 00000000000f03c0 00024 (v02 Sony)
[ 0.000000] ACPI: XSDT 00000000bfe10f10 00054 (v01 Sony VAIO 20080605 MSFT 00010013)
[ 0.000000] ACPI: FACP 00000000bfe04a90 000F4 (v04 Sony VAIO 20080605 MSFT 00010013)
[ 0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20121018/tbfadt-394)
[ 0.000000] ACPI BIOS Bug: Warning: 32/64X FACS address mismatch in FADT - 0xBFE17E40/0x00000000BFE17D40, using 32 (20121018/tbfadt-521)
[ 0.000000] ACPI: DSDT 00000000bfe06010 08016 (v01 Sony VAIO 20080605 INTL 20051117)
[ 0.000000] ACPI: FACS 00000000bfe17e40 00040
[ 0.000000] ACPI: APIC 00000000bfe0ff10 0006C (v02 Sony VAIO 20080605 MSFT 00010013)
[ 0.000000] ACPI: MCFG 00000000bfe16c90 0003C (v01 Sony VAIO 20080605 MSFT 00000097)
[ 0.000000] ACPI: HPET 00000000bfe16c10 00038 (v01 Sony VAIO 20080605 MSFT 00010013)
[ 0.000000] ACPI: SLIC 00000000bfe12c10 00176 (v01 Sony VAIO 20080605 Sony 01000000)
[ 0.000000] ACPI: SSDT 00000000bfddd690 005F9 (v01 Sony VAIO 20080605 INTL 20051117)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]
[ 0.000000] NODE_DATA [mem 0x13ffec000-0x13fffffff]
[ 0.000000] [ffffea0000000000-ffffea00045fffff] PMD -> [ffff88013b600000-ffff88013edfffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00010000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x13fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00010000-0x0009cfff]
[ 0.000000] node 0: [mem 0x00100000-0xbfda4fff]
[ 0.000000] node 0: [mem 0xbfe37000-0xbfefffff]
[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]
[ 0.000000] On node 0 totalpages: 1048059
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 6 pages reserved
[ 0.000000] DMA zone: 3919 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 10691 pages used for memmap
[ 0.000000] DMA32 zone: 771243 pages, LIFO batch:31
[ 0.000000] Normal zone: 3584 pages used for memmap
[ 0.000000] Normal zone: 258560 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] disabled)
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009d000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 00000000bfda5000 - 00000000bfdcc000
[ 0.000000] PM: Registered nosave memory: 00000000bfdcc000 - 00000000bfddd000
[ 0.000000] PM: Registered nosave memory: 00000000bfddd000 - 00000000bfdde000
[ 0.000000] PM: Registered nosave memory: 00000000bfdde000 - 00000000bfe04000
[ 0.000000] PM: Registered nosave memory: 00000000bfe04000 - 00000000bfe05000
[ 0.000000] PM: Registered nosave memory: 00000000bfe05000 - 00000000bfe06000
[ 0.000000] PM: Registered nosave memory: 00000000bfe06000 - 00000000bfe12000
[ 0.000000] PM: Registered nosave memory: 00000000bfe12000 - 00000000bfe18000
[ 0.000000] PM: Registered nosave memory: 00000000bfe18000 - 00000000bfe37000
[ 0.000000] PM: Registered nosave memory: 00000000bff00000 - 00000000e0000000
[ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
[ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000ffa00000
[ 0.000000] PM: Registered nosave memory: 00000000ffa00000 - 00000000ffc00000
[ 0.000000] PM: Registered nosave memory: 00000000ffc00000 - 00000000ffe00000
[ 0.000000] PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
[ 0.000000] e820: [mem 0xbff00000-0xdfffffff] available for PCI devices
[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff88013fc00000 s81472 r8192 d20928 u524288
[ 0.000000] pcpu-alloc: s81472 r8192 d20928 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1033722
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.8.0-rc5-bisect+ root=UUID=5486aa3e-6c3d-463e-997c-64961409bbbb splash=silent quiet showopts
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] __ex_table already sorted, skipping sort
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Memory: 4031484k/5242880k available (5738k kernel code, 1050644k absent, 160752k reserved, 5218k data, 948k init)
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[ 0.000000] NR_IRQS:33024 nr_irqs:712 16
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2260.242 MHz processor
[ 0.001003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4520.48 BogoMIPS (lpj=2260242)
[ 0.001007] pid_max: default: 32768 minimum: 301
[ 0.001041] Security Framework initialized
[ 0.001058] AppArmor: AppArmor initialized
[ 0.001399] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.003764] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.004750] Mount-cache hash table entries: 256
[ 0.004971] Initializing cgroup subsys cpuacct
[ 0.004974] Initializing cgroup subsys devices
[ 0.004975] Initializing cgroup subsys freezer
[ 0.004977] Initializing cgroup subsys net_cls
[ 0.004979] Initializing cgroup subsys blkio
[ 0.004981] Initializing cgroup subsys perf_event
[ 0.005031] CPU: Physical Processor ID: 0
[ 0.005032] CPU: Processor Core ID: 0
[ 0.005034] mce: CPU supports 6 MCE banks
[ 0.005042] CPU0: Thermal monitoring enabled (TM2)
[ 0.005047] process: using mwait in idle threads
[ 0.005052] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
tlb_flushall_shift: -1
[ 0.005128] Freeing SMP alternatives: 24k freed
[ 0.005145] ACPI: Core revision 20121018
[ 0.015422] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ 0.025858] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU P8400 @ 2.26GHz (fam: 06, model: 17, stepping: 06)
[ 0.026000] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[ 0.026000] ... version: 2
[ 0.026000] ... bit width: 40
[ 0.026000] ... generic registers: 2
[ 0.026000] ... value mask: 000000ffffffffff
[ 0.026000] ... max period: 000000007fffffff
[ 0.026000] ... fixed-purpose events: 3
[ 0.026000] ... event mask: 0000000700000003
[ 0.045111] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.033097] smpboot: Booting Node 0, Processors #1
[ 0.045126] Brought up 2 CPUs
[ 0.045128] smpboot: Total of 2 processors activated (9040.96 BogoMIPS)
[ 0.046104] devtmpfs: initialized
[ 0.047492] PM: Registering ACPI NVS region [mem 0xbfda5000-0xbfdcbfff] (159744 bytes)
[ 0.047492] PM: Registering ACPI NVS region [mem 0xbfddd000-0xbfdddfff] (4096 bytes)
[ 0.047492] PM: Registering ACPI NVS region [mem 0xbfe04000-0xbfe04fff] (4096 bytes)
[ 0.047492] PM: Registering ACPI NVS region [mem 0xbfe12000-0xbfe17fff] (24576 bytes)
[ 0.047492] RTC time: 5:08:01, date: 05/16/14
[ 0.047492] NET: Registered protocol family 16
[ 0.047492] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.047492] ACPI: bus type pci registered
[ 0.047492] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.047492] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.077944] PCI: Using configuration type 1 for base access
[ 0.078088] mtrr: your CPUs had inconsistent variable MTRR settings
[ 0.078090] mtrr: probably your BIOS does not setup all CPUs.
[ 0.078091] mtrr: corrected configuration.
[ 0.079036] bio: create slab <bio-0> at 0
[ 0.079040] ACPI: Added _OSI(Module Device)
[ 0.079043] ACPI: Added _OSI(Processor Device)
[ 0.079045] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.079047] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.081367] ACPI: EC: Look up EC in DSDT
[ 0.083400] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.087986] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.091170] ACPI: SSDT 00000000bfde0c10 00265 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 0.091702] ACPI: Dynamic OEM Table Load:
[ 0.091705] ACPI: SSDT (null) 00265 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 0.092192] ACPI: SSDT 00000000bfdde710 00687 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.092683] ACPI: Dynamic OEM Table Load:
[ 0.092686] ACPI: SSDT (null) 00687 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.093464] ACPI: SSDT 00000000bfddfe10 001CF (v01 PmRef ApIst 00003000 INTL 20051117)
[ 0.094049] ACPI: Dynamic OEM Table Load:
[ 0.094052] ACPI: SSDT (null) 001CF (v01 PmRef ApIst 00003000 INTL 20051117)
[ 0.096229] ACPI: SSDT 00000000bfde0f10 0008D (v01 PmRef ApCst 00003000 INTL 20051117)
[ 0.096753] ACPI: Dynamic OEM Table Load:
[ 0.096757] ACPI: SSDT (null) 0008D (v01 PmRef ApCst 00003000 INTL 20051117)
[ 0.299107] ACPI: Interpreter enabled
[ 0.299113] ACPI: (supports S0 S3 S4 S5)
[ 0.299142] ACPI: Using IOAPIC for interrupt routing
[ 0.306858] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[ 0.319679] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.320178] ACPI: No dock devices found.
[ 0.320182] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.320982] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.320986] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.321266] \_SB_.PCI0:_OSC invalid UUID
[ 0.321268] _OSC request data:1 8 1f
[ 0.321372] \_SB_.PCI0:_OSC invalid UUID
[ 0.321374] _OSC request data:1 1f 1f
[ 0.321379] pci_root PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[ 0.321382] pci_root PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
[ 0.322945] PCI host bridge to bus 0000:00
[ 0.322949] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.322952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.322954] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.322957] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.322959] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[ 0.322962] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[ 0.322964] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[ 0.322966] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[ 0.322969] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff]
[ 0.322978] pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
[ 0.323002] DMAR: Forcing write-buffer flush capability
[ 0.323004] DMAR: Disabling IOMMU for graphics on this chipset
[ 0.323031] pci 0000:00:01.0: [8086:2a41] type 01 class 0x060400
[ 0.323073] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.323122] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
[ 0.323175] pci 0000:00:1a.0: reg 20: [io 0x70e0-0x70ff]
[ 0.323240] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
[ 0.323292] pci 0000:00:1a.1: reg 20: [io 0x70c0-0x70df]
[ 0.323369] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
[ 0.323395] pci 0000:00:1a.7: reg 10: [mem 0xd5204c00-0xd5204fff]
[ 0.323505] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.323538] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
[ 0.323557] pci 0000:00:1b.0: reg 10: [mem 0xd5200000-0xd5203fff 64bit]
[ 0.323643] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.323671] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
[ 0.323758] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.323788] pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
[ 0.323876] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.323907] pci 0000:00:1c.3: [8086:2946] type 01 class 0x060400
[ 0.323995] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.324027] pci 0000:00:1c.4: [8086:2948] type 01 class 0x060400
[ 0.324114] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.324146] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[ 0.324200] pci 0000:00:1d.0: reg 20: [io 0x70a0-0x70bf]
[ 0.324265] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[ 0.324318] pci 0000:00:1d.1: reg 20: [io 0x7080-0x709f]
[ 0.324382] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[ 0.324434] pci 0000:00:1d.2: reg 20: [io 0x7060-0x707f]
[ 0.324499] pci 0000:00:1d.3: [8086:2939] type 00 class 0x0c0300
[ 0.324552] pci 0000:00:1d.3: reg 20: [io 0x7040-0x705f]
[ 0.324626] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[ 0.324652] pci 0000:00:1d.7: reg 10: [mem 0xd5204800-0xd5204bff]
[ 0.324762] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.324789] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[ 0.324869] pci 0000:00:1f.0: [8086:2919] type 00 class 0x060100
[ 0.325016] pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
[ 0.325040] pci 0000:00:1f.2: reg 10: [io 0x7130-0x7137]
[ 0.325050] pci 0000:00:1f.2: reg 14: [io 0x7120-0x7123]
[ 0.325060] pci 0000:00:1f.2: reg 18: [io 0x7110-0x7117]
[ 0.325070] pci 0000:00:1f.2: reg 1c: [io 0x7100-0x7103]
[ 0.325079] pci 0000:00:1f.2: reg 20: [io 0x7020-0x703f]
[ 0.325089] pci 0000:00:1f.2: reg 24: [mem 0xd5204000-0xd52047ff]
[ 0.325149] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.325172] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[ 0.325192] pci 0000:00:1f.3: reg 10: [mem 0xd5205000-0xd52050ff 64bit]
[ 0.325218] pci 0000:00:1f.3: reg 20: [io 0x7000-0x701f]
[ 0.325293] pci 0000:01:00.0: [1002:95c4] type 00 class 0x030000
[ 0.325309] pci 0000:01:00.0: reg 10: [mem 0xc0000000-0xcfffffff pref]
[ 0.325320] pci 0000:01:00.0: reg 14: [io 0x6000-0x60ff]
[ 0.325332] pci 0000:01:00.0: reg 18: [mem 0xd0020000-0xd002ffff]
[ 0.325370] pci 0000:01:00.0: reg 30: [mem 0xd0000000-0xd001ffff pref]
[ 0.325420] pci 0000:01:00.0: supports D1 D2
[ 0.325451] pci 0000:01:00.1: [1002:aa28] type 00 class 0x040300
[ 0.325467] pci 0000:01:00.1: reg 10: [mem 0xd0030000-0xd0033fff]
[ 0.325570] pci 0000:01:00.1: supports D1 D2
[ 0.325612] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.325615] pci 0000:00:01.0: bridge window [io 0x6000-0x6fff]
[ 0.325618] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd00fffff]
[ 0.325670] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
[ 0.325674] pci 0000:00:1c.0: bridge window [io 0x5000-0x5fff]
[ 0.325678] pci 0000:00:1c.0: bridge window [mem 0xd3d00000-0xd50fffff]
[ 0.325734] pci 0000:00:1c.1: PCI bridge to [bus 04-05]
[ 0.325738] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
[ 0.325743] pci 0000:00:1c.1: bridge window [mem 0xd2900000-0xd3cfffff]
[ 0.325828] pci 0000:06:00.0: [8086:4232] type 00 class 0x028000
[ 0.325864] pci 0000:06:00.0: reg 10: [mem 0xd1500000-0xd1501fff 64bit]
[ 0.326042] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[ 0.328021] pci 0000:00:1c.3: PCI bridge to [bus 06-07]
[ 0.328026] pci 0000:00:1c.3: bridge window [io 0x3000-0x3fff]
[ 0.328031] pci 0000:00:1c.3: bridge window [mem 0xd1500000-0xd28fffff]
[ 0.328283] pci 0000:08:00.0: [11ab:4363] type 00 class 0x020000
[ 0.328465] pci 0000:08:00.0: reg 10: [mem 0xd0120000-0xd0123fff 64bit]
[ 0.328565] pci 0000:08:00.0: reg 18: [io 0x2000-0x20ff]
[ 0.328901] pci 0000:08:00.0: reg 30: [mem 0xd0100000-0xd011ffff pref]
[ 0.329464] pci 0000:08:00.0: supports D1 D2
[ 0.329467] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.331055] pci 0000:00:1c.4: PCI bridge to [bus 08-09]
[ 0.331060] pci 0000:00:1c.4: bridge window [io 0x2000-0x2fff]
[ 0.331065] pci 0000:00:1c.4: bridge window [mem 0xd0100000-0xd14fffff]
[ 0.331114] pci 0000:0a:03.0: [1180:0832] type 00 class 0x0c0010
[ 0.331137] pci 0000:0a:03.0: reg 10: [mem 0xd5100000-0xd51007ff]
[ 0.331227] pci 0000:0a:03.0: PME# supported from D0 D3hot D3cold
[ 0.331251] pci 0000:0a:03.1: [1180:0822] type 00 class 0x080500
[ 0.331271] pci 0000:0a:03.1: reg 10: [mem 0xd5100900-0xd51009ff]
[ 0.331361] pci 0000:0a:03.1: supports D1 D2
[ 0.331363] pci 0000:0a:03.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.331386] pci 0000:0a:03.2: [1180:0592] type 00 class 0x088000
[ 0.331407] pci 0000:0a:03.2: reg 10: [mem 0xd5100800-0xd51008ff]
[ 0.331496] pci 0000:0a:03.2: supports D1 D2
[ 0.331499] pci 0000:0a:03.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.331558] pci 0000:00:1e.0: PCI bridge to [bus 0a] (subtractive decode)
[ 0.331565] pci 0000:00:1e.0: bridge window [mem 0xd5100000-0xd51fffff]
[ 0.331573] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.331575] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.331578] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.331580] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[ 0.331583] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[ 0.331585] pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[ 0.331588] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[ 0.331590] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
[ 0.331630] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 0.331801] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.331872] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.331953] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[ 0.332029] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
[ 0.332132] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.344898] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.345009] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 *4 5 6 7 11 12 14 15)
[ 0.345114] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[ 0.345219] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 7 11 12 14 15)
[ 0.345324] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.345430] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.345535] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
[ 0.345639] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.345704] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.345704] vgaarb: loaded
[ 0.345704] vgaarb: bridge control possible 0000:01:00.0
[ 0.345704] SCSI subsystem initialized
[ 0.345704] ACPI: bus type scsi registered
[ 0.346019] libata version 3.00 loaded.
[ 0.346043] ACPI: bus type usb registered
[ 0.346065] usbcore: registered new interface driver usbfs
[ 0.346076] usbcore: registered new interface driver hub
[ 0.346082] usbcore: registered new device driver usb
[ 0.346082] PCI: Using ACPI for IRQ routing
[ 0.354475] PCI: pci_cache_line_size set to 64 bytes
[ 0.354602] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[ 0.354605] e820: reserve RAM buffer [mem 0xbfda5000-0xbfffffff]
[ 0.354607] e820: reserve RAM buffer [mem 0xbff00000-0xbfffffff]
[ 0.354714] NetLabel: Initializing
[ 0.354716] NetLabel: domain hash size = 128
[ 0.354717] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.354730] NetLabel: unlabeled traffic allowed by default
[ 0.354751] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.354756] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.354761] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.361011] Switching to clocksource hpet
[ 0.364280] AppArmor: AppArmor Filesystem Enabled
[ 0.364311] pnp: PnP ACPI init
[ 0.364327] ACPI: bus type pnp registered
[ 0.364381] pnp 00:00: [dma 4]
[ 0.364409] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.364447] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.364672] system 00:02: [mem 0xfed00000-0xfed003ff] has been reserved
[ 0.364677] system 00:02: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 0.364727] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.364796] system 00:04: [io 0x0680-0x069f] has been reserved
[ 0.364799] system 00:04: [io 0x1000-0x100f] has been reserved
[ 0.364802] system 00:04: [io 0x0800-0x0803] has been reserved
[ 0.364805] system 00:04: [io 0x0400-0x047f] has been reserved
[ 0.364807] system 00:04: [io 0x0500-0x053f] has been reserved
[ 0.364810] system 00:04: [io 0x164e-0x164f] has been reserved
[ 0.364814] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.364855] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.364900] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.364939] pnp 00:07: Plug and Play ACPI device, IDs SNY9001 PNP0f13 (active)
[ 0.365398] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.365402] system 00:08: [mem 0xfed14000-0xfed17fff] has been reserved
[ 0.365405] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.365407] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.365411] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.365413] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.365416] system 00:08: [mem 0xfeb00000-0xfeb03fff] has been reserved
[ 0.365419] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.365423] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.370599] pnp: PnP ACPI: found 9 devices
[ 0.370601] ACPI: ACPI bus type pnp unregistered
[ 0.377451] pci 0000:00:01.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
[ 0.377462] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02-03] add_size 200000
[ 0.377473] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04-05] add_size 200000
[ 0.377483] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06-07] add_size 200000
[ 0.377494] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 08-09] add_size 200000
[ 0.377511] pci 0000:00:01.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.377514] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.377517] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.377519] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.377522] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.377528] pci 0000:00:01.0: BAR 15: assigned [mem 0xd5300000-0xd54fffff 64bit pref]
[ 0.377532] pci 0000:00:1c.0: BAR 15: assigned [mem 0xd5500000-0xd56fffff 64bit pref]
[ 0.377536] pci 0000:00:1c.1: BAR 15: assigned [mem 0xd5700000-0xd58fffff 64bit pref]
[ 0.377540] pci 0000:00:1c.3: BAR 15: assigned [mem 0xd5900000-0xd5afffff 64bit pref]
[ 0.377544] pci 0000:00:1c.4: BAR 15: assigned [mem 0xd5b00000-0xd5cfffff 64bit pref]
[ 0.377547] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.377551] pci 0000:00:01.0: bridge window [io 0x6000-0x6fff]
[ 0.377554] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd00fffff]
[ 0.377558] pci 0000:00:01.0: bridge window [mem 0xd5300000-0xd54fffff 64bit pref]
[ 0.377563] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
[ 0.377566] pci 0000:00:1c.0: bridge window [io 0x5000-0x5fff]
[ 0.377572] pci 0000:00:1c.0: bridge window [mem 0xd3d00000-0xd50fffff]
[ 0.377576] pci 0000:00:1c.0: bridge window [mem 0xd5500000-0xd56fffff 64bit pref]
[ 0.377583] pci 0000:00:1c.1: PCI bridge to [bus 04-05]
[ 0.377586] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
[ 0.377592] pci 0000:00:1c.1: bridge window [mem 0xd2900000-0xd3cfffff]
[ 0.377596] pci 0000:00:1c.1: bridge window [mem 0xd5700000-0xd58fffff 64bit pref]
[ 0.377603] pci 0000:00:1c.3: PCI bridge to [bus 06-07]
[ 0.377606] pci 0000:00:1c.3: bridge window [io 0x3000-0x3fff]
[ 0.377612] pci 0000:00:1c.3: bridge window [mem 0xd1500000-0xd28fffff]
[ 0.377616] pci 0000:00:1c.3: bridge window [mem 0xd5900000-0xd5afffff 64bit pref]
[ 0.377623] pci 0000:00:1c.4: PCI bridge to [bus 08-09]
[ 0.377626] pci 0000:00:1c.4: bridge window [io 0x2000-0x2fff]
[ 0.377632] pci 0000:00:1c.4: bridge window [mem 0xd0100000-0xd14fffff]
[ 0.377636] pci 0000:00:1c.4: bridge window [mem 0xd5b00000-0xd5cfffff 64bit pref]
[ 0.377643] pci 0000:00:1e.0: PCI bridge to [bus 0a]
[ 0.377649] pci 0000:00:1e.0: bridge window [mem 0xd5100000-0xd51fffff]
[ 0.377696] pci 0000:00:1e.0: setting latency timer to 64
[ 0.377700] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.377703] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.377705] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.377707] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
[ 0.377710] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
[ 0.377712] pci_bus 0000:00: resource 9 [mem 0x000dc000-0x000dffff]
[ 0.377714] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000e3fff]
[ 0.377716] pci_bus 0000:00: resource 11 [mem 0xc0000000-0xfebfffff]
[ 0.377719] pci_bus 0000:01: resource 0 [io 0x6000-0x6fff]
[ 0.377721] pci_bus 0000:01: resource 1 [mem 0xc0000000-0xd00fffff]
[ 0.377724] pci_bus 0000:01: resource 2 [mem 0xd5300000-0xd54fffff 64bit pref]
[ 0.377726] pci_bus 0000:02: resource 0 [io 0x5000-0x5fff]
[ 0.377728] pci_bus 0000:02: resource 1 [mem 0xd3d00000-0xd50fffff]
[ 0.377731] pci_bus 0000:02: resource 2 [mem 0xd5500000-0xd56fffff 64bit pref]
[ 0.377733] pci_bus 0000:04: resource 0 [io 0x4000-0x4fff]
[ 0.377735] pci_bus 0000:04: resource 1 [mem 0xd2900000-0xd3cfffff]
[ 0.377738] pci_bus 0000:04: resource 2 [mem 0xd5700000-0xd58fffff 64bit pref]
[ 0.377740] pci_bus 0000:06: resource 0 [io 0x3000-0x3fff]
[ 0.377742] pci_bus 0000:06: resource 1 [mem 0xd1500000-0xd28fffff]
[ 0.377745] pci_bus 0000:06: resource 2 [mem 0xd5900000-0xd5afffff 64bit pref]
[ 0.377747] pci_bus 0000:08: resource 0 [io 0x2000-0x2fff]
[ 0.377749] pci_bus 0000:08: resource 1 [mem 0xd0100000-0xd14fffff]
[ 0.377752] pci_bus 0000:08: resource 2 [mem 0xd5b00000-0xd5cfffff 64bit pref]
[ 0.377754] pci_bus 0000:0a: resource 1 [mem 0xd5100000-0xd51fffff]
[ 0.377757] pci_bus 0000:0a: resource 4 [io 0x0000-0x0cf7]
[ 0.377759] pci_bus 0000:0a: resource 5 [io 0x0d00-0xffff]
[ 0.377761] pci_bus 0000:0a: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.377764] pci_bus 0000:0a: resource 7 [mem 0x000d4000-0x000d7fff]
[ 0.377766] pci_bus 0000:0a: resource 8 [mem 0x000d8000-0x000dbfff]
[ 0.377768] pci_bus 0000:0a: resource 9 [mem 0x000dc000-0x000dffff]
[ 0.377770] pci_bus 0000:0a: resource 10 [mem 0x000e0000-0x000e3fff]
[ 0.377773] pci_bus 0000:0a: resource 11 [mem 0xc0000000-0xfebfffff]
[ 0.377820] NET: Registered protocol family 2
[ 0.378011] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.378234] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.378416] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.378462] TCP: reno registered
[ 0.378471] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.378501] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.378595] NET: Registered protocol family 1
[ 0.379037] pci 0000:01:00.0: Boot video device
[ 0.379073] PCI: CLS 64 bytes, default 64
[ 0.379122] Unpacking initramfs...
[ 0.662532] Freeing initrd memory: 23092k freed
[ 0.671562] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.671571] software IO TLB [mem 0xbbda5000-0xbfda5000] (64MB) mapped at [ffff8800bbda5000-ffff8800bfda4fff]
[ 0.672118] audit: initializing netlink socket (disabled)
[ 0.672135] type=2000 audit(1400216881.671:1): initialized
[ 0.700622] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.701190] VFS: Disk quotas dquot_6.5.2
[ 0.701217] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.701430] msgmni has been set to 7919
[ 0.701708] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.701740] io scheduler noop registered
[ 0.701742] io scheduler deadline registered
[ 0.701756] io scheduler cfq registered (default)
[ 0.701866] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[ 0.701959] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[ 0.702083] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
[ 0.702191] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
[ 0.702302] pcieport 0000:00:1c.4: irq 44 for MSI/MSI-X
[ 0.702475] intel_idle: does not run on family 6 model 23
[ 0.710029] GHES: HEST is not enabled!
[ 0.710084] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[ 0.710805] Non-volatile memory driver v1.3
[ 0.710808] Linux agpgart interface v0.103
[ 0.711018] ahci 0000:00:1f.2: version 3.0
[ 0.711070] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
[ 0.711108] ahci: SSS flag set, parallel bus scan disabled
[ 0.711132] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[ 0.711136] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems
[ 0.711141] ahci 0000:00:1f.2: setting latency timer to 64
[ 0.713391] scsi0 : ahci
[ 0.713488] scsi1 : ahci
[ 0.713565] scsi2 : ahci
[ 0.713638] scsi3 : ahci
[ 0.713684] ata1: SATA max UDMA/133 abar m2048@0xd5204000 port 0xd5204100 irq 45
[ 0.713687] ata2: SATA max UDMA/133 abar m2048@0xd5204000 port 0xd5204180 irq 45
[ 0.713688] ata3: DUMMY
[ 0.713690] ata4: DUMMY
[ 0.713780] libphy: Fixed MDIO Bus: probed
[ 0.713783] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.713784] ehci-pci: EHCI PCI platform driver
[ 0.713812] ehci-pci 0000:00:1a.7: setting latency timer to 64
[ 0.713816] ehci-pci 0000:00:1a.7: EHCI Host Controller
[ 0.713824] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 0.713838] ehci-pci 0000:00:1a.7: debug port 1
[ 0.717742] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[ 0.717758] ehci-pci 0000:00:1a.7: irq 19, io mem 0xd5204c00
[ 0.723016] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 0.723038] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.723041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.723043] usb usb1: Product: EHCI Host Controller
[ 0.723046] usb usb1: Manufacturer: Linux 3.8.0-rc5-bisect+ ehci_hcd
[ 0.723048] usb usb1: SerialNumber: 0000:00:1a.7
[ 0.723161] hub 1-0:1.0: USB hub found
[ 0.723166] hub 1-0:1.0: 4 ports detected
[ 0.723286] ehci-pci 0000:00:1d.7: setting latency timer to 64
[ 0.723290] ehci-pci 0000:00:1d.7: EHCI Host Controller
[ 0.723296] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 0.723310] ehci-pci 0000:00:1d.7: debug port 1
[ 0.727200] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[ 0.727216] ehci-pci 0000:00:1d.7: irq 23, io mem 0xd5204800
[ 0.733017] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 0.733049] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.733052] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.733055] usb usb2: Product: EHCI Host Controller
[ 0.733057] usb usb2: Manufacturer: Linux 3.8.0-rc5-bisect+ ehci_hcd
[ 0.733059] usb usb2: SerialNumber: 0000:00:1d.7
[ 0.733184] hub 2-0:1.0: USB hub found
[ 0.733189] hub 2-0:1.0: 8 ports detected
[ 0.734412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.734424] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.734447] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 0.734450] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 0.734456] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 0.734492] uhci_hcd 0000:00:1a.0: irq 16, io base 0x000070e0
[ 0.734528] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.734530] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.734533] usb usb3: Product: UHCI Host Controller
[ 0.734535] usb usb3: Manufacturer: Linux 3.8.0-rc5-bisect+ uhci_hcd
[ 0.734537] usb usb3: SerialNumber: 0000:00:1a.0
[ 0.734633] hub 3-0:1.0: USB hub found
[ 0.734638] hub 3-0:1.0: 2 ports detected
[ 0.734722] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 0.734726] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 0.734732] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 0.734766] uhci_hcd 0000:00:1a.1: irq 21, io base 0x000070c0
[ 0.734800] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.734803] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.734805] usb usb4: Product: UHCI Host Controller
[ 0.734807] usb usb4: Manufacturer: Linux 3.8.0-rc5-bisect+ uhci_hcd
[ 0.734810] usb usb4: SerialNumber: 0000:00:1a.1
[ 0.734895] hub 4-0:1.0: USB hub found
[ 0.734900] hub 4-0:1.0: 2 ports detected
[ 0.734985] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 0.734988] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 0.734994] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 0.735029] uhci_hcd 0000:00:1d.0: irq 23, io base 0x000070a0
[ 0.735064] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.735067] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.735069] usb usb5: Product: UHCI Host Controller
[ 0.735071] usb usb5: Manufacturer: Linux 3.8.0-rc5-bisect+ uhci_hcd
[ 0.735074] usb usb5: SerialNumber: 0000:00:1d.0
[ 0.735168] hub 5-0:1.0: USB hub found
[ 0.735172] hub 5-0:1.0: 2 ports detected
[ 0.735254] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 0.735257] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 0.735263] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 0.735287] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00007080
[ 0.735320] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.735323] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.735326] usb usb6: Product: UHCI Host Controller
[ 0.735328] usb usb6: Manufacturer: Linux 3.8.0-rc5-bisect+ uhci_hcd
[ 0.735330] usb usb6: SerialNumber: 0000:00:1d.1
[ 0.735418] hub 6-0:1.0: USB hub found
[ 0.735422] hub 6-0:1.0: 2 ports detected
[ 0.735504] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 0.735508] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 0.735513] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 0.735548] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00007060
[ 0.735582] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.735585] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.735587] usb usb7: Product: UHCI Host Controller
[ 0.735589] usb usb7: Manufacturer: Linux 3.8.0-rc5-bisect+ uhci_hcd
[ 0.735591] usb usb7: SerialNumber: 0000:00:1d.2
[ 0.735678] hub 7-0:1.0: USB hub found
[ 0.735683] hub 7-0:1.0: 2 ports detected
[ 0.735764] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 0.735767] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 0.735773] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 8
[ 0.735797] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00007040
[ 0.735831] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.735834] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.735836] usb usb8: Product: UHCI Host Controller
[ 0.735838] usb usb8: Manufacturer: Linux 3.8.0-rc5-bisect+ uhci_hcd
[ 0.735841] usb usb8: SerialNumber: 0000:00:1d.3
[ 0.735929] hub 8-0:1.0: USB hub found
[ 0.735934] hub 8-0:1.0: 2 ports detected
[ 0.736059] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.742083] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.742115] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.742219] mousedev: PS/2 mouse device common for all mice
[ 0.742335] rtc_cmos 00:05: RTC can wake from S4
[ 0.742461] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 0.742488] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[ 0.742496] cpuidle: using governor ladder
[ 0.742498] cpuidle: using governor menu
[ 0.742500] EFI Variables Facility v0.08 2004-May-17
[ 0.742693] usbcore: registered new interface driver usbhid
[ 0.742695] usbhid: USB HID core driver
[ 0.742767] TCP: cubic registered
[ 0.742800] NET: Registered protocol family 10
[ 0.742984] Key type dns_resolver registered
[ 0.743225] PM: Hibernation image not present or could not be loaded.
[ 0.743238] registered taskstats version 1
[ 0.744127] Magic number: 14:786:112
[ 0.744238] rtc_cmos 00:05: setting system clock to 2014-05-16 05:08:02 UTC (1400216882)
[ 0.762722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.018025] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.019679] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 1.019926] ata1.00: ATA-8: WDC WD5000LPVT-00G33T0, 01.01A01, max UDMA/133
[ 1.019929] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.021604] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 1.021866] ata1.00: configured for UDMA/133
[ 1.021991] scsi 0:0:0:0: Direct-Access ATA WDC WD5000LPVT-0 01.0 PQ: 0 ANSI: 5
[ 1.022138] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 1.022141] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 1.022187] sd 0:0:0:0: [sda] Write Protect is off
[ 1.022190] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.022210] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.025016] usb 1-2: new high-speed USB device number 2 using ehci-pci
[ 1.080347] sda: sda1 sda2
[ 1.080573] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.142178] usb 1-2: New USB device found, idVendor=05ca, idProduct=183d
[ 1.142181] usb 1-2: New USB device strings: Mfr=1, Product=0, SerialNumber=0
[ 1.142184] usb 1-2: Manufacturer: Ricoh co. Ltd.
[ 1.327022] ata2: SATA link down (SStatus 0 SControl 300)
[ 1.327887] Freeing unused kernel memory: 948k freed
[ 1.328151] Write protecting the kernel read-only data: 10240k
[ 1.329125] Freeing unused kernel memory: 396k freed
[ 1.332399] Freeing unused kernel memory: 1528k freed
[ 1.363900] hp_sw: device handler registered
[ 1.365512] alua: device handler registered
[ 1.367129] emc: device handler registered
[ 1.368752] rdac: device handler registered
[ 1.373205] systemd-udevd[98]: starting version 208
[ 1.397995] ACPI: Requesting acpi_cpufreq
[ 1.401541] Monitor-Mwait will be used to enter C-1 state
[ 1.401550] Monitor-Mwait will be used to enter C-2 state
[ 1.401554] Monitor-Mwait will be used to enter C-3 state
[ 1.401558] tsc: Marking TSC unstable due to TSC halts in idle
[ 1.401570] ACPI: acpi_idle registered with cpuidle
[ 1.420087] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.420091] ACPI: Thermal Zone [TZ00] (53 C)
[ 1.422146] ACPI: Invalid active0 threshold
[ 1.432079] thermal LNXTHERM:01: registered as thermal_zone1
[ 1.432083] ACPI: Thermal Zone [TZ01] (53 C)
[ 1.450038] usb 7-1: new full-speed USB device number 2 using uhci_hcd
[ 1.485341] input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input1
[ 1.504278] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input2
[ 1.610607] usb 7-1: New USB device found, idVendor=044e, idProduct=3017
[ 1.610613] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.610616] usb 7-1: Product: BCM2046 Bluetooth Device
[ 1.610619] usb 7-1: Manufacturer: Broadcom Corp
[ 1.610622] usb 7-1: SerialNumber: 001E3DEA5A97
[ 1.930053] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: acl,user_xattr
[ 2.196440] EXT4-fs (sda1): re-mounted. Opts: acl,user_xattr
[ 3.037473] systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX -IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[ 3.240516] systemd[1]: Inserted module 'autofs4'
[ 3.258601] systemd[1]: Set hostname to <linux-she1>.
[ 3.601189] LVM: Logical Volume autoactivation enabled.
[ 3.601216] LVM: Activation generator successfully completed.
[ 4.520298] systemd[1]: Starting Replay Read-Ahead Data...
[ 4.521154] systemd[1]: Starting Collect Read-Ahead Data...
[ 4.522150] systemd[1]: Starting Syslog Socket.
[ 4.522247] systemd[1]: Listening on Syslog Socket.
[ 4.522273] systemd[1]: Starting Remote File Systems (Pre).
[ 4.522335] systemd[1]: Reached target Remote File Systems (Pre).
[ 4.522353] systemd[1]: Starting Remote File Systems.
[ 4.522404] systemd[1]: Reached target Remote File Systems.
[ 4.522423] systemd[1]: Starting Delayed Shutdown Socket.
[ 4.522489] systemd[1]: Listening on Delayed Shutdown Socket.
[ 4.522506] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 4.522568] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 4.522580] systemd[1]: Starting LVM2 metadata daemon socket.
[ 4.522651] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 4.522697] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 4.522723] systemd[1]: Starting udev Kernel Socket.
[ 4.522788] systemd[1]: Listening on udev Kernel Socket.
[ 4.522807] systemd[1]: Starting udev Control Socket.
[ 4.522872] systemd[1]: Listening on udev Control Socket.
[ 4.522889] systemd[1]: Starting Encrypted Volumes.
[ 4.522937] systemd[1]: Reached target Encrypted Volumes.
[ 4.522960] systemd[1]: Starting Journal Socket.
[ 4.523058] systemd[1]: Listening on Journal Socket.
[ 4.523151] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 4.524141] systemd[1]: Mounting Huge Pages File System...
[ 4.525098] systemd[1]: Mounting POSIX Message Queue File System...
[ 4.526171] systemd[1]: Starting Create dynamic rule for /dev/root link...
[ 4.527164] systemd[1]: Starting LSB: Set default boot entry if called...
[ 4.528108] systemd[1]: Starting Journal Service...
[ 4.530243] systemd[1]: Started Journal Service.
[ 4.557993] systemd-readahead[208]: Bumped block_nr parameter of 8:0 to 20480. This is a temporary hack and should be removed one day.
[ 4.876517] systemd-journald[215]: Vacuuming done, freed 0 bytes
[ 5.166383] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 5.544305] EXT4-fs (sda1): re-mounted. Opts: acl,user_xattr
[ 6.519506] systemd-udevd[263]: starting version 208
[ 6.819486] ACPI: AC Adapter [ADP1] (on-line)
[ 6.825694] [Firmware Bug]: ACPI(VGA) defines _DOD but not _DOS
[ 6.832400] acpi device:2a: registered as cooling_device2
[ 6.832447] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 6.832503] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:29/LNXVIDEO:01/input/input3
[ 6.837862] ACPI: Battery Slot [BAT0] (battery absent)
[ 6.837940] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
[ 6.839060] ACPI: Lid Switch [LID0]
[ 6.839117] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
[ 6.839831] ACPI: Power Button [PWRB]
[ 6.922258] [drm] Initialized drm 1.1.0 20060810
[ 6.942079] firewire_ohci 0000:0a:03.0: added OHCI v1.0 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
[ 6.962350] r592: driver successfully loaded
[ 6.965164] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20121018/utaddress-251)
[ 6.965171] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 6.965175] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
[ 6.965179] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.LPCB.GPIO 2 (20121018/utaddress-251)
[ 6.965183] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 6.965185] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
[ 6.965189] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.PCI0.LPCB.GPIO 2 (20121018/utaddress-251)
[ 6.965193] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 6.965194] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 7.037141] cfg80211: Calling CRDA to update world regulatory domain
[ 7.170421] sky2: driver version 1.30
[ 7.170590] sky2 0000:08:00.0: Yukon-2 EC Ultra chip revision 3
[ 7.171140] sky2 0000:08:00.0: irq 46 for MSI/MSI-X
[ 7.171693] sky2 0000:08:00.0 eth0: addr 00:1d:ba:19:9e:db
[ 7.193444] i801_smbus 0000:00:1f.3: enabling device (0001 -> 0003)
[ 7.193453] ACPI Warning: 0x0000000000007000-0x000000000000701f SystemIO conflicts with Region \SMI1 1 (20121018/utaddress-251)
[ 7.193460] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 7.210228] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 7.240524] microcode: CPU0 sig=0x10676, pf=0x80, revision=0x60c
[ 7.249524] sdhci: Secure Digital Host Controller Interface driver
[ 7.249527] sdhci: Copyright(c) Pierre Ossman
[ 7.249945] sdhci-pci 0000:0a:03.1: SDHCI controller found [1180:0822] (rev 22)
[ 7.249986] sdhci-pci 0000:0a:03.1: Will use DMA mode even though HW doesn't fully claim to support it.
[ 7.272039] mmc0: SDHCI controller on PCI [0000:0a:03.1] using DMA
[ 7.308837] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[ 7.319768] hda_codec: ALC262: SKU not ready 0x411111f0
[ 7.319776] ALSA sound/pci/hda/hda_auto_parser.c:306 autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 7.319778] ALSA sound/pci/hda/hda_auto_parser.c:310 speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 7.319781] ALSA sound/pci/hda/hda_auto_parser.c:314 hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[ 7.319783] ALSA sound/pci/hda/hda_auto_parser.c:315 mono: mono_out=0x0
[ 7.319784] ALSA sound/pci/hda/hda_auto_parser.c:319 inputs:
[ 7.319787] ALSA sound/pci/hda/hda_auto_parser.c:323 Mic=0x18
[ 7.319789] ALSA sound/pci/hda/hda_auto_parser.c:323 Internal Mic=0x12
[ 7.321750] ALSA sound/pci/hda/patch_realtek.c:1304 realtek: No valid SSID, checking pincfg 0x411111f0 for NID 0x1d
[ 7.321754] ALSA sound/pci/hda/patch_realtek.c:1387 realtek: Enable default setup for auto mode as fallback
[ 7.321970] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input7
[ 7.327837] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[ 7.327941] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 7.328263] ALSA sound/pci/hda/hda_intel.c:2836 0000:01:00.1: Handle VGA-switcheroo audio client
[ 7.328267] ALSA sound/pci/hda/hda_intel.c:3028 0000:01:00.1: Using LPIB position fix
[ 7.328365] snd_hda_intel 0000:01:00.1: irq 48 for MSI/MSI-X
[ 7.335047] ALSA sound/pci/hda/hda_intel.c:1702 0000:01:00.1: Enable sync_write for stable communication
[ 7.339860] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
[ 7.365777] Bluetooth: Core ver 2.16
[ 7.365795] NET: Registered protocol family 31
[ 7.365797] Bluetooth: HCI device and connection manager initialized
[ 7.365806] Bluetooth: HCI socket layer initialized
[ 7.365809] Bluetooth: L2CAP socket layer initialized
[ 7.365815] Bluetooth: SCO socket layer initialized
[ 7.372192] usbcore: registered new interface driver btusb
[ 7.375989] sony_laptop: Sony Notebook Control Driver v0.6
[ 7.376151] input: Sony Vaio Keys as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/SNY5001:00/input/input11
[ 7.376469] input: Sony Vaio Jogdial as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/SNY5001:00/input/input12
[ 7.415854] sony_laptop: brightness ignored, must be controlled by ACPI video driver
[ 7.429116] iTCO_vendor_support: vendor-support=0
[ 7.429422] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[ 7.429457] iTCO_wdt: Found a ICH9M TCO device (Version=2, TCOBASE=0x0460)
[ 7.429565] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 7.443115] firewire_core 0000:0a:03.0: created device fw0: GUID 0800460302bf3273, S400
[ 7.551560] Intel(R) Wireless WiFi driver for Linux, in-tree:d
[ 7.551564] Copyright(c) 2003-2012 Intel Corporation
[ 7.551730] iwlwifi 0000:06:00.0: irq 49 for MSI/MSI-X
[ 7.602128] microcode: CPU0 updated to revision 0x60f, date = 2010-09-29
[ 7.607323] microcode: CPU1 sig=0x10676, pf=0x80, revision=0x60c
[ 7.608304] microcode: CPU1 updated to revision 0x60f, date = 2010-09-29
[ 7.613752] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 7.831429] cfg80211: World regulatory domain updated:
[ 7.831433] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 7.831435] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 7.831437] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 7.831439] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 7.831441] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 7.831443] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 7.907919] iwlwifi 0000:06:00.0: loaded firmware version 8.83.5.1 build 33692
[ 9.068671] iwlwifi 0000:06:00.0: CONFIG_IWLWIFI_DEBUG enabled
[ 9.068676] iwlwifi 0000:06:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[ 9.068678] iwlwifi 0000:06:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[ 9.068680] iwlwifi 0000:06:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE disabled
[ 9.068682] iwlwifi 0000:06:00.0: CONFIG_IWLWIFI_P2P enabled
[ 9.068685] iwlwifi 0000:06:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
[ 9.068745] iwlwifi 0000:06:00.0: L1 Enabled; Disabling L0S
[ 9.096938] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 9.260241] [drm] radeon defaulting to kernel modesetting.
[ 9.260244] [drm] radeon kernel modesetting enabled.
[ 9.260496] [drm] initializing kernel modesetting (RV620 0x1002:0x95C4 0x104D:0x9035).
[ 9.260524] [drm] register mmio base: 0xD0020000
[ 9.260526] [drm] register mmio size: 65536
[ 9.260633] ATOM BIOS: SonyM760
[ 9.260652] radeon 0000:01:00.0: VRAM: 256M 0x0000000000000000 - 0x000000000FFFFFFF (256M used)
[ 9.260655] radeon 0000:01:00.0: GTT: 512M 0x0000000010000000 - 0x000000002FFFFFFF
[ 9.262237] [drm] Detected VRAM RAM=256M, BAR=256M
[ 9.262241] [drm] RAM width 64bits DDR
[ 9.262813] [TTM] Zone kernel: Available graphics memory: 2028736 kiB
[ 9.262815] [TTM] Initializing pool allocator
[ 9.262820] [TTM] Initializing DMA pool allocator
[ 9.262845] [drm] radeon: 256M of VRAM memory ready
[ 9.262847] [drm] radeon: 512M of GTT memory ready.
[ 9.262867] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 9.262869] [drm] Driver supports precise vblank timestamp query.
[ 9.262925] radeon 0000:01:00.0: irq 50 for MSI/MSI-X
[ 9.262937] radeon 0000:01:00.0: radeon: using MSI.
[ 9.262969] [drm] radeon: irq initialized.
[ 9.262974] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 9.263835] [drm] probing gen 2 caps for device 8086:2a41 = 1/0
[ 9.263884] [drm] Loading RV620 Microcode
[ 9.365204] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
[ 9.365270] radeon 0000:01:00.0: WB enabled
[ 9.365274] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000010000c00 and cpu addr 0xffff880137699c00
[ 9.365277] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000010000c0c and cpu addr 0xffff880137699c0c
[ 9.397081] [drm] ring test on 0 succeeded in 1 usecs
[ 9.397139] [drm] ring test on 3 succeeded in 1 usecs
[ 9.397549] [drm] ib test on ring 0 succeeded in 0 usecs
[ 9.397563] [drm] ib test on ring 3 succeeded in 0 usecs
[ 9.397846] [drm] radeon atom DIG backlight initialized
[ 9.397848] [drm] Radeon Display Connectors
[ 9.397850] [drm] Connector 0:
[ 9.397851] [drm] VGA-1
[ 9.397853] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
[ 9.397854] [drm] Encoders:
[ 9.397856] [drm] CRT1: INTERNAL_KLDSCP_DAC1
[ 9.397857] [drm] Connector 1:
[ 9.397859] [drm] LVDS-1
[ 9.397860] [drm] Encoders:
[ 9.397861] [drm] LCD1: INTERNAL_KLDSCP_LVTMA
[ 9.397862] [drm] Connector 2:
[ 9.397864] [drm] HDMI-A-1
[ 9.397865] [drm] HPD1
[ 9.397867] [drm] DDC: 0x7e60 0x7e60 0x7e64 0x7e64 0x7e68 0x7e68 0x7e6c 0x7e6c
[ 9.397868] [drm] Encoders:
[ 9.397869] [drm] DFP1: INTERNAL_UNIPHY
[ 9.397905] [drm] radeon: power management initialized
[ 10.341478] [drm] fb mappable at 0xC0142000
[ 10.341482] [drm] vram apper at 0xC0000000
[ 10.341483] [drm] size 5787648
[ 10.341484] [drm] fb depth is 24
[ 10.341486] [drm] pitch is 6400
[ 10.341575] fbcon: radeondrmfb (fb0) is primary device
[ 10.576801] Console: switching to colour frame buffer device 200x56
[ 10.580509] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[ 10.580510] radeon 0000:01:00.0: registered panic notifier
[ 10.580536] [drm] Initialized radeon 2.29.0 20080528 for 0000:01:00.0 on minor 0
[ 10.981804] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: acl,user_xattr
[ 10.996788] systemd-journald[215]: Received request to flush runtime journal from PID 1
[ 28.825138] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 28.825141] Bluetooth: BNEP filters: protocol multicast
[ 28.825151] Bluetooth: BNEP socket layer initialized
[ 29.507526] netlink: 20 bytes leftover after parsing attributes.
[ 29.507531] netlink: 20 bytes leftover after parsing attributes.
[ 29.507832] netlink: 20 bytes leftover after parsing attributes.
[ 29.509825] netlink: 20 bytes leftover after parsing attributes.
[ 29.509829] netlink: 20 bytes leftover after parsing attributes.
[ 29.510157] netlink: 20 bytes leftover after parsing attributes.
[ 29.529949] netlink: 20 bytes leftover after parsing attributes.
[ 29.529954] netlink: 20 bytes leftover after parsing attributes.
[ 29.530399] netlink: 20 bytes leftover after parsing attributes.
[ 29.551890] netlink: 20 bytes leftover after parsing attributes.
[ 29.582954] netlink: 20 bytes leftover after parsing attributes.
[ 29.582959] netlink: 20 bytes leftover after parsing attributes.
[ 29.583398] netlink: 20 bytes leftover after parsing attributes.
[ 29.672825] iwlwifi 0000:06:00.0: L1 Enabled; Disabling L0S
[ 29.678038] iwlwifi 0000:06:00.0: Radio type=0x1-0x2-0x0
[ 29.880450] iwlwifi 0000:06:00.0: L1 Enabled; Disabling L0S
[ 29.883664] iwlwifi 0000:06:00.0: Radio type=0x1-0x2-0x0
[ 30.017396] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 30.032768] NET: Registered protocol family 17
[ 30.043562] sky2 0000:08:00.0 eth0: enabling interface
[ 30.043839] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 30.056510] netlink: 20 bytes leftover after parsing attributes.
[ 30.056516] netlink: 20 bytes leftover after parsing attributes.
[ 30.056748] netlink: 20 bytes leftover after parsing attributes.
[ 30.068990] netlink: 20 bytes leftover after parsing attributes.
[ 30.720477] netlink: 20 bytes leftover after parsing attributes.
[ 30.720489] netlink: 20 bytes leftover after parsing attributes.
[ 30.720839] netlink: 20 bytes leftover after parsing attributes.
[ 31.869708] sky2 0000:08:00.0 eth0: Link is up at 100 Mbps, full duplex, flow control both
[ 31.869709] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 36.255876] netlink: 20 bytes leftover after parsing attributes.
[ 36.255881] netlink: 20 bytes leftover after parsing attributes.
[ 36.255948] netlink: 20 bytes leftover after parsing attributes.
[ 36.259215] netlink: 20 bytes leftover after parsing attributes.
[ 36.259220] netlink: 20 bytes leftover after parsing attributes.
[ 36.259287] netlink: 20 bytes leftover after parsing attributes.
[ 36.420432] netlink: 20 bytes leftover after parsing attributes.
[ 36.420437] netlink: 20 bytes leftover after parsing attributes.
[ 36.420504] netlink: 20 bytes leftover after parsing attributes.
[ 36.423652] netlink: 20 bytes leftover after parsing attributes.
[ 36.423656] netlink: 20 bytes leftover after parsing attributes.
[ 36.423724] netlink: 20 bytes leftover after parsing attributes.
[ 36.687711] netlink: 20 bytes leftover after parsing attributes.
[ 36.687715] netlink: 20 bytes leftover after parsing attributes.
[ 36.687784] netlink: 20 bytes leftover after parsing attributes.
[ 36.691074] netlink: 20 bytes leftover after parsing attributes.
[ 36.691079] netlink: 20 bytes leftover after parsing attributes.
[ 36.691148] netlink: 20 bytes leftover after parsing attributes.
[ 36.702431] netlink: 20 bytes leftover after parsing attributes.
[ 37.654440] netlink: 20 bytes leftover after parsing attributes.
[ 37.654452] netlink: 20 bytes leftover after parsing attributes.
[ 37.654587] netlink: 20 bytes leftover after parsing attributes.
[ 58.057036] netlink: 20 bytes leftover after parsing attributes.
[ 58.057040] netlink: 20 bytes leftover after parsing attributes.
[ 58.057109] netlink: 20 bytes leftover after parsing attributes.
[ 58.060610] netlink: 20 bytes leftover after parsing attributes.
[ 58.060615] netlink: 20 bytes leftover after parsing attributes.
[ 58.060683] netlink: 20 bytes leftover after parsing attributes.
[ 58.234233] netlink: 20 bytes leftover after parsing attributes.
[ 58.234239] netlink: 20 bytes leftover after parsing attributes.
[ 58.234307] netlink: 20 bytes leftover after parsing attributes.
[ 58.237597] netlink: 20 bytes leftover after parsing attributes.
[ 58.237602] netlink: 20 bytes leftover after parsing attributes.
[ 58.237676] netlink: 20 bytes leftover after parsing attributes.
[ 103.256696] netlink: 20 bytes leftover after parsing attributes.
[ 103.256702] netlink: 20 bytes leftover after parsing attributes.
[ 103.256770] netlink: 20 bytes leftover after parsing attributes.
[ 103.260221] netlink: 20 bytes leftover after parsing attributes.
[ 103.260226] netlink: 20 bytes leftover after parsing attributes.
[ 103.260299] netlink: 20 bytes leftover after parsing attributes.
[ 103.266538] netlink: 20 bytes leftover after parsing attributes.
[ 109.392610] Bluetooth: RFCOMM TTY layer initialized
[ 109.392626] Bluetooth: RFCOMM socket layer initialized
[ 109.392628] Bluetooth: RFCOMM ver 1.11
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bisected 3.9 regression: Corrupted low memory (x86, mm: Move reserving low memory later in initialization)
2014-05-16 5:29 Bisected 3.9 regression: Corrupted low memory (x86, mm: Move reserving low memory later in initialization) Rafał Miłecki
@ 2014-05-21 13:31 ` Rafał Miłecki
2014-05-21 17:34 ` H. Peter Anvin
0 siblings, 1 reply; 5+ messages in thread
From: Rafał Miłecki @ 2014-05-21 13:31 UTC (permalink / raw)
To: Linux Kernel Mailing List, H. Peter Anvin
Cc: Thomas Gleixner, Ingo Molnar, x86
On 16 May 2014 07:29, Rafał Miłecki <zajec5@gmail.com> wrote:
> Sorry for the late report, this bug appears on my old notebook I don't
> commonly use. Anyway, I've noticed following problem when using
> 3.15-rc1:
>
> Corrupted low memory at ffff88000000be98 (be98 phys) = b02a000400000000
Ping?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bisected 3.9 regression: Corrupted low memory (x86, mm: Move reserving low memory later in initialization)
2014-05-21 13:31 ` Rafał Miłecki
@ 2014-05-21 17:34 ` H. Peter Anvin
2014-05-21 17:58 ` Rafał Miłecki
0 siblings, 1 reply; 5+ messages in thread
From: H. Peter Anvin @ 2014-05-21 17:34 UTC (permalink / raw)
To: Rafał Miłecki, Linux Kernel Mailing List
Cc: Thomas Gleixner, Ingo Molnar, x86
On 05/21/2014 06:31 AM, Rafał Miłecki wrote:
> On 16 May 2014 07:29, Rafał Miłecki <zajec5@gmail.com> wrote:
>> Sorry for the late report, this bug appears on my old notebook I don't
>> commonly use. Anyway, I've noticed following problem when using
>> 3.15-rc1:
>>
>> Corrupted low memory at ffff88000000be98 (be98 phys) = b02a000400000000
>
> Ping?
>
It's not a regression, but rather a progression: the checker now does
what it claims to do, which is to check for low memory corruption.
However, the checker is also rather useless as anything other than a
diagnostic tool. It tells you that your BIOS is corrupting memory, and
the solution to that is to reserve the memory, which we already do.
All the checker tells us is that on your system, yes, we really do need
to reserve the memory.
-hpa
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bisected 3.9 regression: Corrupted low memory (x86, mm: Move reserving low memory later in initialization)
2014-05-21 17:34 ` H. Peter Anvin
@ 2014-05-21 17:58 ` Rafał Miłecki
2014-05-21 18:03 ` H. Peter Anvin
0 siblings, 1 reply; 5+ messages in thread
From: Rafał Miłecki @ 2014-05-21 17:58 UTC (permalink / raw)
To: H. Peter Anvin
Cc: Linux Kernel Mailing List, Thomas Gleixner, Ingo Molnar, x86
On 21 May 2014 19:34, H. Peter Anvin <hpa@zytor.com> wrote:
> On 05/21/2014 06:31 AM, Rafał Miłecki wrote:
>> On 16 May 2014 07:29, Rafał Miłecki <zajec5@gmail.com> wrote:
>>> Sorry for the late report, this bug appears on my old notebook I don't
>>> commonly use. Anyway, I've noticed following problem when using
>>> 3.15-rc1:
>>>
>>> Corrupted low memory at ffff88000000be98 (be98 phys) = b02a000400000000
>>
>> Ping?
>>
>
> It's not a regression, but rather a progression: the checker now does
> what it claims to do, which is to check for low memory corruption.
>
> However, the checker is also rather useless as anything other than a
> diagnostic tool. It tells you that your BIOS is corrupting memory, and
> the solution to that is to reserve the memory, which we already do.
>
> All the checker tells us is that on your system, yes, we really do need
> to reserve the memory.
What about making checker a bit more user friendly?
First of all, I got many repeated messages like:
Corrupted low memory at (...)
In the first e-mail you can see ~10 of them and I really got more.
Secondly, if this is just a confirmation that low memory reservation
was indeed needed, what about making it debugging only? Right now it
sounds like an error for end-users. What about making it something
like
Low memory reservation prevented corruption at (...)
The last question, just for sure... are you convinced what I'm seeing
is not any kind of error? After all, it started appearing after commit
that moves memory reservation. It's not a commit that enabled the
checker or something like that.
What it seems to be for someone not experienced is a bit opposite. It
looks that after commit in question, kernel reserves low memory too
late and BIOS already corrupts some data placed in it.
However I'm not on expert, so I'll just listen to your opinion. I
simply wanted to ask, just to be sure everything is alright.
--
Rafał
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bisected 3.9 regression: Corrupted low memory (x86, mm: Move reserving low memory later in initialization)
2014-05-21 17:58 ` Rafał Miłecki
@ 2014-05-21 18:03 ` H. Peter Anvin
0 siblings, 0 replies; 5+ messages in thread
From: H. Peter Anvin @ 2014-05-21 18:03 UTC (permalink / raw)
To: Rafał Miłecki
Cc: Linux Kernel Mailing List, Thomas Gleixner, Ingo Molnar, x86
Yes, I'm sure. The old memory reservation code kept the checker from working.
On May 21, 2014 10:58:39 AM PDT, "Rafał Miłecki" <zajec5@gmail.com> wrote:
>On 21 May 2014 19:34, H. Peter Anvin <hpa@zytor.com> wrote:
>> On 05/21/2014 06:31 AM, Rafał Miłecki wrote:
>>> On 16 May 2014 07:29, Rafał Miłecki <zajec5@gmail.com> wrote:
>>>> Sorry for the late report, this bug appears on my old notebook I
>don't
>>>> commonly use. Anyway, I've noticed following problem when using
>>>> 3.15-rc1:
>>>>
>>>> Corrupted low memory at ffff88000000be98 (be98 phys) =
>b02a000400000000
>>>
>>> Ping?
>>>
>>
>> It's not a regression, but rather a progression: the checker now does
>> what it claims to do, which is to check for low memory corruption.
>>
>> However, the checker is also rather useless as anything other than a
>> diagnostic tool. It tells you that your BIOS is corrupting memory,
>and
>> the solution to that is to reserve the memory, which we already do.
>>
>> All the checker tells us is that on your system, yes, we really do
>need
>> to reserve the memory.
>
>What about making checker a bit more user friendly?
>
>First of all, I got many repeated messages like:
>Corrupted low memory at (...)
>In the first e-mail you can see ~10 of them and I really got more.
>
>Secondly, if this is just a confirmation that low memory reservation
>was indeed needed, what about making it debugging only? Right now it
>sounds like an error for end-users. What about making it something
>like
>Low memory reservation prevented corruption at (...)
>
>The last question, just for sure... are you convinced what I'm seeing
>is not any kind of error? After all, it started appearing after commit
>that moves memory reservation. It's not a commit that enabled the
>checker or something like that.
>What it seems to be for someone not experienced is a bit opposite. It
>looks that after commit in question, kernel reserves low memory too
>late and BIOS already corrupts some data placed in it.
>However I'm not on expert, so I'll just listen to your opinion. I
>simply wanted to ask, just to be sure everything is alright.
--
Sent from my mobile phone. Please pardon brevity and lack of formatting.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-05-21 18:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-16 5:29 Bisected 3.9 regression: Corrupted low memory (x86, mm: Move reserving low memory later in initialization) Rafał Miłecki
2014-05-21 13:31 ` Rafał Miłecki
2014-05-21 17:34 ` H. Peter Anvin
2014-05-21 17:58 ` Rafał Miłecki
2014-05-21 18:03 ` H. Peter Anvin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.