On Mon, Jul 30, 2018 at 6:40 PM, Sedat Dilek <sedat.dilek@xxxxxxxxx> wrote: > On Mon, Jul 30, 2018 at 6:35 PM, Nick Desaulniers > <ndesaulniers@xxxxxxxxxx> wrote: >> On Mon, Jul 30, 2018 at 2:46 AM Mark Rutland <mark.rutland@xxxxxxx> wrote: >>> >>> On Mon, Jul 30, 2018 at 11:40:49AM +0200, Sedat Dilek wrote: >>> > What are your plans to have... >>> > >>> > 4d2b25f630c7 locking/atomics: Instrument cmpxchg_double*() >>> > f9881cc43b11 locking/atomics: Instrument xchg() >>> > df79ed2c0643 locking/atomics: Simplify cmpxchg() instrumentation >>> > 00d5551cc4ee locking/atomics/x86: Reduce arch_cmpxchg64*() instrumentation >>> > >>> > ...for example in Linux 4.18 or 4.17.y? >>> >>> I have no plans to have these backported. >> >> If they help us compile with clang, we'll backport to 4.17, 4.14, 4.9, >> and 4.4 stable. From >> https://github.com/ClangBuiltLinux/linux/issues/3#issuecomment-408839428, >> it sounds like that is the case. >> > > I am doing a CONFIG_HARDENED_USERCOPY=n build right now and see > tommorow if it boots on bare metal. > Looks good (beyond some ACPI errors). My kernel-config and dmesg-log are attached. - sed@ -
[ 0.000000] microcode: microcode updated early to revision 0x84, date = 2018-01-21 [ 0.000000] Linux version 4.18.0-rc7-1-iniza-llvmlinux (sedat.dilek@xxxxxxxxx@iniza) (clang version 7.0.0-svn338205-1~exp1+0~20180728200751.1914~1.gbpcccb1b (trunk)) #1 SMP 2018-07-30 [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.18.0-rc7-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] 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] 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] last_pfn = 0x90000 max_arch_pfn = 0x400000000 [ 0.000000] esrt: Reserving ESRT space from 0x000000008ef63000 to 0x000000008ef63088. [ 0.000000] Base memory trampoline at [(____ptrval____)] 96000 size 28672 [ 0.000000] Using GB pages for direct mapping [ 0.000000] BRK [0x387581000, 0x387581fff] PGTABLE [ 0.000000] BRK [0x387582000, 0x387582fff] PGTABLE [ 0.000000] BRK [0x387583000, 0x387583fff] PGTABLE [ 0.000000] BRK [0x387584000, 0x387584fff] PGTABLE [ 0.000000] BRK [0x387585000, 0x387585fff] PGTABLE [ 0.000000] BRK [0x387586000, 0x387586fff] PGTABLE [ 0.000000] BRK [0x387587000, 0x387587fff] PGTABLE [ 0.000000] BRK [0x387588000, 0x387588fff] PGTABLE [ 0.000000] BRK [0x387589000, 0x387589fff] PGTABLE [ 0.000000] Secure boot could not be determined [ 0.000000] RAMDISK: [mem 0x34ae3000-0x36568fff] [ 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] Reserved but unavailable: 5833 pages [ 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 [mem 0x9a800000-0x9c7fffff] [ 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] [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/0x5f0 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 @(____ptrval____) 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.18.0-rc7-1-iniza-llvmlinux root=UUID=4c2aa544-6e86-44d2-9329-572623867b3d ro intel_iommu=on [ 0.000000] DMAR: IOMMU enabled [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [ 0.000000] Memory: 16068660K/16532700K available (10252K kernel code, 1053K rwdata, 2964K rodata, 1704K init, 648K bss, 464040K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 27888 entries in 109 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] ACPI: Core revision 20180531 [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns [ 0.000000] hpet clockevent registered [ 0.004000] APIC: Switch to symmetric I/O mode setup [ 0.004000] DMAR: Host address width 39 [ 0.004000] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 [ 0.004000] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e [ 0.004000] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 [ 0.004000] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.004000] DMAR: RMRR base: 0x0000008f49f000 end: 0x0000008f4befff [ 0.004000] DMAR: RMRR base: 0x0000009a000000 end: 0x0000009c7fffff [ 0.004000] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0 [ 0.004000] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 [ 0.004000] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 [ 0.004000] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. [ 0.004000] DMAR-IR: Enabled IRQ remapping in x2apic mode [ 0.004000] x2apic enabled [ 0.004000] Switched APIC routing to cluster x2apic. [ 0.008000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.028000] tsc: Detected 2900.000 MHz processor [ 0.028000] tsc: Detected 2904.000 MHz TSC [ 0.028000] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29dc05e54fc, max_idle_ns: 440795291716 ns [ 0.028000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5808.00 BogoMIPS (lpj=11616000) [ 0.028000] pid_max: default: 32768 minimum: 301 [ 0.028000] Security Framework initialized [ 0.028000] Yama: becoming mindful. [ 0.028000] AppArmor: AppArmor initialized [ 0.032235] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes) [ 0.034112] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes) [ 0.034200] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.034258] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.034437] CPU: Physical Processor ID: 0 [ 0.034439] CPU: Processor Core ID: 0 [ 0.034444] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.034445] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) [ 0.034452] mce: CPU supports 8 MCE banks [ 0.034461] CPU0: Thermal monitoring enabled (TM1) [ 0.034477] process: using mwait in idle threads [ 0.034480] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 [ 0.034481] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4 [ 0.034484] Spectre V2 : Mitigation: Full generic retpoline [ 0.034485] Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch [ 0.034487] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier [ 0.034488] Spectre V2 : Enabling Restricted Speculation for firmware calls [ 0.034490] Speculative Store Bypass: Vulnerable [ 0.038112] Freeing SMP alternatives memory: 28K [ 0.042318] TSC deadline timer enabled [ 0.042322] smpboot: CPU0: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (family: 0x6, model: 0x8e, stepping: 0x9) [ 0.042398] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver. [ 0.042439] ... version: 4 [ 0.042441] ... bit width: 48 [ 0.042442] ... generic registers: 4 [ 0.042443] ... value mask: 0000ffffffffffff [ 0.042445] ... max period: 00007fffffffffff [ 0.042446] ... fixed-purpose events: 3 [ 0.042447] ... event mask: 000000070000000f [ 0.042486] Hierarchical SRCU implementation. [ 0.043013] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.043025] smp: Bringing up secondary CPUs ... [ 0.043085] x86: Booting SMP configuration: [ 0.043087] .... node #0, CPUs: #1 #2 #3 [ 0.043647] smp: Brought up 1 node, 4 CPUs [ 0.043647] smpboot: Max logical packages: 1 [ 0.043647] smpboot: Total of 4 processors activated (23232.00 BogoMIPS) [ 0.044392] devtmpfs: initialized [ 0.044392] x86/mm: Memory block size: 128MB [ 0.045031] PM: Registering ACPI NVS region [mem 0x8505e000-0x8505efff] (4096 bytes) [ 0.045031] PM: Registering ACPI NVS region [mem 0x8ff2d000-0x8ff99fff] (446464 bytes) [ 0.045031] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.045031] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.045031] pinctrl core: initialized pinctrl subsystem [ 0.045031] NET: Registered protocol family 16 [ 0.045031] audit: initializing netlink subsys (disabled) [ 0.045031] audit: type=2000 audit(1533027169.044:1): state=initialized audit_enabled=0 res=1 [ 0.045031] cpuidle: using governor ladder [ 0.045031] cpuidle: using governor menu [ 0.045031] Simple Boot Flag at 0x47 set to 0x1 [ 0.045031] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 0.045031] ACPI: bus type PCI registered [ 0.045031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.045031] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) [ 0.045031] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820 [ 0.045031] PCI: Using configuration type 1 for base access [ 0.045031] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.045031] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.045031] ACPI: Added _OSI(Module Device) [ 0.045031] ACPI: Added _OSI(Processor Device) [ 0.045031] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.045031] ACPI: Added _OSI(Processor Aggregator Device) [ 0.045031] ACPI: Added _OSI(Linux-Dell-Video) [ 0.045031] ACPI: EC: EC started [ 0.045031] ACPI: EC: interrupt blocked [ 0.045031] ACPI: \: Used as first EC [ 0.045031] ACPI: \: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.045031] ACPI: \: Used as boot ECDT EC to handle transactions [ 0.057248] ACPI Error: Result stack is empty! State=(____ptrval____) (20180531/dswstate-64) [ 0.057253] ACPI Error: AE_AML_NO_RETURN_VALUE, Missing or null operand (20180531/dsutils-611) [ 0.057257] ACPI Error: AE_AML_NO_RETURN_VALUE, While creating Arg 0 (20180531/dsutils-727) [ 0.057516] ACPI Error: Result stack is empty! State=(____ptrval____) (20180531/dswstate-64) [ 0.057520] ACPI Error: AE_AML_NO_RETURN_VALUE, Missing or null operand (20180531/dsutils-611) [ 0.057523] ACPI Error: AE_AML_NO_RETURN_VALUE, While creating Arg 0 (20180531/dsutils-727) [ 0.057527] ACPI Error: Result stack is empty! State=(____ptrval____) (20180531/dswstate-64) [ 0.057529] ACPI Error: AE_AML_NO_RETURN_VALUE, Missing or null operand (20180531/dsutils-611) [ 0.057532] ACPI Error: AE_AML_NO_RETURN_VALUE, While creating Arg 0 (20180531/dsutils-727) [ 0.057594] ACPI Error: Result stack is empty! State=(____ptrval____) (20180531/dswstate-64) [ 0.057597] ACPI Error: AE_AML_NO_RETURN_VALUE, Missing or null operand (20180531/dsutils-611) [ 0.057600] ACPI Error: AE_AML_NO_RETURN_VALUE, While creating Arg 0 (20180531/dsutils-727) [ 0.058427] ACPI Error: Result stack is empty! State=(____ptrval____) (20180531/dswstate-64) [ 0.058427] ACPI Error: AE_AML_NO_RETURN_VALUE, Missing or null operand (20180531/dsutils-611) [ 0.058427] ACPI Error: AE_AML_NO_RETURN_VALUE, While creating Arg 0 (20180531/dsutils-727) [ 0.058427] ACPI Error: Result stack is empty! State=(____ptrval____) (20180531/dswstate-64) [ 0.058427] ACPI Error: AE_AML_NO_RETURN_VALUE, Missing or null operand (20180531/dsutils-611) [ 0.058427] ACPI Error: AE_AML_NO_RETURN_VALUE, While creating Arg 0 (20180531/dsutils-727) [ 0.058427] ACPI Error: Result stack is empty! State=(____ptrval____) (20180531/dswstate-64) [ 0.058427] ACPI Error: AE_AML_NO_RETURN_VALUE, Missing or null operand (20180531/dsutils-611) [ 0.058427] ACPI Error: AE_AML_NO_RETURN_VALUE, While creating Arg 0 (20180531/dsutils-727) [ 0.067792] ACPI Error: Result stack is empty! State=(____ptrval____) (20180531/dswstate-64) [ 0.067797] ACPI Error: AE_AML_NO_RETURN_VALUE, Missing or null operand (20180531/dsutils-611) [ 0.067800] ACPI Error: AE_AML_NO_RETURN_VALUE, While creating Arg 0 (20180531/dsutils-727) [ 0.086004] ACPI: 11 ACPI AML tables successfully acquired and loaded [ 0.092560] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 0.102523] ACPI: Dynamic OEM Table Load: [ 0.102539] ACPI: SSDT 0xFFFF883E8F80D000 0006F6 (v02 PmRef Cpu0Ist 00003000 INTL 20160527) [ 0.102966] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked [ 0.103822] ACPI: Dynamic OEM Table Load: [ 0.103831] ACPI: SSDT 0xFFFF883E8F818C00 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160527) [ 0.104227] ACPI: Dynamic OEM Table Load: [ 0.104234] ACPI: SSDT 0xFFFF883E8F9690C0 0000BA (v02 PmRef Cpu0Hwp 00003000 INTL 20160527) [ 0.104537] ACPI: Dynamic OEM Table Load: [ 0.104544] ACPI: SSDT 0xFFFF883E8F80C800 000628 (v02 PmRef HwpLvt 00003000 INTL 20160527) [ 0.105143] ACPI: Dynamic OEM Table Load: [ 0.105153] ACPI: SSDT 0xFFFF883E91C9C000 000D14 (v02 PmRef ApIst 00003000 INTL 20160527) [ 0.106013] ACPI: Dynamic OEM Table Load: [ 0.106021] ACPI: SSDT 0xFFFF883E8F818000 000317 (v02 PmRef ApHwp 00003000 INTL 20160527) [ 0.106424] ACPI: Dynamic OEM Table Load: [ 0.106431] ACPI: SSDT 0xFFFF883E8F9A5800 00030A (v02 PmRef ApCst 00003000 INTL 20160527) [ 0.107781] ACPI: Interpreter enabled [ 0.107827] ACPI: (supports S0 S3 S4 S5) [ 0.107828] ACPI: Using IOAPIC for interrupt routing [ 0.107863] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.108357] ACPI: Enabled 7 GPEs in block 00 to 7F [ 0.111419] ACPI: Power Resource [PUBS] (on) [ 0.111609] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1) [ 0.134895] ACPI: Power Resource [WRST] (on) [ 0.135169] ACPI: Power Resource [WRST] (on) [ 0.145524] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) [ 0.145530] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.145638] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER PCIeCapability] [ 0.145689] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability] [ 0.145692] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR] [ 0.145694] acpi PNP0A08:00: _OSC: platform willing to grant [LTR] [ 0.145696] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM [ 0.147583] PCI host bridge to bus 0000:00 [ 0.147586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.147588] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.147590] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.147592] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window] [ 0.147594] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window] [ 0.147596] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window] [ 0.147598] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window] [ 0.147600] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window] [ 0.147602] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window] [ 0.147604] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window] [ 0.147606] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window] [ 0.147608] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window] [ 0.147610] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window] [ 0.147612] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window] [ 0.147614] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window] [ 0.147616] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window] [ 0.147618] pci_bus 0000:00: root bus resource [mem 0x9c800000-0xefffffff window] [ 0.147620] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window] [ 0.147622] pci_bus 0000:00: root bus resource [bus 00-3e] [ 0.147632] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000 [ 0.148336] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000 [ 0.148348] pci 0000:00:02.0: reg 0x10: [mem 0xeb000000-0xebffffff 64bit] [ 0.148354] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref] [ 0.148358] pci 0000:00:02.0: reg 0x20: [io 0xe000-0xe03f] [ 0.148372] pci 0000:00:02.0: BAR 2: assigned to efifb [ 0.149111] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330 [ 0.149133] pci 0000:00:14.0: reg 0x10: [mem 0xec220000-0xec22ffff 64bit] [ 0.149199] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 0.149941] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000 [ 0.149964] pci 0000:00:14.2: reg 0x10: [mem 0xec248000-0xec248fff 64bit] [ 0.150796] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000 [ 0.151034] pci 0000:00:15.0: reg 0x10: [mem 0xec249000-0xec249fff 64bit] [ 0.152552] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000 [ 0.152580] pci 0000:00:16.0: reg 0x10: [mem 0xec24a000-0xec24afff 64bit] [ 0.152648] pci 0000:00:16.0: PME# supported from D3hot [ 0.153389] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400 [ 0.153472] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.154224] pci 0000:00:1c.6: [8086:9d16] type 01 class 0x060400 [ 0.154313] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold [ 0.154330] pci 0000:00:1c.6: Intel SPT PCH root port ACS workaround enabled [ 0.155042] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400 [ 0.155117] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 0.155132] pci 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled [ 0.155853] pci 0000:00:1d.2: [8086:9d1a] type 01 class 0x060400 [ 0.155936] pci 0000:00:1d.2: PME# supported from D0 D3hot D3cold [ 0.155951] pci 0000:00:1d.2: Intel SPT PCH root port ACS workaround enabled [ 0.156691] pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100 [ 0.157509] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000 [ 0.157522] pci 0000:00:1f.2: reg 0x10: [mem 0xec244000-0xec247fff] [ 0.158264] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300 [ 0.158293] pci 0000:00:1f.3: reg 0x10: [mem 0xec240000-0xec243fff 64bit] [ 0.158327] pci 0000:00:1f.3: reg 0x20: [mem 0xec230000-0xec23ffff 64bit] [ 0.158377] pci 0000:00:1f.3: PME# supported from D3hot D3cold [ 0.159103] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500 [ 0.159157] pci 0000:00:1f.4: reg 0x10: [mem 0xec24b000-0xec24b0ff 64bit] [ 0.159208] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf] [ 0.159982] pci 0000:00:1f.6: [8086:15d8] type 00 class 0x020000 [ 0.160008] pci 0000:00:1f.6: reg 0x10: [mem 0xec200000-0xec21ffff] [ 0.160118] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold [ 0.160878] pci 0000:00:1c.0: PCI bridge to [bus 02] [ 0.161273] pci 0000:04:00.0: [8086:24fd] type 00 class 0x028000 [ 0.161370] pci 0000:04:00.0: reg 0x10: [mem 0xec100000-0xec101fff 64bit] [ 0.161631] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold [ 0.162320] pci 0000:00:1c.6: PCI bridge to [bus 04] [ 0.162326] pci 0000:00:1c.6: bridge window [mem 0xec100000-0xec1fffff] [ 0.162376] pci 0000:00:1d.0: PCI bridge to [bus 05-3d] [ 0.162381] pci 0000:00:1d.0: bridge window [mem 0xd4000000-0xea0fffff] [ 0.162386] pci 0000:00:1d.0: bridge window [mem 0xb0000000-0xd1ffffff 64bit pref] [ 0.162629] pci 0000:3e:00.0: [17aa:0004] type 00 class 0x010802 [ 0.162660] pci 0000:3e:00.0: reg 0x10: [mem 0xec000000-0xec003fff 64bit] [ 0.162982] pci 0000:00:1d.2: PCI bridge to [bus 3e] [ 0.162988] pci 0000:00:1d.2: bridge window [mem 0xec000000-0xec0fffff] [ 0.164866] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.164933] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15) [ 0.164996] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.165059] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.165121] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.165185] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.165247] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.165309] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.165797] ACPI: EC: interrupt unblocked [ 0.165850] ACPI: EC: event unblocked [ 0.165868] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.165870] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions and events [ 0.165926] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none [ 0.165926] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.165926] pci 0000:00:02.0: vgaarb: setting as boot device [ 0.165926] vgaarb: loaded [ 0.165926] pps_core: LinuxPPS API ver. 1 registered [ 0.165926] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx> [ 0.165926] PTP clock support registered [ 0.165926] EDAC MC: Ver: 3.0.0 [ 0.165926] Registered efivars operations [ 0.196228] PCI: Using ACPI for IRQ routing [ 0.198249] PCI: pci_cache_line_size set to 64 bytes [ 0.198651] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff] [ 0.198653] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff] [ 0.198653] e820: reserve RAM buffer [mem 0x8505e000-0x87ffffff] [ 0.198654] e820: reserve RAM buffer [mem 0x8e99d000-0x8fffffff] [ 0.198655] e820: reserve RAM buffer [mem 0x462800000-0x463ffffff] [ 0.198747] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 0.198747] hpet0: 8 comparators, 64-bit 24.000000 MHz counter [ 0.201024] clocksource: Switched to clocksource tsc-early [ 0.206980] VFS: Disk quotas dquot_6.6.0 [ 0.206980] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.206980] AppArmor: AppArmor Filesystem Enabled [ 0.208009] pnp: PnP ACPI init [ 0.208155] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved [ 0.208157] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved [ 0.208159] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved [ 0.208162] system 00:00: [mem 0xfe000000-0xfe01ffff] could not be reserved [ 0.208164] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved [ 0.208166] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved [ 0.208168] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved [ 0.208173] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.208429] system 00:01: [io 0xff00-0xfffe] has been reserved [ 0.208433] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.209240] system 00:02: [io 0x0680-0x069f] has been reserved [ 0.209243] system 00:02: [io 0xffff] has been reserved [ 0.209245] system 00:02: [io 0xffff] has been reserved [ 0.209247] system 00:02: [io 0xffff] has been reserved [ 0.209248] system 00:02: [io 0x1800-0x18fe] has been reserved [ 0.209251] system 00:02: [io 0x164e-0x164f] has been reserved [ 0.209254] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.209340] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.209370] system 00:04: [io 0x1854-0x1857] has been reserved [ 0.209373] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) [ 0.209389] pnp 00:05: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active) [ 0.209402] pnp 00:06: Plug and Play ACPI device, IDs LEN006f PNP0f13 (active) [ 0.209478] system 00:07: [io 0x1800-0x189f] could not be reserved [ 0.209480] system 00:07: [io 0x0800-0x087f] has been reserved [ 0.209482] system 00:07: [io 0x0880-0x08ff] has been reserved [ 0.209485] system 00:07: [io 0x0900-0x097f] has been reserved [ 0.209489] system 00:07: [io 0x0980-0x09ff] has been reserved [ 0.209491] system 00:07: [io 0x0a00-0x0a7f] has been reserved [ 0.209492] system 00:07: [io 0x0a80-0x0aff] has been reserved [ 0.209494] system 00:07: [io 0x0b00-0x0b7f] has been reserved [ 0.209496] system 00:07: [io 0x0b80-0x0bff] has been reserved [ 0.209498] system 00:07: [io 0x15e0-0x15ef] has been reserved [ 0.209500] system 00:07: [io 0x1600-0x167f] could not be reserved [ 0.209502] system 00:07: [io 0x1640-0x165f] could not be reserved [ 0.209505] system 00:07: [mem 0xf0000000-0xf3ffffff] has been reserved [ 0.209507] system 00:07: [mem 0xfed10000-0xfed13fff] has been reserved [ 0.209509] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.209511] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.209513] system 00:07: [mem 0xfeb00000-0xfebfffff] has been reserved [ 0.209515] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.209517] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved [ 0.209520] system 00:07: [mem 0xeffe0000-0xefffffff] has been reserved [ 0.209523] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.210549] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.211253] system 00:09: [mem 0xfed10000-0xfed17fff] could not be reserved [ 0.211257] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.211259] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.211261] system 00:09: [mem 0xf0000000-0xf3ffffff] has been reserved [ 0.211263] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.211265] system 00:09: [mem 0xfed90000-0xfed93fff] could not be reserved [ 0.211267] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved [ 0.211269] system 00:09: [mem 0xff000000-0xffffffff] has been reserved [ 0.211271] system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved [ 0.211274] system 00:09: [mem 0xeffe0000-0xefffffff] has been reserved [ 0.211277] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.211534] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.211537] system 00:0a: [mem 0x000f0000-0x000fffff] could not be reserved [ 0.211539] system 00:0a: [mem 0x00100000-0x9c7fffff] could not be reserved [ 0.211541] system 00:0a: [mem 0xfec00000-0xfed3ffff] could not be reserved [ 0.211543] system 00:0a: [mem 0xfed4c000-0xffffffff] could not be reserved [ 0.211547] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.211648] pnp: PnP ACPI: found 11 devices [ 0.217113] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.217127] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000 [ 0.217129] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000 [ 0.217131] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000 [ 0.217150] pci 0000:00:1d.0: bridge window [io 0x1000-0x0fff] to [bus 05-3d] add_size 1000 [ 0.217163] pci 0000:00:1c.0: BAR 14: assigned [mem 0x9c800000-0x9c9fffff] [ 0.217172] pci 0000:00:1c.0: BAR 15: assigned [mem 0x9ca00000-0x9cbfffff 64bit pref] [ 0.217176] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff] [ 0.217178] pci 0000:00:1d.0: BAR 13: assigned [io 0x3000-0x3fff] [ 0.217182] pci 0000:00:1c.0: PCI bridge to [bus 02] [ 0.217190] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] [ 0.217194] pci 0000:00:1c.0: bridge window [mem 0x9c800000-0x9c9fffff] [ 0.217198] pci 0000:00:1c.0: bridge window [mem 0x9ca00000-0x9cbfffff 64bit pref] [ 0.217203] pci 0000:00:1c.6: PCI bridge to [bus 04] [ 0.217209] pci 0000:00:1c.6: bridge window [mem 0xec100000-0xec1fffff] [ 0.217217] pci 0000:00:1d.0: PCI bridge to [bus 05-3d] [ 0.217219] pci 0000:00:1d.0: bridge window [io 0x3000-0x3fff] [ 0.217224] pci 0000:00:1d.0: bridge window [mem 0xd4000000-0xea0fffff] [ 0.217227] pci 0000:00:1d.0: bridge window [mem 0xb0000000-0xd1ffffff 64bit pref] [ 0.217232] pci 0000:00:1d.2: PCI bridge to [bus 3e] [ 0.217237] pci 0000:00:1d.2: bridge window [mem 0xec000000-0xec0fffff] [ 0.217246] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.217247] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.217248] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.217249] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window] [ 0.217250] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window] [ 0.217251] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window] [ 0.217252] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window] [ 0.217253] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window] [ 0.217253] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window] [ 0.217254] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window] [ 0.217255] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window] [ 0.217256] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window] [ 0.217257] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window] [ 0.217257] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window] [ 0.217258] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window] [ 0.217259] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window] [ 0.217260] pci_bus 0000:00: resource 20 [mem 0x9c800000-0xefffffff window] [ 0.217261] pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window] [ 0.217262] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff] [ 0.217263] pci_bus 0000:02: resource 1 [mem 0x9c800000-0x9c9fffff] [ 0.217264] pci_bus 0000:02: resource 2 [mem 0x9ca00000-0x9cbfffff 64bit pref] [ 0.217264] pci_bus 0000:04: resource 1 [mem 0xec100000-0xec1fffff] [ 0.217265] pci_bus 0000:05: resource 0 [io 0x3000-0x3fff] [ 0.217266] pci_bus 0000:05: resource 1 [mem 0xd4000000-0xea0fffff] [ 0.217267] pci_bus 0000:05: resource 2 [mem 0xb0000000-0xd1ffffff 64bit pref] [ 0.217268] pci_bus 0000:3e: resource 1 [mem 0xec000000-0xec0fffff] [ 0.217391] NET: Registered protocol family 2 [ 0.217507] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes) [ 0.217557] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.217796] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.218005] TCP: Hash tables configured (established 131072 bind 65536) [ 0.218039] UDP hash table entries: 8192 (order: 6, 262144 bytes) [ 0.218099] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes) [ 0.218198] NET: Registered protocol family 1 [ 0.218210] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.218673] PCI: CLS 0 bytes, default 64 [ 0.218698] Unpacking initramfs... [ 0.637196] Freeing initrd memory: 27160K [ 0.637239] DMAR: ACPI device "device:81" under DMAR at fed91000 as 00:15.0 [ 0.637250] DMAR: No ATSR found [ 0.637300] DMAR: dmar0: Using Queued invalidation [ 0.637415] dmar0: Allocated order 8 PASID table. [ 0.637527] DMAR: dmar1: Using Queued invalidation [ 0.637779] DMAR: Setting RMRR: [ 0.637843] DMAR: Setting identity map for device 0000:00:02.0 [0x9a000000 - 0x9c7fffff] [ 0.637903] DMAR: Setting identity map for device 0000:00:14.0 [0x8f49f000 - 0x8f4befff] [ 0.637911] DMAR: Prepare 0-16MiB unity mapping for LPC [ 0.637942] DMAR: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff] [ 0.638065] DMAR: Intel(R) Virtualization Technology for Directed I/O [ 0.638107] iommu: Adding device 0000:00:00.0 to group 0 [ 0.638116] iommu: Adding device 0000:00:02.0 to group 1 [ 0.638128] iommu: Adding device 0000:00:14.0 to group 2 [ 0.638135] iommu: Adding device 0000:00:14.2 to group 2 [ 0.638144] iommu: Adding device 0000:00:15.0 to group 3 [ 0.638153] iommu: Adding device 0000:00:16.0 to group 4 [ 0.638181] iommu: Adding device 0000:00:1c.0 to group 5 [ 0.638207] iommu: Adding device 0000:00:1c.6 to group 6 [ 0.638227] iommu: Adding device 0000:00:1d.0 to group 7 [ 0.638241] iommu: Adding device 0000:00:1d.2 to group 8 [ 0.638260] iommu: Adding device 0000:00:1f.0 to group 9 [ 0.638267] iommu: Adding device 0000:00:1f.2 to group 9 [ 0.638275] iommu: Adding device 0000:00:1f.3 to group 9 [ 0.638282] iommu: Adding device 0000:00:1f.4 to group 9 [ 0.638289] iommu: Adding device 0000:00:1f.6 to group 9 [ 0.638308] iommu: Adding device 0000:04:00.0 to group 10 [ 0.638324] iommu: Adding device 0000:3e:00.0 to group 11 [ 0.639843] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc05e54fc, max_idle_ns: 440795291716 ns [ 0.639857] clocksource: Switched to clocksource tsc [ 0.640406] Initialise system trusted keyrings [ 0.640438] workingset: timestamp_bits=40 max_order=22 bucket_order=0 [ 0.641425] zbud: loaded [ 0.641674] pstore: using deflate compression [ 0.829017] Key type asymmetric registered [ 0.829020] Asymmetric key parser 'x509' registered [ 0.829048] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 0.829074] io scheduler noop registered [ 0.829076] io scheduler deadline registered [ 0.829109] io scheduler cfq registered (default) [ 0.829111] io scheduler mq-deadline registered [ 0.829767] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 0.829782] efifb: probing for efifb [ 0.829795] efifb: framebuffer at 0xa0000000, using 8128k, total 8128k [ 0.829797] efifb: mode is 1920x1080x32, linelength=7680, pages=1 [ 0.829799] efifb: scrolling: redraw [ 0.829800] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.834210] Console: switching to colour frame buffer device 240x67 [ 0.838539] fb0: EFI VGA frame buffer device [ 0.838564] intel_idle: MWAIT substates: 0x11142120 [ 0.838565] intel_idle: v0.4.1 model 0x8E [ 0.838720] intel_idle: lapic_timer_reliable_states 0xffffffff [ 0.839322] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.860478] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.860830] Linux agpgart interface v0.103 [ 0.860880] AMD IOMMUv2 driver by Joerg Roedel <jroedel@xxxxxxx> [ 0.860904] AMD IOMMUv2 functionality not available on this system [ 0.861239] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.863538] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.863559] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.863666] mousedev: PS/2 mouse device common for all mice [ 0.863740] rtc_cmos 00:03: RTC can wake from S4 [ 0.864279] rtc_cmos 00:03: registered as rtc0 [ 0.864308] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs [ 0.864363] intel_pstate: Intel P-state driver initializing [ 0.864695] intel_pstate: HWP enabled [ 0.864727] ledtrig-cpu: registered to indicate activity on CPUs [ 0.865134] NET: Registered protocol family 10 [ 0.865304] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 [ 0.867992] Segment Routing with IPv6 [ 0.868028] mip6: Mobile IPv6 [ 0.868042] NET: Registered protocol family 17 [ 0.868060] mpls_gso: MPLS GSO support [ 0.868336] microcode: sig=0x806e9, pf=0x80, revision=0x84 [ 0.868425] microcode: Microcode Update Driver: v2.2. [ 0.868431] sched_clock: Marking stable (868422477, 0)->(848449198, 19973279) [ 0.868524] registered taskstats version 1 [ 0.868538] Loading compiled-in X.509 certificates [ 0.868563] zswap: loaded using pool lzo/zbud [ 0.868591] AppArmor: AppArmor sha1 policy hashing enabled [ 0.869395] rtc_cmos 00:03: setting system clock to 2018-07-31 08:52:50 UTC (1533027170) [ 1.030499] Freeing unused kernel memory: 1704K [ 1.048698] Write protecting the kernel read-only data: 16384k [ 1.049588] Freeing unused kernel memory: 2024K [ 1.050908] Freeing unused kernel memory: 1132K [ 1.056330] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 1.056349] x86/mm: Checking user space page tables [ 1.061638] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 1.142863] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002) [ 1.143400] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003) [ 1.146138] ACPI: bus type USB registered [ 1.147282] usbcore: registered new interface driver usbfs [ 1.148275] usbcore: registered new interface driver hub [ 1.149412] usbcore: registered new device driver usb [ 1.149620] i801_smbus 0000:00:1f.4: SPD Write Disable is set [ 1.151348] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt [ 1.152416] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k [ 1.153375] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 1.154943] nvme nvme0: pci function 0000:3e:00.0 [ 1.156381] cryptd: max_cpu_qlen set to 1000 [ 1.156680] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 1.160894] thermal LNXTHERM:00: registered as thermal_zone0 [ 1.162036] ACPI: Thermal Zone [THM0] (52 C) [ 1.188887] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 1.189884] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 [ 1.191007] AVX2 version of gcm_enc/dec engaged. [ 1.191989] AES CTR mode by8 optimization enabled [ 1.192146] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000109810 [ 1.193760] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported [ 1.194067] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18 [ 1.194959] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.195847] usb usb1: Product: xHCI Host Controller [ 1.196777] usb usb1: Manufacturer: Linux 4.18.0-rc7-1-iniza-llvmlinux xhci-hcd [ 1.197669] usb usb1: SerialNumber: 0000:00:14.0 [ 1.198870] hub 1-0:1.0: USB hub found [ 1.199783] hub 1-0:1.0: 12 ports detected [ 1.201970] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 1.203004] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 [ 1.203863] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed [ 1.204880] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18 [ 1.204978] alg: No test for pcbc(aes) (pcbc-aes-aesni) [ 1.205740] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.207578] usb usb2: Product: xHCI Host Controller [ 1.208544] usb usb2: Manufacturer: Linux 4.18.0-rc7-1-iniza-llvmlinux xhci-hcd [ 1.209558] usb usb2: SerialNumber: 0000:00:14.0 [ 1.210730] hub 2-0:1.0: USB hub found [ 1.211622] hub 2-0:1.0: 6 ports detected [ 1.213521] usb: port power management may be unreliable [ 1.435293] nvme0n1: p1 p2 p3 p4 p5 p6 [ 1.445393] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock [ 1.535000] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 54:e1:ad:a0:6b:a0 [ 1.537781] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection [ 1.540609] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: 1000FF-0FF [ 1.544032] usb 1-1: new low-speed USB device number 2 using xhci_hcd [ 1.544746] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0 [ 1.676008] raid6: sse2x1 gen() 10218 MB/s [ 1.744005] raid6: sse2x1 xor() 9474 MB/s [ 1.812005] raid6: sse2x2 gen() 15243 MB/s [ 1.880004] raid6: sse2x2 xor() 11287 MB/s [ 1.948005] raid6: sse2x4 gen() 17433 MB/s [ 2.016004] raid6: sse2x4 xor() 11740 MB/s [ 2.084002] raid6: avx2x1 gen() 25061 MB/s [ 2.152002] raid6: avx2x1 xor() 18160 MB/s [ 2.220004] raid6: avx2x2 gen() 26946 MB/s [ 2.288002] raid6: avx2x2 xor() 20717 MB/s [ 2.356001] raid6: avx2x4 gen() 30645 MB/s [ 2.424004] raid6: avx2x4 xor() 20271 MB/s [ 2.424774] raid6: using algorithm avx2x4 gen() 30645 MB/s [ 2.425566] raid6: .... xor() 20271 MB/s, rmw enabled [ 2.426356] raid6: using avx2x2 recovery algorithm [ 2.427404] xor: automatically using best checksumming function avx [ 2.428420] async_tx: api initialized (async) [ 2.437723] random: fast init done [ 2.441727] device-mapper: uevent: version 1.0.3 [ 2.442640] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@xxxxxxxxxx [ 2.516048] usb 1-1: New USB device found, idVendor=046a, idProduct=0023, bcdDevice= 2.20 [ 2.516052] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.521643] hidraw: raw HID events driver (C) Jiri Kosina [ 2.538155] usbcore: registered new interface driver usbhid [ 2.538156] usbhid: USB HID core driver [ 2.539654] 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.596721] cherry 0003:046A:0023.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 046a:0023] on usb-0000:00:14.0-1/input0 [ 2.597205] 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.632671] usb 2-3: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd [ 2.656466] cherry 0003:046A:0023.0002: input,hidraw1: USB HID v1.11 Device [HID 046a:0023] on usb-0000:00:14.0-1/input1 [ 2.666672] usb 2-3: New USB device found, idVendor=0bda, idProduct=0316, bcdDevice= 2.04 [ 2.666677] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2.666679] usb 2-3: Product: USB3.0-CRW [ 2.666682] usb 2-3: Manufacturer: Generic [ 2.666684] usb 2-3: SerialNumber: 20120501030900000 [ 2.683261] SCSI subsystem initialized [ 2.685825] usb-storage 2-3:1.0: USB Mass Storage device detected [ 2.686000] scsi host0: usb-storage 2-3:1.0 [ 2.686243] usbcore: registered new interface driver usb-storage [ 2.687215] usbcore: registered new interface driver uas [ 2.772968] psmouse serio1: synaptics: queried max coordinates: x [..5676], y [..4690] [ 2.784151] usb 1-2: new low-speed USB device number 3 using xhci_hcd [ 2.809351] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..] [ 2.809359] 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.880491] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf002a3/0x940300/0x12e800/0x400000, board id: 3276, fw id: 2491725 [ 2.880507] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0 [ 2.926272] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input2 [ 2.936859] usb 1-2: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00 [ 2.936864] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.936867] usb 1-2: Product: USB Optical Mouse [ 2.936870] usb 1-2: Manufacturer: Logitech [ 2.940146] 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 [ 2.940435] 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.068163] usb 1-3: new full-speed USB device number 4 using xhci_hcd [ 3.228669] usb 1-3: New USB device found, idVendor=058f, idProduct=9540, bcdDevice= 1.20 [ 3.228674] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 3.228678] usb 1-3: Product: EMV Smartcard Reader [ 3.228680] usb 1-3: Manufacturer: Generic [ 3.356108] usb 1-7: new full-speed USB device number 5 using xhci_hcd [ 3.506721] usb 1-7: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10 [ 3.506728] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 3.615973] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3 [ 3.636168] usb 1-8: new high-speed USB device number 6 using xhci_hcd [ 3.715250] scsi 0:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 6 [ 3.751444] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 3.833550] usb 1-8: New USB device found, idVendor=13d3, idProduct=5619, bcdDevice=16.20 [ 3.833555] usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2 [ 3.833559] usb 1-8: Product: Integrated Camera [ 3.833561] usb 1-8: Manufacturer: AzureWave [ 3.833564] usb 1-8: SerialNumber: NULL [ 3.848746] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input5 [ 3.964527] usb 1-9: new full-speed USB device number 7 using xhci_hcd [ 4.115296] usb 1-9: New USB device found, idVendor=138a, idProduct=0097, bcdDevice= 1.64 [ 4.115304] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=1 [ 4.115308] usb 1-9: SerialNumber: decd885354aa [ 9.755630] NET: Registered protocol family 38 [ 9.905056] random: cryptsetup: uninitialized urandom read (2 bytes read) [ 9.917578] random: lvm: uninitialized urandom read (4 bytes read) [ 9.937615] random: lvm: uninitialized urandom read (4 bytes read) [ 9.983292] Btrfs loaded, crc32c=crc32c-intel [ 10.048183] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) [ 10.050629] random: crng init done [ 10.051568] random: 1 urandom warning(s) missed due to ratelimiting [ 10.119770] systemd[1]: RTC configured in localtime, applying delta of 120 minutes to system time. [ 10.197085] 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.216904] systemd[1]: Detected architecture x86-64. [ 10.222857] systemd[1]: Set hostname to <iniza>. [ 10.298365] systemd[1]: Reached target System Time Synchronized. [ 10.300360] systemd[1]: Listening on LVM2 poll daemon socket. [ 10.302255] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ 10.304166] systemd[1]: Reached target Swap. [ 10.306107] systemd[1]: Listening on Journal Audit Socket. [ 10.308156] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 10.310093] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 10.332361] lp: driver loaded but no devices found [ 10.336858] RPC: Registered named UNIX socket transport module. [ 10.336859] RPC: Registered udp transport module. [ 10.336859] RPC: Registered tcp transport module. [ 10.336859] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 10.336869] ppdev: user-space parallel port driver [ 10.352487] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx). [ 10.356799] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro [ 10.454119] systemd-journald[421]: Received request to flush runtime journal from PID 1 [ 10.499679] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7 [ 10.501345] ACPI: Sleep Button [SLPB] [ 10.503394] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input8 [ 10.504844] ACPI: Lid Switch [LID] [ 10.506105] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input9 [ 10.509063] ACPI: Power Button [PWRF] [ 10.511400] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x0, rev-id 78) [ 10.520339] ACPI: AC Adapter [AC] (on-line) [ 10.544147] ACPI: Battery Slot [BAT0] (battery present) [ 10.564592] ACPI: Battery Slot [BAT1] (battery present) [ 10.578116] Non-volatile memory driver v1.3 [ 10.584290] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01) [ 10.586100] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01) [ 10.587283] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 10.593105] mei_me 0000:00:16.0: enabling device (0004 -> 0006) [ 10.601505] thinkpad_acpi: ThinkPad ACPI Extras v0.26 [ 10.602766] thinkpad_acpi: http://ibm-acpi.sf.net/ [ 10.604030] thinkpad_acpi: ThinkPad BIOS N1QET68W (1.43 ), EC unknown [ 10.604260] CPU3: Core temperature above threshold, cpu clock throttled (total events = 1) [ 10.604261] CPU2: Package temperature above threshold, cpu clock throttled (total events = 1) [ 10.604261] CPU0: Package temperature above threshold, cpu clock throttled (total events = 1) [ 10.605023] CPU1: Core temperature above threshold, cpu clock throttled (total events = 1) [ 10.605957] CPU3: Package temperature above threshold, cpu clock throttled (total events = 1) [ 10.606177] CPU0: Package temperature/speed normal [ 10.606177] CPU2: Package temperature/speed normal [ 10.606913] CPU1: Core temperature/speed normal [ 10.607859] CPU3: Core temperature/speed normal [ 10.608816] thinkpad_acpi: Lenovo ThinkPad T470, model 20HDCTO1WW [ 10.609789] CPU3: Package temperature/speed normal [ 10.612377] thinkpad_acpi: radio switch found; radios are enabled [ 10.618300] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver [ 10.619568] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default... [ 10.621182] iTCO_vendor_support: vendor-support=0 [ 10.621328] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 10.626991] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 10.628528] cfg80211: failed to load regulatory.db [ 10.630156] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 [ 10.631724] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400) [ 10.644145] idma64 idma64.0: Found Intel integrated DMA 64-bit [ 10.654195] Intel(R) Wireless WiFi driver for Linux [ 10.655540] Copyright(c) 2003- 2015 Intel Corporation [ 10.657264] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002) [ 10.667963] iwlwifi 0000:04:00.0: loaded firmware version 36.7596afd4.0 op_mode iwlmvm [ 10.669340] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 10.685529] EFI Variables Facility v0.08 2004-May-17 [ 10.687398] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked [ 10.718585] input: PC Speaker as /devices/platform/pcspkr/input/input11 [ 10.724292] Error: Driver 'pcspkr' is already registered, aborting... [ 10.748112] iwlwifi 0000:04:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230 [ 10.748319] i915 0000:00:02.0: enabling device (0006 -> 0007) [ 10.756818] [drm] VT-d active for gfx access [ 10.758303] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer [ 10.758623] checking generic (a0000000 7f0000) vs hw (a0000000 10000000) [ 10.759651] fb: switching to inteldrmfb from EFI VGA [ 10.759651] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules [ 10.759652] RAPL PMU: hw unit of domain package 2^-14 Joules [ 10.767122] RAPL PMU: hw unit of domain dram 2^-14 Joules [ 10.769389] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules [ 10.769390] RAPL PMU: hw unit of domain psys 2^-14 Joules [ 10.776621] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one [ 10.786270] Console: switching to colour dummy device 80x25 [ 10.786935] [drm] Replacing VGA console driver [ 10.791986] thinkpad_acpi: battery 2 registered (start 0, stop 100) [ 10.808765] iwlwifi 0000:04:00.0: base HW address: bc:a8:a6:d1:3f:49 [ 10.815818] thinkpad_acpi: battery 1 registered (start 0, stop 100) [ 10.815823] battery: new extension: ThinkPad Battery Extension [ 10.815874] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input10 [ 10.817077] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 10.817080] [drm] Driver supports precise vblank timestamp query. [ 10.817451] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem [ 10.819217] pstore: Registered efi as persistent store backend [ 10.819595] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4) [ 10.852036] intel_rapl: Found RAPL domain package [ 10.852042] intel_rapl: Found RAPL domain core [ 10.852044] intel_rapl: Found RAPL domain uncore [ 10.852046] intel_rapl: Found RAPL domain dram [ 10.853759] [drm] Initialized i915 1.6.0 20180514 for 0000:00:02.0 on minor 0 [ 10.860662] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 10.861011] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12 [ 10.861163] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 10.901288] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs' [ 10.901526] thermal thermal_zone3: failed to read out thermal zone (-61) [ 10.933439] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC298: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker [ 10.933444] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 10.933446] snd_hda_codec_realtek hdaudioC0D0: hp_outs=2 (0x17/0x21/0x0/0x0/0x0) [ 10.933448] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 10.933449] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 10.933450] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18 [ 10.933452] snd_hda_codec_realtek hdaudioC0D0: Dock Mic=0x19 [ 10.933453] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12 [ 10.991106] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13 [ 10.991606] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14 [ 10.991647] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15 [ 10.991688] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16 [ 10.991728] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17 [ 10.991768] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18 [ 10.991805] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19 [ 10.991842] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20 [ 10.991881] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21 [ 10.991921] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22 [ 11.066443] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0 [ 11.110293] EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Opts: (null) [ 11.142671] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 11.247316] audit: type=1400 audit(1533019980.874:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lxc-start" pid=866 comm="apparmor_parser" [ 11.304557] fbcon: inteldrmfb (fb0) is primary device [ 11.320866] audit: type=1400 audit(1533019980.950:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=870 comm="apparmor_parser" [ 11.360195] audit: type=1400 audit(1533019980.990:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=864 comm="apparmor_parser" [ 11.360544] audit: type=1400 audit(1533019980.990:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=864 comm="apparmor_parser" [ 11.360821] audit: type=1400 audit(1533019980.990:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=864 comm="apparmor_parser" [ 11.367300] audit: type=1400 audit(1533019980.994:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=881 comm="apparmor_parser" [ 11.400560] audit: type=1400 audit(1533019981.030:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=891 comm="apparmor_parser" [ 11.581222] audit: type=1400 audit(1533019981.210:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default" pid=863 comm="apparmor_parser" [ 11.581679] audit: type=1400 audit(1533019981.210:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-cgns" pid=863 comm="apparmor_parser" [ 11.581999] audit: type=1400 audit(1533019981.210:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-mounting" pid=863 comm="apparmor_parser" [ 11.751954] media: Linux media interface: v0.10 [ 11.757824] videodev: Linux video capture interface: v2.00 [ 11.818503] Bluetooth: Core ver 2.22 [ 11.818514] NET: Registered protocol family 31 [ 11.818515] Bluetooth: HCI device and connection manager initialized [ 11.818517] Bluetooth: HCI socket layer initialized [ 11.818519] Bluetooth: L2CAP socket layer initialized [ 11.818524] Bluetooth: SCO socket layer initialized [ 11.902050] uvcvideo: Found UVC 1.00 device Integrated Camera (13d3:5619) [ 11.910390] uvcvideo: Failed to initialize entity for entity 6 [ 11.910391] uvcvideo: Failed to register entites (-22). [ 11.910446] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input23 [ 11.910511] usbcore: registered new interface driver uvcvideo [ 11.910512] USB Video Class driver (1.1.1) [ 11.936322] usbcore: registered new interface driver btusb [ 11.936951] Bluetooth: hci0: Firmware revision 0.1 build 203 week 9 2018 [ 12.024616] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 12.497450] Console: switching to colour frame buffer device 240x67 [ 12.518004] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device [ 13.330520] new mount options do not match the existing superblock, will be ignored [ 13.390993] fuse init (API version 7.27) [ 13.423088] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 13.424378] Bluetooth: BNEP filters: protocol multicast [ 13.425742] Bluetooth: BNEP socket layer initialized [ 13.536556] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory [ 13.537872] NFSD: starting 90-second grace period (net f00000a8) [ 13.624069] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready [ 13.840881] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready [ 13.854019] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [ 14.071030] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [ 14.298574] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [ 14.371027] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [ 16.683036] e1000e: enp0s31f6 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None [ 16.683133] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready [ 17.841755] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [ 18.667389] wlp4s0: authenticate with 44:d9:e7:8b:f2:31 [ 18.671614] wlp4s0: send auth to 44:d9:e7:8b:f2:31 (try 1/3) [ 18.676398] wlp4s0: authenticated [ 18.680007] wlp4s0: associate with 44:d9:e7:8b:f2:31 (try 1/3) [ 18.680968] wlp4s0: RX AssocResp from 44:d9:e7:8b:f2:31 (capab=0x11 status=0 aid=1) [ 18.682870] wlp4s0: associated [ 18.857608] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready [ 21.783788] Bluetooth: RFCOMM TTY layer initialized [ 21.783795] Bluetooth: RFCOMM socket layer initialized [ 21.783799] Bluetooth: RFCOMM ver 1.11 [ 40.918867] wlp4s0: deauthenticating from 44:d9:e7:8b:f2:31 by local choice (Reason: 3=DEAUTH_LEAVING) [ 40.934445] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [ 43.538018] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 43.548698] IPv6: ADDRCONF(NETDEV_UP): lxcbr0: link is not ready [ 43.639534] kauditd_printk_skb: 23 callbacks suppressed [ 43.639535] audit: type=1400 audit(1533020012.989:35): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=2279 comm="apparmor_parser" [ 43.646363] audit: type=1400 audit(1533020012.993:36): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default" pid=2287 comm="apparmor_parser" [ 43.646369] audit: type=1400 audit(1533020012.993:37): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-cgns" pid=2287 comm="apparmor_parser" [ 43.646371] audit: type=1400 audit(1533020012.993:38): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-mounting" pid=2287 comm="apparmor_parser" [ 43.646373] audit: type=1400 audit(1533020012.993:39): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-nesting" pid=2287 comm="apparmor_parser"
Attachment:
config-4.18.0-rc7-1-iniza-llvmlinux
Description: Binary data