lkml.org 
[lkml]   [2014]   [Sep]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [REGRESSION] "efi: efistub: Convert into static library" and preparation patches
From
On Mon, Sep 22, 2014 at 5:07 PM, Matt Fleming <matt@console-pimps.org> wrote:
> On Mon, 22 Sep, at 02:44:23PM, Josh Boyer wrote:
>>
>> This wound up in rc6 as commit
>> 9cb0e394234d244fe5a97e743ec9dd7ddff7e64b. That caused all the EFI
>> machines I have to no longer boot. They hang after the 'setup_efi_pci
>> failed' message and I get nothing from the kernel at all, even with
>> earlyprintk, etc.
>>
>> I did a git bisect between rc5 and rc6 and it points to this commit.
>> This is a typical Fedora setup, which is EFI->shim->grub2->kernel. It
>> broke the boot on multiple machines I have, and I've confirmed that a
>> revert on top of rc6 makes things boot again on both my macbook and my
>> tunnel mountain machine. I'll be testing it on my celeron and i7
>> based NUC machines as well, but I expect similar results.
>
> Thanks for doing the bisect.
>
> I've now booted with this commit using grub2 and it boots fine on Qemu.
> I don't have a shim setup, but I'll look at sorting one out.
>
>> Is there something I can do to help debug why this is failing on this
>> kind of setup? Config and bisect log are attached below for the
>> macbook I used for the bisect.
>
> Could you provide the dmesg of a working boot? I'm curious to know more
> about your memory map layout.

Attached for all the machines that were broken before the revert (from
an RC6 build with the revert).

> Other than that, trying to diagnose exactly where it hangs during
> booting would be useful.

I'll try poking around tomorrow and seeing what I can find.

josh
nuc-i7 | success | rc=0 >>
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.17.0-0.rc6.git0.1.fc22.x86_64 (jwboyer@vader) (gcc version 4.8.3 20140624 (Red Hat 4.8.3-1) (GCC) ) #1 SMP Mon Sep 22 15:05:06 EDT 2014
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.17.0-0.rc6.git0.1.fc22.x86_64 root=UUID=539348f9-38d5-4510-8bb8-db5ca0651399 ro vconsole.font=latarcyrheb-sun16 rhgb quiet LANG=en_US.UTF-8
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000c7eeafff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000c7eeb000-0x00000000c7ef1fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000c7ef2000-0x00000000dba73fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000dba74000-0x00000000dbb0bfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dbb0c000-0x00000000dbb25fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000dbb26000-0x00000000dbc8efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000dbc8f000-0x00000000dbffefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dbfff000-0x00000000dbffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000dd000000-0x00000000df1fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041fdfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.31 by American Megatrends
[ 0.000000] efi: ACPI=0xdbb11000 ACPI 2.0=0xdbb11000 SMBIOS=0xdbf6a518
[ 0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB)
[ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000001000-0x0000000000002000) (0MB)
[ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000002000-0x0000000000058000) (0MB)
[ 0.000000] efi: mem03: type=0, attr=0xf, range=[0x0000000000058000-0x0000000000059000) (0MB)
[ 0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000059000-0x000000000009e000) (0MB)
[ 0.000000] efi: mem05: type=0, attr=0xf, range=[0x000000000009e000-0x00000000000a0000) (0MB)
[ 0.000000] efi: mem06: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
[ 0.000000] efi: mem07: type=2, attr=0xf, range=[0x0000000001000000-0x000000000243e000) (20MB)
[ 0.000000] efi: mem08: type=7, attr=0xf, range=[0x000000000243e000-0x000000003efb4000) (971MB)
[ 0.000000] efi: mem09: type=2, attr=0xf, range=[0x000000003efb4000-0x0000000040000000) (16MB)
[ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x0000000040000000-0x00000000839ca000) (1081MB)
[ 0.000000] efi: mem11: type=2, attr=0xf, range=[0x00000000839ca000-0x00000000b94b5000) (858MB)
[ 0.000000] efi: mem12: type=7, attr=0xf, range=[0x00000000b94b5000-0x00000000c7bcf000) (231MB)
[ 0.000000] efi: mem13: type=2, attr=0xf, range=[0x00000000c7bcf000-0x00000000c7db0000) (1MB)
[ 0.000000] efi: mem14: type=1, attr=0xf, range=[0x00000000c7db0000-0x00000000c7eeb000) (1MB)
[ 0.000000] efi: mem15: type=10, attr=0xf, range=[0x00000000c7eeb000-0x00000000c7ef2000) (0MB)
[ 0.000000] efi: mem16: type=4, attr=0xf, range=[0x00000000c7ef2000-0x00000000c85a7000) (6MB)
[ 0.000000] efi: mem17: type=3, attr=0xf, range=[0x00000000c85a7000-0x00000000c9362000) (13MB)
[ 0.000000] efi: mem18: type=4, attr=0xf, range=[0x00000000c9362000-0x00000000c937a000) (0MB)
[ 0.000000] efi: mem19: type=3, attr=0xf, range=[0x00000000c937a000-0x00000000c938c000) (0MB)
[ 0.000000] efi: mem20: type=4, attr=0xf, range=[0x00000000c938c000-0x00000000c93a5000) (0MB)
[ 0.000000] efi: mem21: type=7, attr=0xf, range=[0x00000000c93a5000-0x00000000c93b0000) (0MB)
[ 0.000000] efi: mem22: type=2, attr=0xf, range=[0x00000000c93b0000-0x00000000c93b4000) (0MB)
[ 0.000000] efi: mem23: type=7, attr=0xf, range=[0x00000000c93b4000-0x00000000d6dae000) (217MB)
[ 0.000000] efi: mem24: type=4, attr=0xf, range=[0x00000000d6dae000-0x00000000d70da000) (3MB)
[ 0.000000] efi: mem25: type=7, attr=0xf, range=[0x00000000d70da000-0x00000000d70df000) (0MB)
[ 0.000000] efi: mem26: type=4, attr=0xf, range=[0x00000000d70df000-0x00000000d70e1000) (0MB)
[ 0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000d70e1000-0x00000000d70ec000) (0MB)
[ 0.000000] efi: mem28: type=4, attr=0xf, range=[0x00000000d70ec000-0x00000000d70f3000) (0MB)
[ 0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000d70f3000-0x00000000d70f8000) (0MB)
[ 0.000000] efi: mem30: type=4, attr=0xf, range=[0x00000000d70f8000-0x00000000d7101000) (0MB)
[ 0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000d7101000-0x00000000d7106000) (0MB)
[ 0.000000] efi: mem32: type=4, attr=0xf, range=[0x00000000d7106000-0x00000000d7116000) (0MB)
[ 0.000000] efi: mem33: type=7, attr=0xf, range=[0x00000000d7116000-0x00000000d7118000) (0MB)
[ 0.000000] efi: mem34: type=4, attr=0xf, range=[0x00000000d7118000-0x00000000d714f000) (0MB)
[ 0.000000] efi: mem35: type=7, attr=0xf, range=[0x00000000d714f000-0x00000000d715a000) (0MB)
[ 0.000000] efi: mem36: type=4, attr=0xf, range=[0x00000000d715a000-0x00000000d7162000) (0MB)
[ 0.000000] efi: mem37: type=7, attr=0xf, range=[0x00000000d7162000-0x00000000d716b000) (0MB)
[ 0.000000] efi: mem38: type=4, attr=0xf, range=[0x00000000d716b000-0x00000000d716c000) (0MB)
[ 0.000000] efi: mem39: type=7, attr=0xf, range=[0x00000000d716c000-0x00000000d7170000) (0MB)
[ 0.000000] efi: mem40: type=4, attr=0xf, range=[0x00000000d7170000-0x00000000d7171000) (0MB)
[ 0.000000] efi: mem41: type=7, attr=0xf, range=[0x00000000d7171000-0x00000000d7175000) (0MB)
[ 0.000000] efi: mem42: type=4, attr=0xf, range=[0x00000000d7175000-0x00000000d7176000) (0MB)
[ 0.000000] efi: mem43: type=7, attr=0xf, range=[0x00000000d7176000-0x00000000d7177000) (0MB)
[ 0.000000] efi: mem44: type=4, attr=0xf, range=[0x00000000d7177000-0x00000000d7178000) (0MB)
[ 0.000000] efi: mem45: type=7, attr=0xf, range=[0x00000000d7178000-0x00000000d717e000) (0MB)
[ 0.000000] efi: mem46: type=4, attr=0xf, range=[0x00000000d717e000-0x00000000d71a2000) (0MB)
[ 0.000000] efi: mem47: type=7, attr=0xf, range=[0x00000000d71a2000-0x00000000d71a3000) (0MB)
[ 0.000000] efi: mem48: type=4, attr=0xf, range=[0x00000000d71a3000-0x00000000d71f8000) (0MB)
[ 0.000000] efi: mem49: type=7, attr=0xf, range=[0x00000000d71f8000-0x00000000d720a000) (0MB)
[ 0.000000] efi: mem50: type=4, attr=0xf, range=[0x00000000d720a000-0x00000000d7214000) (0MB)
[ 0.000000] efi: mem51: type=7, attr=0xf, range=[0x00000000d7214000-0x00000000d7216000) (0MB)
[ 0.000000] efi: mem52: type=4, attr=0xf, range=[0x00000000d7216000-0x00000000d7217000) (0MB)
[ 0.000000] efi: mem53: type=7, attr=0xf, range=[0x00000000d7217000-0x00000000d721a000) (0MB)
[ 0.000000] efi: mem54: type=4, attr=0xf, range=[0x00000000d721a000-0x00000000d9fa7000) (45MB)
[ 0.000000] efi: mem55: type=7, attr=0xf, range=[0x00000000d9fa7000-0x00000000db32d000) (19MB)
[ 0.000000] efi: mem56: type=3, attr=0xf, range=[0x00000000db32d000-0x00000000dba74000) (7MB)
[ 0.000000] efi: mem57: type=0, attr=0xf, range=[0x00000000dba74000-0x00000000dbaa4000) (0MB)
[ 0.000000] efi: mem58: type=0, attr=0xf, range=[0x00000000dbaa4000-0x00000000dbb0c000) (0MB)
[ 0.000000] efi: mem59: type=9, attr=0xf, range=[0x00000000dbb0c000-0x00000000dbb11000) (0MB)
[ 0.000000] efi: mem60: type=9, attr=0xf, range=[0x00000000dbb11000-0x00000000dbb26000) (0MB)
[ 0.000000] efi: mem61: type=10, attr=0xf, range=[0x00000000dbb26000-0x00000000dbb80000) (0MB)
[ 0.000000] efi: mem62: type=10, attr=0xf, range=[0x00000000dbb80000-0x00000000dbc8f000) (1MB)
[ 0.000000] efi: mem63: type=6, attr=0x800000000000000f, range=[0x00000000dbc8f000-0x00000000dbd1f000) (0MB)
[ 0.000000] efi: mem64: type=6, attr=0x800000000000000f, range=[0x00000000dbd1f000-0x00000000dbece000) (1MB)
[ 0.000000] efi: mem65: type=6, attr=0x800000000000000f, range=[0x00000000dbece000-0x00000000dbed0000) (0MB)
[ 0.000000] efi: mem66: type=6, attr=0x800000000000000f, range=[0x00000000dbed0000-0x00000000dbf6c000) (0MB)
[ 0.000000] efi: mem67: type=5, attr=0x800000000000000f, range=[0x00000000dbf6c000-0x00000000dbf89000) (0MB)
[ 0.000000] efi: mem68: type=5, attr=0x800000000000000f, range=[0x00000000dbf89000-0x00000000dbfff000) (0MB)
[ 0.000000] efi: mem69: type=4, attr=0xf, range=[0x00000000dbfff000-0x00000000dc000000) (0MB)
[ 0.000000] efi: mem70: type=7, attr=0xf, range=[0x0000000100000000-0x000000041fe00000) (12798MB)
[ 0.000000] efi: mem71: type=0, attr=0x0, range=[0x00000000dd000000-0x00000000df200000) (34MB)
[ 0.000000] efi: mem72: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB)
[ 0.000000] efi: mem73: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
[ 0.000000] efi: mem74: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB)
[ 0.000000] efi: mem75: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
[ 0.000000] efi: mem76: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
[ 0.000000] efi: mem77: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB)
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: /D34010WYK, BIOS WYLPT10H.86A.0026.2014.0514.1714 05/14/2014
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x41fe00 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-EFFFF uncachable
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0000000000 mask 7C00000000 write-back
[ 0.000000] 1 base 0400000000 mask 7FE0000000 write-back
[ 0.000000] 2 base 00E0000000 mask 7FE0000000 uncachable
[ 0.000000] 3 base 00DE000000 mask 7FFE000000 uncachable
[ 0.000000] 4 base 00DD000000 mask 7FFF000000 uncachable
[ 0.000000] 5 base 041FE00000 mask 7FFFE00000 uncachable
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: update [mem 0xdd000000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xdc000 max_arch_pfn = 0x400000000
[ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x0201a000, 0x0201afff] PGTABLE
[ 0.000000] BRK [0x0201b000, 0x0201bfff] PGTABLE
[ 0.000000] BRK [0x0201c000, 0x0201cfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x41fc00000-0x41fdfffff]
[ 0.000000] [mem 0x41fc00000-0x41fdfffff] page 2M
[ 0.000000] BRK [0x0201d000, 0x0201dfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x41c000000-0x41fbfffff]
[ 0.000000] [mem 0x41c000000-0x41fbfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x400000000-0x41bffffff]
[ 0.000000] [mem 0x400000000-0x41bffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xc7eeafff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
[ 0.000000] [mem 0x40000000-0xbfffffff] page 1G
[ 0.000000] [mem 0xc0000000-0xc7dfffff] page 2M
[ 0.000000] [mem 0xc7e00000-0xc7eeafff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xc7ef2000-0xdba73fff]
[ 0.000000] [mem 0xc7ef2000-0xc7ffffff] page 4k
[ 0.000000] [mem 0xc8000000-0xdb9fffff] page 2M
[ 0.000000] [mem 0xdba00000-0xdba73fff] page 4k
[ 0.000000] BRK [0x0201e000, 0x0201efff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0xdbfff000-0xdbffffff]
[ 0.000000] [mem 0xdbfff000-0xdbffffff] page 4k
[ 0.000000] BRK [0x0201f000, 0x0201ffff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
[ 0.000000] [mem 0x100000000-0x3ffffffff] page 1G
[ 0.000000] RAMDISK: [mem 0x3efb4000-0x3fffafff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000DBB11000 000024 (v02 INTEL )
[ 0.000000] ACPI: XSDT 0x00000000DBB11080 000084 (v01 INTEL D34010WY 0000001A AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000DBB20990 00010C (v05 INTEL D34010WY 0000001A AMI 00010013)
[ 0.000000] ACPI: DSDT 0x00000000DBB11198 00F7F7 (v02 INTEL D34010WY 0000001A INTL 20120711)
[ 0.000000] ACPI: FACS 0x00000000DBC8EF80 000040
[ 0.000000] ACPI: APIC 0x00000000DBB20AA0 000072 (v03 INTEL D34010WY 0000001A AMI 00010013)
[ 0.000000] ACPI: FPDT 0x00000000DBB20B18 000044 (v01 INTEL D34010WY 0000001A AMI 00010013)
[ 0.000000] ACPI: FIDT 0x00000000DBB20B60 00009C (v01 INTEL D34010WY 0000001A AMI 00010013)
[ 0.000000] ACPI: SSDT 0x00000000DBB20C00 0004B5 (v01 INTEL D34010WY 0000001A INTL 20120711)
[ 0.000000] ACPI: SSDT 0x00000000DBB210B8 000AD8 (v01 INTEL D34010WY 0000001A INTL 20120711)
[ 0.000000] ACPI: MCFG 0x00000000DBB21B90 00003C (v01 INTEL D34010WY 0000001A MSFT 00000097)
[ 0.000000] ACPI: HPET 0x00000000DBB21BD0 000038 (v01 INTEL D34010WY 0000001A AMI. 00000005)
[ 0.000000] ACPI: SSDT 0x00000000DBB21C08 000315 (v01 INTEL D34010WY 0000001A INTL 20120711)
[ 0.000000] ACPI: SSDT 0x00000000DBB21F20 0030DF (v01 INTEL D34010WY 0000001A INTL 20091112)
[ 0.000000] ACPI: DMAR 0x00000000DBB25000 0001AC (v01 INTEL D34010WY 0000001A INTL 00000001)
[ 0.000000] ACPI: CSRT 0x00000000DBB251B0 0000C4 (v01 INTEL D34010WY 0000001A INTL 20100528)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000041fdfffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x41fdfffff]
[ 0.000000] NODE_DATA [mem 0x41fdea000-0x41fdfdfff]
[ 0.000000] [ffffea0000000000-ffffea00107fffff] PMD -> [ffff88040f400000-ffff88041f3fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x41fdfffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x00057fff]
[ 0.000000] node 0: [mem 0x00059000-0x0009dfff]
[ 0.000000] node 0: [mem 0x00100000-0xc7eeafff]
[ 0.000000] node 0: [mem 0xc7ef2000-0xdba73fff]
[ 0.000000] node 0: [mem 0xdbfff000-0xdbffffff]
[ 0.000000] node 0: [mem 0x100000000-0x41fdfffff]
[ 0.000000] On node 0 totalpages: 4175882
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 13994 pages used for memmap
[ 0.000000] DMA32 zone: 895598 pages, LIFO batch:31
[ 0.000000] Normal zone: 51192 pages used for memmap
[ 0.000000] Normal zone: 3276288 pages, LIFO batch:31
[ 0.000000] tboot: non-0 tboot_addr but it is not of type E820_RESERVED
[ 0.000000] Reserving Intel graphics stolen memory at 0xdd200000-0xdf1fffff
[ 0.000000] ACPI: PM-Timer IO Port: 0x1808
[ 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[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-39
[ 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: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xc7eeb000-0xc7ef1fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdba74000-0xdbb0bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdbb0c000-0xdbb25fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdbb26000-0xdbc8efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdbc8f000-0xdbffefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdc000000-0xdcffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdd000000-0xdf1fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdf200000-0xf7ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.000000] e820: [mem 0xdf200000-0xf7ffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88041fa00000 s87360 r8192 d23232 u524288
[ 0.000000] pcpu-alloc: s87360 r8192 d23232 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4110611
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.17.0-0.rc6.git0.1.fc22.x86_64 root=UUID=539348f9-38d5-4510-8bb8-db5ca0651399 ro vconsole.font=latarcyrheb-sun16 rhgb quiet LANG=en_US.UTF-8
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
[ 0.000000] Memory: 16261780K/16703528K available (7368K kernel code, 1160K rwdata, 3232K rodata, 1468K init, 1532K bss, 441748K reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=4.
[ 0.000000] Offload RCU callbacks from all CPUs
[ 0.000000] Offload RCU callbacks from CPUs: 0-3.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS:65792 nr_irqs:728 0
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 67108864 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] spurious 8259A interrupt: IRQ7.
[ 0.000000] tsc: Detected 1696.057 MHz processor
[ 0.000038] Calibrating delay loop (skipped), value calculated using timer frequency.. 3392.11 BogoMIPS (lpj=1696057)
[ 0.000041] pid_max: default: 32768 minimum: 301
[ 0.000051] ACPI: Core revision 20140724
[ 0.016237] ACPI: All ACPI Tables successfully acquired
[ 0.017660] Security Framework initialized
[ 0.017668] SELinux: Initializing.
[ 0.017677] SELinux: Starting in permissive mode
[ 0.019322] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.023585] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.025361] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.025389] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.025657] Initializing cgroup subsys memory
[ 0.025664] Initializing cgroup subsys devices
[ 0.025666] Initializing cgroup subsys freezer
[ 0.025669] Initializing cgroup subsys net_cls
[ 0.025671] Initializing cgroup subsys blkio
[ 0.025673] Initializing cgroup subsys perf_event
[ 0.025675] Initializing cgroup subsys net_prio
[ 0.025678] Initializing cgroup subsys hugetlb
[ 0.025709] CPU: Physical Processor ID: 0
[ 0.025710] CPU: Processor Core ID: 0
[ 0.025715] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.026907] mce: CPU supports 7 MCE banks
[ 0.026922] CPU0: Thermal monitoring enabled (TM1)
[ 0.026935] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ 0.027059] Freeing SMP alternatives memory: 24K (ffffffff81e93000 - ffffffff81e99000)
[ 0.032062] ftrace: allocating 27145 entries in 107 pages
[ 0.046731] dmar: Host address width 39
[ 0.046734] dmar: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.046743] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
[ 0.046744] dmar: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.046750] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
[ 0.046751] dmar: RMRR base: 0x000000dbeb2000 end: 0x000000dbec0fff
[ 0.046753] dmar: RMRR base: 0x000000dd000000 end: 0x000000df1fffff
[ 0.046755] dmar: ANDD device: 1 name: \_SB.PCI0.I2C0
[ 0.046756] dmar: ANDD device: 2 name: \_SB.PCI0.I2C1
[ 0.046757] dmar: ANDD device: 3 name: \_SB.PCI0.SPI0
[ 0.046758] dmar: ANDD device: 4 name: \_SB.PCI0.SPI1
[ 0.046759] dmar: ANDD device: 5 name: \_SB.PCI0.UA00
[ 0.046760] dmar: ANDD device: 6 name: \_SB.PCI0.UA01
[ 0.046761] dmar: ANDD device: 7 name: \_SB.PCI0.SDHC
[ 0.046887] IOAPIC id 8 under DRHD base 0xfed91000 IOMMU 1
[ 0.046888] HPET id 0 under DRHD base 0xfed91000
[ 0.046890] Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.047095] Enabled IRQ remapping in x2apic mode
[ 0.047096] Enabling x2apic
[ 0.047098] Enabled x2apic
[ 0.047105] Switched APIC routing to cluster x2apic.
[ 0.047761] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.057769] smpboot: CPU0: Intel(R) Core(TM) i3-4010U CPU @ 1.70GHz (fam: 06, model: 45, stepping: 01)
[ 0.057778] TSC deadline timer enabled
[ 0.057803] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[ 0.057829] ... version: 3
[ 0.057830] ... bit width: 48
[ 0.057831] ... generic registers: 4
[ 0.057832] ... value mask: 0000ffffffffffff
[ 0.057833] ... max period: 0000ffffffffffff
[ 0.057834] ... fixed-purpose events: 3
[ 0.057835] ... event mask: 000000070000000f
[ 0.059626] x86: Booting SMP configuration:
[ 0.059629] .... node #0, CPUs: #1
[ 0.074023] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.074111] #2 #3
[ 0.102964] x86: Booted up 1 node, 4 CPUs
[ 0.102968] smpboot: Total of 4 processors activated (13568.45 BogoMIPS)
[ 0.107665] devtmpfs: initialized
[ 0.111471] PM: Registering ACPI NVS region [mem 0xc7eeb000-0xc7ef1fff] (28672 bytes)
[ 0.111474] PM: Registering ACPI NVS region [mem 0xdbb26000-0xdbc8efff] (1478656 bytes)
[ 0.112500] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[ 0.112503] pinctrl core: initialized pinctrl subsystem
[ 0.112549] RTC time: 19:47:06, date: 09/22/14
[ 0.112659] NET: Registered protocol family 16
[ 0.112810] cpuidle: using governor menu
[ 0.112888] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.112889] ACPI: bus type PCI registered
[ 0.112891] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.112981] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.112984] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.113089] PCI: Using configuration type 1 for base access
[ 0.117948] ACPI: Added _OSI(Module Device)
[ 0.117951] ACPI: Added _OSI(Processor Device)
[ 0.117953] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.117954] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.123526] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.128560] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.131658] ACPI: Dynamic OEM Table Load:
[ 0.131666] ACPI: SSDT 0xFFFF880409101000 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120711)
[ 0.133818] ACPI: Dynamic OEM Table Load:
[ 0.133825] ACPI: SSDT 0xFFFF8804093B1800 0005AA (v01 PmRef ApIst 00003000 INTL 20120711)
[ 0.136649] ACPI: Dynamic OEM Table Load:
[ 0.136656] ACPI: SSDT 0xFFFF880409331E00 000119 (v01 PmRef ApCst 00003000 INTL 20120711)
[ 0.139371] ACPI: Interpreter enabled
[ 0.139380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
[ 0.139387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
[ 0.139407] ACPI: (supports S0 S3 S4 S5)
[ 0.139409] ACPI: Using IOAPIC for interrupt routing
[ 0.139442] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.151155] ACPI: Power Resource [FN00] (off)
[ 0.151245] ACPI: Power Resource [FN01] (off)
[ 0.151329] ACPI: Power Resource [FN02] (off)
[ 0.151412] ACPI: Power Resource [FN03] (off)
[ 0.151494] ACPI: Power Resource [FN04] (off)
[ 0.152362] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.152368] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.152635] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[ 0.152788] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[ 0.153325] PCI host bridge to bus 0000:00
[ 0.153329] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.153331] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.153333] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.153335] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.153337] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
[ 0.153339] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
[ 0.153340] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
[ 0.153342] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
[ 0.153344] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[ 0.153346] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[ 0.153347] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[ 0.153349] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[ 0.153351] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[ 0.153353] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[ 0.153355] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
[ 0.153358] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
[ 0.153360] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff]
[ 0.153369] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
[ 0.153484] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
[ 0.153498] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit]
[ 0.153507] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.153513] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.153623] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
[ 0.153633] pci 0000:00:03.0: reg 0x10: [mem 0xf7c34000-0xf7c37fff 64bit]
[ 0.153757] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
[ 0.153776] pci 0000:00:14.0: reg 0x10: [mem 0xf7c20000-0xf7c2ffff 64bit]
[ 0.153837] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.153886] pci 0000:00:14.0: System wakeup disabled by ACPI
[ 0.153931] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
[ 0.153953] pci 0000:00:16.0: reg 0x10: [mem 0xf7c3e000-0xf7c3e01f 64bit]
[ 0.154025] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.154120] pci 0000:00:19.0: [8086:1559] type 00 class 0x020000
[ 0.154137] pci 0000:00:19.0: reg 0x10: [mem 0xf7c00000-0xf7c1ffff]
[ 0.154145] pci 0000:00:19.0: reg 0x14: [mem 0xf7c3c000-0xf7c3cfff]
[ 0.154153] pci 0000:00:19.0: reg 0x18: [io 0xf080-0xf09f]
[ 0.154214] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.154263] pci 0000:00:19.0: System wakeup disabled by ACPI
[ 0.154307] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
[ 0.154321] pci 0000:00:1b.0: reg 0x10: [mem 0xf7c30000-0xf7c33fff 64bit]
[ 0.154381] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.154431] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.154478] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
[ 0.154499] pci 0000:00:1d.0: reg 0x10: [mem 0xf7c3b000-0xf7c3b3ff]
[ 0.154595] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.154665] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.154711] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
[ 0.154905] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
[ 0.154921] pci 0000:00:1f.2: reg 0x10: [io 0xf0d0-0xf0d7]
[ 0.154929] pci 0000:00:1f.2: reg 0x14: [io 0xf0c0-0xf0c3]
[ 0.154936] pci 0000:00:1f.2: reg 0x18: [io 0xf0b0-0xf0b7]
[ 0.154943] pci 0000:00:1f.2: reg 0x1c: [io 0xf0a0-0xf0a3]
[ 0.154951] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
[ 0.154958] pci 0000:00:1f.2: reg 0x24: [mem 0xf7c3a000-0xf7c3a7ff]
[ 0.154996] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.155077] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
[ 0.155091] pci 0000:00:1f.3: reg 0x10: [mem 0xf7c39000-0xf7c390ff 64bit]
[ 0.155112] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
[ 0.155202] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[ 0.156200] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.156258] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.156312] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.156366] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.156420] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.156473] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.156526] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.156578] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.156913] ACPI: Enabled 4 GPEs in block 00 to 7F
[ 0.157045] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.157047] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.157050] vgaarb: loaded
[ 0.157051] vgaarb: bridge control possible 0000:00:02.0
[ 0.157128] SCSI subsystem initialized
[ 0.157175] libata version 3.00 loaded.
[ 0.157211] ACPI: bus type USB registered
[ 0.157229] usbcore: registered new interface driver usbfs
[ 0.157239] usbcore: registered new interface driver hub
[ 0.157274] usbcore: registered new device driver usb
[ 0.157407] PCI: Using ACPI for IRQ routing
[ 0.158881] PCI: pci_cache_line_size set to 64 bytes
[ 0.158916] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.158918] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 0.158920] e820: reserve RAM buffer [mem 0xc7eeb000-0xc7ffffff]
[ 0.158921] e820: reserve RAM buffer [mem 0xdba74000-0xdbffffff]
[ 0.158923] e820: reserve RAM buffer [mem 0x41fe00000-0x41fffffff]
[ 0.159049] NetLabel: Initializing
[ 0.159050] NetLabel: domain hash size = 128
[ 0.159051] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.159065] NetLabel: unlabeled traffic allowed by default
[ 0.159122] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.159128] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.161164] Switched to clocksource hpet
[ 0.168505] pnp: PnP ACPI init
[ 0.168605] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.168610] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.168800] system 00:01: [io 0x0680-0x069f] has been reserved
[ 0.168803] system 00:01: [io 0xffff] has been reserved
[ 0.168805] system 00:01: [io 0xffff] has been reserved
[ 0.168807] system 00:01: [io 0xffff] has been reserved
[ 0.168809] system 00:01: [io 0x1c00-0x1cfe] has been reserved
[ 0.168811] system 00:01: [io 0x1d00-0x1dfe] has been reserved
[ 0.168813] system 00:01: [io 0x1e00-0x1efe] has been reserved
[ 0.168815] system 00:01: [io 0x1f00-0x1ffe] has been reserved
[ 0.168817] system 00:01: [io 0x1800-0x18fe] could not be reserved
[ 0.168819] system 00:01: [io 0x164e-0x164f] has been reserved
[ 0.168822] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.168861] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.168911] system 00:03: [io 0x1854-0x1857] has been reserved
[ 0.168914] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.169028] system 00:04: [io 0x0a00-0x0a1f] has been reserved
[ 0.169030] system 00:04: [io 0x0a00-0x0a0f] has been reserved
[ 0.169033] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.169149] pnp 00:05: Plug and Play ACPI device, IDs NTN0530 (disabled)
[ 0.169207] system 00:06: [io 0x04d0-0x04d1] has been reserved
[ 0.169210] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.172252] system 00:07: [mem 0xfe102000-0xfe102fff] has been reserved
[ 0.172255] system 00:07: [mem 0xfe104000-0xfe104fff] has been reserved
[ 0.172257] system 00:07: [mem 0xfe106000-0xfe106fff] has been reserved
[ 0.172259] system 00:07: [mem 0xfe108000-0xfe108fff] has been reserved
[ 0.172262] system 00:07: [mem 0xfe10a000-0xfe10afff] has been reserved
[ 0.172264] system 00:07: [mem 0xfe10c000-0xfe10cfff] has been reserved
[ 0.172266] system 00:07: [mem 0xfe10e000-0xfe10efff] has been reserved
[ 0.172268] system 00:07: [mem 0xfe112000-0xfe112fff] has been reserved
[ 0.172270] system 00:07: [mem 0xfe111000-0xfe111007] has been reserved
[ 0.172272] system 00:07: [mem 0xfe111014-0xfe111fff] has been reserved
[ 0.172275] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.172646] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.172648] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.172651] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.172653] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.172655] system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.172657] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.172659] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.172661] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.172664] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
[ 0.172666] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.172668] system 00:08: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[ 0.172670] system 00:08: [mem 0xf7fe0000-0xf7feffff] has been reserved
[ 0.172673] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.172921] pnp: PnP ACPI: found 9 devices
[ 0.179683] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.179686] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.179688] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.179690] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
[ 0.179692] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
[ 0.179693] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
[ 0.179695] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
[ 0.179697] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
[ 0.179699] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
[ 0.179701] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
[ 0.179703] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
[ 0.179704] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
[ 0.179706] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
[ 0.179708] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
[ 0.179710] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
[ 0.179712] pci_bus 0000:00: resource 19 [mem 0xdf200000-0xfeafffff]
[ 0.179745] NET: Registered protocol family 2
[ 0.180028] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.180316] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.180443] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.180463] TCP: reno registered
[ 0.180490] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.180553] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.180646] NET: Registered protocol family 1
[ 0.180664] pci 0000:00:02.0: Video device with shadowed ROM
[ 0.196296] PCI: CLS 64 bytes, default 64
[ 0.196358] Unpacking initramfs...
[ 0.512042] Freeing initrd memory: 16668K (ffff88003efb4000 - ffff88003fffb000)
[ 0.512076] dmar: ACPI device "INT33C2:00" under DMAR at fed91000 as 00:15.1
[ 0.512080] dmar: ACPI device "INT33C3:00" under DMAR at fed91000 as 00:15.2
[ 0.512083] dmar: ACPI device "INT33C0:00" under DMAR at fed91000 as 00:15.3
[ 0.512086] dmar: ACPI device "INT33C1:00" under DMAR at fed91000 as 00:15.4
[ 0.512089] dmar: ACPI device "INT33C4:00" under DMAR at fed91000 as 00:15.5
[ 0.512092] dmar: ACPI device "INT33C5:00" under DMAR at fed91000 as 00:15.6
[ 0.512094] dmar: ACPI device "INT33C6:00" under DMAR at fed91000 as 00:17.0
[ 0.512104] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.512107] software IO TLB [mem 0xd2dae000-0xd6dae000] (64MB) mapped at [ffff8800d2dae000-ffff8800d6dadfff]
[ 0.512343] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
[ 0.512395] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x16
[ 0.512405] microcode: CPU1 sig=0x40651, pf=0x40, revision=0x16
[ 0.512415] microcode: CPU2 sig=0x40651, pf=0x40, revision=0x16
[ 0.512424] microcode: CPU3 sig=0x40651, pf=0x40, revision=0x16
[ 0.512481] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.512906] AVX2 version of gcm_enc/dec engaged.
[ 0.512908] AES CTR mode by8 optimization enabled
[ 0.515103] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[ 0.515571] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.515589] Initialise system trusted keyring
[ 0.515619] audit: initializing netlink subsys (disabled)
[ 0.515634] audit: type=2000 audit(1411415226.501:1): initialized
[ 0.516029] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.517828] zpool: loaded
[ 0.518029] VFS: Disk quotas dquot_6.5.2
[ 0.518071] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.518483] msgmni has been set to 31949
[ 0.518551] Key type big_key registered
[ 0.518555] SELinux: Registering netfilter hooks
[ 0.519584] alg: No test for stdrng (krng)
[ 0.519598] NET: Registered protocol family 38
[ 0.519610] Key type asymmetric registered
[ 0.519614] Asymmetric key parser 'x509' registered
[ 0.519664] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.519710] io scheduler noop registered
[ 0.519716] io scheduler deadline registered
[ 0.519754] io scheduler cfq registered (default)
[ 0.519867] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.519884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.519938] intel_idle: MWAIT substates: 0x11142120
[ 0.519940] intel_idle: v0.4 model 0x45
[ 0.519941] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.520302] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.520306] ACPI: Power Button [PWRB]
[ 0.520367] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.520369] ACPI: Power Button [PWRF]
[ 0.520450] ACPI: Fan [FAN0] (off)
[ 0.520483] ACPI: Fan [FAN1] (off)
[ 0.520511] ACPI: Fan [FAN2] (off)
[ 0.520538] ACPI: Fan [FAN3] (off)
[ 0.520566] ACPI: Fan [FAN4] (off)
[ 0.521083] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.521086] ACPI: Thermal Zone [TZ00] (28 C)
[ 0.521325] thermal LNXTHERM:01: registered as thermal_zone1
[ 0.521327] ACPI: Thermal Zone [TZ01] (30 C)
[ 0.521399] GHES: HEST is not enabled!
[ 0.521492] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.542177] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.542821] Non-volatile memory driver v1.3
[ 0.542825] Linux agpgart interface v0.103
[ 0.542964] ahci 0000:00:1f.2: version 3.0
[ 0.543100] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
[ 0.553353] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x8 impl SATA mode
[ 0.553357] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
[ 0.553886] scsi host0: ahci
[ 0.554061] scsi host1: ahci
[ 0.554194] scsi host2: ahci
[ 0.554333] scsi host3: ahci
[ 0.554383] ata1: DUMMY
[ 0.554384] ata2: DUMMY
[ 0.554385] ata3: DUMMY
[ 0.554388] ata4: SATA max UDMA/133 abar m2048@0xf7c3a000 port 0xf7c3a280 irq 42
[ 0.554483] libphy: Fixed MDIO Bus: probed
[ 0.554567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.554571] ehci-pci: EHCI PCI platform driver
[ 0.554698] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.554766] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
[ 0.554780] ehci-pci 0000:00:1d.0: debug port 2
[ 0.558696] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 0.558717] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7c3b000
[ 0.564344] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.564396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.564398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.564400] usb usb1: Product: EHCI Host Controller
[ 0.564402] usb usb1: Manufacturer: Linux 3.17.0-0.rc6.git0.1.fc22.x86_64 ehci_hcd
[ 0.564403] usb usb1: SerialNumber: 0000:00:1d.0
[ 0.564555] hub 1-0:1.0: USB hub found
[ 0.564560] hub 1-0:1.0: 8 ports detected
[ 0.564785] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.564792] ohci-pci: OHCI PCI platform driver
[ 0.564803] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.564940] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.565010] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 0.565095] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 0.565114] xhci_hcd 0000:00:14.0: irq 43 for MSI/MSI-X
[ 0.565173] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.565175] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.565177] usb usb2: Product: xHCI Host Controller
[ 0.565179] usb usb2: Manufacturer: Linux 3.17.0-0.rc6.git0.1.fc22.x86_64 xhci_hcd
[ 0.565181] usb usb2: SerialNumber: 0000:00:14.0
[ 0.565317] hub 2-0:1.0: USB hub found
[ 0.565329] hub 2-0:1.0: 9 ports detected
[ 0.567818] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.567887] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 0.567925] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.567927] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.567929] usb usb3: Product: xHCI Host Controller
[ 0.567931] usb usb3: Manufacturer: Linux 3.17.0-0.rc6.git0.1.fc22.x86_64 xhci_hcd
[ 0.567933] usb usb3: SerialNumber: 0000:00:14.0
[ 0.568066] hub 3-0:1.0: USB hub found
[ 0.568075] hub 3-0:1.0: 4 ports detected
[ 0.568957] usbcore: registered new interface driver usbserial
[ 0.568965] usbcore: registered new interface driver usbserial_generic
[ 0.568975] usbserial: USB Serial support registered for generic
[ 0.569008] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 0.859474] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.859879] ata4.00: supports DRM functions and may not be fully accessible
[ 0.862776] ata4.00: ATA-9: Crucial_CT240M500SSD3, MU05, max UDMA/133
[ 0.862780] ata4.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 0.866357] ata4.00: supports DRM functions and may not be fully accessible
[ 0.872511] ata4.00: configured for UDMA/133
[ 0.872641] scsi 3:0:0:0: Direct-Access ATA Crucial_CT240M50 MU05 PQ: 0 ANSI: 5
[ 0.872841] sd 3:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/223 GiB)
[ 0.872846] sd 3:0:0:0: [sda] 4096-byte physical blocks
[ 0.872878] sd 3:0:0:0: Attached scsi generic sg0 type 0
[ 0.872938] sd 3:0:0:0: [sda] Write Protect is off
[ 0.872941] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.872981] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.874391] sda: sda1 sda2 sda3 sda4 sda5
[ 0.874851] sd 3:0:0:0: [sda] Attached SCSI disk
[ 1.639458] mousedev: PS/2 mouse device common for all mice
[ 1.639489] tsc: Refined TSC clocksource calibration: 1696.075 MHz
[ 1.639646] rtc_cmos 00:02: RTC can wake from S4
[ 1.639811] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 1.639844] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 1.639923] device-mapper: uevent: version 1.0.3
[ 1.640006] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[ 1.640091] Intel P-state driver initializing.
[ 1.641458] EFI Variables Facility v0.08 2004-May-17
[ 1.648237] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.648550] usbcore: registered new interface driver usbhid
[ 1.648553] usbhid: USB HID core driver
[ 1.648643] drop_monitor: Initializing network drop monitor service
[ 1.648835] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 1.648947] TCP: cubic registered
[ 1.648965] Initializing XFRM netlink socket
[ 1.649220] NET: Registered protocol family 10
[ 1.649723] mip6: Mobile IPv6
[ 1.649737] NET: Registered protocol family 17
[ 1.650215] Loading compiled-in X.509 certificates
[ 1.651282] Loaded X.509 cert 'Fedora kernel signing key: 55dd733bdc92145fce90bc33b61f1c5e11466157'
[ 1.651303] registered taskstats version 1
[ 1.651602] Magic number: 14:922:799
[ 1.651651] acpi PNP0C09:00: hash matches
[ 1.651721] rtc_cmos 00:02: setting system clock to 2014-09-22 19:47:07 UTC (1411415227)
[ 1.651819] PM: Hibernation image not present or could not be loaded.
[ 1.652907] Freeing unused kernel memory: 1468K (ffffffff81d24000 - ffffffff81e93000)
[ 1.652909] Write protecting the kernel read-only data: 12288k
[ 1.655390] Freeing unused kernel memory: 812K (ffff880001735000 - ffff880001800000)
[ 1.657728] Freeing unused kernel memory: 864K (ffff880001b28000 - ffff880001c00000)
[ 1.668554] random: systemd urandom read with 13 bits of entropy available
[ 1.839719] systemd-udevd[237]: starting version 215
[ 1.840909] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.891680] sdhci: Secure Digital Host Controller Interface driver
[ 1.891685] sdhci: Copyright(c) Pierre Ossman
[ 1.898439] pps_core: LinuxPPS API ver. 1 registered
[ 1.898443] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 1.901154] PTP clock support registered
[ 1.928273] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[ 1.928278] e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
[ 1.928526] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 1.928555] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
[ 1.948401] [drm] Initialized drm 1.1.0 20060810
[ 1.955352] usb 1-1: New USB device found, idVendor=8087, idProduct=8000
[ 1.955358] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.955659] hub 1-1:1.0: USB hub found
[ 1.955721] hub 1-1:1.0: 8 ports detected
[ 2.111016] usb 2-1: new full-speed USB device number 2 using xhci_hcd
[ 2.277970] usb 2-1: New USB device found, idVendor=05ac, idProduct=1003
[ 2.277974] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.277977] usb 2-1: Product: Hub in Apple Extended USB Keyboard
[ 2.277978] usb 2-1: Manufacturer: Mitsumi Electric
[ 2.278125] usb 2-1: ep 0x81 - rounding interval to 1024 microframes, ep desc says 2040 microframes
[ 2.278430] hub 2-1:1.0: USB hub found
[ 2.278790] hub 2-1:1.0: 3 ports detected
[ 2.501137] e1000e 0000:00:19.0 eth0: registered PHC clock
[ 2.501158] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) ec:a8:6b:fe:35:84
[ 2.501161] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[ 2.501201] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[ 2.502059] [drm] Memory usable by graphics device = 2048M
[ 2.502067] [drm] Replacing VGA console driver
[ 2.505606] e1000e 0000:00:19.0 em1: renamed from eth0
[ 2.508333] i915 0000:00:02.0: irq 45 for MSI/MSI-X
[ 2.508351] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 2.508353] [drm] Driver supports precise vblank timestamp query.
[ 2.508385] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 2.515352] systemd-udevd[240]: renamed network interface eth0 to em1
[ 2.518918] i915 0000:00:02.0: No connectors reported connected with modes
[ 2.518923] [drm] Cannot find any crtc or sizes - going 1024x768
[ 2.519415] fbcon: inteldrmfb (fb0) is primary device
[ 2.519508] Console: switching to colour frame buffer device 128x48
[ 2.521838] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 2.521840] i915 0000:00:02.0: registered panic notifier
[ 2.541090] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 2.541385] usb 2-1.3: new full-speed USB device number 3 using xhci_hcd
[ 2.541675] acpi device:60: registered as cooling_device9
[ 2.541792] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2
[ 2.541920] [drm] Initialized i915 1.6.0 20140725 for 0000:00:02.0 on minor 0
[ 2.565552] PM: Starting manual resume from disk
[ 2.565559] PM: Hibernation image partition 8:3 present
[ 2.565561] PM: Looking for hibernation image.
[ 2.565871] PM: Image not found (code -22)
[ 2.565875] PM: Hibernation image not present or could not be loaded.
[ 2.580912] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[ 2.632030] usb 2-1.3: New USB device found, idVendor=05ac, idProduct=020b
[ 2.632034] usb 2-1.3: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[ 2.632037] usb 2-1.3: Product: Apple Extended USB Keyboard
[ 2.632039] usb 2-1.3: Manufacturer: Mitsumi Electric
[ 2.632168] usb 2-1.3: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 2.632173] usb 2-1.3: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 2.636785] input: Mitsumi Electric Apple Extended USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1.3/2-1.3:1.0/0003:05AC:020B.0001/input/input3
[ 2.636925] hid-generic 0003:05AC:020B.0001: input,hidraw0: USB HID v1.10 Keyboard [Mitsumi Electric Apple Extended USB Keyboard] on usb-0000:00:14.0-1.3/input0
[ 2.640548] Switched to clocksource tsc
[ 2.641110] input: Mitsumi Electric Apple Extended USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1.3/2-1.3:1.1/0003:05AC:020B.0002/input/input4
[ 2.641258] hid-generic 0003:05AC:020B.0002: input,hidraw1: USB HID v1.10 Device [Mitsumi Electric Apple Extended USB Keyboard] on usb-0000:00:14.0-1.3/input1
[ 2.920845] systemd-journald[126]: Received SIGTERM from PID 1 (systemd).
[ 2.970256] audit: type=1404 audit(1411415228.816:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[ 2.991613] SELinux: 2048 avtab hash slots, 101598 rules.
[ 3.010909] SELinux: 2048 avtab hash slots, 101598 rules.
[ 3.039890] SELinux: 8 users, 102 roles, 4893 types, 290 bools, 1 sens, 1024 cats
[ 3.039895] SELinux: 83 classes, 101598 rules
[ 3.045048] SELinux: Permission audit_read in class capability2 not defined in policy.
[ 3.045054] SELinux: the above unknown classes and permissions will be allowed
[ 3.045059] SELinux: Completing initialization.
[ 3.045060] SELinux: Setting up existing superblocks.
[ 3.045066] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
[ 3.045075] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
[ 3.045081] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[ 3.045128] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 3.045161] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs
[ 3.045732] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
[ 3.046598] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
[ 3.046601] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
[ 3.046605] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
[ 3.046608] SELinux: initialized (dev aio, type aio), not configured for labeling
[ 3.046611] SELinux: initialized (dev devpts, type devpts), uses transition SIDs
[ 3.046626] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs
[ 3.046631] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
[ 3.046640] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
[ 3.046650] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[ 3.046994] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts
[ 3.046997] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 3.047003] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 3.047079] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 3.047110] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 3.047115] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts
[ 3.047118] SELinux: initialized (dev efivarfs, type efivarfs), uses genfs_contexts
[ 3.047136] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 3.047138] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 3.047141] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 3.047148] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 3.047151] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 3.047153] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 3.047155] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 3.047161] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 3.047164] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 3.047167] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts
[ 3.047170] SELinux: initialized (dev drm, type drm), not configured for labeling
[ 3.047176] SELinux: initialized (dev sda4, type ext4), uses xattr
[ 3.052157] audit: type=1403 audit(1411415228.898:3): policy loaded auid=4294967295 ses=4294967295
[ 3.058191] systemd[1]: Successfully loaded SELinux policy in 88.496ms.
[ 3.091799] systemd[1]: Relabelled /dev and /run in 19.827ms.
[ 3.196493] random: nonblocking pool is initialized
[ 3.220476] systemd-readahead[377]: Bumped block_nr parameter of 8:0 to 20480. This is a temporary hack and should be removed one day.
[ 3.231864] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
[ 3.249016] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs
[ 3.255691] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 3.340442] EXT4-fs (sda4): re-mounted. Opts: (null)
[ 3.385491] systemd-udevd[418]: starting version 215
[ 3.617186] nuvoton-cir 00:05: [io 0x0240-0x024f]
[ 3.617234] nuvoton-cir 00:05: [irq 3]
[ 3.617240] nuvoton-cir 00:05: [io 0x0250-0x025f]
[ 3.617912] nuvoton-cir 00:05: activated
[ 3.649635] Registered IR keymap rc-rc6-mce
[ 3.649786] input: Nuvoton w836x7hg Infrared Remote Transceiver as /devices/pnp0/00:05/rc/rc0/input5
[ 3.649932] rc0: Nuvoton w836x7hg Infrared Remote Transceiver as /devices/pnp0/00:05/rc/rc0
[ 3.660003] IR NEC protocol handler initialized
[ 3.665249] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\_SB_.PCI0.SBUS.SMBI) (20140724/utaddress-258)
[ 3.665261] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 3.665844] IR RC5(x/sz) protocol handler initialized
[ 3.669179] IR RC6 protocol handler initialized
[ 3.671556] IR JVC protocol handler initialized
[ 3.673459] IR Sony protocol handler initialized
[ 3.673740] IR SANYO protocol handler initialized
[ 3.674002] IR Sharp protocol handler initialized
[ 3.681615] IR MCE Keyboard/mouse protocol handler initialized
[ 3.687181] lirc_dev: IR Remote Control driver registered, major 246
[ 3.691188] IR LIRC bridge handler initialized
[ 3.691520] IR XMP protocol handler initialized
[ 3.691703] mei_me 0000:00:16.0: irq 46 for MSI/MSI-X
[ 3.692389] input: MCE IR Keyboard/Mouse (nuvoton-cir) as /devices/virtual/input/input6
[ 3.695716] rc rc0: lirc_dev: driver ir-lirc-codec (nuvoton-cir) registered at minor = 0
[ 3.695752] nuvoton_cir: driver has been successfully loaded
[ 3.729575] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
[ 3.729793] snd_hda_intel 0000:00:03.0: irq 47 for MSI/MSI-X
[ 3.729866] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[ 3.730038] snd_hda_intel 0000:00:1b.0: irq 48 for MSI/MSI-X
[ 3.749689] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input7
[ 3.749797] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input8
[ 3.753277] alg: No test for crc32 (crc32-pclmul)
[ 3.775417] sound hdaudioC1D0: autoconfig: line_outs=1 (0x21/0x0/0x0/0x0/0x0) type:hp
[ 3.775425] sound hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 3.775429] sound hdaudioC1D0: hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 3.775432] sound hdaudioC1D0: mono: mono_out=0x0
[ 3.775434] sound hdaudioC1D0: inputs:
[ 3.775438] sound hdaudioC1D0: Mic=0x19
[ 3.779447] Adding 8200188k swap on /dev/sda3. Priority:-1 extents:1 across:8200188k SSFS
[ 3.784277] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input9
[ 3.784438] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
[ 3.837094] iTCO_vendor_support: vendor-support=0
[ 3.840860] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 3.840897] iTCO_wdt: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
[ 3.857790] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 3.887145] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 3.887502] SELinux: initialized (dev sda2, type ext4), uses xattr
[ 3.895706] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[ 3.895718] SELinux: initialized (dev sda5, type ext4), uses xattr
[ 3.936480] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 3.936495] SELinux: initialized (dev sda1, type vfat), uses genfs_contexts
[ 3.953481] systemd-journald[379]: Received request to flush runtime journal from PID 1
[ 4.005977] audit: type=1305 audit(1411415229.852:4): audit_pid=514 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1
[ 4.344855] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 4.400093] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 4.522369] Ebtables v2.0 registered
[ 4.557513] Bridge firewalling registered
[ 4.989359] cfg80211: Calling CRDA to update world regulatory domain
[ 5.000545] cfg80211: World regulatory domain updated:
[ 5.000550] cfg80211: DFS Master region: unset
[ 5.000553] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 5.000558] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 5.000561] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 5.000564] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 5.000568] cfg80211: (5170000 KHz - 5250000 KHz @ 160000 KHz), (N/A, 2000 mBm), (N/A)
[ 5.000571] cfg80211: (5250000 KHz - 5330000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 5.000574] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 5.000577] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 5.000580] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 5.282561] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
[ 5.383449] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
[ 5.383563] IPv6: ADDRCONF(NETDEV_UP): em1: link is not ready
[ 5.571269] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 6.189638] tun: Universal TUN/TAP device driver, 1.6
[ 6.189642] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 6.235482] device virbr0-nic entered promiscuous mode
[ 6.250996] virbr0: port 1(virbr0-nic) entered forwarding state
[ 6.251007] virbr0: port 1(virbr0-nic) entered forwarding state
[ 6.531778] virbr0: port 1(virbr0-nic) entered disabled state
[ 6.574476] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 8.210289] e1000e: em1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[ 8.210300] e1000e 0000:00:19.0 em1: 10/100 speed: disabling TSO
[ 8.210339] IPv6: ADDRCONF(NETDEV_CHANGE): em1: link becomes ready
[ 11.842172] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 24.491342] usb 2-1: USB disconnect, device number 2
[ 24.491351] usb 2-1.3: USB disconnect, device number 3
[ 835.259300] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 1159.688846] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 4437.044606] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 5672.113577] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs

nuc-celeron | success | rc=0 >>
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.17.0-0.rc6.git0.1.fc22.x86_64 (jwboyer@vader) (gcc version 4.8.3 20140624 (Red Hat 4.8.3-1) (GCC) ) #1 SMP Mon Sep 22 15:05:06 EDT 2014
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.17.0-0.rc6.git0.1.fc22.x86_64 root=UUID=5f48293b-7e3a-489e-b7c0-456bf29952f1 ro vconsole.font=latarcyrheb-sun16 rhgb quiet LANG=en_US.UTF-8
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001effffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000001f000000-0x00000000200fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020100000-0x00000000b91d1fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000b91d2000-0x00000000b9201fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b9202000-0x00000000b9211fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000b9212000-0x00000000b96fffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000b9700000-0x00000000b9a02fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b9a03000-0x00000000b9a03fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000b9a04000-0x00000000b9a45fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b9a46000-0x00000000b9bbafff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000b9bbb000-0x00000000b9ff8fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b9ff9000-0x00000000b9ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0xa9629018-0xa9639057] usable ==> usable
[ 0.000000] e820: update [mem 0xa961b018-0xa9628857] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000008efff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000001effffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000001f000000-0x00000000200fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000020100000-0x00000000a961b017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000a961b018-0x00000000a9628857] usable
[ 0.000000] reserve setup_data: [mem 0x00000000a9628858-0x00000000a9629017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000a9629018-0x00000000a9639057] usable
[ 0.000000] reserve setup_data: [mem 0x00000000a9639058-0x00000000b91d1fff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b91d2000-0x00000000b9201fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000b9202000-0x00000000b9211fff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x00000000b9212000-0x00000000b96fffff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000b9700000-0x00000000b9a02fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000b9a03000-0x00000000b9a03fff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b9a04000-0x00000000b9a45fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000b9a46000-0x00000000b9bbafff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b9bbb000-0x00000000b9ff8fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000b9ff9000-0x00000000b9ffffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000023fffffff] usable
[ 0.000000] efi: EFI v2.31 by American Megatrends
[ 0.000000] efi: ACPI=0xb9205000 ACPI 2.0=0xb9205000 SMBIOS=0xf0570 MPS=0xfd5e0
[ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000008000) (0MB)
[ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000008000-0x0000000000009000) (0MB)
[ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000009000-0x000000000002f000) (0MB)
[ 0.000000] efi: mem03: type=3, attr=0xf, range=[0x000000000002f000-0x000000000008f000) (0MB)
[ 0.000000] efi: mem04: type=10, attr=0xf, range=[0x000000000008f000-0x0000000000090000) (0MB)
[ 0.000000] efi: mem05: type=7, attr=0xf, range=[0x0000000000090000-0x000000000009f000) (0MB)
[ 0.000000] efi: mem06: type=4, attr=0xf, range=[0x000000000009f000-0x00000000000a0000) (0MB)
[ 0.000000] efi: mem07: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
[ 0.000000] efi: mem08: type=2, attr=0xf, range=[0x0000000001000000-0x000000000243e000) (20MB)
[ 0.000000] efi: mem09: type=7, attr=0xf, range=[0x000000000243e000-0x000000001f000000) (459MB)
[ 0.000000] efi: mem10: type=0, attr=0xf, range=[0x000000001f000000-0x0000000020100000) (17MB)
[ 0.000000] efi: mem11: type=7, attr=0xf, range=[0x0000000020100000-0x000000003f609000) (501MB)
[ 0.000000] efi: mem12: type=2, attr=0xf, range=[0x000000003f609000-0x0000000040000000) (9MB)
[ 0.000000] efi: mem13: type=7, attr=0xf, range=[0x0000000040000000-0x000000006fe86000) (766MB)
[ 0.000000] efi: mem14: type=2, attr=0xf, range=[0x000000006fe86000-0x000000009a000000) (673MB)
[ 0.000000] efi: mem15: type=4, attr=0xf, range=[0x000000009a000000-0x000000009a020000) (0MB)
[ 0.000000] efi: mem16: type=7, attr=0xf, range=[0x000000009a020000-0x00000000a961a000) (245MB)
[ 0.000000] efi: mem17: type=2, attr=0xf, range=[0x00000000a961a000-0x00000000a9804000) (1MB)
[ 0.000000] efi: mem18: type=1, attr=0xf, range=[0x00000000a9804000-0x00000000a993f000) (1MB)
[ 0.000000] efi: mem19: type=4, attr=0xf, range=[0x00000000a993f000-0x00000000b88a2000) (239MB)
[ 0.000000] efi: mem20: type=7, attr=0xf, range=[0x00000000b88a2000-0x00000000b8a78000) (1MB)
[ 0.000000] efi: mem21: type=3, attr=0xf, range=[0x00000000b8a78000-0x00000000b91d2000) (7MB)
[ 0.000000] efi: mem22: type=0, attr=0xf, range=[0x00000000b91d2000-0x00000000b9202000) (0MB)
[ 0.000000] efi: mem23: type=9, attr=0xf, range=[0x00000000b9202000-0x00000000b9212000) (0MB)
[ 0.000000] efi: mem24: type=10, attr=0xf, range=[0x00000000b9212000-0x00000000b9700000) (4MB)
[ 0.000000] efi: mem25: type=6, attr=0x800000000000000f, range=[0x00000000b9700000-0x00000000b99b0000) (2MB)
[ 0.000000] efi: mem26: type=5, attr=0x800000000000000f, range=[0x00000000b99b0000-0x00000000b9a03000) (0MB)
[ 0.000000] efi: mem27: type=4, attr=0xf, range=[0x00000000b9a03000-0x00000000b9a04000) (0MB)
[ 0.000000] efi: mem28: type=6, attr=0x800000000000000f, range=[0x00000000b9a04000-0x00000000b9a46000) (0MB)
[ 0.000000] efi: mem29: type=4, attr=0xf, range=[0x00000000b9a46000-0x00000000b9bbb000) (1MB)
[ 0.000000] efi: mem30: type=6, attr=0x800000000000000f, range=[0x00000000b9bbb000-0x00000000b9ff9000) (4MB)
[ 0.000000] efi: mem31: type=4, attr=0xf, range=[0x00000000b9ff9000-0x00000000ba000000) (0MB)
[ 0.000000] efi: mem32: type=7, attr=0xf, range=[0x0000000100000000-0x0000000240000000) (5120MB)
[ 0.000000] efi: mem33: type=11, attr=0x8000000000000000, range=[0x00000000e00f8000-0x00000000e00f9000) (0MB)
[ 0.000000] efi: mem34: type=11, attr=0x8000000000000000, range=[0x00000000fed01000-0x00000000fed02000) (0MB)
[ 0.000000] efi: mem35: type=11, attr=0x8000000000000000, range=[0x00000000ffb00000-0x0000000100000000) (5MB)
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: \xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff \xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff/DN2820FYK, BIOS FYBYT10H.86A.0034.2014.0513.1413 05/13/2014
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x240000 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-E7FFF write-through
[ 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 0BA000000 mask FFE000000 uncachable
[ 0.000000] 3 base 0BC000000 mask FFC000000 uncachable
[ 0.000000] 4 base 100000000 mask F00000000 write-back
[ 0.000000] 5 base 200000000 mask F00000000 write-back
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: update [mem 0xba000000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xba000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fd7c0-0x000fd7cf] mapped at [ffff8800000fd7c0]
[ 0.000000] Base memory trampoline at [ffff880000087000] 87000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x0201a000, 0x0201afff] PGTABLE
[ 0.000000] BRK [0x0201b000, 0x0201bfff] PGTABLE
[ 0.000000] BRK [0x0201c000, 0x0201cfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x23fe00000-0x23fffffff]
[ 0.000000] [mem 0x23fe00000-0x23fffffff] page 2M
[ 0.000000] BRK [0x0201d000, 0x0201dfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x23c000000-0x23fdfffff]
[ 0.000000] [mem 0x23c000000-0x23fdfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x200000000-0x23bffffff]
[ 0.000000] [mem 0x200000000-0x23bffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x1effffff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x1effffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x20100000-0xb91d1fff]
[ 0.000000] [mem 0x20100000-0x201fffff] page 4k
[ 0.000000] [mem 0x20200000-0xb8ffffff] page 2M
[ 0.000000] [mem 0xb9000000-0xb91d1fff] page 4k
[ 0.000000] BRK [0x0201e000, 0x0201efff] PGTABLE
[ 0.000000] BRK [0x0201f000, 0x0201ffff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0xb9a03000-0xb9a03fff]
[ 0.000000] [mem 0xb9a03000-0xb9a03fff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xb9a46000-0xb9bbafff]
[ 0.000000] [mem 0xb9a46000-0xb9bbafff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xb9ff9000-0xb9ffffff]
[ 0.000000] [mem 0xb9ff9000-0xb9ffffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
[ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M
[ 0.000000] RAMDISK: [mem 0x3f609000-0x3fffafff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000B9205000 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x00000000B9205080 000084 (v01 INTEL DN2820FY 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000B92105F0 00010C (v05 INTEL DN2820FY 01072009 AMI 00010013)
[ 0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20140724/tbfadt-618)
[ 0.000000] ACPI: DSDT 0x00000000B9205198 00B452 (v02 INTEL DN2820FY 01072009 INTL 20120913)
[ 0.000000] ACPI: FACS 0x00000000B96A0F80 000040
[ 0.000000] ACPI: APIC 0x00000000B9210700 000068 (v03 INTEL DN2820FY 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x00000000B9210768 000044 (v01 INTEL DN2820FY 01072009 AMI 00010013)
[ 0.000000] ACPI: FIDT 0x00000000B92107B0 00009C (v01 INTEL DN2820FY 01072009 AMI 00010013)
[ 0.000000] ACPI: MCFG 0x00000000B9210850 00003C (v01 INTEL DN2820FY 01072009 MSFT 00000097)
[ 0.000000] ACPI: LPIT 0x00000000B9210890 000104 (v01 INTEL DN2820FY 00000003 VLV2 0100000D)
[ 0.000000] ACPI: HPET 0x00000000B9210998 000038 (v01 INTEL DN2820FY 01072009 AMI. 00000005)
[ 0.000000] ACPI: SSDT 0x00000000B92109D0 000763 (v01 INTEL DN2820FY 00003000 INTL 20061109)
[ 0.000000] ACPI: SSDT 0x00000000B9211138 000290 (v01 INTEL DN2820FY 00003000 INTL 20061109)
[ 0.000000] ACPI: SSDT 0x00000000B92113C8 00017A (v01 INTEL DN2820FY 00003000 INTL 20061109)
[ 0.000000] ACPI: UEFI 0x00000000B9211548 000042 (v01 INTEL DN2820FY 00000000 00000000)
[ 0.000000] ACPI: BGRT 0x00000000B9211590 000038 (v01 INTEL DN2820FY 01072009 AMI 00010013)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000023fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x23fffffff]
[ 0.000000] NODE_DATA [mem 0x23ffe4000-0x23fff7fff]
[ 0.000000] [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880237600000-ffff88023f5fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x23fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0008efff]
[ 0.000000] node 0: [mem 0x00090000-0x0009ffff]
[ 0.000000] node 0: [mem 0x00100000-0x1effffff]
[ 0.000000] node 0: [mem 0x20100000-0xb91d1fff]
[ 0.000000] node 0: [mem 0xb9a03000-0xb9a03fff]
[ 0.000000] node 0: [mem 0xb9a46000-0xb9bbafff]
[ 0.000000] node 0: [mem 0xb9ff9000-0xb9ffffff]
[ 0.000000] node 0: [mem 0x100000000-0x23fffffff]
[ 0.000000] On node 0 totalpages: 2064877
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 39 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 11722 pages used for memmap
[ 0.000000] DMA32 zone: 750159 pages, LIFO batch:31
[ 0.000000] Normal zone: 20480 pages used for memmap
[ 0.000000] Normal zone: 1310720 pages, LIFO batch:31
[ 0.000000] tboot: non-0 tboot_addr but it is not of type E820_RESERVED
[ 0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
[ 0.000000] Reserving Intel graphics stolen memory at 0xbb000000-0xbeffffff
[ 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[0x02] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] res res lint[0x4d])
[ 0.000000] ACPI: NMI not connected to LINT 1!
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] low level lint[0x4c])
[ 0.000000] ACPI: NMI not connected to LINT 1!
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
[ 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: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x1f000000-0x200fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xa961b000-0xa961bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xa9628000-0xa9628fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xa9629000-0xa9629fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xa9639000-0xa9639fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xb91d2000-0xb9201fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xb9202000-0xb9211fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xb9212000-0xb96fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xb9700000-0xb9a02fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xb9a04000-0xb9a45fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xb9bbb000-0xb9ff8fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xba000000-0xbaffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb000000-0xbeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbf000000-0xe00f7fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe00f9000-0xfed00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed02000-0xffafffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
[ 0.000000] e820: [mem 0xbf000000-0xe00f7fff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88023fc00000 s87360 r8192 d23232 u1048576
[ 0.000000] pcpu-alloc: s87360 r8192 d23232 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2032572
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.17.0-0.rc6.git0.1.fc22.x86_64 root=UUID=5f48293b-7e3a-489e-b7c0-456bf29952f1 ro vconsole.font=latarcyrheb-sun16 rhgb quiet LANG=en_US.UTF-8
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Memory: 7780496K/8259508K available (7368K kernel code, 1160K rwdata, 3232K rodata, 1468K init, 1532K bss, 479012K reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=2.
[ 0.000000] Offload RCU callbacks from all CPUs
[ 0.000000] Offload RCU callbacks from CPUs: 0-1.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS:65792 nr_irqs:512 0
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 33554432 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Maximum core-clock to bus-clock ratio: 0x10
[ 0.000000] Resolved frequency ID: 2, frequency: 133200 KHz
[ 0.000000] TSC runs at 2131200 KHz
[ 0.000000] lapic_timer_frequency = 133200
[ 0.000000] tsc: Detected 2131.200 MHz processor
[ 0.000040] Calibrating delay loop (skipped), value calculated using timer frequency.. 4262.40 BogoMIPS (lpj=2131200)
[ 0.000046] pid_max: default: 32768 minimum: 301
[ 0.000063] ACPI: Core revision 20140724
[ 0.019272] ACPI: All ACPI Tables successfully acquired
[ 0.021009] Security Framework initialized
[ 0.021020] SELinux: Initializing.
[ 0.021032] SELinux: Starting in permissive mode
[ 0.022232] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.026055] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.027713] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.027745] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.028191] Initializing cgroup subsys memory
[ 0.028207] Initializing cgroup subsys devices
[ 0.028213] Initializing cgroup subsys freezer
[ 0.028218] Initializing cgroup subsys net_cls
[ 0.028223] Initializing cgroup subsys blkio
[ 0.028228] Initializing cgroup subsys perf_event
[ 0.028233] Initializing cgroup subsys net_prio
[ 0.028238] Initializing cgroup subsys hugetlb
[ 0.028273] CPU: Physical Processor ID: 0
[ 0.028276] CPU: Processor Core ID: 0
[ 0.028282] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.034179] mce: CPU supports 6 MCE banks
[ 0.034189] CPU0: Thermal monitoring handled by SMI
[ 0.034200] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[ 0.034330] Freeing SMP alternatives memory: 24K (ffffffff81e93000 - ffffffff81e99000)
[ 0.055751] ftrace: allocating 27145 entries in 107 pages
[ 0.070899] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ 0.080896] smpboot: CPU0: Intel(R) Celeron(R) CPU N2820 @ 2.13GHz (fam: 06, model: 37, stepping: 03)
[ 0.080924] TSC deadline timer enabled
[ 0.080957] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
[ 0.080973] ... version: 3
[ 0.080975] ... bit width: 40
[ 0.080977] ... generic registers: 2
[ 0.080979] ... value mask: 000000ffffffffff
[ 0.080981] ... max period: 000000ffffffffff
[ 0.080983] ... fixed-purpose events: 3
[ 0.080985] ... event mask: 0000000700000003
[ 0.083661] x86: Booting SMP configuration:
[ 0.083668] .... node #0, CPUs: #1
[ 0.100536] CPU1: Thermal monitoring handled by SMI
[ 0.102642] x86: Booted up 1 node, 2 CPUs
[ 0.102650] smpboot: Total of 2 processors activated (8524.80 BogoMIPS)
[ 0.102715] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.103388] devtmpfs: initialized
[ 0.111223] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[ 0.111228] PM: Registering ACPI NVS region [mem 0xb9212000-0xb96fffff] (5169152 bytes)
[ 0.113310] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[ 0.113316] pinctrl core: initialized pinctrl subsystem
[ 0.113396] RTC time: 19:56:25, date: 09/22/14
[ 0.113639] NET: Registered protocol family 16
[ 0.113917] cpuidle: using governor menu
[ 0.114119] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.114123] ACPI: bus type PCI registered
[ 0.114127] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.114264] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.114269] PCI: not using MMCONFIG
[ 0.114272] PCI: Using configuration type 1 for base access
[ 0.119431] ACPI: Added _OSI(Module Device)
[ 0.119436] ACPI: Added _OSI(Processor Device)
[ 0.119439] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.119441] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.136530] ACPI: Dynamic OEM Table Load:
[ 0.136543] ACPI: SSDT 0xFFFF8802340EF000 0004C4 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 0.137613] ACPI: Dynamic OEM Table Load:
[ 0.137623] ACPI: SSDT 0xFFFF8802340EF800 000433 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.142129] ACPI: Dynamic OEM Table Load:
[ 0.142138] ACPI: SSDT 0xFFFF880233C96800 00015F (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.144832] ACPI: Dynamic OEM Table Load:
[ 0.144840] ACPI: SSDT 0xFFFF880233CC9180 00008D (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.148391] ACPI: Interpreter enabled
[ 0.148406] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
[ 0.148415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
[ 0.148442] ACPI: (supports S0 S3 S4 S5)
[ 0.148446] ACPI: Using IOAPIC for interrupt routing
[ 0.148488] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.149602] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[ 0.150374] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.159741] ACPI: Power Resource [USBC] (on)
[ 0.161387] ACPI: Power Resource [PLPE] (on)
[ 0.161679] ACPI: Power Resource [PLPE] (on)
[ 0.168098] ACPI: Power Resource [CLK0] (on)
[ 0.168180] ACPI: Power Resource [CLK1] (on)
[ 0.236227] ACPI: Power Resource [FN00] (off)
[ 0.237289] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.237300] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.237753] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[ 0.238108] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[ 0.238966] PCI host bridge to bus 0000:00
[ 0.238972] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.238977] pci_bus 0000:00: root bus resource [io 0x0000-0x006f]
[ 0.238980] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7]
[ 0.238984] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.238988] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.238992] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[ 0.238995] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff]
[ 0.238999] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xd0815fff]
[ 0.239011] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[ 0.239218] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[ 0.239236] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd03fffff]
[ 0.239250] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff pref]
[ 0.239262] pci 0000:00:02.0: reg 0x20: [io 0xf080-0xf087]
[ 0.239473] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601
[ 0.239496] pci 0000:00:13.0: reg 0x10: [io 0xf070-0xf077]
[ 0.239508] pci 0000:00:13.0: reg 0x14: [io 0xf060-0xf063]
[ 0.239519] pci 0000:00:13.0: reg 0x18: [io 0xf050-0xf057]
[ 0.239530] pci 0000:00:13.0: reg 0x1c: [io 0xf040-0xf043]
[ 0.239541] pci 0000:00:13.0: reg 0x20: [io 0xf020-0xf03f]
[ 0.239552] pci 0000:00:13.0: reg 0x24: [mem 0xd0815000-0xd08157ff]
[ 0.239603] pci 0000:00:13.0: PME# supported from D3hot
[ 0.239775] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[ 0.239798] pci 0000:00:14.0: reg 0x10: [mem 0xd0800000-0xd080ffff 64bit]
[ 0.239868] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.239998] pci 0000:00:14.0: System wakeup disabled by ACPI
[ 0.240087] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[ 0.240117] pci 0000:00:1a.0: reg 0x10: [mem 0xd0500000-0xd05fffff]
[ 0.240132] pci 0000:00:1a.0: reg 0x14: [mem 0xd0400000-0xd04fffff]
[ 0.240241] pci 0000:00:1a.0: PME# supported from D0 D3hot
[ 0.240422] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
[ 0.240449] pci 0000:00:1b.0: reg 0x10: [mem 0xd0810000-0xd0813fff 64bit]
[ 0.240525] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.240695] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
[ 0.240765] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.240940] pci 0000:00:1c.1: [8086:0f4a] type 01 class 0x060400
[ 0.241010] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.241182] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400
[ 0.241251] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.241420] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400
[ 0.241490] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.241663] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[ 0.241914] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500
[ 0.241953] pci 0000:00:1f.3: reg 0x10: [mem 0xd0814000-0xd081401f]
[ 0.242026] pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
[ 0.242366] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.242506] pci 0000:02:00.0: [8086:08b1] type 00 class 0x028000
[ 0.242545] pci 0000:02:00.0: reg 0x10: [mem 0xd0700000-0xd0701fff 64bit]
[ 0.242713] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.242781] pci 0000:02:00.0: System wakeup disabled by ACPI
[ 0.243903] pci 0000:00:1c.1: PCI bridge to [bus 02]
[ 0.243911] pci 0000:00:1c.1: bridge window [mem 0xd0700000-0xd07fffff]
[ 0.244049] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[ 0.244072] pci 0000:03:00.0: reg 0x10: [io 0xe000-0xe0ff]
[ 0.244103] pci 0000:03:00.0: reg 0x18: [mem 0xd0604000-0xd0604fff 64bit]
[ 0.244123] pci 0000:03:00.0: reg 0x20: [mem 0xd0600000-0xd0603fff 64bit pref]
[ 0.244219] pci 0000:03:00.0: supports D1 D2
[ 0.244223] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.244286] pci 0000:03:00.0: System wakeup disabled by ACPI
[ 0.245897] pci 0000:00:1c.2: PCI bridge to [bus 03]
[ 0.245904] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
[ 0.245909] pci 0000:00:1c.2: bridge window [mem 0xd0600000-0xd06fffff]
[ 0.246009] pci 0000:00:1c.3: PCI bridge to [bus 04]
[ 0.246041] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[ 0.247014] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.247135] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.247255] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 0.247374] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 6 10 11 12 14 15)
[ 0.247492] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 0.247611] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.247733] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 *4 5 6 10 11 12 14 15)
[ 0.247858] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.250238] ACPI: Enabled 5 GPEs in block 00 to 3F
[ 0.250483] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.250487] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.250493] vgaarb: loaded
[ 0.250495] vgaarb: bridge control possible 0000:00:02.0
[ 0.250641] SCSI subsystem initialized
[ 0.250745] libata version 3.00 loaded.
[ 0.250806] ACPI: bus type USB registered
[ 0.250845] usbcore: registered new interface driver usbfs
[ 0.250864] usbcore: registered new interface driver hub
[ 0.250928] usbcore: registered new device driver usb
[ 0.251146] PCI: Using ACPI for IRQ routing
[ 0.257473] PCI: pci_cache_line_size set to 64 bytes
[ 0.257526] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[ 0.257530] e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
[ 0.257533] e820: reserve RAM buffer [mem 0xa961b018-0xabffffff]
[ 0.257535] e820: reserve RAM buffer [mem 0xa9629018-0xabffffff]
[ 0.257538] e820: reserve RAM buffer [mem 0xb91d2000-0xbbffffff]
[ 0.257541] e820: reserve RAM buffer [mem 0xb9a04000-0xbbffffff]
[ 0.257544] e820: reserve RAM buffer [mem 0xb9bbb000-0xbbffffff]
[ 0.257547] e820: reserve RAM buffer [mem 0xba000000-0xbbffffff]
[ 0.257758] NetLabel: Initializing
[ 0.257761] NetLabel: domain hash size = 128
[ 0.257763] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.257783] NetLabel: unlabeled traffic allowed by default
[ 0.257893] Switched to clocksource refined-jiffies
[ 0.271247] pnp: PnP ACPI init
[ 0.271360] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.271601] system 00:01: [io 0x0680-0x069f] has been reserved
[ 0.271607] system 00:01: [io 0x0400-0x047f] has been reserved
[ 0.271611] system 00:01: [io 0x0500-0x05fe] has been reserved
[ 0.271615] system 00:01: [io 0x0600-0x061f] has been reserved
[ 0.271621] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.271938] system 00:02: [io 0x0a10-0x0a3f] has been reserved
[ 0.271944] system 00:02: [io 0x0a40-0x0a4f] has been reserved
[ 0.271957] system 00:02: [io 0x0a00-0x0a0f] has been reserved
[ 0.271963] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.272483] pnp 00:03: [dma 0 disabled]
[ 0.272547] pnp 00:03: Plug and Play ACPI device, IDs ITE8713 (active)
[ 0.272988] system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
[ 0.272994] system 00:04: [mem 0xfed01000-0xfed01fff] has been reserved
[ 0.272998] system 00:04: [mem 0xfed03000-0xfed03fff] has been reserved
[ 0.273002] system 00:04: [mem 0xfed04000-0xfed04fff] has been reserved
[ 0.273006] system 00:04: [mem 0xfed0c000-0xfed0ffff] has been reserved
[ 0.273011] system 00:04: [mem 0xfed08000-0xfed08fff] has been reserved
[ 0.273015] system 00:04: [mem 0xfed1c000-0xfed1cfff] has been reserved
[ 0.273019] system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.273023] system 00:04: [mem 0xfef00000-0xfeffffff] has been reserved
[ 0.273029] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.274983] pnp: PnP ACPI: found 5 devices
[ 0.283723] Switched to clocksource acpi_pm
[ 0.283748] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 0.283755] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
[ 0.283760] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
[ 0.283774] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
[ 0.283780] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[ 0.283792] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
[ 0.283802] pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
[ 0.283807] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
[ 0.283811] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000
[ 0.283823] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[ 0.283827] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.283832] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.283836] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.283840] pci 0000:00:1c.3: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[ 0.283844] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.283848] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.283852] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.283856] pci 0000:00:1c.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.283867] pci 0000:00:1c.0: BAR 14: no space for [mem size 0x00200000]
[ 0.283872] pci 0000:00:1c.0: BAR 14: failed to assign [mem size 0x00200000]
[ 0.283881] pci 0000:00:1c.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 0.283885] pci 0000:00:1c.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 0.283894] pci 0000:00:1c.1: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 0.283898] pci 0000:00:1c.1: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 0.283907] pci 0000:00:1c.2: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 0.283911] pci 0000:00:1c.2: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 0.283917] pci 0000:00:1c.3: BAR 14: no space for [mem size 0x00200000]
[ 0.283921] pci 0000:00:1c.3: BAR 14: failed to assign [mem size 0x00200000]
[ 0.283929] pci 0000:00:1c.3: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 0.283960] pci 0000:00:1c.3: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 0.283967] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 0.283972] pci 0000:00:1c.1: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.283977] pci 0000:00:1c.3: BAR 13: assigned [io 0x3000-0x3fff]
[ 0.283987] pci 0000:00:1c.3: BAR 14: no space for [mem size 0x00200000]
[ 0.283991] pci 0000:00:1c.3: BAR 14: failed to assign [mem size 0x00200000]
[ 0.284000] pci 0000:00:1c.3: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 0.284004] pci 0000:00:1c.3: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 0.284012] pci 0000:00:1c.2: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 0.284016] pci 0000:00:1c.2: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 0.284025] pci 0000:00:1c.1: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 0.284029] pci 0000:00:1c.1: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 0.284035] pci 0000:00:1c.0: BAR 14: no space for [mem size 0x00200000]
[ 0.284038] pci 0000:00:1c.0: BAR 14: failed to assign [mem size 0x00200000]
[ 0.284047] pci 0000:00:1c.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 0.284051] pci 0000:00:1c.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 0.284055] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.284060] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
[ 0.284072] pci 0000:00:1c.1: PCI bridge to [bus 02]
[ 0.284077] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
[ 0.284083] pci 0000:00:1c.1: bridge window [mem 0xd0700000-0xd07fffff]
[ 0.284092] pci 0000:00:1c.2: PCI bridge to [bus 03]
[ 0.284096] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
[ 0.284102] pci 0000:00:1c.2: bridge window [mem 0xd0600000-0xd06fffff]
[ 0.284110] pci 0000:00:1c.3: PCI bridge to [bus 04]
[ 0.284114] pci 0000:00:1c.3: bridge window [io 0x3000-0x3fff]
[ 0.284126] pci_bus 0000:00: resource 4 [io 0x0000-0x006f]
[ 0.284130] pci_bus 0000:00: resource 5 [io 0x0078-0x0cf7]
[ 0.284133] pci_bus 0000:00: resource 6 [io 0x0d00-0xffff]
[ 0.284137] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
[ 0.284141] pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff]
[ 0.284144] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000fffff]
[ 0.284148] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xd0815fff]
[ 0.284152] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff]
[ 0.284156] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.284160] pci_bus 0000:02: resource 1 [mem 0xd0700000-0xd07fffff]
[ 0.284164] pci_bus 0000:03: resource 0 [io 0xe000-0xefff]
[ 0.284167] pci_bus 0000:03: resource 1 [mem 0xd0600000-0xd06fffff]
[ 0.284171] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
[ 0.284224] NET: Registered protocol family 2
[ 0.284633] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.284974] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.285299] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.285376] TCP: reno registered
[ 0.285413] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.285489] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.285671] NET: Registered protocol family 1
[ 0.285708] pci 0000:00:02.0: Video device with shadowed ROM
[ 0.286083] PCI: CLS 64 bytes, default 64
[ 0.286205] Unpacking initramfs...
[ 0.532551] Freeing initrd memory: 10184K (ffff88003f609000 - ffff88003fffb000)
[ 0.532572] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.532577] software IO TLB [mem 0xa561a000-0xa961a000] (64MB) mapped at [ffff8800a561a000-ffff8800a9619fff]
[ 0.532963] microcode: CPU0 sig=0x30673, pf=0x8, revision=0x321
[ 0.532978] microcode: CPU1 sig=0x30673, pf=0x8, revision=0x321
[ 0.533115] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.534217] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.534241] Initialise system trusted keyring
[ 0.534295] audit: initializing netlink subsys (disabled)
[ 0.534322] audit: type=2000 audit(1411415785.525:1): initialized
[ 0.534862] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.538040] zpool: loaded
[ 0.538332] VFS: Disk quotas dquot_6.5.2
[ 0.538413] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.539221] msgmni has been set to 15712
[ 0.539335] Key type big_key registered
[ 0.539340] SELinux: Registering netfilter hooks
[ 0.541432] alg: No test for stdrng (krng)
[ 0.541453] NET: Registered protocol family 38
[ 0.541465] Key type asymmetric registered
[ 0.541471] Asymmetric key parser 'x509' registered
[ 0.541560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.541660] io scheduler noop registered
[ 0.541666] io scheduler deadline registered
[ 0.541764] io scheduler cfq registered (default)
[ 0.542579] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.542612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.542710] efifb: probing for efifb
[ 0.542766] efifb: framebuffer at 0xc0000000, mapped to 0xffffc90010e80000, using 5120k, total 5120k
[ 0.542769] efifb: mode is 1280x1024x32, linelength=5120, pages=1
[ 0.542771] efifb: scrolling: redraw
[ 0.542775] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.542957] Console: switching to colour frame buffer device 160x64
[ 0.551005] fb0: EFI VGA frame buffer device
[ 0.551022] intel_idle: MWAIT substates: 0x33000020
[ 0.551025] intel_idle: v0.4 model 0x37
[ 0.551028] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.551366] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.551373] ACPI: Power Button [PWRB]
[ 0.551452] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 0.551458] ACPI: Sleep Button [SLPB]
[ 0.551541] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.551546] ACPI: Power Button [PWRF]
[ 0.551676] ACPI: Fan [FAN0] (off)
[ 0.554822] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.554826] ACPI: Thermal Zone [TZ01] (27 C)
[ 0.554898] GHES: HEST is not enabled!
[ 0.555083] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.575393] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.576388] hpet: number irqs doesn't agree with number of timers
[ 0.576534] Non-volatile memory driver v1.3
[ 0.576540] Linux agpgart interface v0.103
[ 0.576793] ahci 0000:00:13.0: version 3.0
[ 0.576937] ahci 0000:00:13.0: controller can't do DEVSLP, turning off
[ 0.576975] ahci 0000:00:13.0: irq 87 for MSI/MSI-X
[ 0.587770] ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x1 impl SATA mode
[ 0.587777] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso
[ 0.588387] scsi host0: ahci
[ 0.588780] scsi host1: ahci
[ 0.588876] ata1: SATA max UDMA/133 abar m2048@0xd0815000 port 0xd0815100 irq 87
[ 0.588880] ata2: DUMMY
[ 0.589057] libphy: Fixed MDIO Bus: probed
[ 0.589234] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.589244] ehci-pci: EHCI PCI platform driver
[ 0.589268] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.589277] ohci-pci: OHCI PCI platform driver
[ 0.589298] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.589531] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.589656] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 0.590075] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 0.590101] xhci_hcd 0000:00:14.0: irq 88 for MSI/MSI-X
[ 0.590214] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.590218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.590222] usb usb1: Product: xHCI Host Controller
[ 0.590225] usb usb1: Manufacturer: Linux 3.17.0-0.rc6.git0.1.fc22.x86_64 xhci_hcd
[ 0.590228] usb usb1: SerialNumber: 0000:00:14.0
[ 0.590482] hub 1-0:1.0: USB hub found
[ 0.590500] hub 1-0:1.0: 6 ports detected
[ 0.591295] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.591419] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 0.591490] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.591495] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.591498] usb usb2: Product: xHCI Host Controller
[ 0.591502] usb usb2: Manufacturer: Linux 3.17.0-0.rc6.git0.1.fc22.x86_64 xhci_hcd
[ 0.591505] usb usb2: SerialNumber: 0000:00:14.0
[ 0.591778] hub 2-0:1.0: USB hub found
[ 0.591793] hub 2-0:1.0: 1 port detected
[ 0.592090] usbcore: registered new interface driver usbserial
[ 0.592105] usbcore: registered new interface driver usbserial_generic
[ 0.592120] usbserial: USB Serial support registered for generic
[ 0.592173] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 0.592676] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.592687] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.592988] mousedev: PS/2 mouse device common for all mice
[ 0.593577] rtc_cmos 00:00: RTC can wake from S4
[ 0.593821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[ 0.593853] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[ 0.593996] device-mapper: uevent: version 1.0.3
[ 0.594175] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[ 0.594346] Intel P-state driver initializing.
[ 0.594923] EFI Variables Facility v0.08 2004-May-17
[ 0.595751] efivars: duplicate variable: Events-b452fd8a-c9ca-4764-977e-59d839dd861b
[ 0.595791] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.596036] usbcore: registered new interface driver usbhid
[ 0.596039] usbhid: USB HID core driver
[ 0.596111] drop_monitor: Initializing network drop monitor service
[ 0.596216] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 0.596274] TCP: cubic registered
[ 0.596285] Initializing XFRM netlink socket
[ 0.596515] NET: Registered protocol family 10
[ 0.596980] mip6: Mobile IPv6
[ 0.596988] NET: Registered protocol family 17
[ 0.597689] Loading compiled-in X.509 certificates
[ 0.599532] Loaded X.509 cert 'Fedora kernel signing key: 55dd733bdc92145fce90bc33b61f1c5e11466157'
[ 0.599573] registered taskstats version 1
[ 0.600260] Magic number: 14:578:951
[ 0.600306] tty tty8: hash matches
[ 0.600379] memory memory4: hash matches
[ 0.600446] rtc_cmos 00:00: setting system clock to 2014-09-22 19:56:25 UTC (1411415785)
[ 0.600614] PM: Hibernation image not present or could not be loaded.
[ 0.895837] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 0.896312] ata1.00: supports DRM functions and may not be fully accessible
[ 0.899344] ata1.00: ATA-9: Crucial_CT120M500SSD1, MU05, max UDMA/133
[ 0.899361] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 0.903140] ata1.00: supports DRM functions and may not be fully accessible
[ 0.909480] ata1.00: configured for UDMA/133
[ 0.910097] scsi 0:0:0:0: Direct-Access ATA Crucial_CT120M50 MU05 PQ: 0 ANSI: 5
[ 0.911464] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[ 0.911482] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 0.911553] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 0.912045] sd 0:0:0:0: [sda] Write Protect is off
[ 0.912066] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.912234] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.916234] sda: sda1 sda2 sda3 sda4 sda5
[ 0.919314] sd 0:0:0:0: [sda] Attached SCSI disk
[ 0.926841] Freeing unused kernel memory: 1468K (ffffffff81d24000 - ffffffff81e93000)
[ 0.926858] Write protecting the kernel read-only data: 12288k
[ 0.942893] Freeing unused kernel memory: 812K (ffff880001735000 - ffff880001800000)
[ 0.943880] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[ 0.958660] Freeing unused kernel memory: 864K (ffff880001b28000 - ffff880001c00000)
[ 0.974688] efivars: duplicate variable: Events-b452fd8a-c9ca-4764-977e-59d839dd861b
[ 0.980335] systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[ 0.981494] systemd[1]: Running in initial RAM disk.
[ 0.981978] systemd[1]: Set hostname to <nuc-celeron>.
[ 0.998546] random: systemd urandom read with 11 bits of entropy available
[ 1.088046] systemd[1]: Expecting device dev-disk-by\x2duuid-5f48293b\x2d7e3a\x2d489e\x2db7c0\x2d456bf29952f1.device...
[ 1.088081] systemd[1]: Starting -.slice.
[ 1.088604] systemd[1]: Created slice -.slice.
[ 1.088631] systemd[1]: Starting System Slice.
[ 1.088798] systemd[1]: Created slice System Slice.
[ 1.088823] systemd[1]: Starting Slices.
[ 1.088851] systemd[1]: Reached target Slices.
[ 1.088874] systemd[1]: Starting Timers.
[ 1.088900] systemd[1]: Reached target Timers.
[ 1.088926] systemd[1]: Starting Journal Socket.
[ 1.089043] systemd[1]: Listening on Journal Socket.
[ 1.089265] systemd[1]: Starting dracut cmdline hook...
[ 1.090042] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 1.092942] systemd[1]: Starting Journal Service...
[ 1.093680] systemd[1]: Started Journal Service.
[ 1.110614] usb 1-1: New USB device found, idVendor=05ac, idProduct=1003
[ 1.110617] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.110619] usb 1-1: Product: Hub in Apple Extended USB Keyboard
[ 1.110621] usb 1-1: Manufacturer: Mitsumi Electric
[ 1.115925] usb 1-1: ep 0x81 - rounding interval to 1024 microframes, ep desc says 2040 microframes
[ 1.116229] hub 1-1:1.0: USB hub found
[ 1.116564] hub 1-1:1.0: 3 ports detected
[ 1.228619] systemd-udevd[135]: starting version 208
[ 1.270791] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[ 1.374406] sdhci: Secure Digital Host Controller Interface driver
[ 1.374412] sdhci: Copyright(c) Pierre Ossman
[ 1.435085] [drm] Initialized drm 1.1.0 20060810
[ 1.436667] usb 1-4: New USB device found, idVendor=8087, idProduct=07dc
[ 1.436674] usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.500008] usb 1-1.3: new full-speed USB device number 4 using xhci_hcd
[ 1.534787] tsc: Refined TSC clocksource calibration: 2133.334 MHz
[ 1.547307] [drm] Memory usable by graphics device = 2048M
[ 1.547312] [drm] Replacing VGA console driver
[ 1.547318] checking generic (c0000000 500000) vs hw (c0000000 10000000)
[ 1.547321] fb: switching to inteldrmfb from EFI VGA
[ 1.547353] Console: switching to colour dummy device 80x25
[ 1.549118] i915 0000:00:02.0: irq 89 for MSI/MSI-X
[ 1.549151] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.549154] [drm] Driver supports precise vblank timestamp query.
[ 1.590525] usb 1-1.3: New USB device found, idVendor=05ac, idProduct=020b
[ 1.590530] usb 1-1.3: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[ 1.590534] usb 1-1.3: Product: Apple Extended USB Keyboard
[ 1.590537] usb 1-1.3: Manufacturer: Mitsumi Electric
[ 1.590766] usb 1-1.3: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 1.590772] usb 1-1.3: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 1.594852] input: Mitsumi Electric Apple Extended USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:05AC:020B.0001/input/input6
[ 1.595032] hid-generic 0003:05AC:020B.0001: input,hidraw0: USB HID v1.10 Keyboard [Mitsumi Electric Apple Extended USB Keyboard] on usb-0000:00:14.0-1.3/input0
[ 1.599205] input: Mitsumi Electric Apple Extended USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:05AC:020B.0002/input/input7
[ 1.599382] hid-generic 0003:05AC:020B.0002: input,hidraw1: USB HID v1.10 Device [Mitsumi Electric Apple Extended USB Keyboard] on usb-0000:00:14.0-1.3/input1
[ 1.625840] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 1.743766] i915 0000:00:02.0: No connectors reported connected with modes
[ 1.743777] [drm] Cannot find any crtc or sizes - going 1024x768
[ 1.745476] fbcon: inteldrmfb (fb0) is primary device
[ 1.865784] Console: switching to colour frame buffer device 128x48
[ 1.870113] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 1.870115] i915 0000:00:02.0: registered panic notifier
[ 1.882866] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 1.883152] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
[ 1.883311] [drm] Initialized i915 1.6.0 20140725 for 0000:00:02.0 on minor 0
[ 1.915833] PM: Starting manual resume from disk
[ 1.915842] PM: Hibernation image partition 8:3 present
[ 1.915845] PM: Looking for hibernation image.
[ 1.916221] PM: Image not found (code -22)
[ 1.916224] PM: Hibernation image not present or could not be loaded.
[ 1.935994] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[ 2.534897] Switched to clocksource tsc
[ 2.708751] systemd-journald[88]: Received SIGTERM
[ 2.710911] systemd-cgroups-agent[245]: Failed to get D-Bus connection: Failed to connect to socket /run/systemd/private: No such file or directory
[ 2.785912] audit: type=1404 audit(1411415787.684:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[ 2.814576] SELinux: 2048 avtab hash slots, 100912 rules.
[ 2.830738] [drm:vlv_set_rps_idle] *ERROR* timed out waiting for Punit
[ 2.838772] SELinux: 2048 avtab hash slots, 100912 rules.
[ 2.899995] SELinux: 8 users, 86 roles, 4843 types, 285 bools, 1 sens, 1024 cats
[ 2.900003] SELinux: 83 classes, 100912 rules
[ 2.907792] SELinux: Permission audit_read in class capability2 not defined in policy.
[ 2.907803] SELinux: the above unknown classes and permissions will be allowed
[ 2.907815] SELinux: Completing initialization.
[ 2.907817] SELinux: Setting up existing superblocks.
[ 2.907829] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
[ 2.907849] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
[ 2.907857] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[ 2.907917] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 2.907959] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs
[ 2.909186] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
[ 2.911403] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
[ 2.911411] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
[ 2.911422] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
[ 2.911426] SELinux: initialized (dev aio, type aio), not configured for labeling
[ 2.911431] SELinux: initialized (dev devpts, type devpts), uses transition SIDs
[ 2.911461] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs
[ 2.911473] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
[ 2.911485] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
[ 2.911509] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[ 2.912398] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts
[ 2.912404] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 2.912421] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 2.912579] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 2.912646] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 2.912656] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts
[ 2.912661] SELinux: initialized (dev efivarfs, type efivarfs), uses genfs_contexts
[ 2.912668] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 2.912671] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 2.912675] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 2.912690] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 2.912696] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 2.912699] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 2.912702] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 2.912716] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 2.912719] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 2.912743] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts
[ 2.912748] SELinux: initialized (dev drm, type drm), not configured for labeling
[ 2.912760] SELinux: initialized (dev sda4, type ext4), uses xattr
[ 2.918058] audit: type=1403 audit(1411415787.816:3): policy loaded auid=4294967295 ses=4294967295
[ 2.924647] systemd[1]: Successfully loaded SELinux policy in 139.685ms.
[ 2.994036] systemd[1]: Relabelled /dev and /run in 45.935ms.
[ 3.184666] systemd-readahead[255]: Bumped block_nr parameter of 8:0 to 20480. This is a temporary hack and should be removed one day.
[ 3.187875] random: nonblocking pool is initialized
[ 3.198518] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
[ 3.261111] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs
[ 3.290888] RPC: Registered named UNIX socket transport module.
[ 3.290893] RPC: Registered udp transport module.
[ 3.290896] RPC: Registered tcp transport module.
[ 3.290898] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 3.291441] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
[ 3.308278] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 3.357570] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 3.362903] SELinux: initialized (dev nfsd, type nfsd), uses genfs_contexts
[ 3.493895] systemd-udevd[292]: starting version 208
[ 3.501080] EXT4-fs (sda4): re-mounted. Opts: (null)
[ 3.796675] ite_cir: Auto-detected model: ITE8713 CIR transceiver
[ 3.796681] ite_cir: Using model: ITE8713 CIR transceiver
[ 3.796684] ite_cir: TX-capable: 1
[ 3.796686] ite_cir: Sample period (ns): 8680
[ 3.796688] ite_cir: TX carrier frequency (Hz): 38000
[ 3.796689] ite_cir: TX duty cycle (%): 33
[ 3.796691] ite_cir: RX low carrier frequency (Hz): 0
[ 3.796693] ite_cir: RX high carrier frequency (Hz): 0
[ 3.835498] Registered IR keymap rc-rc6-mce
[ 3.835640] input: ITE8713 CIR transceiver as /devices/virtual/rc/rc0/input9
[ 3.836606] rc0: ITE8713 CIR transceiver as /devices/virtual/rc/rc0
[ 3.843967] IR NEC protocol handler initialized
[ 3.846887] IR RC5(x/sz) protocol handler initialized
[ 3.855266] IR JVC protocol handler initialized
[ 3.857117] IR RC6 protocol handler initialized
[ 3.871621] IR Sony protocol handler initialized
[ 3.873985] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 3.874972] IR SANYO protocol handler initialized
[ 3.883366] IR Sharp protocol handler initialized
[ 3.886083] IR MCE Keyboard/mouse protocol handler initialized
[ 3.896065] IR XMP protocol handler initialized
[ 3.897490] lirc_dev: IR Remote Control driver registered, major 249
[ 3.898036] input: MCE IR Keyboard/Mouse (ite-cir) as /devices/virtual/input/input10
[ 3.898363] ite_cir: driver has been successfully loaded
[ 3.903057] rc rc0: lirc_dev: driver ir-lirc-codec (ite-cir) registered at minor = 0
[ 3.903065] IR LIRC bridge handler initialized
[ 3.926371] mei_txe 0000:00:1a.0: can't derive routing for PCI INT A
[ 3.926378] mei_txe 0000:00:1a.0: PCI INT A: no GSI
[ 3.926451] mei_txe 0000:00:1a.0: irq 90 for MSI/MSI-X
[ 3.976769] ACPI Warning: SystemIO range 0x000000000000f000-0x000000000000f01f conflicts with OpRegion 0x000000000000f000-0x000000000000f00f (\_SB_.PCI0.SBUS.SMBI) (20140724/utaddress-258)
[ 3.976782] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 4.023087] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 4.023104] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 4.037788] r8169 0000:03:00.0: irq 91 for MSI/MSI-X
[ 4.038094] r8169 0000:03:00.0 eth0: RTL8168g/8111g at 0xffffc90000c6e000, c0:3f:d5:65:fa:6e, XID 0c000800 IRQ 91
[ 4.038100] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 4.067321] alg: No test for crc32 (crc32-pclmul)
[ 4.104279] Adding 8142844k swap on /dev/sda3. Priority:-1 extents:1 across:8142844k SSFS
[ 4.221144] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 4.221451] SELinux: initialized (dev sda2, type ext4), uses xattr
[ 4.281446] cfg80211: Calling CRDA to update world regulatory domain
[ 4.304611] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[ 4.304628] SELinux: initialized (dev sda5, type ext4), uses xattr
[ 4.348986] Bluetooth: Core ver 2.19
[ 4.349017] NET: Registered protocol family 31
[ 4.349020] Bluetooth: HCI device and connection manager initialized
[ 4.349031] Bluetooth: HCI socket layer initialized
[ 4.349035] Bluetooth: L2CAP socket layer initialized
[ 4.349059] Bluetooth: SCO socket layer initialized
[ 4.368999] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 4.369034] SELinux: initialized (dev sda1, type vfat), uses genfs_contexts
[ 4.424489] systemd-journald[280]: Received request to flush runtime journal from PID 1
[ 4.428949] audit: type=1305 audit(1411415789.327:4): audit_pid=396 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1
[ 4.429547] Intel(R) Wireless WiFi driver for Linux, in-tree:d
[ 4.429553] Copyright(c) 2003- 2014 Intel Corporation
[ 4.429632] iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
[ 4.429822] iwlwifi 0000:02:00.0: irq 92 for MSI/MSI-X
[ 4.474301] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7260-10.ucode failed with error -2
[ 4.482244] iwlwifi 0000:02:00.0: loaded firmware version 23.214.9.0 op_mode iwlmvm
[ 4.531806] usbcore: registered new interface driver btusb
[ 4.554492] Bluetooth: hci0: read Intel version: 370710018002030d37
[ 4.554497] Bluetooth: hci0: Intel device is already patched. patch num: 37
[ 4.638510] iwlwifi 0000:02:00.0: Detected Intel(R) Wireless N 7260, REV=0x144
[ 4.638570] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
[ 4.638791] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
[ 4.700180] snd_hda_intel 0000:00:1b.0: irq 93 for MSI/MSI-X
[ 4.728170] intel_soc_dts_thermal: request_threaded_irq ret -22
[ 4.738636] intel_soc_dts_thermal: request_threaded_irq ret -22
[ 4.992576] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 5.706748] snd_hda_intel 0000:00:1b.0: Codec #2 probe error; disabling it...
[ 5.824811] sound hdaudioC0D0: autoconfig: line_outs=1 (0x21/0x0/0x0/0x0/0x0) type:hp
[ 5.824818] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 5.824822] sound hdaudioC0D0: hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 5.824825] sound hdaudioC0D0: mono: mono_out=0x0
[ 5.824827] sound hdaudioC0D0: inputs:
[ 5.824831] sound hdaudioC0D0: Mic=0x19
[ 5.857754] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 5.889468] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 5.889712] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 5.940679] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 6.144278] Ebtables v2.0 registered
[ 6.243083] Bridge firewalling registered
[ 6.531405] iTCO_vendor_support: vendor-support=0
[ 6.607689] cfg80211: World regulatory domain updated:
[ 6.607697] cfg80211: DFS Master region: unset
[ 6.607700] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 6.607704] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 6.607707] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 6.607710] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 6.607713] cfg80211: (5170000 KHz - 5250000 KHz @ 160000 KHz), (N/A, 2000 mBm), (N/A)
[ 6.607750] cfg80211: (5250000 KHz - 5330000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 6.607754] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 6.607757] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 6.607760] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 6.610247] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 6.610319] iTCO_wdt: Found a Bay Trail SoC TCO device (Version=3, TCOBASE=0x0460)
[ 6.612829] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 6.664513] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 6.664519] Bluetooth: BNEP filters: protocol multicast
[ 6.664534] Bluetooth: BNEP socket layer initialized
[ 6.681624] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[ 6.689242] systemd-udevd[316]: renamed network interface wlan0 to wlp2s0
[ 6.823360] r8169 0000:03:00.0 p2p1: renamed from eth0
[ 6.827789] systemd-udevd[312]: renamed network interface eth0 to p2p1
[ 6.860446] cfg80211: Calling CRDA for country: US
[ 6.868078] cfg80211: Regulatory domain changed to country: US
[ 6.868085] cfg80211: DFS Master region: unset
[ 6.868088] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 6.868091] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
[ 6.868094] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 1700 mBm), (N/A)
[ 6.868097] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2300 mBm), (0 s)
[ 6.868100] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
[ 6.868103] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[ 7.028843] r8169 0000:03:00.0 p2p1: link down
[ 7.028866] r8169 0000:03:00.0 p2p1: link down
[ 7.031461] IPv6: ADDRCONF(NETDEV_UP): p2p1: link is not ready
[ 8.617245] r8169 0000:03:00.0 p2p1: link up
[ 8.617260] IPv6: ADDRCONF(NETDEV_CHANGE): p2p1: link becomes ready
[ 14.894711] Adjusting tsc more than 11% (8912920 vs 8729392)

sb | success | rc=0 >>
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.17.0-0.rc6.git0.1.fc22.x86_64 (jwboyer@vader) (gcc version 4.8.3 20140624 (Red Hat 4.8.3-1) (GCC) ) #1 SMP Mon Sep 22 15:05:06 EDT 2014
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.17.0-0.rc6.git0.1.fc22.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 rd.luks=0 rd.lvm.lv=fedora/root LANG=en_US.UTF-8 console=ttyS0,115200
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000096fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000097000-0x0000000000097fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000098000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bb3adfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bb3ae000-0x00000000bb48dfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bb48e000-0x00000000bb4bafff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bb4bb000-0x00000000bb4bbfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bb4bc000-0x00000000bb7befff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bb7bf000-0x00000000bb7fefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bb7ff000-0x00000000bb7fffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013bffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.31 by EDK II
[ 0.000000] efi: ACPI=0xbb7fe000 ACPI 2.0=0xbb7fe014 SMBIOS=0xbb48d000
[ 0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB)
[ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000001000-0x0000000000002000) (0MB)
[ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000002000-0x0000000000097000) (0MB)
[ 0.000000] efi: mem03: type=0, attr=0xf, range=[0x0000000000097000-0x0000000000098000) (0MB)
[ 0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000098000-0x00000000000a0000) (0MB)
[ 0.000000] efi: mem05: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
[ 0.000000] efi: mem06: type=2, attr=0xf, range=[0x0000000001000000-0x000000000243e000) (20MB)
[ 0.000000] efi: mem07: type=7, attr=0xf, range=[0x000000000243e000-0x000000003eeee000) (970MB)
[ 0.000000] efi: mem08: type=2, attr=0xf, range=[0x000000003eeee000-0x0000000040000000) (17MB)
[ 0.000000] efi: mem09: type=7, attr=0xf, range=[0x0000000040000000-0x0000000089bf6000) (1179MB)
[ 0.000000] efi: mem10: type=2, attr=0xf, range=[0x0000000089bf6000-0x00000000b7ed7000) (738MB)
[ 0.000000] efi: mem11: type=4, attr=0xf, range=[0x00000000b7ed7000-0x00000000b7ef7000) (0MB)
[ 0.000000] efi: mem12: type=7, attr=0xf, range=[0x00000000b7ef7000-0x00000000b8a22000) (11MB)
[ 0.000000] efi: mem13: type=2, attr=0xf, range=[0x00000000b8a22000-0x00000000b8b05000) (0MB)
[ 0.000000] efi: mem14: type=4, attr=0xf, range=[0x00000000b8b05000-0x00000000b8b07000) (0MB)
[ 0.000000] efi: mem15: type=7, attr=0xf, range=[0x00000000b8b07000-0x00000000b8b0a000) (0MB)
[ 0.000000] efi: mem16: type=4, attr=0xf, range=[0x00000000b8b0a000-0x00000000b8b0b000) (0MB)
[ 0.000000] efi: mem17: type=7, attr=0xf, range=[0x00000000b8b0b000-0x00000000b8b0e000) (0MB)
[ 0.000000] efi: mem18: type=4, attr=0xf, range=[0x00000000b8b0e000-0x00000000b8b0f000) (0MB)
[ 0.000000] efi: mem19: type=7, attr=0xf, range=[0x00000000b8b0f000-0x00000000b8b19000) (0MB)
[ 0.000000] efi: mem20: type=4, attr=0xf, range=[0x00000000b8b19000-0x00000000b8b1a000) (0MB)
[ 0.000000] efi: mem21: type=7, attr=0xf, range=[0x00000000b8b1a000-0x00000000b8b1c000) (0MB)
[ 0.000000] efi: mem22: type=4, attr=0xf, range=[0x00000000b8b1c000-0x00000000b8b1d000) (0MB)
[ 0.000000] efi: mem23: type=7, attr=0xf, range=[0x00000000b8b1d000-0x00000000b8b20000) (0MB)
[ 0.000000] efi: mem24: type=4, attr=0xf, range=[0x00000000b8b20000-0x00000000b8b25000) (0MB)
[ 0.000000] efi: mem25: type=7, attr=0xf, range=[0x00000000b8b25000-0x00000000b8b28000) (0MB)
[ 0.000000] efi: mem26: type=4, attr=0xf, range=[0x00000000b8b28000-0x00000000b8b29000) (0MB)
[ 0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000b8b29000-0x00000000b8b42000) (0MB)
[ 0.000000] efi: mem28: type=1, attr=0xf, range=[0x00000000b8b42000-0x00000000b8c7d000) (1MB)
[ 0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000b8c7d000-0x00000000b8cc7000) (0MB)
[ 0.000000] efi: mem30: type=2, attr=0xf, range=[0x00000000b8cc7000-0x00000000b8cc8000) (0MB)
[ 0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000b8cc8000-0x00000000b8cca000) (0MB)
[ 0.000000] efi: mem32: type=2, attr=0xf, range=[0x00000000b8cca000-0x00000000b8ccb000) (0MB)
[ 0.000000] efi: mem33: type=7, attr=0xf, range=[0x00000000b8ccb000-0x00000000b8cd0000) (0MB)
[ 0.000000] efi: mem34: type=2, attr=0xf, range=[0x00000000b8cd0000-0x00000000b8cd1000) (0MB)
[ 0.000000] efi: mem35: type=7, attr=0xf, range=[0x00000000b8cd1000-0x00000000b8cd2000) (0MB)
[ 0.000000] efi: mem36: type=2, attr=0xf, range=[0x00000000b8cd2000-0x00000000b8cd3000) (0MB)
[ 0.000000] efi: mem37: type=7, attr=0xf, range=[0x00000000b8cd3000-0x00000000b8cd7000) (0MB)
[ 0.000000] efi: mem38: type=2, attr=0xf, range=[0x00000000b8cd7000-0x00000000b8cd8000) (0MB)
[ 0.000000] efi: mem39: type=7, attr=0xf, range=[0x00000000b8cd8000-0x00000000b8cde000) (0MB)
[ 0.000000] efi: mem40: type=2, attr=0xf, range=[0x00000000b8cde000-0x00000000b8ce3000) (0MB)
[ 0.000000] efi: mem41: type=7, attr=0xf, range=[0x00000000b8ce3000-0x00000000b8ce7000) (0MB)
[ 0.000000] efi: mem42: type=2, attr=0xf, range=[0x00000000b8ce7000-0x00000000b8dd1000) (0MB)
[ 0.000000] efi: mem43: type=4, attr=0xf, range=[0x00000000b8dd1000-0x00000000baed6000) (33MB)
[ 0.000000] efi: mem44: type=7, attr=0xf, range=[0x00000000baed6000-0x00000000bb0ca000) (1MB)
[ 0.000000] efi: mem45: type=3, attr=0xf, range=[0x00000000bb0ca000-0x00000000bb3ae000) (2MB)
[ 0.000000] efi: mem46: type=5, attr=0x800000000000000f, range=[0x00000000bb3ae000-0x00000000bb41e000) (0MB)
[ 0.000000] efi: mem47: type=6, attr=0x800000000000000f, range=[0x00000000bb41e000-0x00000000bb47e000) (0MB)
[ 0.000000] efi: mem48: type=0, attr=0xf, range=[0x00000000bb47e000-0x00000000bb48e000) (0MB)
[ 0.000000] efi: mem49: type=10, attr=0xf, range=[0x00000000bb48e000-0x00000000bb4bb000) (0MB)
[ 0.000000] efi: mem50: type=0, attr=0xf, range=[0x00000000bb4bb000-0x00000000bb4bc000) (0MB)
[ 0.000000] efi: mem51: type=10, attr=0xf, range=[0x00000000bb4bc000-0x00000000bb7bf000) (3MB)
[ 0.000000] efi: mem52: type=9, attr=0xf, range=[0x00000000bb7bf000-0x00000000bb7ff000) (0MB)
[ 0.000000] efi: mem53: type=4, attr=0xf, range=[0x00000000bb7ff000-0x00000000bb800000) (0MB)
[ 0.000000] efi: mem54: type=7, attr=0xf, range=[0x0000000100000000-0x000000013c000000) (960MB)
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: Intel Corp. Intel(R) UDK2010 firmware developer platform, BIOS SDV.TM.B10 Release Build (CSM Available) 01/01/2011
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x13c000 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-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 0BC000000 mask FFC000000 uncachable
[ 0.000000] 3 base 0BBC00000 mask FFFC00000 uncachable
[ 0.000000] 4 base 100000000 mask FC0000000 write-back
[ 0.000000] 5 base 13C000000 mask FFC000000 uncachable
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: update [mem 0xbbc00000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xbb800 max_arch_pfn = 0x400000000
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x0201a000, 0x0201afff] PGTABLE
[ 0.000000] BRK [0x0201b000, 0x0201bfff] PGTABLE
[ 0.000000] BRK [0x0201c000, 0x0201cfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x13be00000-0x13bffffff]
[ 0.000000] [mem 0x13be00000-0x13bffffff] page 2M
[ 0.000000] BRK [0x0201d000, 0x0201dfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x138000000-0x13bdfffff]
[ 0.000000] [mem 0x138000000-0x13bdfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x137ffffff]
[ 0.000000] [mem 0x100000000-0x137ffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xbb3adfff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0xbb1fffff] page 2M
[ 0.000000] [mem 0xbb200000-0xbb3adfff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xbb7ff000-0xbb7fffff]
[ 0.000000] [mem 0xbb7ff000-0xbb7fffff] page 4k
[ 0.000000] BRK [0x0201e000, 0x0201efff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x3eeee000-0x3fffafff]
[ 0.000000] Secure boot enabled
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000BB7FE014 000024 (v02 INTEL )
[ 0.000000] ACPI: XSDT 0x00000000BB7FD0E8 0000AC (v01 INTEL DQ57TM 00000003 01000013)
[ 0.000000] ACPI: FACP 0x00000000BB7FA000 00010C (v05 INTEL DQ57TM 00000003 INTL 0100000D)
[ 0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Pm1aControlBlock: 32/16 (20140724/tbfadt-618)
[ 0.000000] ACPI: DSDT 0x00000000BB7EB000 002A39 (v01 INTEL DQ57TM 00000003 INTL 20110929)
[ 0.000000] ACPI: FACS 0x00000000BB594000 000040
[ 0.000000] ACPI: TCPA 0x00000000BB7FC000 000032 (v02 00000000 00000000)
[ 0.000000] ACPI: SSDT 0x00000000BB7FB000 00039A (v01 Intel_ TcgTable 00001000 INTL 20110929)
[ 0.000000] ACPI: UEFI 0x00000000BB5A0000 000042 (v01 00000000 00000000)
[ 0.000000] ACPI: HPET 0x00000000BB7F9000 000038 (v01 INTEL DQ57TM 00000001 INTL 0100000D)
[ 0.000000] ACPI: APIC 0x00000000BB7F8000 000084 (v01 INTEL DQ57TM 00000001 INTL 0100000D)
[ 0.000000] ACPI: MCFG 0x00000000BB7F7000 00003C (v01 INTEL DQ57TM 00000001 INTL 0100000D)
[ 0.000000] ACPI: SSDT 0x00000000BB7F4000 000058 (v01 INTEL Cpu0Cst 00000010 INTL 20110929)
[ 0.000000] ACPI: SSDT 0x00000000BB7F3000 000058 (v01 INTEL Cpu1Cst 00000010 INTL 20110929)
[ 0.000000] ACPI: SSDT 0x00000000BB7F2000 000058 (v01 INTEL Cpu2Cst 00000010 INTL 20110929)
[ 0.000000] ACPI: SSDT 0x00000000BB7F1000 000058 (v01 INTEL Cpu3Cst 00000010 INTL 20110929)
[ 0.000000] ACPI: SSDT 0x00000000BB7F0000 0000E0 (v01 INTEL CpuPm 00000012 INTL 20110929)
[ 0.000000] ACPI: SSDT 0x00000000BB7EE000 0007EF (v01 INTEL IGD_EN 00001000 INTL 20110929)
[ 0.000000] ACPI: SSDT 0x00000000BB7EA000 000C34 (v01 INTEL Sata1 00001000 INTL 20110929)
[ 0.000000] ACPI: SSDT 0x00000000BB7E9000 0006A1 (v01 INTEL Sata2 00001000 INTL 20110929)
[ 0.000000] ACPI: FPDT 0x00000000BB7E8000 000044 (v01 INTEL TIANO 00000001 MSFT 01000013)
[ 0.000000] ACPI: BGRT 0x00000000BB7E7000 000038 (v01 INTEL TIANO 00000001 MSFT 01000013)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013bffffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13bffffff]
[ 0.000000] NODE_DATA [mem 0x13bfe9000-0x13bffcfff]
[ 0.000000] [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff880137600000-ffff88013b5fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x13bffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x00096fff]
[ 0.000000] node 0: [mem 0x00098000-0x0009ffff]
[ 0.000000] node 0: [mem 0x00100000-0xbb3adfff]
[ 0.000000] node 0: [mem 0xbb7ff000-0xbb7fffff]
[ 0.000000] node 0: [mem 0x100000000-0x13bffffff]
[ 0.000000] On node 0 totalpages: 1012557
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 22 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 11919 pages used for memmap
[ 0.000000] DMA32 zone: 762799 pages, LIFO batch:31
[ 0.000000] Normal zone: 3840 pages used for memmap
[ 0.000000] Normal zone: 245760 pages, LIFO batch:31
[ 0.000000] tboot: non-0 tboot_addr but it is not of type E820_RESERVED
[ 0.000000] Reserving Intel graphics stolen memory at 0xbe000000-0xbfffffff
[ 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[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] dfl dfl lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 0, 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: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00097000-0x00097fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb3ae000-0xbb48dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb48e000-0xbb4bafff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb4bb000-0xbb4bbfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb4bc000-0xbb7befff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb7bf000-0xbb7fefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb800000-0xbdffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbe000000-0xbfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xffffffff]
[ 0.000000] e820: [mem 0xc0000000-0xffffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88013bc00000 s87360 r8192 d23232 u524288
[ 0.000000] pcpu-alloc: s87360 r8192 d23232 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: 996712
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.17.0-0.rc6.git0.1.fc22.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 rd.luks=0 rd.lvm.lv=fedora/root LANG=en_US.UTF-8 console=ttyS0,115200
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Memory: 3846820K/4050228K available (7368K kernel code, 1160K rwdata, 3232K rodata, 1468K init, 1532K bss, 203408K reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=4.
[ 0.000000] Offload RCU callbacks from all CPUs
[ 0.000000] Offload RCU callbacks from CPUs: 0-3.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS:65792 nr_irqs:456 0
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [ttyS0] enabled
[ 0.000000] allocated 16777216 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3192.142 MHz processor
[ 0.000064] Calibrating delay loop (skipped), value calculated using timer frequency.. 6384.28 BogoMIPS (lpj=3192142)
[ 0.010701] pid_max: default: 32768 minimum: 301
[ 0.015335] ACPI: Core revision 20140724
[ 0.027374] ACPI: All ACPI Tables successfully acquired
[ 0.033258] Security Framework initialized
[ 0.037377] SELinux: Initializing.
[ 0.040882] SELinux: Starting in permissive mode
[ 0.041650] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.050682] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.058467] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.065187] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.072693] Initializing cgroup subsys memory
[ 0.077071] Initializing cgroup subsys devices
[ 0.081528] Initializing cgroup subsys freezer
[ 0.085985] Initializing cgroup subsys net_cls
[ 0.090442] Initializing cgroup subsys blkio
[ 0.094726] Initializing cgroup subsys perf_event
[ 0.099444] Initializing cgroup subsys net_prio
[ 0.103988] Initializing cgroup subsys hugetlb
[ 0.108480] CPU: Physical Processor ID: 0
[ 0.112503] CPU: Processor Core ID: 0
[ 0.116176] mce: CPU supports 9 MCE banks
[ 0.120208] CPU0: Thermal monitoring enabled (TM1)
[ 0.125020] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.136906] Freeing SMP alternatives memory: 24K (ffffffff81e93000 - ffffffff81e99000)
[ 0.150532] ftrace: allocating 27145 entries in 107 pages
[ 0.182177] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.198195] smpboot: CPU0: Intel(R) Core(TM) i5 CPU 650 @ 3.20GHz (fam: 06, model: 25, stepping: 05)
[ 0.310140] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
[ 0.318603] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
[ 0.325481] ... version: 3
[ 0.329496] ... bit width: 48
[ 0.333597] ... generic registers: 4
[ 0.337613] ... value mask: 0000ffffffffffff
[ 0.342929] ... max period: 000000007fffffff
[ 0.348243] ... fixed-purpose events: 3
[ 0.352251] ... event mask: 000000070000000f
[ 0.360445] x86: Booting SMP configuration:
[ 0.364638] .... node #0, CPUs: #1
[ 0.381673] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.390039] #2 #3
[ 0.418583] x86: Booted up 1 node, 4 CPUs
[ 0.422792] smpboot: Total of 4 processors activated (25537.13 BogoMIPS)
[ 0.433104] devtmpfs: initialized
[ 0.441961] PM: Registering ACPI NVS region [mem 0xbb48e000-0xbb4bafff] (184320 bytes)
[ 0.449892] PM: Registering ACPI NVS region [mem 0xbb4bc000-0xbb7befff] (3158016 bytes)
[ 0.460018] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[ 0.466986] pinctrl core: initialized pinctrl subsystem
[ 0.472265] RTC time: 20:04:58, date: 09/22/14
[ 0.476868] NET: Registered protocol family 16
[ 0.481591] cpuidle: using governor menu
[ 0.485661] ACPI: bus type PCI registered
[ 0.489679] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.496268] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.505576] PCI: not using MMCONFIG
[ 0.509067] PCI: Using configuration type 1 for base access
[ 0.519645] ACPI: Added _OSI(Module Device)
[ 0.523840] ACPI: Added _OSI(Processor Device)
[ 0.528285] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.532994] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.542624] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.549065] ACPI: Interpreter enabled
[ 0.552737] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
[ 0.562004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
[ 0.571283] ACPI: (supports S0 S3 S4 S5)
[ 0.575210] ACPI: Using IOAPIC for interrupt routing
[ 0.580204] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.589717] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[ 0.599478] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.613664] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.619854] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.628729] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 0.637278] PCI host bridge to bus 0000:00
[ 0.641381] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.646870] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.653051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.659233] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.666110] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff]
[ 0.672988] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfeafffff]
[ 0.679864] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff]
[ 0.686752] pci 0000:00:00.0: [8086:0040] type 00 class 0x060000
[ 0.686781] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
[ 0.694298] pci 0000:00:01.0: [8086:0041] type 01 class 0x060400
[ 0.694354] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.694483] pci 0000:00:02.0: [8086:0042] type 00 class 0x030000
[ 0.694502] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd03fffff 64bit]
[ 0.694513] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.694521] pci 0000:00:02.0: reg 0x20: [io 0x10a0-0x10a7]
[ 0.694694] pci 0000:00:19.0: [8086:10ef] type 00 class 0x020000
[ 0.694719] pci 0000:00:19.0: reg 0x10: [mem 0xd0400000-0xd041ffff]
[ 0.694731] pci 0000:00:19.0: reg 0x14: [mem 0xd0424000-0xd0424fff]
[ 0.694742] pci 0000:00:19.0: reg 0x18: [io 0x1020-0x103f]
[ 0.694815] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.694879] pci 0000:00:19.0: System wakeup disabled by ACPI
[ 0.700613] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
[ 0.700639] pci 0000:00:1a.0: reg 0x10: [mem 0xd0423000-0xd04233ff]
[ 0.700742] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.700841] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 0.706580] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
[ 0.706665] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.706735] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.712472] pci 0000:00:1c.4: [8086:3b4a] type 01 class 0x060400
[ 0.712556] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.712622] pci 0000:00:1c.4: System wakeup disabled by ACPI
[ 0.718357] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
[ 0.718384] pci 0000:00:1d.0: reg 0x10: [mem 0xd0422000-0xd04223ff]
[ 0.718485] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.718582] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.724319] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[ 0.724432] pci 0000:00:1e.0: System wakeup disabled by ACPI
[ 0.730164] pci 0000:00:1f.0: [8086:3b0a] type 00 class 0x060100
[ 0.730391] pci 0000:00:1f.2: [8086:3b20] type 00 class 0x01018f
[ 0.730411] pci 0000:00:1f.2: reg 0x10: [io 0x1098-0x109f]
[ 0.730422] pci 0000:00:1f.2: reg 0x14: [io 0x10b4-0x10b7]
[ 0.730432] pci 0000:00:1f.2: reg 0x18: [io 0x1090-0x1097]
[ 0.730442] pci 0000:00:1f.2: reg 0x1c: [io 0x10b0-0x10b3]
[ 0.730452] pci 0000:00:1f.2: reg 0x20: [io 0x1070-0x107f]
[ 0.730462] pci 0000:00:1f.2: reg 0x24: [io 0x1060-0x106f]
[ 0.730609] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
[ 0.730627] pci 0000:00:1f.3: reg 0x10: [mem 0xd0420000-0xd04200ff 64bit]
[ 0.730646] pci 0000:00:1f.3: reg 0x20: [io 0x1000-0x101f]
[ 0.730721] pci 0000:00:1f.3: System wakeup disabled by ACPI
[ 0.736451] pci 0000:00:1f.5: [8086:3b26] type 00 class 0x010185
[ 0.736471] pci 0000:00:1f.5: reg 0x10: [io 0x1088-0x108f]
[ 0.736481] pci 0000:00:1f.5: reg 0x14: [io 0x10ac-0x10af]
[ 0.736491] pci 0000:00:1f.5: reg 0x18: [io 0x1080-0x1087]
[ 0.736501] pci 0000:00:1f.5: reg 0x1c: [io 0x10a8-0x10ab]
[ 0.736512] pci 0000:00:1f.5: reg 0x20: [io 0x1050-0x105f]
[ 0.736522] pci 0000:00:1f.5: reg 0x24: [io 0x1040-0x104f]
[ 0.736722] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.741767] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.746812] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.751886] pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
[ 0.758685] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.758689] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.758692] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.758696] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000fffff] (subtractive decode)
[ 0.758699] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xfeafffff] (subtractive decode)
[ 0.758703] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
[ 0.758847] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[ 0.766829] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[ 0.774806] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[ 0.782794] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[ 0.790768] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[ 0.798747] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[ 0.806715] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[ 0.814678] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[ 0.823134] ACPI: Enabled 3 GPEs in block 00 to 3F
[ 0.828146] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.833808] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.841903] vgaarb: loaded
[ 0.844615] vgaarb: bridge control possible 0000:00:02.0
[ 0.850074] SCSI subsystem initialized
[ 0.853895] libata version 3.00 loaded.
[ 0.853948] ACPI: bus type USB registered
[ 0.857998] usbcore: registered new interface driver usbfs
[ 0.863508] usbcore: registered new interface driver hub
[ 0.868854] usbcore: registered new device driver usb
[ 0.874080] PCI: Using ACPI for IRQ routing
[ 0.885334] PCI: Discovered peer bus ff
[ 0.889171] PCI: root bus ff: using default resources
[ 0.889173] PCI: Probing PCI hardware (bus ff)
[ 0.889226] PCI host bridge to bus 0000:ff
[ 0.893327] pci_bus 0000:ff: root bus resource [io 0x0000-0xffff]
[ 0.899510] pci_bus 0000:ff: root bus resource [mem 0x00000000-0xfffffffff]
[ 0.906472] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff]
[ 0.914393] pci_bus 0000:ff: busn_res: can not insert [bus ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff])
[ 0.914403] pci 0000:ff:00.0: [8086:2c61] type 00 class 0x060000
[ 0.914490] pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
[ 0.914574] pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
[ 0.914653] pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
[ 0.914733] pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
[ 0.914812] pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
[ 0.914910] pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff
[ 0.914916] pci_bus 0000:ff: busn_res: can not insert [bus ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff])
[ 0.914921] PCI: pci_cache_line_size set to 64 bytes
[ 0.914968] e820: reserve RAM buffer [mem 0x00097000-0x0009ffff]
[ 0.914971] e820: reserve RAM buffer [mem 0xbb3ae000-0xbbffffff]
[ 0.914974] e820: reserve RAM buffer [mem 0xbb800000-0xbbffffff]
[ 0.915175] NetLabel: Initializing
[ 0.918578] NetLabel: domain hash size = 128
[ 0.922939] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.927929] NetLabel: unlabeled traffic allowed by default
[ 0.933609] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.939970] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.947842] Switched to clocksource hpet
[ 0.963556] pnp: PnP ACPI init
[ 0.966788] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.973409] system 00:00: [mem 0xfed02000-0xfed02fff] has been reserved
[ 0.980032] system 00:00: [mem 0xfed18000-0xfed1bfff] has been reserved
[ 0.986649] system 00:00: [mem 0xfed16000-0xfed16fff] has been reserved
[ 0.993265] system 00:00: [mem 0xfed17000-0xfed17fff] has been reserved
[ 0.999882] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 1.006499] system 00:00: [mem 0xfed20000-0xfed9ffff] has been reserved
[ 1.013115] system 00:00: [mem 0xfed45000-0xfed99fff] has been reserved
[ 1.019732] system 00:00: [mem 0xff800000-0xffffffff] has been reserved
[ 1.026351] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.026612] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 1.026696] system 00:02: [io 0x0500-0x053f] has been reserved
[ 1.032624] system 00:02: [io 0x0400-0x047f] could not be reserved
[ 1.038902] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.039084] pnp 00:03: [irq 0 disabled]
[ 1.039178] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[ 1.039324] pnp 00:04: Plug and Play ACPI device, IDs PNP0c31 (active)
[ 1.039336] pnp: PnP ACPI: found 5 devices
[ 1.052270] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
[ 1.052277] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[ 1.052282] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
[ 1.052292] pci 0000:00:1c.4: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
[ 1.052297] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
[ 1.052301] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000
[ 1.052317] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[ 1.052321] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 1.052325] pci 0000:00:1c.4: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[ 1.052328] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 1.052332] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 1.052336] pci 0000:00:1c.4: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 1.052345] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0000000-0xf01fffff]
[ 1.059231] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf0200000-0xf03fffff 64bit pref]
[ 1.067066] pci 0000:00:1c.4: BAR 14: assigned [mem 0xf0400000-0xf05fffff]
[ 1.073943] pci 0000:00:1c.4: BAR 15: assigned [mem 0xf0600000-0xf07fffff 64bit pref]
[ 1.081773] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 1.087960] pci 0000:00:1c.4: BAR 13: assigned [io 0x3000-0x3fff]
[ 1.094148] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 1.099123] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 1.104094] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 1.110193] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf01fffff]
[ 1.116990] pci 0000:00:1c.0: bridge window [mem 0xf0200000-0xf03fffff 64bit pref]
[ 1.124735] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 1.129702] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
[ 1.135800] pci 0000:00:1c.4: bridge window [mem 0xf0400000-0xf05fffff]
[ 1.142590] pci 0000:00:1c.4: bridge window [mem 0xf0600000-0xf07fffff 64bit pref]
[ 1.150335] pci 0000:00:1e.0: PCI bridge to [bus 04]
[ 1.155312] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 1.155315] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 1.155319] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 1.155322] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000fffff]
[ 1.155326] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfeafffff]
[ 1.155329] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xdfffffff]
[ 1.155333] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 1.155336] pci_bus 0000:02: resource 1 [mem 0xf0000000-0xf01fffff]
[ 1.155340] pci_bus 0000:02: resource 2 [mem 0xf0200000-0xf03fffff 64bit pref]
[ 1.155343] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
[ 1.155347] pci_bus 0000:03: resource 1 [mem 0xf0400000-0xf05fffff]
[ 1.155350] pci_bus 0000:03: resource 2 [mem 0xf0600000-0xf07fffff 64bit pref]
[ 1.155354] pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
[ 1.155357] pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
[ 1.155361] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
[ 1.155364] pci_bus 0000:04: resource 7 [mem 0x000c0000-0x000fffff]
[ 1.155367] pci_bus 0000:04: resource 8 [mem 0xf0000000-0xfeafffff]
[ 1.155371] pci_bus 0000:04: resource 9 [mem 0xc0000000-0xdfffffff]
[ 1.155375] pci_bus 0000:ff: resource 4 [io 0x0000-0xffff]
[ 1.155379] pci_bus 0000:ff: resource 5 [mem 0x00000000-0xfffffffff]
[ 1.155430] NET: Registered protocol family 2
[ 1.160168] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 1.167582] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 1.174328] TCP: Hash tables configured (established 32768 bind 32768)
[ 1.180901] TCP: reno registered
[ 1.184158] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 1.190207] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 1.196756] NET: Registered protocol family 1
[ 1.201151] pci 0000:00:02.0: Video device with shadowed ROM
[ 1.201882] PCI: CLS 0 bytes, default 64
[ 1.201973] Unpacking initramfs...
[ 1.646984] Freeing initrd memory: 17460K (ffff88003eeee000 - ffff88003fffb000)
[ 1.654308] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.660751] software IO TLB [mem 0xb3ed7000-0xb7ed7000] (64MB) mapped at [ffff8800b3ed7000-ffff8800b7ed6fff]
[ 1.671038] microcode: CPU0 sig=0x20655, pf=0x2, revision=0x2
[ 1.676807] microcode: CPU1 sig=0x20655, pf=0x2, revision=0x2
[ 1.682563] microcode: CPU2 sig=0x20655, pf=0x2, revision=0x2
[ 1.688322] microcode: CPU3 sig=0x20655, pf=0x2, revision=0x2
[ 1.694165] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 1.703618] SSE version of gcm_enc/dec engaged.
[ 1.711705] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[ 1.718902] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 1.725118] Initialise system trusted keyring
[ 1.729529] audit: initializing netlink subsys (disabled)
[ 1.734953] audit: type=2000 audit(1411416297.382:1): initialized
[ 1.741666] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.750960] zpool: loaded
[ 1.753909] VFS: Disk quotas dquot_6.5.2
[ 1.757915] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.765034] msgmni has been set to 7619
[ 1.768993] Key type big_key registered
[ 1.772838] SELinux: Registering netfilter hooks
[ 1.774340] alg: No test for stdrng (krng)
[ 1.778467] NET: Registered protocol family 38
[ 1.782935] Key type asymmetric registered
[ 1.787044] Asymmetric key parser 'x509' registered
[ 1.792006] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.799477] io scheduler noop registered
[ 1.803420] io scheduler deadline registered
[ 1.807760] io scheduler cfq registered (default)
[ 1.812847] pcieport 0000:00:01.0: irq 24 for MSI/MSI-X
[ 1.813128] pcieport 0000:00:1c.0: irq 25 for MSI/MSI-X
[ 1.813419] pcieport 0000:00:1c.4: irq 26 for MSI/MSI-X
[ 1.813581] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[ 1.820553] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[ 1.820580] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[ 1.827551] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[ 1.827577] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[ 1.834550] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
[ 1.834578] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.840211] pciehp 0000:00:1c.0:pcie04: Slot #11 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl+ LLActRep+
[ 1.850957] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
[ 1.850975] pciehp 0000:00:1c.4:pcie04: Slot #12 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl+ LLActRep+
[ 1.861723] pciehp 0000:00:1c.4:pcie04: service driver pciehp loaded
[ 1.861734] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 1.868438] efifb: invalid framebuffer address
[ 1.868454] intel_idle: MWAIT substates: 0x1120
[ 1.868456] intel_idle: v0.4 model 0x25
[ 1.868459] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 1.868824] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 1.877182] ACPI: Sleep Button [SLPB]
[ 1.880925] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 1.889276] ACPI: Power Button [PWRB]
[ 1.893025] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 1.900432] ACPI: Power Button [PWRF]
[ 1.904545] GHES: HEST is not enabled!
[ 1.908444] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.916320] Non-volatile memory driver v1.3
[ 1.939431] Linux agpgart interface v0.103
[ 1.962629] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[ 1.985853] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[ 2.009878] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[ 2.033363] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[ 2.056880] ata_piix 0000:00:1f.2: version 2.13
[ 2.057084] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[ 2.081580] scsi host0: ata_piix
[ 2.105137] scsi host1: ata_piix
[ 2.128280] ata1: SATA max UDMA/133 cmd 0x1098 ctl 0x10b4 bmdma 0x1070 irq 16
[ 2.151532] ata2: SATA max UDMA/133 cmd 0x1090 ctl 0x10b0 bmdma 0x1078 irq 16
[ 2.174992] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[ 2.199232] scsi host2: ata_piix
[ 2.222738] scsi host3: ata_piix
[ 2.245878] ata3: SATA max UDMA/133 cmd 0x1088 ctl 0x10ac bmdma 0x1050 irq 17
[ 2.269129] ata4: SATA max UDMA/133 cmd 0x1080 ctl 0x10a8 bmdma 0x1058 irq 17
[ 2.292479] libphy: Fixed MDIO Bus: probed
[ 2.315819] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.339054] ehci-pci: EHCI PCI platform driver
[ 2.362385] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 2.385766] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 2.409058] ehci-pci 0000:00:1a.0: debug port 2
[ 2.436112] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 2.436134] ehci-pci 0000:00:1a.0: irq 23, io mem 0xd0423000
[ 2.464868] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 2.488140] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.511385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.534652] usb usb1: Product: EHCI Host Controller
[ 2.557799] usb usb1: Manufacturer: Linux 3.17.0-0.rc6.git0.1.fc22.x86_64 ehci_hcd
[ 2.581085] usb usb1: SerialNumber: 0000:00:1a.0
[ 2.604899] hub 1-0:1.0: USB hub found
[ 2.608026] ata3: SATA link down (SStatus 0 SControl 300)
[ 2.619525] ata4: SATA link down (SStatus 0 SControl 300)
[ 2.672991] tsc: Refined TSC clocksource calibration: 3191.999 MHz
[ 2.697673] hub 1-0:1.0: 2 ports detected
[ 2.721166] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 2.744520] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 2.767815] ehci-pci 0000:00:1d.0: debug port 2
[ 2.795035] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 2.795062] ehci-pci 0000:00:1d.0: irq 22, io mem 0xd0422000
[ 2.802339] ata2.00: SATA link down (SStatus 0 SControl 300)
[ 2.802357] ata2.01: SATA link down (SStatus 0 SControl 300)
[ 2.870139] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 2.893433] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.916665] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.939917] usb usb2: Product: EHCI Host Controller
[ 2.953239] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2.953258] ata1.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.963217] ata1.00: ATA-8: ST3500418AS, CC46, max UDMA/133
[ 2.963220] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 2.963229] ata1.01: ATAPI: ATAPI iHAS324 B, AL15, max UDMA/100
[ 2.969638] ata1.00: configured for UDMA/133
[ 2.991369] ata1.01: configured for UDMA/100
[ 2.992385] scsi 0:0:0:0: Direct-Access ATA ST3500418AS CC46 PQ: 0 ANSI: 5
[ 2.992751] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 2.992767] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.992862] sd 0:0:0:0: [sda] Write Protect is off
[ 2.992867] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.992916] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.012693] scsi 0:0:1:0: CD-ROM ATAPI iHAS324 B AL15 PQ: 0 ANSI: 5
[ 3.084225] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 3.109220] sr 0:0:1:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 3.109222] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 3.109435] sr 0:0:1:0: Attached scsi CD-ROM sr0
[ 3.109538] sr 0:0:1:0: Attached scsi generic sg1 type 5
[ 3.253632] usb 1-1: New USB device found, idVendor=8087, idProduct=0020
[ 3.253635] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.289610] hub 1-1:1.0: USB hub found
[ 3.289777] hub 1-1:1.0: 6 ports detected
[ 3.452702] usb usb2: Manufacturer: Linux 3.17.0-0.rc6.git0.1.fc22.x86_64 ehci_hcd
[ 3.476044] usb usb2: SerialNumber: 0000:00:1d.0
[ 3.499628] hub 2-0:1.0: USB hub found
[ 3.522854] hub 2-0:1.0: 2 ports detected
[ 3.546121] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.569554] ohci-pci: OHCI PCI platform driver
[ 3.569916] sda: sda1 sda2 sda3
[ 3.570980] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.639301] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.662657] usbcore: registered new interface driver usbserial
[ 3.686232] Switched to clocksource tsc
[ 3.686247] usbcore: registered new interface driver usbserial_generic
[ 3.686259] usbserial: USB Serial support registered for generic
[ 3.686312] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 3.689597] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3.689605] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 3.689809] mousedev: PS/2 mouse device common for all mice
[ 3.690267] rtc_cmos 00:01: RTC can wake from S4
[ 3.690469] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 3.690508] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
[ 3.690641] device-mapper: uevent: version 1.0.3
[ 3.690772] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[ 3.691242] EFI Variables Facility v0.08 2004-May-17
[ 3.694722] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.694944] usbcore: registered new interface driver usbhid
[ 3.694945] usbhid: USB HID core driver
[ 3.694996] drop_monitor: Initializing network drop monitor service
[ 3.695129] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 3.710928] TCP: cubic registered
[ 3.710938] Initializing XFRM netlink socket
[ 3.711144] NET: Registered protocol family 10
[ 3.711572] mip6: Mobile IPv6
[ 3.711578] NET: Registered protocol family 17
[ 3.864743] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 4.060033] usb 2-1: New USB device found, idVendor=8087, idProduct=0020
[ 4.060036] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.106399] hub 2-1:1.0: USB hub found
[ 4.106653] hub 2-1:1.0: 8 ports detected
[ 4.344637] Loading compiled-in X.509 certificates
[ 4.369844] Loaded X.509 cert 'Fedora kernel signing key: 55dd733bdc92145fce90bc33b61f1c5e11466157'
[ 4.393355] EFI: Loaded cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' linked to '.system_keyring'
[ 4.416908] EFI: Loaded cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' linked to '.system_keyring'
[ 4.440439] EFI: Loaded cert 'Lenovo Ltd.: ThinkPad Product CA 2012: 838b1f54c1550463f45f98700640f11069265949' linked to '.system_keyring'
[ 4.464079] EFI: Loaded cert 'Red Hat Test Certificate: 3580cf35d76b3b667a40df66691cbcf87353b23c' linked to '.system_keyring'
[ 4.488259] EFI: Loaded cert 'Red Hat Test Certifying CA: 08a0ef5800cb02fb587c12b403259c7d4ef15d1c' linked to '.system_keyring'
[ 4.512498] EFI: Loaded cert 'Red Hat Test Certifying CA: 08a0ef5800cb02fb587c12b403259c7d4ef15d1c' linked to '.system_keyring'
[ 4.536579] EFI: Loaded cert 'Red Hat Test Certifying CA: 08a0ef5800cb02fb587c12b403259c7d4ef15d1c' linked to '.system_keyring'
[ 4.560648] EFI: Loaded cert 'Fedora Secure Boot CA: fde32599c2d61db1bf5807335d7b20e4cd963b42' linked to '.system_keyring'
[ 4.584197] EFI: Loaded cert 'SomeOrg: jwboyer: b51b4c6de12c3876da8cd7fe4b6fc1816d474654' linked to '.system_blacklist_keyring'
[ 4.607698] registered taskstats version 1
[ 4.631265] Magic number: 14:307:94
[ 4.654492] rtc_cmos 00:01: setting system clock to 2014-09-22 20:05:02 UTC (1411416302)
[ 4.679813] Freeing unused kernel memory: 1468K (ffffffff81d24000 - ffffffff81e93000)
[ 4.703099] Write protecting the kernel read-only data: 12288k
[ 4.730426] Freeing unused kernel memory: 812K (ffff880001735000 - ffff880001800000)
[ 4.757694] Freeing unused kernel memory: 864K (ffff880001b28000 - ffff880001c00000)
[ 4.791424] systemd[1]: systemd 204 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[ 4.815130] systemd[1]: Running in initial RAM disk.
[ 4.838572] systemd[1]: Set hostname to <sb>.
[ 4.868984] random: systemd urandom read with 46 bits of entropy available
[ 4.901100] systemd[1]: Expecting device dev-mapper-fedora\x2dswap.device...
[ 4.924428] systemd[1]: Expecting device dev-mapper-fedora\x2droot.device...
[ 4.947734] systemd[1]: Expecting device dev-disk-by\x2duuid-67d446e4\x2d452d\x2d4459\x2dae43\x2d916409851844.device...
[ 4.971228] systemd[1]: Starting Timers.
[ 4.994370] systemd[1]: Reached target Timers.
[ 5.017635] systemd[1]: Starting udev Kernel Socket.
[ 5.040851] systemd[1]: Listening on udev Kernel Socket.
[ 5.064164] systemd[1]: Starting udev Control Socket.
[ 5.087412] systemd[1]: Listening on udev Control Socket.
[ 5.110645] systemd[1]: Starting Journal Socket.
[ 5.133884] systemd[1]: Listening on Journal Socket.
[ 5.157364] systemd[1]: Starting dracut cmdline hook...
[ 5.181463] systemd[1]: Started Load Kernel Modules.
[ 5.204757] systemd[1]: Starting Sockets.
[ 5.227938] systemd[1]: Reached target Sockets.
[ 5.251171] systemd[1]: Starting Journal Service...
[ 5.275181] systemd[1]: Started Journal Service.
[ 5.298841] systemd[1]: Starting Swap.
[ 5.323199] systemd[1]: Reached target Swap.
[ 5.347643] systemd[1]: Starting Local File Systems.
[ 5.371212] systemd[1]: Reached target Local File Systems.
[ 5.395102] systemd[1]: Started dracut cmdline hook.
[ 5.418376] systemd[1]: Starting Setup Virtual Console...
[ 5.442633] systemd[1]: Starting dracut pre-udev hook...
[ 5.479068] systemd[1]: Started Setup Virtual Console.
[ 5.504734] systemd[1]: Started dracut pre-udev hook.
[ 5.528089] systemd[1]: Starting udev Kernel Device Manager...
[ 5.554549] systemd-udevd[200]: starting version 204
[ 5.577856] systemd[1]: Started udev Kernel Device Manager.
[ 5.601294] systemd[1]: Started dracut pre-trigger hook.
[ 5.624605] systemd[1]: Starting udev Coldplug all Devices...
[ 5.762467] [drm] Initialized drm 1.1.0 20060810
[ 5.922609] [drm] Memory usable by graphics device = 2048M
[ 5.945885] [drm] Replacing VGA console driver
[ 5.976104] i915 0000:00:02.0: irq 27 for MSI/MSI-X
[ 5.976117] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 5.999495] [drm] Driver supports precise vblank timestamp query.
[ 6.023076] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 6.067032] i915 0000:00:02.0: No connectors reported connected with modes
[ 6.090346] [drm] Cannot find any crtc or sizes - going 1024x768
[ 6.113638] random: nonblocking pool is initialized
[ 6.137979] fbcon: inteldrmfb (fb0) is primary device
[ 6.138062] Console: switching to colour frame buffer device 128x48
[ 6.188339] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 6.211692] i915 0000:00:02.0: registered panic notifier
[ 6.241200] [drm] Initialized i915 1.6.0 20140725 for 0000:00:02.0 on minor 0
[ 6.735142] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[ 6.932875] systemd-journald[152]: Received SIGTERM
[ 7.661678] audit: type=1404 audit(1411416305.504:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[ 7.817800] SELinux: 2048 avtab hash slots, 96020 rules.
[ 7.850371] SELinux: 2048 avtab hash slots, 96020 rules.
[ 8.302509] SELinux: 8 users, 82 roles, 4567 types, 259 bools, 1 sens, 1024 cats
[ 8.302517] SELinux: 83 classes, 96020 rules
[ 8.311350] SELinux: Permission audit_read in class capability2 not defined in policy.
[ 8.334654] SELinux: the above unknown classes and permissions will be allowed
[ 8.357907] SELinux: Completing initialization.
[ 8.357909] SELinux: Setting up existing superblocks.
[ 8.357919] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
[ 8.357932] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
[ 8.357940] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[ 8.357970] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 8.358006] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs
[ 8.359460] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
[ 8.360766] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
[ 8.360772] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
[ 8.360781] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
[ 8.360785] SELinux: initialized (dev aio, type aio), not configured for labeling
[ 8.360790] SELinux: initialized (dev devpts, type devpts), uses transition SIDs
[ 8.360823] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs
[ 8.360835] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
[ 8.360848] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
[ 8.360865] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[ 8.361204] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts
[ 8.361208] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 8.361219] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 8.361370] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 8.361457] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 8.361464] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts
[ 8.361470] SELinux: initialized (dev efivarfs, type efivarfs), uses genfs_contexts
[ 8.361487] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 8.361491] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 8.361498] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 8.361502] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 8.361505] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 8.361509] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 8.361512] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 8.361516] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 8.361519] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 8.361524] SELinux: initialized (dev drm, type drm), not configured for labeling
[ 8.361536] SELinux: initialized (dev dm-1, type ext4), uses xattr
[ 8.370141] audit: type=1403 audit(1411416306.212:3): policy loaded auid=4294967295 ses=4294967295
[ 8.417819] systemd[1]: Successfully loaded SELinux policy in 778.989ms.
[ 8.615550] systemd[1]: Relabelled /dev and /run in 33.421ms.
[ 9.182152] LVM: Logical Volume autoactivation enabled.
[ 9.182161] LVM: Activation generator successfully completed.
[ 9.958171] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
[ 10.400399] systemd[1]: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 358 (systemd-binfmt)
[ 11.362140] systemd-udevd[365]: starting version 204
[ 11.647764] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs
[ 11.647801] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 11.649849] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts
[ 11.898828] SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
[ 12.345199] EXT4-fs (dm-1): re-mounted. Opts: (null)
[ 12.707509] i801_smbus 0000:00:1f.3: enabling device (0000 -> 0003)
[ 12.730964] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
[ 12.775796] pps_core: LinuxPPS API ver. 1 registered
[ 12.798965] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 12.822790] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 12.846779] alg: No test for crc32 (crc32-pclmul)
[ 12.896387] PTP clock support registered
[ 13.070999] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[ 13.095002] e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
[ 13.119862] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 13.144398] e1000e 0000:00:19.0: irq 28 for MSI/MSI-X
[ 13.232826] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[ 13.403883] iTCO_vendor_support: vendor-support=0
[ 13.422729] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:15:17:0b:b9:f0
[ 13.422733] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[ 13.422786] e1000e 0000:00:19.0 eth0: MAC: 9, PHY: 9, PBA No: FFFFFF-0FF
[ 13.637845] gpio_ich: GPIO from 180 to 255 on gpio_ich
[ 13.746883] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 13.770227] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[ 14.428977] e1000e 0000:00:19.0 enp0s25: renamed from eth0
[ 14.462505] systemd-udevd[390]: renamed network interface eth0 to enp0s25
[ 14.594296] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 14.839666] SELinux: initialized (dev sda2, type ext4), uses xattr
[ 14.924543] Adding 3915772k swap on /dev/mapper/fedora-swap. Priority:-1 extents:1 across:3915772k FS
[ 15.133467] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[ 15.156878] SELinux: initialized (dev dm-2, type ext4), uses xattr
[ 15.280433] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 15.303824] SELinux: initialized (dev sda1, type vfat), uses genfs_contexts
[ 15.319739] systemd-journald[354]: Received request to flush runtime journal from PID 1
[ 15.821572] audit: type=1305 audit(1411416313.660:4): audit_pid=500 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1
[ 19.776493] systemd-logind[535]: Watching system buttons on /dev/input/event2 (Power Button)
[ 19.800063] systemd-logind[535]: Watching system buttons on /dev/input/event1 (Power Button)
[ 19.823631] systemd-logind[535]: Watching system buttons on /dev/input/event0 (Sleep Button)
[ 25.224624] e1000e 0000:00:19.0: irq 28 for MSI/MSI-X
[ 25.324903] e1000e 0000:00:19.0: irq 28 for MSI/MSI-X
[ 25.325034] IPv6: ADDRCONF(NETDEV_UP): enp0s25: link is not ready
[ 25.986611] Bluetooth: Core ver 2.19
[ 26.010006] NET: Registered protocol family 31
[ 26.033164] Bluetooth: HCI device and connection manager initialized
[ 26.056521] Bluetooth: HCI socket layer initialized
[ 26.079935] Bluetooth: L2CAP socket layer initialized
[ 26.103205] Bluetooth: SCO socket layer initialized
[ 26.200149] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 26.223397] Bluetooth: BNEP filters: protocol multicast
[ 26.246644] Bluetooth: BNEP socket layer initialized
[ 28.021025] e1000e: enp0s25 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx
[ 28.044621] e1000e 0000:00:19.0 enp0s25: 10/100 speed: disabling TSO
[ 28.068038] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s25: link becomes ready
[ 38.175757] Ebtables v2.0 registered
[ 38.472932] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 130.334061] systemd-readahead[345]: Failed to rename readahead file: Permission denied
[ 1536.924562] perf interrupt took too long (2513 > 2500), lowering kernel.perf_event_max_sample_rate to 50000

obiwan | success | rc=0 >>
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.17.0-0.rc6.git0.1.fc22.x86_64 (jwboyer@vader) (gcc version 4.8.3 20140624 (Red Hat 4.8.3-1) (GCC) ) #1 SMP Mon Sep 22 15:05:06 EDT 2014
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.17.0-0.rc6.git0.1.fc22.x86_64 root=/dev/mapper/fedora_obiwan-root ro rd.lvm.lv=fedora_obiwan/root rd.md=0 rd.dm=0 rd.luks=0 vconsole.keymap=us rd.lvm.lv=fedora_obiwan/swap rhgb quiet LANG=en_US.UTF-8
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000008e000-0x000000000008ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000040005000-0x0000000088d11fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000088d12000-0x0000000088d52fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000088d53000-0x0000000088d66fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000088d67000-0x0000000088d8efff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000088d8f000-0x0000000088e3bfff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000088e3c000-0x0000000088e8efff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000088e8f000-0x0000000088ed6fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000088ed7000-0x0000000088efefff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000088eff000-0x0000000088f91fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000088f92000-0x0000000088ffefff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000088fff000-0x0000000088ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000089000000-0x000000008f9fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffe70000-0x00000000ffe9ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000026f5fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0x85006190-0x850161cf] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000008dfff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000008e000-0x000000000008ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000bffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000020000000-0x00000000201fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000020200000-0x0000000040003fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000040004000-0x0000000040004fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000040005000-0x000000008500618f] usable
[ 0.000000] reserve setup_data: [mem 0x0000000085006190-0x00000000850161cf] usable
[ 0.000000] reserve setup_data: [mem 0x00000000850161d0-0x0000000088d11fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000088d12000-0x0000000088d52fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x0000000088d53000-0x0000000088d66fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000088d67000-0x0000000088d8efff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x0000000088d8f000-0x0000000088e3bfff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000088e3c000-0x0000000088e8efff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000088e8f000-0x0000000088ed6fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000088ed7000-0x0000000088efefff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000088eff000-0x0000000088f91fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000088f92000-0x0000000088ffefff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000088fff000-0x0000000088ffffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000089000000-0x000000008f9fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ffe70000-0x00000000ffe9ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000026f5fffff] usable
[ 0.000000] efi: EFI v1.10 by Apple
[ 0.000000] efi: ACPI=0x88d8e000 ACPI 2.0=0x88d8e014 SMBIOS=0x88d19000
[ 0.000000] efi: mem00: type=7, attr=0x80000000000000f, range=[0x0000000000000000-0x0000000000001000) (0MB)
[ 0.000000] efi: mem01: type=2, attr=0x80000000000000f, range=[0x0000000000001000-0x0000000000002000) (0MB)
[ 0.000000] efi: mem02: type=7, attr=0x80000000000000f, range=[0x0000000000002000-0x000000000008e000) (0MB)
[ 0.000000] efi: mem03: type=0, attr=0x80000000000000f, range=[0x000000000008e000-0x0000000000090000) (0MB)
[ 0.000000] efi: mem04: type=7, attr=0x80000000000000f, range=[0x0000000000090000-0x00000000000a0000) (0MB)
[ 0.000000] efi: mem05: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
[ 0.000000] efi: mem06: type=2, attr=0xf, range=[0x0000000001000000-0x000000000243e000) (20MB)
[ 0.000000] efi: mem07: type=7, attr=0xf, range=[0x000000000243e000-0x0000000020000000) (475MB)
[ 0.000000] efi: mem08: type=0, attr=0xf, range=[0x0000000020000000-0x0000000020200000) (2MB)
[ 0.000000] efi: mem09: type=7, attr=0xf, range=[0x0000000020200000-0x000000003f39f000) (497MB)
[ 0.000000] efi: mem10: type=2, attr=0xf, range=[0x000000003f39f000-0x0000000040000000) (12MB)
[ 0.000000] efi: mem11: type=7, attr=0xf, range=[0x0000000040000000-0x0000000040004000) (0MB)
[ 0.000000] efi: mem12: type=0, attr=0xf, range=[0x0000000040004000-0x0000000040005000) (0MB)
[ 0.000000] efi: mem13: type=7, attr=0xf, range=[0x0000000040005000-0x000000005d9e2000) (473MB)
[ 0.000000] efi: mem14: type=2, attr=0xf, range=[0x000000005d9e2000-0x000000007cd0c000) (499MB)
[ 0.000000] efi: mem15: type=4, attr=0xf, range=[0x000000007cd0c000-0x0000000084d14000) (128MB)
[ 0.000000] efi: mem16: type=7, attr=0xf, range=[0x0000000084d14000-0x0000000084d9f000) (0MB)
[ 0.000000] efi: mem17: type=2, attr=0xf, range=[0x0000000084d9f000-0x0000000084e82000) (0MB)
[ 0.000000] efi: mem18: type=1, attr=0xf, range=[0x0000000084e82000-0x0000000084fbd000) (1MB)
[ 0.000000] efi: mem19: type=7, attr=0xf, range=[0x0000000084fbd000-0x0000000085002000) (0MB)
[ 0.000000] efi: mem20: type=2, attr=0xf, range=[0x0000000085002000-0x0000000085017000) (0MB)
[ 0.000000] efi: mem21: type=4, attr=0xf, range=[0x0000000085017000-0x000000008501a000) (0MB)
[ 0.000000] efi: mem22: type=2, attr=0xf, range=[0x000000008501a000-0x00000000850fe000) (0MB)
[ 0.000000] efi: mem23: type=4, attr=0xf, range=[0x00000000850fe000-0x00000000850ff000) (0MB)
[ 0.000000] efi: mem24: type=2, attr=0xf, range=[0x00000000850ff000-0x0000000085103000) (0MB)
[ 0.000000] efi: mem25: type=4, attr=0xf, range=[0x0000000085103000-0x00000000858c3000) (7MB)
[ 0.000000] efi: mem26: type=3, attr=0xf, range=[0x00000000858c3000-0x00000000859dd000) (1MB)
[ 0.000000] efi: mem27: type=4, attr=0xf, range=[0x00000000859dd000-0x0000000085abd000) (0MB)
[ 0.000000] efi: mem28: type=3, attr=0xf, range=[0x0000000085abd000-0x0000000085ae0000) (0MB)
[ 0.000000] efi: mem29: type=4, attr=0xf, range=[0x0000000085ae0000-0x0000000085b0d000) (0MB)
[ 0.000000] efi: mem30: type=3, attr=0xf, range=[0x0000000085b0d000-0x0000000085b1b000) (0MB)
[ 0.000000] efi: mem31: type=4, attr=0xf, range=[0x0000000085b1b000-0x0000000085b1d000) (0MB)
[ 0.000000] efi: mem32: type=3, attr=0xf, range=[0x0000000085b1d000-0x0000000085b23000) (0MB)
[ 0.000000] efi: mem33: type=4, attr=0xf, range=[0x0000000085b23000-0x0000000085b25000) (0MB)
[ 0.000000] efi: mem34: type=3, attr=0xf, range=[0x0000000085b25000-0x0000000085b57000) (0MB)
[ 0.000000] efi: mem35: type=4, attr=0xf, range=[0x0000000085b57000-0x0000000085bf4000) (0MB)
[ 0.000000] efi: mem36: type=3, attr=0xf, range=[0x0000000085bf4000-0x0000000085bf9000) (0MB)
[ 0.000000] efi: mem37: type=4, attr=0xf, range=[0x0000000085bf9000-0x0000000085bff000) (0MB)
[ 0.000000] efi: mem38: type=3, attr=0xf, range=[0x0000000085bff000-0x0000000085c00000) (0MB)
[ 0.000000] efi: mem39: type=4, attr=0xf, range=[0x0000000085c00000-0x0000000085c01000) (0MB)
[ 0.000000] efi: mem40: type=3, attr=0xf, range=[0x0000000085c01000-0x0000000085c02000) (0MB)
[ 0.000000] efi: mem41: type=4, attr=0xf, range=[0x0000000085c02000-0x0000000085c03000) (0MB)
[ 0.000000] efi: mem42: type=3, attr=0xf, range=[0x0000000085c03000-0x0000000085c05000) (0MB)
[ 0.000000] efi: mem43: type=4, attr=0xf, range=[0x0000000085c05000-0x0000000085c07000) (0MB)
[ 0.000000] efi: mem44: type=3, attr=0xf, range=[0x0000000085c07000-0x0000000085c0d000) (0MB)
[ 0.000000] efi: mem45: type=4, attr=0xf, range=[0x0000000085c0d000-0x0000000085c11000) (0MB)
[ 0.000000] efi: mem46: type=3, attr=0xf, range=[0x0000000085c11000-0x0000000085c15000) (0MB)
[ 0.000000] efi: mem47: type=4, attr=0xf, range=[0x0000000085c15000-0x0000000085c16000) (0MB)
[ 0.000000] efi: mem48: type=3, attr=0xf, range=[0x0000000085c16000-0x0000000085c17000) (0MB)
[ 0.000000] efi: mem49: type=4, attr=0xf, range=[0x0000000085c17000-0x0000000085c1b000) (0MB)
[ 0.000000] efi: mem50: type=3, attr=0xf, range=[0x0000000085c1b000-0x0000000085c1e000) (0MB)
[ 0.000000] efi: mem51: type=4, attr=0xf, range=[0x0000000085c1e000-0x0000000085c21000) (0MB)
[ 0.000000] efi: mem52: type=3, attr=0xf, range=[0x0000000085c21000-0x0000000085c3f000) (0MB)
[ 0.000000] efi: mem53: type=4, attr=0xf, range=[0x0000000085c3f000-0x0000000085c46000) (0MB)
[ 0.000000] efi: mem54: type=3, attr=0xf, range=[0x0000000085c46000-0x0000000085c4d000) (0MB)
[ 0.000000] efi: mem55: type=4, attr=0xf, range=[0x0000000085c4d000-0x0000000085c51000) (0MB)
[ 0.000000] efi: mem56: type=3, attr=0xf, range=[0x0000000085c51000-0x0000000085c63000) (0MB)
[ 0.000000] efi: mem57: type=4, attr=0xf, range=[0x0000000085c63000-0x0000000085c64000) (0MB)
[ 0.000000] efi: mem58: type=3, attr=0xf, range=[0x0000000085c64000-0x0000000085c77000) (0MB)
[ 0.000000] efi: mem59: type=4, attr=0xf, range=[0x0000000085c77000-0x0000000085c7f000) (0MB)
[ 0.000000] efi: mem60: type=3, attr=0xf, range=[0x0000000085c7f000-0x0000000085c84000) (0MB)
[ 0.000000] efi: mem61: type=4, attr=0xf, range=[0x0000000085c84000-0x0000000085c87000) (0MB)
[ 0.000000] efi: mem62: type=3, attr=0xf, range=[0x0000000085c87000-0x0000000085c88000) (0MB)
[ 0.000000] efi: mem63: type=4, attr=0xf, range=[0x0000000085c88000-0x0000000087893000) (28MB)
[ 0.000000] efi: mem64: type=3, attr=0xf, range=[0x0000000087893000-0x0000000087898000) (0MB)
[ 0.000000] efi: mem65: type=4, attr=0xf, range=[0x0000000087898000-0x00000000879ea000) (1MB)
[ 0.000000] efi: mem66: type=3, attr=0xf, range=[0x00000000879ea000-0x00000000879f3000) (0MB)
[ 0.000000] efi: mem67: type=4, attr=0xf, range=[0x00000000879f3000-0x0000000087a02000) (0MB)
[ 0.000000] efi: mem68: type=3, attr=0xf, range=[0x0000000087a02000-0x0000000087a09000) (0MB)
[ 0.000000] efi: mem69: type=4, attr=0xf, range=[0x0000000087a09000-0x0000000087a13000) (0MB)
[ 0.000000] efi: mem70: type=3, attr=0xf, range=[0x0000000087a13000-0x0000000087a16000) (0MB)
[ 0.000000] efi: mem71: type=4, attr=0xf, range=[0x0000000087a16000-0x0000000087a1a000) (0MB)
[ 0.000000] efi: mem72: type=3, attr=0xf, range=[0x0000000087a1a000-0x0000000087a1c000) (0MB)
[ 0.000000] efi: mem73: type=4, attr=0xf, range=[0x0000000087a1c000-0x0000000087a1f000) (0MB)
[ 0.000000] efi: mem74: type=3, attr=0xf, range=[0x0000000087a1f000-0x0000000087a20000) (0MB)
[ 0.000000] efi: mem75: type=4, attr=0xf, range=[0x0000000087a20000-0x0000000087a22000) (0MB)
[ 0.000000] efi: mem76: type=3, attr=0xf, range=[0x0000000087a22000-0x0000000087a29000) (0MB)
[ 0.000000] efi: mem77: type=4, attr=0xf, range=[0x0000000087a29000-0x0000000087a2c000) (0MB)
[ 0.000000] efi: mem78: type=3, attr=0xf, range=[0x0000000087a2c000-0x0000000087a2d000) (0MB)
[ 0.000000] efi: mem79: type=4, attr=0xf, range=[0x0000000087a2d000-0x0000000087a2e000) (0MB)
[ 0.000000] efi: mem80: type=3, attr=0xf, range=[0x0000000087a2e000-0x0000000087a2f000) (0MB)
[ 0.000000] efi: mem81: type=4, attr=0xf, range=[0x0000000087a2f000-0x0000000087a33000) (0MB)
[ 0.000000] efi: mem82: type=3, attr=0xf, range=[0x0000000087a33000-0x0000000087a38000) (0MB)
[ 0.000000] efi: mem83: type=4, attr=0xf, range=[0x0000000087a38000-0x0000000087a4d000) (0MB)
[ 0.000000] efi: mem84: type=3, attr=0xf, range=[0x0000000087a4d000-0x0000000087a51000) (0MB)
[ 0.000000] efi: mem85: type=4, attr=0xf, range=[0x0000000087a51000-0x0000000087a55000) (0MB)
[ 0.000000] efi: mem86: type=3, attr=0xf, range=[0x0000000087a55000-0x0000000087a60000) (0MB)
[ 0.000000] efi: mem87: type=4, attr=0xf, range=[0x0000000087a60000-0x0000000087a63000) (0MB)
[ 0.000000] efi: mem88: type=3, attr=0xf, range=[0x0000000087a63000-0x0000000087a64000) (0MB)
[ 0.000000] efi: mem89: type=4, attr=0xf, range=[0x0000000087a64000-0x0000000087a65000) (0MB)
[ 0.000000] efi: mem90: type=3, attr=0xf, range=[0x0000000087a65000-0x0000000087a66000) (0MB)
[ 0.000000] efi: mem91: type=4, attr=0xf, range=[0x0000000087a66000-0x0000000087a6b000) (0MB)
[ 0.000000] efi: mem92: type=3, attr=0xf, range=[0x0000000087a6b000-0x0000000087a6d000) (0MB)
[ 0.000000] efi: mem93: type=4, attr=0xf, range=[0x0000000087a6d000-0x0000000087aa1000) (0MB)
[ 0.000000] efi: mem94: type=3, attr=0xf, range=[0x0000000087aa1000-0x0000000087aa4000) (0MB)
[ 0.000000] efi: mem95: type=4, attr=0xf, range=[0x0000000087aa4000-0x0000000087ad2000) (0MB)
[ 0.000000] efi: mem96: type=3, attr=0xf, range=[0x0000000087ad2000-0x0000000087add000) (0MB)
[ 0.000000] efi: mem97: type=4, attr=0xf, range=[0x0000000087add000-0x0000000087aed000) (0MB)
[ 0.000000] efi: mem98: type=3, attr=0xf, range=[0x0000000087aed000-0x0000000087af8000) (0MB)
[ 0.000000] efi: mem99: type=4, attr=0xf, range=[0x0000000087af8000-0x0000000087af9000) (0MB)
[ 0.000000] efi: mem100: type=3, attr=0xf, range=[0x0000000087af9000-0x0000000087b17000) (0MB)
[ 0.000000] efi: mem101: type=4, attr=0xf, range=[0x0000000087b17000-0x0000000087b1b000) (0MB)
[ 0.000000] efi: mem102: type=3, attr=0xf, range=[0x0000000087b1b000-0x0000000087b1d000) (0MB)
[ 0.000000] efi: mem103: type=4, attr=0xf, range=[0x0000000087b1d000-0x0000000087b21000) (0MB)
[ 0.000000] efi: mem104: type=3, attr=0xf, range=[0x0000000087b21000-0x0000000087b25000) (0MB)
[ 0.000000] efi: mem105: type=4, attr=0xf, range=[0x0000000087b25000-0x0000000087b26000) (0MB)
[ 0.000000] efi: mem106: type=3, attr=0xf, range=[0x0000000087b26000-0x0000000087b27000) (0MB)
[ 0.000000] efi: mem107: type=4, attr=0xf, range=[0x0000000087b27000-0x0000000087b29000) (0MB)
[ 0.000000] efi: mem108: type=3, attr=0xf, range=[0x0000000087b29000-0x0000000087b2a000) (0MB)
[ 0.000000] efi: mem109: type=4, attr=0xf, range=[0x0000000087b2a000-0x0000000087b2c000) (0MB)
[ 0.000000] efi: mem110: type=3, attr=0xf, range=[0x0000000087b2c000-0x0000000087b2d000) (0MB)
[ 0.000000] efi: mem111: type=4, attr=0xf, range=[0x0000000087b2d000-0x0000000087b2e000) (0MB)
[ 0.000000] efi: mem112: type=3, attr=0xf, range=[0x0000000087b2e000-0x0000000087b34000) (0MB)
[ 0.000000] efi: mem113: type=4, attr=0xf, range=[0x0000000087b34000-0x0000000087b38000) (0MB)
[ 0.000000] efi: mem114: type=3, attr=0xf, range=[0x0000000087b38000-0x0000000087b39000) (0MB)
[ 0.000000] efi: mem115: type=4, attr=0xf, range=[0x0000000087b39000-0x0000000087b3b000) (0MB)
[ 0.000000] efi: mem116: type=3, attr=0xf, range=[0x0000000087b3b000-0x0000000087b3e000) (0MB)
[ 0.000000] efi: mem117: type=4, attr=0xf, range=[0x0000000087b3e000-0x0000000087b42000) (0MB)
[ 0.000000] efi: mem118: type=3, attr=0xf, range=[0x0000000087b42000-0x0000000087b43000) (0MB)
[ 0.000000] efi: mem119: type=4, attr=0xf, range=[0x0000000087b43000-0x0000000087b45000) (0MB)
[ 0.000000] efi: mem120: type=3, attr=0xf, range=[0x0000000087b45000-0x0000000087b46000) (0MB)
[ 0.000000] efi: mem121: type=4, attr=0xf, range=[0x0000000087b46000-0x0000000087b48000) (0MB)
[ 0.000000] efi: mem122: type=3, attr=0xf, range=[0x0000000087b48000-0x0000000087b56000) (0MB)
[ 0.000000] efi: mem123: type=4, attr=0xf, range=[0x0000000087b56000-0x0000000087b57000) (0MB)
[ 0.000000] efi: mem124: type=3, attr=0xf, range=[0x0000000087b57000-0x0000000087b58000) (0MB)
[ 0.000000] efi: mem125: type=4, attr=0xf, range=[0x0000000087b58000-0x0000000087b59000) (0MB)
[ 0.000000] efi: mem126: type=3, attr=0xf, range=[0x0000000087b59000-0x0000000087b60000) (0MB)
[ 0.000000] efi: mem127: type=4, attr=0xf, range=[0x0000000087b60000-0x0000000087b64000) (0MB)
[ 0.000000] efi: mem128: type=3, attr=0xf, range=[0x0000000087b64000-0x0000000087b6a000) (0MB)
[ 0.000000] efi: mem129: type=4, attr=0xf, range=[0x0000000087b6a000-0x0000000087b78000) (0MB)
[ 0.000000] efi: mem130: type=3, attr=0xf, range=[0x0000000087b78000-0x0000000087b7d000) (0MB)
[ 0.000000] efi: mem131: type=4, attr=0xf, range=[0x0000000087b7d000-0x0000000087b83000) (0MB)
[ 0.000000] efi: mem132: type=3, attr=0xf, range=[0x0000000087b83000-0x0000000087b9a000) (0MB)
[ 0.000000] efi: mem133: type=4, attr=0xf, range=[0x0000000087b9a000-0x0000000087b9e000) (0MB)
[ 0.000000] efi: mem134: type=3, attr=0xf, range=[0x0000000087b9e000-0x0000000087baa000) (0MB)
[ 0.000000] efi: mem135: type=4, attr=0xf, range=[0x0000000087baa000-0x0000000087bab000) (0MB)
[ 0.000000] efi: mem136: type=3, attr=0xf, range=[0x0000000087bab000-0x0000000087bb0000) (0MB)
[ 0.000000] efi: mem137: type=4, attr=0xf, range=[0x0000000087bb0000-0x0000000087bb1000) (0MB)
[ 0.000000] efi: mem138: type=3, attr=0xf, range=[0x0000000087bb1000-0x0000000087bc6000) (0MB)
[ 0.000000] efi: mem139: type=4, attr=0xf, range=[0x0000000087bc6000-0x0000000087bca000) (0MB)
[ 0.000000] efi: mem140: type=3, attr=0xf, range=[0x0000000087bca000-0x0000000087bce000) (0MB)
[ 0.000000] efi: mem141: type=4, attr=0xf, range=[0x0000000087bce000-0x0000000087bd7000) (0MB)
[ 0.000000] efi: mem142: type=3, attr=0xf, range=[0x0000000087bd7000-0x0000000087bda000) (0MB)
[ 0.000000] efi: mem143: type=4, attr=0xf, range=[0x0000000087bda000-0x0000000087bdb000) (0MB)
[ 0.000000] efi: mem144: type=3, attr=0xf, range=[0x0000000087bdb000-0x0000000087bdd000) (0MB)
[ 0.000000] efi: mem145: type=4, attr=0xf, range=[0x0000000087bdd000-0x0000000087be1000) (0MB)
[ 0.000000] efi: mem146: type=3, attr=0xf, range=[0x0000000087be1000-0x0000000087be7000) (0MB)
[ 0.000000] efi: mem147: type=4, attr=0xf, range=[0x0000000087be7000-0x0000000087bec000) (0MB)
[ 0.000000] efi: mem148: type=3, attr=0xf, range=[0x0000000087bec000-0x0000000087bf8000) (0MB)
[ 0.000000] efi: mem149: type=4, attr=0xf, range=[0x0000000087bf8000-0x0000000087bf9000) (0MB)
[ 0.000000] efi: mem150: type=3, attr=0xf, range=[0x0000000087bf9000-0x0000000087c00000) (0MB)
[ 0.000000] efi: mem151: type=4, attr=0xf, range=[0x0000000087c00000-0x0000000087c01000) (0MB)
[ 0.000000] efi: mem152: type=3, attr=0xf, range=[0x0000000087c01000-0x0000000087c11000) (0MB)
[ 0.000000] efi: mem153: type=4, attr=0xf, range=[0x0000000087c11000-0x0000000087c13000) (0MB)
[ 0.000000] efi: mem154: type=3, attr=0xf, range=[0x0000000087c13000-0x0000000087c2b000) (0MB)
[ 0.000000] efi: mem155: type=4, attr=0xf, range=[0x0000000087c2b000-0x0000000087c2e000) (0MB)
[ 0.000000] efi: mem156: type=3, attr=0xf, range=[0x0000000087c2e000-0x0000000087c31000) (0MB)
[ 0.000000] efi: mem157: type=4, attr=0xf, range=[0x0000000087c31000-0x0000000087c32000) (0MB)
[ 0.000000] efi: mem158: type=3, attr=0xf, range=[0x0000000087c32000-0x0000000087c35000) (0MB)
[ 0.000000] efi: mem159: type=4, attr=0xf, range=[0x0000000087c35000-0x0000000087c36000) (0MB)
[ 0.000000] efi: mem160: type=3, attr=0xf, range=[0x0000000087c36000-0x0000000087c3c000) (0MB)
[ 0.000000] efi: mem161: type=4, attr=0xf, range=[0x0000000087c3c000-0x0000000087c3e000) (0MB)
[ 0.000000] efi: mem162: type=3, attr=0xf, range=[0x0000000087c3e000-0x0000000087c3f000) (0MB)
[ 0.000000] efi: mem163: type=4, attr=0xf, range=[0x0000000087c3f000-0x0000000087c43000) (0MB)
[ 0.000000] efi: mem164: type=3, attr=0xf, range=[0x0000000087c43000-0x0000000087c44000) (0MB)
[ 0.000000] efi: mem165: type=4, attr=0xf, range=[0x0000000087c44000-0x0000000087c48000) (0MB)
[ 0.000000] efi: mem166: type=3, attr=0xf, range=[0x0000000087c48000-0x0000000087c4a000) (0MB)
[ 0.000000] efi: mem167: type=4, attr=0xf, range=[0x0000000087c4a000-0x0000000087c4d000) (0MB)
[ 0.000000] efi: mem168: type=3, attr=0xf, range=[0x0000000087c4d000-0x0000000087c4e000) (0MB)
[ 0.000000] efi: mem169: type=4, attr=0xf, range=[0x0000000087c4e000-0x0000000087c51000) (0MB)
[ 0.000000] efi: mem170: type=3, attr=0xf, range=[0x0000000087c51000-0x0000000087c54000) (0MB)
[ 0.000000] efi: mem171: type=4, attr=0xf, range=[0x0000000087c54000-0x0000000087c55000) (0MB)
[ 0.000000] efi: mem172: type=3, attr=0xf, range=[0x0000000087c55000-0x0000000087c60000) (0MB)
[ 0.000000] efi: mem173: type=4, attr=0xf, range=[0x0000000087c60000-0x0000000087c62000) (0MB)
[ 0.000000] efi: mem174: type=3, attr=0xf, range=[0x0000000087c62000-0x0000000087c64000) (0MB)
[ 0.000000] efi: mem175: type=4, attr=0xf, range=[0x0000000087c64000-0x0000000087c67000) (0MB)
[ 0.000000] efi: mem176: type=3, attr=0xf, range=[0x0000000087c67000-0x0000000087c68000) (0MB)
[ 0.000000] efi: mem177: type=4, attr=0xf, range=[0x0000000087c68000-0x0000000087c6d000) (0MB)
[ 0.000000] efi: mem178: type=3, attr=0xf, range=[0x0000000087c6d000-0x0000000087c6e000) (0MB)
[ 0.000000] efi: mem179: type=4, attr=0xf, range=[0x0000000087c6e000-0x0000000087c76000) (0MB)
[ 0.000000] efi: mem180: type=3, attr=0xf, range=[0x0000000087c76000-0x0000000087c78000) (0MB)
[ 0.000000] efi: mem181: type=4, attr=0xf, range=[0x0000000087c78000-0x0000000087c7e000) (0MB)
[ 0.000000] efi: mem182: type=3, attr=0xf, range=[0x0000000087c7e000-0x0000000087c7f000) (0MB)
[ 0.000000] efi: mem183: type=4, attr=0xf, range=[0x0000000087c7f000-0x0000000087c81000) (0MB)
[ 0.000000] efi: mem184: type=3, attr=0xf, range=[0x0000000087c81000-0x0000000087c82000) (0MB)
[ 0.000000] efi: mem185: type=4, attr=0xf, range=[0x0000000087c82000-0x0000000087c97000) (0MB)
[ 0.000000] efi: mem186: type=3, attr=0xf, range=[0x0000000087c97000-0x0000000087c9c000) (0MB)
[ 0.000000] efi: mem187: type=4, attr=0xf, range=[0x0000000087c9c000-0x0000000087cca000) (0MB)
[ 0.000000] efi: mem188: type=3, attr=0xf, range=[0x0000000087cca000-0x0000000087cdd000) (0MB)
[ 0.000000] efi: mem189: type=4, attr=0xf, range=[0x0000000087cdd000-0x0000000087cf8000) (0MB)
[ 0.000000] efi: mem190: type=3, attr=0xf, range=[0x0000000087cf8000-0x0000000087cfb000) (0MB)
[ 0.000000] efi: mem191: type=4, attr=0xf, range=[0x0000000087cfb000-0x0000000087d27000) (0MB)
[ 0.000000] efi: mem192: type=3, attr=0xf, range=[0x0000000087d27000-0x0000000087d3b000) (0MB)
[ 0.000000] efi: mem193: type=4, attr=0xf, range=[0x0000000087d3b000-0x0000000087d59000) (0MB)
[ 0.000000] efi: mem194: type=3, attr=0xf, range=[0x0000000087d59000-0x0000000087d5e000) (0MB)
[ 0.000000] efi: mem195: type=4, attr=0xf, range=[0x0000000087d5e000-0x0000000087d66000) (0MB)
[ 0.000000] efi: mem196: type=3, attr=0xf, range=[0x0000000087d66000-0x0000000087d67000) (0MB)
[ 0.000000] efi: mem197: type=4, attr=0xf, range=[0x0000000087d67000-0x0000000087d68000) (0MB)
[ 0.000000] efi: mem198: type=3, attr=0xf, range=[0x0000000087d68000-0x0000000087d69000) (0MB)
[ 0.000000] efi: mem199: type=4, attr=0xf, range=[0x0000000087d69000-0x0000000087d7b000) (0MB)
[ 0.000000] efi: mem200: type=3, attr=0xf, range=[0x0000000087d7b000-0x0000000087d80000) (0MB)
[ 0.000000] efi: mem201: type=4, attr=0xf, range=[0x0000000087d80000-0x0000000087d81000) (0MB)
[ 0.000000] efi: mem202: type=3, attr=0xf, range=[0x0000000087d81000-0x0000000087d82000) (0MB)
[ 0.000000] efi: mem203: type=4, attr=0xf, range=[0x0000000087d82000-0x0000000087d85000) (0MB)
[ 0.000000] efi: mem204: type=3, attr=0xf, range=[0x0000000087d85000-0x0000000087da2000) (0MB)
[ 0.000000] efi: mem205: type=4, attr=0xf, range=[0x0000000087da2000-0x0000000087da5000) (0MB)
[ 0.000000] efi: mem206: type=3, attr=0xf, range=[0x0000000087da5000-0x0000000087da6000) (0MB)
[ 0.000000] efi: mem207: type=4, attr=0xf, range=[0x0000000087da6000-0x0000000087da7000) (0MB)
[ 0.000000] efi: mem208: type=3, attr=0xf, range=[0x0000000087da7000-0x0000000087daa000) (0MB)
[ 0.000000] efi: mem209: type=4, attr=0xf, range=[0x0000000087daa000-0x0000000087dab000) (0MB)
[ 0.000000] efi: mem210: type=3, attr=0xf, range=[0x0000000087dab000-0x0000000087dad000) (0MB)
[ 0.000000] efi: mem211: type=4, attr=0xf, range=[0x0000000087dad000-0x0000000087dae000) (0MB)
[ 0.000000] efi: mem212: type=3, attr=0xf, range=[0x0000000087dae000-0x0000000087db1000) (0MB)
[ 0.000000] efi: mem213: type=4, attr=0xf, range=[0x0000000087db1000-0x00000000881d3000) (4MB)
[ 0.000000] efi: mem214: type=3, attr=0xf, range=[0x00000000881d3000-0x00000000881e0000) (0MB)
[ 0.000000] efi: mem215: type=4, attr=0xf, range=[0x00000000881e0000-0x00000000881e1000) (0MB)
[ 0.000000] efi: mem216: type=3, attr=0xf, range=[0x00000000881e1000-0x00000000881e2000) (0MB)
[ 0.000000] efi: mem217: type=4, attr=0xf, range=[0x00000000881e2000-0x00000000881e3000) (0MB)
[ 0.000000] efi: mem218: type=3, attr=0xf, range=[0x00000000881e3000-0x00000000881e8000) (0MB)
[ 0.000000] efi: mem219: type=4, attr=0xf, range=[0x00000000881e8000-0x00000000881e9000) (0MB)
[ 0.000000] efi: mem220: type=3, attr=0xf, range=[0x00000000881e9000-0x00000000881eb000) (0MB)
[ 0.000000] efi: mem221: type=4, attr=0xf, range=[0x00000000881eb000-0x0000000088210000) (0MB)
[ 0.000000] efi: mem222: type=3, attr=0xf, range=[0x0000000088210000-0x0000000088211000) (0MB)
[ 0.000000] efi: mem223: type=4, attr=0xf, range=[0x0000000088211000-0x0000000088215000) (0MB)
[ 0.000000] efi: mem224: type=3, attr=0xf, range=[0x0000000088215000-0x0000000088216000) (0MB)
[ 0.000000] efi: mem225: type=4, attr=0xf, range=[0x0000000088216000-0x0000000088cf3000) (10MB)
[ 0.000000] efi: mem226: type=7, attr=0xf, range=[0x0000000088cf3000-0x0000000088d12000) (0MB)
[ 0.000000] efi: mem227: type=10, attr=0xf, range=[0x0000000088d12000-0x0000000088d53000) (0MB)
[ 0.000000] efi: mem228: type=7, attr=0xf, range=[0x0000000088d53000-0x0000000088d67000) (0MB)
[ 0.000000] efi: mem229: type=9, attr=0xf, range=[0x0000000088d67000-0x0000000088d8f000) (0MB)
[ 0.000000] efi: mem230: type=7, attr=0xf, range=[0x0000000088d8f000-0x0000000088e3c000) (0MB)
[ 0.000000] efi: mem231: type=6, attr=0x800000000000000f, range=[0x0000000088e3c000-0x0000000088e8f000) (0MB)
[ 0.000000] efi: mem232: type=7, attr=0xf, range=[0x0000000088e8f000-0x0000000088ed7000) (0MB)
[ 0.000000] efi: mem233: type=5, attr=0x800000000000000f, range=[0x0000000088ed7000-0x0000000088eff000) (0MB)
[ 0.000000] efi: mem234: type=7, attr=0xf, range=[0x0000000088eff000-0x0000000088f92000) (0MB)
[ 0.000000] efi: mem235: type=0, attr=0xf, range=[0x0000000088f92000-0x0000000088fff000) (0MB)
[ 0.000000] efi: mem236: type=4, attr=0xf, range=[0x0000000088fff000-0x0000000089000000) (0MB)
[ 0.000000] efi: mem237: type=7, attr=0xf, range=[0x0000000100000000-0x000000026f600000) (5878MB)
[ 0.000000] efi: mem238: type=0, attr=0x8000000000000000, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
[ 0.000000] efi: mem239: type=0, attr=0x8000000000000000, range=[0x0000000089000000-0x000000008fa00000) (106MB)
[ 0.000000] efi: mem240: type=11, attr=0x8000000000000000, range=[0x00000000e00f8000-0x00000000e00f9000) (0MB)
[ 0.000000] efi: mem241: type=11, attr=0x8000000000000000, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
[ 0.000000] efi: mem242: type=11, attr=0x8000000000000000, range=[0x00000000ffe70000-0x00000000ffea0000) (0MB)
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] DMI: Apple Inc. MacBookPro10,2/Mac-AFD8A9D944EA4843, BIOS MBP102.88Z.0106.B03.1211161133 11/16/2012
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x26f600 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-DFFFF write-protect
[ 0.000000] E0000-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0C0000000 mask FC0000000 uncachable
[ 0.000000] 1 base 0A0000000 mask FE0000000 uncachable
[ 0.000000] 2 base 090000000 mask FF0000000 uncachable
[ 0.000000] 3 base 08C000000 mask FFC000000 uncachable
[ 0.000000] 4 base 08A000000 mask FFE000000 uncachable
[ 0.000000] 5 base 089000000 mask FFF000000 uncachable
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: last_pfn = 0x89000 max_arch_pfn = 0x400000000
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x0201a000, 0x0201afff] PGTABLE
[ 0.000000] BRK [0x0201b000, 0x0201bfff] PGTABLE
[ 0.000000] BRK [0x0201c000, 0x0201cfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x26f400000-0x26f5fffff]
[ 0.000000] [mem 0x26f400000-0x26f5fffff] page 2M
[ 0.000000] BRK [0x0201d000, 0x0201dfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x26c000000-0x26f3fffff]
[ 0.000000] [mem 0x26c000000-0x26f3fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x200000000-0x26bffffff]
[ 0.000000] [mem 0x200000000-0x26bffffff] page 2M
[ 0.000000] BRK [0x0201e000, 0x0201efff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x20200000-0x40003fff]
[ 0.000000] [mem 0x20200000-0x3fffffff] page 2M
[ 0.000000] [mem 0x40000000-0x40003fff] page 4k
[ 0.000000] BRK [0x0201f000, 0x0201ffff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x40005000-0x88d11fff]
[ 0.000000] [mem 0x40005000-0x401fffff] page 4k
[ 0.000000] [mem 0x40200000-0x88bfffff] page 2M
[ 0.000000] [mem 0x88c00000-0x88d11fff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x88d53000-0x88d66fff]
[ 0.000000] [mem 0x88d53000-0x88d66fff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x88d8f000-0x88e3bfff]
[ 0.000000] [mem 0x88d8f000-0x88e3bfff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x88e8f000-0x88ed6fff]
[ 0.000000] [mem 0x88e8f000-0x88ed6fff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x88eff000-0x88f91fff]
[ 0.000000] [mem 0x88eff000-0x88f91fff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x88fff000-0x88ffffff]
[ 0.000000] [mem 0x88fff000-0x88ffffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
[ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M
[ 0.000000] RAMDISK: [mem 0x3f39f000-0x3fffafff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x0000000088D8E014 000024 (v02 APPLE )
[ 0.000000] ACPI: XSDT 0x0000000088D8E1C0 0000BC (v01 APPLE Apple00 00000000 01000013)
[ 0.000000] ACPI: FACP 0x0000000088D8C000 0000F4 (v04 APPLE Apple00 00000000 Loki 0000005F)
[ 0.000000] ACPI: DSDT 0x0000000088D82000 004C53 (v03 APPLE MacBookP 00100002 INTL 20100915)
[ 0.000000] ACPI: FACS 0x0000000088D1C000 000040
[ 0.000000] ACPI: HPET 0x0000000088D8B000 000038 (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: APIC 0x0000000088D8A000 0000BC (v02 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: SBST 0x0000000088D88000 000030 (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: ECDT 0x0000000088D87000 000053 (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: SSDT 0x0000000088D7F000 00053A (v01 APPLE SataAhci 00001000 INTL 20100915)
[ 0.000000] ACPI: SSDT 0x0000000088D7E000 000024 (v01 APPLE SmcDppt 00001000 INTL 20100915)
[ 0.000000] ACPI: SSDT 0x0000000088D79000 000D77 (v01 APPLE UsbPpt 00001000 INTL 20100915)
[ 0.000000] ACPI: SSDT 0x0000000088D77000 000159 (v02 APPLE IGHda 00001000 INTL 20100915)
[ 0.000000] ACPI: SSDT 0x0000000088D75000 000032 (v01 APPLE SsdtS3 00001000 INTL 20100915)
[ 0.000000] ACPI: SSDT 0x0000000088D73000 0015ED (v02 APPLE SsdtIGPU 00001000 INTL 20100915)
[ 0.000000] ACPI: SSDT 0x0000000088D6D000 001EA8 (v01 APPLE TbtPEG11 00001000 INTL 20100915)
[ 0.000000] ACPI: SSDT 0x0000000088D6C000 0000B8 (v01 APPLE Sdxc 00001000 INTL 20100915)
[ 0.000000] ACPI: SSDT 0x0000000088D6B000 000629 (v01 PmRef Cpu0Ist 00003000 INTL 20100915)
[ 0.000000] ACPI: SSDT 0x0000000088D6A000 000B3D (v01 PmRef CpuPm 00003000 INTL 20100915)
[ 0.000000] ACPI: SSDT 0x0000000088D69000 000315 (v01 PmRef Cpu0Tst 00003000 INTL 20100915)
[ 0.000000] ACPI: SSDT 0x0000000088D68000 00037A (v01 PmRef ApTst 00003000 INTL 20100915)
[ 0.000000] ACPI: DMAR 0x0000000088D67000 000088 (v01 APPLE IVB 00000001 AAPL 00000001)
[ 0.000000] ACPI: MCFG 0x0000000088D89000 00003C (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000026f5fffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x26f5fffff]
[ 0.000000] NODE_DATA [mem 0x26f5e4000-0x26f5f7fff]
[ 0.000000] [ffffea0000000000-ffffea0009bfffff] PMD -> [ffff880266c00000-ffff88026ebfffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x26f5fffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0008dfff]
[ 0.000000] node 0: [mem 0x00090000-0x0009ffff]
[ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
[ 0.000000] node 0: [mem 0x20200000-0x40003fff]
[ 0.000000] node 0: [mem 0x40005000-0x88d11fff]
[ 0.000000] node 0: [mem 0x88d53000-0x88d66fff]
[ 0.000000] node 0: [mem 0x88d8f000-0x88e3bfff]
[ 0.000000] node 0: [mem 0x88e8f000-0x88ed6fff]
[ 0.000000] node 0: [mem 0x88eff000-0x88f91fff]
[ 0.000000] node 0: [mem 0x88fff000-0x88ffffff]
[ 0.000000] node 0: [mem 0x100000000-0x26f5fffff]
[ 0.000000] On node 0 totalpages: 2064971
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 22 pages reserved
[ 0.000000] DMA zone: 3997 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 8691 pages used for memmap
[ 0.000000] DMA32 zone: 556206 pages, LIFO batch:31
[ 0.000000] Normal zone: 23512 pages used for memmap
[ 0.000000] Normal zone: 1504768 pages, LIFO batch:31
[ 0.000000] tboot: non-0 tboot_addr but it is not of type E820_RESERVED
[ 0.000000] Reserving Intel graphics stolen memory at 0x89a00000-0x8f9fffff
[ 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[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0xff] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0xff] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0xff] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0xff] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x0008e000-0x0008ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000bffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x85006000-0x85006fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x85016000-0x85016fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x88d12000-0x88d52fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x88d67000-0x88d8efff]
[ 0.000000] PM: Registered nosave memory: [mem 0x88e3c000-0x88e8efff]
[ 0.000000] PM: Registered nosave memory: [mem 0x88ed7000-0x88efefff]
[ 0.000000] PM: Registered nosave memory: [mem 0x88f92000-0x88ffefff]
[ 0.000000] PM: Registered nosave memory: [mem 0x89000000-0x8f9fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x8fa00000-0xe00f7fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xffe6ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffe70000-0xffe9ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffea0000-0xffffffff]
[ 0.000000] e820: [mem 0x8fa00000-0xe00f7fff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88026f200000 s87360 r8192 d23232 u262144
[ 0.000000] pcpu-alloc: s87360 r8192 d23232 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2032682
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.17.0-0.rc6.git0.1.fc22.x86_64 root=/dev/mapper/fedora_obiwan-root ro rd.lvm.lv=fedora_obiwan/root rd.md=0 rd.dm=0 rd.luks=0 vconsole.keymap=us rd.lvm.lv=fedora_obiwan/swap rhgb quiet LANG=en_US.UTF-8
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
[ 0.000000] Memory: 7839628K/8259884K available (7368K kernel code, 1160K rwdata, 3232K rodata, 1468K init, 1532K bss, 420256K reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=8.
[ 0.000000] Offload RCU callbacks from all CPUs
[ 0.000000] Offload RCU callbacks from CPUs: 0-7.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.000000] NR_IRQS:65792 nr_irqs:488 0
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 33554432 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2494.165 MHz processor
[ 0.000042] Calibrating delay loop (skipped), value calculated using timer frequency.. 4988.33 BogoMIPS (lpj=2494165)
[ 0.000045] pid_max: default: 32768 minimum: 301
[ 0.000053] ACPI: Core revision 20140724
[ 0.008892] ACPI: All ACPI Tables successfully acquired
[ 0.024935] Security Framework initialized
[ 0.024943] SELinux: Initializing.
[ 0.024949] SELinux: Starting in permissive mode
[ 0.025558] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.027597] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.028487] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.028499] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.028699] Initializing cgroup subsys memory
[ 0.028704] Initializing cgroup subsys devices
[ 0.028706] Initializing cgroup subsys freezer
[ 0.028708] Initializing cgroup subsys net_cls
[ 0.028710] Initializing cgroup subsys blkio
[ 0.028712] Initializing cgroup subsys perf_event
[ 0.028714] Initializing cgroup subsys net_prio
[ 0.028716] Initializing cgroup subsys hugetlb
[ 0.028739] CPU: Physical Processor ID: 0
[ 0.028740] CPU: Processor Core ID: 0
[ 0.029110] mce: CPU supports 7 MCE banks
[ 0.029121] CPU0: Thermal monitoring enabled (TM1)
[ 0.029129] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.029242] Freeing SMP alternatives memory: 24K (ffffffff81e93000 - ffffffff81e99000)
[ 0.036577] ftrace: allocating 27145 entries in 107 pages
[ 0.048772] dmar: Host address width 36
[ 0.048775] dmar: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.048781] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
[ 0.048783] dmar: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.048786] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
[ 0.048787] dmar: RMRR base: 0x00000089800000 end: 0x0000008f9fffff
[ 0.048862] IOAPIC id 0 under DRHD base 0xfed91000 IOMMU 1
[ 0.048863] HPET id 0 under DRHD base 0xfed91000
[ 0.048864] [Firmware Bug]: ioapic 2 has no mapping iommu, interrupt remapping will be disabled
[ 0.048867] Not enable interrupt remapping
[ 0.048868] Failed to enable irq remapping. You are vulnerable to irq-injection attacks.
[ 0.049341] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.059354] smpboot: CPU0: Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz (fam: 06, model: 3a, stepping: 09)
[ 0.059362] TSC deadline timer enabled
[ 0.059387] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
[ 0.059406] ... version: 3
[ 0.059407] ... bit width: 48
[ 0.059408] ... generic registers: 4
[ 0.059409] ... value mask: 0000ffffffffffff
[ 0.059410] ... max period: 0000ffffffffffff
[ 0.059410] ... fixed-purpose events: 3
[ 0.059411] ... event mask: 000000070000000f
[ 0.060870] x86: Booting SMP configuration:
[ 0.060872] .... node #0, CPUs: #1
[ 0.074388] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.074471] #2 #3
[ 0.101764] x86: Booted up 1 node, 4 CPUs
[ 0.101767] smpboot: Total of 4 processors activated (19953.32 BogoMIPS)
[ 0.104957] devtmpfs: initialized
[ 0.108033] PM: Registering ACPI NVS region [mem 0x88d12000-0x88d52fff] (266240 bytes)
[ 0.108867] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[ 0.108869] pinctrl core: initialized pinctrl subsystem
[ 0.108911] RTC time: 19:59:27, date: 09/22/14
[ 0.108990] NET: Registered protocol family 16
[ 0.109125] cpuidle: using governor menu
[ 0.109217] ACPI: bus type PCI registered
[ 0.109218] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.109296] PCI: MMCONFIG for domain 0000 [bus 00-9a] at [mem 0xe0000000-0xe9afffff] (base 0xe0000000)
[ 0.109299] PCI: not using MMCONFIG
[ 0.109300] PCI: Using configuration type 1 for base access
[ 0.113163] ACPI: Added _OSI(Module Device)
[ 0.113165] ACPI: Added _OSI(Processor Device)
[ 0.113166] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.113167] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.114550] ACPI : EC: EC description table is found, configuring boot EC
[ 0.118874] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 2.126570] ACPI: Dynamic OEM Table Load:
[ 2.126580] ACPI: SSDT 0xFFFF8802634A8000 0008AD (v01 PmRef Cpu0Cst 00003001 INTL 20100915)
[ 2.128959] ACPI: Dynamic OEM Table Load:
[ 2.128966] ACPI: SSDT 0xFFFF8802634A1000 0003A4 (v01 PmRef ApIst 00003000 INTL 20100915)
[ 2.131237] ACPI: Dynamic OEM Table Load:
[ 2.131243] ACPI: SSDT 0xFFFF880263684200 000119 (v01 PmRef ApCst 00003000 INTL 20100915)
[ 2.133515] ACPI: Interpreter enabled
[ 2.133521] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
[ 2.133525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
[ 2.133536] ACPI: (supports S0 S3 S4 S5)
[ 2.133537] ACPI: Using IOAPIC for interrupt routing
[ 2.133552] PCI: MMCONFIG for domain 0000 [bus 00-9a] at [mem 0xe0000000-0xe9afffff] (base 0xe0000000)
[ 2.133942] PCI: MMCONFIG at [mem 0xe0000000-0xe9afffff] reserved in ACPI motherboard resources
[ 2.134146] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 2.141981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 2.141986] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 2.142116] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 2.142296] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-9a] only partially covers this bridge
[ 2.142411] PCI host bridge to bus 0000:00
[ 2.142413] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.142415] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 2.142416] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 2.142418] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 2.142419] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
[ 2.142421] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
[ 2.142422] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
[ 2.142423] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
[ 2.142425] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[ 2.142426] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[ 2.142428] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[ 2.142429] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[ 2.142430] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[ 2.142432] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[ 2.142433] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
[ 2.142434] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
[ 2.142436] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff]
[ 2.142437] pci_bus 0000:00: root bus resource [mem 0x8fa00000-0xfeafffff]
[ 2.142439] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
[ 2.142446] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
[ 2.142536] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
[ 2.142618] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 2.142655] pci 0000:00:01.0: System wakeup disabled by ACPI
[ 2.142697] pci 0000:00:01.1: [8086:0155] type 01 class 0x060400
[ 2.142784] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 2.142821] pci 0000:00:01.1: System wakeup disabled by ACPI
[ 2.142860] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
[ 2.142870] pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa03fffff 64bit]
[ 2.142875] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
[ 2.142879] pci 0000:00:02.0: reg 0x20: [io 0x2000-0x203f]
[ 2.142968] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[ 2.142989] pci 0000:00:14.0: reg 0x10: [mem 0xa0600000-0xa060ffff 64bit]
[ 2.143050] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 2.143079] pci 0000:00:14.0: System wakeup disabled by ACPI
[ 2.143120] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[ 2.143144] pci 0000:00:16.0: reg 0x10: [mem 0xa0617100-0xa061710f 64bit]
[ 2.143223] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 2.143300] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[ 2.143321] pci 0000:00:1a.0: reg 0x10: [mem 0xa0616c00-0xa0616fff]
[ 2.143412] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 2.143444] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 2.143485] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[ 2.143502] pci 0000:00:1b.0: reg 0x10: [mem 0xa0610000-0xa0613fff 64bit]
[ 2.143576] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 2.143608] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 2.143648] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[ 2.143786] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 2.143826] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 2.143866] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
[ 2.144003] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 2.144045] pci 0000:00:1c.1: System wakeup disabled by ACPI
[ 2.144092] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[ 2.144114] pci 0000:00:1d.0: reg 0x10: [mem 0xa0616800-0xa0616bff]
[ 2.144207] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 2.144239] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 2.144276] pci 0000:00:1f.0: [8086:1e56] type 00 class 0x060100
[ 2.144436] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
[ 2.144455] pci 0000:00:1f.2: reg 0x10: [io 0x2098-0x209f]
[ 2.144462] pci 0000:00:1f.2: reg 0x14: [io 0x20bc-0x20bf]
[ 2.144470] pci 0000:00:1f.2: reg 0x18: [io 0x2090-0x2097]
[ 2.144478] pci 0000:00:1f.2: reg 0x1c: [io 0x20b8-0x20bb]
[ 2.144486] pci 0000:00:1f.2: reg 0x20: [io 0x2060-0x207f]
[ 2.144495] pci 0000:00:1f.2: reg 0x24: [mem 0xa0616000-0xa06167ff]
[ 2.144540] pci 0000:00:1f.2: PME# supported from D3hot
[ 2.144599] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[ 2.144613] pci 0000:00:1f.3: reg 0x10: [mem 0xa0617000-0xa06170ff 64bit]
[ 2.144634] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
[ 2.144754] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 2.144830] pci 0000:00:01.1: PCI bridge to [bus 04-9a]
[ 2.144834] pci 0000:00:01.1: bridge window [io 0x3000-0x5fff]
[ 2.144838] pci 0000:00:01.1: bridge window [mem 0xa0700000-0xac7fffff]
[ 2.144843] pci 0000:00:01.1: bridge window [mem 0xac800000-0xb87fffff 64bit pref]
[ 2.145006] pci 0000:02:00.0: [14e4:16a3] type 00 class 0x020000
[ 2.145044] pci 0000:02:00.0: reg 0x10: [mem 0xa0400000-0xa040ffff 64bit pref]
[ 2.145069] pci 0000:02:00.0: reg 0x18: [mem 0xa0410000-0xa041ffff 64bit pref]
[ 2.145110] pci 0000:02:00.0: reg 0x30: [mem 0xfffff800-0xffffffff pref]
[ 2.145271] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 2.145399] pci 0000:02:00.1: [14e4:16bc] type 00 class 0x080501
[ 2.145440] pci 0000:02:00.1: reg 0x10: [mem 0xa0420000-0xa042ffff 64bit pref]
[ 2.145655] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold
[ 2.145698] pci 0000:02:00.1: System wakeup disabled by ACPI
[ 2.147287] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 2.147299] pci 0000:00:1c.0: bridge window [mem 0xa0400000-0xa04fffff 64bit pref]
[ 2.147440] pci 0000:03:00.0: [14e4:4331] type 00 class 0x028000
[ 2.147473] pci 0000:03:00.0: reg 0x10: [mem 0xa0500000-0xa0503fff 64bit]
[ 2.147644] pci 0000:03:00.0: supports D1 D2
[ 2.147645] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 2.147687] pci 0000:03:00.0: System wakeup disabled by ACPI
[ 2.149218] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 2.149232] pci 0000:00:1c.1: bridge window [mem 0xa0500000-0xa05fffff]
[ 2.149920] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 2.149971] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[ 2.150018] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 2.150065] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[ 2.150112] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 2.150157] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[ 2.150206] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 2.150250] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[ 2.151424] ACPI: Enabled 3 GPEs in block 00 to 3F
[ 2.151452] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 2.151555] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 2.151557] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 2.151560] vgaarb: loaded
[ 2.151561] vgaarb: bridge control possible 0000:00:02.0
[ 2.151627] SCSI subsystem initialized
[ 2.151669] libata version 3.00 loaded.
[ 2.151694] ACPI: bus type USB registered
[ 2.151711] usbcore: registered new interface driver usbfs
[ 2.151718] usbcore: registered new interface driver hub
[ 2.151737] usbcore: registered new device driver usb
[ 2.151842] PCI: Using ACPI for IRQ routing
[ 2.156300] PCI: pci_cache_line_size set to 64 bytes
[ 2.156439] e820: reserve RAM buffer [mem 0x0008e000-0x0008ffff]
[ 2.156441] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[ 2.156442] e820: reserve RAM buffer [mem 0x85006190-0x87ffffff]
[ 2.156443] e820: reserve RAM buffer [mem 0x88d12000-0x8bffffff]
[ 2.156445] e820: reserve RAM buffer [mem 0x88d67000-0x8bffffff]
[ 2.156447] e820: reserve RAM buffer [mem 0x88e3c000-0x8bffffff]
[ 2.156448] e820: reserve RAM buffer [mem 0x88ed7000-0x8bffffff]
[ 2.156450] e820: reserve RAM buffer [mem 0x88f92000-0x8bffffff]
[ 2.156451] e820: reserve RAM buffer [mem 0x89000000-0x8bffffff]
[ 2.156452] e820: reserve RAM buffer [mem 0x26f600000-0x26fffffff]
[ 2.156556] NetLabel: Initializing
[ 2.156557] NetLabel: domain hash size = 128
[ 2.156558] NetLabel: protocols = UNLABELED CIPSOv4
[ 2.156569] NetLabel: unlabeled traffic allowed by default
[ 2.156633] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 2.156637] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 2.158672] Switched to clocksource hpet
[ 2.164346] pnp: PnP ACPI init
[ 2.164844] system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
[ 2.164849] system 00:00: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 2.164887] system 00:01: [io 0x1000-0x100f] has been reserved
[ 2.164889] system 00:01: [io 0x0400-0x047f] could not be reserved
[ 2.164891] system 00:01: [io 0x0500-0x057f] has been reserved
[ 2.164893] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 2.164913] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 2.164964] pnp 00:03: Plug and Play ACPI device, IDs APP000b (active)
[ 2.165094] system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 2.165096] system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
[ 2.165098] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[ 2.165100] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[ 2.165101] system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
[ 2.165103] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 2.165105] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 2.165106] system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 2.165108] system 00:04: [mem 0xff000000-0xffffffff] could not be reserved
[ 2.165110] system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
[ 2.165112] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 2.166846] system 00:05: [mem 0x20000000-0x201fffff] has been reserved
[ 2.166849] system 00:05: [mem 0x40000000-0x401fffff] could not be reserved
[ 2.166851] system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 2.166862] pnp: PnP ACPI: found 6 devices
[ 2.173500] pci 0000:02:00.0: can't claim BAR 6 [mem 0xfffff800-0xffffffff pref]: no compatible bridge window
[ 2.173552] pci 0000:00:1c.0: BAR 14: assigned [mem 0x8fa00000-0x8fafffff]
[ 2.173554] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 2.173565] pci 0000:00:01.1: PCI bridge to [bus 04-9a]
[ 2.173568] pci 0000:00:01.1: bridge window [io 0x3000-0x5fff]
[ 2.173572] pci 0000:00:01.1: bridge window [mem 0xa0700000-0xac7fffff]
[ 2.173576] pci 0000:00:01.1: bridge window [mem 0xac800000-0xb87fffff 64bit pref]
[ 2.173583] pci 0000:02:00.0: BAR 6: assigned [mem 0x8fa00000-0x8fa007ff pref]
[ 2.173585] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 2.173595] pci 0000:00:1c.0: bridge window [mem 0x8fa00000-0x8fafffff]
[ 2.173599] pci 0000:00:1c.0: bridge window [mem 0xa0400000-0xa04fffff 64bit pref]
[ 2.173608] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 2.173614] pci 0000:00:1c.1: bridge window [mem 0xa0500000-0xa05fffff]
[ 2.173627] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 2.173629] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 2.173630] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 2.173632] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
[ 2.173633] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
[ 2.173634] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
[ 2.173636] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
[ 2.173637] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
[ 2.173639] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
[ 2.173640] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
[ 2.173641] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
[ 2.173643] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
[ 2.173644] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
[ 2.173646] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
[ 2.173647] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
[ 2.173648] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff]
[ 2.173650] pci_bus 0000:00: resource 20 [mem 0x8fa00000-0xfeafffff]
[ 2.173651] pci_bus 0000:00: resource 21 [mem 0xfed40000-0xfed44fff]
[ 2.173653] pci_bus 0000:04: resource 0 [io 0x3000-0x5fff]
[ 2.173655] pci_bus 0000:04: resource 1 [mem 0xa0700000-0xac7fffff]
[ 2.173656] pci_bus 0000:04: resource 2 [mem 0xac800000-0xb87fffff 64bit pref]
[ 2.173658] pci_bus 0000:02: resource 1 [mem 0x8fa00000-0x8fafffff]
[ 2.173659] pci_bus 0000:02: resource 2 [mem 0xa0400000-0xa04fffff 64bit pref]
[ 2.173661] pci_bus 0000:03: resource 1 [mem 0xa0500000-0xa05fffff]
[ 2.173713] NET: Registered protocol family 2
[ 2.173892] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 2.174043] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 2.174165] TCP: Hash tables configured (established 65536 bind 65536)
[ 2.174180] TCP: reno registered
[ 2.174196] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 2.174225] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 2.174291] NET: Registered protocol family 1
[ 2.174308] pci 0000:00:02.0: Video device with shadowed ROM
[ 2.174318] pci 0000:00:14.0: enabling device (0000 -> 0002)
[ 2.174377] pci 0000:00:14.0: can't derive routing for PCI INT A
[ 2.174378] pci 0000:00:14.0: PCI INT A: no GSI
[ 2.174465] pci 0000:00:14.0: can't derive routing for PCI INT A
[ 2.174793] PCI: CLS 256 bytes, default 64
[ 2.174839] Unpacking initramfs...
[ 2.335723] Freeing initrd memory: 12656K (ffff88003f39f000 - ffff88003fffb000)
[ 2.335757] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 2.335759] software IO TLB [mem 0x78d0c000-0x7cd0c000] (64MB) mapped at [ffff880078d0c000-ffff88007cd0bfff]
[ 2.336040] RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
[ 2.336083] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x15
[ 2.336092] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x15
[ 2.336100] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x15
[ 2.336108] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x15
[ 2.336158] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 2.336524] AVX version of gcm_enc/dec engaged.
[ 2.336525] AES CTR mode by8 optimization enabled
[ 2.338424] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[ 2.338895] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 2.338915] Initialise system trusted keyring
[ 2.338939] audit: initializing netlink subsys (disabled)
[ 2.338954] audit: type=2000 audit(1411415969.320:1): initialized
[ 2.339298] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 2.340585] zpool: loaded
[ 2.340744] VFS: Disk quotas dquot_6.5.2
[ 2.340775] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 2.341098] msgmni has been set to 15712
[ 2.341154] Key type big_key registered
[ 2.341157] SELinux: Registering netfilter hooks
[ 2.342123] alg: No test for stdrng (krng)
[ 2.342136] NET: Registered protocol family 38
[ 2.342144] Key type asymmetric registered
[ 2.342148] Asymmetric key parser 'x509' registered
[ 2.342183] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 2.342228] io scheduler noop registered
[ 2.342232] io scheduler deadline registered
[ 2.342260] io scheduler cfq registered (default)
[ 2.342454] pcieport 0000:00:01.0: irq 24 for MSI/MSI-X
[ 2.342610] pcieport 0000:00:01.1: irq 25 for MSI/MSI-X
[ 2.342771] pcieport 0000:00:1c.0: irq 26 for MSI/MSI-X
[ 2.342954] pcieport 0000:00:1c.1: irq 27 for MSI/MSI-X
[ 2.343075] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[ 2.343078] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[ 2.343095] pcieport 0000:00:01.1: Signaling PME through PCIe PME interrupt
[ 2.343098] pcie_pme 0000:00:01.1:pcie01: service driver pcie_pme loaded
[ 2.343121] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[ 2.343123] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[ 2.343124] pci 0000:02:00.1: Signaling PME through PCIe PME interrupt
[ 2.343132] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[ 2.343151] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
[ 2.343153] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[ 2.343161] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
[ 2.343175] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 2.343188] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 2.343228] efifb: probing for efifb
[ 2.343258] efifb: framebuffer at 0x90000000, mapped to 0xffffc9000aa00000, using 16000k, total 16000k
[ 2.343259] efifb: mode is 2560x1600x32, linelength=10240, pages=1
[ 2.343260] efifb: scrolling: redraw
[ 2.343261] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 2.343346] Console: switching to colour frame buffer device 320x100
[ 2.352158] fb0: EFI VGA frame buffer device
[ 2.352167] intel_idle: MWAIT substates: 0x21120
[ 2.352168] intel_idle: v0.4 model 0x3A
[ 2.352169] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 2.352396] ACPI: AC Adapter [ADP1] (on-line)
[ 2.352488] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 2.352503] ACPI: Lid Switch [LID0]
[ 2.352537] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 2.352539] ACPI: Power Button [PWRB]
[ 2.352569] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[ 2.352571] ACPI: Sleep Button [SLPB]
[ 2.352601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 2.352602] ACPI: Power Button [PWRF]
[ 2.354052] GHES: HEST is not enabled!
[ 2.354140] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 2.355388] Non-volatile memory driver v1.3
[ 2.355391] Linux agpgart interface v0.103
[ 2.355508] ahci 0000:00:1f.2: version 3.0
[ 2.355602] ahci 0000:00:1f.2: irq 28 for MSI/MSI-X
[ 2.355650] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1 impl SATA mode
[ 2.355653] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
[ 2.356187] scsi host0: ahci
[ 2.356324] scsi host1: ahci
[ 2.356425] scsi host2: ahci
[ 2.356519] scsi host3: ahci
[ 2.356621] scsi host4: ahci
[ 2.356800] scsi host5: ahci
[ 2.356845] ata1: SATA max UDMA/133 abar m2048@0xa0616000 port 0xa0616100 irq 28
[ 2.356847] ata2: DUMMY
[ 2.356848] ata3: DUMMY
[ 2.356849] ata4: DUMMY
[ 2.356849] ata5: DUMMY
[ 2.356850] ata6: DUMMY
[ 2.356934] libphy: Fixed MDIO Bus: probed
[ 2.357003] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.357007] ehci-pci: EHCI PCI platform driver
[ 2.357116] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 2.357161] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 2.357176] ehci-pci 0000:00:1a.0: debug port 2
[ 2.361069] ehci-pci 0000:00:1a.0: cache line size of 256 is not supported
[ 2.361090] ehci-pci 0000:00:1a.0: irq 23, io mem 0xa0616c00
[ 2.366923] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 2.366962] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.366963] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.366965] usb usb1: Product: EHCI Host Controller
[ 2.366966] usb usb1: Manufacturer: Linux 3.17.0-0.rc6.git0.1.fc22.x86_64 ehci_hcd
[ 2.366967] usb usb1: SerialNumber: 0000:00:1a.0
[ 2.367119] hub 1-0:1.0: USB hub found
[ 2.367126] hub 1-0:1.0: 2 ports detected
[ 2.367307] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 2.367371] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 2.367385] ehci-pci 0000:00:1d.0: debug port 2
[ 2.371300] ehci-pci 0000:00:1d.0: cache line size of 256 is not supported
[ 2.371313] ehci-pci 0000:00:1d.0: irq 22, io mem 0xa0616800
[ 2.376939] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 2.376973] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.376975] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.376976] usb usb2: Product: EHCI Host Controller
[ 2.376977] usb usb2: Manufacturer: Linux 3.17.0-0.rc6.git0.1.fc22.x86_64 ehci_hcd
[ 2.376979] usb usb2: SerialNumber: 0000:00:1d.0
[ 2.377109] hub 2-0:1.0: USB hub found
[ 2.377114] hub 2-0:1.0: 2 ports detected
[ 2.377217] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.377222] ohci-pci: OHCI PCI platform driver
[ 2.377232] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.377307] xhci_hcd 0000:00:14.0: can't derive routing for PCI INT A
[ 2.377309] xhci_hcd 0000:00:14.0: PCI INT A: no GSI
[ 2.377330] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.377372] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 2.377469] xhci_hcd 0000:00:14.0: cache line size of 256 is not supported
[ 2.377487] xhci_hcd 0000:00:14.0: irq 29 for MSI/MSI-X
[ 2.377542] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.377543] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.377545] usb usb3: Product: xHCI Host Controller
[ 2.377546] usb usb3: Manufacturer: Linux 3.17.0-0.rc6.git0.1.fc22.x86_64 xhci_hcd
[ 2.377547] usb usb3: SerialNumber: 0000:00:14.0
[ 2.377642] hub 3-0:1.0: USB hub found
[ 2.377653] hub 3-0:1.0: 4 ports detected
[ 2.377810] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.377848] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[ 2.377892] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[ 2.377895] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.377896] usb usb4: Product: xHCI Host Controller
[ 2.377898] usb usb4: Manufacturer: Linux 3.17.0-0.rc6.git0.1.fc22.x86_64 xhci_hcd
[ 2.377900] usb usb4: SerialNumber: 0000:00:14.0
[ 2.378017] hub 4-0:1.0: USB hub found
[ 2.378034] hub 4-0:1.0: 4 ports detected
[ 2.378232] usbcore: registered new interface driver usbserial
[ 2.378238] usbcore: registered new interface driver usbserial_generic
[ 2.378244] usbserial: USB Serial support registered for generic
[ 2.378300] mousedev: PS/2 mouse device common for all mice
[ 2.378532] rtc_cmos 00:02: RTC can wake from S4
[ 2.378674] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 2.378708] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 2.378767] device-mapper: uevent: version 1.0.3
[ 2.378832] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[ 2.378898] Intel P-state driver initializing.
[ 2.379719] EFI Variables Facility v0.08 2004-May-17
[ 2.403066] ACPI: Battery Slot [BAT0] (battery present)
[ 2.662327] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2.662819] ata1.00: unexpected _GTF length (8)
[ 2.662996] ata1.00: ATA-8: APPLE SSD SM128E, CXM09A1Q, max UDMA/133
[ 2.662998] ata1.00: 236978176 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 2.663322] ata1.00: unexpected _GTF length (8)
[ 2.663493] ata1.00: configured for UDMA/133
[ 2.663652] scsi 0:0:0:0: Direct-Access ATA APPLE SSD SM128E 9A1Q PQ: 0 ANSI: 5
[ 2.663861] sd 0:0:0:0: [sda] 236978176 512-byte logical blocks: (121 GB/113 GiB)
[ 2.663864] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 2.663876] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.663993] sd 0:0:0:0: [sda] Write Protect is off
[ 2.663995] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.664062] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.666470] sda: sda1 sda2 sda3 sda4 sda5 sda6
[ 2.667303] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.669324] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 2.676219] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.676331] usbcore: registered new interface driver usbhid
[ 2.676332] usbhid: USB HID core driver
[ 2.676364] drop_monitor: Initializing network drop monitor service
[ 2.676435] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 2.676500] TCP: cubic registered
[ 2.676506] Initializing XFRM netlink socket
[ 2.676599] NET: Registered protocol family 10
[ 2.676808] mip6: Mobile IPv6
[ 2.676812] NET: Registered protocol family 17
[ 2.677105] Loading compiled-in X.509 certificates
[ 2.677824] Loaded X.509 cert 'Fedora kernel signing key: 55dd733bdc92145fce90bc33b61f1c5e11466157'
[ 2.677840] registered taskstats version 1
[ 2.678382] Magic number: 14:131:1002
[ 2.678384] block sda4: hash matches
[ 2.678403] system 00:04: hash matches
[ 2.678435] memory memory41: hash matches
[ 2.678480] rtc_cmos 00:02: setting system clock to 2014-09-22 19:59:29 UTC (1411415969)
[ 2.678556] PM: Hibernation image not present or could not be loaded.
[ 2.679224] Freeing unused kernel memory: 1468K (ffffffff81d24000 - ffffffff81e93000)
[ 2.679226] Write protecting the kernel read-only data: 12288k
[ 2.680778] Freeing unused kernel memory: 812K (ffff880001735000 - ffff880001800000)
[ 2.682232] Freeing unused kernel memory: 864K (ffff880001b28000 - ffff880001c00000)
[ 2.808824] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[ 2.808826] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.809097] hub 1-1:1.0: USB hub found
[ 2.809168] hub 1-1:1.0: 6 ports detected
[ 2.911589] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 3.036067] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[ 3.036070] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.036342] hub 2-1:1.0: USB hub found
[ 3.036451] hub 2-1:1.0: 8 ports detected
[ 3.110904] usb 1-1.1: new high-speed USB device number 3 using ehci-pci
[ 3.215935] systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[ 3.216058] systemd[1]: Running in initial RAM disk.
[ 3.216095] systemd[1]: Set hostname to <obiwan>.
[ 3.218977] usb 1-1.1: New USB device found, idVendor=05ac, idProduct=8510
[ 3.218981] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.218984] usb 1-1.1: Product: FaceTime HD Camera (Built-in)
[ 3.218985] usb 1-1.1: Manufacturer: Apple Inc.
[ 3.218986] usb 1-1.1: SerialNumber: CC2CAG0NLBDN9KE0
[ 3.224587] random: systemd urandom read with 25 bits of entropy available
[ 3.253024] systemd[1]: Expecting device dev-mapper-fedora_obiwan\x2droot.device...
[ 3.253038] systemd[1]: Starting -.slice.
[ 3.253239] systemd[1]: Created slice -.slice.
[ 3.253251] systemd[1]: Starting System Slice.
[ 3.253300] systemd[1]: Created slice System Slice.
[ 3.253308] systemd[1]: Starting Slices.
[ 3.253316] systemd[1]: Reached target Slices.
[ 3.253323] systemd[1]: Starting Timers.
[ 3.253331] systemd[1]: Reached target Timers.
[ 3.253339] systemd[1]: Starting Journal Socket.
[ 3.253377] systemd[1]: Listening on Journal Socket.
[ 3.253456] systemd[1]: Starting dracut cmdline hook...
[ 3.253717] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 3.254018] systemd[1]: Started Load Kernel Modules.
[ 3.254069] systemd[1]: Starting Apply Kernel Variables...
[ 3.254383] systemd[1]: Starting Setup Virtual Console...
[ 3.254705] systemd[1]: Starting Journal Service...
[ 3.255074] systemd[1]: Started Journal Service.
[ 3.312108] usb 2-1.8: new high-speed USB device number 3 using ehci-pci
[ 3.321360] systemd-udevd[229]: starting version 208
[ 3.339036] tsc: Refined TSC clocksource calibration: 2494.339 MHz
[ 3.381128] [drm] Initialized drm 1.1.0 20060810
[ 3.397439] usb 2-1.8: New USB device found, idVendor=0424, idProduct=2512
[ 3.397444] usb 2-1.8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.397728] hub 2-1.8:1.0: USB hub found
[ 3.397808] hub 2-1.8:1.0: 2 ports detected
[ 3.440019] [drm] Memory usable by graphics device = 2048M
[ 3.440022] [drm] Replacing VGA console driver
[ 3.440025] checking generic (90000000 fa0000) vs hw (90000000 10000000)
[ 3.440026] fb: switching to inteldrmfb from EFI VGA
[ 3.440043] Console: switching to colour dummy device 80x25
[ 3.492402] i915 0000:00:02.0: irq 30 for MSI/MSI-X
[ 3.492420] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.492422] [drm] Driver supports precise vblank timestamp query.
[ 3.492570] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 3.514194] [drm] VBT doesn't support DRRS
[ 3.580315] [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
[ 3.590931] fbcon: inteldrmfb (fb0) is primary device
[ 3.671691] usb 2-1.8.1: new full-speed USB device number 4 using ehci-pci
[ 3.759311] usb 2-1.8.1: New USB device found, idVendor=0a5c, idProduct=4500
[ 3.759314] usb 2-1.8.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.759316] usb 2-1.8.1: Product: BRCM20702 Hub
[ 3.759318] usb 2-1.8.1: Manufacturer: Apple Inc.
[ 3.759938] hub 2-1.8.1:1.0: USB hub found
[ 3.760132] hub 2-1.8.1:1.0: 3 ports detected
[ 3.833875] usb 2-1.8.2: new full-speed USB device number 5 using ehci-pci
[ 3.926447] usb 2-1.8.2: New USB device found, idVendor=05ac, idProduct=0259
[ 3.926450] usb 2-1.8.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.926452] usb 2-1.8.2: Product: Apple Internal Keyboard / Trackpad
[ 3.926454] usb 2-1.8.2: Manufacturer: Apple Inc.
[ 3.932587] input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.2/2-1.8.2:1.0/0003:05AC:0259.0001/input/input4
[ 3.933011] apple 0003:05AC:0259.0001: input,hidraw0: USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-1.8.2/input0
[ 4.073030] apple 0003:05AC:0259.0002: hidraw1: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-1.8.2/input1
[ 4.136365] usb 2-1.8.1.1: new full-speed USB device number 6 using ehci-pci
[ 4.214616] usb 2-1.8.1.1: New USB device found, idVendor=05ac, idProduct=820a
[ 4.214619] usb 2-1.8.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.217125] input: HID 05ac:820a as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.1/2-1.8.1.1/2-1.8.1.1:1.0/0003:05AC:820A.0003/input/input5
[ 4.217472] hid-generic 0003:05AC:820A.0003: input,hidraw2: USB HID v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:1d.0-1.8.1.1/input0
[ 4.279536] usb 2-1.8.1.2: new full-speed USB device number 7 using ehci-pci
[ 4.340513] Switched to clocksource tsc
[ 4.357025] usb 2-1.8.1.2: New USB device found, idVendor=05ac, idProduct=820b
[ 4.357028] usb 2-1.8.1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.359168] input: HID 05ac:820b as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.1/2-1.8.1.2/2-1.8.1.2:1.0/0003:05AC:820B.0004/input/input6
[ 4.359612] hid-generic 0003:05AC:820B.0004: input,hidraw3: USB HID v1.11 Mouse [HID 05ac:820b] on usb-0000:00:1d.0-1.8.1.2/input0
[ 4.421545] usb 2-1.8.1.3: new full-speed USB device number 8 using ehci-pci
[ 4.500024] usb 2-1.8.1.3: New USB device found, idVendor=05ac, idProduct=828c
[ 4.500027] usb 2-1.8.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.500029] usb 2-1.8.1.3: Product: Bluetooth USB Host Controller
[ 4.500031] usb 2-1.8.1.3: Manufacturer: Apple Inc.
[ 5.099646] Console: switching to colour frame buffer device 320x100
[ 5.117400] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 5.117402] i915 0000:00:02.0: registered panic notifier
[ 5.127278] ACPI: Video Device [IGPU] (multi-head: yes rom: no post: no)
[ 5.127438] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[ 5.127683] [drm] Initialized i915 1.6.0 20140725 for 0000:00:02.0 on minor 0
[ 5.306185] PM: Starting manual resume from disk
[ 5.306192] PM: Hibernation image partition 253:1 present
[ 5.306194] PM: Looking for hibernation image.
[ 5.306485] PM: Image not found (code -22)
[ 5.306487] PM: Hibernation image not present or could not be loaded.
[ 5.319583] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[ 5.476317] systemd-journald[146]: Received SIGTERM
[ 5.556358] audit: type=1404 audit(1411415972.373:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[ 5.578661] SELinux: 2048 avtab hash slots, 101177 rules.
[ 5.603308] SELinux: 2048 avtab hash slots, 101177 rules.
[ 5.635143] SELinux: 8 users, 86 roles, 4853 types, 288 bools, 1 sens, 1024 cats
[ 5.635148] SELinux: 83 classes, 101177 rules
[ 5.640253] SELinux: Permission audit_read in class capability2 not defined in policy.
[ 5.640259] SELinux: the above unknown classes and permissions will be allowed
[ 5.640264] SELinux: Completing initialization.
[ 5.640265] SELinux: Setting up existing superblocks.
[ 5.640273] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
[ 5.640282] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
[ 5.640288] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[ 5.640325] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 5.640365] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs
[ 5.641414] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
[ 5.642327] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
[ 5.642331] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
[ 5.642336] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
[ 5.642339] SELinux: initialized (dev aio, type aio), not configured for labeling
[ 5.642342] SELinux: initialized (dev devpts, type devpts), uses transition SIDs
[ 5.642361] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs
[ 5.642368] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
[ 5.642376] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
[ 5.642387] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[ 5.642749] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts
[ 5.642752] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 5.642759] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 5.642872] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 5.642916] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 5.642921] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts
[ 5.642924] SELinux: initialized (dev efivarfs, type efivarfs), uses genfs_contexts
[ 5.642933] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 5.642935] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 5.642937] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 5.642944] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 5.642948] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 5.642950] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 5.642952] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 5.642958] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 5.642961] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 5.642964] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts
[ 5.642967] SELinux: initialized (dev drm, type drm), not configured for labeling
[ 5.642975] SELinux: initialized (dev dm-0, type ext4), uses xattr
[ 5.647326] audit: type=1403 audit(1411415972.464:3): policy loaded auid=4294967295 ses=4294967295
[ 5.651324] random: nonblocking pool is initialized
[ 5.652912] systemd[1]: Successfully loaded SELinux policy in 97.368ms.
[ 5.691371] systemd[1]: Relabelled /dev and /run in 18.161ms.
[ 5.828858] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
[ 5.848702] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 5.848703] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs
[ 5.900565] systemd-udevd[458]: starting version 208
[ 5.908748] EXT4-fs (dm-0): re-mounted. Opts: (null)
[ 5.915869] SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
[ 6.045836] apple_gmux: gmux device not present
[ 6.057639] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 6.068580] bcma: bus0: Found chip with id 0x4331, rev 0x02 and package 0x09
[ 6.068608] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x25, class 0x0)
[ 6.068629] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x1D, class 0x0)
[ 6.068670] bcma: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x13, class 0x0)
[ 6.084405] mei_me 0000:00:16.0: irq 31 for MSI/MSI-X
[ 6.119724] ACPI Warning: SystemIO range 0x000000000000efa0-0x000000000000efbf conflicts with OpRegion 0x000000000000efa0-0x000000000000efaf (\_SB_.PCI0.SBUS.SMBI) (20140724/utaddress-258)
[ 6.119731] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 6.121811] bcma: bus0: Bus registered
[ 6.128581] input: bcm5974 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.2/2-1.8.2:1.2/input/input8
[ 6.128794] usbcore: registered new interface driver bcm5974
[ 6.130827] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20140724/utaddress-258)
[ 6.130834] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 6.130841] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140724/utaddress-258)
[ 6.130844] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 6.130846] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140724/utaddress-258)
[ 6.130849] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 6.130851] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140724/utaddress-258)
[ 6.130854] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 6.130856] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 6.131787] media: Linux media interface: v0.10
[ 6.142602] sdhci: Secure Digital Host Controller Interface driver
[ 6.142605] sdhci: Copyright(c) Pierre Ossman
[ 6.145403] sdhci-pci 0000:02:00.1: SDHCI controller found [14e4:16bc] (rev 21)
[ 6.145576] sdhci-pci 0000:02:00.1: No vmmc regulator found
[ 6.145578] sdhci-pci 0000:02:00.1: No vqmmc regulator found
[ 6.147369] mmc0: SDHCI controller on PCI [0000:02:00.1] using ADMA
[ 6.151842] Linux video capture interface: v2.00
[ 6.190728] snd_hda_intel 0000:00:1b.0: irq 32 for MSI/MSI-X
[ 6.193978] alg: No test for crc32 (crc32-pclmul)
[ 6.203680] uvcvideo: Found UVC 1.00 device FaceTime HD Camera (Built-in) (05ac:8510)
[ 6.224001] input: FaceTime HD Camera (Built-in) as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input9
[ 6.224108] usbcore: registered new interface driver uvcvideo
[ 6.224111] USB Video Class driver (1.1.1)
[ 6.226942] sound hdaudioC0D0: autoconfig: line_outs=2 (0xb/0xa/0x0/0x0/0x0) type:speaker
[ 6.226947] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 6.226950] sound hdaudioC0D0: hp_outs=1 (0x9/0x0/0x0/0x0/0x0)
[ 6.226952] sound hdaudioC0D0: mono: mono_out=0x0
[ 6.226954] sound hdaudioC0D0: dig-out=0x10/0x0
[ 6.226956] sound hdaudioC0D0: inputs:
[ 6.226958] sound hdaudioC0D0: Internal Mic=0x12
[ 6.226961] sound hdaudioC0D0: Internal Mic=0xe
[ 6.262131] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 6.262223] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 6.262303] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 6.262391] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 6.315051] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[ 6.315200] SELinux: initialized (dev sda5, type ext4), uses xattr
[ 6.357110] SELinux: initialized (dev sda4, type hfsplus), uses genfs_contexts
[ 6.383487] iTCO_vendor_support: vendor-support=0
[ 6.386366] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 6.386402] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[ 6.417747] applesmc: key=455 fan=2 temp=29 index=29 acc=1 lux=2 kbd=1
[ 6.418300] Adding 8028156k swap on /dev/mapper/fedora_obiwan-swap. Priority:-1 extents:1 across:8028156k SSFS
[ 6.423456] input: applesmc as /devices/platform/applesmc.768/input/input14
[ 6.440693] cfg80211: Calling CRDA to update world regulatory domain
[ 6.445733] cfg80211: World regulatory domain updated:
[ 6.445737] cfg80211: DFS Master region: unset
[ 6.445738] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 6.445741] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 6.445744] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 6.445746] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 6.445748] cfg80211: (5170000 KHz - 5250000 KHz @ 160000 KHz), (N/A, 2000 mBm), (N/A)
[ 6.445750] cfg80211: (5250000 KHz - 5330000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 6.445752] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 6.445754] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 6.445756] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 6.463703] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[ 6.463712] SELinux: initialized (dev dm-2, type ext4), uses xattr
[ 6.501721] b43-phy0: Broadcom 4331 WLAN found (core revision 29)
[ 6.502116] b43-phy0: Found PHY: Analog 9, Type 7 (HT), Revision 1
[ 6.502128] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2059, Revision 0, Version 1
[ 6.502130] b43-phy0 warning: 5 GHz band is unsupported on this PHY
[ 6.502632] Broadcom 43xx driver loaded [ Features: PMNLS ]
[ 6.519481] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 6.524493] b43 bcma0:0 wlp3s0: renamed from wlan0
[ 6.532797] cfg80211: Calling CRDA for country: US
[ 6.532826] systemd-udevd[481]: renamed network interface wlan0 to wlp3s0
[ 6.538878] cfg80211: Regulatory domain changed to country: US
[ 6.538881] cfg80211: DFS Master region: unset
[ 6.538883] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 6.538884] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
[ 6.538886] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 1700 mBm), (N/A)
[ 6.538887] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2300 mBm), (0 s)
[ 6.538888] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
[ 6.538889] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[ 6.560997] systemd-journald[443]: Received request to flush runtime journal from PID 1
[ 6.642929] audit: type=1305 audit(1411415973.459:4): audit_pid=681 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1
[ 7.228502] Bluetooth: Core ver 2.19
[ 7.228618] NET: Registered protocol family 31
[ 7.228621] Bluetooth: HCI device and connection manager initialized
[ 7.228628] Bluetooth: HCI socket layer initialized
[ 7.228631] Bluetooth: L2CAP socket layer initialized
[ 7.228638] Bluetooth: SCO socket layer initialized
[ 7.263967] usbcore: registered new interface driver btusb
[ 7.289999] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 7.290003] Bluetooth: BNEP filters: protocol multicast
[ 7.290010] Bluetooth: BNEP socket layer initialized
[ 7.374325] usb 2-1.8.1.1: USB disconnect, device number 6
[ 7.435497] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 7.458899] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 7.583069] Ebtables v2.0 registered
[ 7.609903] Bridge firewalling registered
[ 7.664816] usb 2-1.8.1.2: USB disconnect, device number 7
[ 8.008446] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[ 8.066698] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 9.701201] wlp3s0: authenticate with 10:6f:3f:e6:a9:c0
[ 9.722663] wlp3s0: send auth to 10:6f:3f:e6:a9:c0 (try 1/3)
[ 9.724388] wlp3s0: authenticated
[ 9.725412] wlp3s0: associate with 10:6f:3f:e6:a9:c0 (try 1/3)
[ 9.727868] wlp3s0: RX AssocResp from 10:6f:3f:e6:a9:c0 (capab=0x411 status=0 aid=4)
[ 9.728166] wlp3s0: associated
[ 9.728185] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[ 40.203114] Adjusting tsc more than 11% (7774511 vs 7465989)

\
 
 \ /
  Last update: 2014-09-23 00:01    [W:0.210 / U:3.388 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site