Skip to content

Instantly share code, notes, and snippets.

@jackkamm
Created August 16, 2019 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackkamm/db9ff0578893f8a102027a1e54c5a5da to your computer and use it in GitHub Desktop.
Save jackkamm/db9ff0578893f8a102027a1e54c5a5da to your computer and use it in GitHub Desktop.
[ 0.000000] Linux version 5.2.8-arch1-1-ARCH (builduser@heftig-63215) (gcc version 9.1.0 (GCC)) #1 SMP PREEMPT Fri Aug 9 21:36:07 UTC 2019
[ 0.000000] Command line: initrd=\initramfs-linux.img cryptdevice=UUID=d837c52a-7aca-4e58-a595-ee22f4518288:cryptroot resume=/dev/mapper/cryptroot resume_offset=94031872 root=/dev/mapper/cryptroot rw
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 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-0x0000000074f9cfff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000074f9d000-0x0000000074f9dfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000074f9e000-0x0000000074f9efff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000074f9f000-0x000000007e8f7fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007e8f8000-0x000000007ff2bfff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007ff2c000-0x000000007ff99fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007ff9a000-0x000000007fffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000007ffff000-0x000000007fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000080000000-0x0000000087ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000088600000-0x000000008c7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004717fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.50 by Lenovo
[ 0.000000] efi: SMBIOS=0x7f052000 SMBIOS 3.0=0x7f04f000 ACPI=0x7fffe000 ACPI 2.0=0x7fffe014 ESRT=0x7eeca000 MEMATTR=0x79712298 TPMEventLog=0x750f1018
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: LENOVO 20L5001FUS/20L5001FUS, BIOS N24ET37W (1.12 ) 03/14/2018
[ 0.000000] tsc: Detected 2100.000 MHz processor
[ 0.001370] tsc: Detected 2112.000 MHz TSC
[ 0.001370] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.001373] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.001381] last_pfn = 0x471800 max_arch_pfn = 0x400000000
[ 0.001386] MTRR default type: write-back
[ 0.001387] MTRR fixed ranges enabled:
[ 0.001389] 00000-9FFFF write-back
[ 0.001390] A0000-BFFFF uncachable
[ 0.001391] C0000-FFFFF write-protect
[ 0.001392] MTRR variable ranges enabled:
[ 0.001395] 0 base 00C0000000 mask 7FC0000000 uncachable
[ 0.001396] 1 base 00A0000000 mask 7FE0000000 uncachable
[ 0.001397] 2 base 0090000000 mask 7FF0000000 uncachable
[ 0.001399] 3 base 008C000000 mask 7FFC000000 uncachable
[ 0.001400] 4 base 008A000000 mask 7FFE000000 uncachable
[ 0.001401] 5 disabled
[ 0.001402] 6 disabled
[ 0.001402] 7 disabled
[ 0.001403] 8 disabled
[ 0.001404] 9 disabled
[ 0.003240] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.003605] last_pfn = 0x80000 max_arch_pfn = 0x400000000
[ 0.021293] esrt: Reserving ESRT space from 0x000000007eeca000 to 0x000000007eeca088.
[ 0.021305] check: Scanning 1 areas for low memory corruption
[ 0.021311] Using GB pages for direct mapping
[ 0.021314] BRK [0x22201000, 0x22201fff] PGTABLE
[ 0.021316] BRK [0x22202000, 0x22202fff] PGTABLE
[ 0.021318] BRK [0x22203000, 0x22203fff] PGTABLE
[ 0.021351] BRK [0x22204000, 0x22204fff] PGTABLE
[ 0.021353] BRK [0x22205000, 0x22205fff] PGTABLE
[ 0.021546] BRK [0x22206000, 0x22206fff] PGTABLE
[ 0.021581] BRK [0x22207000, 0x22207fff] PGTABLE
[ 0.021598] Secure boot disabled
[ 0.021600] RAMDISK: [mem 0x7cf33000-0x7defafff]
[ 0.021607] ACPI: Early table checksum verification disabled
[ 0.021610] ACPI: RSDP 0x000000007FFFE014 000024 (v02 LENOVO)
[ 0.021615] ACPI: XSDT 0x000000007FFAC188 00012C (v01 LENOVO TP-N24 00001120 PTEC 00000002)
[ 0.021623] ACPI: FACP 0x000000007FFE1000 0000F4 (v05 LENOVO TP-N24 00001120 PTEC 00000002)
[ 0.021630] ACPI: DSDT 0x000000007FFBA000 022058 (v02 LENOVO SKL 00000000 INTL 20160527)
[ 0.021634] ACPI: FACS 0x000000007FF3D000 000040
[ 0.021638] ACPI: SSDT 0x000000007FFE9000 0132C1 (v02 LENOVO DptfTabl 00001000 INTL 20160527)
[ 0.021642] ACPI: SSDT 0x000000007FFE8000 0003DB (v02 LENOVO Tpm2Tabl 00001000 INTL 20160527)
[ 0.021645] ACPI: TPM2 0x000000007FFE7000 000034 (v03 LENOVO TP-N24 00001120 PTEC 00000002)
[ 0.021649] ACPI: UEFI 0x000000007FF53000 000042 (v01 LENOVO TP-N24 00001120 PTEC 00000002)
[ 0.021653] ACPI: SSDT 0x000000007FFE3000 0030A3 (v02 LENOVO SaSsdt 00003000 INTL 20160527)
[ 0.021657] ACPI: SSDT 0x000000007FFE2000 0005C6 (v02 LENOVO PerfTune 00001000 INTL 20160527)
[ 0.021661] ACPI: HPET 0x000000007FFE0000 000038 (v01 LENOVO TP-N24 00001120 PTEC 00000002)
[ 0.021665] ACPI: APIC 0x000000007FFDF000 00012C (v03 LENOVO TP-N24 00001120 PTEC 00000002)
[ 0.021668] ACPI: MCFG 0x000000007FFDE000 00003C (v01 LENOVO TP-N24 00001120 PTEC 00000002)
[ 0.021672] ACPI: ECDT 0x000000007FFDD000 000053 (v01 LENOVO TP-N24 00001120 PTEC 00000002)
[ 0.021676] ACPI: SSDT 0x000000007FFB8000 001C9C (v02 LENOVO RVP7Rtd3 00001000 INTL 20160527)
[ 0.021680] ACPI: SSDT 0x000000007FFB7000 00021C (v01 LENOVO Rmv_Batt 00001000 INTL 20160527)
[ 0.021683] ACPI: SSDT 0x000000007FFB5000 00163C (v02 LENOVO ProjSsdt 00000010 INTL 20160527)
[ 0.021687] ACPI: BOOT 0x000000007FFB4000 000028 (v01 LENOVO TP-N24 00001120 PTEC 00000002)
[ 0.021691] ACPI: BATB 0x000000007FFB3000 00004A (v02 LENOVO TP-N24 00001120 PTEC 00000002)
[ 0.021695] ACPI: SLIC 0x000000007FFB2000 000176 (v01 LENOVO TP-N24 00001120 PTEC 00000002)
[ 0.021698] ACPI: SSDT 0x000000007FFB0000 0017AE (v02 LENOVO CpuSsdt 00003000 INTL 20160527)
[ 0.021702] ACPI: SSDT 0x000000007FFAF000 00056D (v02 LENOVO CtdpB 00001000 INTL 20160527)
[ 0.021706] ACPI: SSDT 0x000000007FFAE000 000678 (v02 LENOVO UsbCTabl 00001000 INTL 20160527)
[ 0.021710] ACPI: LPIT 0x000000007FFAD000 000094 (v01 LENOVO TP-N24 00001120 PTEC 00000002)
[ 0.021714] ACPI: WSMT 0x000000007FFFD000 000028 (v01 LENOVO TP-N24 00001120 PTEC 00000002)
[ 0.021717] ACPI: SSDT 0x000000007FFAB000 0001D8 (v02 LENOVO HdaDsp 00000000 INTL 20160527)
[ 0.021721] ACPI: SSDT 0x000000007FFAA000 0004FC (v02 LENOVO TbtTypeC 00000000 INTL 20160527)
[ 0.021725] ACPI: SSDT 0x000000007FFA9000 0002D1 (v02 LENOVO Wwan 00000001 INTL 20160527)
[ 0.021729] ACPI: DBGP 0x000000007FFA8000 000034 (v01 LENOVO TP-N24 00001120 PTEC 00000002)
[ 0.021733] ACPI: DBG2 0x000000007FFA7000 000054 (v00 LENOVO TP-N24 00001120 PTEC 00000002)
[ 0.021736] ACPI: MSDM 0x000000007FFA6000 000055 (v03 LENOVO TP-N24 00001120 PTEC 00000002)
[ 0.021740] ACPI: DMAR 0x000000007FFA5000 0000CC (v01 LENOVO TP-N24 00001120 PTEC 00000002)
[ 0.021744] ACPI: ASF! 0x000000007FFA4000 0000A0 (v32 LENOVO TP-N24 00001120 PTEC 00000002)
[ 0.021748] ACPI: FPDT 0x000000007FFA3000 000044 (v01 LENOVO TP-N24 00001120 PTEC 00000002)
[ 0.021751] ACPI: BGRT 0x000000007FFA2000 000038 (v01 LENOVO TP-N24 00001120 PTEC 00000002)
[ 0.021755] ACPI: UEFI 0x000000007FF3A000 00013E (v01 LENOVO TP-N24 00001120 PTEC 00000002)
[ 0.021765] ACPI: Local APIC address 0xfee00000
[ 0.021981] No NUMA configuration found
[ 0.021982] Faking a node at [mem 0x0000000000000000-0x00000004717fffff]
[ 0.021987] NODE_DATA(0) allocated [mem 0x4717fa000-0x4717fdfff]
[ 0.022025] Zone ranges:
[ 0.022026] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.022028] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.022029] Normal [mem 0x0000000100000000-0x00000004717fffff]
[ 0.022030] Device empty
[ 0.022032] Movable zone start for each node
[ 0.022032] Early memory node ranges
[ 0.022034] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.022035] node 0: [mem 0x0000000000059000-0x000000000009cfff]
[ 0.022036] node 0: [mem 0x0000000000100000-0x0000000074f9cfff]
[ 0.022037] node 0: [mem 0x0000000074f9f000-0x000000007e8f7fff]
[ 0.022038] node 0: [mem 0x000000007ffff000-0x000000007fffffff]
[ 0.022039] node 0: [mem 0x0000000100000000-0x00000004717fffff]
[ 0.022085] Zeroed struct page in unavailable ranges: 5998 pages
[ 0.022087] Initmem setup node 0 [mem 0x0000000000001000-0x00000004717fffff]
[ 0.022089] On node 0 totalpages: 4128914
[ 0.022091] DMA zone: 64 pages used for memmap
[ 0.022091] DMA zone: 21 pages reserved
[ 0.022093] DMA zone: 3995 pages, LIFO batch:0
[ 0.022148] DMA32 zone: 8036 pages used for memmap
[ 0.022149] DMA32 zone: 514295 pages, LIFO batch:63
[ 0.030619] Normal zone: 56416 pages used for memmap
[ 0.030620] Normal zone: 3610624 pages, LIFO batch:63
[ 0.076380] Reserving Intel graphics memory at [mem 0x8a800000-0x8c7fffff]
[ 0.076764] ACPI: PM-Timer IO Port: 0x1808
[ 0.076767] ACPI: Local APIC address 0xfee00000
[ 0.076776] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.076777] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.076778] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.076779] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.076780] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.076781] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.076782] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.076783] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.076784] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.076784] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.076785] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.076786] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.076787] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.076788] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.076789] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.076790] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.076818] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.076821] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.076823] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.076824] ACPI: IRQ0 used by override.
[ 0.076826] ACPI: IRQ9 used by override.
[ 0.076829] Using ACPI (MADT) for SMP configuration information
[ 0.076831] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.076839] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.076862] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.076864] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.076866] PM: Registered nosave memory: [mem 0x0009d000-0x000fffff]
[ 0.076868] PM: Registered nosave memory: [mem 0x74f9d000-0x74f9dfff]
[ 0.076869] PM: Registered nosave memory: [mem 0x74f9e000-0x74f9efff]
[ 0.076871] PM: Registered nosave memory: [mem 0x7e8f8000-0x7ff2bfff]
[ 0.076872] PM: Registered nosave memory: [mem 0x7ff2c000-0x7ff99fff]
[ 0.076873] PM: Registered nosave memory: [mem 0x7ff9a000-0x7fffefff]
[ 0.076875] PM: Registered nosave memory: [mem 0x80000000-0x87ffffff]
[ 0.076876] PM: Registered nosave memory: [mem 0x88000000-0x885fffff]
[ 0.076877] PM: Registered nosave memory: [mem 0x88600000-0x8c7fffff]
[ 0.076878] PM: Registered nosave memory: [mem 0x8c800000-0xf7ffffff]
[ 0.076878] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.076879] PM: Registered nosave memory: [mem 0xfc000000-0xfe00ffff]
[ 0.076880] PM: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
[ 0.076881] PM: Registered nosave memory: [mem 0xfe011000-0xffffffff]
[ 0.076884] [mem 0x8c800000-0xf7ffffff] available for PCI devices
[ 0.076885] Booting paravirtualized kernel on bare hardware
[ 0.076888] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.222575] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[ 0.222843] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
[ 0.222852] pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152
[ 0.222854] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.222879] Built 1 zonelists, mobility grouping on. Total pages: 4064377
[ 0.222880] Policy zone: Normal
[ 0.222882] Kernel command line: initrd=\initramfs-linux.img cryptdevice=UUID=d837c52a-7aca-4e58-a595-ee22f4518288:cryptroot resume=/dev/mapper/cryptroot resume_offset=94031872 root=/dev/mapper/cryptroot rw
[ 0.228324] Calgary: detecting Calgary via BIOS EBDA area
[ 0.228327] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.279859] Memory: 16057372K/16515656K available (12291K kernel code, 1319K rwdata, 3900K rodata, 1612K init, 3616K bss, 458284K reserved, 0K cma-reserved)
[ 0.280064] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.280080] Kernel/User page tables isolation: enabled
[ 0.280103] ftrace: allocating 37368 entries in 146 pages
[ 0.304653] rcu: Preemptible hierarchical RCU implementation.
[ 0.304654] rcu: CONFIG_RCU_FANOUT set to non-default value of 32.
[ 0.304655] rcu: RCU dyntick-idle grace-period acceleration is enabled.
[ 0.304656] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[ 0.304657] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.304659] Tasks RCU enabled.
[ 0.304660] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.304661] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.307165] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
[ 0.307416] rcu: Offload RCU callbacks from CPUs: (none).
[ 0.307583] random: get_random_bytes called from start_kernel+0x37e/0x559 with crng_init=0
[ 0.307618] Console: colour dummy device 80x25
[ 0.307624] printk: console [tty0] enabled
[ 0.307650] ACPI: Core revision 20190509
[ 0.308358] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 0.308389] hpet clockevent registered
[ 0.308429] APIC: Switch to symmetric I/O mode setup
[ 0.308432] DMAR: Host address width 39
[ 0.308434] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.308441] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 0.308443] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.308448] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.308449] DMAR: RMRR base: 0x0000007f47f000 end: 0x0000007f49efff
[ 0.308451] DMAR: RMRR base: 0x0000008a000000 end: 0x0000008c7fffff
[ 0.308452] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[ 0.308455] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.308456] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.308457] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.310086] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.310088] x2apic enabled
[ 0.310101] Switched APIC routing to cluster x2apic.
[ 0.314225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.328400] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1e71785e5dd, max_idle_ns: 440795244814 ns
[ 0.328406] Calibrating delay loop (skipped), value calculated using timer frequency.. 4225.00 BogoMIPS (lpj=7040000)
[ 0.328409] pid_max: default: 32768 minimum: 301
[ 0.333053] LSM: Security Framework initializing
[ 0.333058] Yama: becoming mindful.
[ 0.335720] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.337056] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.337108] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.337151] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.337348] *** VALIDATE proc ***
[ 0.337407] *** VALIDATE cgroup1 ***
[ 0.337409] *** VALIDATE cgroup2 ***
[ 0.337475] mce: CPU0: Thermal monitoring enabled (TM1)
[ 0.337506] process: using mwait in idle threads
[ 0.337510] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.337511] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.337512] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.337514] Spectre V2 : Mitigation: Full generic retpoline
[ 0.337515] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.337516] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.337518] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.337519] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[ 0.337520] Speculative Store Bypass: Vulnerable
[ 0.337524] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[ 0.337880] Freeing SMP alternatives memory: 32K
[ 0.340880] TSC deadline timer enabled
[ 0.340887] smpboot: CPU0: Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz (family: 0x6, model: 0x8e, stepping: 0xa)
[ 0.358453] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.358464] ... version: 4
[ 0.358465] ... bit width: 48
[ 0.358466] ... generic registers: 4
[ 0.358467] ... value mask: 0000ffffffffffff
[ 0.358468] ... max period: 00007fffffffffff
[ 0.358469] ... fixed-purpose events: 3
[ 0.358470] ... event mask: 000000070000000f
[ 0.365085] rcu: Hierarchical SRCU implementation.
[ 0.388710] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.395128] smp: Bringing up secondary CPUs ...
[ 0.435135] x86: Booting SMP configuration:
[ 0.435136] .... node #0, CPUs: #1 #2 #3 #4
[ 0.556111] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ 0.595140] #5 #6 #7
[ 0.675882] smp: Brought up 1 node, 8 CPUs
[ 0.675882] smpboot: Max logical packages: 1
[ 0.675882] smpboot: Total of 8 processors activated (33805.00 BogoMIPS)
[ 0.679035] devtmpfs: initialized
[ 0.679035] x86/mm: Memory block size: 128MB
[ 0.680570] PM: Registering ACPI NVS region [mem 0x74f9d000-0x74f9dfff] (4096 bytes)
[ 0.680570] PM: Registering ACPI NVS region [mem 0x7ff2c000-0x7ff99fff] (450560 bytes)
[ 0.680570] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.680570] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.681882] pinctrl core: initialized pinctrl subsystem
[ 0.682088] PM: RTC time: 21:15:18, date: 2019-08-16
[ 0.682298] NET: Registered protocol family 16
[ 0.682454] audit: initializing netlink subsys (disabled)
[ 0.682472] audit: type=2000 audit(1565990118.376:1): state=initialized audit_enabled=0 res=1
[ 0.682472] cpuidle: using governor ladder
[ 0.682472] cpuidle: using governor menu
[ 0.682472] Simple Boot Flag at 0x47 set to 0x1
[ 0.682472] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.682472] ACPI: bus type PCI registered
[ 0.682472] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.682472] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.682472] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.682472] PCI: Using configuration type 1 for base access
[ 0.682472] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.685126] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.685126] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.688558] ACPI: Added _OSI(Module Device)
[ 0.688560] ACPI: Added _OSI(Processor Device)
[ 0.688561] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.688562] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.688564] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.688566] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.688567] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.778259] ACPI: 14 ACPI AML tables successfully acquired and loaded
[ 0.780881] ACPI: EC: EC started
[ 0.780882] ACPI: EC: interrupt blocked
[ 0.784552] ACPI: \: Used as first EC
[ 0.784554] ACPI: \: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.784555] ACPI: EC: Boot ECDT EC used to handle transactions
[ 0.789729] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.866605] ACPI: Dynamic OEM Table Load:
[ 0.866634] ACPI: SSDT 0xFFFF98701ECC2800 0005EE (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
[ 0.867770] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
[ 0.870080] ACPI: Dynamic OEM Table Load:
[ 0.870095] ACPI: SSDT 0xFFFF98701E804000 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
[ 0.871143] ACPI: Dynamic OEM Table Load:
[ 0.871155] ACPI: SSDT 0xFFFF98701EA90D80 0000BA (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
[ 0.871736] ACPI: Dynamic OEM Table Load:
[ 0.871736] ACPI: SSDT 0xFFFF98701ECC7000 000628 (v02 PmRef HwpLvt 00003000 INTL 20160527)
[ 0.871736] ACPI: Dynamic OEM Table Load:
[ 0.871736] ACPI: SSDT 0xFFFF98701EFF9000 000D14 (v02 PmRef ApIst 00003000 INTL 20160527)
[ 0.876205] ACPI: Dynamic OEM Table Load:
[ 0.876218] ACPI: SSDT 0xFFFF98701E807800 000317 (v02 PmRef ApHwp 00003000 INTL 20160527)
[ 0.877309] ACPI: Dynamic OEM Table Load:
[ 0.877321] ACPI: SSDT 0xFFFF98701E803000 00030A (v02 PmRef ApCst 00003000 INTL 20160527)
[ 0.880214] ACPI: Interpreter enabled
[ 0.880303] ACPI: (supports S0 S3 S4 S5)
[ 0.880304] ACPI: Using IOAPIC for interrupt routing
[ 0.880373] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.881652] ACPI: Enabled 8 GPEs in block 00 to 7F
[ 0.888661] ACPI: Power Resource [PUBS] (on)
[ 0.889133] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
[ 0.919046] ACPI: Power Resource [WRST] (on)
[ 0.920431] ACPI: Power Resource [PXP] (on)
[ 0.950156] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.950166] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.954136] acpi PNP0A08:00: _OSC: platform does not support [AER]
[ 0.956332] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR]
[ 0.956334] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.960229] PCI host bridge to bus 0000:00
[ 0.960232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.960235] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.960237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.960240] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[ 0.960242] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 0.960243] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[ 0.960245] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[ 0.960246] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.960248] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.960249] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.960251] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.960252] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[ 0.960254] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[ 0.960255] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[ 0.960257] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[ 0.960258] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[ 0.960260] pci_bus 0000:00: root bus resource [mem 0x8c800000-0xf7ffffff window]
[ 0.960261] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 0.960263] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.960275] pci 0000:00:00.0: [8086:5914] type 00 class 0x060000
[ 0.961838] pci 0000:00:02.0: [8086:5917] type 00 class 0x030000
[ 0.961856] pci 0000:00:02.0: reg 0x10: [mem 0xe7000000-0xe7ffffff 64bit]
[ 0.961865] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.961872] pci 0000:00:02.0: reg 0x20: [io 0xe000-0xe03f]
[ 0.961896] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.963464] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[ 0.963482] pci 0000:00:04.0: reg 0x10: [mem 0xe8240000-0xe8247fff 64bit]
[ 0.965174] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[ 0.965192] pci 0000:00:08.0: reg 0x10: [mem 0xe8250000-0xe8250fff 64bit]
[ 0.966770] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[ 0.966798] pci 0000:00:14.0: reg 0x10: [mem 0xe8220000-0xe822ffff 64bit]
[ 0.966883] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.968655] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[ 0.968683] pci 0000:00:14.2: reg 0x10: [mem 0xe8251000-0xe8251fff 64bit]
[ 0.970371] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[ 0.970634] pci 0000:00:15.0: reg 0x10: [mem 0xe8252000-0xe8252fff 64bit]
[ 0.973130] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[ 0.973162] pci 0000:00:16.0: reg 0x10: [mem 0xe8253000-0xe8253fff 64bit]
[ 0.973253] pci 0000:00:16.0: PME# supported from D3hot
[ 0.974890] pci 0000:00:16.3: [8086:9d3d] type 00 class 0x070002
[ 0.974912] pci 0000:00:16.3: reg 0x10: [io 0xe060-0xe067]
[ 0.974921] pci 0000:00:16.3: reg 0x14: [mem 0xe8255000-0xe8255fff]
[ 0.976540] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[ 0.978102] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.979784] pci 0000:00:1c.6: [8086:9d16] type 01 class 0x060400
[ 0.979903] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[ 0.981568] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[ 0.983129] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.984794] pci 0000:00:1d.2: [8086:9d1a] type 01 class 0x060400
[ 0.984897] pci 0000:00:1d.2: PME# supported from D0 D3hot D3cold
[ 0.986595] pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100
[ 0.988347] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[ 0.988365] pci 0000:00:1f.2: reg 0x10: [mem 0xe824c000-0xe824ffff]
[ 0.990047] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
[ 0.990081] pci 0000:00:1f.3: reg 0x10: [mem 0xe8248000-0xe824bfff 64bit]
[ 0.990120] pci 0000:00:1f.3: reg 0x20: [mem 0xe8230000-0xe823ffff 64bit]
[ 0.990184] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.991898] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[ 0.991955] pci 0000:00:1f.4: reg 0x10: [mem 0xe8254000-0xe82540ff 64bit]
[ 0.992006] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
[ 0.993697] pci 0000:00:1f.6: [8086:15d7] type 00 class 0x020000
[ 0.993722] pci 0000:00:1f.6: reg 0x10: [mem 0xe8200000-0xe821ffff]
[ 0.993816] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[ 0.995519] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.996004] pci 0000:03:00.0: [8086:24fd] type 00 class 0x028000
[ 0.996108] pci 0000:03:00.0: reg 0x10: [mem 0xe8100000-0xe8101fff 64bit]
[ 0.996696] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.997593] pci 0000:00:1c.6: PCI bridge to [bus 03]
[ 0.997599] pci 0000:00:1c.6: bridge window [mem 0xe8100000-0xe81fffff]
[ 0.997684] pci 0000:04:00.0: [8086:15c0] type 01 class 0x060400
[ 0.997756] pci 0000:04:00.0: enabling Extended Tags
[ 0.997856] pci 0000:04:00.0: supports D1 D2
[ 0.997857] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.997989] pci 0000:00:1d.0: PCI bridge to [bus 04-3c]
[ 0.997995] pci 0000:00:1d.0: bridge window [mem 0xd0000000-0xe60fffff]
[ 0.998000] pci 0000:00:1d.0: bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[ 0.998087] pci 0000:05:00.0: [8086:15c0] type 01 class 0x060400
[ 0.998165] pci 0000:05:00.0: enabling Extended Tags
[ 0.998266] pci 0000:05:00.0: supports D1 D2
[ 0.998268] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.998380] pci 0000:05:01.0: [8086:15c0] type 01 class 0x060400
[ 0.998459] pci 0000:05:01.0: enabling Extended Tags
[ 0.998565] pci 0000:05:01.0: supports D1 D2
[ 0.998567] pci 0000:05:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.998675] pci 0000:05:02.0: [8086:15c0] type 01 class 0x060400
[ 0.998752] pci 0000:05:02.0: enabling Extended Tags
[ 0.998853] pci 0000:05:02.0: supports D1 D2
[ 0.998854] pci 0000:05:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.998991] pci 0000:04:00.0: PCI bridge to [bus 05-3c]
[ 0.999001] pci 0000:04:00.0: bridge window [mem 0xd0000000-0xe60fffff]
[ 0.999008] pci 0000:04:00.0: bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[ 0.999077] pci 0000:06:00.0: [8086:15bf] type 00 class 0x088000
[ 0.999114] pci 0000:06:00.0: reg 0x10: [mem 0xe6000000-0xe603ffff]
[ 0.999128] pci 0000:06:00.0: reg 0x14: [mem 0xe6040000-0xe6040fff]
[ 0.999198] pci 0000:06:00.0: enabling Extended Tags
[ 0.999317] pci 0000:06:00.0: supports D1 D2
[ 0.999318] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.999484] pci 0000:05:00.0: PCI bridge to [bus 06]
[ 0.999495] pci 0000:05:00.0: bridge window [mem 0xe6000000-0xe60fffff]
[ 0.999552] pci 0000:05:01.0: PCI bridge to [bus 07-3b]
[ 0.999562] pci 0000:05:01.0: bridge window [mem 0xd0000000-0xe5efffff]
[ 0.999570] pci 0000:05:01.0: bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[ 0.999658] pci 0000:3c:00.0: [8086:15c1] type 00 class 0x0c0330
[ 0.999698] pci 0000:3c:00.0: reg 0x10: [mem 0xe5f00000-0xe5f0ffff]
[ 0.999786] pci 0000:3c:00.0: enabling Extended Tags
[ 0.999909] pci 0000:3c:00.0: supports D1 D2
[ 0.999910] pci 0000:3c:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.999979] pci 0000:3c:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at 0000:05:02.0 (capable of 31.504 Gb/s with 8 GT/s x4 link)
[ 1.000097] pci 0000:05:02.0: PCI bridge to [bus 3c]
[ 1.000107] pci 0000:05:02.0: bridge window [mem 0xe5f00000-0xe5ffffff]
[ 1.000379] pci 0000:3d:00.0: [144d:a808] type 00 class 0x010802
[ 1.000414] pci 0000:3d:00.0: reg 0x10: [mem 0xe8000000-0xe8003fff 64bit]
[ 1.000604] pci 0000:3d:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8 GT/s x2 link at 0000:00:1d.2 (capable of 31.504 Gb/s with 8 GT/s x4 link)
[ 1.000861] pci 0000:00:1d.2: PCI bridge to [bus 3d]
[ 1.000867] pci 0000:00:1d.2: bridge window [mem 0xe8000000-0xe80fffff]
[ 1.005724] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 1.005827] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 1.005926] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 1.006024] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 1.006121] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 1.006218] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 1.006315] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 1.006412] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 1.008411] ACPI: EC: interrupt unblocked
[ 1.008411] ACPI: EC: event unblocked
[ 1.008411] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 1.008411] ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions and events
[ 1.008414] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[ 1.008421] pci 0000:00:02.0: vgaarb: bridge control possible
[ 1.008423] pci 0000:00:02.0: vgaarb: setting as boot device
[ 1.008424] vgaarb: loaded
[ 1.008610] ACPI: bus type USB registered
[ 1.008627] usbcore: registered new interface driver usbfs
[ 1.008634] usbcore: registered new interface driver hub
[ 1.008660] usbcore: registered new device driver usb
[ 1.008660] pps_core: LinuxPPS API ver. 1 registered
[ 1.008660] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 1.008660] PTP clock support registered
[ 1.008660] EDAC MC: Ver: 3.0.0
[ 1.012263] Registered efivars operations
[ 1.045315] PCI: Using ACPI for IRQ routing
[ 1.047234] PCI: pci_cache_line_size set to 64 bytes
[ 1.048301] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 1.048303] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[ 1.048305] e820: reserve RAM buffer [mem 0x74f9d000-0x77ffffff]
[ 1.048307] e820: reserve RAM buffer [mem 0x7e8f8000-0x7fffffff]
[ 1.048309] e820: reserve RAM buffer [mem 0x471800000-0x473ffffff]
[ 1.048482] NetLabel: Initializing
[ 1.048483] NetLabel: domain hash size = 128
[ 1.048484] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 1.048509] NetLabel: unlabeled traffic allowed by default
[ 1.048516] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 1.048518] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 1.051745] clocksource: Switched to clocksource tsc-early
[ 1.071597] VFS: Disk quotas dquot_6.6.0
[ 1.071623] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.071665] *** VALIDATE hugetlbfs ***
[ 1.071730] pnp: PnP ACPI init
[ 1.072130] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
[ 1.072134] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 1.072137] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 1.072139] system 00:00: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 1.072142] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 1.072144] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 1.072146] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 1.072155] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.072901] system 00:01: [io 0xff00-0xfffe] has been reserved
[ 1.072908] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.074264] system 00:02: [io 0x0680-0x069f] has been reserved
[ 1.074267] system 00:02: [io 0xffff] has been reserved
[ 1.074269] system 00:02: [io 0xffff] has been reserved
[ 1.074271] system 00:02: [io 0xffff] has been reserved
[ 1.074273] system 00:02: [io 0x1800-0x18fe] has been reserved
[ 1.074276] system 00:02: [io 0x164e-0x164f] has been reserved
[ 1.074282] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.074519] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 1.074609] system 00:04: [io 0x1854-0x1857] has been reserved
[ 1.074615] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 1.074654] pnp 00:05: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[ 1.074686] pnp 00:06: Plug and Play ACPI device, IDs LEN0093 PNP0f13 (active)
[ 1.074933] system 00:07: [io 0x1800-0x189f] could not be reserved
[ 1.074936] system 00:07: [io 0x0800-0x087f] has been reserved
[ 1.074939] system 00:07: [io 0x0880-0x08ff] has been reserved
[ 1.074941] system 00:07: [io 0x0900-0x097f] has been reserved
[ 1.074943] system 00:07: [io 0x0980-0x09ff] has been reserved
[ 1.074946] system 00:07: [io 0x0a00-0x0a7f] has been reserved
[ 1.074948] system 00:07: [io 0x0a80-0x0aff] has been reserved
[ 1.074950] system 00:07: [io 0x0b00-0x0b7f] has been reserved
[ 1.074953] system 00:07: [io 0x0b80-0x0bff] has been reserved
[ 1.074955] system 00:07: [io 0x15e0-0x15ef] has been reserved
[ 1.074957] system 00:07: [io 0x1600-0x167f] could not be reserved
[ 1.074960] system 00:07: [io 0x1640-0x165f] could not be reserved
[ 1.074963] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
[ 1.074965] system 00:07: [mem 0xfed10000-0xfed13fff] has been reserved
[ 1.074968] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[ 1.074970] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[ 1.074973] system 00:07: [mem 0xfeb00000-0xfebfffff] has been reserved
[ 1.074975] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 1.074978] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 1.074981] system 00:07: [mem 0xf7fe0000-0xf7ffffff] has been reserved
[ 1.074986] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.078219] system 00:08: [mem 0xfdaf0000-0xfdafffff] has been reserved
[ 1.078221] system 00:08: [mem 0xfdae0000-0xfdaeffff] has been reserved
[ 1.078224] system 00:08: [mem 0xfdac0000-0xfdacffff] has been reserved
[ 1.078230] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.080265] system 00:09: [mem 0xfed10000-0xfed17fff] could not be reserved
[ 1.080268] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[ 1.080270] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[ 1.080272] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
[ 1.080274] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 1.080276] system 00:09: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 1.080279] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 1.080281] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
[ 1.080283] system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved
[ 1.080286] system 00:09: [mem 0xf7fe0000-0xf7ffffff] has been reserved
[ 1.080292] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.080871] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved
[ 1.080873] system 00:0a: [mem 0x000f0000-0x000fffff] could not be reserved
[ 1.080875] system 00:0a: [mem 0x00100000-0x8c7fffff] could not be reserved
[ 1.080878] system 00:0a: [mem 0xfec00000-0xfed3ffff] could not be reserved
[ 1.080880] system 00:0a: [mem 0xfed4c000-0xffffffff] could not be reserved
[ 1.080886] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 1.081179] pnp: PnP ACPI: found 11 devices
[ 1.087763] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 1.087774] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 1.087778] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[ 1.087781] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[ 1.087785] pci 0000:05:01.0: bridge window [io 0x1000-0x0fff] to [bus 07-3b] add_size 1000
[ 1.087789] pci 0000:04:00.0: bridge window [io 0x1000-0x0fff] to [bus 05-3c] add_size 1000
[ 1.087791] pci 0000:00:1d.0: bridge window [io 0x1000-0x0fff] to [bus 04-3c] add_size 2000
[ 1.087808] pci 0000:00:1c.0: BAR 14: assigned [mem 0x8c800000-0x8c9fffff]
[ 1.087827] pci 0000:00:1c.0: BAR 15: assigned [mem 0x8ca00000-0x8cbfffff 64bit pref]
[ 1.087832] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 1.087835] pci 0000:00:1d.0: BAR 13: assigned [io 0x3000-0x4fff]
[ 1.087839] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 1.087844] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 1.087849] pci 0000:00:1c.0: bridge window [mem 0x8c800000-0x8c9fffff]
[ 1.087854] pci 0000:00:1c.0: bridge window [mem 0x8ca00000-0x8cbfffff 64bit pref]
[ 1.087860] pci 0000:00:1c.6: PCI bridge to [bus 03]
[ 1.087867] pci 0000:00:1c.6: bridge window [mem 0xe8100000-0xe81fffff]
[ 1.087877] pci 0000:04:00.0: BAR 13: assigned [io 0x3000-0x3fff]
[ 1.087880] pci 0000:05:01.0: BAR 13: assigned [io 0x3000-0x3fff]
[ 1.087882] pci 0000:05:00.0: PCI bridge to [bus 06]
[ 1.087889] pci 0000:05:00.0: bridge window [mem 0xe6000000-0xe60fffff]
[ 1.087900] pci 0000:05:01.0: PCI bridge to [bus 07-3b]
[ 1.087904] pci 0000:05:01.0: bridge window [io 0x3000-0x3fff]
[ 1.087910] pci 0000:05:01.0: bridge window [mem 0xd0000000-0xe5efffff]
[ 1.087915] pci 0000:05:01.0: bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[ 1.087923] pci 0000:05:02.0: PCI bridge to [bus 3c]
[ 1.087930] pci 0000:05:02.0: bridge window [mem 0xe5f00000-0xe5ffffff]
[ 1.087940] pci 0000:04:00.0: PCI bridge to [bus 05-3c]
[ 1.087944] pci 0000:04:00.0: bridge window [io 0x3000-0x3fff]
[ 1.087950] pci 0000:04:00.0: bridge window [mem 0xd0000000-0xe60fffff]
[ 1.087955] pci 0000:04:00.0: bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[ 1.087962] pci 0000:00:1d.0: PCI bridge to [bus 04-3c]
[ 1.087965] pci 0000:00:1d.0: bridge window [io 0x3000-0x4fff]
[ 1.087970] pci 0000:00:1d.0: bridge window [mem 0xd0000000-0xe60fffff]
[ 1.087974] pci 0000:00:1d.0: bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[ 1.087979] pci 0000:00:1d.2: PCI bridge to [bus 3d]
[ 1.087984] pci 0000:00:1d.2: bridge window [mem 0xe8000000-0xe80fffff]
[ 1.087994] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 1.087996] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 1.087998] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 1.088000] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[ 1.088002] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[ 1.088004] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[ 1.088006] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[ 1.088008] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[ 1.088010] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[ 1.088011] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[ 1.088013] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[ 1.088015] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[ 1.088017] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[ 1.088019] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[ 1.088020] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[ 1.088022] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[ 1.088024] pci_bus 0000:00: resource 20 [mem 0x8c800000-0xf7ffffff window]
[ 1.088026] pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window]
[ 1.088028] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 1.088030] pci_bus 0000:01: resource 1 [mem 0x8c800000-0x8c9fffff]
[ 1.088032] pci_bus 0000:01: resource 2 [mem 0x8ca00000-0x8cbfffff 64bit pref]
[ 1.088034] pci_bus 0000:03: resource 1 [mem 0xe8100000-0xe81fffff]
[ 1.088036] pci_bus 0000:04: resource 0 [io 0x3000-0x4fff]
[ 1.088037] pci_bus 0000:04: resource 1 [mem 0xd0000000-0xe60fffff]
[ 1.088039] pci_bus 0000:04: resource 2 [mem 0x90000000-0xb1ffffff 64bit pref]
[ 1.088041] pci_bus 0000:05: resource 0 [io 0x3000-0x3fff]
[ 1.088043] pci_bus 0000:05: resource 1 [mem 0xd0000000-0xe60fffff]
[ 1.088045] pci_bus 0000:05: resource 2 [mem 0x90000000-0xb1ffffff 64bit pref]
[ 1.088047] pci_bus 0000:06: resource 1 [mem 0xe6000000-0xe60fffff]
[ 1.088048] pci_bus 0000:07: resource 0 [io 0x3000-0x3fff]
[ 1.088050] pci_bus 0000:07: resource 1 [mem 0xd0000000-0xe5efffff]
[ 1.088052] pci_bus 0000:07: resource 2 [mem 0x90000000-0xb1ffffff 64bit pref]
[ 1.088054] pci_bus 0000:3c: resource 1 [mem 0xe5f00000-0xe5ffffff]
[ 1.088056] pci_bus 0000:3d: resource 1 [mem 0xe8000000-0xe80fffff]
[ 1.088392] NET: Registered protocol family 2
[ 1.088605] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
[ 1.088698] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 1.088980] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 1.089133] TCP: Hash tables configured (established 131072 bind 65536)
[ 1.089190] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ 1.089259] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 1.089405] NET: Registered protocol family 1
[ 1.089418] NET: Registered protocol family 44
[ 1.089433] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 1.090513] pci 0000:04:00.0: enabling device (0006 -> 0007)
[ 1.091083] PCI: CLS 128 bytes, default 64
[ 1.091132] Trying to unpack rootfs image as initramfs...
[ 1.502797] Freeing initrd memory: 16160K
[ 1.502848] DMAR: ACPI device "device:79" under DMAR at fed91000 as 00:15.0
[ 1.518527] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.518530] software IO TLB: mapped [mem 0x6c0f9000-0x700f9000] (64MB)
[ 1.518578] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e71785e5dd, max_idle_ns: 440795244814 ns
[ 1.518607] clocksource: Switched to clocksource tsc
[ 1.518781] check: Scanning for low memory corruption every 60 seconds
[ 1.519707] Initialise system trusted keyrings
[ 1.519719] Key type blacklist registered
[ 1.519777] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[ 1.521652] zbud: loaded
[ 1.524381] Key type asymmetric registered
[ 1.524384] Asymmetric key parser 'x509' registered
[ 1.524399] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 1.524473] io scheduler mq-deadline registered
[ 1.524475] io scheduler kyber registered
[ 1.524552] io scheduler bfq registered
[ 1.525325] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
[ 1.525369] pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[ 1.525860] pcieport 0000:00:1c.6: PME: Signaling with IRQ 123
[ 1.526022] pcieport 0000:00:1d.0: PME: Signaling with IRQ 124
[ 1.526056] pcieport 0000:00:1d.0: pciehp: Slot #8 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[ 1.526514] pcieport 0000:00:1d.2: PME: Signaling with IRQ 125
[ 1.526977] pcieport 0000:05:01.0: enabling device (0006 -> 0007)
[ 1.527181] pcieport 0000:05:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[ 1.527564] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 1.527714] efifb: probing for efifb
[ 1.527740] efifb: framebuffer at 0xc0000000, using 1200k, total 1200k
[ 1.527742] efifb: mode is 640x480x32, linelength=2560, pages=1
[ 1.527743] efifb: scrolling: redraw
[ 1.527745] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 1.527808] fbcon: Deferring console take-over
[ 1.527810] fb0: EFI VGA frame buffer device
[ 1.527822] intel_idle: MWAIT substates: 0x11142120
[ 1.527824] intel_idle: v0.4.1 model 0x8E
[ 1.528706] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 1.528858] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 1.531815] ACPI: Sleep Button [SLPB]
[ 1.531892] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[ 1.541883] ACPI: Lid Switch [LID]
[ 1.541968] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 1.542188] ACPI: Power Button [PWRF]
[ 1.548978] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.548980] ACPI: Thermal Zone [THM0] (58 C)
[ 1.549440] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.550242] serial 0000:00:16.3: enabling device (0000 -> 0003)
[ 1.571283] 0000:00:16.3: ttyS0 at I/O 0xe060 (irq = 19, base_baud = 115200) is a 16550A
[ 1.573524] nvme nvme0: pci function 0000:3d:00.0
[ 1.573571] usbcore: registered new interface driver usbserial_generic
[ 1.573577] usbserial: USB Serial support registered for generic
[ 1.573601] rtc_cmos 00:03: RTC can wake from S4
[ 1.574459] rtc_cmos 00:03: registered as rtc0
[ 1.574481] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 1.574569] intel_pstate: Intel P-state driver initializing
[ 1.575454] intel_pstate: HWP enabled
[ 1.575780] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.575874] intel_pmc_core intel_pmc_core.0: initialized
[ 1.576113] NET: Registered protocol family 10
[ 1.584807] Segment Routing with IPv6
[ 1.584824] NET: Registered protocol family 17
[ 1.585609] mce: Using 10 MCE banks
[ 1.585619] RAS: Correctable Errors collector initialized.
[ 1.585648] microcode: sig=0x806ea, pf=0x80, revision=0x84
[ 1.585899] microcode: Microcode Update Driver: v2.2.
[ 1.585907] sched_clock: Marking stable (1588337173, -2441790)->(1607305891, -21410508)
[ 1.586331] registered taskstats version 1
[ 1.586337] Loading compiled-in X.509 certificates
[ 1.589779] Loaded X.509 cert 'Build time autogenerated kernel key: 62fc5ec65926abbcdf7dbdb71e25135b520c903d'
[ 1.589798] zswap: loaded using pool lzo/zbud
[ 1.596005] Key type big_key registered
[ 1.597286] PM: Magic number: 15:163:298
[ 1.597504] rtc_cmos 00:03: setting system clock to 2019-08-16T21:15:19 UTC (1565990119)
[ 1.791130] nvme nvme0: Shutdown timeout set to 8 seconds
[ 1.834437] nvme nvme0: 8/0/0 default/read/poll queues
[ 1.852629] nvme0n1: p1 p2
[ 1.856349] Freeing unused decrypted memory: 2040K
[ 1.857001] Freeing unused kernel image memory: 1612K
[ 1.878943] Write protecting the kernel read-only data: 18432k
[ 1.880123] Freeing unused kernel image memory: 2012K
[ 1.880350] Freeing unused kernel image memory: 196K
[ 1.902252] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.902254] x86/mm: Checking user space page tables
[ 1.917482] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.917484] Run /init as init process
[ 1.993263] fbcon: Taking over console
[ 1.993304] Console: switching to colour frame buffer device 80x30
[ 2.001143] Linux agpgart interface v0.103
[ 2.017474] mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 1)
[ 2.017475] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 2.017476] mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 1)
[ 2.017477] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 2.017478] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 2.017510] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 2.017529] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 2.017530] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 2.017531] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 2.017532] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 2.033445] mce: CPU0: Core temperature/speed normal
[ 2.033446] mce: CPU0: Package temperature/speed normal
[ 2.033448] mce: CPU4: Core temperature/speed normal
[ 2.033449] mce: CPU4: Package temperature/speed normal
[ 2.033544] mce: CPU3: Package temperature/speed normal
[ 2.033545] mce: CPU2: Package temperature/speed normal
[ 2.033545] mce: CPU6: Package temperature/speed normal
[ 2.033546] mce: CPU7: Package temperature/speed normal
[ 2.033547] mce: CPU5: Package temperature/speed normal
[ 2.033547] mce: CPU1: Package temperature/speed normal
[ 2.048199] i915 0000:00:02.0: enabling device (0006 -> 0007)
[ 2.048993] checking generic (c0000000 12c000) vs hw (c0000000 10000000)
[ 2.048994] fb0: switching to inteldrmfb from EFI VGA
[ 2.049004] Console: switching to colour dummy device 80x25
[ 2.049055] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 2.049748] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 2.049748] [drm] Driver supports precise vblank timestamp query.
[ 2.050173] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
[ 2.050520] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 2.075792] [drm] Initialized i915 1.6.0 20190417 for 0000:00:02.0 on minor 0
[ 2.082918] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 2.083189] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[ 2.202561] fbcon: i915drmfb (fb0) is primary device
[ 2.206063] Console: switching to colour frame buffer device 320x90
[ 2.239539] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[ 2.329554] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 2.331637] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.331764] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 2.332081] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[ 2.332163] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[ 2.337736] cryptd: max_cpu_qlen set to 1000
[ 2.339505] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.339512] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 2.340574] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[ 2.340578] xhci_hcd 0000:00:14.0: cache line size of 128 is not supported
[ 2.340811] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
[ 2.340812] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.340814] usb usb1: Product: xHCI Host Controller
[ 2.340815] usb usb1: Manufacturer: Linux 5.2.8-arch1-1-ARCH xhci-hcd
[ 2.340816] usb usb1: SerialNumber: 0000:00:14.0
[ 2.341012] hub 1-0:1.0: USB hub found
[ 2.341026] hub 1-0:1.0: 12 ports detected
[ 2.342798] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.342801] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 2.342804] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 2.342837] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.02
[ 2.342839] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.342840] usb usb2: Product: xHCI Host Controller
[ 2.342841] usb usb2: Manufacturer: Linux 5.2.8-arch1-1-ARCH xhci-hcd
[ 2.342842] usb usb2: SerialNumber: 0000:00:14.0
[ 2.342990] hub 2-0:1.0: USB hub found
[ 2.342999] hub 2-0:1.0: 6 ports detected
[ 2.343817] usb: port power management may be unreliable
[ 2.345175] xhci_hcd 0000:3c:00.0: xHCI Host Controller
[ 2.345179] xhci_hcd 0000:3c:00.0: new USB bus registered, assigned bus number 3
[ 2.345296] AVX2 version of gcm_enc/dec engaged.
[ 2.345297] AES CTR mode by8 optimization enabled
[ 2.346309] xhci_hcd 0000:3c:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[ 2.346540] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
[ 2.346542] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.346543] usb usb3: Product: xHCI Host Controller
[ 2.346544] usb usb3: Manufacturer: Linux 5.2.8-arch1-1-ARCH xhci-hcd
[ 2.346544] usb usb3: SerialNumber: 0000:3c:00.0
[ 2.346651] hub 3-0:1.0: USB hub found
[ 2.346662] hub 3-0:1.0: 2 ports detected
[ 2.347179] xhci_hcd 0000:3c:00.0: xHCI Host Controller
[ 2.347182] xhci_hcd 0000:3c:00.0: new USB bus registered, assigned bus number 4
[ 2.347184] xhci_hcd 0000:3c:00.0: Host supports USB 3.0 SuperSpeed
[ 2.347214] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.02
[ 2.347215] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.347216] usb usb4: Product: xHCI Host Controller
[ 2.347217] usb usb4: Manufacturer: Linux 5.2.8-arch1-1-ARCH xhci-hcd
[ 2.347218] usb usb4: SerialNumber: 0000:3c:00.0
[ 2.347294] hub 4-0:1.0: USB hub found
[ 2.347303] hub 4-0:1.0: 2 ports detected
[ 2.354731] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 2.578146] device-mapper: uevent: version 1.0.3
[ 2.578383] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
[ 2.595321] random: cryptsetup: uninitialized urandom read (4 bytes read)
[ 2.605569] random: cryptsetup: uninitialized urandom read (4 bytes read)
[ 2.672234] usb 1-5: new high-speed USB device number 2 using xhci_hcd
[ 2.823144] usb 1-5: New USB device found, idVendor=04f2, idProduct=b613, bcdDevice= 0.11
[ 2.823149] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.823153] usb 1-5: Product: Integrated IR Camera
[ 2.823156] usb 1-5: Manufacturer: SunplusIT Inc
[ 2.939155] usb 2-3: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[ 2.969810] usb 2-3: New USB device found, idVendor=0bda, idProduct=0316, bcdDevice= 2.04
[ 2.969816] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.969820] usb 2-3: Product: USB3.0-CRW
[ 2.969823] usb 2-3: Manufacturer: Generic
[ 2.969826] usb 2-3: SerialNumber: 20120501030900000
[ 2.988076] SCSI subsystem initialized
[ 2.990475] usb-storage 2-3:1.0: USB Mass Storage device detected
[ 2.990809] scsi host0: usb-storage 2-3:1.0
[ 2.990888] usbcore: registered new interface driver usb-storage
[ 2.992178] usbcore: registered new interface driver uas
[ 3.082240] usb 1-7: new full-speed USB device number 3 using xhci_hcd
[ 3.223950] usb 1-7: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
[ 3.223955] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.348895] usb 1-8: new high-speed USB device number 4 using xhci_hcd
[ 3.539637] usb 1-8: New USB device found, idVendor=04f2, idProduct=b604, bcdDevice= 0.27
[ 3.539642] usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 3.539646] usb 1-8: Product: Integrated Camera
[ 3.539648] usb 1-8: Manufacturer: Chicony Electronics Co.,Ltd.
[ 3.539651] usb 1-8: SerialNumber: 0001
[ 3.665600] usb 1-9: new full-speed USB device number 5 using xhci_hcd
[ 3.808048] usb 1-9: New USB device found, idVendor=06cb, idProduct=009a, bcdDevice= 1.64
[ 3.808054] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[ 3.808057] usb 1-9: SerialNumber: 37b898867714
[ 4.014985] scsi 0:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 6
[ 4.025003] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 6.973606] random: fast init done
[ 8.901421] NET: Registered protocol family 38
[ 9.035068] random: cryptsetup: uninitialized urandom read (2 bytes read)
[ 9.054226] PM: Image not found (code -22)
[ 9.102269] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[ 9.240797] systemd[1]: systemd 242.84-1-arch 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)
[ 9.255696] systemd[1]: Detected architecture x86-64.
[ 9.259846] systemd[1]: Set hostname to <jaheira>.
[ 9.275329] random: crng init done
[ 9.317455] systemd[1]: /usr/lib/systemd/system/virtlogd.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/virtlogd-sock → /run/libvirt/virtlogd-sock; please update the unit file accordingly.
[ 9.318790] systemd[1]: /usr/lib/systemd/system/virtlogd-admin.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/virtlogd-admin-sock → /run/libvirt/virtlogd-admin-sock; please update the unit file accordingly.
[ 9.325476] systemd[1]: /usr/lib/systemd/system/virtlockd.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/virtlockd-sock → /run/libvirt/virtlockd-sock; please update the unit file accordingly.
[ 9.326481] systemd[1]: /usr/lib/systemd/system/virtlockd-admin.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/virtlockd-admin-sock → /run/libvirt/virtlockd-admin-sock; please update the unit file accordingly.
[ 9.340971] systemd[1]: /usr/lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
[ 9.342519] systemd[1]: Listening on udev Kernel Socket.
[ 9.342701] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 9.384198] acpi_call: loading out-of-tree module taints kernel.
[ 9.384215] acpi_call: module verification failed: signature and/or required key missing - tainting kernel
[ 9.398932] EXT4-fs (dm-0): re-mounted. Opts: (null)
[ 9.404292] vboxdrv: Found 8 processor cores
[ 9.421922] vboxdrv: TSC mode is Invariant, tentative frequency 2111999116 Hz
[ 9.421923] vboxdrv: Successfully loaded version 6.0.10 (interface 0x00290008)
[ 9.423589] VBoxPciLinuxInit
[ 9.423592] vboxpci: IOMMU not found (not registered)
[ 9.424435] VBoxNetAdp: Successfully started.
[ 9.426386] VBoxNetFlt: Successfully started.
[ 9.594475] audit: type=1130 audit(1565990127.493:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 9.601541] systemd-journald[453]: Received request to flush runtime journal from PID 1
[ 9.687064] audit: type=1130 audit(1565990127.586:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 9.791894] battery: ACPI: Battery Slot [BAT0] (battery present)
[ 9.793424] tpm_tis STM7304:00: 2.0 TPM (device-id 0x0, rev-id 78)
[ 9.805744] audit: type=1130 audit(1565990127.706:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 9.813182] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[ 9.820518] Adding 16777212k swap on /swapfile. Priority:-2 extents:23 across:24010748k SSFS
[ 9.828678] Non-volatile memory driver v1.3
[ 9.830998] mei_me 0000:00:16.0: enabling device (0004 -> 0006)
[ 9.834047] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[ 9.839617] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 9.839684] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 9.840669] ACPI: AC Adapter [AC] (off-line)
[ 9.844628] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 9.849163] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[ 9.849164] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 9.849164] thinkpad_acpi: ThinkPad BIOS N24ET37W (1.12 ), EC N24HT23W
[ 9.849165] thinkpad_acpi: Lenovo ThinkPad T480, model 20L5001FUS
[ 9.853543] thinkpad_acpi: radio switch found; radios are enabled
[ 9.853566] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 9.853567] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[ 9.856501] audit: type=1130 audit(1565990127.756:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 9.857601] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 9.857602] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 9.857603] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 9.857603] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 9.857604] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 9.857605] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 9.860261] input: PC Speaker as /devices/platform/pcspkr/input/input9
[ 9.876601] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 9.878850] resource sanity check: requesting [mem 0xfed10000-0xfed15fff], which spans more than pnp 00:07 [mem 0xfed10000-0xfed13fff]
[ 9.878857] caller snb_uncore_imc_init_box+0x74/0xb0 [intel_uncore] mapping multiple BARs
[ 9.889721] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 9.889723] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 9.889960] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 9.907571] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 9.931048] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 9.932002] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 9.932003] cfg80211: failed to load regulatory.db
[ 9.940530] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[ 9.941399] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[ 9.985375] battery: ACPI: Battery Slot [BAT1] (battery present)
[ 9.994057] iTCO_vendor_support: vendor-support=0
[ 9.998719] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 9.998878] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 9.999498] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 10.000566] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 10.003474] mei_hdcp mei::b638ab7e-94e2-4ea2-a552-d1c54b627f04:01: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[ 10.005963] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[ 10.021242] thinkpad_acpi: battery 2 registered (start 0, stop 100)
[ 10.029871] thinkpad_acpi: battery 1 registered (start 0, stop 100)
[ 10.029876] battery: new extension: ThinkPad Battery Extension
[ 10.030153] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input8
[ 10.051760] audit: type=1130 audit(1565990127.943:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:tpacpi::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 10.051763] audit: type=1130 audit(1565990127.950:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 10.085026] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 10.085029] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 10.085030] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 10.085031] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 10.085032] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 10.085034] snd_hda_codec_realtek hdaudioC0D0: Mic=0x19
[ 10.085035] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 10.088960] Intel(R) Wireless WiFi driver for Linux
[ 10.088962] Copyright(c) 2003- 2015 Intel Corporation
[ 10.089330] iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
[ 10.089561] fuse: init (API version 7.31)
[ 10.093663] audit: type=1130 audit(1565990127.993:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-99D7\x2d7A7F comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 10.127123] iwlwifi 0000:03:00.0: loaded firmware version 36.8fd77bb3.0 op_mode iwlmvm
[ 10.214902] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[ 10.214950] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[ 10.214995] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[ 10.215037] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 10.215089] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[ 10.215141] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[ 10.215187] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[ 10.215260] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[ 10.296515] audit: type=1130 audit(1565990128.196:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 10.313297] audit: type=1127 audit(1565990128.213:10): pid=723 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[ 10.329131] audit: type=1130 audit(1565990128.230:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 10.386375] intel_rapl: Found RAPL domain package
[ 10.386377] intel_rapl: Found RAPL domain core
[ 10.386378] intel_rapl: Found RAPL domain uncore
[ 10.386379] intel_rapl: Found RAPL domain dram
[ 10.390513] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[ 10.453454] iwlwifi 0000:03:00.0: base HW address: 74:e5:f9:e0:9b:ab
[ 10.525479] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[ 10.581502] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 10.581763] thermal thermal_zone6: failed to read out thermal zone (-61)
[ 10.586049] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
[ 10.612767] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 8c:16:45:22:b9:98
[ 10.612919] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[ 10.613003] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: 1000FF-0FF
[ 10.615530] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[ 10.712874] psmouse serio1: synaptics: queried max coordinates: x [..5676], y [..4690]
[ 10.744672] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
[ 10.744678] psmouse serio1: synaptics: Trying to set up SMBus access
[ 10.768777] media: Linux media interface: v0.10
[ 10.809282] videodev: Linux video capture interface: v2.00
[ 10.874583] rmi4_smbus 6-002c: registering SMbus-connected sensor
[ 10.939835] rmi4_f01 rmi4-00.fn01: found RMI device, manufacturer: Synaptics, product: TM3276-022, fw id: 2700066
[ 11.022165] input: Synaptics TM3276-022 as /devices/rmi4-00/input/input19
[ 11.029481] serio: RMI4 PS/2 pass-through port at rmi4-00.fn03
[ 11.029816] mousedev: PS/2 mouse device common for all mice
[ 11.214049] Bluetooth: Core ver 2.22
[ 11.214068] NET: Registered protocol family 31
[ 11.214069] Bluetooth: HCI device and connection manager initialized
[ 11.214072] Bluetooth: HCI socket layer initialized
[ 11.214073] Bluetooth: L2CAP socket layer initialized
[ 11.214076] Bluetooth: SCO socket layer initialized
[ 11.306387] uvcvideo: Found UVC 1.00 device Integrated IR Camera (04f2:b613)
[ 11.330489] uvcvideo 1-5:1.0: Entity type for entity Extension 6 was not initialized!
[ 11.330494] uvcvideo 1-5:1.0: Entity type for entity Extension 5 was not initialized!
[ 11.330497] uvcvideo 1-5:1.0: Entity type for entity Extension 4 was not initialized!
[ 11.330500] uvcvideo 1-5:1.0: Entity type for entity Extension 3 was not initialized!
[ 11.330502] uvcvideo 1-5:1.0: Entity type for entity Processing 2 was not initialized!
[ 11.330505] uvcvideo 1-5:1.0: Entity type for entity Camera 1 was not initialized!
[ 11.330787] input: Integrated IR Camera: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input21
[ 11.345669] usbcore: registered new interface driver btusb
[ 11.347025] Bluetooth: hci0: Firmware revision 0.1 build 50 week 12 2019
[ 11.411205] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 11.411207] Bluetooth: BNEP filters: protocol multicast
[ 11.411214] Bluetooth: BNEP socket layer initialized
[ 11.412588] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[ 11.441195] uvcvideo: Found UVC 1.00 device Integrated Camera (04f2:b604)
[ 11.452514] uvcvideo 1-8:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
[ 11.452519] uvcvideo 1-8:1.0: Entity type for entity Extension 4 was not initialized!
[ 11.452523] uvcvideo 1-8:1.0: Entity type for entity Processing 2 was not initialized!
[ 11.452526] uvcvideo 1-8:1.0: Entity type for entity Camera 1 was not initialized!
[ 11.452775] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input22
[ 11.453065] usbcore: registered new interface driver uvcvideo
[ 11.453068] USB Video Class driver (1.1.1)
[ 11.464960] input: TPPS/2 IBM TrackPoint as /devices/rmi4-00/rmi4-00.fn03/serio2/input/input20
[ 11.956227] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 11.978940] tun: Universal TUN/TAP device driver, 1.6
[ 11.984680] virbr0: port 1(virbr0-nic) entered blocking state
[ 11.984707] virbr0: port 1(virbr0-nic) entered disabled state
[ 11.984823] device virbr0-nic entered promiscuous mode
[ 12.895348] virbr0: port 1(virbr0-nic) entered blocking state
[ 12.895355] virbr0: port 1(virbr0-nic) entered listening state
[ 13.025230] virbr0: port 1(virbr0-nic) entered disabled state
[ 13.365812] L1TF CPU bug present and SMT on, data leak possible. See CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html for details.
[ 17.912127] kauditd_printk_skb: 146 callbacks suppressed
[ 17.912131] audit: type=1130 audit(1565990135.813:158): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 18.144963] audit: type=1130 audit(1565990136.043:159): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nmb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 18.295523] audit: type=1130 audit(1565990136.196:160): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=smb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 18.412971] loop: module loaded
[ 18.848374] Bridge firewalling registered
[ 18.923446] audit: type=1325 audit(1565990136.823:161): table=nat family=2 entries=13
[ 18.928685] audit: type=1325 audit(1565990136.830:162): table=filter family=2 entries=81
[ 18.933557] audit: type=1325 audit(1565990136.833:163): table=filter family=2 entries=83
[ 18.938714] audit: type=1325 audit(1565990136.840:164): table=filter family=2 entries=85
[ 18.943818] audit: type=1325 audit(1565990136.843:165): table=filter family=2 entries=87
[ 18.949134] audit: type=1325 audit(1565990136.850:166): table=filter family=2 entries=88
[ 18.970206] Initializing XFRM netlink socket
[ 19.008282] audit: type=1325 audit(1565990136.906:167): table=nat family=2 entries=15
[ 22.217961] wlp3s0: authenticate with 0a:8d:cb:c3:b5:27
[ 22.229005] wlp3s0: send auth to 0a:8d:cb:c3:b5:27 (try 1/3)
[ 22.234792] wlp3s0: authenticated
[ 22.235106] wlp3s0: associate with 0a:8d:cb:c3:b5:27 (try 1/3)
[ 22.236947] wlp3s0: RX AssocResp from 0a:8d:cb:c3:b5:27 (capab=0x1011 status=17 aid=0)
[ 22.236952] wlp3s0: 0a:8d:cb:c3:b5:27 denied association (code=17)
[ 22.802624] wlp3s0: authenticate with 0a:8d:cb:c3:b5:32
[ 22.812619] wlp3s0: send auth to 0a:8d:cb:c3:b5:32 (try 1/3)
[ 22.822394] wlp3s0: authenticated
[ 22.825129] wlp3s0: associate with 0a:8d:cb:c3:b5:32 (try 1/3)
[ 22.826793] wlp3s0: RX AssocResp from 0a:8d:cb:c3:b5:32 (capab=0x1011 status=17 aid=0)
[ 22.826796] wlp3s0: 0a:8d:cb:c3:b5:32 denied association (code=17)
[ 23.381402] wlp3s0: authenticate with 0a:8d:cb:95:7d:31
[ 23.392296] wlp3s0: send auth to 0a:8d:cb:95:7d:31 (try 1/3)
[ 23.399214] wlp3s0: authenticated
[ 23.401811] wlp3s0: associate with 0a:8d:cb:95:7d:31 (try 1/3)
[ 23.403556] wlp3s0: RX AssocResp from 0a:8d:cb:95:7d:31 (capab=0x1011 status=17 aid=128)
[ 23.403565] wlp3s0: 0a:8d:cb:95:7d:31 denied association (code=17)
[ 23.977043] wlp3s0: authenticate with 0a:8d:cb:c3:e0:81
[ 23.986041] wlp3s0: send auth to 0a:8d:cb:c3:e0:81 (try 1/3)
[ 23.991604] wlp3s0: authenticated
[ 23.995109] wlp3s0: associate with 0a:8d:cb:c3:e0:81 (try 1/3)
[ 23.996731] wlp3s0: RX AssocResp from 0a:8d:cb:c3:e0:81 (capab=0x1011 status=17 aid=0)
[ 23.996735] wlp3s0: 0a:8d:cb:c3:e0:81 denied association (code=17)
[ 24.308100] wlp3s0: authenticate with 0a:8d:cb:95:7c:f1
[ 24.317196] wlp3s0: send auth to 0a:8d:cb:95:7c:f1 (try 1/3)
[ 24.318905] wlp3s0: authenticated
[ 24.321779] wlp3s0: associate with 0a:8d:cb:95:7c:f1 (try 1/3)
[ 24.323608] wlp3s0: RX AssocResp from 0a:8d:cb:95:7c:f1 (capab=0x1011 status=17 aid=0)
[ 24.323611] wlp3s0: 0a:8d:cb:95:7c:f1 denied association (code=17)
[ 24.814380] wlp3s0: authenticate with e6:cb:ac:34:57:6c
[ 24.824394] wlp3s0: send auth to e6:cb:ac:34:57:6c (try 1/3)
[ 24.826161] wlp3s0: authenticated
[ 24.828418] wlp3s0: associate with e6:cb:ac:34:57:6c (try 1/3)
[ 24.830250] wlp3s0: RX AssocResp from e6:cb:ac:34:57:6c (capab=0x1011 status=17 aid=0)
[ 24.830253] wlp3s0: e6:cb:ac:34:57:6c denied association (code=17)
[ 25.129323] wlp3s0: authenticate with 0a:8d:cb:db:96:9d
[ 25.138142] wlp3s0: send auth to 0a:8d:cb:db:96:9d (try 1/3)
[ 25.139867] wlp3s0: authenticated
[ 25.141754] wlp3s0: associate with 0a:8d:cb:db:96:9d (try 1/3)
[ 25.143539] wlp3s0: RX AssocResp from 0a:8d:cb:db:96:9d (capab=0x1011 status=17 aid=3739)
[ 25.143543] wlp3s0: 0a:8d:cb:db:96:9d denied association (code=17)
[ 25.452769] wlp3s0: authenticate with 0a:8d:cb:c3:e6:1a
[ 25.462105] wlp3s0: send auth to 0a:8d:cb:c3:e6:1a (try 1/3)
[ 25.463861] wlp3s0: authenticated
[ 25.465125] wlp3s0: associate with 0a:8d:cb:c3:e6:1a (try 1/3)
[ 25.466868] wlp3s0: RX AssocResp from 0a:8d:cb:c3:e6:1a (capab=0x1011 status=17 aid=876)
[ 25.466875] wlp3s0: 0a:8d:cb:c3:e6:1a denied association (code=17)
[ 25.640991] wlp3s0: authenticate with 0a:8d:cb:db:fa:eb
[ 25.650165] wlp3s0: send auth to 0a:8d:cb:db:fa:eb (try 1/3)
[ 25.651816] wlp3s0: authenticated
[ 25.655123] wlp3s0: associate with 0a:8d:cb:db:fa:eb (try 1/3)
[ 25.656968] wlp3s0: RX AssocResp from 0a:8d:cb:db:fa:eb (capab=0x1011 status=0 aid=1)
[ 25.659344] wlp3s0: associated
[ 25.709058] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[ 25.758527] wlp3s0: Limiting TX power to 24 (24 - 0) dBm as advertised by 0a:8d:cb:db:fa:eb
[ 25.792105] kauditd_printk_skb: 48 callbacks suppressed
[ 25.792108] audit: type=1130 audit(1565990143.693:216): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 32.006348] audit: type=1130 audit(1565990149.906:217): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 32.018600] audit: type=1130 audit(1565990149.920:218): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 32.341374] audit: type=1130 audit(1565990150.240:219): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 32.465008] audit: type=1130 audit(1565990150.363:220): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 32.476036] audit: type=1130 audit(1565990150.376:221): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 32.493779] Bluetooth: RFCOMM TTY layer initialized
[ 32.493788] Bluetooth: RFCOMM socket layer initialized
[ 32.493794] Bluetooth: RFCOMM ver 1.11
[ 36.009532] audit: type=1131 audit(1565990153.910:222): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 41.453122] audit: type=1131 audit(1565990159.353:223): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 56.529980] wlp3s0: disconnect from AP 0a:8d:cb:db:fa:eb for new auth to 0a:8d:cb:c3:b5:27
[ 56.549554] wlp3s0: authenticate with 0a:8d:cb:c3:b5:27
[ 56.563196] wlp3s0: send auth to 0a:8d:cb:c3:b5:27 (try 1/3)
[ 56.569249] wlp3s0: authenticated
[ 56.575075] wlp3s0: associate with 0a:8d:cb:c3:b5:27 (try 1/3)
[ 56.577127] wlp3s0: RX ReassocResp from 0a:8d:cb:c3:b5:27 (capab=0x1011 status=0 aid=3)
[ 56.579230] wlp3s0: associated
[ 56.642971] wlp3s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 0a:8d:cb:c3:b5:27
[ 174.329323] pcieport 0000:00:1d.0: PME: Spurious native interrupt!
[ 174.329330] pcieport 0000:00:1d.0: PME: Spurious native interrupt!
[ 174.411359] pcieport 0000:00:1d.0: PME: Spurious native interrupt!
[ 174.537538] pcieport 0000:00:1d.0: PME: Spurious native interrupt!
[ 174.663239] pcieport 0000:00:1d.0: PME: Spurious native interrupt!
[ 174.789655] pcieport 0000:00:1d.0: PME: Spurious native interrupt!
[ 174.833811] thinkpad_acpi: docked into hotplug port replicator
[ 174.915511] pcieport 0000:00:1d.0: PME: Spurious native interrupt!
[ 174.958407] usb 1-4: new full-speed USB device number 6 using xhci_hcd
[ 175.041606] pcieport 0000:00:1d.0: PME: Spurious native interrupt!
[ 175.104742] usb 1-4: New USB device found, idVendor=17ef, idProduct=3074, bcdDevice= 0.00
[ 175.104748] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 175.104751] usb 1-4: Product: USB Billboard
[ 175.104754] usb 1-4: Manufacturer: Cypress Semiconductor
[ 175.104757] usb 1-4: SerialNumber: 11AD1D00E05F48112D310B00
[ 175.167827] pcieport 0000:00:1d.0: PME: Spurious native interrupt!
[ 175.293843] pcieport 0000:00:1d.0: PME: Spurious native interrupt!
[ 175.382231] typec_displayport port1-partner.0: failed to enter mode
[ 175.419973] pcieport 0000:00:1d.0: PME: Spurious native interrupt!
[ 175.546141] pcieport 0000:00:1d.0: PME: Spurious native interrupt!
[ 175.672237] pcieport 0000:00:1d.0: PME: Spurious native interrupt!
[ 175.723464] hidraw: raw HID events driver (C) Jiri Kosina
[ 175.733873] usbcore: registered new interface driver usbhid
[ 175.733875] usbhid: USB HID core driver
[ 175.738812] hid-generic 0003:17EF:3074.0001: hiddev0,hidraw0: USB HID v1.11 Device [Cypress Semiconductor USB Billboard] on usb-0000:00:14.0-4/input1
[ 175.798414] pcieport 0000:00:1d.0: PME: Spurious native interrupt!
[ 175.924508] pcieport 0000:00:1d.0: PME: Spurious native interrupt!
[ 176.050643] pcieport 0000:00:1d.0: PME: Spurious native interrupt!
[ 176.177186] pcieport 0000:00:1d.0: PME: Spurious native interrupt!
[ 176.303309] pcieport 0000:00:1d.0: PME: Spurious native interrupt!
[ 176.429432] pcieport 0000:00:1d.0: PME: Spurious native interrupt!
[ 176.555239] pcieport 0000:00:1d.0: PME: Spurious native interrupt!
[ 176.681672] pcieport 0000:00:1d.0: PME: Spurious native interrupt!
[ 176.807787] pcieport 0000:00:1d.0: PME: Spurious native interrupt!
[ 177.095534] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[ 177.238440] usb 3-1: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice= a.73
[ 177.238446] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 177.238450] usb 3-1: Product: USB2.0 Hub
[ 177.238453] usb 3-1: Manufacturer: VIA Labs, Inc.
[ 177.239909] hub 3-1:1.0: USB hub found
[ 177.240165] hub 3-1:1.0: 5 ports detected
[ 177.402732] usb 4-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[ 177.422450] usb 4-1: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice= a.73
[ 177.422456] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 177.422460] usb 4-1: Product: USB3.1 Hub
[ 177.422463] usb 4-1: Manufacturer: VIA Labs, Inc.
[ 177.425833] hub 4-1:1.0: USB hub found
[ 177.426153] hub 4-1:1.0: 4 ports detected
[ 177.945033] usb 3-1.2: new high-speed USB device number 3 using xhci_hcd
[ 178.087854] usb 3-1.2: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice= a.74
[ 178.087855] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 178.087856] usb 3-1.2: Product: USB2.0 Hub
[ 178.087856] usb 3-1.2: Manufacturer: VIA Labs, Inc.
[ 178.088909] hub 3-1.2:1.0: USB hub found
[ 178.089179] hub 3-1.2:1.0: 4 ports detected
[ 178.181923] usb 4-1.2: new SuperSpeedPlus Gen 2 USB device number 3 using xhci_hcd
[ 178.214963] usb 4-1.2: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice= a.74
[ 178.214965] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 178.214966] usb 4-1.2: Product: USB3.1 Hub
[ 178.214966] usb 4-1.2: Manufacturer: VIA Labs, Inc.
[ 178.217992] hub 4-1.2:1.0: USB hub found
[ 178.218276] hub 4-1.2:1.0: 4 ports detected
[ 178.285033] usb 3-1.5: new high-speed USB device number 4 using xhci_hcd
[ 178.376627] usb 3-1.5: New USB device found, idVendor=17ef, idProduct=3075, bcdDevice= 0.01
[ 178.376628] usb 3-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 178.376629] usb 3-1.5: Product: USB Billboard Device
[ 178.376630] usb 3-1.5: Manufacturer: VIA Labs, Inc.
[ 178.376631] usb 3-1.5: SerialNumber: 0000000000000001
[ 178.798916] usb 3-1.2.1: new low-speed USB device number 5 using xhci_hcd
[ 178.942364] usb 3-1.2.1: New USB device found, idVendor=04f2, idProduct=0939, bcdDevice= 1.00
[ 178.942369] usb 3-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 178.942372] usb 3-1.2.1: Product: USB Optical Mouse
[ 178.942375] usb 3-1.2.1: Manufacturer: PixArt
[ 178.947352] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/0000:04:00.0/0000:05:02.0/0000:3c:00.0/usb3/3-1/3-1.2/3-1.2.1/3-1.2.1:1.0/0003:04F2:0939.0002/input/input23
[ 178.947625] hid-generic 0003:04F2:0939.0002: input,hidraw1: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:3c:00.0-1.2.1/input0
[ 179.071744] usb 3-1.2.4: new high-speed USB device number 6 using xhci_hcd
[ 179.413303] e1000e: enp0s31f6 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 179.413339] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready
[ 180.367040] usb 3-1.2.4: New USB device found, idVendor=17ef, idProduct=306f, bcdDevice= 0.12
[ 180.367042] usb 3-1.2.4: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[ 180.367043] usb 3-1.2.4: Product: ThinkPad Dock USB Audio
[ 180.367044] usb 3-1.2.4: Manufacturer: Generic
[ 180.382388] input: Generic ThinkPad Dock USB Audio Consumer Control as /devices/pci0000:00/0000:00:1d.0/0000:04:00.0/0000:05:02.0/0000:3c:00.0/usb3/3-1/3-1.2/3-1.2.4/3-1.2.4:1.3/0003:17EF:306F.0003/input/input24
[ 180.438511] input: Generic ThinkPad Dock USB Audio as /devices/pci0000:00/0000:00:1d.0/0000:04:00.0/0000:05:02.0/0000:3c:00.0/usb3/3-1/3-1.2/3-1.2.4/3-1.2.4:1.3/0003:17EF:306F.0003/input/input25
[ 180.438705] hid-generic 0003:17EF:306F.0003: input,hiddev1,hidraw2: USB HID v1.11 Device [Generic ThinkPad Dock USB Audio] on usb-0000:3c:00.0-1.2.4/input3
[ 181.236562] usbcore: registered new interface driver snd-usb-audio
[ 210.460112] [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
[ 216.603235] audit: type=1130 audit(1565990334.503:224): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 227.013617] audit: type=1131 audit(1565990344.913:225): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment