· 6 years ago · May 02, 2020, 08:14 PM
1This is when booting with the 5.4.23 Kernel (the last Kernel I had fully working), and my dock disconnected.
2
3$ dmesg
4[ 0.000000] Linux version 5.4.23-050423-generic (kernel@gloin) (gcc version 9.2.1 20200220 (Ubuntu 9.2.1-29ubuntu1)) #202002281329 SMP Fri Feb 28 18:33:31 UTC 2020
5[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.4.23-050423-generic root=/dev/mapper/mint--vg-root ro quiet splash vt.handoff=1
6[ 0.000000] KERNEL supported cpus:
7[ 0.000000] Intel GenuineIntel
8[ 0.000000] AMD AuthenticAMD
9[ 0.000000] Hygon HygonGenuine
10[ 0.000000] Centaur CentaurHauls
11[ 0.000000] zhaoxin Shanghai
12[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
13[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
14[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
15[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
16[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
17[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
18[ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
19[ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
20[ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
21[ 0.000000] BIOS-provided physical RAM map:
22[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
23[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
24[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000006a681fff] usable
25[ 0.000000] BIOS-e820: [mem 0x000000006a682000-0x000000006e85ffff] reserved
26[ 0.000000] BIOS-e820: [mem 0x000000006e860000-0x000000006fbe9fff] ACPI NVS
27[ 0.000000] BIOS-e820: [mem 0x000000006fbea000-0x000000006fc4efff] ACPI data
28[ 0.000000] BIOS-e820: [mem 0x000000006fc4f000-0x000000006fc4ffff] usable
29[ 0.000000] BIOS-e820: [mem 0x000000006fc50000-0x000000007d7fffff] reserved
30[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004807fffff] usable
31[ 0.000000] NX (Execute Disable) protection: active
32[ 0.000000] e820: update [mem 0x484ba018-0x484ca057] usable ==> usable
33[ 0.000000] e820: update [mem 0x484ba018-0x484ca057] usable ==> usable
34[ 0.000000] extended physical RAM map:
35[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
36[ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000fffff] reserved
37[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000484ba017] usable
38[ 0.000000] reserve setup_data: [mem 0x00000000484ba018-0x00000000484ca057] usable
39[ 0.000000] reserve setup_data: [mem 0x00000000484ca058-0x000000006a681fff] usable
40[ 0.000000] reserve setup_data: [mem 0x000000006a682000-0x000000006e85ffff] reserved
41[ 0.000000] reserve setup_data: [mem 0x000000006e860000-0x000000006fbe9fff] ACPI NVS
42[ 0.000000] reserve setup_data: [mem 0x000000006fbea000-0x000000006fc4efff] ACPI data
43[ 0.000000] reserve setup_data: [mem 0x000000006fc4f000-0x000000006fc4ffff] usable
44[ 0.000000] reserve setup_data: [mem 0x000000006fc50000-0x000000007d7fffff] reserved
45[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x00000004807fffff] usable
46[ 0.000000] efi: EFI v2.70 by Lenovo
47[ 0.000000] efi: TPMFinalLog=0x6fbe2000 SMBIOS=0x6cc83000 SMBIOS 3.0=0x6cc76000 ACPI=0x6fc4e000 ACPI 2.0=0x6fc4e014 MEMATTR=0x66c41018 ESRT=0x6cafc000 TPMEventLog=0x4977d018
48[ 0.000000] SMBIOS 3.2.0 present.
49[ 0.000000] DMI: LENOVO 20R1S05B00/20R1S05B00, BIOS N2QET22W (1.16 ) 03/19/2020
50[ 0.000000] tsc: Detected 1600.000 MHz processor
51[ 0.000018] tsc: Detected 1599.960 MHz TSC
52[ 0.000018] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
53[ 0.000020] e820: remove [mem 0x000a0000-0x000fffff] usable
54[ 0.000027] last_pfn = 0x480800 max_arch_pfn = 0x400000000
55[ 0.000033] MTRR default type: write-back
56[ 0.000035] MTRR fixed ranges enabled:
57[ 0.000037] 00000-9FFFF write-back
58[ 0.000038] A0000-BFFFF uncachable
59[ 0.000039] C0000-FFFFF write-protect
60[ 0.000040] MTRR variable ranges enabled:
61[ 0.000043] 0 base 0080000000 mask 7F80000000 uncachable
62[ 0.000045] 1 base 007C000000 mask 7FFC000000 uncachable
63[ 0.000046] 2 base 007A000000 mask 7FFE000000 uncachable
64[ 0.000047] 3 base 0079000000 mask 7FFF000000 uncachable
65[ 0.000049] 4 base 2000000000 mask 6000000000 uncachable
66[ 0.000050] 5 base 1000000000 mask 7000000000 uncachable
67[ 0.000051] 6 base 0800000000 mask 7800000000 uncachable
68[ 0.000053] 7 base 4000000000 mask 4000000000 uncachable
69[ 0.000054] 8 disabled
70[ 0.000054] 9 disabled
71[ 0.000851] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
72[ 0.001165] last_pfn = 0x6fc50 max_arch_pfn = 0x400000000
73[ 0.014438] esrt: Reserving ESRT space from 0x000000006cafc000 to 0x000000006cafc0d8.
74[ 0.014454] check: Scanning 1 areas for low memory corruption
75[ 0.014460] Using GB pages for direct mapping
76[ 0.014463] BRK [0x421a01000, 0x421a01fff] PGTABLE
77[ 0.014466] BRK [0x421a02000, 0x421a02fff] PGTABLE
78[ 0.014467] BRK [0x421a03000, 0x421a03fff] PGTABLE
79[ 0.014511] BRK [0x421a04000, 0x421a04fff] PGTABLE
80[ 0.014513] BRK [0x421a05000, 0x421a05fff] PGTABLE
81[ 0.014702] BRK [0x421a06000, 0x421a06fff] PGTABLE
82[ 0.014742] BRK [0x421a07000, 0x421a07fff] PGTABLE
83[ 0.014810] BRK [0x421a08000, 0x421a08fff] PGTABLE
84[ 0.014898] Secure boot disabled
85[ 0.014899] RAMDISK: [mem 0x28c5a000-0x2ccacfff]
86[ 0.014915] ACPI: Early table checksum verification disabled
87[ 0.014919] ACPI: RSDP 0x000000006FC4E014 000024 (v02 LENOVO)
88[ 0.014924] ACPI: XSDT 0x000000006FC4C188 000114 (v01 LENOVO TP-N2Q 00001160 PTEC 00000002)
89[ 0.014932] ACPI: FACP 0x000000006CB33000 000114 (v06 LENOVO TP-N2Q 00001160 PTEC 00000002)
90[ 0.014939] ACPI: DSDT 0x000000006CB05000 0292FB (v02 LENOVO CFL 20170001 INTL 20160422)
91[ 0.014944] ACPI: FACS 0x000000006FA2C000 000040
92[ 0.014948] ACPI: SSDT 0x000000006CB88000 001B4A (v02 LENOVO CpuSsdt 00003000 INTL 20160527)
93[ 0.014952] ACPI: SSDT 0x000000006CB87000 0005A1 (v02 LENOVO CtdpB 00001000 INTL 20160527)
94[ 0.014956] ACPI: SSDT 0x000000006CB4E000 003E5B (v02 LENOVO DptfTabl 00001000 INTL 20160527)
95[ 0.014960] ACPI: SSDT 0x000000006CB38000 00330A (v02 LENOVO SaSsdt 00003000 INTL 20160527)
96[ 0.014964] ACPI: SSDT 0x000000006CB37000 00060E (v02 LENOVO Tpm2Tabl 00001000 INTL 20160527)
97[ 0.014968] ACPI: TPM2 0x000000006CB36000 000034 (v04 LENOVO TP-N2Q 00001160 PTEC 00000002)
98[ 0.014972] ACPI: SSDT 0x000000006CB34000 000530 (v02 LENOVO PerfTune 00001000 INTL 20160527)
99[ 0.014976] ACPI: HPET 0x000000006CB32000 000038 (v01 LENOVO TP-N2Q 00001160 PTEC 00000002)
100[ 0.014980] ACPI: APIC 0x000000006CB31000 000164 (v03 LENOVO TP-N2Q 00001160 PTEC 00000002)
101[ 0.014984] ACPI: MCFG 0x000000006CB30000 00003C (v01 LENOVO TP-N2Q 00001160 PTEC 00000002)
102[ 0.014987] ACPI: ECDT 0x000000006CB2F000 000053 (v01 LENOVO TP-N2Q 00001160 PTEC 00000002)
103[ 0.014991] ACPI: SSDT 0x000000006CB03000 001CDE (v02 LENOVO WHL_Tbt_ 00001000 INTL 20160527)
104[ 0.014995] ACPI: SSDT 0x000000006CB02000 000024 (v02 LENOVO PID1Ssdt 00000010 INTL 20160527)
105[ 0.014999] ACPI: SSDT 0x000000006CB00000 0014C0 (v02 LENOVO ProjSsdt 00000010 INTL 20160527)
106[ 0.015006] ACPI: NHLT 0x000000006CAFE000 00184A (v00 LENOVO TP-N2Q 00001160 PTEC 00000002)
107[ 0.015013] ACPI: BOOT 0x000000006CAFD000 000028 (v01 LENOVO TP-N2Q 00001160 PTEC 00000002)
108[ 0.015016] ACPI: SLIC 0x000000006CAFB000 000176 (v01 LENOVO TP-N2Q 00001160 PTEC 00000002)
109[ 0.015020] ACPI: SSDT 0x000000006CAF9000 000EF6 (v02 LENOVO UsbCTabl 00001000 INTL 20160527)
110[ 0.015024] ACPI: LPIT 0x000000006CAF8000 000094 (v01 LENOVO TP-N2Q 00001160 PTEC 00000002)
111[ 0.015028] ACPI: WSMT 0x000000006CAF7000 000028 (v01 LENOVO TP-N2Q 00001160 PTEC 00000002)
112[ 0.015032] ACPI: SSDT 0x000000006CAF5000 001983 (v02 LENOVO TbtTypeC 00000000 INTL 20160527)
113[ 0.015036] ACPI: DBGP 0x000000006CAF4000 000034 (v01 LENOVO TP-N2Q 00001160 PTEC 00000002)
114[ 0.015040] ACPI: DBG2 0x000000006CAF3000 000054 (v00 LENOVO TP-N2Q 00001160 PTEC 00000002)
115[ 0.015044] ACPI: MSDM 0x000000006CAF2000 000055 (v03 LENOVO TP-N2Q 00001160 PTEC 00000002)
116[ 0.015048] ACPI: BATB 0x000000006C906000 00004A (v02 LENOVO TP-N2Q 00001160 PTEC 00000002)
117[ 0.015051] ACPI: DMAR 0x000000006B100000 0000A8 (v01 LENOVO TP-N2Q 00001160 PTEC 00000002)
118[ 0.015055] ACPI: BGRT 0x000000006B0FF000 000038 (v01 LENOVO TP-N2Q 00001160 PTEC 00000002)
119[ 0.015059] ACPI: UEFI 0x000000006FA26000 00013E (v01 LENOVO TP-N2Q 00001160 PTEC 00000002)
120[ 0.015063] ACPI: FPDT 0x000000006B0FE000 000044 (v01 LENOVO TP-N2Q 00001160 PTEC 00001160)
121[ 0.015074] ACPI: Local APIC address 0xfee00000
122[ 0.015614] No NUMA configuration found
123[ 0.015615] Faking a node at [mem 0x0000000000000000-0x00000004807fffff]
124[ 0.015632] NODE_DATA(0) allocated [mem 0x4807d5000-0x4807fffff]
125[ 0.016005] Zone ranges:
126[ 0.016006] DMA [mem 0x0000000000001000-0x0000000000ffffff]
127[ 0.016007] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
128[ 0.016009] Normal [mem 0x0000000100000000-0x00000004807fffff]
129[ 0.016010] Device empty
130[ 0.016011] Movable zone start for each node
131[ 0.016016] Early memory node ranges
132[ 0.016018] node 0: [mem 0x0000000000001000-0x000000000009efff]
133[ 0.016019] node 0: [mem 0x0000000000100000-0x000000006a681fff]
134[ 0.016021] node 0: [mem 0x000000006fc4f000-0x000000006fc4ffff]
135[ 0.016022] node 0: [mem 0x0000000100000000-0x00000004807fffff]
136[ 0.016708] Zeroed struct page in unavailable ranges: 53727 pages
137[ 0.016710] Initmem setup node 0 [mem 0x0000000000001000-0x00000004807fffff]
138[ 0.016712] On node 0 totalpages: 4107809
139[ 0.016714] DMA zone: 64 pages used for memmap
140[ 0.016715] DMA zone: 21 pages reserved
141[ 0.016716] DMA zone: 3998 pages, LIFO batch:0
142[ 0.016813] DMA32 zone: 6747 pages used for memmap
143[ 0.016814] DMA32 zone: 431747 pages, LIFO batch:63
144[ 0.031905] Normal zone: 57376 pages used for memmap
145[ 0.031906] Normal zone: 3672064 pages, LIFO batch:63
146[ 0.108860] Reserving Intel graphics memory at [mem 0x79800000-0x7d7fffff]
147[ 0.109269] ACPI: PM-Timer IO Port: 0x1808
148[ 0.109271] ACPI: Local APIC address 0xfee00000
149[ 0.109281] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
150[ 0.109282] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
151[ 0.109283] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
152[ 0.109284] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
153[ 0.109284] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
154[ 0.109285] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
155[ 0.109286] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
156[ 0.109287] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
157[ 0.109288] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
158[ 0.109288] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
159[ 0.109289] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
160[ 0.109290] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
161[ 0.109291] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
162[ 0.109291] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
163[ 0.109292] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
164[ 0.109293] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
165[ 0.109294] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
166[ 0.109295] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
167[ 0.109296] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
168[ 0.109296] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
169[ 0.109339] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
170[ 0.109342] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
171[ 0.109343] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
172[ 0.109345] ACPI: IRQ0 used by override.
173[ 0.109346] ACPI: IRQ9 used by override.
174[ 0.109349] Using ACPI (MADT) for SMP configuration information
175[ 0.109351] ACPI: HPET id: 0x8086a201 base: 0xfed00000
176[ 0.109358] e820: update [mem 0x669ec000-0x66a7cfff] usable ==> reserved
177[ 0.109367] smpboot: Allowing 12 CPUs, 0 hotplug CPUs
178[ 0.109382] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
179[ 0.109384] PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
180[ 0.109386] PM: Registered nosave memory: [mem 0x484ba000-0x484bafff]
181[ 0.109388] PM: Registered nosave memory: [mem 0x484ca000-0x484cafff]
182[ 0.109390] PM: Registered nosave memory: [mem 0x669ec000-0x66a7cfff]
183[ 0.109392] PM: Registered nosave memory: [mem 0x6a682000-0x6e85ffff]
184[ 0.109392] PM: Registered nosave memory: [mem 0x6e860000-0x6fbe9fff]
185[ 0.109393] PM: Registered nosave memory: [mem 0x6fbea000-0x6fc4efff]
186[ 0.109395] PM: Registered nosave memory: [mem 0x6fc50000-0x7d7fffff]
187[ 0.109396] PM: Registered nosave memory: [mem 0x7d800000-0xffffffff]
188[ 0.109398] [mem 0x7d800000-0xffffffff] available for PCI devices
189[ 0.109399] Booting paravirtualized kernel on bare hardware
190[ 0.109402] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
191[ 0.109409] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
192[ 0.109865] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
193[ 0.109873] pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152
194[ 0.109874] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- --
195[ 0.109913] Built 1 zonelists, mobility grouping on. Total pages: 4043601
196[ 0.109913] Policy zone: Normal
197[ 0.109915] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.23-050423-generic root=/dev/mapper/mint--vg-root ro quiet splash vt.handoff=1
198[ 0.111332] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
199[ 0.111987] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
200[ 0.112133] mem auto-init: stack:off, heap alloc:on, heap free:off
201[ 0.117311] Calgary: detecting Calgary via BIOS EBDA area
202[ 0.117313] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
203[ 0.178169] Memory: 15889772K/16431236K available (14339K kernel code, 2395K rwdata, 4920K rodata, 2704K init, 5008K bss, 541464K reserved, 0K cma-reserved)
204[ 0.178446] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
205[ 0.178468] ftrace: allocating 44370 entries in 174 pages
206[ 0.209645] rcu: Hierarchical RCU implementation.
207[ 0.209647] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
208[ 0.209648] Tasks RCU enabled.
209[ 0.209649] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
210[ 0.209650] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
211[ 0.214395] NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16
212[ 0.214910] random: crng done (trusting CPU's manufacturer)
213[ 0.214953] Console: colour dummy device 80x25
214[ 0.214959] printk: console [tty0] enabled
215[ 0.214984] ACPI: Core revision 20190816
216[ 0.215655] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
217[ 0.215792] APIC: Switch to symmetric I/O mode setup
218[ 0.215795] DMAR: Host address width 39
219[ 0.215797] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
220[ 0.215805] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
221[ 0.215806] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
222[ 0.215811] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
223[ 0.215813] DMAR: RMRR base: 0x0000006e81a000 end: 0x0000006e839fff
224[ 0.215814] DMAR: RMRR base: 0x00000079000000 end: 0x0000007d7fffff
225[ 0.215817] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
226[ 0.215818] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
227[ 0.215819] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
228[ 0.218162] DMAR-IR: Enabled IRQ remapping in x2apic mode
229[ 0.218164] x2apic enabled
230[ 0.218194] Switched APIC routing to cluster x2apic.
231[ 0.224150] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
232[ 0.243884] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x170fff30cc4, max_idle_ns: 440795237869 ns
233[ 0.243890] Calibrating delay loop (skipped), value calculated using timer frequency.. 3199.92 BogoMIPS (lpj=6399840)
234[ 0.243893] pid_max: default: 32768 minimum: 301
235[ 0.247849] LSM: Security Framework initializing
236[ 0.247863] Yama: becoming mindful.
237[ 0.247925] AppArmor: AppArmor initialized
238[ 0.248010] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
239[ 0.248047] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
240[ 0.248068] *** VALIDATE tmpfs ***
241[ 0.248271] *** VALIDATE proc ***
242[ 0.248341] *** VALIDATE cgroup1 ***
243[ 0.248343] *** VALIDATE cgroup2 ***
244[ 0.248416] mce: CPU0: Thermal monitoring enabled (TM1)
245[ 0.248456] process: using mwait in idle threads
246[ 0.248460] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
247[ 0.248461] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
248[ 0.248465] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
249[ 0.248466] Spectre V2 : Mitigation: Enhanced IBRS
250[ 0.248467] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
251[ 0.248469] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
252[ 0.248471] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
253[ 0.248835] Freeing SMP alternatives memory: 36K
254[ 0.252014] TSC deadline timer enabled
255[ 0.252025] smpboot: CPU0: Intel(R) Core(TM) i7-10710U CPU @ 1.10GHz (family: 0x6, model: 0xa6, stepping: 0x0)
256[ 0.252167] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
257[ 0.252174] ... version: 4
258[ 0.252175] ... bit width: 48
259[ 0.252176] ... generic registers: 4
260[ 0.252177] ... value mask: 0000ffffffffffff
261[ 0.252178] ... max period: 00007fffffffffff
262[ 0.252178] ... fixed-purpose events: 3
263[ 0.252179] ... event mask: 000000070000000f
264[ 0.252235] rcu: Hierarchical SRCU implementation.
265[ 0.253794] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
266[ 0.253940] smp: Bringing up secondary CPUs ...
267[ 0.254069] x86: Booting SMP configuration:
268[ 0.254070] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11
269[ 0.277320] smp: Brought up 1 node, 12 CPUs
270[ 0.277320] smpboot: Max logical packages: 1
271[ 0.277320] smpboot: Total of 12 processors activated (38399.04 BogoMIPS)
272[ 0.280601] devtmpfs: initialized
273[ 0.280601] x86/mm: Memory block size: 128MB
274[ 0.282802] PM: Registering ACPI NVS region [mem 0x6e860000-0x6fbe9fff] (20488192 bytes)
275[ 0.284299] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
276[ 0.284299] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
277[ 0.284299] pinctrl core: initialized pinctrl subsystem
278[ 0.284426] PM: RTC time: 16:57:10, date: 2020-05-02
279[ 0.284650] NET: Registered protocol family 16
280[ 0.284825] audit: initializing netlink subsys (disabled)
281[ 0.284835] audit: type=2000 audit(1588438630.064:1): state=initialized audit_enabled=0 res=1
282[ 0.284835] EISA bus registered
283[ 0.284835] cpuidle: using governor ladder
284[ 0.284835] cpuidle: using governor menu
285[ 0.284835] Simple Boot Flag at 0x47 set to 0x1
286[ 0.284835] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
287[ 0.284835] ACPI: bus type PCI registered
288[ 0.284835] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
289[ 0.284835] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
290[ 0.284835] PCI: not using MMCONFIG
291[ 0.284835] PCI: Using configuration type 1 for base access
292[ 0.285611] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
293[ 0.289908] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
294[ 0.289908] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
295[ 0.292068] ACPI: Added _OSI(Module Device)
296[ 0.292069] ACPI: Added _OSI(Processor Device)
297[ 0.292070] ACPI: Added _OSI(3.0 _SCP Extensions)
298[ 0.292071] ACPI: Added _OSI(Processor Aggregator Device)
299[ 0.292073] ACPI: Added _OSI(Linux-Dell-Video)
300[ 0.292075] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
301[ 0.292076] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
302[ 0.391412] ACPI: 12 ACPI AML tables successfully acquired and loaded
303[ 0.393624] ACPI: EC: EC started
304[ 0.393624] ACPI: EC: interrupt blocked
305[ 0.396562] ACPI: \: Used as first EC
306[ 0.396564] ACPI: \: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
307[ 0.396565] ACPI: EC: Boot ECDT EC used to handle transactions
308[ 0.399011] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
309[ 0.482686] ACPI: Dynamic OEM Table Load:
310[ 0.482705] ACPI: SSDT 0xFFFF89582D0FC600 0000F4 (v02 PmRef Cpu0Psd 00003000 INTL 20160527)
311[ 0.484868] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
312[ 0.486422] ACPI: Dynamic OEM Table Load:
313[ 0.486434] ACPI: SSDT 0xFFFF89582D112000 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
314[ 0.488841] ACPI: Dynamic OEM Table Load:
315[ 0.488851] ACPI: SSDT 0xFFFF89582D90E000 000479 (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
316[ 0.491373] ACPI: Dynamic OEM Table Load:
317[ 0.491381] ACPI: SSDT 0xFFFF89582D753A00 00011B (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
318[ 0.493555] ACPI: Dynamic OEM Table Load:
319[ 0.493568] ACPI: SSDT 0xFFFF89582D10D000 000BE2 (v02 PmRef HwpLvt 00003000 INTL 20160527)
320[ 0.496219] ACPI: Dynamic OEM Table Load:
321[ 0.496230] ACPI: SSDT 0xFFFF89582D90A800 000778 (v02 PmRef ApIst 00003000 INTL 20160527)
322[ 0.498735] ACPI: Dynamic OEM Table Load:
323[ 0.498745] ACPI: SSDT 0xFFFF89582D114800 0003D7 (v02 PmRef ApHwp 00003000 INTL 20160527)
324[ 0.501265] ACPI: Dynamic OEM Table Load:
325[ 0.501276] ACPI: SSDT 0xFFFF89582D10F000 000D74 (v02 PmRef ApPsd 00003000 INTL 20160527)
326[ 0.505035] ACPI: Dynamic OEM Table Load:
327[ 0.505045] ACPI: SSDT 0xFFFF89582D117400 0003CA (v02 PmRef ApCst 00003000 INTL 20160527)
328[ 0.514775] ACPI: Interpreter enabled
329[ 0.514853] ACPI: (supports S0 S3 S4 S5)
330[ 0.514854] ACPI: Using IOAPIC for interrupt routing
331[ 0.514915] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
332[ 0.516761] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in ACPI motherboard resources
333[ 0.516776] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
334[ 0.517511] ACPI: Enabled 8 GPEs in block 00 to 7F
335[ 0.523170] ACPI: Power Resource [PUBS] (on)
336[ 0.527515] ACPI: Power Resource [BTPR] (on)
337[ 0.529522] ACPI: Power Resource [USBC] (on)
338[ 0.530307] ACPI: Power Resource [PXP] (off)
339[ 0.537581] ACPI: Power Resource [PXP] (on)
340[ 0.546994] ACPI: Power Resource [V0PR] (on)
341[ 0.547314] ACPI: Power Resource [V1PR] (on)
342[ 0.547623] ACPI: Power Resource [V2PR] (on)
343[ 0.550351] ACPI: Power Resource [WRST] (on)
344[ 0.555728] ACPI: Power Resource [PIN] (off)
345[ 0.555768] ACPI: Power Resource [PINP] (off)
346[ 0.556675] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
347[ 0.556683] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
348[ 0.558683] acpi PNP0A08:00: _OSC: platform does not support [AER]
349[ 0.562334] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR]
350[ 0.562335] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
351[ 0.566286] PCI host bridge to bus 0000:00
352[ 0.566289] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
353[ 0.566291] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
354[ 0.566293] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
355[ 0.566294] pci_bus 0000:00: root bus resource [mem 0x7d800000-0xefffffff window]
356[ 0.566295] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
357[ 0.566297] pci_bus 0000:00: root bus resource [bus 00-7e]
358[ 0.566310] pci 0000:00:00.0: [8086:9b51] type 00 class 0x060000
359[ 0.567775] pci 0000:00:02.0: [8086:9bca] type 00 class 0x030000
360[ 0.567791] pci 0000:00:02.0: reg 0x10: [mem 0xe9000000-0xe9ffffff 64bit]
361[ 0.567799] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
362[ 0.567804] pci 0000:00:02.0: reg 0x20: [io 0x2000-0x203f]
363[ 0.567826] pci 0000:00:02.0: BAR 2: assigned to efifb
364[ 0.569314] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
365[ 0.569331] pci 0000:00:04.0: reg 0x10: [mem 0xea230000-0xea237fff 64bit]
366[ 0.570913] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
367[ 0.570930] pci 0000:00:08.0: reg 0x10: [mem 0xea242000-0xea242fff 64bit]
368[ 0.572430] pci 0000:00:12.0: [8086:02f9] type 00 class 0x118000
369[ 0.572456] pci 0000:00:12.0: reg 0x10: [mem 0xea243000-0xea243fff 64bit]
370[ 0.573962] pci 0000:00:14.0: [8086:02ed] type 00 class 0x0c0330
371[ 0.573986] pci 0000:00:14.0: reg 0x10: [mem 0xea220000-0xea22ffff 64bit]
372[ 0.574066] pci 0000:00:14.0: PME# supported from D3hot D3cold
373[ 0.575628] pci 0000:00:14.2: [8086:02ef] type 00 class 0x050000
374[ 0.575652] pci 0000:00:14.2: reg 0x10: [mem 0xea240000-0xea241fff 64bit]
375[ 0.575664] pci 0000:00:14.2: reg 0x18: [mem 0xea244000-0xea244fff 64bit]
376[ 0.577153] pci 0000:00:14.3: [8086:02f0] type 00 class 0x028000
377[ 0.577198] pci 0000:00:14.3: reg 0x10: [mem 0xea238000-0xea23bfff 64bit]
378[ 0.577329] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
379[ 0.578853] pci 0000:00:15.0: [8086:02e8] type 00 class 0x0c8000
380[ 0.578911] pci 0000:00:15.0: reg 0x10: [mem 0xea245000-0xea245fff 64bit]
381[ 0.580553] pci 0000:00:15.1: [8086:02e9] type 00 class 0x0c8000
382[ 0.580619] pci 0000:00:15.1: reg 0x10: [mem 0xea246000-0xea246fff 64bit]
383[ 0.582391] pci 0000:00:16.0: [8086:02e0] type 00 class 0x078000
384[ 0.582422] pci 0000:00:16.0: reg 0x10: [mem 0xea247000-0xea247fff 64bit]
385[ 0.582512] pci 0000:00:16.0: PME# supported from D3hot
386[ 0.584113] pci 0000:00:1d.0: [8086:02b0] type 01 class 0x060400
387[ 0.584229] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
388[ 0.584250] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
389[ 0.585844] pci 0000:00:1d.4: [8086:02b4] type 01 class 0x060400
390[ 0.587369] pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
391[ 0.587389] pci 0000:00:1d.4: PTM enabled (root), 4ns granularity
392[ 0.589099] pci 0000:00:1f.0: [8086:0284] type 00 class 0x060100
393[ 0.590993] pci 0000:00:1f.3: [8086:02c8] type 00 class 0x040380
394[ 0.591068] pci 0000:00:1f.3: reg 0x10: [mem 0xea23c000-0xea23ffff 64bit]
395[ 0.591152] pci 0000:00:1f.3: reg 0x20: [mem 0xea000000-0xea0fffff 64bit]
396[ 0.591299] pci 0000:00:1f.3: PME# supported from D3hot D3cold
397[ 0.592993] pci 0000:00:1f.4: [8086:02a3] type 00 class 0x0c0500
398[ 0.593022] pci 0000:00:1f.4: reg 0x10: [mem 0xea248000-0xea2480ff 64bit]
399[ 0.593048] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
400[ 0.594716] pci 0000:00:1f.5: [8086:02a4] type 00 class 0x0c8000
401[ 0.594736] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
402[ 0.596314] pci 0000:00:1f.6: [8086:0d4f] type 00 class 0x020000
403[ 0.596372] pci 0000:00:1f.6: reg 0x10: [mem 0xea200000-0xea21ffff]
404[ 0.596613] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
405[ 0.598373] pci 0000:03:00.0: [144d:a808] type 00 class 0x010802
406[ 0.598407] pci 0000:03:00.0: reg 0x10: [mem 0xea100000-0xea103fff 64bit]
407[ 0.598846] pci 0000:00:1d.0: PCI bridge to [bus 03]
408[ 0.598852] pci 0000:00:1d.0: bridge window [mem 0xea100000-0xea1fffff]
409[ 0.598935] pci 0000:05:00.0: [8086:15d3] type 01 class 0x060400
410[ 0.599004] pci 0000:05:00.0: enabling Extended Tags
411[ 0.599103] pci 0000:05:00.0: supports D1 D2
412[ 0.599104] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
413[ 0.599260] pci 0000:00:1d.4: PCI bridge to [bus 05-52]
414[ 0.599265] pci 0000:00:1d.4: bridge window [mem 0xd0000000-0xe81fffff]
415[ 0.599270] pci 0000:00:1d.4: bridge window [mem 0x80000000-0xbfffffff 64bit pref]
416[ 0.599347] pci 0000:06:00.0: [8086:15d3] type 01 class 0x060400
417[ 0.599421] pci 0000:06:00.0: enabling Extended Tags
418[ 0.599521] pci 0000:06:00.0: supports D1 D2
419[ 0.599523] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
420[ 0.599626] pci 0000:06:01.0: [8086:15d3] type 01 class 0x060400
421[ 0.599699] pci 0000:06:01.0: enabling Extended Tags
422[ 0.599800] pci 0000:06:01.0: supports D1 D2
423[ 0.599801] pci 0000:06:01.0: PME# supported from D0 D1 D2 D3hot D3cold
424[ 0.599914] pci 0000:06:02.0: [8086:15d3] type 01 class 0x060400
425[ 0.599988] pci 0000:06:02.0: enabling Extended Tags
426[ 0.600086] pci 0000:06:02.0: supports D1 D2
427[ 0.600088] pci 0000:06:02.0: PME# supported from D0 D1 D2 D3hot D3cold
428[ 0.600210] pci 0000:06:04.0: [8086:15d3] type 01 class 0x060400
429[ 0.600283] pci 0000:06:04.0: enabling Extended Tags
430[ 0.600385] pci 0000:06:04.0: supports D1 D2
431[ 0.600386] pci 0000:06:04.0: PME# supported from D0 D1 D2 D3hot D3cold
432[ 0.600508] pci 0000:05:00.0: PCI bridge to [bus 06-52]
433[ 0.600518] pci 0000:05:00.0: bridge window [mem 0xd0000000-0xe81fffff]
434[ 0.600524] pci 0000:05:00.0: bridge window [mem 0x80000000-0xbfffffff 64bit pref]
435[ 0.600594] pci 0000:07:00.0: [8086:15d2] type 00 class 0x088000
436[ 0.600626] pci 0000:07:00.0: reg 0x10: [mem 0xe8100000-0xe813ffff]
437[ 0.600636] pci 0000:07:00.0: reg 0x14: [mem 0xe8140000-0xe8140fff]
438[ 0.600687] pci 0000:07:00.0: enabling Extended Tags
439[ 0.600803] pci 0000:07:00.0: supports D1 D2
440[ 0.600804] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
441[ 0.600961] pci 0000:06:00.0: PCI bridge to [bus 07]
442[ 0.600971] pci 0000:06:00.0: bridge window [mem 0xe8100000-0xe81fffff]
443[ 0.601026] pci 0000:06:01.0: PCI bridge to [bus 08-2c]
444[ 0.601035] pci 0000:06:01.0: bridge window [mem 0xdc100000-0xe80fffff]
445[ 0.601042] pci 0000:06:01.0: bridge window [mem 0xa0000000-0xbfffffff 64bit pref]
446[ 0.601126] pci 0000:2d:00.0: [8086:15d4] type 00 class 0x0c0330
447[ 0.601164] pci 0000:2d:00.0: reg 0x10: [mem 0xdc000000-0xdc00ffff]
448[ 0.601249] pci 0000:2d:00.0: enabling Extended Tags
449[ 0.601367] pci 0000:2d:00.0: supports D1 D2
450[ 0.601369] pci 0000:2d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
451[ 0.601436] pci 0000:2d:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at 0000:06:02.0 (capable of 31.504 Gb/s with 8 GT/s x4 link)
452[ 0.601560] pci 0000:06:02.0: PCI bridge to [bus 2d]
453[ 0.601570] pci 0000:06:02.0: bridge window [mem 0xdc000000-0xdc0fffff]
454[ 0.601626] pci 0000:06:04.0: PCI bridge to [bus 2e-52]
455[ 0.601636] pci 0000:06:04.0: bridge window [mem 0xd0000000-0xdbffffff]
456[ 0.601643] pci 0000:06:04.0: bridge window [mem 0x80000000-0x9fffffff 64bit pref]
457[ 0.607307] ACPI: EC: interrupt unblocked
458[ 0.607332] ACPI: EC: event unblocked
459[ 0.607350] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
460[ 0.607352] ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions and events
461[ 0.607492] iommu: Default domain type: Translated
462[ 0.607492] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
463[ 0.607492] pci 0000:00:02.0: vgaarb: bridge control possible
464[ 0.607492] pci 0000:00:02.0: vgaarb: setting as boot device
465[ 0.607492] vgaarb: loaded
466[ 0.607492] SCSI subsystem initialized
467[ 0.607900] libata version 3.00 loaded.
468[ 0.607902] ACPI: bus type USB registered
469[ 0.607921] usbcore: registered new interface driver usbfs
470[ 0.607929] usbcore: registered new interface driver hub
471[ 0.607970] usbcore: registered new device driver usb
472[ 0.608005] pps_core: LinuxPPS API ver. 1 registered
473[ 0.608006] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
474[ 0.608009] PTP clock support registered
475[ 0.608039] EDAC MC: Ver: 3.0.0
476[ 0.608225] Registered efivars operations
477[ 0.608225] PCI: Using ACPI for IRQ routing
478[ 0.620044] PCI: pci_cache_line_size set to 64 bytes
479[ 0.620494] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
480[ 0.620496] e820: reserve RAM buffer [mem 0x484ba018-0x4bffffff]
481[ 0.620497] e820: reserve RAM buffer [mem 0x669ec000-0x67ffffff]
482[ 0.620498] e820: reserve RAM buffer [mem 0x6a682000-0x6bffffff]
483[ 0.620498] e820: reserve RAM buffer [mem 0x6fc50000-0x6fffffff]
484[ 0.620499] e820: reserve RAM buffer [mem 0x480800000-0x483ffffff]
485[ 0.620635] NetLabel: Initializing
486[ 0.620636] NetLabel: domain hash size = 128
487[ 0.620637] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
488[ 0.620664] NetLabel: unlabeled traffic allowed by default
489[ 0.620961] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
490[ 0.620965] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
491[ 0.623900] clocksource: Switched to clocksource tsc-early
492[ 0.640471] *** VALIDATE bpf ***
493[ 0.640564] VFS: Disk quotas dquot_6.6.0
494[ 0.640586] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
495[ 0.640616] *** VALIDATE ramfs ***
496[ 0.640621] *** VALIDATE hugetlbfs ***
497[ 0.640723] AppArmor: AppArmor Filesystem Enabled
498[ 0.640756] pnp: PnP ACPI init
499[ 0.640929] system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
500[ 0.640936] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
501[ 0.641364] system 00:01: [io 0x1800-0x18fe] has been reserved
502[ 0.641367] system 00:01: [mem 0xfd000000-0xfd69ffff] has been reserved
503[ 0.641369] system 00:01: [mem 0xfd6b0000-0xfd6cffff] has been reserved
504[ 0.641370] system 00:01: [mem 0xfd6f0000-0xfdffffff] has been reserved
505[ 0.641372] system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
506[ 0.641374] system 00:01: [mem 0xfe200000-0xfe7fffff] has been reserved
507[ 0.641376] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
508[ 0.641381] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
509[ 0.641925] system 00:02: [io 0xff00-0xfffe] has been reserved
510[ 0.641929] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
511[ 0.642575] system 00:03: [io 0x0680-0x069f] has been reserved
512[ 0.642577] system 00:03: [io 0x164e-0x164f] has been reserved
513[ 0.642581] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
514[ 0.642800] system 00:04: [io 0x1854-0x1857] has been reserved
515[ 0.642805] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
516[ 0.642836] pnp 00:05: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
517[ 0.642865] pnp 00:06: Plug and Play ACPI device, IDs LEN0300 PNP0f13 (active)
518[ 0.642977] system 00:07: [io 0x1800-0x189f] could not be reserved
519[ 0.642979] system 00:07: [io 0x0800-0x087f] has been reserved
520[ 0.642981] system 00:07: [io 0x0880-0x08ff] has been reserved
521[ 0.642982] system 00:07: [io 0x0900-0x097f] has been reserved
522[ 0.642984] system 00:07: [io 0x0980-0x09ff] has been reserved
523[ 0.642986] system 00:07: [io 0x0a00-0x0a7f] has been reserved
524[ 0.642987] system 00:07: [io 0x0a80-0x0aff] has been reserved
525[ 0.642989] system 00:07: [io 0x0b00-0x0b7f] has been reserved
526[ 0.642991] system 00:07: [io 0x0b80-0x0bff] has been reserved
527[ 0.642993] system 00:07: [io 0x15e0-0x15ef] has been reserved
528[ 0.642994] system 00:07: [io 0x1600-0x167f] could not be reserved
529[ 0.642996] system 00:07: [io 0x1640-0x165f] could not be reserved
530[ 0.642998] system 00:07: [mem 0xf0000000-0xf7ffffff] has been reserved
531[ 0.643000] system 00:07: [mem 0xfed10000-0xfed13fff] has been reserved
532[ 0.643002] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
533[ 0.643004] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
534[ 0.643006] system 00:07: [mem 0xfeb00000-0xfebfffff] has been reserved
535[ 0.643007] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
536[ 0.643009] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
537[ 0.643014] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
538[ 0.644432] system 00:08: [mem 0xfed10000-0xfed17fff] could not be reserved
539[ 0.644435] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
540[ 0.644436] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
541[ 0.644438] system 00:08: [mem 0xf0000000-0xf7ffffff] has been reserved
542[ 0.644440] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
543[ 0.644442] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
544[ 0.644444] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
545[ 0.644445] system 00:08: [mem 0xfee00000-0xfeefffff] has been reserved
546[ 0.644450] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
547[ 0.644828] system 00:09: [mem 0xfe038000-0xfe038fff] has been reserved
548[ 0.644833] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
549[ 0.645402] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved
550[ 0.645404] system 00:0a: [mem 0x000c0000-0x000c3fff] could not be reserved
551[ 0.645405] system 00:0a: [mem 0x000c8000-0x000cbfff] could not be reserved
552[ 0.645407] system 00:0a: [mem 0x000d0000-0x000d3fff] could not be reserved
553[ 0.645409] system 00:0a: [mem 0x000d8000-0x000dbfff] could not be reserved
554[ 0.645410] system 00:0a: [mem 0x000e0000-0x000e3fff] could not be reserved
555[ 0.645412] system 00:0a: [mem 0x000e8000-0x000ebfff] could not be reserved
556[ 0.645414] system 00:0a: [mem 0x000f0000-0x000fffff] could not be reserved
557[ 0.645416] system 00:0a: [mem 0x00100000-0x7d7fffff] could not be reserved
558[ 0.645418] system 00:0a: [mem 0xfec00000-0xfed3ffff] could not be reserved
559[ 0.645420] system 00:0a: [mem 0xfed4c000-0xffffffff] could not be reserved
560[ 0.645424] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
561[ 0.645577] pnp: PnP ACPI: found 11 devices
562[ 0.647292] thermal_sys: Registered thermal governor 'fair_share'
563[ 0.647293] thermal_sys: Registered thermal governor 'bang_bang'
564[ 0.647294] thermal_sys: Registered thermal governor 'step_wise'
565[ 0.647295] thermal_sys: Registered thermal governor 'user_space'
566[ 0.647296] thermal_sys: Registered thermal governor 'power_allocator'
567[ 0.651810] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
568[ 0.651858] pci 0000:06:01.0: bridge window [io 0x1000-0x0fff] to [bus 08-2c] add_size 1000
569[ 0.651860] pci 0000:06:04.0: bridge window [io 0x1000-0x0fff] to [bus 2e-52] add_size 1000
570[ 0.651863] pci 0000:05:00.0: bridge window [io 0x1000-0x0fff] to [bus 06-52] add_size 2000
571[ 0.651865] pci 0000:00:1d.4: bridge window [io 0x1000-0x0fff] to [bus 05-52] add_size 3000
572[ 0.651872] pci 0000:00:1d.4: BAR 13: assigned [io 0x3000-0x5fff]
573[ 0.651875] pci 0000:00:1d.0: PCI bridge to [bus 03]
574[ 0.651883] pci 0000:00:1d.0: bridge window [mem 0xea100000-0xea1fffff]
575[ 0.651895] pci 0000:05:00.0: BAR 13: assigned [io 0x3000-0x4fff]
576[ 0.651898] pci 0000:06:01.0: BAR 13: assigned [io 0x3000-0x3fff]
577[ 0.651900] pci 0000:06:04.0: BAR 13: assigned [io 0x4000-0x4fff]
578[ 0.651902] pci 0000:06:00.0: PCI bridge to [bus 07]
579[ 0.651909] pci 0000:06:00.0: bridge window [mem 0xe8100000-0xe81fffff]
580[ 0.651919] pci 0000:06:01.0: PCI bridge to [bus 08-2c]
581[ 0.651922] pci 0000:06:01.0: bridge window [io 0x3000-0x3fff]
582[ 0.651927] pci 0000:06:01.0: bridge window [mem 0xdc100000-0xe80fffff]
583[ 0.651932] pci 0000:06:01.0: bridge window [mem 0xa0000000-0xbfffffff 64bit pref]
584[ 0.651939] pci 0000:06:02.0: PCI bridge to [bus 2d]
585[ 0.651944] pci 0000:06:02.0: bridge window [mem 0xdc000000-0xdc0fffff]
586[ 0.651954] pci 0000:06:04.0: PCI bridge to [bus 2e-52]
587[ 0.651956] pci 0000:06:04.0: bridge window [io 0x4000-0x4fff]
588[ 0.651962] pci 0000:06:04.0: bridge window [mem 0xd0000000-0xdbffffff]
589[ 0.651966] pci 0000:06:04.0: bridge window [mem 0x80000000-0x9fffffff 64bit pref]
590[ 0.651973] pci 0000:05:00.0: PCI bridge to [bus 06-52]
591[ 0.651975] pci 0000:05:00.0: bridge window [io 0x3000-0x4fff]
592[ 0.651981] pci 0000:05:00.0: bridge window [mem 0xd0000000-0xe81fffff]
593[ 0.651985] pci 0000:05:00.0: bridge window [mem 0x80000000-0xbfffffff 64bit pref]
594[ 0.651991] pci 0000:00:1d.4: PCI bridge to [bus 05-52]
595[ 0.651993] pci 0000:00:1d.4: bridge window [io 0x3000-0x5fff]
596[ 0.651997] pci 0000:00:1d.4: bridge window [mem 0xd0000000-0xe81fffff]
597[ 0.652000] pci 0000:00:1d.4: bridge window [mem 0x80000000-0xbfffffff 64bit pref]
598[ 0.652006] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
599[ 0.652008] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
600[ 0.652009] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
601[ 0.652011] pci_bus 0000:00: resource 7 [mem 0x7d800000-0xefffffff window]
602[ 0.652012] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
603[ 0.652014] pci_bus 0000:03: resource 1 [mem 0xea100000-0xea1fffff]
604[ 0.652016] pci_bus 0000:05: resource 0 [io 0x3000-0x5fff]
605[ 0.652017] pci_bus 0000:05: resource 1 [mem 0xd0000000-0xe81fffff]
606[ 0.652018] pci_bus 0000:05: resource 2 [mem 0x80000000-0xbfffffff 64bit pref]
607[ 0.652020] pci_bus 0000:06: resource 0 [io 0x3000-0x4fff]
608[ 0.652021] pci_bus 0000:06: resource 1 [mem 0xd0000000-0xe81fffff]
609[ 0.652023] pci_bus 0000:06: resource 2 [mem 0x80000000-0xbfffffff 64bit pref]
610[ 0.652024] pci_bus 0000:07: resource 1 [mem 0xe8100000-0xe81fffff]
611[ 0.652025] pci_bus 0000:08: resource 0 [io 0x3000-0x3fff]
612[ 0.652027] pci_bus 0000:08: resource 1 [mem 0xdc100000-0xe80fffff]
613[ 0.652028] pci_bus 0000:08: resource 2 [mem 0xa0000000-0xbfffffff 64bit pref]
614[ 0.652029] pci_bus 0000:2d: resource 1 [mem 0xdc000000-0xdc0fffff]
615[ 0.652031] pci_bus 0000:2e: resource 0 [io 0x4000-0x4fff]
616[ 0.652032] pci_bus 0000:2e: resource 1 [mem 0xd0000000-0xdbffffff]
617[ 0.652033] pci_bus 0000:2e: resource 2 [mem 0x80000000-0x9fffffff 64bit pref]
618[ 0.652282] NET: Registered protocol family 2
619[ 0.652527] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
620[ 0.652649] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
621[ 0.652929] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
622[ 0.653037] TCP: Hash tables configured (established 131072 bind 65536)
623[ 0.653103] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
624[ 0.653166] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
625[ 0.653250] NET: Registered protocol family 1
626[ 0.653256] NET: Registered protocol family 44
627[ 0.653269] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
628[ 0.654607] PCI: CLS 0 bytes, default 64
629[ 0.654659] Trying to unpack rootfs image as initramfs...
630[ 2.070572] Freeing initrd memory: 65868K
631[ 2.083962] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
632[ 2.083964] software IO TLB: mapped [mem 0x61fad000-0x65fad000] (64MB)
633[ 2.084099] platform rtc_cmos: registered platform RTC device (no PNP device found)
634[ 2.084297] check: Scanning for low memory corruption every 60 seconds
635[ 2.086155] Initialise system trusted keyrings
636[ 2.086166] Key type blacklist registered
637[ 2.086208] workingset: timestamp_bits=36 max_order=22 bucket_order=0
638[ 2.088072] zbud: loaded
639[ 2.088534] squashfs: version 4.0 (2009/01/31) Phillip Lougher
640[ 2.088746] fuse: init (API version 7.31)
641[ 2.088767] *** VALIDATE fuse ***
642[ 2.088769] *** VALIDATE fuse ***
643[ 2.088938] Platform Keyring initialized
644[ 2.094755] Key type asymmetric registered
645[ 2.094756] Asymmetric key parser 'x509' registered
646[ 2.094768] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
647[ 2.094827] io scheduler mq-deadline registered
648[ 2.095432] pcieport 0000:00:1d.0: PME: Signaling with IRQ 122
649[ 2.095577] pcieport 0000:00:1d.4: PME: Signaling with IRQ 123
650[ 2.095607] pcieport 0000:00:1d.4: pciehp: Slot #12 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
651[ 2.096324] pcieport 0000:06:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
652[ 2.096830] pcieport 0000:06:04.0: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
653[ 2.097001] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
654[ 2.097078] efifb: probing for efifb
655[ 2.097101] efifb: showing boot graphics
656[ 2.098730] efifb: framebuffer at 0xc0000000, using 8100k, total 8100k
657[ 2.098732] efifb: mode is 1920x1080x32, linelength=7680, pages=1
658[ 2.098732] efifb: scrolling: redraw
659[ 2.098734] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
660[ 2.098784] fbcon: Deferring console take-over
661[ 2.098785] fb0: EFI VGA frame buffer device
662[ 2.098794] intel_idle: does not run on family 6 model 166
663[ 2.099310] ACPI: AC Adapter [AC] (off-line)
664[ 2.099416] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
665[ 2.099460] ACPI: Sleep Button [SLPB]
666[ 2.099504] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
667[ 2.099535] ACPI: Lid Switch [LID]
668[ 2.099575] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
669[ 2.099600] ACPI: Power Button [PWRF]
670[ 2.100308] Monitor-Mwait will be used to enter C-1 state
671[ 2.100318] Monitor-Mwait will be used to enter C-2 state
672[ 2.100326] Monitor-Mwait will be used to enter C-3 state
673[ 2.108550] thermal LNXTHERM:00: registered as thermal_zone0
674[ 2.108552] ACPI: Thermal Zone [THM0] (44 C)
675[ 2.108844] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
676[ 2.111309] Linux agpgart interface v0.103
677[ 2.113045] tpm_tis STM7308:00: 2.0 TPM (device-id 0x0, rev-id 78)
678[ 2.113441] tpm tpm0: tpm_try_transmit: send(): error -5
679[ 2.113450] fbcon: Taking over console
680[ 2.113453] tpm tpm0: [Firmware Bug]: TPM interrupt not working, polling instead
681[ 2.113554] Console: switching to colour frame buffer device 240x67
682[ 2.155621] loop: module loaded
683[ 2.162971] libphy: Fixed MDIO Bus: probed
684[ 2.162972] tun: Universal TUN/TAP device driver, 1.6
685[ 2.163045] PPP generic driver version 2.4.2
686[ 2.163575] battery: ACPI: Battery Slot [BAT0] (battery present)
687[ 2.163623] VFIO - User Level meta-driver version: 0.3
688[ 2.163727] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
689[ 2.163731] ehci-pci: EHCI PCI platform driver
690[ 2.163746] ehci-platform: EHCI generic platform driver
691[ 2.163762] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
692[ 2.163764] ohci-pci: OHCI PCI platform driver
693[ 2.163775] ohci-platform: OHCI generic platform driver
694[ 2.163785] uhci_hcd: USB Universal Host Controller Interface driver
695[ 2.164108] xhci_hcd 0000:00:14.0: xHCI Host Controller
696[ 2.164116] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
697[ 2.165266] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
698[ 2.165276] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
699[ 2.165555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
700[ 2.165557] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
701[ 2.165559] usb usb1: Product: xHCI Host Controller
702[ 2.165561] usb usb1: Manufacturer: Linux 5.4.23-050423-generic xhci-hcd
703[ 2.165562] usb usb1: SerialNumber: 0000:00:14.0
704[ 2.165734] hub 1-0:1.0: USB hub found
705[ 2.165761] hub 1-0:1.0: 12 ports detected
706[ 2.167670] xhci_hcd 0000:00:14.0: xHCI Host Controller
707[ 2.167675] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
708[ 2.167678] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
709[ 2.167721] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
710[ 2.167723] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
711[ 2.167724] usb usb2: Product: xHCI Host Controller
712[ 2.167726] usb usb2: Manufacturer: Linux 5.4.23-050423-generic xhci-hcd
713[ 2.167727] usb usb2: SerialNumber: 0000:00:14.0
714[ 2.167907] hub 2-0:1.0: USB hub found
715[ 2.167926] hub 2-0:1.0: 6 ports detected
716[ 2.168275] usb: port power management may be unreliable
717[ 2.169210] xhci_hcd 0000:2d:00.0: xHCI Host Controller
718[ 2.169216] xhci_hcd 0000:2d:00.0: new USB bus registered, assigned bus number 3
719[ 2.170403] xhci_hcd 0000:2d:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
720[ 2.170712] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
721[ 2.170714] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
722[ 2.170716] usb usb3: Product: xHCI Host Controller
723[ 2.170717] usb usb3: Manufacturer: Linux 5.4.23-050423-generic xhci-hcd
724[ 2.170719] usb usb3: SerialNumber: 0000:2d:00.0
725[ 2.170892] hub 3-0:1.0: USB hub found
726[ 2.170901] hub 3-0:1.0: 2 ports detected
727[ 2.172336] xhci_hcd 0000:2d:00.0: xHCI Host Controller
728[ 2.172342] xhci_hcd 0000:2d:00.0: new USB bus registered, assigned bus number 4
729[ 2.172345] xhci_hcd 0000:2d:00.0: Host supports USB 3.1 Enhanced SuperSpeed
730[ 2.172391] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
731[ 2.172393] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
732[ 2.172395] usb usb4: Product: xHCI Host Controller
733[ 2.172396] usb usb4: Manufacturer: Linux 5.4.23-050423-generic xhci-hcd
734[ 2.172398] usb usb4: SerialNumber: 0000:2d:00.0
735[ 2.172627] hub 4-0:1.0: USB hub found
736[ 2.172642] hub 4-0:1.0: 2 ports detected
737[ 2.174133] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
738[ 2.177719] serio: i8042 KBD port at 0x60,0x64 irq 1
739[ 2.177724] serio: i8042 AUX port at 0x60,0x64 irq 12
740[ 2.178005] mousedev: PS/2 mouse device common for all mice
741[ 2.178510] rtc_cmos rtc_cmos: RTC can wake from S4
742[ 2.180073] rtc_cmos rtc_cmos: registered as rtc0
743[ 2.180100] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
744[ 2.180108] i2c /dev entries driver
745[ 2.180166] device-mapper: uevent: version 1.0.3
746[ 2.180262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
747[ 2.180496] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
748[ 2.180522] platform eisa.0: Probing EISA bus 0
749[ 2.180524] platform eisa.0: EISA: Cannot allocate resource for mainboard
750[ 2.180526] platform eisa.0: Cannot allocate resource for EISA slot 1
751[ 2.180527] platform eisa.0: Cannot allocate resource for EISA slot 2
752[ 2.180529] platform eisa.0: Cannot allocate resource for EISA slot 3
753[ 2.180530] platform eisa.0: Cannot allocate resource for EISA slot 4
754[ 2.180531] platform eisa.0: Cannot allocate resource for EISA slot 5
755[ 2.180533] platform eisa.0: Cannot allocate resource for EISA slot 6
756[ 2.180534] platform eisa.0: Cannot allocate resource for EISA slot 7
757[ 2.180536] platform eisa.0: Cannot allocate resource for EISA slot 8
758[ 2.180537] platform eisa.0: EISA: Detected 0 cards
759[ 2.180550] intel_pstate: Intel P-state driver initializing
760[ 2.182434] intel_pstate: HWP enabled
761[ 2.182670] ledtrig-cpu: registered to indicate activity on CPUs
762[ 2.182672] EFI Variables Facility v0.08 2004-May-17
763[ 2.203920] intel_pmc_core intel_pmc_core.0: initialized
764[ 2.203950] drop_monitor: Initializing network drop monitor service
765[ 2.204077] NET: Registered protocol family 10
766[ 2.207143] Segment Routing with IPv6
767[ 2.207158] NET: Registered protocol family 17
768[ 2.207178] Key type dns_resolver registered
769[ 2.207595] RAS: Correctable Errors collector initialized.
770[ 2.207613] microcode: sig=0xa0660, pf=0x80, revision=0xca
771[ 2.207661] microcode: Microcode Update Driver: v2.2.
772[ 2.207663] IPI shorthand broadcast: enabled
773[ 2.207667] sched_clock: Marking stable (2202612837, 5045958)->(2215396838, -7738043)
774[ 2.207717] registered taskstats version 1
775[ 2.207725] Loading compiled-in X.509 certificates
776[ 2.208722] Loaded X.509 cert 'Build time autogenerated kernel key: b8acdd0d5721ab35ca72d9a8b2a429f5b664aa97'
777[ 2.208756] zswap: loaded using pool lzo/zbud
778[ 2.208802] Key type ._fscrypt registered
779[ 2.208803] Key type .fscrypt registered
780[ 2.211667] Key type big_key registered
781[ 2.211670] Key type trusted registered
782[ 2.213000] Key type encrypted registered
783[ 2.213002] AppArmor: AppArmor sha1 policy hashing enabled
784[ 2.213354] integrity: Loading X.509 certificate: UEFI:db
785[ 2.213369] integrity: Loaded X.509 cert 'Lenovo Ltd.: ThinkPad Product CA 2012: 838b1f54c1550463f45f98700640f11069265949'
786[ 2.213369] integrity: Loading X.509 certificate: UEFI:db
787[ 2.213378] integrity: Loaded X.509 cert 'Lenovo UEFI CA 2014: 4b91a68732eaefdd2c8ffffc6b027ec3449e9c8f'
788[ 2.213378] integrity: Loading X.509 certificate: UEFI:db
789[ 2.213391] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
790[ 2.213391] integrity: Loading X.509 certificate: UEFI:db
791[ 2.213402] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
792[ 2.213517] Couldn't get size: 0x800000000000000e
793[ 2.213531] Couldn't get UEFI MokListRT
794[ 2.213910] ima: Allocated hash algorithm: sha1
795[ 2.230870] ima: No architecture policies found
796[ 2.230874] evm: Initialising EVM extended attributes:
797[ 2.230875] evm: security.selinux
798[ 2.230875] evm: security.SMACK64
799[ 2.230875] evm: security.SMACK64EXEC
800[ 2.230876] evm: security.SMACK64TRANSMUTE
801[ 2.230876] evm: security.SMACK64MMAP
802[ 2.230876] evm: security.apparmor
803[ 2.230876] evm: security.ima
804[ 2.230877] evm: security.capability
805[ 2.230877] evm: HMAC attrs: 0x1
806[ 2.231510] PM: Magic number: 4:283:994
807[ 2.231512] machinecheck machinecheck7: hash matches
808[ 2.231586] memory memory37: hash matches
809[ 2.231831] rtc_cmos rtc_cmos: setting system clock to 2020-05-02T16:57:12 UTC (1588438632)
810[ 2.232672] Freeing unused decrypted memory: 2040K
811[ 2.233107] Freeing unused kernel image memory: 2704K
812[ 2.263931] Write protecting the kernel read-only data: 22528k
813[ 2.264589] Freeing unused kernel image memory: 2008K
814[ 2.264871] Freeing unused kernel image memory: 1224K
815[ 2.271265] x86/mm: Checked W+X mappings: passed, no W+X pages found.
816[ 2.271266] Run /init as init process
817[ 2.330058] hidraw: raw HID events driver (C) Jiri Kosina
818[ 2.330190] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
819[ 2.330306] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
820[ 2.330481] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
821[ 2.330607] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
822[ 2.333873] thunderbolt 0000:07:00.0: enabling device (0000 -> 0002)
823[ 2.337269] nvme nvme0: pci function 0000:03:00.0
824[ 2.358228] i915 0000:00:02.0: enabling device (0006 -> 0007)
825[ 2.358787] checking generic (c0000000 7e9000) vs hw (c0000000 10000000)
826[ 2.358788] fb0: switching to inteldrmfb from EFI VGA
827[ 2.358837] Console: switching to colour dummy device 80x25
828[ 2.358863] i915 0000:00:02.0: vgaarb: deactivate vga console
829[ 2.360592] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
830[ 2.360593] [drm] Driver supports precise vblank timestamp query.
831[ 2.361929] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
832[ 2.362812] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
833[ 2.374279] [drm] Initialized i915 1.6.0 20190822 for 0000:00:02.0 on minor 0
834[ 2.377260] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
835[ 2.377563] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
836[ 2.386511] fbcon: i915drmfb (fb0) is primary device
837[ 2.503962] usb 1-8: new high-speed USB device number 2 using xhci_hcd
838[ 2.552534] usb 1-8: New USB device found, idVendor=5986, idProduct=114e, bcdDevice=55.21
839[ 2.552535] usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
840[ 2.552535] usb 1-8: Product: Integrated Camera
841[ 2.552536] usb 1-8: Manufacturer: Bison
842[ 2.552536] usb 1-8: SerialNumber: 200901010001
843[ 2.552746] nvme nvme0: missing or invalid SUBNQN field.
844[ 2.552763] nvme nvme0: Shutdown timeout set to 8 seconds
845[ 2.567617] nvme nvme0: 12/0/0 default/read/poll queues
846[ 2.575672] nvme0n1: p1 p2
847[ 2.679954] usb 1-9: new full-speed USB device number 3 using xhci_hcd
848[ 2.827828] psmouse serio1: trackpoint: Elan TrackPoint firmware: 0x47, buttons: 3/3
849[ 2.829242] usb 1-9: New USB device found, idVendor=06cb, idProduct=00bd, bcdDevice= 0.00
850[ 2.829243] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=1
851[ 2.829243] usb 1-9: SerialNumber: dc6223b23725
852[ 2.841336] input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/input/input5
853[ 2.955934] usb 1-10: new full-speed USB device number 4 using xhci_hcd
854[ 3.099956] tsc: Refined TSC clocksource calibration: 1608.004 MHz
855[ 3.099960] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x172dae07d76, max_idle_ns: 440795224364 ns
856[ 3.100015] clocksource: Switched to clocksource tsc
857[ 3.105112] usb 1-10: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
858[ 3.105113] usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
859[ 3.545359] irq 31: nobody cared (try booting with the "irqpoll" option)
860[ 3.545361] CPU: 8 PID: 0 Comm: swapper/8 Not tainted 5.4.23-050423-generic #202002281329
861[ 3.545361] Hardware name: LENOVO 20R1S05B00/20R1S05B00, BIOS N2QET22W (1.16 ) 03/19/2020
862[ 3.545362] Call Trace:
863[ 3.545363] <IRQ>
864[ 3.545367] dump_stack+0x6d/0x9a
865[ 3.545369] __report_bad_irq+0x3a/0xaf
866[ 3.545370] note_interrupt.cold+0xb/0x61
867[ 3.545371] handle_irq_event_percpu+0x73/0x80
868[ 3.545372] handle_irq_event+0x3b/0x5a
869[ 3.545373] handle_fasteoi_irq+0x9c/0x150
870[ 3.545375] do_IRQ+0x55/0xf0
871[ 3.545375] common_interrupt+0xf/0xf
872[ 3.545376] </IRQ>
873[ 3.545378] RIP: 0010:cpuidle_enter_state+0xc5/0x450
874[ 3.545379] Code: ff e8 8f 7a 81 ff 80 7d c7 00 74 17 9c 58 0f 1f 44 00 00 f6 c4 02 0f 85 65 03 00 00 31 ff e8 e2 d7 87 ff fb 66 0f 1f 44 00 00 <45> 85 ed 0f 88 8f 02 00 00 49 63 cd 4c 8b 7d d0 4c 2b 7d c8 48 8d
875[ 3.545379] RSP: 0018:ffff99700012be38 EFLAGS: 00000246 ORIG_RAX: ffffffffffffffde
876[ 3.545381] RAX: ffff89583042ad00 RBX: ffffffff89568a40 RCX: 000000000000001f
877[ 3.545381] RDX: 0000000000000000 RSI: 000000004f9a0f0b RDI: 0000000000000000
878[ 3.545381] RBP: ffff99700012be78 R08: 00000000d351cd15 R09: 00000049b6c2ed3d
879[ 3.545382] R10: ffff895830429a00 R11: ffff8958304299e0 R12: ffff8958207ecc00
880[ 3.545382] R13: 0000000000000003 R14: 0000000000000003 R15: ffff8958207ecc00
881[ 3.545384] ? cpuidle_enter_state+0xa1/0x450
882[ 3.545385] cpuidle_enter+0x2e/0x40
883[ 3.545386] call_cpuidle+0x23/0x40
884[ 3.545387] do_idle+0x1dd/0x270
885[ 3.545388] cpu_startup_entry+0x20/0x30
886[ 3.545389] start_secondary+0x167/0x1c0
887[ 3.545391] secondary_startup_64+0xa4/0xb0
888[ 3.545392] handlers:
889[ 3.545394] [<00000000e1e7f840>] tis_int_handler
890[ 3.545395] Disabling IRQ #31
891[ 3.554718] Console: switching to colour frame buffer device 240x67
892[ 3.573605] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
893[ 3.827889] raid6: avx2x4 gen() 41764 MB/s
894[ 3.862167] mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 1)
895[ 3.862167] mce: CPU6: Core temperature above threshold, cpu clock throttled (total events = 1)
896[ 3.862168] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
897[ 3.862168] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
898[ 3.862207] mce: CPU8: Package temperature above threshold, cpu clock throttled (total events = 1)
899[ 3.862208] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
900[ 3.862209] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
901[ 3.862210] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
902[ 3.862211] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
903[ 3.862212] mce: CPU9: Package temperature above threshold, cpu clock throttled (total events = 1)
904[ 3.862213] mce: CPU11: Package temperature above threshold, cpu clock throttled (total events = 1)
905[ 3.862214] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
906[ 3.862215] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
907[ 3.862216] mce: CPU10: Package temperature above threshold, cpu clock throttled (total events = 1)
908[ 3.863151] mce: CPU0: Core temperature/speed normal
909[ 3.863152] mce: CPU6: Core temperature/speed normal
910[ 3.863152] mce: CPU0: Package temperature/speed normal
911[ 3.863152] mce: CPU6: Package temperature/speed normal
912[ 3.863192] mce: CPU1: Package temperature/speed normal
913[ 3.863193] mce: CPU7: Package temperature/speed normal
914[ 3.863194] mce: CPU8: Package temperature/speed normal
915[ 3.863194] mce: CPU2: Package temperature/speed normal
916[ 3.863195] mce: CPU5: Package temperature/speed normal
917[ 3.863196] mce: CPU11: Package temperature/speed normal
918[ 3.863197] mce: CPU10: Package temperature/speed normal
919[ 3.863198] mce: CPU3: Package temperature/speed normal
920[ 3.863199] mce: CPU4: Package temperature/speed normal
921[ 3.863200] mce: CPU9: Package temperature/speed normal
922[ 3.895888] raid6: avx2x4 xor() 27226 MB/s
923[ 3.963887] raid6: avx2x2 gen() 39608 MB/s
924[ 4.031889] raid6: avx2x2 xor() 24536 MB/s
925[ 4.099888] raid6: avx2x1 gen() 31231 MB/s
926[ 4.167887] raid6: avx2x1 xor() 22342 MB/s
927[ 4.235889] raid6: sse2x4 gen() 17106 MB/s
928[ 4.303887] raid6: sse2x4 xor() 11549 MB/s
929[ 4.371890] raid6: sse2x2 gen() 15750 MB/s
930[ 4.439889] raid6: sse2x2 xor() 10558 MB/s
931[ 4.507893] raid6: sse2x1 gen() 13583 MB/s
932[ 4.575888] raid6: sse2x1 xor() 8130 MB/s
933[ 4.575888] raid6: using algorithm avx2x4 gen() 41764 MB/s
934[ 4.575888] raid6: .... xor() 27226 MB/s, rmw enabled
935[ 4.575889] raid6: using avx2x2 recovery algorithm
936[ 4.578349] xor: automatically using best checksumming function avx
937[ 4.588976] Btrfs loaded, crc32c=crc32c-intel
938[ 4.629079] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
939[ 4.774399] systemd[1]: systemd 237 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)
940[ 4.792734] systemd[1]: Detected architecture x86-64.
941[ 4.825236] systemd[1]: Set hostname to <x1c7>.
942[ 4.874623] systemd[1]: Reached target Remote File Systems.
943[ 4.874744] systemd[1]: Created slice User and Session Slice.
944[ 4.874858] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
945[ 4.874919] systemd[1]: Created slice System Slice.
946[ 4.874956] systemd[1]: Listening on Journal Socket (/dev/log).
947[ 4.874975] systemd[1]: Listening on fsck to fsckd communication Socket.
948[ 4.875000] systemd[1]: Listening on udev Control Socket.
949[ 4.884673] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
950[ 4.889680] lp: driver loaded but no devices found
951[ 4.892295] ppdev: user-space parallel port driver
952[ 4.965245] systemd-journald[530]: Received request to flush runtime journal from PID 1
953[ 4.998591] intel_rapl_common: driver does not support CPU family 6 model 166
954[ 5.000295] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
955[ 5.000688] idma64 idma64.0: Found Intel integrated DMA 64-bit
956[ 5.001670] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
957[ 5.007431] cfg80211: Loading compiled-in X.509 certificates for regulatory database
958[ 5.008438] idma64 idma64.1: Found Intel integrated DMA 64-bit
959[ 5.008924] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
960[ 5.016086] Adding 4194300k swap on /swapfile. Priority:-2 extents:53 across:92798972k SSFS
961[ 5.017667] Non-volatile memory driver v1.3
962[ 5.025586] Intel(R) Wireless WiFi driver for Linux
963[ 5.025587] Copyright(c) 2003- 2015 Intel Corporation
964[ 5.025670] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
965[ 5.033392] thinkpad_acpi: ThinkPad ACPI Extras v0.26
966[ 5.033394] thinkpad_acpi: http://ibm-acpi.sf.net/
967[ 5.033395] thinkpad_acpi: ThinkPad BIOS N2QET22W (1.16 ), EC N2QHT13W
968[ 5.033396] thinkpad_acpi: Lenovo ThinkPad X1 Carbon 7th, model 20R1S05B00
969[ 5.043204] thinkpad_acpi: radio switch found; radios are enabled
970[ 5.043233] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
971[ 5.043233] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
972[ 5.044167] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-QuZ-a0-jf-b0-50.ucode failed with error -2
973[ 5.044184] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-QuZ-a0-jf-b0-49.ucode failed with error -2
974[ 5.045115] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 43.2.23.17
975[ 5.045119] iwlwifi 0000:00:14.3: Found debug destination: EXTERNAL_DRAM
976[ 5.045121] iwlwifi 0000:00:14.3: Found debug configuration: 0
977[ 5.045388] iwlwifi 0000:00:14.3: loaded firmware version 48.13675109.0 op_mode iwlmvm
978[ 5.048863] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
979[ 5.055383] i2c_hid i2c-SYNA8004:00: i2c-SYNA8004:00 supply vdd not found, using dummy regulator
980[ 5.055392] i2c_hid i2c-SYNA8004:00: i2c-SYNA8004:00 supply vddl not found, using dummy regulator
981[ 5.093838] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
982[ 5.099895] thinkpad_acpi: battery 1 registered (start 0, stop 100)
983[ 5.099901] battery: new extension: ThinkPad Battery Extension
984[ 5.100133] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input7
985[ 5.110231] mc: Linux media interface: v0.10
986[ 5.112985] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
987[ 5.121138] videodev: Linux video capture interface: v2.00
988[ 5.127644] Bluetooth: Core ver 2.22
989[ 5.127658] NET: Registered protocol family 31
990[ 5.127659] Bluetooth: HCI device and connection manager initialized
991[ 5.127661] Bluetooth: HCI socket layer initialized
992[ 5.127663] Bluetooth: L2CAP socket layer initialized
993[ 5.127665] Bluetooth: SCO socket layer initialized
994[ 5.128939] iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9560 160MHz, REV=0x354
995[ 5.134379] cryptd: max_cpu_qlen set to 1000
996[ 5.143020] AVX2 version of gcm_enc/dec engaged.
997[ 5.143022] AES CTR mode by8 optimization enabled
998[ 5.143574] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
999[ 5.144030] iwlwifi 0000:00:14.3: Allocated 0x00400000 bytes for firmware monitor.
1000[ 5.145251] usbcore: registered new interface driver btusb
1001[ 5.145571] uvcvideo: Found UVC 1.10 device Integrated Camera (5986:114e)
1002[ 5.149751] Bluetooth: hci0: Bootloader revision 0.1 build 0 week 30 2018
1003[ 5.150758] Bluetooth: hci0: Device revision is 2
1004[ 5.150758] Bluetooth: hci0: Secure boot is enabled
1005[ 5.150759] Bluetooth: hci0: OTP lock is enabled
1006[ 5.150759] Bluetooth: hci0: API lock is enabled
1007[ 5.150760] Bluetooth: hci0: Debug lock is disabled
1008[ 5.150760] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
1009[ 5.151006] uvcvideo 1-8:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
1010[ 5.151007] uvcvideo 1-8:1.0: Entity type for entity Extension 4 was not initialized!
1011[ 5.151008] uvcvideo 1-8:1.0: Entity type for entity Processing 2 was not initialized!
1012[ 5.151009] uvcvideo 1-8:1.0: Entity type for entity Camera 1 was not initialized!
1013[ 5.151055] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input8
1014[ 5.151101] usbcore: registered new interface driver uvcvideo
1015[ 5.151101] USB Video Class driver (1.1.1)
1016[ 5.151757] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-1.sfi
1017[ 5.200536] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC285: line_outs=2 (0x14/0x17/0x0/0x0/0x0) type:speaker
1018[ 5.200539] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
1019[ 5.200540] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
1020[ 5.200542] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
1021[ 5.200543] snd_hda_codec_realtek hdaudioC0D0: inputs:
1022[ 5.200544] snd_hda_codec_realtek hdaudioC0D0: Mic=0x19
1023[ 5.231137] audit: type=1400 audit(1588438635.492:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=849 comm="apparmor_parser"
1024[ 5.231149] audit: type=1400 audit(1588438635.492:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=853 comm="apparmor_parser"
1025[ 5.231933] audit: type=1400 audit(1588438635.496:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=847 comm="apparmor_parser"
1026[ 5.283028] iwlwifi 0000:00:14.3: base HW address: 94:e6:f7:07:b0:61
1027[ 5.299066] thermal thermal_zone3: failed to read out thermal zone (-61)
1028[ 5.315026] audit: type=1400 audit(1588438635.576:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=876 comm="apparmor_parser"
1029[ 5.315519] audit: type=1400 audit(1588438635.576:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=845 comm="apparmor_parser"
1030[ 5.315694] audit: type=1400 audit(1588438635.576:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=845 comm="apparmor_parser"
1031[ 5.315836] audit: type=1400 audit(1588438635.576:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=845 comm="apparmor_parser"
1032[ 5.325431] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
1033[ 5.325482] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
1034[ 5.325537] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
1035[ 5.325607] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
1036[ 5.325657] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
1037[ 5.325705] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
1038[ 5.325753] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
1039[ 5.384338] iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
1040[ 5.388304] audit: type=1400 audit(1588438635.652:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=862 comm="apparmor_parser"
1041[ 5.396523] input: SYNA8004:00 06CB:CD8B Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-SYNA8004:00/0018:06CB:CD8B.0001/input/input16
1042[ 5.396628] input: SYNA8004:00 06CB:CD8B Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-SYNA8004:00/0018:06CB:CD8B.0001/input/input17
1043[ 5.396702] hid-generic 0018:06CB:CD8B.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA8004:00 06CB:CD8B] on i2c-SYNA8004:00
1044[ 5.470001] audit: type=1400 audit(1588438635.732:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=843 comm="apparmor_parser"
1045[ 5.470478] audit: type=1400 audit(1588438635.732:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=843 comm="apparmor_parser"
1046[ 5.470883] audit: type=1400 audit(1588438635.732:12): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=843 comm="apparmor_parser"
1047[ 5.471142] audit: type=1400 audit(1588438635.732:13): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=843 comm="apparmor_parser"
1048[ 5.501209] audit: type=1400 audit(1588438635.764:14): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/mysqld" pid=887 comm="apparmor_parser"
1049[ 5.564158] input: SYNA8004:00 06CB:CD8B Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-SYNA8004:00/0018:06CB:CD8B.0001/input/input19
1050[ 5.564345] input: SYNA8004:00 06CB:CD8B Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-SYNA8004:00/0018:06CB:CD8B.0001/input/input20
1051[ 5.564558] hid-multitouch 0018:06CB:CD8B.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA8004:00 06CB:CD8B] on i2c-SYNA8004:00
1052[ 6.003944] Adding 998908k swap on /dev/mapper/cryptswap1. Priority:-3 extents:1 across:998908k SSFS
1053[ 6.483219] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
1054[ 6.483221] Bluetooth: BNEP filters: protocol multicast
1055[ 6.483225] Bluetooth: BNEP socket layer initialized
1056[ 6.600647] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
1057[ 6.735659] iwlwifi 0000:00:14.3: FW already configured (0) - re-configuring
1058[ 6.940372] Bluetooth: hci0: Waiting for firmware download to complete
1059[ 6.940769] Bluetooth: hci0: Firmware loaded in 1750826 usecs
1060[ 6.940867] Bluetooth: hci0: Waiting for device to boot
1061[ 6.953771] Bluetooth: hci0: Device booted in 12674 usecs
1062[ 6.954031] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-1.ddc
1063[ 6.968776] Bluetooth: hci0: Applying Intel DDC parameters completed
1064[ 9.430246] wlp0s20f3: authenticate with 74:83:c2:1f:ec:4f
1065[ 9.433680] wlp0s20f3: send auth to 74:83:c2:1f:ec:4f (try 1/3)
1066[ 9.456608] wlp0s20f3: authenticated
1067[ 9.460075] wlp0s20f3: associate with 74:83:c2:1f:ec:4f (try 1/3)
1068[ 9.464107] wlp0s20f3: RX AssocResp from 74:83:c2:1f:ec:4f (capab=0x11 status=0 aid=7)
1069[ 9.467257] wlp0s20f3: associated
1070[ 9.478595] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s20f3: link becomes ready
1071[ 9.863172] vmmon: loading out-of-tree module taints kernel.
1072[ 9.863222] vmmon: module verification failed: signature and/or required key missing - tainting kernel
1073[ 9.863564] /dev/vmmon[1623]: Module vmmon: registered with major=10 minor=165
1074[ 9.863566] /dev/vmmon[1623]: Using tsc_khz as TSC frequency: 1608004
1075[ 9.863567] /dev/vmmon[1623]: Module vmmon: initialized
1076[ 9.869837] bpfilter: Loaded bpfilter_umh pid 1645
1077[ 9.873232] Guest personality initialized and is inactive
1078[ 9.873264] VMCI host device registered (name=vmci, major=10, minor=58)
1079[ 9.873264] Initialized host personality
1080[ 9.889038] NET: Registered protocol family 40
1081[ 11.060675] userif-3: sent link down event.
1082[ 11.060675] userif-3: sent link up event.
1083[ 23.068601] Could not find key with description: [28b689b18a96721c]
1084[ 23.068603] process_request_key_err: No key
1085[ 23.068604] Could not find valid key in user session keyring for sig specified in mount option: [28b689b18a96721c]
1086[ 23.068605] One or more global auth toks could not properly register; rc = [-2]
1087[ 23.068606] Error parsing options; rc = [-2]
1088[ 23.687619] Bluetooth: RFCOMM TTY layer initialized
1089[ 23.687626] Bluetooth: RFCOMM socket layer initialized
1090[ 23.687631] Bluetooth: RFCOMM ver 1.11
1091[ 23.865168] usb 1-10: USB disconnect, device number 4
1092
1093
1094$ lsusb
1095Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
1096Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
1097Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
1098Bus 001 Device 003: ID 06cb:00bd Synaptics, Inc.
1099Bus 001 Device 002: ID 5986:114e Acer, Inc
1100Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
1101
1102
1103$ lspci
110400:00.0 Host bridge: Intel Corporation Device 9b51
110500:02.0 VGA compatible controller: Intel Corporation Device 9bca (rev 04)
110600:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem
110700:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th Gen Core Processor Gaussian Mixture Model
110800:12.0 Signal processing controller: Intel Corporation Device 02f9
110900:14.0 USB controller: Intel Corporation Device 02ed
111000:14.2 RAM memory: Intel Corporation Device 02ef
111100:14.3 Network controller: Intel Corporation Device 02f0
111200:15.0 Serial bus controller [0c80]: Intel Corporation Device 02e8
111300:15.1 Serial bus controller [0c80]: Intel Corporation Device 02e9
111400:16.0 Communication controller: Intel Corporation Device 02e0
111500:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
111600:1d.4 PCI bridge: Intel Corporation Device 02b4 (rev f0)
111700:1f.0 ISA bridge: Intel Corporation Device 0284
111800:1f.3 Audio device: Intel Corporation Device 02c8
111900:1f.4 SMBus: Intel Corporation Device 02a3
112000:1f.5 Serial bus controller [0c80]: Intel Corporation Device 02a4
112100:1f.6 Ethernet controller: Intel Corporation Device 0d4f
112203:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981
112305:00.0 PCI bridge: Intel Corporation JHL6540 Thunderbolt 3 Bridge (C step) [Alpine Ridge 4C 2016] (rev 02)
112406:00.0 PCI bridge: Intel Corporation JHL6540 Thunderbolt 3 Bridge (C step) [Alpine Ridge 4C 2016] (rev 02)
112506:01.0 PCI bridge: Intel Corporation JHL6540 Thunderbolt 3 Bridge (C step) [Alpine Ridge 4C 2016] (rev 02)
112606:02.0 PCI bridge: Intel Corporation JHL6540 Thunderbolt 3 Bridge (C step) [Alpine Ridge 4C 2016] (rev 02)
112706:04.0 PCI bridge: Intel Corporation JHL6540 Thunderbolt 3 Bridge (C step) [Alpine Ridge 4C 2016] (rev 02)
112807:00.0 System peripheral: Intel Corporation JHL6540 Thunderbolt 3 NHI (C step) [Alpine Ridge 4C 2016] (rev 02)
11292d:00.0 USB controller: Intel Corporation JHL6540 Thunderbolt 3 USB Controller (C step) [Alpine Ridge 4C 2016] (rev 02)