Re: [PATCH v4 0/3] extern inline native_save_fl for paravirt

From: Sedat Dilek
Date: Fri Jun 08 2018 - 08:23:01 EST


On Thu, Jun 7, 2018 at 10:49 PM, Nick Desaulniers
<ndesaulniers@xxxxxxxxxx> wrote:
> paravirt depends on a custom calling convention (callee saved), but
> expects this from a static inline function that it then forces to be
> outlined. This is problematic because different compilers or flags can
> then add a stack guard that violates the calling conventions.
>
> Uses extern inline with the out-of-line definition in assembly to
> prevent compilers from adding stack guards to the outlined version.
>
> Other parts of the codebase overwrite KBUILD_CFLAGS, which is *extremely
> problematic* for extern inline, as the sematics are completely the
> opposite depending on what C standard is used.
> http://blahg.josefsipek.net/?p=529
>
> Changes since v3:
> Take Joe's suggestion to hoist __inline__ and __inline out of
> conditional block.
>
> Changes since v2:
> Take hpa's _ASM_ARG patch into the set in order to simplify cross
> 32b/64b x86 assembly and rebase my final patch to use it. Apply
> Sedat's typo fix to commit message and sign off on it. Take Joe's
> suggestion to simplify __inline__ and __inline. Add Arnd to list of
> folks who made helpful suggestions.
>
> Changes since v1:
> Prefer gnu_inline function attribute instead of explicitly setting C
> standard compiler flag in problematic Makefiles. We should instead
> carefully evaluate if those Makefiles should be overwriting
> KBUILD_CFLAGS at all. Dropped the previous first two patches and added
> a new first patch.
>
> H. Peter Anvin (1):
> x86/asm: add _ASM_ARG* constants for argument registers to <asm/asm.h>
>
> Nick Desaulniers (2):
> compiler-gcc.h: add gnu_inline to all inline declarations
> x86: paravirt: make native_save_fl extern inline
>
> arch/x86/include/asm/asm.h | 59 +++++++++++++++++++++++++++++++++
> arch/x86/include/asm/irqflags.h | 2 +-
> arch/x86/kernel/Makefile | 1 +
> arch/x86/kernel/irqflags.S | 26 +++++++++++++++
> include/linux/compiler-gcc.h | 17 ++++++----
> 5 files changed, 97 insertions(+), 8 deletions(-)
> create mode 100644 arch/x86/kernel/irqflags.S
>
> --
> 2.17.1.1185.g55be947832-goog
>

Tested v4 against Linux v4.14.48 and clang 7-svn333836 and booted on
bare metal/hardware.

- Sedat -
[ 0.000000] microcode: microcode updated early to revision 0x84, date = 2018-01-21
[ 0.000000] Linux version 4.14.48-1-iniza-llvmlinux (sedat.dilek@xxxxxxxxx@iniza) (clang version 7.0.0- (trunk)) #1 SMP 2018-06-08
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.14.48-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 [ffff906140096000] 96000 size 28672
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0x30d58000, 0x30d58fff] PGTABLE
[ 0.000000] BRK [0x30d59000, 0x30d59fff] PGTABLE
[ 0.000000] BRK [0x30d5a000, 0x30d5afff] PGTABLE
[ 0.000000] BRK [0x30d5b000, 0x30d5bfff] PGTABLE
[ 0.000000] BRK [0x30d5c000, 0x30d5cfff] PGTABLE
[ 0.000000] BRK [0x30d5d000, 0x30d5dfff] PGTABLE
[ 0.000000] BRK [0x30d5e000, 0x30d5efff] PGTABLE
[ 0.000000] Secure boot could not be determined
[ 0.000000] RAMDISK: [mem 0x34cdd000-0x36665fff]
[ 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 0x4627f9000-0x4627fdfff]
[ 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 @ffff9065a2400000 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.48-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: 16069792K/16532700K available (10252K kernel code, 1013K rwdata, 2804K rodata, 1676K init, 656K bss, 462908K reserved, 0K cma-reserved)
[ 0.000000] Kernel/User page tables isolation: enabled
[ 0.000000] ftrace: allocating 26241 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.044867] ACPI: 11 ACPI AML tables successfully acquired and loaded
[ 0.045639] Security Framework initialized
[ 0.045642] Yama: becoming mindful.
[ 0.045657] AppArmor: AppArmor initialized
[ 0.049034] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.050885] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.050948] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.051002] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.051195] CPU: Physical Processor ID: 0
[ 0.051197] CPU: Processor Core ID: 0
[ 0.051202] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.051204] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.051210] mce: CPU supports 8 MCE banks
[ 0.051220] CPU0: Thermal monitoring enabled (TM1)
[ 0.051236] process: using mwait in idle threads
[ 0.051239] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.051241] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.051243] Spectre V2 : Mitigation: Full generic retpoline
[ 0.051245] Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch
[ 0.051246] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[ 0.051248] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.051250] Speculative Store Bypass: Vulnerable
[ 0.051326] Freeing SMP alternatives memory: 32K
[ 0.056358] smpboot: Max logical packages: 2
[ 0.056364] DMAR: Host address width 39
[ 0.056366] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.056376] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 0.056378] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.056383] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.056385] DMAR: RMRR base: 0x0000008f49f000 end: 0x0000008f4befff
[ 0.056387] DMAR: RMRR base: 0x0000009a000000 end: 0x0000009c7fffff
[ 0.056390] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[ 0.056393] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.056395] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.056396] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.057887] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.057889] x2apic enabled
[ 0.057905] Switched APIC routing to cluster x2apic.
[ 0.061984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.101709] TSC deadline timer enabled
[ 0.101713] smpboot: CPU0: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[ 0.101772] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.101818] ... version: 4
[ 0.101819] ... bit width: 48
[ 0.101820] ... generic registers: 4
[ 0.101821] ... value mask: 0000ffffffffffff
[ 0.101823] ... max period: 00007fffffffffff
[ 0.101824] ... fixed-purpose events: 3
[ 0.101825] ... event mask: 000000070000000f
[ 0.101866] Hierarchical SRCU implementation.
[ 0.102397] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.102410] smp: Bringing up secondary CPUs ...
[ 0.102484] x86: Booting SMP configuration:
[ 0.102486] .... node #0, CPUs: #1 #2 #3
[ 0.103028] smp: Brought up 1 node, 4 CPUs
[ 0.103028] smpboot: Total of 4 processors activated (23232.00 BogoMIPS)
[ 0.104393] devtmpfs: initialized
[ 0.104393] x86/mm: Memory block size: 128MB
[ 0.105068] PM: Registering ACPI NVS region [mem 0x8505e000-0x8505efff] (4096 bytes)
[ 0.105068] PM: Registering ACPI NVS region [mem 0x8ff2d000-0x8ff99fff] (446464 bytes)
[ 0.105068] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.105068] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.105068] pinctrl core: initialized pinctrl subsystem
[ 0.105068] NET: Registered protocol family 16
[ 0.105068] cpuidle: using governor ladder
[ 0.105068] cpuidle: using governor menu
[ 0.105068] Simple Boot Flag at 0x47 set to 0x1
[ 0.105068] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.105068] ACPI: bus type PCI registered
[ 0.105068] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.105068] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[ 0.105068] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[ 0.105068] PCI: Using configuration type 1 for base access
[ 0.105068] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.105068] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.105068] ACPI: Added _OSI(Module Device)
[ 0.105068] ACPI: Added _OSI(Processor Device)
[ 0.105068] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.105068] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.105068] ACPI: EC: EC started
[ 0.105068] ACPI: EC: interrupt blocked
[ 0.108874] ACPI: \: Used as first EC
[ 0.108876] ACPI: \: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.108878] ACPI: \: Used as boot ECDT EC to handle transactions
[ 0.109848] ACPI: Executed 26 blocks of module-level executable AML code
[ 0.119325] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.127728] ACPI: Dynamic OEM Table Load:
[ 0.127743] ACPI: SSDT 0xFFFF9065902CD800 0006F6 (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
[ 0.127939] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.128023] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
[ 0.128943] ACPI: Dynamic OEM Table Load:
[ 0.128952] ACPI: SSDT 0xFFFF90658F92C800 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
[ 0.129123] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.129290] ACPI: Dynamic OEM Table Load:
[ 0.129297] ACPI: SSDT 0xFFFF90658F8809C0 0000BA (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
[ 0.129451] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.129560] ACPI: Dynamic OEM Table Load:
[ 0.129566] ACPI: SSDT 0xFFFF90658F932000 000628 (v02 PmRef HwpLvt 00003000 INTL 20160527)
[ 0.129714] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.130147] ACPI: Dynamic OEM Table Load:
[ 0.130156] ACPI: SSDT 0xFFFF906591D36000 000D14 (v02 PmRef ApIst 00003000 INTL 20160527)
[ 0.130854] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.131021] ACPI: Dynamic OEM Table Load:
[ 0.131028] ACPI: SSDT 0xFFFF90658F908C00 000317 (v02 PmRef ApHwp 00003000 INTL 20160527)
[ 0.131240] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.131418] ACPI: Dynamic OEM Table Load:
[ 0.131424] ACPI: SSDT 0xFFFF90658F908800 00030A (v02 PmRef ApCst 00003000 INTL 20160527)
[ 0.131634] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.132840] ACPI: Interpreter enabled
[ 0.132887] ACPI: (supports S0 S3 S4 S5)
[ 0.132889] ACPI: Using IOAPIC for interrupt routing
[ 0.132930] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.133481] ACPI: Enabled 7 GPEs in block 00 to 7F
[ 0.136723] ACPI: Power Resource [PUBS] (on)
[ 0.137555] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
[ 0.158760] ACPI: Power Resource [WRST] (on)
[ 0.159059] ACPI: Power Resource [WRST] (on)
[ 0.171355] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.171361] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.171482] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME AER PCIeCapability]
[ 0.171485] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[ 0.171487] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
[ 0.171489] acpi PNP0A08:00: _OSC: platform willing to grant []
[ 0.171491] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[ 0.173506] PCI host bridge to bus 0000:00
[ 0.173511] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.173513] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.173516] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.173518] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[ 0.173520] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 0.173522] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[ 0.173524] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[ 0.173526] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.173528] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.173530] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.173532] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.173534] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[ 0.173536] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[ 0.173538] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[ 0.173540] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[ 0.173542] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[ 0.173544] pci_bus 0000:00: root bus resource [mem 0x9c800000-0xefffffff window]
[ 0.173546] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 0.173549] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.173559] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
[ 0.174298] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
[ 0.174310] pci 0000:00:02.0: reg 0x10: [mem 0xeb000000-0xebffffff 64bit]
[ 0.174316] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
[ 0.174320] pci 0000:00:02.0: reg 0x20: [io 0xe000-0xe03f]
[ 0.174334] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.175120] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[ 0.175142] pci 0000:00:14.0: reg 0x10: [mem 0xec220000-0xec22ffff 64bit]
[ 0.175208] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.176003] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[ 0.176024] pci 0000:00:14.2: reg 0x10: [mem 0xec248000-0xec248fff 64bit]
[ 0.176888] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[ 0.177127] pci 0000:00:15.0: reg 0x10: [mem 0xec249000-0xec249fff 64bit]
[ 0.178620] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[ 0.178647] pci 0000:00:16.0: reg 0x10: [mem 0xec24a000-0xec24afff 64bit]
[ 0.178718] pci 0000:00:16.0: PME# supported from D3hot
[ 0.179503] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[ 0.179584] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.180371] pci 0000:00:1c.6: [8086:9d16] type 01 class 0x060400
[ 0.180450] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[ 0.181221] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[ 0.181295] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.182070] pci 0000:00:1d.2: [8086:9d1a] type 01 class 0x060400
[ 0.182153] pci 0000:00:1d.2: PME# supported from D0 D3hot D3cold
[ 0.182946] pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100
[ 0.183817] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[ 0.183832] pci 0000:00:1f.2: reg 0x10: [mem 0xec244000-0xec247fff]
[ 0.184627] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
[ 0.184656] pci 0000:00:1f.3: reg 0x10: [mem 0xec240000-0xec243fff 64bit]
[ 0.184689] pci 0000:00:1f.3: reg 0x20: [mem 0xec230000-0xec23ffff 64bit]
[ 0.184738] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.185511] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[ 0.185565] pci 0000:00:1f.4: reg 0x10: [mem 0xec24b000-0xec24b0ff 64bit]
[ 0.185616] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
[ 0.186432] pci 0000:00:1f.6: [8086:15d8] type 00 class 0x020000
[ 0.186458] pci 0000:00:1f.6: reg 0x10: [mem 0xec200000-0xec21ffff]
[ 0.186560] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[ 0.187363] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.187761] pci 0000:04:00.0: [8086:24fd] type 00 class 0x028000
[ 0.187858] pci 0000:04:00.0: reg 0x10: [mem 0xec100000-0xec101fff 64bit]
[ 0.188141] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.200728] pci 0000:00:1c.6: PCI bridge to [bus 04]
[ 0.200734] pci 0000:00:1c.6: bridge window [mem 0xec100000-0xec1fffff]
[ 0.200786] pci 0000:00:1d.0: PCI bridge to [bus 05-3d]
[ 0.200792] pci 0000:00:1d.0: bridge window [mem 0xd4000000-0xea0fffff]
[ 0.200796] pci 0000:00:1d.0: bridge window [mem 0xb0000000-0xd1ffffff 64bit pref]
[ 0.201043] pci 0000:3e:00.0: [17aa:0004] type 00 class 0x010802
[ 0.201074] pci 0000:3e:00.0: reg 0x10: [mem 0xec000000-0xec003fff 64bit]
[ 0.212363] pci 0000:00:1d.2: PCI bridge to [bus 3e]
[ 0.212369] pci 0000:00:1d.2: bridge window [mem 0xec000000-0xec0fffff]
[ 0.214254] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.214254] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.214254] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.214254] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.214254] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.214254] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.214254] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.214254] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.216189] ACPI: EC: interrupt unblocked
[ 0.216212] ACPI: EC: event unblocked
[ 0.216226] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.216229] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions and events
[ 0.216286] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[ 0.216286] pci 0000:00:02.0: vgaarb: setting as boot device
[ 0.216286] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.216286] vgaarb: loaded
[ 0.216286] EDAC MC: Ver: 3.0.0
[ 0.216645] Registered efivars operations
[ 0.258566] PCI: Using ACPI for IRQ routing
[ 0.260859] PCI: pci_cache_line_size set to 64 bytes
[ 0.261935] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.261936] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[ 0.261937] e820: reserve RAM buffer [mem 0x8505e000-0x87ffffff]
[ 0.261938] e820: reserve RAM buffer [mem 0x8e99d000-0x8fffffff]
[ 0.261939] e820: reserve RAM buffer [mem 0x462800000-0x463ffffff]
[ 0.262016] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.262016] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 0.264016] clocksource: Switched to clocksource hpet
[ 0.271858] VFS: Disk quotas dquot_6.6.0
[ 0.271878] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.271983] AppArmor: AppArmor Filesystem Enabled
[ 0.271996] pnp: PnP ACPI init
[ 0.272153] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
[ 0.272156] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 0.272158] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 0.272161] system 00:00: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.272163] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 0.272165] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 0.272167] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 0.272172] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.272444] system 00:01: [io 0xff00-0xfffe] has been reserved
[ 0.272448] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.273147] system 00:02: [io 0x0680-0x069f] has been reserved
[ 0.273149] system 00:02: [io 0xffff] has been reserved
[ 0.273151] system 00:02: [io 0xffff] has been reserved
[ 0.273153] system 00:02: [io 0xffff] has been reserved
[ 0.273155] system 00:02: [io 0x1800-0x18fe] has been reserved
[ 0.273157] system 00:02: [io 0x164e-0x164f] has been reserved
[ 0.273161] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.273252] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.273282] system 00:04: [io 0x1854-0x1857] has been reserved
[ 0.273286] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.273301] pnp 00:05: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[ 0.273331] pnp 00:06: Plug and Play ACPI device, IDs LEN006f PNP0f13 (active)
[ 0.273411] system 00:07: [io 0x1800-0x189f] could not be reserved
[ 0.273414] system 00:07: [io 0x0800-0x087f] has been reserved
[ 0.273416] system 00:07: [io 0x0880-0x08ff] has been reserved
[ 0.273418] system 00:07: [io 0x0900-0x097f] has been reserved
[ 0.273420] system 00:07: [io 0x0980-0x09ff] has been reserved
[ 0.273422] system 00:07: [io 0x0a00-0x0a7f] has been reserved
[ 0.273424] system 00:07: [io 0x0a80-0x0aff] has been reserved
[ 0.273426] system 00:07: [io 0x0b00-0x0b7f] has been reserved
[ 0.273430] system 00:07: [io 0x0b80-0x0bff] has been reserved
[ 0.273432] system 00:07: [io 0x15e0-0x15ef] has been reserved
[ 0.273434] system 00:07: [io 0x1600-0x167f] could not be reserved
[ 0.273436] system 00:07: [io 0x1640-0x165f] could not be reserved
[ 0.273438] system 00:07: [mem 0xf0000000-0xf3ffffff] has been reserved
[ 0.273440] system 00:07: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.273443] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.273445] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.273447] system 00:07: [mem 0xfeb00000-0xfebfffff] has been reserved
[ 0.273449] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.273451] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.273454] system 00:07: [mem 0xeffe0000-0xefffffff] has been reserved
[ 0.273457] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.274533] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.275290] system 00:09: [mem 0xfed10000-0xfed17fff] could not be reserved
[ 0.275293] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.275295] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.275297] system 00:09: [mem 0xf0000000-0xf3ffffff] has been reserved
[ 0.275299] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.275301] system 00:09: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.275303] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.275306] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
[ 0.275308] system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.275310] system 00:09: [mem 0xeffe0000-0xefffffff] has been reserved
[ 0.275314] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.275592] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.275595] system 00:0a: [mem 0x000f0000-0x000fffff] could not be reserved
[ 0.275597] system 00:0a: [mem 0x00100000-0x9c7fffff] could not be reserved
[ 0.275599] system 00:0a: [mem 0xfec00000-0xfed3ffff] could not be reserved
[ 0.275602] system 00:0a: [mem 0xfed4c000-0xffffffff] could not be reserved
[ 0.275605] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.275712] pnp: PnP ACPI: found 11 devices
[ 0.283709] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.283731] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
[ 0.283733] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[ 0.283734] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[ 0.283754] pci 0000:00:1d.0: bridge window [io 0x1000-0x0fff] to [bus 05-3d] add_size 1000
[ 0.283767] pci 0000:00:1c.0: BAR 14: assigned [mem 0x9c800000-0x9c9fffff]
[ 0.283777] pci 0000:00:1c.0: BAR 15: assigned [mem 0x9ca00000-0x9cbfffff 64bit pref]
[ 0.283781] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.283783] pci 0000:00:1d.0: BAR 13: assigned [io 0x3000-0x3fff]
[ 0.283786] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.283797] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.283802] pci 0000:00:1c.0: bridge window [mem 0x9c800000-0x9c9fffff]
[ 0.283806] pci 0000:00:1c.0: bridge window [mem 0x9ca00000-0x9cbfffff 64bit pref]
[ 0.283812] pci 0000:00:1c.6: PCI bridge to [bus 04]
[ 0.283818] pci 0000:00:1c.6: bridge window [mem 0xec100000-0xec1fffff]
[ 0.283825] pci 0000:00:1d.0: PCI bridge to [bus 05-3d]
[ 0.283828] pci 0000:00:1d.0: bridge window [io 0x3000-0x3fff]
[ 0.283832] pci 0000:00:1d.0: bridge window [mem 0xd4000000-0xea0fffff]
[ 0.283836] pci 0000:00:1d.0: bridge window [mem 0xb0000000-0xd1ffffff 64bit pref]
[ 0.283841] pci 0000:00:1d.2: PCI bridge to [bus 3e]
[ 0.283846] pci 0000:00:1d.2: bridge window [mem 0xec000000-0xec0fffff]
[ 0.283854] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.283855] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.283856] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.283857] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[ 0.283858] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[ 0.283858] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[ 0.283859] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[ 0.283860] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[ 0.283861] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[ 0.283862] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[ 0.283862] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[ 0.283863] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[ 0.283864] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[ 0.283865] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[ 0.283866] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[ 0.283867] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[ 0.283867] pci_bus 0000:00: resource 20 [mem 0x9c800000-0xefffffff window]
[ 0.283868] pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window]
[ 0.283869] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.283870] pci_bus 0000:02: resource 1 [mem 0x9c800000-0x9c9fffff]
[ 0.283871] pci_bus 0000:02: resource 2 [mem 0x9ca00000-0x9cbfffff 64bit pref]
[ 0.283872] pci_bus 0000:04: resource 1 [mem 0xec100000-0xec1fffff]
[ 0.283873] pci_bus 0000:05: resource 0 [io 0x3000-0x3fff]
[ 0.283874] pci_bus 0000:05: resource 1 [mem 0xd4000000-0xea0fffff]
[ 0.283875] pci_bus 0000:05: resource 2 [mem 0xb0000000-0xd1ffffff 64bit pref]
[ 0.283876] pci_bus 0000:3e: resource 1 [mem 0xec000000-0xec0fffff]
[ 0.284042] NET: Registered protocol family 2
[ 0.284178] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.284390] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.284606] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.284636] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.284694] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.284796] NET: Registered protocol family 1
[ 0.284809] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.285600] PCI: CLS 0 bytes, default 64
[ 0.285646] Unpacking initramfs...
[ 0.690426] Freeing initrd memory: 26148K
[ 0.690491] DMAR: ACPI device "device:79" under DMAR at fed91000 as 00:15.0
[ 0.690502] DMAR: No ATSR found
[ 0.690540] DMAR: dmar0: Using Queued invalidation
[ 0.690656] dmar0: Allocated order 8 PASID table.
[ 0.690765] DMAR: dmar1: Using Queued invalidation
[ 0.691029] DMAR: Setting RMRR:
[ 0.691121] DMAR: Setting identity map for device 0000:00:02.0 [0x9a000000 - 0x9c7fffff]
[ 0.691167] DMAR: Setting identity map for device 0000:00:14.0 [0x8f49f000 - 0x8f4befff]
[ 0.691174] DMAR: Prepare 0-16MiB unity mapping for LPC
[ 0.691209] DMAR: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff]
[ 0.691462] DMAR: Intel(R) Virtualization Technology for Directed I/O
[ 0.691524] iommu: Adding device 0000:00:00.0 to group 0
[ 0.691532] iommu: Adding device 0000:00:02.0 to group 1
[ 0.691544] iommu: Adding device 0000:00:14.0 to group 2
[ 0.691550] iommu: Adding device 0000:00:14.2 to group 2
[ 0.691559] iommu: Adding device 0000:00:15.0 to group 3
[ 0.691568] iommu: Adding device 0000:00:16.0 to group 4
[ 0.691593] iommu: Adding device 0000:00:1c.0 to group 5
[ 0.691613] iommu: Adding device 0000:00:1c.6 to group 5
[ 0.691634] iommu: Adding device 0000:00:1d.0 to group 6
[ 0.691651] iommu: Adding device 0000:00:1d.2 to group 6
[ 0.691668] iommu: Adding device 0000:00:1f.0 to group 7
[ 0.691676] iommu: Adding device 0000:00:1f.2 to group 7
[ 0.691683] iommu: Adding device 0000:00:1f.3 to group 7
[ 0.691690] iommu: Adding device 0000:00:1f.4 to group 7
[ 0.691697] iommu: Adding device 0000:00:1f.6 to group 7
[ 0.691712] iommu: Adding device 0000:04:00.0 to group 5
[ 0.691724] iommu: Adding device 0000:3e:00.0 to group 6
[ 0.693194] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc05e54fc, max_idle_ns: 440795291716 ns
[ 0.693573] audit: initializing netlink subsys (disabled)
[ 0.693670] audit: type=2000 audit(1528467398.692:1): state=initialized audit_enabled=0 res=1
[ 0.693974] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[ 0.694067] zbud: loaded
[ 0.883963] Key type asymmetric registered
[ 0.883965] Asymmetric key parser 'x509' registered
[ 0.883978] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 0.884065] io scheduler noop registered
[ 0.884067] io scheduler deadline registered
[ 0.884081] io scheduler cfq registered (default)
[ 0.884082] io scheduler mq-deadline registered
[ 0.884819] efifb: probing for efifb
[ 0.884831] efifb: framebuffer at 0xa0000000, using 8128k, total 8128k
[ 0.884833] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[ 0.884834] efifb: scrolling: redraw
[ 0.884836] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.889237] Console: switching to colour frame buffer device 240x67
[ 0.893556] fb0: EFI VGA frame buffer device
[ 0.893581] intel_idle: MWAIT substates: 0x11142120
[ 0.893581] intel_idle: v0.4.1 model 0x8E
[ 0.893840] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.894639] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.915803] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.916388] Linux agpgart interface v0.103
[ 0.922374] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x0, rev-id 78)
[ 1.687452] AMD IOMMUv2 driver by Joerg Roedel <jroedel@xxxxxxx>
[ 1.687477] AMD IOMMUv2 functionality not available on this system
[ 1.688049] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 1.690438] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.690462] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.690740] mousedev: PS/2 mouse device common for all mice
[ 1.690814] rtc_cmos 00:03: RTC can wake from S4
[ 1.691402] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 1.691563] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 1.691600] intel_pstate: Intel P-state driver initializing
[ 1.692581] intel_pstate: HWP enabled
[ 1.692655] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.692923] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.693243] NET: Registered protocol family 10
[ 1.697059] Segment Routing with IPv6
[ 1.697088] mip6: Mobile IPv6
[ 1.697123] NET: Registered protocol family 17
[ 1.697140] mpls_gso: MPLS GSO support
[ 1.697510] microcode: sig=0x806e9, pf=0x80, revision=0x84
[ 1.697834] microcode: Microcode Update Driver: v2.2.
[ 1.697841] sched_clock: Marking stable (1697824017, 0)->(1701972446, -4148429)
[ 1.698402] registered taskstats version 1
[ 1.698429] zswap: loaded using pool lzo/zbud
[ 1.698459] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.704584] ima: Allocated hash algorithm: sha256
[ 1.724513] clocksource: Switched to clocksource tsc
[ 1.764873] rtc_cmos 00:03: setting system clock to 2018-06-08 14:16:40 UTC (1528467400)
[ 1.767268] Freeing unused kernel memory: 1676K
[ 1.767314] Write protecting the kernel read-only data: 16384k
[ 1.768359] Freeing unused kernel memory: 2008K
[ 1.773423] Freeing unused kernel memory: 1292K
[ 1.787799] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.787857] x86/mm: Checking user space page tables
[ 1.798004] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.885512] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 1.886606] ACPI: bus type USB registered
[ 1.886883] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.886883] ACPI: Thermal Zone [THM0] (48 C)
[ 1.889678] usbcore: registered new interface driver usbfs
[ 1.890771] usbcore: registered new interface driver hub
[ 1.891798] usbcore: registered new device driver usb
[ 1.893083] pps_core: LinuxPPS API ver. 1 registered
[ 1.894307] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 1.895719] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[ 1.895759] nvme nvme0: pci function 0000:3e:00.0
[ 1.898477] PTP clock support registered
[ 1.898546] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 1.898594] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 1.924919] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.925919] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 1.926978] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 1.927982] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.928091] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[ 1.928095] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 1.928242] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.928243] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.928244] usb usb1: Product: xHCI Host Controller
[ 1.928245] usb usb1: Manufacturer: Linux 4.14.48-1-iniza-llvmlinux xhci-hcd
[ 1.928245] usb usb1: SerialNumber: 0000:00:14.0
[ 1.928342] hub 1-0:1.0: USB hub found
[ 1.928367] hub 1-0:1.0: 12 ports detected
[ 1.929693] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.929696] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.929699] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 1.929829] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.929830] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.929831] usb usb2: Product: xHCI Host Controller
[ 1.929832] usb usb2: Manufacturer: Linux 4.14.48-1-iniza-llvmlinux xhci-hcd
[ 1.929832] usb usb2: SerialNumber: 0000:00:14.0
[ 1.929973] hub 2-0:1.0: USB hub found
[ 1.930036] hub 2-0:1.0: 6 ports detected
[ 1.930707] usb: port power management may be unreliable
[ 1.936146] AVX2 version of gcm_enc/dec engaged.
[ 1.936146] AES CTR mode by8 optimization enabled
[ 1.950492] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 1.951757] alg: No test for pcbc(aes) (pcbc-aes-aesni)
[ 2.227905] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[ 2.264800] usb 2-3: new SuperSpeed USB device number 2 using xhci_hcd
[ 2.297423] usb 2-3: New USB device found, idVendor=0bda, idProduct=0316
[ 2.300417] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.303406] usb 2-3: Product: USB3.0-CRW
[ 2.306374] usb 2-3: Manufacturer: Generic
[ 2.309351] usb 2-3: SerialNumber: 20120501030900000
[ 2.313530] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 54:e1:ad:a0:6b:a0
[ 2.316614] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[ 2.319912] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: 1000FF-0FF
[ 2.324492] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[ 2.327958] SCSI subsystem initialized
[ 2.333008] usb-storage 2-3:1.0: USB Mass Storage device detected
[ 2.336298] scsi host0: usb-storage 2-3:1.0
[ 2.339464] usbcore: registered new interface driver usb-storage
[ 2.343520] usbcore: registered new interface driver uas
[ 2.343799] nvme0n1: p1 p2 p3 p4 p5 p6
[ 2.416494] usb 1-1: new low-speed USB device number 2 using xhci_hcd
[ 2.579784] usb 1-1: New USB device found, idVendor=046a, idProduct=0023
[ 2.583588] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.592759] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.613915] usbcore: registered new interface driver usbhid
[ 2.617815] usbhid: USB HID core driver
[ 2.623595] 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.684682] cherry 0003:046A:0023.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 046a:0023] on usb-0000:00:14.0-1/input0
[ 2.689282] 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.716489] usb 1-2: new low-speed USB device number 3 using xhci_hcd
[ 2.742266] random: fast init done
[ 2.752306] cherry 0003:046A:0023.0002: input,hidraw1: USB HID v1.11 Device [HID 046a:0023] on usb-0000:00:14.0-1/input1
[ 2.764633] psmouse serio1: synaptics: queried max coordinates: x [..5676], y [..4690]
[ 2.804837] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
[ 2.808912] 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.871509] usb 1-2: New USB device found, idVendor=046d, idProduct=c077
[ 2.877229] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.882755] usb 1-2: Product: USB Optical Mouse
[ 2.886672] usb 1-2: Manufacturer: Logitech
[ 2.887761] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf002a3/0x940300/0x12e800/0x400000, board id: 3276, fw id: 2491725
[ 2.887781] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[ 2.902170] 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/input5
[ 2.905113] 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
[ 2.929094] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input2
[ 3.040053] raid6: sse2x1 gen() 9507 MB/s
[ 3.108070] raid6: sse2x1 xor() 9327 MB/s
[ 3.176070] raid6: sse2x2 gen() 15291 MB/s
[ 3.244068] raid6: sse2x2 xor() 11151 MB/s
[ 3.312072] raid6: sse2x4 gen() 17230 MB/s
[ 3.358132] scsi 0:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 6
[ 3.380046] raid6: sse2x4 xor() 11694 MB/s
[ 3.448050] raid6: avx2x1 gen() 25052 MB/s
[ 3.516044] raid6: avx2x1 xor() 18262 MB/s
[ 3.570060] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[ 3.584045] raid6: avx2x2 gen() 26873 MB/s
[ 3.652045] raid6: avx2x2 xor() 20474 MB/s
[ 3.720043] raid6: avx2x4 gen() 30703 MB/s
[ 3.772333] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input6
[ 3.788055] raid6: avx2x4 xor() 19844 MB/s
[ 3.789133] raid6: using algorithm avx2x4 gen() 30703 MB/s
[ 3.790162] raid6: .... xor() 19844 MB/s, rmw enabled
[ 3.791241] raid6: using avx2x2 recovery algorithm
[ 3.792304] usb 1-3: new full-speed USB device number 4 using xhci_hcd
[ 3.793615] xor: automatically using best checksumming function avx
[ 3.794840] async_tx: api initialized (async)
[ 3.808273] device-mapper: uevent: version 1.0.3
[ 3.809405] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@xxxxxxxxxx
[ 3.840198] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 3.954151] usb 1-3: New USB device found, idVendor=058f, idProduct=9540
[ 3.954158] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.954162] usb 1-3: Product: EMV Smartcard Reader
[ 3.954165] usb 1-3: Manufacturer: Generic
[ 4.080517] usb 1-7: new full-speed USB device number 5 using xhci_hcd
[ 4.230542] usb 1-7: New USB device found, idVendor=8087, idProduct=0a2b
[ 4.230550] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.360522] usb 1-8: new high-speed USB device number 6 using xhci_hcd
[ 4.554393] usb 1-8: New USB device found, idVendor=13d3, idProduct=5619
[ 4.554400] usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 4.554404] usb 1-8: Product: Integrated Camera
[ 4.554407] usb 1-8: Manufacturer: AzureWave
[ 4.554410] usb 1-8: SerialNumber: NULL
[ 4.684535] usb 1-9: new full-speed USB device number 7 using xhci_hcd
[ 4.834601] usb 1-9: New USB device found, idVendor=138a, idProduct=0097
[ 4.834609] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[ 4.834614] usb 1-9: SerialNumber: decd885354aa
[ 10.292382] CPU3: Core temperature above threshold, cpu clock throttled (total events = 1)
[ 10.292383] CPU1: Core temperature above threshold, cpu clock throttled (total events = 1)
[ 10.292384] CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 10.292424] CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 10.292425] CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 10.293407] CPU1: Core temperature/speed normal
[ 10.293407] CPU1: Package temperature/speed normal
[ 10.293446] CPU0: Package temperature/speed normal
[ 10.293446] CPU2: Package temperature/speed normal
[ 10.301814] CPU3: Core temperature/speed normal
[ 11.094347] NET: Registered protocol family 38
[ 11.244673] random: cryptsetup: uninitialized urandom read (2 bytes read)
[ 11.264953] random: lvm: uninitialized urandom read (4 bytes read)
[ 11.285996] random: lvm: uninitialized urandom read (4 bytes read)
[ 11.347468] Btrfs loaded, crc32c=crc32c-intel
[ 11.406039] random: crng init done
[ 11.407450] random: 1 urandom warning(s) missed due to ratelimiting
[ 11.426225] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[ 11.530699] systemd[1]: RTC configured in localtime, applying delta of 120 minutes to system time.
[ 11.545496] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 11.642098] systemd[1]: systemd 238 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)
[ 11.664896] systemd[1]: Detected architecture x86-64.
[ 11.670844] systemd[1]: Set hostname to <iniza>.
[ 11.747163] systemd[1]: Listening on Syslog Socket.
[ 11.749637] systemd[1]: Created slice system-getty.slice.
[ 11.751640] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 11.753703] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 11.755729] systemd[1]: Listening on Journal Socket (/dev/log).
[ 11.757786] systemd[1]: Listening on udev Control Socket.
[ 11.759805] systemd[1]: Reached target Swap.
[ 11.787363] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro
[ 11.796078] RPC: Registered named UNIX socket transport module.
[ 11.797022] RPC: Registered udp transport module.
[ 11.798222] RPC: Registered tcp transport module.
[ 11.798222] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 11.811389] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx).
[ 11.825906] lp: driver loaded but no devices found
[ 11.834171] ppdev: user-space parallel port driver
[ 11.883404] systemd-journald[364]: Received request to flush runtime journal from PID 1
[ 11.955615] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7
[ 11.959131] ACPI: Sleep Button [SLPB]
[ 11.961333] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input8
[ 11.963132] ACPI: Lid Switch [LID]
[ 11.965281] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input9
[ 11.966488] ACPI: Power Button [PWRF]
[ 12.033807] ACPI: AC Adapter [AC] (on-line)
[ 12.047409] ACPI: Battery Slot [BAT0] (battery present)
[ 12.060820] ACPI: Battery Slot [BAT1] (battery present)
[ 12.116521] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 12.118195] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 12.121095] mei_me 0000:00:16.0: enabling device (0004 -> 0006)
[ 12.121284] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[ 12.122339] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[ 12.129722] Non-volatile memory driver v1.3
[ 12.153538] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 12.155240] thinkpad_acpi: ThinkPad ACPI Extras v0.25
[ 12.156567] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 12.157890] thinkpad_acpi: ThinkPad BIOS N1QET68W (1.43 ), EC unknown
[ 12.159224] thinkpad_acpi: Lenovo ThinkPad T470, model 20HDCTO1WW
[ 12.163447] iTCO_vendor_support: vendor-support=0
[ 12.166764] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 12.168250] thinkpad_acpi: radio switch found; radios are enabled
[ 12.168437] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 12.168438] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[ 12.172220] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[ 12.187783] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 12.196456] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 12.210298] Intel(R) Wireless WiFi driver for Linux
[ 12.211447] Copyright(c) 2003- 2015 Intel Corporation
[ 12.213120] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
[ 12.224403] EFI Variables Facility v0.08 2004-May-17
[ 12.238537] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 12.249018] input: PC Speaker as /devices/platform/pcspkr/input/input11
[ 12.262505] iwlwifi 0000:04:00.0: loaded firmware version 34.0.1 op_mode iwlmvm
[ 12.276733] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[ 12.284102] Error: Driver 'pcspkr' is already registered, aborting...
[ 12.307916] iwlwifi 0000:04:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[ 12.309845] i915 0000:00:02.0: enabling device (0006 -> 0007)
[ 12.315532] pstore: using zlib compression
[ 12.316957] [drm] Memory usable by graphics device = 4096M
[ 12.318318] [drm] VT-d active for gfx access
[ 12.322899] checking generic (a0000000 7f0000) vs hw (a0000000 10000000)
[ 12.322900] fb: switching to inteldrmfb from EFI VGA
[ 12.324376] Console: switching to colour dummy device 80x25
[ 12.324687] [drm] Replacing VGA console driver
[ 12.345831] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input10
[ 12.346270] pstore: Registered efi as persistent store backend
[ 12.350460] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 12.350464] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 12.350466] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 12.350468] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 12.350469] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 12.350471] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 12.352234] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 12.352237] [drm] Driver supports precise vblank timestamp query.
[ 12.355367] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
[ 12.363205] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1)
[ 12.384652] iwlwifi 0000:04:00.0: base HW address: bc:a8:a6:d1:3f:49
[ 12.393472] [drm] Initialized i915 1.6.0 20170818 for 0000:00:02.0 on minor 0
[ 12.397793] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 12.397959] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
[ 12.406994] intel_rapl: Found RAPL domain package
[ 12.406999] intel_rapl: Found RAPL domain core
[ 12.407001] intel_rapl: Found RAPL domain uncore
[ 12.407003] intel_rapl: Found RAPL domain dram
[ 12.484786] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 12.484983] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 12.485001] thermal thermal_zone3: failed to read out thermal zone (-61)
[ 12.569342] EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Opts: (null)
[ 12.591892] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
[ 12.594097] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 12.695945] audit: type=1400 audit(1528460211.425:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lxc-start" pid=788 comm="apparmor_parser"
[ 12.697862] audit: type=1400 audit(1528460211.429:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=789 comm="apparmor_parser"
[ 12.697870] audit: type=1400 audit(1528460211.429:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=789 comm="apparmor_parser"
[ 12.697874] audit: type=1400 audit(1528460211.429:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=789 comm="apparmor_parser"
[ 12.699312] audit: type=1400 audit(1528460211.429:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=797 comm="apparmor_parser"
[ 12.700270] audit: type=1400 audit(1528460211.433:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default" pid=786 comm="apparmor_parser"
[ 12.700276] audit: type=1400 audit(1528460211.433:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-cgns" pid=786 comm="apparmor_parser"
[ 12.700280] audit: type=1400 audit(1528460211.433:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-mounting" pid=786 comm="apparmor_parser"
[ 12.700284] audit: type=1400 audit(1528460211.433:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-nesting" pid=786 comm="apparmor_parser"
[ 12.700876] audit: type=1400 audit(1528460211.433:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=798 comm="apparmor_parser"
[ 12.750030] new mount options do not match the existing superblock, will be ignored
[ 12.807214] fuse init (API version 7.26)
[ 12.904159] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 13.041941] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[ 13.042117] NFSD: starting 90-second grace period (net ffffffff85ecab00)
[ 13.124125] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[ 13.217948] Bluetooth: Core ver 2.22
[ 13.217965] NET: Registered protocol family 31
[ 13.217967] Bluetooth: HCI device and connection manager initialized
[ 13.217971] Bluetooth: HCI socket layer initialized
[ 13.217974] Bluetooth: L2CAP socket layer initialized
[ 13.217979] Bluetooth: SCO socket layer initialized
[ 13.225249] media: Linux media interface: v0.10
[ 13.227908] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 13.231633] Linux video capture interface: v2.00
[ 13.336196] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[ 13.338602] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 13.364799] usbcore: registered new interface driver btusb
[ 13.365953] Bluetooth: hci0: Firmware revision 0.1 build 203 week 9 2018
[ 13.378248] uvcvideo: Found UVC 1.00 device Integrated Camera (13d3:5619)
[ 13.380834] uvcvideo: Failed to initialize entity for entity 6
[ 13.380839] uvcvideo: Failed to register entites (-22).
[ 13.380905] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input13
[ 13.381000] usbcore: registered new interface driver uvcvideo
[ 13.381003] USB Video Class driver (1.1.1)
[ 13.387865] fbcon: inteldrmfb (fb0) is primary device
[ 13.392147] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 13.392147] Bluetooth: BNEP filters: protocol multicast
[ 13.392150] Bluetooth: BNEP socket layer initialized
[ 13.578902] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 13.789128] [drm] RC6 on
[ 13.830871] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 13.963972] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 14.582248] Console: switching to colour frame buffer device 240x67
[ 14.612815] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 14.660725] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC298: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 14.660726] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 14.660727] snd_hda_codec_realtek hdaudioC0D0: hp_outs=2 (0x17/0x21/0x0/0x0/0x0)
[ 14.660727] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 14.660728] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 14.660729] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18
[ 14.660729] snd_hda_codec_realtek hdaudioC0D0: Dock Mic=0x19
[ 14.660730] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 14.711671] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 14.712709] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[ 14.712758] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[ 14.712812] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[ 14.712890] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[ 14.712995] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[ 14.713049] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[ 14.713109] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[ 14.713162] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[ 14.713223] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[ 16.150590] e1000e: enp0s31f6 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 16.150650] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready
[ 24.102629] Bluetooth: RFCOMM TTY layer initialized
[ 24.102634] Bluetooth: RFCOMM socket layer initialized
[ 24.102638] Bluetooth: RFCOMM ver 1.11
[ 43.085514] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 43.099489] IPv6: ADDRCONF(NETDEV_UP): lxcbr0: link is not ready
[ 43.124734] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[ 43.488142] kauditd_printk_skb: 22 callbacks suppressed
[ 43.488143] audit: type=1400 audit(1528460242.221:34): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=2397 comm="apparmor_parser"
[ 43.495805] audit: type=1400 audit(1528460242.225:35): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default" pid=2401 comm="apparmor_parser"
[ 43.495810] audit: type=1400 audit(1528460242.225:36): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-cgns" pid=2401 comm="apparmor_parser"
[ 43.495812] audit: type=1400 audit(1528460242.225:37): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-mounting" pid=2401 comm="apparmor_parser"
[ 43.495816] audit: type=1400 audit(1528460242.225:38): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-nesting" pid=2401 comm="apparmor_parser"

Attachment: config-4.14.48-1-iniza-llvmlinux
Description: Binary data