On Mon, Jul 30, 2018 at 10:21 AM, Mark Rutland <mark.rutland@xxxxxxx> wrote: > Do any released versions of clang (e.g. 6.0.1) build a working kernel? > I was able to build recent Linux v4.14.y kernels with several "clang-7 trunk" which needs some additional patches. Matthias offers a patchset [1] with Linux v4.14 vanilla as base. Some of the patches are in linux-stable-4.14.y and obsolete now. If you use a higher clang version like 5 or 6, the patches labeled with "CLANG-3" and CLANG-4" are not needed. AFAICS the patches labeled with "UPSTREAM" are of interest. My 4.14.54-1-iniza-llvmlinux kernel boots on bare metal as an example (dmesg attached). - Sedat - [1] https://chromium.googlesource.com/chromiumos/third_party/kernel/+log/sandbox/mka/llvm/v4.14_ext
[ 0.000000] microcode: microcode updated early to revision 0x84, date = 2018-01-21 [ 0.000000] Linux version 4.14.54-1-iniza-llvmlinux (sedat.dilek@xxxxxxxxx@iniza) (clang version 7.0.0-svn336461-1~exp1+0~20180706200838.1870~1.gbp119026 (trunk)) #1 SMP 2018-07-09 [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.14.54-1-iniza-llvmlinux root=UUID=4c2aa544-6e86-44d2-9329-572623867b3d ro intel_iommu=on [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64 [ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64 [ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format. [ 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-0x000000000009cfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009d000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008505dfff] usable [ 0.000000] BIOS-e820: [mem 0x000000008505e000-0x000000008505efff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000008505f000-0x000000008505ffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000085060000-0x000000008e99cfff] usable [ 0.000000] BIOS-e820: [mem 0x000000008e99d000-0x000000008ea64fff] type 20 [ 0.000000] BIOS-e820: [mem 0x000000008ea65000-0x000000008ff2cfff] reserved [ 0.000000] BIOS-e820: [mem 0x000000008ff2d000-0x000000008ff99fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000008ff9a000-0x000000008fffefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000008ffff000-0x000000008fffffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000090000000-0x0000000097ffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000098600000-0x000000009c7fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004627fffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.50 by Lenovo [ 0.000000] efi: SMBIOS=0x8f099000 SMBIOS 3.0=0x8f096000 ACPI=0x8fffe000 ACPI 2.0=0x8fffe014 ESRT=0x8ef63000 MEMATTR=0x8982b018 [ 0.000000] SMBIOS 3.0.0 present. [ 0.000000] DMI: LENOVO 20HDCTO1WW/20HDCTO1WW, BIOS N1QET68W (1.43 ) 11/10/2017 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] e820: last_pfn = 0x462800 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-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 00C0000000 mask 7FC0000000 uncachable [ 0.000000] 1 base 00A0000000 mask 7FE0000000 uncachable [ 0.000000] 2 base 009C000000 mask 7FFC000000 uncachable [ 0.000000] 3 base 009A000000 mask 7FFE000000 uncachable [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] 8 disabled [ 0.000000] 9 disabled [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000000] e820: last_pfn = 0x90000 max_arch_pfn = 0x400000000 [ 0.000000] esrt: Reserving ESRT space from 0x000000008ef63000 to 0x000000008ef63088. [ 0.000000] Base memory trampoline at [ffffa045c0096000] 96000 size 28672 [ 0.000000] Using GB pages for direct mapping [ 0.000000] BRK [0x327957000, 0x327957fff] PGTABLE [ 0.000000] BRK [0x327958000, 0x327958fff] PGTABLE [ 0.000000] BRK [0x327959000, 0x327959fff] PGTABLE [ 0.000000] BRK [0x32795a000, 0x32795afff] PGTABLE [ 0.000000] BRK [0x32795b000, 0x32795bfff] PGTABLE [ 0.000000] BRK [0x32795c000, 0x32795cfff] PGTABLE [ 0.000000] BRK [0x32795d000, 0x32795dfff] PGTABLE [ 0.000000] BRK [0x32795e000, 0x32795efff] PGTABLE [ 0.000000] BRK [0x32795f000, 0x32795ffff] PGTABLE [ 0.000000] Secure boot could not be determined [ 0.000000] RAMDISK: [mem 0x34cbb000-0x36654fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x000000008FFFE014 000024 (v02 LENOVO) [ 0.000000] ACPI: XSDT 0x000000008FFC2188 00010C (v01 LENOVO TP-N1Q 00001430 PTEC 00000002) [ 0.000000] ACPI: FACP 0x000000008FFF5000 0000F4 (v05 LENOVO TP-N1Q 00001430 PTEC 00000002) [ 0.000000] ACPI: DSDT 0x000000008FFD0000 020C9B (v02 LENOVO SKL 00000000 INTL 20160527) [ 0.000000] ACPI: FACS 0x000000008FF3D000 000040 [ 0.000000] ACPI: SSDT 0x000000008FFFC000 0003CC (v02 LENOVO Tpm2Tabl 00001000 INTL 20160527) [ 0.000000] ACPI: TPM2 0x000000008FFFB000 000034 (v03 LENOVO TP-N1Q 00001430 PTEC 00000002) [ 0.000000] ACPI: UEFI 0x000000008FF53000 000042 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002) [ 0.000000] ACPI: SSDT 0x000000008FFF7000 003235 (v02 LENOVO SaSsdt 00003000 INTL 20160527) [ 0.000000] ACPI: SSDT 0x000000008FFF6000 0005B6 (v02 LENOVO PerfTune 00001000 INTL 20160527) [ 0.000000] ACPI: HPET 0x000000008FFF4000 000038 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002) [ 0.000000] ACPI: APIC 0x000000008FFF3000 0000BC (v03 LENOVO TP-N1Q 00001430 PTEC 00000002) [ 0.000000] ACPI: MCFG 0x000000008FFF2000 00003C (v01 LENOVO TP-N1Q 00001430 PTEC 00000002) [ 0.000000] ACPI: ECDT 0x000000008FFF1000 000053 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002) [ 0.000000] ACPI: SSDT 0x000000008FFCF000 00021C (v01 LENOVO Rmv_Batt 00001000 INTL 20160527) [ 0.000000] ACPI: SSDT 0x000000008FFCD000 00174F (v02 LENOVO ProjSsdt 00000010 INTL 20160527) [ 0.000000] ACPI: BOOT 0x000000008FFCC000 000028 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002) [ 0.000000] ACPI: BATB 0x000000008FFCB000 00004A (v02 LENOVO TP-N1Q 00001430 PTEC 00000002) [ 0.000000] ACPI: SLIC 0x000000008FFCA000 000176 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002) [ 0.000000] ACPI: SSDT 0x000000008FFC8000 0017AE (v02 LENOVO CpuSsdt 00003000 INTL 20160527) [ 0.000000] ACPI: SSDT 0x000000008FFC7000 00056D (v02 LENOVO CtdpB 00001000 INTL 20160527) [ 0.000000] ACPI: SSDT 0x000000008FFC6000 000634 (v02 LENOVO UsbCTabl 00001000 INTL 20160527) [ 0.000000] ACPI: WSMT 0x000000008FFC5000 000028 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002) [ 0.000000] ACPI: SSDT 0x000000008FFC4000 000141 (v02 LENOVO HdaDsp 00000000 INTL 20160527) [ 0.000000] ACPI: SSDT 0x000000008FFC3000 0004C5 (v02 LENOVO TbtTypeC 00000000 INTL 20160527) [ 0.000000] ACPI: DBGP 0x000000008FFFD000 000034 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002) [ 0.000000] ACPI: DBG2 0x000000008FFC1000 000054 (v00 LENOVO TP-N1Q 00001430 PTEC 00000002) [ 0.000000] ACPI: MSDM 0x000000008FFC0000 000055 (v03 LENOVO TP-N1Q 00001430 PTEC 00000002) [ 0.000000] ACPI: DMAR 0x000000008FFBF000 0000CC (v01 LENOVO TP-N1Q 00001430 PTEC 00000002) [ 0.000000] ACPI: ASF! 0x000000008FFBE000 0000A0 (v32 LENOVO TP-N1Q 00001430 PTEC 00000002) [ 0.000000] ACPI: FPDT 0x000000008FFBD000 000044 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002) [ 0.000000] ACPI: BGRT 0x000000008FFBC000 000038 (v01 LENOVO TP-N1Q 00001430 PTEC 00000002) [ 0.000000] ACPI: UEFI 0x000000008FF3A000 00013E (v01 LENOVO TP-N1Q 00001430 PTEC 00000002) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000004627fffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x4627fb000-0x4627fffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.000000] Normal [mem 0x0000000100000000-0x00000004627fffff] [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x0000000000057fff] [ 0.000000] node 0: [mem 0x0000000000059000-0x000000000009cfff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000008505dfff] [ 0.000000] node 0: [mem 0x0000000085060000-0x000000008e99cfff] [ 0.000000] node 0: [mem 0x000000008ffff000-0x000000008fffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x00000004627fffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000004627fffff] [ 0.000000] On node 0 totalpages: 4133175 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 23 pages reserved [ 0.000000] DMA zone: 3995 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 9063 pages used for memmap [ 0.000000] DMA32 zone: 579996 pages, LIFO batch:31 [ 0.000000] Normal zone: 55456 pages used for memmap [ 0.000000] Normal zone: 3549184 pages, LIFO batch:31 [ 0.000000] Reserving Intel graphics memory at 0x000000009a800000-0x000000009c7fffff [ 0.000000] ACPI: PM-Timer IO Port: 0x1808 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 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] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [ 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 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0x8505e000-0x8505efff] [ 0.000000] PM: Registered nosave memory: [mem 0x8505f000-0x8505ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x8e99d000-0x8ea64fff] [ 0.000000] PM: Registered nosave memory: [mem 0x8ea65000-0x8ff2cfff] [ 0.000000] PM: Registered nosave memory: [mem 0x8ff2d000-0x8ff99fff] [ 0.000000] PM: Registered nosave memory: [mem 0x8ff9a000-0x8fffefff] [ 0.000000] PM: Registered nosave memory: [mem 0x90000000-0x97ffffff] [ 0.000000] PM: Registered nosave memory: [mem 0x98000000-0x985fffff] [ 0.000000] PM: Registered nosave memory: [mem 0x98600000-0x9c7fffff] [ 0.000000] PM: Registered nosave memory: [mem 0x9c800000-0xefffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf3ffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xf4000000-0xfe00ffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfe010000-0xfe010fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xffffffff] [ 0.000000] e820: [mem 0x9c800000-0xefffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] random: get_random_bytes called from start_kernel+0x87/0x590 with crng_init=0 [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] percpu: Embedded 44 pages/cpu @ffffa04a22400000 s141528 r8192 d30504 u524288 [ 0.000000] pcpu-alloc: s141528 r8192 d30504 u524288 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 4068569 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.14.54-1-iniza-llvmlinux root=UUID=4c2aa544-6e86-44d2-9329-572623867b3d ro intel_iommu=on [ 0.000000] DMAR: IOMMU enabled [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [ 0.000000] Memory: 16069736K/16532700K available (10252K kernel code, 1013K rwdata, 2804K rodata, 1676K init, 656K bss, 462964K reserved, 0K cma-reserved) [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 26250 entries in 103 pages [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] NR_IRQS: 33024, nr_irqs: 1024, preallocated irqs: 16 [ 0.000000] Console: colour dummy device 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns [ 0.000000] hpet clockevent registered [ 0.004000] tsc: Detected 2900.000 MHz processor [ 0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5808.00 BogoMIPS (lpj=11616000) [ 0.004000] pid_max: default: 32768 minimum: 301 [ 0.004000] ACPI: Core revision 20170728 [ 0.045356] ACPI: 11 ACPI AML tables successfully acquired and loaded [ 0.046122] Security Framework initialized [ 0.046125] Yama: becoming mindful. [ 0.046153] AppArmor: AppArmor initialized [ 0.049552] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes) [ 0.051385] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes) [ 0.051447] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.051503] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.051677] CPU: Physical Processor ID: 0 [ 0.051679] CPU: Processor Core ID: 0 [ 0.051685] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.051686] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) [ 0.051692] mce: CPU supports 8 MCE banks [ 0.051702] CPU0: Thermal monitoring enabled (TM1) [ 0.051718] process: using mwait in idle threads [ 0.051721] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 [ 0.051723] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4 [ 0.051725] Spectre V2 : Mitigation: Full generic retpoline [ 0.051726] Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch [ 0.051728] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier [ 0.051730] Spectre V2 : Enabling Restricted Speculation for firmware calls [ 0.051731] Speculative Store Bypass: Vulnerable [ 0.055916] Freeing SMP alternatives memory: 32K [ 0.060909] smpboot: Max logical packages: 2 [ 0.060915] DMAR: Host address width 39 [ 0.060917] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 [ 0.060928] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e [ 0.060930] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 [ 0.060934] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.060937] DMAR: RMRR base: 0x0000008f49f000 end: 0x0000008f4befff [ 0.060939] DMAR: RMRR base: 0x0000009a000000 end: 0x0000009c7fffff [ 0.060942] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0 [ 0.060945] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 [ 0.060946] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 [ 0.060948] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. [ 0.062488] DMAR-IR: Enabled IRQ remapping in x2apic mode [ 0.062490] x2apic enabled [ 0.062506] Switched APIC routing to cluster x2apic. [ 0.066583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.106325] TSC deadline timer enabled [ 0.106329] smpboot: CPU0: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (family: 0x6, model: 0x8e, stepping: 0x9) [ 0.106389] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver. [ 0.106420] ... version: 4 [ 0.106421] ... bit width: 48 [ 0.106422] ... generic registers: 4 [ 0.106423] ... value mask: 0000ffffffffffff [ 0.106425] ... max period: 00007fffffffffff [ 0.106426] ... fixed-purpose events: 3 [ 0.106427] ... event mask: 000000070000000f [ 0.106468] Hierarchical SRCU implementation. [ 0.106999] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.107012] smp: Bringing up secondary CPUs ... [ 0.107088] x86: Booting SMP configuration: [ 0.107090] .... node #0, CPUs: #1 #2 #3 [ 0.107639] smp: Brought up 1 node, 4 CPUs [ 0.107639] smpboot: Total of 4 processors activated (23232.00 BogoMIPS) [ 0.108369] devtmpfs: initialized [ 0.108369] x86/mm: Memory block size: 128MB [ 0.109076] PM: Registering ACPI NVS region [mem 0x8505e000-0x8505efff] (4096 bytes) [ 0.109076] PM: Registering ACPI NVS region [mem 0x8ff2d000-0x8ff99fff] (446464 bytes) [ 0.109076] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.109076] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.109076] pinctrl core: initialized pinctrl subsystem [ 0.109076] NET: Registered protocol family 16 [ 0.109076] cpuidle: using governor ladder [ 0.109076] cpuidle: using governor menu [ 0.109076] Simple Boot Flag at 0x47 set to 0x1 [ 0.109076] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 0.109076] ACPI: bus type PCI registered [ 0.109076] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.109076] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) [ 0.109076] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820 [ 0.109076] PCI: Using configuration type 1 for base access [ 0.109076] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.109076] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.109076] ACPI: Added _OSI(Module Device) [ 0.109076] ACPI: Added _OSI(Processor Device) [ 0.109076] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.109076] ACPI: Added _OSI(Processor Aggregator Device) [ 0.109076] ACPI: EC: EC started [ 0.109076] ACPI: EC: interrupt blocked [ 0.112876] ACPI: \: Used as first EC [ 0.112879] ACPI: \: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.112881] ACPI: \: Used as boot ECDT EC to handle transactions [ 0.113848] ACPI: Executed 26 blocks of module-level executable AML code [ 0.120243] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 0.131786] ACPI: Dynamic OEM Table Load: [ 0.131801] ACPI: SSDT 0xFFFFA04A102CD800 0006F6 (v02 PmRef Cpu0Ist 00003000 INTL 20160527) [ 0.132000] ACPI: Executed 1 blocks of module-level executable AML code [ 0.132090] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked [ 0.133018] ACPI: Dynamic OEM Table Load: [ 0.133027] ACPI: SSDT 0xFFFFA04A0F90C800 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160527) [ 0.133209] ACPI: Executed 1 blocks of module-level executable AML code [ 0.133379] ACPI: Dynamic OEM Table Load: [ 0.133386] ACPI: SSDT 0xFFFFA04A0F885CC0 0000BA (v02 PmRef Cpu0Hwp 00003000 INTL 20160527) [ 0.133543] ACPI: Executed 1 blocks of module-level executable AML code [ 0.133656] ACPI: Dynamic OEM Table Load: [ 0.133663] ACPI: SSDT 0xFFFFA04A0F88D000 000628 (v02 PmRef HwpLvt 00003000 INTL 20160527) [ 0.133815] ACPI: Executed 1 blocks of module-level executable AML code [ 0.134257] ACPI: Dynamic OEM Table Load: [ 0.134268] ACPI: SSDT 0xFFFFA04A0F855000 000D14 (v02 PmRef ApIst 00003000 INTL 20160527) [ 0.134982] ACPI: Executed 1 blocks of module-level executable AML code [ 0.135153] ACPI: Dynamic OEM Table Load: [ 0.135160] ACPI: SSDT 0xFFFFA04A0F90F000 000317 (v02 PmRef ApHwp 00003000 INTL 20160527) [ 0.135375] ACPI: Executed 1 blocks of module-level executable AML code [ 0.135554] ACPI: Dynamic OEM Table Load: [ 0.135561] ACPI: SSDT 0xFFFFA04A0F90F400 00030A (v02 PmRef ApCst 00003000 INTL 20160527) [ 0.135776] ACPI: Executed 1 blocks of module-level executable AML code [ 0.136991] ACPI: Interpreter enabled [ 0.137039] ACPI: (supports S0 S3 S4 S5) [ 0.137041] ACPI: Using IOAPIC for interrupt routing [ 0.137076] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.137629] ACPI: Enabled 7 GPEs in block 00 to 7F [ 0.140898] ACPI: Power Resource [PUBS] (on) [ 0.141809] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1) [ 0.162799] ACPI: Power Resource [WRST] (on) [ 0.163098] ACPI: Power Resource [WRST] (on) [ 0.175389] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) [ 0.175396] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.175519] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME AER PCIeCapability] [ 0.175522] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability] [ 0.175525] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability] [ 0.175527] acpi PNP0A08:00: _OSC: platform willing to grant [] [ 0.175529] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM [ 0.177556] PCI host bridge to bus 0000:00 [ 0.177559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.177562] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.177564] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.177566] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window] [ 0.177568] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window] [ 0.177570] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window] [ 0.177572] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window] [ 0.177574] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window] [ 0.177576] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window] [ 0.177578] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window] [ 0.177580] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window] [ 0.177582] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window] [ 0.177584] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window] [ 0.177586] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window] [ 0.177588] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window] [ 0.177590] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window] [ 0.177592] pci_bus 0000:00: root bus resource [mem 0x9c800000-0xefffffff window] [ 0.177594] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window] [ 0.177597] pci_bus 0000:00: root bus resource [bus 00-3e] [ 0.177606] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000 [ 0.178354] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000 [ 0.178366] pci 0000:00:02.0: reg 0x10: [mem 0xeb000000-0xebffffff 64bit] [ 0.178372] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref] [ 0.178376] pci 0000:00:02.0: reg 0x20: [io 0xe000-0xe03f] [ 0.178390] pci 0000:00:02.0: BAR 2: assigned to efifb [ 0.179180] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330 [ 0.179202] pci 0000:00:14.0: reg 0x10: [mem 0xec220000-0xec22ffff 64bit] [ 0.179268] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 0.180080] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000 [ 0.180102] pci 0000:00:14.2: reg 0x10: [mem 0xec248000-0xec248fff 64bit] [ 0.180965] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000 [ 0.181217] pci 0000:00:15.0: reg 0x10: [mem 0xec249000-0xec249fff 64bit] [ 0.182735] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000 [ 0.182763] pci 0000:00:16.0: reg 0x10: [mem 0xec24a000-0xec24afff 64bit] [ 0.182833] pci 0000:00:16.0: PME# supported from D3hot [ 0.183623] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400 [ 0.183703] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.184494] pci 0000:00:1c.6: [8086:9d16] type 01 class 0x060400 [ 0.184575] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold [ 0.184590] pci 0000:00:1c.6: Intel SPT PCH root port ACS workaround enabled [ 0.185359] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400 [ 0.185434] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 0.185448] pci 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled [ 0.186216] pci 0000:00:1d.2: [8086:9d1a] type 01 class 0x060400 [ 0.186293] pci 0000:00:1d.2: PME# supported from D0 D3hot D3cold [ 0.186308] pci 0000:00:1d.2: Intel SPT PCH root port ACS workaround enabled [ 0.187105] pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100 [ 0.187982] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000 [ 0.187998] pci 0000:00:1f.2: reg 0x10: [mem 0xec244000-0xec247fff] [ 0.188798] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300 [ 0.188826] pci 0000:00:1f.3: reg 0x10: [mem 0xec240000-0xec243fff 64bit] [ 0.188859] pci 0000:00:1f.3: reg 0x20: [mem 0xec230000-0xec23ffff 64bit] [ 0.188916] pci 0000:00:1f.3: PME# supported from D3hot D3cold [ 0.189694] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500 [ 0.189748] pci 0000:00:1f.4: reg 0x10: [mem 0xec24b000-0xec24b0ff 64bit] [ 0.189799] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf] [ 0.190620] pci 0000:00:1f.6: [8086:15d8] type 00 class 0x020000 [ 0.190646] pci 0000:00:1f.6: reg 0x10: [mem 0xec200000-0xec21ffff] [ 0.190747] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold [ 0.191554] pci 0000:00:1c.0: PCI bridge to [bus 02] [ 0.191949] pci 0000:04:00.0: [8086:24fd] type 00 class 0x028000 [ 0.192093] pci 0000:04:00.0: reg 0x10: [mem 0xec100000-0xec101fff 64bit] [ 0.192355] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold [ 0.204721] pci 0000:00:1c.6: PCI bridge to [bus 04] [ 0.204727] pci 0000:00:1c.6: bridge window [mem 0xec100000-0xec1fffff] [ 0.204780] pci 0000:00:1d.0: PCI bridge to [bus 05-3d] [ 0.204786] pci 0000:00:1d.0: bridge window [mem 0xd4000000-0xea0fffff] [ 0.204790] pci 0000:00:1d.0: bridge window [mem 0xb0000000-0xd1ffffff 64bit pref] [ 0.205035] pci 0000:3e:00.0: [17aa:0004] type 00 class 0x010802 [ 0.205066] pci 0000:3e:00.0: reg 0x10: [mem 0xec000000-0xec003fff 64bit] [ 0.216361] pci 0000:00:1d.2: PCI bridge to [bus 3e] [ 0.216366] pci 0000:00:1d.2: bridge window [mem 0xec000000-0xec0fffff] [ 0.218202] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.218202] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15) [ 0.218202] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.218202] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.218202] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.218202] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.218202] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.218202] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.220148] ACPI: EC: interrupt unblocked [ 0.220170] ACPI: EC: event unblocked [ 0.220185] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.220187] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions and events [ 0.220244] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none [ 0.220244] pci 0000:00:02.0: vgaarb: setting as boot device [ 0.220244] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.220244] vgaarb: loaded [ 0.220244] EDAC MC: Ver: 3.0.0 [ 0.220663] Registered efivars operations [ 0.265701] PCI: Using ACPI for IRQ routing [ 0.266254] PCI: pci_cache_line_size set to 64 bytes [ 0.268728] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff] [ 0.268729] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff] [ 0.268730] e820: reserve RAM buffer [mem 0x8505e000-0x87ffffff] [ 0.268731] e820: reserve RAM buffer [mem 0x8e99d000-0x8fffffff] [ 0.268732] e820: reserve RAM buffer [mem 0x462800000-0x463ffffff] [ 0.268809] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 0.268809] hpet0: 8 comparators, 64-bit 24.000000 MHz counter [ 0.270155] clocksource: Switched to clocksource hpet [ 0.275858] VFS: Disk quotas dquot_6.6.0 [ 0.275875] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.275956] AppArmor: AppArmor Filesystem Enabled [ 0.275969] pnp: PnP ACPI init [ 0.276128] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved [ 0.276132] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved [ 0.276135] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved [ 0.276137] system 00:00: [mem 0xfe000000-0xfe01ffff] could not be reserved [ 0.276139] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved [ 0.276141] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved [ 0.276143] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved [ 0.276151] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.276426] system 00:01: [io 0xff00-0xfffe] has been reserved [ 0.276431] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.277125] system 00:02: [io 0x0680-0x069f] has been reserved [ 0.277127] system 00:02: [io 0xffff] has been reserved [ 0.277129] system 00:02: [io 0xffff] has been reserved [ 0.277131] system 00:02: [io 0xffff] has been reserved [ 0.277133] system 00:02: [io 0x1800-0x18fe] has been reserved [ 0.277135] system 00:02: [io 0x164e-0x164f] has been reserved [ 0.277139] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.277230] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.277258] system 00:04: [io 0x1854-0x1857] has been reserved [ 0.277262] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) [ 0.277278] pnp 00:05: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active) [ 0.277292] pnp 00:06: Plug and Play ACPI device, IDs LEN006f PNP0f13 (active) [ 0.277372] system 00:07: [io 0x1800-0x189f] could not be reserved [ 0.277375] system 00:07: [io 0x0800-0x087f] has been reserved [ 0.277377] system 00:07: [io 0x0880-0x08ff] has been reserved [ 0.277379] system 00:07: [io 0x0900-0x097f] has been reserved [ 0.277381] system 00:07: [io 0x0980-0x09ff] has been reserved [ 0.277383] system 00:07: [io 0x0a00-0x0a7f] has been reserved [ 0.277385] system 00:07: [io 0x0a80-0x0aff] has been reserved [ 0.277387] system 00:07: [io 0x0b00-0x0b7f] has been reserved [ 0.277389] system 00:07: [io 0x0b80-0x0bff] has been reserved [ 0.277391] system 00:07: [io 0x15e0-0x15ef] has been reserved [ 0.277393] system 00:07: [io 0x1600-0x167f] could not be reserved [ 0.277396] system 00:07: [io 0x1640-0x165f] could not be reserved [ 0.277398] system 00:07: [mem 0xf0000000-0xf3ffffff] has been reserved [ 0.277400] system 00:07: [mem 0xfed10000-0xfed13fff] has been reserved [ 0.277402] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.277405] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.277407] system 00:07: [mem 0xfeb00000-0xfebfffff] has been reserved [ 0.277409] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.277411] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved [ 0.277413] system 00:07: [mem 0xeffe0000-0xefffffff] has been reserved [ 0.277417] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.278513] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.279275] system 00:09: [mem 0xfed10000-0xfed17fff] could not be reserved [ 0.279278] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.279280] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.279282] system 00:09: [mem 0xf0000000-0xf3ffffff] has been reserved [ 0.279284] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.279286] system 00:09: [mem 0xfed90000-0xfed93fff] could not be reserved [ 0.279288] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved [ 0.279291] system 00:09: [mem 0xff000000-0xffffffff] has been reserved [ 0.279293] system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved [ 0.279295] system 00:09: [mem 0xeffe0000-0xefffffff] has been reserved [ 0.279299] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.279576] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.279579] system 00:0a: [mem 0x000f0000-0x000fffff] could not be reserved [ 0.279581] system 00:0a: [mem 0x00100000-0x9c7fffff] could not be reserved [ 0.279583] system 00:0a: [mem 0xfec00000-0xfed3ffff] could not be reserved [ 0.279586] system 00:0a: [mem 0xfed4c000-0xffffffff] could not be reserved [ 0.279589] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.279697] pnp: PnP ACPI: found 11 devices [ 0.287701] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.287721] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000 [ 0.287723] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000 [ 0.287724] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000 [ 0.287743] pci 0000:00:1d.0: bridge window [io 0x1000-0x0fff] to [bus 05-3d] add_size 1000 [ 0.287758] pci 0000:00:1c.0: BAR 14: assigned [mem 0x9c800000-0x9c9fffff] [ 0.287768] pci 0000:00:1c.0: BAR 15: assigned [mem 0x9ca00000-0x9cbfffff 64bit pref] [ 0.287771] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff] [ 0.287774] pci 0000:00:1d.0: BAR 13: assigned [io 0x3000-0x3fff] [ 0.287777] pci 0000:00:1c.0: PCI bridge to [bus 02] [ 0.287788] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] [ 0.287792] pci 0000:00:1c.0: bridge window [mem 0x9c800000-0x9c9fffff] [ 0.287796] pci 0000:00:1c.0: bridge window [mem 0x9ca00000-0x9cbfffff 64bit pref] [ 0.287802] pci 0000:00:1c.6: PCI bridge to [bus 04] [ 0.287808] pci 0000:00:1c.6: bridge window [mem 0xec100000-0xec1fffff] [ 0.287815] pci 0000:00:1d.0: PCI bridge to [bus 05-3d] [ 0.287818] pci 0000:00:1d.0: bridge window [io 0x3000-0x3fff] [ 0.287822] pci 0000:00:1d.0: bridge window [mem 0xd4000000-0xea0fffff] [ 0.287826] pci 0000:00:1d.0: bridge window [mem 0xb0000000-0xd1ffffff 64bit pref] [ 0.287831] pci 0000:00:1d.2: PCI bridge to [bus 3e] [ 0.287836] pci 0000:00:1d.2: bridge window [mem 0xec000000-0xec0fffff] [ 0.287844] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.287845] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.287846] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.287847] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window] [ 0.287848] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window] [ 0.287848] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window] [ 0.287849] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window] [ 0.287850] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window] [ 0.287851] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window] [ 0.287852] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window] [ 0.287853] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window] [ 0.287853] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window] [ 0.287854] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window] [ 0.287855] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window] [ 0.287856] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window] [ 0.287857] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window] [ 0.287858] pci_bus 0000:00: resource 20 [mem 0x9c800000-0xefffffff window] [ 0.287858] pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window] [ 0.287859] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff] [ 0.287860] pci_bus 0000:02: resource 1 [mem 0x9c800000-0x9c9fffff] [ 0.287861] pci_bus 0000:02: resource 2 [mem 0x9ca00000-0x9cbfffff 64bit pref] [ 0.287862] pci_bus 0000:04: resource 1 [mem 0xec100000-0xec1fffff] [ 0.287863] pci_bus 0000:05: resource 0 [io 0x3000-0x3fff] [ 0.287864] pci_bus 0000:05: resource 1 [mem 0xd4000000-0xea0fffff] [ 0.287865] pci_bus 0000:05: resource 2 [mem 0xb0000000-0xd1ffffff 64bit pref] [ 0.287867] pci_bus 0000:3e: resource 1 [mem 0xec000000-0xec0fffff] [ 0.288034] NET: Registered protocol family 2 [ 0.288170] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.288404] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.288611] TCP: Hash tables configured (established 131072 bind 65536) [ 0.288641] UDP hash table entries: 8192 (order: 6, 262144 bytes) [ 0.288702] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes) [ 0.288784] NET: Registered protocol family 1 [ 0.288797] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.289612] PCI: CLS 0 bytes, default 64 [ 0.289640] Unpacking initramfs... [ 0.695647] Freeing initrd memory: 26216K [ 0.695700] DMAR: ACPI device "device:79" under DMAR at fed91000 as 00:15.0 [ 0.695710] DMAR: No ATSR found [ 0.695750] DMAR: dmar0: Using Queued invalidation [ 0.695864] dmar0: Allocated order 8 PASID table. [ 0.695973] DMAR: dmar1: Using Queued invalidation [ 0.696294] DMAR: Setting RMRR: [ 0.696376] DMAR: Setting identity map for device 0000:00:02.0 [0x9a000000 - 0x9c7fffff] [ 0.696444] DMAR: Setting identity map for device 0000:00:14.0 [0x8f49f000 - 0x8f4befff] [ 0.696452] DMAR: Prepare 0-16MiB unity mapping for LPC [ 0.696485] DMAR: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff] [ 0.696717] DMAR: Intel(R) Virtualization Technology for Directed I/O [ 0.696757] iommu: Adding device 0000:00:00.0 to group 0 [ 0.696765] iommu: Adding device 0000:00:02.0 to group 1 [ 0.696777] iommu: Adding device 0000:00:14.0 to group 2 [ 0.696784] iommu: Adding device 0000:00:14.2 to group 2 [ 0.696793] iommu: Adding device 0000:00:15.0 to group 3 [ 0.696801] iommu: Adding device 0000:00:16.0 to group 4 [ 0.696825] iommu: Adding device 0000:00:1c.0 to group 5 [ 0.696843] iommu: Adding device 0000:00:1c.6 to group 6 [ 0.696870] iommu: Adding device 0000:00:1d.0 to group 7 [ 0.696887] iommu: Adding device 0000:00:1d.2 to group 8 [ 0.696904] iommu: Adding device 0000:00:1f.0 to group 9 [ 0.696911] iommu: Adding device 0000:00:1f.2 to group 9 [ 0.696919] iommu: Adding device 0000:00:1f.3 to group 9 [ 0.696926] iommu: Adding device 0000:00:1f.4 to group 9 [ 0.696932] iommu: Adding device 0000:00:1f.6 to group 9 [ 0.696951] iommu: Adding device 0000:04:00.0 to group 10 [ 0.696967] iommu: Adding device 0000:3e:00.0 to group 11 [ 0.698372] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc05e54fc, max_idle_ns: 440795291716 ns [ 0.698741] audit: initializing netlink subsys (disabled) [ 0.698825] audit: type=2000 audit(1531142276.696:1): state=initialized audit_enabled=0 res=1 [ 0.699108] workingset: timestamp_bits=40 max_order=22 bucket_order=0 [ 0.699196] zbud: loaded [ 0.887964] Key type asymmetric registered [ 0.887967] Asymmetric key parser 'x509' registered [ 0.887986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.888065] io scheduler noop registered [ 0.888067] io scheduler deadline registered [ 0.888079] io scheduler cfq registered (default) [ 0.888081] io scheduler mq-deadline registered [ 0.888814] efifb: probing for efifb [ 0.888826] efifb: framebuffer at 0xa0000000, using 8128k, total 8128k [ 0.888828] efifb: mode is 1920x1080x32, linelength=7680, pages=1 [ 0.888829] efifb: scrolling: redraw [ 0.888831] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.893224] Console: switching to colour frame buffer device 240x67 [ 0.897499] fb0: EFI VGA frame buffer device [ 0.897524] intel_idle: MWAIT substates: 0x11142120 [ 0.897524] intel_idle: v0.4.1 model 0x8E [ 0.897790] intel_idle: lapic_timer_reliable_states 0xffffffff [ 0.898617] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.919782] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.920400] Linux agpgart interface v0.103 [ 0.926370] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x0, rev-id 78) [ 1.698319] AMD IOMMUv2 driver by Joerg Roedel <jroedel@xxxxxxx> [ 1.698346] AMD IOMMUv2 functionality not available on this system [ 1.698905] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.701257] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.701281] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.701472] mousedev: PS/2 mouse device common for all mice [ 1.701551] rtc_cmos 00:03: RTC can wake from S4 [ 1.702097] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0 [ 1.702259] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs [ 1.702313] intel_pstate: Intel P-state driver initializing [ 1.703264] intel_pstate: HWP enabled [ 1.703487] ledtrig-cpu: registered to indicate activity on CPUs [ 1.703537] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 [ 1.703942] NET: Registered protocol family 10 [ 1.708046] Segment Routing with IPv6 [ 1.708074] mip6: Mobile IPv6 [ 1.708087] NET: Registered protocol family 17 [ 1.708104] mpls_gso: MPLS GSO support [ 1.708620] microcode: sig=0x806e9, pf=0x80, revision=0x84 [ 1.708810] microcode: Microcode Update Driver: v2.2. [ 1.708840] sched_clock: Marking stable (1708807059, 0)->(1716322034, -7514975) [ 1.709253] registered taskstats version 1 [ 1.709284] zswap: loaded using pool lzo/zbud [ 1.709323] AppArmor: AppArmor sha1 policy hashing enabled [ 1.715320] ima: Allocated hash algorithm: sha256 [ 1.732814] clocksource: Switched to clocksource tsc [ 1.775792] rtc_cmos 00:03: setting system clock to 2018-07-09 13:17:57 UTC (1531142277) [ 1.935030] Freeing unused kernel memory: 1676K [ 1.948690] Write protecting the kernel read-only data: 16384k [ 1.949634] Freeing unused kernel memory: 2008K [ 1.951173] Freeing unused kernel memory: 1292K [ 1.955294] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 1.955313] x86/mm: Checking user space page tables [ 1.959425] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 2.042899] ACPI: bus type USB registered [ 2.043911] usbcore: registered new interface driver usbfs [ 2.044965] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info(). [ 2.045065] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003) [ 2.045114] nvme nvme0: pci function 0000:3e:00.0 [ 2.045602] i801_smbus 0000:00:1f.4: SPD Write Disable is set [ 2.045803] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt [ 2.048120] thermal LNXTHERM:00: registered as thermal_zone0 [ 2.048121] ACPI: Thermal Zone [THM0] (49 C) [ 2.052446] pps_core: LinuxPPS API ver. 1 registered [ 2.052695] usbcore: registered new interface driver hub [ 2.052715] usbcore: registered new device driver usb [ 2.055957] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx> [ 2.057717] PTP clock support registered [ 2.059382] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 2.060553] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 [ 2.061674] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k [ 2.062706] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 2.062833] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810 [ 2.062859] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported [ 2.062975] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.062976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.062977] usb usb1: Product: xHCI Host Controller [ 2.062977] usb usb1: Manufacturer: Linux 4.14.54-1-iniza-llvmlinux xhci-hcd [ 2.062978] usb usb1: SerialNumber: 0000:00:14.0 [ 2.063076] hub 1-0:1.0: USB hub found [ 2.063100] hub 1-0:1.0: 12 ports detected [ 2.067501] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 2.067503] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 [ 2.067505] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed [ 2.067605] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 [ 2.067606] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.067607] usb usb2: Product: xHCI Host Controller [ 2.067607] usb usb2: Manufacturer: Linux 4.14.54-1-iniza-llvmlinux xhci-hcd [ 2.067608] usb usb2: SerialNumber: 0000:00:14.0 [ 2.067674] hub 2-0:1.0: USB hub found [ 2.067694] hub 2-0:1.0: 6 ports detected [ 2.070741] usb: port power management may be unreliable [ 2.085280] AVX2 version of gcm_enc/dec engaged. [ 2.086348] AES CTR mode by8 optimization enabled [ 2.087488] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 2.108720] alg: No test for pcbc(aes) (pcbc-aes-aesni) [ 2.297495] nvme0n1: p1 p2 p3 p4 p5 p6 [ 2.362843] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock [ 2.408267] usb 2-3: new SuperSpeed USB device number 2 using xhci_hcd [ 2.439250] usb 2-3: New USB device found, idVendor=0bda, idProduct=0316 [ 2.442896] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2.446247] usb 2-3: Product: USB3.0-CRW [ 2.448512] usb 2-3: Manufacturer: Generic [ 2.450647] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 54:e1:ad:a0:6b:a0 [ 2.450649] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection [ 2.450741] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: 1000FF-0FF [ 2.454323] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0 [ 2.459038] usb 2-3: SerialNumber: 20120501030900000 [ 2.475335] SCSI subsystem initialized [ 2.480961] usb-storage 2-3:1.0: USB Mass Storage device detected [ 2.483875] scsi host0: usb-storage 2-3:1.0 [ 2.486313] usbcore: registered new interface driver usb-storage [ 2.487947] random: fast init done [ 2.491671] usbcore: registered new interface driver uas [ 2.556056] usb 1-1: new low-speed USB device number 2 using xhci_hcd [ 2.576006] raid6: sse2x1 gen() 12356 MB/s [ 2.644006] raid6: sse2x1 xor() 9343 MB/s [ 2.712004] raid6: sse2x2 gen() 15371 MB/s [ 2.715223] usb 1-1: New USB device found, idVendor=046a, idProduct=0023 [ 2.716134] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.719249] hidraw: raw HID events driver (C) Jiri Kosina [ 2.735499] usbcore: registered new interface driver usbhid [ 2.736435] usbhid: USB HID core driver [ 2.738047] input: HID 046a:0023 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046A:0023.0001/input/input3 [ 2.780005] raid6: sse2x2 xor() 11004 MB/s [ 2.796117] cherry 0003:046A:0023.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 046a:0023] on usb-0000:00:14.0-1/input0 [ 2.797213] input: HID 046a:0023 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046A:0023.0002/input/input4 [ 2.844052] usb 1-2: new low-speed USB device number 3 using xhci_hcd [ 2.848006] raid6: sse2x4 gen() 17146 MB/s [ 2.849021] psmouse serio1: synaptics: queried max coordinates: x [..5676], y [..4690] [ 2.856080] cherry 0003:046A:0023.0002: input,hidraw1: USB HID v1.11 Device [HID 046a:0023] on usb-0000:00:14.0-1/input1 [ 2.881764] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..] [ 2.883294] psmouse serio1: synaptics: The touchpad can support a better bus than the too old PS/2 protocol. Make sure MOUSE_PS2_SYNAPTICS_SMBUS and RMI4_SMB are enabled to get a better touchpad experience. [ 2.916006] raid6: sse2x4 xor() 11200 MB/s [ 2.945582] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf002a3/0x940300/0x12e800/0x400000, board id: 3276, fw id: 2491725 [ 2.947243] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0 [ 2.984002] raid6: avx2x1 gen() 24356 MB/s [ 2.987902] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input2 [ 2.995685] usb 1-2: New USB device found, idVendor=046d, idProduct=c077 [ 2.996747] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.997798] usb 1-2: Product: USB Optical Mouse [ 2.998835] usb 1-2: Manufacturer: Logitech [ 3.002629] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C077.0003/input/input6 [ 3.004336] hid-generic 0003:046D:C077.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:14.0-2/input0 [ 3.012445] CPU0: Core temperature above threshold, cpu clock throttled (total events = 1) [ 3.012446] CPU2: Core temperature above threshold, cpu clock throttled (total events = 1) [ 3.012447] CPU2: Package temperature above threshold, cpu clock throttled (total events = 1) [ 3.012485] CPU1: Package temperature above threshold, cpu clock throttled (total events = 1) [ 3.012486] CPU3: Package temperature above threshold, cpu clock throttled (total events = 1) [ 3.013450] CPU2: Core temperature/speed normal [ 3.013451] CPU2: Package temperature/speed normal [ 3.013489] CPU1: Package temperature/speed normal [ 3.013489] CPU3: Package temperature/speed normal [ 3.022323] CPU0: Core temperature/speed normal [ 3.052004] raid6: avx2x1 xor() 14045 MB/s [ 3.120003] raid6: avx2x2 gen() 27330 MB/s [ 3.128055] usb 1-3: new full-speed USB device number 4 using xhci_hcd [ 3.188003] raid6: avx2x2 xor() 20611 MB/s [ 3.256003] raid6: avx2x4 gen() 31044 MB/s [ 3.285650] usb 1-3: New USB device found, idVendor=058f, idProduct=9540 [ 3.286894] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 3.288149] usb 1-3: Product: EMV Smartcard Reader [ 3.289368] usb 1-3: Manufacturer: Generic [ 3.324003] raid6: avx2x4 xor() 19563 MB/s [ 3.325034] raid6: using algorithm avx2x4 gen() 31044 MB/s [ 3.326061] raid6: .... xor() 19563 MB/s, rmw enabled [ 3.327117] raid6: using avx2x2 recovery algorithm [ 3.328452] xor: automatically using best checksumming function avx [ 3.329739] async_tx: api initialized (async) [ 3.344477] device-mapper: uevent: version 1.0.3 [ 3.345596] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@xxxxxxxxxx [ 3.416491] usb 1-7: new full-speed USB device number 5 using xhci_hcd [ 3.491260] scsi 0:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 6 [ 3.528652] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 3.566694] usb 1-7: New USB device found, idVendor=8087, idProduct=0a2b [ 3.566699] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 3.616415] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3 [ 3.696110] usb 1-8: new high-speed USB device number 6 using xhci_hcd [ 3.857117] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input5 [ 3.889433] usb 1-8: New USB device found, idVendor=13d3, idProduct=5619 [ 3.889438] usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2 [ 3.889442] usb 1-8: Product: Integrated Camera [ 3.889445] usb 1-8: Manufacturer: AzureWave [ 3.889448] usb 1-8: SerialNumber: NULL [ 4.020523] usb 1-9: new full-speed USB device number 7 using xhci_hcd [ 4.171526] usb 1-9: New USB device found, idVendor=138a, idProduct=0097 [ 4.171533] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=1 [ 4.171537] usb 1-9: SerialNumber: decd885354aa [ 10.335534] NET: Registered protocol family 38 [ 10.483231] random: cryptsetup: uninitialized urandom read (2 bytes read) [ 10.496253] random: lvm: uninitialized urandom read (4 bytes read) [ 10.531106] random: lvm: uninitialized urandom read (4 bytes read) [ 10.604046] Btrfs loaded, crc32c=crc32c-intel [ 10.677866] random: crng init done [ 10.679222] random: 1 urandom warning(s) missed due to ratelimiting [ 10.689798] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) [ 10.773800] systemd[1]: RTC configured in localtime, applying delta of 120 minutes to system time. [ 10.786401] ip_tables: (C) 2000-2006 Netfilter Core Team [ 10.885392] systemd[1]: systemd 239 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [ 10.904931] systemd[1]: Detected architecture x86-64. [ 10.910991] systemd[1]: Set hostname to <iniza>. [ 10.996849] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 10.999009] systemd[1]: Listening on udev Control Socket. [ 11.001141] systemd[1]: Listening on Journal Audit Socket. [ 11.003151] systemd[1]: Listening on fsck to fsckd communication Socket. [ 11.005581] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice. [ 11.007782] systemd[1]: Created slice User and Session Slice. [ 11.010016] systemd[1]: Created slice system-systemd\x2dfsck.slice. [ 11.027753] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro [ 11.034413] lp: driver loaded but no devices found [ 11.037957] ppdev: user-space parallel port driver [ 11.038227] RPC: Registered named UNIX socket transport module. [ 11.038228] RPC: Registered udp transport module. [ 11.038228] RPC: Registered tcp transport module. [ 11.038228] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 11.053390] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx). [ 11.136247] systemd-journald[386]: Received request to flush runtime journal from PID 1 [ 11.229469] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7 [ 11.230622] ACPI: Sleep Button [SLPB] [ 11.232162] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input8 [ 11.233929] ACPI: Lid Switch [LID] [ 11.235671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input9 [ 11.236858] ACPI: Power Button [PWRF] [ 11.314967] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01) [ 11.316339] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01) [ 11.317808] ACPI: AC Adapter [AC] (on-line) [ 11.319691] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info(). [ 11.327611] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 11.388801] mei_me 0000:00:16.0: enabling device (0004 -> 0006) [ 11.390783] iTCO_vendor_support: vendor-support=0 [ 11.393995] Non-volatile memory driver v1.3 [ 11.397850] thinkpad_acpi: ThinkPad ACPI Extras v0.25 [ 11.399106] thinkpad_acpi: http://ibm-acpi.sf.net/ [ 11.400306] thinkpad_acpi: ThinkPad BIOS N1QET68W (1.43 ), EC unknown [ 11.403846] thinkpad_acpi: Lenovo ThinkPad T470, model 20HDCTO1WW [ 11.406814] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 [ 11.415000] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400) [ 11.417352] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 11.426650] thinkpad_acpi: radio switch found; radios are enabled [ 11.435783] ACPI: Battery Slot [BAT0] (battery present) [ 11.441887] EFI Variables Facility v0.08 2004-May-17 [ 11.451165] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver [ 11.452543] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default... [ 11.468310] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002) [ 11.473530] Intel(R) Wireless WiFi driver for Linux [ 11.474676] Copyright(c) 2003- 2015 Intel Corporation [ 11.476557] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002) [ 11.484219] idma64 idma64.0: Found Intel integrated DMA 64-bit [ 11.484855] i915 0000:00:02.0: enabling device (0006 -> 0007) [ 11.489042] [drm] Memory usable by graphics device = 4096M [ 11.490350] [drm] VT-d active for gfx access [ 11.494368] checking generic (a0000000 7f0000) vs hw (a0000000 10000000) [ 11.494369] fb: switching to inteldrmfb from EFI VGA [ 11.496368] input: PC Speaker as /devices/platform/pcspkr/input/input11 [ 11.500854] Console: switching to colour dummy device 80x25 [ 11.500932] [drm] Replacing VGA console driver [ 11.510684] Error: Driver 'pcspkr' is already registered, aborting... [ 11.515534] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 11.515538] [drm] Driver supports precise vblank timestamp query. [ 11.517643] iwlwifi 0000:04:00.0: loaded firmware version 34.0.1 op_mode iwlmvm [ 11.517897] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem [ 11.520207] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1) [ 11.535615] ACPI: Battery Slot [BAT1] (battery present) [ 11.561504] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer [ 11.561509] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules [ 11.561510] RAPL PMU: hw unit of domain package 2^-14 Joules [ 11.561512] RAPL PMU: hw unit of domain dram 2^-14 Joules [ 11.561513] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules [ 11.561514] RAPL PMU: hw unit of domain psys 2^-14 Joules [ 11.567372] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked [ 11.568592] iwlwifi 0000:04:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230 [ 11.584301] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one [ 11.594422] pstore: using zlib compression [ 11.619992] pstore: Registered efi as persistent store backend [ 11.622423] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input10 [ 11.632615] [drm] Initialized i915 1.6.0 20170818 for 0000:00:02.0 on minor 0 [ 11.634830] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 11.635014] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12 [ 11.654449] iwlwifi 0000:04:00.0: base HW address: bc:a8:a6:d1:3f:49 [ 11.660903] intel_rapl: Found RAPL domain package [ 11.660909] intel_rapl: Found RAPL domain core [ 11.660911] intel_rapl: Found RAPL domain uncore [ 11.660913] intel_rapl: Found RAPL domain dram [ 11.744715] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs' [ 11.744927] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info(). [ 11.744944] thermal thermal_zone3: failed to read out thermal zone (-61) [ 11.842916] EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Opts: (null) [ 11.856326] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0 [ 11.865303] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 11.972386] audit: type=1400 audit(1531135087.694:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lxc-start" pid=740 comm="apparmor_parser" [ 11.973671] audit: type=1400 audit(1531135087.694:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default" pid=737 comm="apparmor_parser" [ 11.973678] audit: type=1400 audit(1531135087.694:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-cgns" pid=737 comm="apparmor_parser" [ 11.973682] audit: type=1400 audit(1531135087.694:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-mounting" pid=737 comm="apparmor_parser" [ 11.973686] audit: type=1400 audit(1531135087.694:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-nesting" pid=737 comm="apparmor_parser" [ 11.973975] audit: type=1400 audit(1531135087.694:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=741 comm="apparmor_parser" [ 11.973980] audit: type=1400 audit(1531135087.694:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=741 comm="apparmor_parser" [ 11.973984] audit: type=1400 audit(1531135087.694:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=741 comm="apparmor_parser" [ 11.975338] audit: type=1400 audit(1531135087.694:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=755 comm="apparmor_parser" [ 11.975516] audit: type=1400 audit(1531135087.694:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=754 comm="apparmor_parser" [ 12.043661] new mount options do not match the existing superblock, will be ignored [ 12.086144] fuse init (API version 7.26) [ 12.324838] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory [ 12.325035] NFSD: starting 90-second grace period (net ffffffff9f6cab00) [ 12.422683] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready [ 12.508050] media: Linux media interface: v0.10 [ 12.512948] Linux video capture interface: v2.00 [ 12.569591] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 12.586494] Bluetooth: Core ver 2.22 [ 12.586512] NET: Registered protocol family 31 [ 12.586513] Bluetooth: HCI device and connection manager initialized [ 12.586518] Bluetooth: HCI socket layer initialized [ 12.586520] Bluetooth: L2CAP socket layer initialized [ 12.586529] Bluetooth: SCO socket layer initialized [ 12.626716] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 12.627902] fbcon: inteldrmfb (fb0) is primary device [ 12.632268] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready [ 12.634846] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [ 12.662275] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC298: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker [ 12.662279] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 12.662282] snd_hda_codec_realtek hdaudioC0D0: hp_outs=2 (0x17/0x21/0x0/0x0/0x0) [ 12.662284] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 12.662285] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 12.662288] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18 [ 12.662290] snd_hda_codec_realtek hdaudioC0D0: Dock Mic=0x19 [ 12.662292] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12 [ 12.666211] uvcvideo: Found UVC 1.00 device Integrated Camera (13d3:5619) [ 12.668976] uvcvideo: Failed to initialize entity for entity 6 [ 12.668978] uvcvideo: Failed to register entites (-22). [ 12.669229] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input14 [ 12.669410] usbcore: registered new interface driver uvcvideo [ 12.669412] USB Video Class driver (1.1.1) [ 12.724635] usbcore: registered new interface driver btusb [ 12.725355] Bluetooth: hci0: Firmware revision 0.1 build 203 week 9 2018 [ 12.726056] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13 [ 12.727431] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15 [ 12.727631] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16 [ 12.727821] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17 [ 12.728058] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18 [ 12.728259] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19 [ 12.728458] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20 [ 12.728656] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21 [ 12.728829] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22 [ 12.729002] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23 [ 12.800457] [drm] RC6 on [ 12.842617] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 12.842618] Bluetooth: BNEP filters: protocol multicast [ 12.842622] Bluetooth: BNEP socket layer initialized [ 12.862587] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [ 13.107548] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [ 13.228330] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [ 13.820515] Console: switching to colour frame buffer device 240x67 [ 13.848867] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device [ 15.434531] e1000e: enp0s31f6 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None [ 15.434578] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready [ 16.681799] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [ 17.726531] wlp4s0: authenticate with 44:d9:e7:8b:f2:31 [ 17.737522] wlp4s0: send auth to 44:d9:e7:8b:f2:31 (try 1/3) [ 17.743472] wlp4s0: authenticated [ 17.748067] wlp4s0: associate with 44:d9:e7:8b:f2:31 (try 1/3) [ 17.749081] wlp4s0: RX AssocResp from 44:d9:e7:8b:f2:31 (capab=0x11 status=0 aid=1) [ 17.751306] wlp4s0: associated [ 20.950013] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready [ 23.930153] Bluetooth: RFCOMM TTY layer initialized [ 23.930160] Bluetooth: RFCOMM socket layer initialized [ 23.930166] Bluetooth: RFCOMM ver 1.11 [ 42.366685] vboxdrv: loading out-of-tree module taints kernel. [ 42.367164] module: x86/modules: Skipping invalid relocation target, existing value is nonzero for type 1, loc ffffffffc1291360, val ffffffffc126d8a2 [ 42.406234] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 42.422518] IPv6: ADDRCONF(NETDEV_UP): lxcbr0: link is not ready [ 42.452643] nf_conntrack version 0.5.0 (65536 buckets, 262144 max) [ 42.890496] kauditd_printk_skb: 22 callbacks suppressed [ 42.890501] audit: type=1400 audit(1531135118.914:34): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=2390 comm="apparmor_parser" [ 42.932866] audit: type=1400 audit(1531135118.958:35): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default" pid=2396 comm="apparmor_parser" [ 42.932889] audit: type=1400 audit(1531135118.958:36): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-cgns" pid=2396 comm="apparmor_parser" [ 42.932905] audit: type=1400 audit(1531135118.958:37): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-mounting" pid=2396 comm="apparmor_parser" [ 42.932919] audit: type=1400 audit(1531135118.958:38): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-nesting" pid=2396 comm="apparmor_parser" [ 43.108022] module: x86/modules: Skipping invalid relocation target, existing value is nonzero for type 1, loc ffffffffc12a9420, val ffffffffc12a7a28 [ 43.139349] module: x86/modules: Skipping invalid relocation target, existing value is nonzero for type 1, loc ffffffffc12ae420, val ffffffffc12aca28 [ 43.164596] module: x86/modules: Skipping invalid relocation target, existing value is nonzero for type 1, loc ffffffffc12b3420, val ffffffffc12b1a28 [ 43.203169] module: x86/modules: Skipping invalid relocation target, existing value is nonzero for type 1, loc ffffffffc12b8420, val ffffffffc12b6a28