* use-after-free with Lenovo Ultra Docking Station
@ 2025-02-18 6:52 Philipp Leskovitz
2025-02-18 7:16 ` Greg KH
0 siblings, 1 reply; 9+ messages in thread
From: Philipp Leskovitz @ 2025-02-18 6:52 UTC (permalink / raw)
To: linux-usb
[-- Attachment #1: Type: text/plain, Size: 4460 bytes --]
[1.] One line summary of the problem:
A use-after-free is triggered when the device ThinkPad Ultra Docking Station is connected.
[2.] Full description of the problem/report:
When I click the notebook into the docking station (ThinkPad Ultra Docking Station, Type 40AJ), a kernel crash sometimes occurs. I think the function kernfs_new_node (fs/kernfs/dir.c) accesses a
memory that has already been released. It looks to me that an access in this function occurs with the query "parent->mode & S_ISGID". The error occurs with kernel version 6.8.12 and 6.12.x.
general protection fault, probably for non-canonical address 0xfefefefefefeff3d: 0000 [#1] PREEMPT SMP NOPTI
CPU: 7 PID: 2433 Comm: kworker/7:3 Tainted: P O T 6.8.12-grsec+ #1
Hardware name: LENOVO 20N2S00600/20N2S00600, BIOS N2IET91S (3.69 ) 02/02/2021
Workqueue: events ucsi_handle_connector_change
RIP: 0010:[<ffffffff817aec42>] kernfs_new_node+0x12/0x80
Code: eb e2 cc 0f 1f 44 00 00 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 66 0f 1f 00 0f 1f 44 00 00 55 53 48 89 fb 89 cf 89 d1 <f6> 43 3f 04 74 17 48 8b 43 40 48 85 c0 74 04 44 8b 40 04 80 ce 04
RSP: 0000:ffffc90002607e10 EFLAGS: 00010246
RAX: 0000000000000000 RBX: fefefefefefefefe RCX: 000000000000a1ff
RDX: 000000000000a1ff RSI: ffffffff83144609 RDI: 0000000000000000
RBP: ffff888184b41110 R08: 0000000000000000 R09: 0000000000000004
R10: ffff88817fdc0000 R11: 00383734353d4d55 R12: fefefefefefefefe
R13: ffff888104e40808 R14: 0000000000000001 R15: ffff888104cb63d0
RSI: __end_mutable+0x20d5c9/0x2408c0
RBP: kernfs_node_cache+0x0/0x88 [slab object]
RSP: vmalloc[kernel_clone]+0xc8/0x420
R13: kmalloc-1k+0x8/0x400 [slab object]
R15: kmalloc-4k+0x3d0/0x1000 [slab object]
FS: 0000000000000000(0000) GS:ffff8886797c0000(0000) knlGS:0000000000000000
CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 0000119f3c379e78 CR3: 000000016e620003 CR4: 00000000003606f0 shadow CR4: 00000000003606f0
ASID: 0002
Stack:
ffffffff83144609 ffff888184b41110 ffffffff817b16a7 ffffffff83144609
fefefefefefefefe ffff888184b41110 ffffffff817b2dc5 ffff888104e098a8
ffff88816e4bec00 ffff888104e40800 ffff888104e40808 ffff888100125c05
Call Trace:
<TASK>
[<ffffffff817b16a7>] kernfs_create_link+0x37/0xa0 ffffc90002607e20
[<ffffffff817b2dc5>] sysfs_do_create_link_sd+0x65/0xd0 ffffc90002607e40
[<ffffffff820bf051>] typec_partner_link_device+0x21/0xa0 ffffc90002607e70
[<ffffffff820bf20f>] typec_register_partner+0x12f/0x190 ffffc90002607e88
[<ffffffff820d02d3>] ucsi_register_partner.isra.0+0xc3/0x120 ffffc90002607eb0
[<ffffffff820d0edc>] ucsi_handle_connector_change+0x24c/0x2b0 ffffc90002607ef0
[<ffffffff814afd06>] process_one_work+0x176/0x390 ffffc90002607f18
[<ffffffff814b00c1>] worker_thread+0x191/0x330 ffffc90002607f50
[<ffffffff8276df73>] ? _raw_spin_lock_irqsave+0x43/0x60 ffffc90002607f58
[<ffffffff814aff30>] ? __pfx_worker_thread+0x10/0x10 ffffc90002607f88
[<ffffffff814b903d>] kthread+0xfd/0x140 ffffc90002607f90
[<ffffffff814b8f40>] ? __pfx_kthread+0x10/0x10 ffffc90002607f98
[<ffffffff8143b9fc>] ret_from_fork+0x3c/0x60 ffffc90002607fc8
[<ffffffff814b8f40>] ? __pfx_kthread+0x10/0x10 ffffc90002607fd0
[<ffffffff8140179b>] ret_from_fork_asm+0x2b/0x50 ffffc90002607fe8
</TASK>
[3.] Keywords (i.e., modules, networking, kernel):
USB typec, ThinkPad Ultra Docking Station, kernel, use after free
[4.] Kernel information
[4.1.] Kernel version (from /proc/version):
6.8.12
[4.2.] Kernel .config file:
Only these options are activated in submodule USB Type-C Support:
CONFIG_TYPEC=y
CONFIG_TYPEC_TCPM=y
CONFIG_TYPEC_TCPCI=y
CONFIG_TYPEC_UCSI=y
CONFIG_TYPEC_DP_ALTMODE=y
CONFIG_UCSI_ACPI=y
[5.] Most recent kernel version which did not have the bug:
6.6
[6.] Output of Oops.. message (if applicable) with symbolic information
resolved (see Documentation/admin-guide/bug-hunting.rst)
[7.] A small shell script or example program which triggers the
problem (if possible)
[8.] Environment
[8.1.] Software (add the output of the ver_linux script here)
[8.2.] Processor information (from /proc/cpuinfo):
[8.3.] Module information (from /proc/modules):
[8.4.] Loaded driver and hardware information (/proc/ioports, /proc/iomem)
[8.5.] PCI information ('lspci -vvv' as root)
[8.6.] SCSI information (from /proc/scsi/scsi)
[8.7.] Other information that might be relevant to the problem
(please look in /proc and include all information that you
think to be relevant):
[X.] Other notes, patches, fixes, workarounds:
[-- Attachment #2: dmesg.log --]
[-- Type: text/x-log, Size: 110134 bytes --]
<5>[ 0.000000] Linux version 6.8.12-grsec+ (user@ts-1) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Mon Feb 10 09:35:12 UTC 2025
<6>[ 0.000000] Command line: BOOT_IMAGE=/isolinux/bzImage DYN_ARGS loglevel=1 intel_iommu=on
<6>[ 0.000000] KERNEL supported cpus:
<6>[ 0.000000] Intel GenuineIntel
<6>[ 0.000000] BIOS-provided physical RAM map:
<6>[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
<6>[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
<6>[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000005de29fff] usable
<6>[ 0.000000] BIOS-e820: [mem 0x000000005de2a000-0x000000005df5ffff] type 20
<6>[ 0.000000] BIOS-e820: [mem 0x000000005df60000-0x00000000621c1fff] reserved
<6>[ 0.000000] BIOS-e820: [mem 0x00000000621c2000-0x00000000623a9fff] ACPI NVS
<6>[ 0.000000] BIOS-e820: [mem 0x00000000623aa000-0x000000006240efff] ACPI data
<6>[ 0.000000] BIOS-e820: [mem 0x000000006240f000-0x000000006240ffff] usable
<6>[ 0.000000] BIOS-e820: [mem 0x0000000062410000-0x00000000697fffff] reserved
<6>[ 0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
<6>[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000006947fffff] usable
<6>[ 0.000000] SMT: disabled
<6>[ 0.000000] NX (Execute Disable) protection: active
<6>[ 0.000000] APIC: Static calls initialized
<6>[ 0.000000] user-defined physical RAM map:
<6>[ 0.000000] user: [mem 0x0000000000000000-0x000000000009efff] usable
<6>[ 0.000000] user: [mem 0x000000000009f000-0x00000000000fffff] reserved
<6>[ 0.000000] user: [mem 0x0000000000100000-0x000000005de29fff] usable
<6>[ 0.000000] user: [mem 0x000000005de2a000-0x000000005df5ffff] type 20
<6>[ 0.000000] user: [mem 0x000000005df60000-0x00000000621c1fff] reserved
<6>[ 0.000000] user: [mem 0x00000000621c2000-0x00000000623a9fff] ACPI NVS
<6>[ 0.000000] user: [mem 0x00000000623aa000-0x000000006240efff] ACPI data
<6>[ 0.000000] user: [mem 0x000000006240f000-0x000000006240ffff] usable
<6>[ 0.000000] user: [mem 0x0000000062410000-0x00000000697fffff] reserved
<6>[ 0.000000] user: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
<6>[ 0.000000] user: [mem 0x0000000100000000-0x0000000187ffffff] usable
<6>[ 0.000000] user: [mem 0x0000000188000000-0x0000000189ffffff] reserved
<6>[ 0.000000] user: [mem 0x000000018a000000-0x00000006947fffff] usable
<6>[ 0.000000] efi: EFI v2.6 by Lenovo
<6>[ 0.000000] efi: SMBIOS=0x60555000 SMBIOS 3.0=0x60548000 ACPI=0x6240e000 ACPI 2.0=0x6240e014 MEMATTR=0x5b0ca018 ESRT=0x60332000
<6>[ 0.000000] SMBIOS 3.1.1 present.
<6>[ 0.000000] DMI: LENOVO 20N2S00600/20N2S00600, BIOS N2IET91S (3.69 ) 02/02/2021
<6>[ 0.000000] tsc: Detected 2000.000 MHz processor
<6>[ 0.000000] tsc: Detected 1999.968 MHz TSC
<7>[ 0.000011] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
<7>[ 0.000016] e820: remove [mem 0x000a0000-0x000fffff] usable
<6>[ 0.000025] last_pfn = 0x694800 max_arch_pfn = 0x400000000
<6>[ 0.000032] MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
<6>[ 0.000035] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
<6>[ 0.000553] last_pfn = 0x62410 max_arch_pfn = 0x400000000
<6>[ 0.034121] Using GB pages for direct mapping
<4>[ 0.034123] PAX: PCID detected
<4>[ 0.034124] PAX: INVPCID detected
<6>[ 0.037631] Secure boot enabled
<6>[ 0.037632] RAMDISK: [mem 0x30373000-0x33004fff]
<6>[ 0.037634] Allocated new RAMDISK: [mem 0x691800000-0x6944916ff]
<6>[ 0.057769] Move RAMDISK from [mem 0x30373000-0x330046ff] to [mem 0x691800000-0x6944916ff]
<6>[ 0.057777] ACPI: Early table checksum verification disabled
<6>[ 0.057781] ACPI: RSDP 0x000000006240E014 000024 (v02 LENOVO)
<6>[ 0.057789] ACPI: XSDT 0x000000006240C188 000104 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.057799] ACPI: FACP 0x0000000060365000 000114 (v06 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.057808] ACPI: DSDT 0x0000000060339000 0274FA (v02 LENOVO CFL 20170001 INTL 20160422)
<6>[ 0.057815] ACPI: FACS 0x000000006220F000 000040
<6>[ 0.057821] ACPI: SSDT 0x00000000603B8000 001B26 (v02 LENOVO CpuSsdt 00003000 INTL 20160527)
<6>[ 0.057827] ACPI: SSDT 0x00000000603B7000 00056D (v02 LENOVO CtdpB 00001000 INTL 20160527)
<6>[ 0.057835] ACPI: SSDT 0x000000006037E000 003B37 (v02 LENOVO DptfTabl 00001000 INTL 20160527)
<6>[ 0.057842] ACPI: SSDT 0x0000000060368000 003167 (v02 LENOVO SaSsdt 00003000 INTL 20160527)
<6>[ 0.057848] ACPI: UEFI 0x000000006222C000 000042 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.057854] ACPI: SSDT 0x0000000060366000 000530 (v02 LENOVO PerfTune 00001000 INTL 20160527)
<6>[ 0.057860] ACPI: HPET 0x0000000060364000 000038 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.057866] ACPI: APIC 0x0000000060363000 00012C (v03 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.057872] ACPI: MCFG 0x0000000060362000 00003C (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.057878] ACPI: ECDT 0x0000000060361000 000053 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.057884] ACPI: SSDT 0x0000000060337000 001A0A (v02 LENOVO WHL_Tbt_ 00001000 INTL 20160527)
<6>[ 0.057891] ACPI: SSDT 0x0000000060334000 0022F5 (v02 LENOVO ProjSsdt 00000010 INTL 20160527)
<6>[ 0.057897] ACPI: BOOT 0x0000000060333000 000028 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.057903] ACPI: SLIC 0x0000000060331000 000176 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.057909] ACPI: SSDT 0x000000006032F000 000CFE (v02 LENOVO UsbCTabl 00001000 INTL 20160527)
<6>[ 0.057915] ACPI: LPIT 0x000000006032E000 000094 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.057921] ACPI: WSMT 0x000000006032D000 000028 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.057927] ACPI: SSDT 0x000000006032B000 001667 (v02 LENOVO TbtTypeC 00000000 INTL 20160527)
<6>[ 0.057934] ACPI: DBGP 0x000000006032A000 000034 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.057940] ACPI: DBG2 0x0000000060329000 000054 (v00 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.057946] ACPI: MSDM 0x0000000060328000 000055 (v03 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.057952] ACPI: BATB 0x000000006014B000 00004A (v02 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.057958] ACPI: DMAR 0x0000000060145000 0000A8 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.057964] ACPI: NHLT 0x0000000060144000 00002D (v00 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.057970] ACPI: FPDT 0x0000000060143000 000044 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.057976] ACPI: BGRT 0x0000000060142000 000038 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.057982] ACPI: UEFI 0x00000000621C2000 00013E (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.057987] ACPI: Reserving FACP table memory at [mem 0x60365000-0x60365113]
<6>[ 0.057990] ACPI: Reserving DSDT table memory at [mem 0x60339000-0x603604f9]
<6>[ 0.057991] ACPI: Reserving FACS table memory at [mem 0x6220f000-0x6220f03f]
<6>[ 0.057993] ACPI: Reserving SSDT table memory at [mem 0x603b8000-0x603b9b25]
<6>[ 0.057994] ACPI: Reserving SSDT table memory at [mem 0x603b7000-0x603b756c]
<6>[ 0.057996] ACPI: Reserving SSDT table memory at [mem 0x6037e000-0x60381b36]
<6>[ 0.057997] ACPI: Reserving SSDT table memory at [mem 0x60368000-0x6036b166]
<6>[ 0.057999] ACPI: Reserving UEFI table memory at [mem 0x6222c000-0x6222c041]
<6>[ 0.058000] ACPI: Reserving SSDT table memory at [mem 0x60366000-0x6036652f]
<6>[ 0.058002] ACPI: Reserving HPET table memory at [mem 0x60364000-0x60364037]
<6>[ 0.058003] ACPI: Reserving APIC table memory at [mem 0x60363000-0x6036312b]
<6>[ 0.058005] ACPI: Reserving MCFG table memory at [mem 0x60362000-0x6036203b]
<6>[ 0.058006] ACPI: Reserving ECDT table memory at [mem 0x60361000-0x60361052]
<6>[ 0.058008] ACPI: Reserving SSDT table memory at [mem 0x60337000-0x60338a09]
<6>[ 0.058009] ACPI: Reserving SSDT table memory at [mem 0x60334000-0x603362f4]
<6>[ 0.058011] ACPI: Reserving BOOT table memory at [mem 0x60333000-0x60333027]
<6>[ 0.058012] ACPI: Reserving SLIC table memory at [mem 0x60331000-0x60331175]
<6>[ 0.058014] ACPI: Reserving SSDT table memory at [mem 0x6032f000-0x6032fcfd]
<6>[ 0.058015] ACPI: Reserving LPIT table memory at [mem 0x6032e000-0x6032e093]
<6>[ 0.058017] ACPI: Reserving WSMT table memory at [mem 0x6032d000-0x6032d027]
<6>[ 0.058018] ACPI: Reserving SSDT table memory at [mem 0x6032b000-0x6032c666]
<6>[ 0.058020] ACPI: Reserving DBGP table memory at [mem 0x6032a000-0x6032a033]
<6>[ 0.058021] ACPI: Reserving DBG2 table memory at [mem 0x60329000-0x60329053]
<6>[ 0.058023] ACPI: Reserving MSDM table memory at [mem 0x60328000-0x60328054]
<6>[ 0.058024] ACPI: Reserving BATB table memory at [mem 0x6014b000-0x6014b049]
<6>[ 0.058026] ACPI: Reserving DMAR table memory at [mem 0x60145000-0x601450a7]
<6>[ 0.058027] ACPI: Reserving NHLT table memory at [mem 0x60144000-0x6014402c]
<6>[ 0.058029] ACPI: Reserving FPDT table memory at [mem 0x60143000-0x60143043]
<6>[ 0.058030] ACPI: Reserving BGRT table memory at [mem 0x60142000-0x60142037]
<6>[ 0.058032] ACPI: Reserving UEFI table memory at [mem 0x621c2000-0x621c213d]
<6>[ 0.058150] Zone ranges:
<6>[ 0.058152] DMA [mem 0x0000000000001000-0x0000000000ffffff]
<6>[ 0.058156] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
<6>[ 0.058158] Normal [mem 0x0000000100000000-0x00000006947fffff]
<6>[ 0.058161] Movable zone start for each node
<6>[ 0.058162] Early memory node ranges
<6>[ 0.058163] node 0: [mem 0x0000000000001000-0x000000000009efff]
<6>[ 0.058165] node 0: [mem 0x0000000000100000-0x000000005de29fff]
<6>[ 0.058167] node 0: [mem 0x000000006240f000-0x000000006240ffff]
<6>[ 0.058169] node 0: [mem 0x0000000100000000-0x0000000187ffffff]
<6>[ 0.058171] node 0: [mem 0x000000018a000000-0x00000006947fffff]
<6>[ 0.058175] Initmem setup node 0 [mem 0x0000000000001000-0x00000006947fffff]
<6>[ 0.058180] On node 0, zone DMA: 1 pages in unavailable ranges
<6>[ 0.058211] On node 0, zone DMA: 97 pages in unavailable ranges
<6>[ 0.061378] On node 0, zone DMA32: 17893 pages in unavailable ranges
<6>[ 0.066005] On node 0, zone Normal: 23536 pages in unavailable ranges
<6>[ 0.107239] On node 0, zone Normal: 8192 pages in unavailable ranges
<6>[ 0.107398] On node 0, zone Normal: 14336 pages in unavailable ranges
<6>[ 0.107415] Reserving Intel graphics memory at [mem 0x65800000-0x697fffff]
<6>[ 0.107705] ACPI: PM-Timer IO Port: 0x1808
<6>[ 0.107719] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
<6>[ 0.107722] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
<6>[ 0.107724] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
<6>[ 0.107726] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
<6>[ 0.107727] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
<6>[ 0.107728] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
<6>[ 0.107730] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
<6>[ 0.107731] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
<6>[ 0.107733] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
<6>[ 0.107734] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
<6>[ 0.107735] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
<6>[ 0.107737] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
<6>[ 0.107738] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
<6>[ 0.107740] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
<6>[ 0.107741] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
<6>[ 0.107743] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
<6>[ 0.107791] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
<6>[ 0.107796] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
<6>[ 0.107799] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
<6>[ 0.107808] ACPI: Using ACPI (MADT) for SMP configuration information
<6>[ 0.107810] ACPI: HPET id: 0x8086a201 base: 0xfed00000
<6>[ 0.107816] TSC deadline timer available
<6>[ 0.107817] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
<6>[ 0.107831] [mem 0x69800000-0xfe00ffff] available for PCI devices
<6>[ 0.107836] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
<6>[ 0.121182] setup_percpu: NR_CPUS:32 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
<6>[ 0.121623] percpu: Embedded 60 pages/cpu s172904 r8192 d64664 u262144
<7>[ 0.121631] pcpu-alloc: s172904 r8192 d64664 u262144 alloc=1*2097152
<7>[ 0.121635] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
<5>[ 0.121659] Kernel command line: memmap=0x2000000$0x188000000 ramoops.mem_address=0x188000000 ramoops.mem_size=0x2000000 ramoops.ecc=1 ramoops.record_size=0x200000 ramoops.console_size=0 ramoops.ftrace_size=0 ramoops.pmsg_size=0 mitigations=auto nosmt dummy_hcd.is_super_speed=true g_mass_storage.idVendor=0x22e0 g_mass_storage.idProduct=0x0300 g_mass_storage.iManufacturer=Secunet g_mass_storage.iProduct="SINA Virtual USB Stick" g_mass_storage.removable=1 g_mass_storage.nofua=1 BOOT_IMAGE=/isolinux/bzImage DYN_ARGS loglevel=1 intel_iommu=on
<6>[ 0.121805] DMAR: IOMMU enabled
<5>[ 0.121809] Unknown kernel command line parameters "DYN_ARGS BOOT_IMAGE=/isolinux/bzImage", will be passed to user space.
<5>[ 0.121864] random: crng init done
<6>[ 0.125783] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
<6>[ 0.127756] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
<6>[ 0.128006] Built 1 zonelists, mobility grouping on. Total pages: 6129810
<6>[ 0.128009] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
<6>[ 0.128020] software IO TLB: area num 8.
<6>[ 3.220723] Memory: 24285624K/24909604K available (24007K kernel code, 9626K rwdata, 10688K rodata, 8192K init, 4052K bss, 623980K reserved, 0K cma-reserved)
<6>[ 3.220855] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
<6>[ 3.220881] ftrace: allocating 61736 entries in 242 pages
<6>[ 3.379471] ftrace: allocated 242 pages with 5 groups
<6>[ 3.382284] Dynamic Preempt: voluntary
<6>[ 3.382417] rcu: Preemptible hierarchical RCU implementation.
<6>[ 3.382418] rcu: RCU event tracing is enabled.
<6>[ 3.382419] rcu: RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=8.
<6>[ 3.382421] Trampoline variant of Tasks RCU enabled.
<6>[ 3.382422] Rude variant of Tasks RCU enabled.
<6>[ 3.382423] Tracing variant of Tasks RCU enabled.
<6>[ 3.382424] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
<6>[ 3.382425] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
<6>[ 3.389759] NR_IRQS: 4352, nr_irqs: 2048, preallocated irqs: 16
<6>[ 3.390121] rcu: srcu_init: Setting srcu_struct sizes based on contention.
<6>[ 3.390431] Console: colour dummy device 80x25
<6>[ 3.390435] printk: legacy console [tty0] enabled
<6>[ 3.390480] ACPI: Core revision 20230628
<6>[ 3.390835] hpet: HPET dysfunctional in PC10. Force disabled.
<6>[ 3.390837] APIC: Switch to symmetric I/O mode setup
<6>[ 3.390839] DMAR: Host address width 39
<6>[ 3.390841] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
<6>[ 3.390911] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
<6>[ 3.390915] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
<6>[ 3.390921] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
<6>[ 3.390924] DMAR: RMRR base: 0x0000006217f000 end: 0x0000006219efff
<6>[ 3.390927] DMAR: RMRR base: 0x00000065000000 end: 0x000000697fffff
<6>[ 3.390930] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
<6>[ 3.390933] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
<6>[ 3.390934] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
<6>[ 3.393180] DMAR-IR: Enabled IRQ remapping in x2apic mode
<6>[ 3.393183] x2apic enabled
<6>[ 3.393362] APIC: Switched APIC routing to: cluster x2apic
<6>[ 3.400012] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39a8208cdd2, max_idle_ns: 881590748921 ns
<6>[ 3.400023] Calibrating delay loop (skipped), value calculated using timer frequency.. 3999.93 BogoMIPS (lpj=1999968)
<6>[ 3.400065] CPU0: Thermal monitoring enabled (TM1)
<6>[ 3.400139] process: using mwait in idle threads
<6>[ 3.400144] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
<6>[ 3.400146] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
<6>[ 3.400153] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization (complete, automated)
<6>[ 3.400160] Spectre V2 : Mitigation: IBRS
<6>[ 3.400162] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
<6>[ 3.400164] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
<6>[ 3.400166] RETBleed: Mitigation: IBRS
<6>[ 3.400171] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
<6>[ 3.400174] Spectre V2 : User space: Mitigation: STIBP via prctl
<6>[ 3.400179] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
<6>[ 3.400198] MDS: Mitigation: Clear CPU buffers
<6>[ 3.400200] MMIO Stale Data: Mitigation: Clear CPU buffers
<6>[ 3.400222] SRBDS: Mitigation: Microcode
<6>[ 3.400233] GDS: Mitigation: Microcode
<6>[ 3.400241] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
<6>[ 3.400244] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
<6>[ 3.400246] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
<6>[ 3.400248] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
<6>[ 3.400250] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
<6>[ 3.400252] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
<6>[ 3.400255] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
<6>[ 3.400258] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
<6>[ 3.400260] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
<6>[ 3.401017] Freeing SMP alternatives memory: 44K
<6>[ 3.401017] pid_max: default: 32768 minimum: 501
<6>[ 3.401017] LSM: initializing lsm=capability,sina
<6>[ 3.401017] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
<6>[ 3.401017] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
<6>[ 3.401017] smpboot: CPU0: Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xb)
<6>[ 3.401017] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
<6>[ 3.401017] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
<6>[ 3.401017] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
<6>[ 3.401017] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
<6>[ 3.401017] ... version: 4
<6>[ 3.401017] ... bit width: 48
<6>[ 3.401017] ... generic registers: 4
<6>[ 3.401017] ... value mask: 0000ffffffffffff
<6>[ 3.401017] ... max period: 00007fffffffffff
<6>[ 3.401017] ... fixed-purpose events: 3
<6>[ 3.401017] ... event mask: 000000070000000f
<6>[ 3.401017] signal: max sigframe size: 1616
<6>[ 3.401017] Estimated ratio of average max frequency by base frequency (times 1024): 2099
<6>[ 3.403238] rcu: Hierarchical SRCU implementation.
<6>[ 3.403240] rcu: Max phase no-delay instances is 400.
<6>[ 3.404507] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
<6>[ 3.404618] smp: Bringing up secondary CPUs ...
<6>[ 3.404762] smpboot: x86: Booting SMP configuration:
<6>[ 3.404765] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
<6>[ 3.415586] smp: Brought up 1 node, 4 CPUs
<6>[ 3.415595] smpboot: Max logical packages: 2
<6>[ 3.415597] smpboot: Total of 4 processors activated (15999.74 BogoMIPS)
<6>[ 3.416735] devtmpfs: initialized
<6>[ 3.417840] ACPI: PM: Registering ACPI NVS region [mem 0x621c2000-0x623a9fff] (1998848 bytes)
<6>[ 3.418124] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
<6>[ 3.418131] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
<6>[ 3.418195] pinctrl core: initialized pinctrl subsystem
<6>[ 3.418488] PM: RTC time: 06:48:06, date: 2025-02-11
<6>[ 3.418584] NET: Registered PF_NETLINK/PF_ROUTE protocol family
<6>[ 3.418903] ramoops: using module parameters
<6>[ 3.419565] pstore: Using crash dump compression: deflate
<6>[ 3.419568] pstore: Registered ramoops as persistent store backend
<6>[ 3.419570] ramoops: using 0x2000000@0x188000000, ecc: 16
<6>[ 3.419700] thermal_sys: Registered thermal governor 'step_wise'
<6>[ 3.419702] thermal_sys: Registered thermal governor 'user_space'
<6>[ 3.419727] cpuidle: using governor menu
<6>[ 3.419797] Simple Boot Flag at 0x47 set to 0x1
<6>[ 3.419797] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
<6>[ 3.419797] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
<6>[ 3.420037] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
<6>[ 3.420045] PCI: not using ECAM ([mem 0xe0000000-0xefffffff] not reserved)
<6>[ 3.420048] PCI: Using configuration type 1 for base access
<6>[ 3.420161] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
<6>[ 3.420172] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
<6>[ 3.420172] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
<6>[ 3.420318] ACPI: Added _OSI(Module Device)
<6>[ 3.420318] ACPI: Added _OSI(Processor Device)
<6>[ 3.420318] ACPI: Added _OSI(3.0 _SCP Extensions)
<6>[ 3.420318] ACPI: Added _OSI(Processor Aggregator Device)
<6>[ 3.513473] ACPI: 10 ACPI AML tables successfully acquired and loaded
<6>[ 3.516329] ACPI: EC: EC started
<6>[ 3.516331] ACPI: EC: interrupt blocked
<6>[ 3.518420] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
<6>[ 3.518423] ACPI: EC: Boot ECDT EC used to handle transactions
<5>[ 3.521590] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
<6>[ 3.591078] ACPI: Dynamic OEM Table Load:
<6>[ 3.591095] ACPI: SSDT 0xFFFF888100F8FC00 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
<6>[ 3.593914] ACPI: Dynamic OEM Table Load:
<6>[ 3.593928] ACPI: SSDT 0xFFFF888100F9B800 0005BE (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
<6>[ 3.596847] ACPI: Dynamic OEM Table Load:
<6>[ 3.596859] ACPI: SSDT 0xFFFF888100F76400 0000F4 (v02 PmRef Cpu0Psd 00003000 INTL 20160527)
<6>[ 3.599563] ACPI: Dynamic OEM Table Load:
<6>[ 3.599574] ACPI: SSDT 0xFFFF88810133F200 000149 (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
<6>[ 3.602241] ACPI: Dynamic OEM Table Load:
<6>[ 3.602255] ACPI: SSDT 0xFFFF888100F9F000 000724 (v02 PmRef HwpLvt 00003000 INTL 20160527)
<6>[ 3.605355] ACPI: Dynamic OEM Table Load:
<6>[ 3.605369] ACPI: SSDT 0xFFFF888100F9E800 0005FC (v02 PmRef ApIst 00003000 INTL 20160527)
<6>[ 3.608386] ACPI: Dynamic OEM Table Load:
<6>[ 3.608398] ACPI: SSDT 0xFFFF888100F8D800 000317 (v02 PmRef ApHwp 00003000 INTL 20160527)
<6>[ 3.611399] ACPI: Dynamic OEM Table Load:
<6>[ 3.611413] ACPI: SSDT 0xFFFF888100F92000 000AB0 (v02 PmRef ApPsd 00003000 INTL 20160527)
<6>[ 3.615449] ACPI: Dynamic OEM Table Load:
<6>[ 3.615462] ACPI: SSDT 0xFFFF888100F8A800 00030A (v02 PmRef ApCst 00003000 INTL 20160527)
<6>[ 3.622707] ACPI: _OSC evaluated successfully for all CPUs
<6>[ 3.622710] ACPI: Interpreter enabled
<6>[ 3.622777] ACPI: PM: (supports S0 S3 S5)
<6>[ 3.622780] ACPI: Using IOAPIC for interrupt routing
<6>[ 3.622851] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
<6>[ 3.624892] PCI: ECAM [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
<6>[ 3.624949] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
<6>[ 3.624952] PCI: Using E820 reservations for host bridge windows
<6>[ 3.625812] ACPI: Enabled 8 GPEs in block 00 to 7F
<6>[ 3.636194] ACPI: \_SB_.PCI0.XHC_.PUBS: New power resource
<6>[ 3.640564] ACPI: \_SB_.PCI0.XDCI.USBC: New power resource
<6>[ 3.647175] ACPI: \_SB_.PCI0.RP07.PXP_: New power resource
<6>[ 3.657615] ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource
<6>[ 3.657983] ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource
<6>[ 3.658346] ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource
<6>[ 3.669276] ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
<6>[ 3.675930] ACPI: \PIN_: New power resource
<6>[ 3.675980] ACPI: \PINP: New power resource
<6>[ 3.677012] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
<6>[ 3.677026] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
<6>[ 3.677209] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME PCIeCapability]
<6>[ 3.677376] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
<6>[ 3.677381] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME PCIeCapability LTR]
<6>[ 3.677384] acpi PNP0A08:00: _OSC: platform willing to grant [LTR]
<6>[ 3.677387] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_SUPPORT)
<6>[ 3.680379] PCI host bridge to bus 0000:00
<6>[ 3.680383] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
<6>[ 3.680388] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
<6>[ 3.680392] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
<6>[ 3.680395] pci_bus 0000:00: root bus resource [mem 0x69800000-0xdfffffff window]
<6>[ 3.680399] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
<6>[ 3.680402] pci_bus 0000:00: root bus resource [bus 00-fe]
<6>[ 3.680445] pci 0000:00:00.0: [8086:3e34] type 00 class 0x060000 conventional PCI endpoint
<6>[ 3.680591] pci 0000:00:02.0: [8086:3ea0] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
<6>[ 3.680607] pci 0000:00:02.0: BAR 0 [mem 0xdb000000-0xdbffffff 64bit]
<6>[ 3.680619] pci 0000:00:02.0: BAR 2 [mem 0x80000000-0x9fffffff 64bit pref]
<6>[ 3.680627] pci 0000:00:02.0: BAR 4 [io 0x3000-0x303f]
<6>[ 3.680656] pci 0000:00:02.0: BAR 2: assigned to efifb
<6>[ 3.680662] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
<6>[ 3.681008] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
<6>[ 3.681025] pci 0000:00:04.0: BAR 0 [mem 0xdd730000-0xdd737fff 64bit]
<6>[ 3.681446] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 conventional PCI endpoint
<6>[ 3.681464] pci 0000:00:08.0: BAR 0 [mem 0xdd742000-0xdd742fff 64bit]
<6>[ 3.681666] pci 0000:00:12.0: [8086:9df9] type 00 class 0x118000 conventional PCI endpoint
<6>[ 3.681689] pci 0000:00:12.0: BAR 0 [mem 0xdd743000-0xdd743fff 64bit]
<6>[ 3.681892] pci 0000:00:14.0: [8086:9ded] type 00 class 0x0c0330 conventional PCI endpoint
<6>[ 3.681915] pci 0000:00:14.0: BAR 0 [mem 0xdd720000-0xdd72ffff 64bit]
<6>[ 3.681994] pci 0000:00:14.0: PME# supported from D3hot D3cold
<6>[ 3.682630] pci 0000:00:14.2: [8086:9def] type 00 class 0x050000 conventional PCI endpoint
<6>[ 3.682653] pci 0000:00:14.2: BAR 0 [mem 0xdd740000-0xdd741fff 64bit]
<6>[ 3.682669] pci 0000:00:14.2: BAR 2 [mem 0xdd744000-0xdd744fff 64bit]
<6>[ 3.682911] pci 0000:00:14.3: [8086:9df0] type 00 class 0x028000 PCIe Root Complex Integrated Endpoint
<6>[ 3.683025] pci 0000:00:14.3: BAR 0 [mem 0xdd738000-0xdd73bfff 64bit]
<6>[ 3.683579] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
<6>[ 3.684047] pci 0000:00:15.0: [8086:9de8] type 00 class 0x0c8000 conventional PCI endpoint
<6>[ 3.684097] pci 0000:00:15.0: BAR 0 [mem 0xdd745000-0xdd745fff 64bit]
<6>[ 3.684742] pci 0000:00:16.0: [8086:9de0] type 00 class 0x078000 conventional PCI endpoint
<6>[ 3.684769] pci 0000:00:16.0: BAR 0 [mem 0xdd746000-0xdd746fff 64bit]
<6>[ 3.684866] pci 0000:00:16.0: PME# supported from D3hot
<6>[ 3.685571] pci 0000:00:1c.0: [8086:9db8] type 01 class 0x060400 PCIe Root Port
<6>[ 3.685601] pci 0000:00:1c.0: PCI bridge to [bus 01]
<6>[ 3.685610] pci 0000:00:1c.0: bridge window [mem 0xdd600000-0xdd6fffff]
<6>[ 3.685698] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
<6>[ 3.686746] pci 0000:00:1c.4: [8086:9dbc] type 01 class 0x060400 PCIe Root Port
<6>[ 3.686778] pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
<6>[ 3.686786] pci 0000:00:1c.4: bridge window [mem 0xc4000000-0xda0fffff]
<6>[ 3.686798] pci 0000:00:1c.4: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 3.686875] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
<6>[ 3.687897] pci 0000:00:1d.0: [8086:9db0] type 01 class 0x060400 PCIe Root Port
<6>[ 3.687936] pci 0000:00:1d.0: PCI bridge to [bus 3c]
<6>[ 3.687942] pci 0000:00:1d.0: bridge window [io 0x2000-0x2fff]
<6>[ 3.687948] pci 0000:00:1d.0: bridge window [mem 0xdcc00000-0xdd5fffff]
<6>[ 3.687960] pci 0000:00:1d.0: bridge window [mem 0xdc000000-0xdc9fffff 64bit pref]
<6>[ 3.688036] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
<6>[ 3.689033] pci 0000:00:1d.4: [8086:9db4] type 01 class 0x060400 PCIe Root Port
<6>[ 3.689064] pci 0000:00:1d.4: PCI bridge to [bus 3d]
<6>[ 3.689073] pci 0000:00:1d.4: bridge window [mem 0xdcb00000-0xdcbfffff]
<6>[ 3.689160] pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
<6>[ 3.690205] pci 0000:00:1f.0: [8086:9d84] type 00 class 0x060100 conventional PCI endpoint
<6>[ 3.690888] pci 0000:00:1f.3: [8086:9dc8] type 00 class 0x040380 conventional PCI endpoint
<6>[ 3.690949] pci 0000:00:1f.3: BAR 0 [mem 0xdd73c000-0xdd73ffff 64bit]
<6>[ 3.691031] pci 0000:00:1f.3: BAR 4 [mem 0xdca00000-0xdcafffff 64bit]
<6>[ 3.691175] pci 0000:00:1f.3: PME# supported from D3hot D3cold
<6>[ 3.692222] pci 0000:00:1f.4: [8086:9da3] type 00 class 0x0c0500 conventional PCI endpoint
<6>[ 3.692251] pci 0000:00:1f.4: BAR 0 [mem 0xdd747000-0xdd7470ff 64bit]
<6>[ 3.692278] pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
<6>[ 3.692686] pci 0000:00:1f.5: [8086:9da4] type 00 class 0x0c8000 conventional PCI endpoint
<6>[ 3.692708] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
<6>[ 3.692893] pci 0000:00:1f.6: [8086:15be] type 00 class 0x020000 conventional PCI endpoint
<6>[ 3.692940] pci 0000:00:1f.6: BAR 0 [mem 0xdd700000-0xdd71ffff]
<6>[ 3.693175] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
<6>[ 3.693418] pci 0000:01:00.0: [10ec:522a] type 00 class 0xff0000 PCIe Endpoint
<6>[ 3.693445] pci 0000:01:00.0: BAR 0 [mem 0xdd600000-0xdd600fff]
<6>[ 3.693636] pci 0000:01:00.0: supports D1 D2
<6>[ 3.693639] pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
<6>[ 3.693961] pci 0000:00:1c.0: PCI bridge to [bus 01]
<6>[ 3.694073] pci 0000:02:00.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Upstream Port
<6>[ 3.694115] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
<6>[ 3.694129] pci 0000:02:00.0: bridge window [mem 0xc4000000-0xda0fffff]
<6>[ 3.694144] pci 0000:02:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 3.694163] pci 0000:02:00.0: enabling Extended Tags
<6>[ 3.694277] pci 0000:02:00.0: supports D1 D2
<6>[ 3.694280] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 3.694526] pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
<6>[ 3.694631] pci 0000:03:00.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
<6>[ 3.694675] pci 0000:03:00.0: PCI bridge to [bus 04]
<6>[ 3.694688] pci 0000:03:00.0: bridge window [mem 0xda000000-0xda0fffff]
<6>[ 3.694721] pci 0000:03:00.0: enabling Extended Tags
<6>[ 3.694836] pci 0000:03:00.0: supports D1 D2
<6>[ 3.694839] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 3.695022] pci 0000:03:01.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
<6>[ 3.695065] pci 0000:03:01.0: PCI bridge to [bus 05-39]
<6>[ 3.695078] pci 0000:03:01.0: bridge window [mem 0xc4000000-0xd9efffff]
<6>[ 3.695094] pci 0000:03:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 3.695115] pci 0000:03:01.0: enabling Extended Tags
<6>[ 3.695234] pci 0000:03:01.0: supports D1 D2
<6>[ 3.695237] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 3.695415] pci 0000:03:02.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
<6>[ 3.695458] pci 0000:03:02.0: PCI bridge to [bus 3a]
<6>[ 3.695471] pci 0000:03:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
<6>[ 3.695504] pci 0000:03:02.0: enabling Extended Tags
<6>[ 3.695617] pci 0000:03:02.0: supports D1 D2
<6>[ 3.695620] pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 3.695870] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
<6>[ 3.695948] pci 0000:03:00.0: PCI bridge to [bus 04]
<6>[ 3.696027] pci 0000:03:01.0: PCI bridge to [bus 05-39]
<6>[ 3.696223] pci 0000:3a:00.0: [8086:15c1] type 00 class 0x0c0330 PCIe Endpoint
<6>[ 3.696251] pci 0000:3a:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
<6>[ 3.696342] pci 0000:3a:00.0: enabling Extended Tags
<6>[ 3.696486] pci 0000:3a:00.0: supports D1 D2
<6>[ 3.696489] pci 0000:3a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 3.696559] pci 0000:3a:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:03:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
<6>[ 3.696789] pci 0000:03:02.0: PCI bridge to [bus 3a]
<6>[ 3.696926] pci 0000:00:1d.0: PCI bridge to [bus 3c]
<6>[ 3.697020] pci 0000:3d:00.0: [15b7:5002] type 00 class 0x010802 PCIe Endpoint
<6>[ 3.697048] pci 0000:3d:00.0: BAR 0 [mem 0xdcb00000-0xdcb03fff 64bit]
<6>[ 3.697085] pci 0000:3d:00.0: BAR 4 [mem 0xdcb04000-0xdcb040ff 64bit]
<6>[ 3.697409] pci 0000:00:1d.4: PCI bridge to [bus 3d]
<7>[ 3.697448] pci_bus 0000:00: on NUMA node 0
<6>[ 3.702124] ACPI: EC: interrupt unblocked
<6>[ 3.702127] ACPI: EC: event unblocked
<6>[ 3.702139] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
<6>[ 3.702142] ACPI: EC: GPE=0x16
<6>[ 3.702145] ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
<6>[ 3.702149] ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
<6>[ 3.702263] iommu: Default domain type: Translated
<6>[ 3.702265] iommu: DMA domain TLB invalidation policy: lazy mode
<5>[ 3.702453] SCSI subsystem initialized
<7>[ 3.702466] libata version 3.00 loaded.
<6>[ 3.702466] ACPI: bus type USB registered
<6>[ 3.702466] usbcore: registered new interface driver usbfs
<6>[ 3.702466] usbcore: registered new interface driver hub
<6>[ 3.702466] usbcore: registered new device driver usb
<6>[ 3.702466] pps_core: LinuxPPS API ver. 1 registered
<6>[ 3.702466] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
<6>[ 3.702466] PTP clock support registered
<6>[ 3.702466] Advanced Linux Sound Architecture Driver Initialized.
<6>[ 3.703228] NetLabel: Initializing
<6>[ 3.703231] NetLabel: domain hash size = 128
<6>[ 3.703233] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
<6>[ 3.703267] NetLabel: unlabeled traffic allowed by default
<6>[ 3.703299] PCI: Using ACPI for IRQ routing
<7>[ 3.740465] PCI: pci_cache_line_size set to 64 bytes
<7>[ 3.740587] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
<7>[ 3.740591] e820: reserve RAM buffer [mem 0x5de2a000-0x5fffffff]
<7>[ 3.740593] e820: reserve RAM buffer [mem 0x62410000-0x63ffffff]
<7>[ 3.740596] e820: reserve RAM buffer [mem 0x694800000-0x697ffffff]
<6>[ 3.740624] pci 0000:00:02.0: vgaarb: setting as boot VGA device
<6>[ 3.740624] pci 0000:00:02.0: vgaarb: bridge control possible
<6>[ 3.740624] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
<6>[ 3.740624] vgaarb: loaded
<6>[ 3.742583] clocksource: Switched to clocksource tsc-early
<6>[ 3.742765] pnp: PnP ACPI init
<6>[ 3.742919] system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
<6>[ 3.742919] system 00:01: [io 0x1800-0x18fe] has been reserved
<6>[ 3.742919] system 00:01: [mem 0xfd000000-0xfd69ffff] has been reserved
<6>[ 3.742920] system 00:01: [mem 0xfd6b0000-0xfd6cffff] has been reserved
<6>[ 3.742924] system 00:01: [mem 0xfd6f0000-0xfdffffff] has been reserved
<6>[ 3.742927] system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
<6>[ 3.742931] system 00:01: [mem 0xfe200000-0xfe7fffff] has been reserved
<6>[ 3.742935] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
<6>[ 3.743438] system 00:02: [io 0xff00-0xfffe] has been reserved
<6>[ 3.744042] system 00:03: [io 0x0680-0x069f] has been reserved
<6>[ 3.744047] system 00:03: [io 0x164e-0x164f] has been reserved
<6>[ 3.744314] system 00:05: [io 0x1854-0x1857] has been reserved
<6>[ 3.744517] system 00:08: [io 0x1800-0x189f] could not be reserved
<6>[ 3.744522] system 00:08: [io 0x0800-0x087f] has been reserved
<6>[ 3.744526] system 00:08: [io 0x0880-0x08ff] has been reserved
<6>[ 3.744529] system 00:08: [io 0x0900-0x097f] has been reserved
<6>[ 3.744533] system 00:08: [io 0x0980-0x09ff] has been reserved
<6>[ 3.744536] system 00:08: [io 0x0a00-0x0a7f] has been reserved
<6>[ 3.744539] system 00:08: [io 0x0a80-0x0aff] has been reserved
<6>[ 3.744543] system 00:08: [io 0x0b00-0x0b7f] has been reserved
<6>[ 3.744546] system 00:08: [io 0x0b80-0x0bff] has been reserved
<6>[ 3.744550] system 00:08: [io 0x15e0-0x15ef] has been reserved
<6>[ 3.744553] system 00:08: [io 0x1600-0x167f] could not be reserved
<6>[ 3.744557] system 00:08: [io 0x1640-0x165f] could not be reserved
<6>[ 3.744561] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
<6>[ 3.744565] system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved
<6>[ 3.744568] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
<6>[ 3.744572] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
<6>[ 3.744575] system 00:08: [mem 0xfeb00000-0xfebfffff] has been reserved
<6>[ 3.744579] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
<6>[ 3.744583] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
<6>[ 3.747836] system 00:0a: [mem 0xfed10000-0xfed17fff] could not be reserved
<6>[ 3.747842] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
<6>[ 3.747846] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
<6>[ 3.747849] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
<6>[ 3.747853] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
<6>[ 3.747856] system 00:0a: [mem 0xfed90000-0xfed93fff] could not be reserved
<6>[ 3.747860] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
<6>[ 3.747863] system 00:0a: [mem 0xfee00000-0xfeefffff] has been reserved
<4>[ 3.748275] pnp 00:0b: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
<4>[ 3.748282] pnp 00:0b: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
<4>[ 3.748286] pnp 00:0b: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
<4>[ 3.748290] pnp 00:0b: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
<6>[ 3.748345] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
<6>[ 3.748350] system 00:0b: [mem 0x000e0000-0x000e3fff] could not be reserved
<6>[ 3.748354] system 00:0b: [mem 0x000e8000-0x000ebfff] could not be reserved
<6>[ 3.748358] system 00:0b: [mem 0x000f0000-0x000fffff] could not be reserved
<6>[ 3.748361] system 00:0b: [mem 0x00100000-0x697fffff] could not be reserved
<6>[ 3.748365] system 00:0b: [mem 0xfec00000-0xfed3ffff] could not be reserved
<6>[ 3.748369] system 00:0b: [mem 0xfed4c000-0xffffffff] could not be reserved
<6>[ 3.748496] pnp: PnP ACPI: found 12 devices
<7>[ 3.750970] pci_bus 0000:03: Allocating resources
<6>[ 3.750990] pci 0000:03:01.0: bridge window [io 0x1000-0x0fff] to [bus 05-39] add_size 1000
<6>[ 3.750998] pci 0000:02:00.0: bridge window [io 0x1000-0x0fff] to [bus 03-3a] add_size 1000
<6>[ 3.751004] pci 0000:02:00.0: bridge window [io size 0x1000]: can't assign; no space
<6>[ 3.751009] pci 0000:02:00.0: bridge window [io size 0x1000]: failed to assign
<6>[ 3.751013] pci 0000:02:00.0: bridge window [io size 0x1000]: can't assign; no space
<6>[ 3.751016] pci 0000:02:00.0: bridge window [io size 0x1000]: failed to assign
<6>[ 3.751020] pci 0000:03:01.0: bridge window [io size 0x1000]: can't assign; no space
<6>[ 3.751023] pci 0000:03:01.0: bridge window [io size 0x1000]: failed to assign
<6>[ 3.751026] pci 0000:03:01.0: bridge window [io size 0x1000]: can't assign; no space
<6>[ 3.751029] pci 0000:03:01.0: bridge window [io size 0x1000]: failed to assign
<6>[ 3.751033] pci 0000:03:00.0: PCI bridge to [bus 04]
<6>[ 3.751042] pci 0000:03:00.0: bridge window [mem 0xda000000-0xda0fffff]
<6>[ 3.751054] pci 0000:03:01.0: PCI bridge to [bus 05-39]
<6>[ 3.751061] pci 0000:03:01.0: bridge window [mem 0xc4000000-0xd9efffff]
<6>[ 3.751068] pci 0000:03:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 3.751077] pci 0000:03:02.0: PCI bridge to [bus 3a]
<6>[ 3.751084] pci 0000:03:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
<6>[ 3.751096] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
<6>[ 3.751103] pci 0000:02:00.0: bridge window [mem 0xc4000000-0xda0fffff]
<6>[ 3.751109] pci 0000:02:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 3.755589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
<6>[ 3.755804] NET: Registered PF_INET protocol family
<6>[ 3.755850] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
<6>[ 3.760542] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
<6>[ 3.760579] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
<6>[ 3.760617] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
<6>[ 3.760955] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
<6>[ 3.761374] TCP: Hash tables configured (established 262144 bind 65536)
<6>[ 3.761406] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
<6>[ 3.761487] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
<6>[ 3.761624] NET: Registered PF_UNIX/PF_LOCAL protocol family
<6>[ 3.762311] pci 0000:03:01.0: bridge window [io 0x1000-0x0fff] to [bus 05-39] add_size 1000
<6>[ 3.762319] pci 0000:02:00.0: bridge window [io 0x1000-0x0fff] to [bus 03-3a] add_size 1000
<6>[ 3.762324] pci 0000:00:1c.4: bridge window [io 0x1000-0x0fff] to [bus 02-3a] add_size 2000
<6>[ 3.762335] pci 0000:00:1c.4: bridge window [io 0x4000-0x5fff]: assigned
<6>[ 3.762341] pci 0000:00:1c.0: PCI bridge to [bus 01]
<6>[ 3.762348] pci 0000:00:1c.0: bridge window [mem 0xdd600000-0xdd6fffff]
<6>[ 3.762358] pci 0000:02:00.0: bridge window [io 0x4000-0x4fff]: assigned
<6>[ 3.762363] pci 0000:03:01.0: bridge window [io 0x4000-0x4fff]: assigned
<6>[ 3.762366] pci 0000:03:00.0: PCI bridge to [bus 04]
<6>[ 3.762374] pci 0000:03:00.0: bridge window [mem 0xda000000-0xda0fffff]
<6>[ 3.762386] pci 0000:03:01.0: PCI bridge to [bus 05-39]
<6>[ 3.762391] pci 0000:03:01.0: bridge window [io 0x4000-0x4fff]
<6>[ 3.762398] pci 0000:03:01.0: bridge window [mem 0xc4000000-0xd9efffff]
<6>[ 3.762404] pci 0000:03:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 3.762414] pci 0000:03:02.0: PCI bridge to [bus 3a]
<6>[ 3.762421] pci 0000:03:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
<6>[ 3.762432] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
<6>[ 3.762437] pci 0000:02:00.0: bridge window [io 0x4000-0x4fff]
<6>[ 3.762444] pci 0000:02:00.0: bridge window [mem 0xc4000000-0xda0fffff]
<6>[ 3.762450] pci 0000:02:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 3.762459] pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
<6>[ 3.762462] pci 0000:00:1c.4: bridge window [io 0x4000-0x5fff]
<6>[ 3.762468] pci 0000:00:1c.4: bridge window [mem 0xc4000000-0xda0fffff]
<6>[ 3.762473] pci 0000:00:1c.4: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 3.762480] pci 0000:00:1d.0: PCI bridge to [bus 3c]
<6>[ 3.762485] pci 0000:00:1d.0: bridge window [io 0x2000-0x2fff]
<6>[ 3.762491] pci 0000:00:1d.0: bridge window [mem 0xdcc00000-0xdd5fffff]
<6>[ 3.762497] pci 0000:00:1d.0: bridge window [mem 0xdc000000-0xdc9fffff 64bit pref]
<6>[ 3.762504] pci 0000:00:1d.4: PCI bridge to [bus 3d]
<6>[ 3.762510] pci 0000:00:1d.4: bridge window [mem 0xdcb00000-0xdcbfffff]
<6>[ 3.762519] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
<6>[ 3.762523] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
<6>[ 3.762526] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
<6>[ 3.762530] pci_bus 0000:00: resource 7 [mem 0x69800000-0xdfffffff window]
<6>[ 3.762533] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
<6>[ 3.762536] pci_bus 0000:01: resource 1 [mem 0xdd600000-0xdd6fffff]
<6>[ 3.762539] pci_bus 0000:02: resource 0 [io 0x4000-0x5fff]
<6>[ 3.762542] pci_bus 0000:02: resource 1 [mem 0xc4000000-0xda0fffff]
<6>[ 3.762545] pci_bus 0000:02: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 3.762549] pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
<6>[ 3.762552] pci_bus 0000:03: resource 1 [mem 0xc4000000-0xda0fffff]
<6>[ 3.762555] pci_bus 0000:03: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 3.762558] pci_bus 0000:04: resource 1 [mem 0xda000000-0xda0fffff]
<6>[ 3.762561] pci_bus 0000:05: resource 0 [io 0x4000-0x4fff]
<6>[ 3.762564] pci_bus 0000:05: resource 1 [mem 0xc4000000-0xd9efffff]
<6>[ 3.762567] pci_bus 0000:05: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 3.762570] pci_bus 0000:3a: resource 1 [mem 0xd9f00000-0xd9ffffff]
<6>[ 3.762574] pci_bus 0000:3c: resource 0 [io 0x2000-0x2fff]
<6>[ 3.762576] pci_bus 0000:3c: resource 1 [mem 0xdcc00000-0xdd5fffff]
<6>[ 3.762579] pci_bus 0000:3c: resource 2 [mem 0xdc000000-0xdc9fffff 64bit pref]
<6>[ 3.762583] pci_bus 0000:3d: resource 1 [mem 0xdcb00000-0xdcbfffff]
<6>[ 3.763512] pci 0000:02:00.0: enabling device (0006 -> 0007)
<6>[ 3.763996] PCI: CLS 128 bytes, default 64
<6>[ 3.764022] DMAR: No ATSR found
<6>[ 3.764024] DMAR: No SATC found
<6>[ 3.764026] DMAR: IOMMU feature fl1gp_support inconsistent
<6>[ 3.764028] DMAR: IOMMU feature pgsel_inv inconsistent
<6>[ 3.764031] DMAR: IOMMU feature nwfs inconsistent
<6>[ 3.764032] DMAR: IOMMU feature pasid inconsistent
<6>[ 3.764034] DMAR: IOMMU feature eafs inconsistent
<6>[ 3.764035] DMAR: IOMMU feature prs inconsistent
<6>[ 3.764037] DMAR: IOMMU feature nest inconsistent
<6>[ 3.764039] DMAR: IOMMU feature mts inconsistent
<6>[ 3.764040] DMAR: IOMMU feature sc_support inconsistent
<6>[ 3.764042] DMAR: IOMMU feature dev_iotlb_support inconsistent
<6>[ 3.764044] DMAR: dmar0: Using Queued invalidation
<6>[ 3.764048] DMAR: dmar1: Using Queued invalidation
<6>[ 3.764071] Unpacking initramfs...
<6>[ 3.764386] pci 0000:00:02.0: Adding to iommu group 0
<6>[ 3.765691] pci 0000:00:00.0: Adding to iommu group 1
<6>[ 3.765710] pci 0000:00:04.0: Adding to iommu group 2
<6>[ 3.765740] pci 0000:00:08.0: Adding to iommu group 3
<6>[ 3.765766] pci 0000:00:12.0: Adding to iommu group 4
<6>[ 3.765804] pci 0000:00:14.0: Adding to iommu group 5
<6>[ 3.765821] pci 0000:00:14.2: Adding to iommu group 5
<6>[ 3.765839] pci 0000:00:14.3: Adding to iommu group 6
<6>[ 3.765864] pci 0000:00:15.0: Adding to iommu group 7
<6>[ 3.765893] pci 0000:00:16.0: Adding to iommu group 8
<6>[ 3.765914] pci 0000:00:1c.0: Adding to iommu group 9
<6>[ 3.765935] pci 0000:00:1c.4: Adding to iommu group 10
<6>[ 3.765969] pci 0000:00:1d.0: Adding to iommu group 11
<6>[ 3.765995] pci 0000:00:1d.4: Adding to iommu group 12
<6>[ 3.766049] pci 0000:00:1f.0: Adding to iommu group 13
<6>[ 3.766068] pci 0000:00:1f.3: Adding to iommu group 13
<6>[ 3.766087] pci 0000:00:1f.4: Adding to iommu group 13
<6>[ 3.766106] pci 0000:00:1f.5: Adding to iommu group 13
<6>[ 3.766128] pci 0000:00:1f.6: Adding to iommu group 13
<6>[ 3.766226] pci 0000:01:00.0: Adding to iommu group 14
<6>[ 3.766247] pci 0000:02:00.0: Adding to iommu group 15
<6>[ 3.766268] pci 0000:03:00.0: Adding to iommu group 16
<6>[ 3.766288] pci 0000:03:01.0: Adding to iommu group 17
<6>[ 3.766314] pci 0000:03:02.0: Adding to iommu group 18
<6>[ 3.766322] pci 0000:3a:00.0: Adding to iommu group 18
<6>[ 3.766342] pci 0000:3d:00.0: Adding to iommu group 19
<6>[ 3.769088] DMAR: Intel(R) Virtualization Technology for Directed I/O
<6>[ 3.769090] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
<6>[ 3.769092] software IO TLB: mapped [mem 0x0000000057000000-0x000000005b000000] (64MB)
<6>[ 3.769104] ACPI: bus type thunderbolt registered
<6>[ 3.769512] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
<6>[ 3.769516] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
<6>[ 3.769518] RAPL PMU: hw unit of domain package 2^-14 Joules
<6>[ 3.769520] RAPL PMU: hw unit of domain dram 2^-14 Joules
<6>[ 3.769522] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
<6>[ 3.769523] RAPL PMU: hw unit of domain psys 2^-14 Joules
<4>[ 3.769666] resource: resource sanity check: requesting [mem 0x00000000fed10000-0x00000000fed15fff], which spans more than pnp 00:08 [mem 0xfed10000-0xfed13fff]
<4>[ 3.769679] caller snb_uncore_imc_init_box+0x8a/0xf0 mapping multiple BARs
<5>[ 3.772681] Initialise system trusted keyrings
<6>[ 3.772735] workingset: timestamp_bits=62 max_order=23 bucket_order=0
<6>[ 3.772894] squashfs: version 4.0 (2009/01/31) Phillip Lougher
<6>[ 3.772916] 9p: Installing v9fs 9p2000 file system support
<6>[ 3.795011] NET: Registered PF_ALG protocol family
<5>[ 3.795016] Key type asymmetric registered
<5>[ 3.795018] Asymmetric key parser 'x509' registered
<6>[ 3.795042] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
<6>[ 3.795045] io scheduler mq-deadline registered
<6>[ 3.795048] io scheduler kyber registered
<6>[ 3.796478] pcieport 0000:03:01.0: enabling device (0006 -> 0007)
<6>[ 3.797065] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
<3>[ 3.805677] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
<6>[ 3.807540] ACPI: AC: AC Adapter [AC] (on-line)
<6>[ 3.807661] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
<6>[ 3.807728] ACPI: button: Sleep Button [SLPB]
<6>[ 3.807797] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
<6>[ 3.807846] ACPI: button: Lid Switch [LID]
<6>[ 3.807905] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
<6>[ 3.807958] ACPI: button: Power Button [PWRF]
<6>[ 3.818048] thermal LNXTHERM:00: registered as thermal_zone0
<6>[ 3.818053] ACPI: thermal: Thermal Zone [THM0] (47 C)
<6>[ 3.819398] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
<6>[ 3.820365] Non-volatile memory driver v1.3
<6>[ 3.820467] Linux agpgart interface v0.103
<6>[ 3.820573] ACPI: bus type drm_connector registered
<6>[ 3.820889] i915 0000:00:02.0: enabling device (0006 -> 0007)
<6>[ 3.821958] i915 0000:00:02.0: [drm] VT-d active for gfx access
<6>[ 3.821965] i915 0000:00:02.0: vgaarb: deactivate vga console
<5>[ 3.822096] i915 0000:00:02.0: [drm] Transparent Hugepage support is recommended for optimal performance when IOMMU is enabled!
<6>[ 3.823656] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=mem
<6>[ 3.868392] [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 0
<6>[ 3.875299] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
<6>[ 3.875760] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
<6>[ 3.875797] ACPI: battery: Slot [BAT0] (battery present)
<7>[ 3.875923] i915 display info: display version: 9
<7>[ 3.875928] i915 display info: cursor_needs_physical: no
<7>[ 3.875930] i915 display info: has_cdclk_crawl: no
<7>[ 3.875933] i915 display info: has_cdclk_squash: no
<7>[ 3.875935] i915 display info: has_ddi: yes
<7>[ 3.875938] i915 display info: has_dp_mst: yes
<7>[ 3.875940] i915 display info: has_dsb: no
<7>[ 3.875943] i915 display info: has_fpga_dbg: yes
<7>[ 3.875945] i915 display info: has_gmch: no
<7>[ 3.875947] i915 display info: has_hotplug: yes
<7>[ 3.875949] i915 display info: has_hti: no
<7>[ 3.875951] i915 display info: has_ipc: yes
<7>[ 3.875953] i915 display info: has_overlay: no
<7>[ 3.875956] i915 display info: has_psr: yes
<7>[ 3.875958] i915 display info: has_psr_hw_tracking: yes
<7>[ 3.875960] i915 display info: overlay_needs_physical: no
<7>[ 3.875962] i915 display info: supports_tv: no
<7>[ 3.875965] i915 display info: has_hdcp: yes
<7>[ 3.875967] i915 display info: has_dmc: yes
<7>[ 3.875969] i915 display info: has_dsc: no
<6>[ 3.881755] loop: module loaded
<6>[ 3.882431] nvme nvme0: pci function 0000:3d:00.0
<6>[ 3.882979] tun: Universal TUN/TAP device driver, 1.6
<6>[ 3.883168] e100: Intel(R) PRO/100 Network Driver
<6>[ 3.883171] e100: Copyright(c) 1999-2006 Intel Corporation
<6>[ 3.883207] e1000: Intel(R) PRO/1000 Network Driver
<6>[ 3.883208] e1000: Copyright (c) 1999-2006 Intel Corporation.
<6>[ 3.883248] e1000e: Intel(R) PRO/1000 Network Driver
<6>[ 3.883250] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
<6>[ 3.883888] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
<6>[ 3.889505] nvme nvme0: 8/0/0 default/read/poll queues
<6>[ 3.892977] nvme0n1: p3 p5
<6>[ 3.898074] fbcon: i915drmfb (fb0) is primary device
<6>[ 3.898987] Console: switching to colour frame buffer device 240x67
<6>[ 3.918140] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
<6>[ 4.109862] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
<6>[ 4.173034] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 98:fa:9b:22:af:37
<6>[ 4.173041] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
<6>[ 4.173107] e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: 1000FF-0FF
<6>[ 4.173143] Intel(R) 2.5G Ethernet Linux Driver
<6>[ 4.173145] Copyright(c) 2018 Intel Corporation.
<6>[ 4.173182] sky2: driver version 1.30
<6>[ 4.173308] Intel(R) Wireless WiFi driver for Linux
<6>[ 4.173359] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
<6>[ 4.174428] iwlwifi 0000:00:14.3: Detected crf-id 0x2816, cnv-id 0x1000100 wfpm id 0x80000000
<6>[ 4.174441] iwlwifi 0000:00:14.3: PCI dev 9df0/0034, rev=0x312, rfid=0x105110
<6>[ 4.174581] usbcore: registered new device driver r8152-cfgselector
<6>[ 4.174593] usbcore: registered new interface driver r8152
<6>[ 4.174603] usbcore: registered new interface driver asix
<6>[ 4.174612] usbcore: registered new interface driver ax88179_178a
<6>[ 4.174627] usbcore: registered new interface driver cdc_ether
<6>[ 4.174636] usbcore: registered new interface driver net1080
<6>[ 4.174645] usbcore: registered new interface driver zaurus
<6>[ 4.174655] usbcore: registered new interface driver cdc_ncm
<6>[ 4.174664] usbcore: registered new interface driver qmi_wwan
<6>[ 4.174686] usbcore: registered new interface driver cdc_mbim
<6>[ 4.174696] usbcore: registered new interface driver r8153_ecm
<6>[ 4.175474] xhci_hcd 0000:00:14.0: xHCI Host Controller
<6>[ 4.175486] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
<6>[ 4.175501] xhci_hcd 0000:00:14.0: Disabled LPM!
<6>[ 4.176695] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009010
<6>[ 4.177074] xhci_hcd 0000:00:14.0: xHCI Host Controller
<6>[ 4.177081] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
<6>[ 4.177086] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
<6>[ 4.177149] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
<6>[ 4.177155] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 4.177158] usb usb1: Product: xHCI Host Controller
<6>[ 4.177161] usb usb1: Manufacturer: Linux 6.8.12-grsec+ xhci-hcd
<6>[ 4.177164] usb usb1: SerialNumber: 0000:00:14.0
<6>[ 4.177535] hub 1-0:1.0: USB hub found
<6>[ 4.177567] hub 1-0:1.0: 12 ports detected
<6>[ 4.180983] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
<6>[ 4.181021] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
<6>[ 4.181026] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 4.181030] usb usb2: Product: xHCI Host Controller
<6>[ 4.181033] usb usb2: Manufacturer: Linux 6.8.12-grsec+ xhci-hcd
<6>[ 4.181036] usb usb2: SerialNumber: 0000:00:14.0
<6>[ 4.181293] hub 2-0:1.0: USB hub found
<6>[ 4.181311] hub 2-0:1.0: 6 ports detected
<6>[ 4.183565] xhci_hcd 0000:3a:00.0: xHCI Host Controller
<6>[ 4.183580] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 3
<6>[ 4.183601] xhci_hcd 0000:3a:00.0: Disabled LPM!
<6>[ 4.184846] xhci_hcd 0000:3a:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009010
<6>[ 4.185244] xhci_hcd 0000:3a:00.0: xHCI Host Controller
<6>[ 4.185250] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 4
<6>[ 4.185254] xhci_hcd 0000:3a:00.0: Host supports USB 3.1 Enhanced SuperSpeed
<6>[ 4.185308] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
<6>[ 4.185313] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 4.185317] usb usb3: Product: xHCI Host Controller
<6>[ 4.185320] usb usb3: Manufacturer: Linux 6.8.12-grsec+ xhci-hcd
<6>[ 4.185323] usb usb3: SerialNumber: 0000:3a:00.0
<6>[ 4.185555] hub 3-0:1.0: USB hub found
<6>[ 4.185569] hub 3-0:1.0: 2 ports detected
<6>[ 4.188427] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
<6>[ 4.188463] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
<6>[ 4.188468] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 4.188472] usb usb4: Product: xHCI Host Controller
<6>[ 4.188475] usb usb4: Manufacturer: Linux 6.8.12-grsec+ xhci-hcd
<6>[ 4.188478] usb usb4: SerialNumber: 0000:3a:00.0
<6>[ 4.188680] hub 4-0:1.0: USB hub found
<6>[ 4.188694] hub 4-0:1.0: 2 ports detected
<6>[ 4.191895] usbcore: registered new interface driver cdc_acm
<6>[ 4.191899] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
<6>[ 4.191916] usbcore: registered new interface driver usblp
<6>[ 4.191928] usbcore: registered new interface driver cdc_wdm
<6>[ 4.192096] usbcore: registered new interface driver uas
<6>[ 4.192128] usbcore: registered new interface driver usb-storage
<6>[ 4.192140] usbcore: registered new interface driver ums-datafab
<6>[ 4.192150] usbcore: registered new interface driver ums-freecom
<6>[ 4.192167] usbcore: registered new interface driver ums-isd200
<6>[ 4.192177] usbcore: registered new interface driver ums-jumpshot
<6>[ 4.192188] usbcore: registered new interface driver ums-sddr09
<6>[ 4.192203] usbcore: registered new interface driver ums-sddr55
<6>[ 4.192213] usbcore: registered new interface driver ums-usbat
<6>[ 4.192224] usbcore: registered new device driver onboard-usb-hub
<6>[ 4.192339] dummy_hcd dummy_hcd.0: USB Host+Gadget Emulator, driver 02 May 2005
<6>[ 4.192344] dummy_hcd dummy_hcd.0: Dummy host controller
<6>[ 4.192348] dummy_hcd dummy_hcd.0: new USB bus registered, assigned bus number 5
<6>[ 4.192397] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
<6>[ 4.192402] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 4.192406] usb usb5: Product: Dummy host controller
<6>[ 4.192409] usb usb5: Manufacturer: Linux 6.8.12-grsec+ dummy_hcd
<6>[ 4.192411] usb usb5: SerialNumber: dummy_hcd.0
<6>[ 4.192615] hub 5-0:1.0: USB hub found
<6>[ 4.192625] hub 5-0:1.0: 1 port detected
<6>[ 4.192738] dummy_hcd dummy_hcd.0: Dummy host controller
<6>[ 4.192741] dummy_hcd dummy_hcd.0: new USB bus registered, assigned bus number 6
<6>[ 4.192870] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
<6>[ 4.193044] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
<6>[ 4.193050] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 4.193054] usb usb6: Product: Dummy host controller
<6>[ 4.193057] usb usb6: Manufacturer: Linux 6.8.12-grsec+ dummy_hcd
<6>[ 4.193060] usb usb6: SerialNumber: dummy_hcd.0
<6>[ 4.193308] hub 6-0:1.0: USB hub found
<6>[ 4.193328] hub 6-0:1.0: 1 port detected
<6>[ 4.193628] Mass Storage Function, version: 2009/09/11
<6>[ 4.193632] LUN: removable file: (no medium)
<6>[ 4.193655] LUN: removable file: (no medium)
<6>[ 4.193657] Number of LUNs=1
<6>[ 4.193733] g_mass_storage gadget.0: Mass Storage Gadget, version: 2009/09/11
<4>[ 4.193738] g_mass_storage gadget.0: userspace failed to provide iSerialNumber
<6>[ 4.193740] g_mass_storage gadget.0: g_mass_storage ready
<6>[ 4.204618] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
<6>[ 4.206612] serio: i8042 KBD port at 0x60,0x64 irq 1
<6>[ 4.206621] serio: i8042 AUX port at 0x60,0x64 irq 12
<6>[ 4.206908] mousedev: PS/2 mouse device common for all mice
<6>[ 4.209948] rtc_cmos 00:04: RTC can wake from S4
<6>[ 4.211215] rtc_cmos 00:04: registered as rtc0
<6>[ 4.211263] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
<6>[ 4.212551] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
<6>[ 4.212816] i801_smbus 0000:00:1f.4: SPD Write Disable is set
<6>[ 4.212863] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
<6>[ 4.214681] input: AT Raw Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
<6>[ 4.220933] Consider using thermal netlink events interface
<6>[ 4.225136] i2c i2c-7: 2/2 memory slots populated (from DMI)
<6>[ 4.225855] i2c i2c-7: Successfully instantiated SPD at 0x51
<6>[ 4.232273] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
<6>[ 4.241184] intel_rapl_common: Found RAPL domain package
<6>[ 4.241189] intel_rapl_common: Found RAPL domain dram
<6>[ 4.244116] intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
<6>[ 4.244659] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
<6>[ 4.244929] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
<6>[ 4.244956] intel_pstate: Intel P-state driver initializing
<6>[ 4.245669] intel_pstate: HWP enabled
<6>[ 4.245684] hid: raw HID events driver (C) Jiri Kosina
<6>[ 4.245743] usbcore: registered new interface driver usbhid
<6>[ 4.245744] usbhid: USB HID core driver
<6>[ 4.245890] fujitsu_laptop: driver 0.6.0 successfully loaded
<6>[ 4.245933] thinkpad_acpi: ThinkPad ACPI Extras v0.26
<6>[ 4.245934] thinkpad_acpi: http://ibm-acpi.sf.net/
<6>[ 4.245935] thinkpad_acpi: ThinkPad BIOS N2IET91S (3.69 ), EC N2IHT38W
<6>[ 4.245936] thinkpad_acpi: Lenovo ThinkPad T490, model 20N2S00600
<6>[ 4.246220] thinkpad_acpi: radio switch found; radios are enabled
<6>[ 4.246224] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
<5>[ 4.246224] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
<6>[ 4.247603] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
<6>[ 4.248351] thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is blocked
<6>[ 4.267947] thinkpad_acpi: battery 1 registered (start 0, stop 100, behaviours: 0x7)
<6>[ 4.267968] ACPI: battery: new extension: ThinkPad Battery Extension
<6>[ 4.281455] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input7
<6>[ 4.417710] usb 1-1: new full-speed USB device number 2 using xhci_hcd
<6>[ 4.442805] usb 6-1: new SuperSpeed USB device number 2 using dummy_hcd
<6>[ 4.458308] usb 6-1: New USB device found, idVendor=22e0, idProduct=0300, bcdDevice= 6.08
<6>[ 4.458311] usb 6-1: New USB device strings: Mfr=3, Product=4, SerialNumber=0
<6>[ 4.458313] usb 6-1: Product: SINA Virtual USB Stick
<6>[ 4.458314] usb 6-1: Manufacturer: Secunet
<6>[ 4.495944] typec port0: bound usb1-port2 (ops connector_ops)
<6>[ 4.495951] typec port0: bound usb2-port2 (ops connector_ops)
<6>[ 4.514097] usb 4-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
<6>[ 4.531264] usb 4-1: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice=50.33
<6>[ 4.531267] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 4.531268] usb 4-1: Product: USB3.1 Hub
<6>[ 4.531270] usb 4-1: Manufacturer: VIA Labs, Inc.
<6>[ 4.554012] usb 1-1: New USB device found, idVendor=058f, idProduct=9540, bcdDevice= 1.20
<6>[ 4.554015] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 4.554016] usb 1-1: Product: EMV Smartcard Reader
<6>[ 4.554018] usb 1-1: Manufacturer: Generic
<6>[ 4.675444] usb 1-2: new full-speed USB device number 3 using xhci_hcd
<6>[ 4.775900] tsc: Refined TSC clocksource calibration: 1991.997 MHz
<6>[ 4.775905] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x396d4bf570c, max_idle_ns: 881590425443 ns
<6>[ 4.775939] clocksource: Switched to clocksource tsc
<6>[ 4.810230] usb 1-2: New USB device found, idVendor=17ef, idProduct=3074, bcdDevice= 0.00
<6>[ 4.810233] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6>[ 4.810235] usb 1-2: Product: USB Billboard
<6>[ 4.810236] usb 1-2: Manufacturer: Cypress Semiconductor
<6>[ 4.810238] usb 1-2: SerialNumber: 11AD1D006D0B3A0128190B00
<6>[ 4.938708] usb 1-5: new high-speed USB device number 4 using xhci_hcd
<6>[ 5.063625] psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
<6>[ 5.069978] usb 1-5: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.33
<6>[ 5.069982] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 5.069984] usb 1-5: Product: USB2.0 Hub
<6>[ 5.069985] usb 1-5: Manufacturer: VIA Labs, Inc.
<6>[ 5.097075] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
<6>[ 5.097080] psmouse serio1: synaptics: Your touchpad (PNP: LEN205b PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
<6>[ 5.165912] psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf00aa3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 2867793
<6>[ 5.165919] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
<6>[ 5.190676] usb 1-7: new high-speed USB device number 5 using xhci_hcd
<6>[ 5.209012] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
<6>[ 5.262627] typec port1: bound usb1-port5 (ops connector_ops)
<6>[ 5.262634] typec port1: bound usb4-port1 (ops connector_ops)
<6>[ 5.324583] usb 1-7: New USB device found, idVendor=2cb7, idProduct=0210, bcdDevice= 3.33
<6>[ 5.324586] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6>[ 5.324588] usb 1-7: Product: L830-EB
<6>[ 5.324589] usb 1-7: Manufacturer: FIBOCOM
<6>[ 5.324590] usb 1-7: SerialNumber: 004999010640000
<6>[ 5.454767] usb 1-8: new high-speed USB device number 6 using xhci_hcd
<6>[ 5.613636] usb 1-8: New USB device found, idVendor=04f2, idProduct=b604, bcdDevice= 0.27
<6>[ 5.613639] usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
<6>[ 5.613641] usb 1-8: Product: Integrated Camera
<6>[ 5.613642] usb 1-8: Manufacturer: Chicony Electronics Co.,Ltd.
<6>[ 5.613643] usb 1-8: SerialNumber: 0001
<6>[ 5.703869] psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x11, buttons: 3/3
<6>[ 5.734716] usb 1-10: new full-speed USB device number 7 using xhci_hcd
<6>[ 5.863816] usb 1-10: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
<6>[ 5.863819] usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
<6>[ 5.920801] input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input8
<6>[ 6.643033] intel_pmc_core intel_pmc_core.0: initialized
<6>[ 6.643160] intel_rapl_common: Found RAPL domain package
<6>[ 6.643162] intel_rapl_common: Found RAPL domain core
<6>[ 6.643163] intel_rapl_common: Found RAPL domain uncore
<6>[ 6.643164] intel_rapl_common: Found RAPL domain dram
<6>[ 6.643166] intel_rapl_common: Found RAPL domain psys
<6>[ 6.643580] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
<6>[ 6.643737] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops)
<6>[ 6.643794] usbcore: registered new interface driver snd-usb-audio
<6>[ 6.644352] ipip: IPv4 and MPLS over IPv4 tunneling driver
<6>[ 6.644452] Initializing XFRM netlink socket
<6>[ 6.644455] IPsec XFRM device driver
<6>[ 6.644470] NET: Registered PF_INET6 protocol family
<6>[ 6.644712] Segment Routing with IPv6
<6>[ 6.644718] In-situ OAM (IOAM) with IPv6
<6>[ 6.644750] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
<6>[ 6.644908] NET: Registered PF_PACKET protocol family
<6>[ 6.644911] NET: Registered PF_KEY protocol family
<6>[ 6.644915] 8021q: 802.1Q VLAN Support v1.8
<6>[ 6.644925] 9pnet: Installing 9P2000 support
<4>[ 6.645335] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
<6>[ 6.645414] microcode: Current revision: 0x000000f6
<6>[ 6.645416] microcode: Updated early from: 0x000000d6
<6>[ 6.645543] IPI shorthand broadcast: enabled
<6>[ 6.648445] sched_clock: Marking stable (6638000961, 9671384)->(6855358774, -207686429)
<5>[ 6.648603] Loading compiled-in X.509 certificates
<6>[ 6.665004] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
<6>[ 6.665008] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
<6>[ 6.665010] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
<6>[ 6.665011] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
<6>[ 6.665012] snd_hda_codec_realtek hdaudioC0D0: inputs:
<6>[ 6.665014] snd_hda_codec_realtek hdaudioC0D0: Mic=0x19
<6>[ 6.665015] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
<6>[ 6.709143] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
<6>[ 6.709175] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
<6>[ 6.709203] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
<6>[ 6.709230] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
<6>[ 6.709258] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
<6>[ 7.482151] Freeing initrd memory: 45640K
<6>[ 7.482571] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
<6>[ 7.483030] modprobe (109) used greatest stack depth: 1699 bytes left
<5>[ 7.484603] Loaded X.509 cert 'Build time autogenerated kernel key: 4178b866da10c8a7bd16bc0073ecd9f05ecf566b'
<6>[ 7.486767] test_respectre: Testing array_index_mask_nospec primitives... passed
<6>[ 7.486967] PM: Magic number: 13:223:822
<5>[ 7.487590] cfg80211: Loading compiled-in X.509 certificates for regulatory database
<4>[ 7.488190] iwlwifi 0000:00:14.3: WRT: Overriding region id 0
<4>[ 7.488192] iwlwifi 0000:00:14.3: WRT: Overriding region id 1
<4>[ 7.488193] iwlwifi 0000:00:14.3: WRT: Overriding region id 2
<4>[ 7.488194] iwlwifi 0000:00:14.3: WRT: Overriding region id 3
<4>[ 7.488195] iwlwifi 0000:00:14.3: WRT: Overriding region id 4
<4>[ 7.488197] iwlwifi 0000:00:14.3: WRT: Overriding region id 6
<4>[ 7.488198] iwlwifi 0000:00:14.3: WRT: Overriding region id 8
<4>[ 7.488199] iwlwifi 0000:00:14.3: WRT: Overriding region id 9
<4>[ 7.488200] iwlwifi 0000:00:14.3: WRT: Overriding region id 10
<4>[ 7.488201] iwlwifi 0000:00:14.3: WRT: Overriding region id 11
<4>[ 7.488202] iwlwifi 0000:00:14.3: WRT: Overriding region id 15
<4>[ 7.488203] iwlwifi 0000:00:14.3: WRT: Overriding region id 16
<4>[ 7.488204] iwlwifi 0000:00:14.3: WRT: Overriding region id 18
<4>[ 7.488205] iwlwifi 0000:00:14.3: WRT: Overriding region id 19
<4>[ 7.488206] iwlwifi 0000:00:14.3: WRT: Overriding region id 20
<4>[ 7.488207] iwlwifi 0000:00:14.3: WRT: Overriding region id 21
<4>[ 7.488209] iwlwifi 0000:00:14.3: WRT: Overriding region id 28
<6>[ 7.488566] iwlwifi 0000:00:14.3: loaded firmware version 46.7e3e4b69.0 9000-pu-b0-jf-b0-46.ucode op_mode iwlmvm
<3>[ 7.488916] iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
<6>[ 7.488920] iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9560 160MHz, REV=0x312
<4>[ 7.488965] thermal thermal_zone7: failed to read out thermal zone (-61)
<5>[ 7.489454] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
<5>[ 7.489557] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
<6>[ 7.489579] clk: Disabling unused clocks
<6>[ 7.489580] ALSA device list:
<6>[ 7.489581] #0: HDA Intel PCH at 0xdd73c000 irq 151
<6>[ 7.489584] test_constify: PAX CONSTIFY selftests (KERNSEAL: disabled)...
<6>[ 7.489585] test_constify: init tests... done
<6>[ 7.491020] Freeing unused kernel image (initmem) memory: 8192K
<6>[ 7.491022] Write protecting the kernel read-only data: 36864k
<6>[ 7.491131] test_constify: runtime tests... done
<6>[ 7.491153] Run /init as init process
<7>[ 7.491154] with arguments:
<7>[ 7.491155] /init
<7>[ 7.491156] DYN_ARGS
<7>[ 7.491157] with environment:
<7>[ 7.491157] HOME=/
<7>[ 7.491158] TERM=linux
<7>[ 7.491159] BOOT_IMAGE=/isolinux/bzImage
<6>[ 7.538483] iwlwifi 0000:00:14.3: base HW address: 38:00:25:89:d5:9b, OTP minor version: 0x4
<7>[ 7.605894] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
<6>[ 7.640263] usb-storage 6-1:1.0: USB Mass Storage device detected
<6>[ 7.640591] scsi host0: usb-storage 6-1:1.0
<6>[ 7.640668] hub 4-1:1.0: USB hub found
<6>[ 7.640913] hub 4-1:1.0: 4 ports detected
<6>[ 7.643547] hub 1-5:1.0: USB hub found
<6>[ 7.643918] hub 1-5:1.0: 5 ports detected
<6>[ 7.786291] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
<6>[ 7.818485] dmi_memory_id (153) used greatest stack depth: 1662 bytes left
<6>[ 7.892551] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
<7>[ 7.957781] ISO 9660 Extensions: Microsoft Joliet Level 3
<7>[ 7.957948] ISO 9660 Extensions: RRIP_1991A
<6>[ 8.170945] usb 4-1.2: new SuperSpeed Plus Gen 2x1 USB device number 3 using xhci_hcd
<6>[ 8.186220] usb 4-1.2: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice=50.34
<6>[ 8.186223] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 8.186224] usb 4-1.2: Product: USB3.1 Hub
<6>[ 8.186226] usb 4-1.2: Manufacturer: VIA Labs, Inc.
<6>[ 8.187448] hub 4-1.2:1.0: USB hub found
<6>[ 8.187799] hub 4-1.2:1.0: 4 ports detected
<6>[ 8.256836] usb 4-1.3: new SuperSpeed USB device number 4 using xhci_hcd
<6>[ 8.269571] usb 4-1.3: New USB device found, idVendor=0781, idProduct=5588, bcdDevice= 1.00
<6>[ 8.269574] usb 4-1.3: New USB device strings: Mfr=2, Product=3, SerialNumber=1
<6>[ 8.269576] usb 4-1.3: Product: USB Extreme Pro
<6>[ 8.269577] usb 4-1.3: Manufacturer: SanDisk
<6>[ 8.269578] usb 4-1.3: SerialNumber: 12311679165A
<6>[ 8.270813] usb-storage 4-1.3:1.0: USB Mass Storage device detected
<6>[ 8.271375] scsi host1: usb-storage 4-1.3:1.0
<6>[ 8.350754] usb 1-5.2: new high-speed USB device number 8 using xhci_hcd
<6>[ 8.491788] usb 1-5.2: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.34
<6>[ 8.491791] usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 8.491793] usb 1-5.2: Product: USB2.0 Hub
<6>[ 8.491794] usb 1-5.2: Manufacturer: VIA Labs, Inc.
<6>[ 8.493011] hub 1-5.2:1.0: USB hub found
<6>[ 8.493291] hub 1-5.2:1.0: 4 ports detected
<5>[ 8.680340] scsi 0:0:0:0: Direct-Access Linux File-Stor Gadget 0608 PQ: 0 ANSI: 2
<4>[ 8.681207] sd 0:0:0:0: Power-on or device reset occurred
<5>[ 8.681931] sd 0:0:0:0: [sda] Media removed, stopped polling
<5>[ 8.682169] sd 0:0:0:0: [sda] Attached SCSI removable disk
<6>[ 8.682677] usb 1-5.5: new high-speed USB device number 9 using xhci_hcd
<6>[ 8.761732] usb 1-5.5: New USB device found, idVendor=17ef, idProduct=3075, bcdDevice= 0.01
<6>[ 8.761735] usb 1-5.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6>[ 8.761737] usb 1-5.5: Product: USB Billboard Device
<6>[ 8.761738] usb 1-5.5: Manufacturer: VIA Labs, Inc.
<6>[ 8.761740] usb 1-5.5: SerialNumber: 0000000000000001
<6>[ 9.198709] usb 1-5.2.4: new high-speed USB device number 10 using xhci_hcd
<5>[ 9.320340] scsi 1:0:0:0: Direct-Access SanDisk Extreme Pro 0 PQ: 0 ANSI: 6
<5>[ 9.321527] sd 1:0:0:0: [sdb] 250085376 512-byte logical blocks: (128 GB/119 GiB)
<5>[ 9.321971] sd 1:0:0:0: [sdb] Write Protect is off
<7>[ 9.321973] sd 1:0:0:0: [sdb] Mode Sense: 43 00 00 00
<5>[ 9.322357] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
<6>[ 9.323984] sdb: sdb1
<5>[ 9.324139] sd 1:0:0:0: [sdb] Attached SCSI removable disk
<6>[ 10.491858] usb 1-5.2.4: New USB device found, idVendor=17ef, idProduct=306f, bcdDevice= 0.12
<6>[ 10.491862] usb 1-5.2.4: New USB device strings: Mfr=3, Product=1, SerialNumber=0
<6>[ 10.491864] usb 1-5.2.4: Product: ThinkPad Dock USB Audio
<6>[ 10.491865] usb 1-5.2.4: Manufacturer: Generic
<6>[ 10.550608] loop8: detected capacity change from 0 to 2154936
<6>[ 10.793887] (udev-worker) (129) used greatest stack depth: 1658 bytes left
<6>[ 10.794000] (udev-worker) (134) used greatest stack depth: 1632 bytes left
<6>[ 10.794585] (udev-worker) (149) used greatest stack depth: 1478 bytes left
<27>[ 11.084037] systemd[1]: Failed to find module 'autofs4'
<30>[ 11.108415] systemd[1]: systemd 256-gc4f33a9 running in system mode (-PAM -AUDIT -SELINUX -APPARMOR -IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL -ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP -LIBCRYPTSETUP_PLUGINS +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON -UTMP -SYSVINIT -LIBARCHIVE)
<30>[ 11.108421] systemd[1]: Detected architecture x86-64.
<30>[ 11.108446] systemd[1]: Detected first boot.
<30>[ 11.108601] systemd[1]: No hostname configured, using default hostname.
<30>[ 11.108630] systemd[1]: Hostname set to <localhost>.
<28>[ 11.118207] systemd[1]: Failed to configure loopback network device, ignoring: Operation not permitted
<29>[ 11.223266] systemd[1]: Failed to populate /etc with preset unit settings, ignoring: File exists
<30>[ 11.292560] systemd[1]: Queued start job for default target workstation.target.
<30>[ 11.309191] systemd[1]: Unnecessary job was removed for dev-dm\x2d0.device.
<30>[ 11.309998] systemd[1]: Created slice system-net\x2dns.slice.
<30>[ 11.310367] systemd[1]: Created slice system-net\x2dns\x2did.slice.
<30>[ 11.310436] systemd[1]: Reached target slices.target.
<30>[ 11.310649] systemd[1]: Listening on lvm2-lvmetad.socket.
<30>[ 11.310795] systemd[1]: Listening on syslog.socket.
<30>[ 11.312389] systemd[1]: Listening on systemd-coredump.socket.
<30>[ 11.313502] systemd[1]: systemd-journald-audit.socket was skipped because of an unmet condition check (ConditionSecurity=audit).
<30>[ 11.313590] systemd[1]: Listening on systemd-journald-dev-log.socket.
<30>[ 11.313733] systemd[1]: Listening on systemd-journald.socket.
<30>[ 11.313858] systemd[1]: Listening on systemd-udevd-control.socket.
<30>[ 11.313972] systemd[1]: Listening on systemd-udevd-kernel.socket.
<30>[ 11.326954] systemd[1]: Mounting media.mount...
<30>[ 11.327645] systemd[1]: Mounting run-client.mount...
<30>[ 11.327709] systemd[1]: sys-firmware-efi-efivars.mount was skipped because of an unmet condition check (ConditionKernelCommandLine=efi=runtime).
<30>[ 11.328170] systemd[1]: Mounting sys-kernel-debug.mount...
<30>[ 11.330608] systemd[1]: Mounting usb_filter.mount...
<30>[ 11.331476] systemd[1]: Mounting var-lib-machines.mount...
<30>[ 11.335129] systemd[1]: Starting bootsplash-log.service...
<30>[ 11.336058] systemd[1]: Started debugshell.service.
<30>[ 11.336143] systemd[1]: Reached target debugshell.target.
<30>[ 11.338406] systemd[1]: Starting efi-check.service...
<30>[ 11.339234] systemd[1]: Starting gpt-reserve.service...
<30>[ 11.343116] systemd[1]: Starting grsecurity-pre-init.service...
<30>[ 11.344023] systemd[1]: Starting pstore-util.service...
<30>[ 11.347261] systemd[1]: Starting systemd-journald.service...
<30>[ 11.352435] systemd[1]: Starting systemd-udevd.service...
<30>[ 11.357252] systemd[1]: Starting systemd-vconsole-setup.service...
<30>[ 11.358604] systemd[1]: Finished efi-check.service.
<6>[ 11.362186] grsec: grsecurity sysctl value 'audit_ptrace' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362200] grsec: grsecurity sysctl value 'rwxmap_logging' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362214] grsec: grsecurity sysctl value 'forkfail_logging' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362224] grsec: grsecurity sysctl value 'resource_logging' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362235] grsec: grsecurity sysctl value 'signal_logging' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362251] grsec: grsecurity sysctl value 'chroot_deny_chmod' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362264] grsec: grsecurity sysctl value 'chroot_deny_chroot' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362274] grsec: grsecurity sysctl value 'chroot_deny_fchdir' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362285] grsec: grsecurity sysctl value 'chroot_deny_mknod' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362298] grsec: grsecurity sysctl value 'chroot_deny_pivot' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362313] grsec: grsecurity sysctl value 'chroot_deny_shmat' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362324] grsec: grsecurity sysctl value 'chroot_deny_sysctl' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362334] grsec: grsecurity sysctl value 'chroot_deny_unix' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362344] grsec: grsecurity sysctl value 'chroot_enforce_chdir' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362354] grsec: grsecurity sysctl value 'chroot_findtask' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362365] grsec: grsecurity sysctl value 'chroot_restrict_nice' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362375] grsec: grsecurity sysctl value 'chroot_deny_bad_rename' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362386] grsec: grsecurity sysctl value 'socket_server_gid' set to 10002 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362396] grsec: grsecurity sysctl value 'socket_server' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362406] grsec: grsecurity sysctl value 'socket_client_gid' set to 10003 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362417] grsec: grsecurity sysctl value 'socket_client' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362427] grsec: grsecurity sysctl value 'socket_all_gid' set to 10004 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362437] grsec: grsecurity sysctl value 'socket_all' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362448] grsec: grsecurity sysctl value 'dmesg' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362458] grsec: grsecurity sysctl value 'deter_bruteforce' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362468] grsec: grsecurity sysctl value 'fifo_restrictions' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362478] grsec: grsecurity sysctl value 'linking_restrictions' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362489] grsec: grsecurity sysctl value 'harden_ptrace' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362499] grsec: grsecurity sysctl value 'harden_ipc' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362510] grsec: grsecurity sysctl value 'harden_tty' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<6>[ 11.362520] grsec: grsecurity sysctl value 'ptrace_readexec' set to 1 by /lib/systemd/systemd-sysctl[systemd-sysctl:182] uid/euid:0/0 gid/egid:0/0, parent /lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
<30>[ 11.376951] systemd[1]: Mounted media.mount.
<30>[ 11.377788] systemd[1]: Mounted var-lib-machines.mount.
<30>[ 11.378494] systemd[1]: Mounted sys-kernel-debug.mount.
<30>[ 11.378607] systemd[1]: Mounted run-client.mount.
<30>[ 11.385041] systemd[1]: Finished grsecurity-pre-init.service.
<30>[ 11.422763] systemd[1]: Starting systemd-modules-load.service...
<30>[ 11.423458] systemd[1]: Mounted usb_filter.mount.
<30>[ 11.423556] systemd[1]: Received SIGRTMIN+20 from PID 124 (plymouthd).
<30>[ 11.425536] systemd[1]: Starting usbfilter-init-early.service...
<46>[ 11.446564] systemd-journald[184]: Collecting audit messages is disabled.
<30>[ 11.456130] systemd[1]: bootsplash-log.service: Deactivated successfully.
<30>[ 11.456224] systemd[1]: Finished bootsplash-log.service.
<4>[ 11.457379] cryptoapi_plugger: loading out-of-tree module taints kernel.
<4>[ 11.466140] chiasmus: module license 'SECUNET' taints kernel.
<4>[ 11.466142] chiasmus: module license taints kernel.
<30>[ 11.550879] systemd[1]: pstore-util.service: Deactivated successfully.
<30>[ 11.550968] systemd[1]: Finished pstore-util.service.
<6>[ 11.666922] usb 4-1.2: USB filter disconnects USB device number 3 from driver hub
<30>[ 11.683024] systemd[1]: Finished usbfilter-init-early.service.
<30>[ 11.695762] systemd[1]: Starting systemd-udev-trigger.service...
<30>[ 11.700160] systemd[1]: Started systemd-journald.service.
<4>[ 11.786412] Cipher test completed
<6>[ 11.810350] hid-generic 0003:17EF:3074.0001: hidraw0: USB HID v1.11 Device [Cypress Semiconductor USB Billboard] on usb-0000:00:14.0-2/input1
<6>[ 11.815118] mcd_drv_init: PCI device not found
<6>[ 11.821559] Module modstop-test-unload has been loaded
<6>[ 11.870875] hub 4-1.2:1.0: USB hub found
<6>[ 11.871193] hub 4-1.2:1.0: 4 ports detected
<6>[ 11.883552] input: Generic ThinkPad Dock USB Audio Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.0002/input/input14
<7>[ 11.897662] vboxdrv: Found 4 processor cores/threads
<6>[ 11.914798] vboxdrv: TSC mode is Invariant, tentative frequency 1991996728 Hz
<7>[ 11.914802] vboxdrv: Successfully loaded version 7.0.20 r163906 (interface 0x00330004)
<6>[ 11.927460] vtx: Detected Intel cpu
<6>[ 11.927467] vtx: HAS_VTX: 1, VTX_ENABLED: 1
<6>[ 12.012300] input: Generic ThinkPad Dock USB Audio as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.0002/input/input15
<6>[ 12.012472] hid-generic 0003:17EF:306F.0002: input,hidraw1: USB HID v1.11 Device [Generic ThinkPad Dock USB Audio] on usb-0000:00:14.0-5.2.4/input3
<4>[ 12.290143] SUPR0GipMap: fGetGipCpu=0x1b
<4>[ 12.407620] vboxdrv: ffffffff85567000 VMMR0.r0
<4>[ 12.436809] vboxdrv: ffffffff85841000 VBoxDDR0.r0
<6>[ 12.790474] EXT4-fs (dm-3): mounted filesystem 99505b02-711e-4219-aa73-4673deb4ee3e r/w with ordered data mode. Quota mode: disabled.
<6>[ 12.827986] usb 4-1.3: USB filter disconnects USB device number 4 from driver usb-storage
<5>[ 12.841739] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
<6>[ 12.851703] usb 6-1: USB filter disconnects USB device number 2 from driver usb-storage
<6>[ 17.428108] pci 0000:00:16.0: enabling device (0000 -> 0002)
<6>[ 17.625743] cdc_mbim 1-7:1.0: setting rx_max = 16384
<6>[ 17.626636] cdc_mbim 1-7:1.0: cdc-wdm0: USB WDM device
<6>[ 17.631007] wwan wwan0: port wwan0mbim0 attached
<6>[ 17.631201] cdc_mbim 1-7:1.0 wwan0: register 'cdc_mbim' at usb-0000:00:14.0-7, CDC MBIM, aa:4f:ba:e5:14:3e
<6>[ 17.635816] cdc_acm 1-7:1.2: ttyACM0: USB ACM device
<6>[ 18.246148] usb 1-2: USB filter disconnects USB device number 3 from driver usbhid
<6>[ 28.064808] usb 1-3: new full-speed USB device number 11 using xhci_hcd
<6>[ 28.197812] usb 1-3: New USB device found, idVendor=08e6, idProduct=3438, bcdDevice= 2.00
<6>[ 28.197833] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6>[ 28.197841] usb 1-3: Product: USB SmartCard Reader
<6>[ 28.197848] usb 1-3: Manufacturer: Gemalto
<6>[ 28.197854] usb 1-3: SerialNumber: 3374524F
<6>[ 32.298454] dm-253:4: Device is /dev/sinaswap
<6>[ 32.298460] dm-253:4: using XTS IV
<6>[ 32.298462] dm-253:4: Using aead
<6>[ 32.298464] dm-253:4: Crypto : authenc(digest_null,xts(aes))
<6>[ 32.298467] dm-253:4: Hash : sha256
<6>[ 32.298468] dm-253:4: Hmac : hmac(sha256)
<6>[ 32.298474] dm-253:4: keysize of 1. Key is 400
<6>[ 32.305450] dm-253:4: new Key set
<6>[ 32.305490] dm-253:4: using unbound io wq with 1 jobs
<6>[ 32.305527] dm-253:4: using unbound crypto wq with 0 jobs
<6>[ 32.305666] dm-253:4: IVSize: 16
<6>[ 32.305668] dm-253:4: HMACSize: 32
<6>[ 32.305670] dm-253:4: Hashsize: 32
<6>[ 32.305680] dm-253:4: Logical blocksize: 4096
<6>[ 32.305682] dm-253:4: Blocksize: 16
<6>[ 32.305683] Logical blocksize: 4096
<6>[ 32.305683] Blocksize: 16
<6>[ 32.305685] dm-253:4: Data per sector is 496
<6>[ 32.305687] dm-253:4: Real Bytes per logical block is 4608
<6>[ 32.305688] dm-253:4: sector count=1864128, real =2097144
<6>[ 32.305699] dm-253:4: Sectorsize: 512
<6>[ 32.305701] dm-253:4: device size=2097152
<6>[ 32.354521] Adding 932060k swap on /dev/mapper/swapZSMU. Priority:-2 extents:1 across:932060k SS
<6>[ 33.292658] dm-253:6: Device is /dev/sinavw/tmp-TOVVTYAY
<6>[ 33.292669] dm-253:6: Current Key is 0
<6>[ 33.292695] dm-253:6: using HMAC
<6>[ 33.292699] dm-253:6: using XTS IV
<6>[ 33.292703] dm-253:6: Using aead
<6>[ 33.292706] dm-253:6: Crypto : authenc(hmac(sha256),xts(aes))
<6>[ 33.292710] dm-253:6: Hash : sha256
<6>[ 33.292714] dm-253:6: Hmac : hmac(sha256)
<6>[ 33.292726] dm-253:6: keysize of 1. Key is 400
<6>[ 33.301415] dm-253:6: keysize of 2. Key is 400
<6>[ 33.301477] dm-253:6: new Key set
<6>[ 33.301658] dm-253:6: using unbound io wq with 1 jobs
<6>[ 33.301953] dm-253:6: using unbound crypto wq with 0 jobs
<6>[ 33.302305] dm-253:6: IVSize: 16
<6>[ 33.302311] dm-253:6: HMACSize: 32
<6>[ 33.302315] dm-253:6: Hashsize: 32
<6>[ 33.302319] dm-253:6: Setting authsize: 32
<6>[ 33.302323] dm-253:6: Logical blocksize: 4096
<6>[ 33.302328] dm-253:6: Blocksize: 16
<6>[ 33.302333] Logical blocksize: 4096
<6>[ 33.302333] Blocksize: 16
<6>[ 33.302337] dm-253:6: Data per sector is 448
<6>[ 33.302341] dm-253:6: Real Bytes per logical block is 5120
<6>[ 33.302346] dm-253:6: sector count=18016, real =24568
<6>[ 33.302377] dm-253:6: Sectorsize: 512
<6>[ 33.302381] dm-253:6: device size=24576
<6>[ 33.462258] dm-253:6: WriteCounter called
<6>[ 33.462367] dm-253:6: Key cleared
<6>[ 33.719040] dm-253:6: Device is /dev/sinavw/TOVVTYAY
<6>[ 33.719047] dm-253:6: Current Key is 0
<6>[ 33.719051] dm-253:6: using HMAC
<6>[ 33.719054] dm-253:6: using XTS IV
<6>[ 33.719056] dm-253:6: Using aead
<6>[ 33.719058] dm-253:6: Crypto : authenc(hmac(sha256),xts(aes))
<6>[ 33.719062] dm-253:6: Hash : sha256
<6>[ 33.719064] dm-253:6: Hmac : hmac(sha256)
<6>[ 33.719072] dm-253:6: keysize of 1. Key is 400
<6>[ 33.719134] dm-253:6: keysize of 2. Key is 400
<6>[ 33.719164] dm-253:6: new Key set
<6>[ 33.719326] dm-253:6: using unbound io wq with 1 jobs
<6>[ 33.719421] dm-253:6: using unbound crypto wq with 0 jobs
<6>[ 33.719558] dm-253:6: IVSize: 16
<6>[ 33.719562] dm-253:6: HMACSize: 32
<6>[ 33.719564] dm-253:6: Hashsize: 32
<6>[ 33.719567] dm-253:6: Setting authsize: 32
<6>[ 33.719570] dm-253:6: Logical blocksize: 4096
<6>[ 33.719574] dm-253:6: Blocksize: 16
<6>[ 33.719576] Logical blocksize: 4096
<6>[ 33.719576] Blocksize: 16
<6>[ 33.719579] dm-253:6: Data per sector is 448
<6>[ 33.719581] dm-253:6: Real Bytes per logical block is 5120
<6>[ 33.719584] dm-253:6: sector count=18016, real =24568
<6>[ 33.719604] dm-253:6: Sectorsize: 512
<6>[ 33.719608] dm-253:6: device size=24576
<6>[ 33.748777] EXT4-fs (dm-6): mounted filesystem 71b431a0-a4a6-4533-97ae-4a37f08888c2 r/w with ordered data mode. Quota mode: disabled.
<6>[ 34.081763] smpboot: Booting Node 0 Processor 4 APIC 0x1
<4>[ 34.083520] 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.
<4>[ 34.083523] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
<6>[ 34.083563] smpboot: Booting Node 0 Processor 5 APIC 0x3
<6>[ 34.088732] smpboot: Booting Node 0 Processor 6 APIC 0x5
<6>[ 34.092325] smpboot: Booting Node 0 Processor 7 APIC 0x7
<6>[ 34.174833] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
<6>[ 34.606218] iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 1
<6>[ 34.608893] ip (1835) used greatest stack depth: 1476 bytes left
<6>[ 34.618012] dm-253:6: Device is /dev/sinavw/TOVVTYAY
<6>[ 34.618015] dm-253:6: Current Key is 0
<6>[ 34.618017] dm-253:6: using HMAC
<6>[ 34.618018] dm-253:6: using XTS IV
<6>[ 34.618018] dm-253:6: Using aead
<6>[ 34.618019] dm-253:6: Crypto : authenc(hmac(sha256),xts(aes))
<6>[ 34.618020] dm-253:6: Hash : sha256
<6>[ 34.618021] dm-253:6: Hmac : hmac(sha256)
<6>[ 34.618024] dm-253:6: keysize of 1. Key is 400
<6>[ 34.618048] dm-253:6: keysize of 2. Key is 400
<6>[ 34.618059] dm-253:6: new Key set
<6>[ 34.618090] dm-253:6: using unbound io wq with 1 jobs
<6>[ 34.618109] dm-253:6: using unbound crypto wq with 0 jobs
<6>[ 34.618184] dm-253:6: IVSize: 16
<6>[ 34.618185] dm-253:6: HMACSize: 32
<6>[ 34.618186] dm-253:6: Hashsize: 32
<6>[ 34.618187] dm-253:6: Setting authsize: 32
<6>[ 34.618188] dm-253:6: Logical blocksize: 4096
<6>[ 34.618189] dm-253:6: Blocksize: 16
<6>[ 34.618189] Logical blocksize: 4096
<6>[ 34.618189] Blocksize: 16
<6>[ 34.618190] dm-253:6: Data per sector is 448
<6>[ 34.618191] dm-253:6: Real Bytes per logical block is 5120
<6>[ 34.618192] dm-253:6: sector count=31128, real =40958
<6>[ 34.618198] dm-253:6: Sectorsize: 512
<6>[ 34.618199] dm-253:6: device size=40960
<6>[ 34.655841] dm-253:6: WriteCounter called
<6>[ 34.655969] dm-253:6: Key cleared
<6>[ 34.889448] EXT4-fs (dm-6): resizing filesystem from 2252 to 3891 blocks
<6>[ 34.889478] EXT4-fs (dm-6): resized filesystem to 3891
<6>[ 35.070090] dm-253:6: Device is /dev/sinavw/TOVVTYAY
<6>[ 35.070094] dm-253:6: Current Key is 0
<6>[ 35.070095] dm-253:6: using HMAC
<6>[ 35.070096] dm-253:6: using XTS IV
<6>[ 35.070096] dm-253:6: Using aead
<6>[ 35.070097] dm-253:6: Crypto : authenc(hmac(sha256),xts(aes))
<6>[ 35.070098] dm-253:6: Hash : sha256
<6>[ 35.070099] dm-253:6: Hmac : hmac(sha256)
<6>[ 35.070101] dm-253:6: keysize of 1. Key is 400
<6>[ 35.070124] dm-253:6: keysize of 2. Key is 400
<6>[ 35.070133] dm-253:6: new Key set
<6>[ 35.070225] dm-253:6: using unbound io wq with 1 jobs
<6>[ 35.070284] dm-253:6: using unbound crypto wq with 0 jobs
<6>[ 35.070336] dm-253:6: IVSize: 16
<6>[ 35.070336] dm-253:6: HMACSize: 32
<6>[ 35.070337] dm-253:6: Hashsize: 32
<6>[ 35.070338] dm-253:6: Setting authsize: 32
<6>[ 35.070339] dm-253:6: Logical blocksize: 4096
<6>[ 35.070340] dm-253:6: Blocksize: 16
<6>[ 35.070341] Logical blocksize: 4096
<6>[ 35.070341] Blocksize: 16
<6>[ 35.070342] dm-253:6: Data per sector is 448
<6>[ 35.070342] dm-253:6: Real Bytes per logical block is 5120
<6>[ 35.070343] dm-253:6: sector count=31128, real =40958
<6>[ 35.070350] dm-253:6: Sectorsize: 512
<6>[ 35.070350] dm-253:6: device size=40960
<6>[ 35.097992] dm-253:6: WriteCounter called
<6>[ 35.098183] dm-253:6: Key cleared
<6>[ 35.838863] sbridge: port 1(veth1) entered blocking state
<6>[ 35.838869] sbridge: port 1(veth1) entered disabled state
<6>[ 35.838876] veth1: entered allmulticast mode
<6>[ 35.838923] veth1: entered promiscuous mode
<6>[ 35.848523] sbridge: port 2(dummy-slave) entered blocking state
<6>[ 35.848529] sbridge: port 2(dummy-slave) entered disabled state
<6>[ 35.848537] dummy-slave: entered allmulticast mode
<6>[ 35.848584] dummy-slave: entered promiscuous mode
<6>[ 35.850210] sbridge: port 2(dummy-slave) entered blocking state
<6>[ 35.850214] sbridge: port 2(dummy-slave) entered forwarding state
<6>[ 35.850222] sbridge: port 1(veth1) entered blocking state
<6>[ 35.850224] sbridge: port 1(veth1) entered forwarding state
<6>[ 36.269848] 8021q: adding VLAN 0 to HW filter on device wwan0
<6>[ 36.879898] xfrm: renamed from xfrm-grademgmt
<6>[ 37.450136] usb 1-2: USB disconnect, device number 3
<3>[ 37.483537] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20230628/psargs-330)
<3>[ 37.483552] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
<3>[ 37.485750] xhci_hcd 0000:3a:00.0: xHCI host controller not responding, assume dead
<3>[ 37.485760] xhci_hcd 0000:3a:00.0: HC died; cleaning up
<6>[ 37.551419] xhci_hcd 0000:3a:00.0: remove, state 1
<6>[ 37.551423] usb usb4: USB disconnect, device number 1
<6>[ 37.588211] usb 1-5: USB disconnect, device number 4
<6>[ 37.588214] usb 1-5.2: USB disconnect, device number 8
<6>[ 37.588215] usb 1-5.2.4: USB disconnect, device number 10
<6>[ 37.596964] usb 4-1: USB disconnect, device number 2
<6>[ 37.596971] usb 4-1.2: USB disconnect, device number 3
<6>[ 37.597251] usb 4-1.3: USB disconnect, device number 4
<6>[ 37.607856] xhci_hcd 0000:3a:00.0: USB bus 4 deregistered
<6>[ 37.607876] xhci_hcd 0000:3a:00.0: remove, state 4
<6>[ 37.607880] usb usb3: USB disconnect, device number 1
<4>[ 37.612567] xhci_hcd 0000:3a:00.0: Host halt failed, -19
<4>[ 37.612574] xhci_hcd 0000:3a:00.0: Host not accessible, reset failed.
<6>[ 37.616210] xhci_hcd 0000:3a:00.0: USB bus 3 deregistered
<7>[ 37.643825] pci_bus 0000:03: Allocating resources
<6>[ 37.644363] usb 1-5.5: USB disconnect, device number 9
<3>[ 42.765870] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20230628/psargs-330)
<3>[ 42.765879] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
<3>[ 42.779136] pcieport 0000:03:02.0: Unable to change power state from D3hot to D0, device inaccessible
<3>[ 42.781601] pcieport 0000:03:00.0: Unable to change power state from D3hot to D0, device inaccessible
<6>[ 42.785370] pci_bus 0000:3a: busn_res: [bus 3a] is released
<6>[ 42.785640] pci_bus 0000:05: busn_res: [bus 05-39] is released
<6>[ 42.785846] pci_bus 0000:04: busn_res: [bus 04] is released
<6>[ 42.786037] pci_bus 0000:03: busn_res: [bus 03-3a] is released
<4>[ 42.868784] general protection fault, probably for non-canonical address 0xfefefefefefeff3d: 0000 [#1] PREEMPT SMP NOPTI
<4>[ 42.868790] CPU: 7 PID: 2433 Comm: kworker/7:3 Tainted: P O T 6.8.12-grsec+ #1
<4>[ 42.868792] Hardware name: LENOVO 20N2S00600/20N2S00600, BIOS N2IET91S (3.69 ) 02/02/2021
<4>[ 42.868794] Workqueue: events ucsi_handle_connector_change
<4>[ 42.868799] RIP: 0010:[<ffffffff817aec42>] kernfs_new_node+0x12/0x80
<4>[ 42.868804] Code: eb e2 cc 0f 1f 44 00 00 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 66 0f 1f 00 0f 1f 44 00 00 55 53 48 89 fb 89 cf 89 d1 <f6> 43 3f 04 74 17 48 8b 43 40 48 85 c0 74 04 44 8b 40 04 80 ce 04
<4>[ 42.868806] RSP: 0000:ffffc90002607e10 EFLAGS: 00010246
<4>[ 42.868808] RAX: 0000000000000000 RBX: fefefefefefefefe RCX: 000000000000a1ff
<4>[ 42.868810] RDX: 000000000000a1ff RSI: ffffffff83144609 RDI: 0000000000000000
<4>[ 42.868811] RBP: ffff888184b41110 R08: 0000000000000000 R09: 0000000000000004
<4>[ 42.868813] R10: ffff88817fdc0000 R11: 00383734353d4d55 R12: fefefefefefefefe
<4>[ 42.868814] R13: ffff888104e40808 R14: 0000000000000001 R15: ffff888104cb63d0
<4>[ 42.868822] RSI: __end_mutable+0x20d5c9/0x2408c0
<4>[ 42.868824] RBP: kernfs_node_cache+0x0/0x88 [slab object]
<4>[ 42.868828] RSP: vmalloc[kernel_clone]+0xc8/0x420
<4>[ 42.868832] R13: kmalloc-1k+0x8/0x400 [slab object]
<4>[ 42.868834] R15: kmalloc-4k+0x3d0/0x1000 [slab object]
<4>[ 42.868835] FS: 0000000000000000(0000) GS:ffff8886797c0000(0000) knlGS:0000000000000000
<4>[ 42.868837] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
<4>[ 42.868838] CR2: 0000119f3c379e78 CR3: 000000016e620003 CR4: 00000000003606f0 shadow CR4: 00000000003606f0
<4>[ 42.868840] ASID: 0002
<4>[ 42.868841] Stack:
<4>[ 42.868842] ffffffff83144609 ffff888184b41110 ffffffff817b16a7 ffffffff83144609
<4>[ 42.868845] fefefefefefefefe ffff888184b41110 ffffffff817b2dc5 ffff888104e098a8
<4>[ 42.868848] ffff88816e4bec00 ffff888104e40800 ffff888104e40808 ffff888100125c05
<4>[ 42.868851] Call Trace:
<4>[ 42.868852] <TASK>
<4>[ 42.868854] [<ffffffff817b16a7>] kernfs_create_link+0x37/0xa0 ffffc90002607e20
<4>[ 42.868858] [<ffffffff817b2dc5>] sysfs_do_create_link_sd+0x65/0xd0 ffffc90002607e40
<4>[ 42.868861] [<ffffffff820bf051>] typec_partner_link_device+0x21/0xa0 ffffc90002607e70
<4>[ 42.868865] [<ffffffff820bf20f>] typec_register_partner+0x12f/0x190 ffffc90002607e88
<4>[ 42.868868] [<ffffffff820d02d3>] ucsi_register_partner.isra.0+0xc3/0x120 ffffc90002607eb0
<4>[ 42.868871] [<ffffffff820d0edc>] ucsi_handle_connector_change+0x24c/0x2b0 ffffc90002607ef0
<4>[ 42.868874] [<ffffffff814afd06>] process_one_work+0x176/0x390 ffffc90002607f18
<4>[ 42.868878] [<ffffffff814b00c1>] worker_thread+0x191/0x330 ffffc90002607f50
<4>[ 42.868881] [<ffffffff8276df73>] ? _raw_spin_lock_irqsave+0x43/0x60 ffffc90002607f58
<4>[ 42.868885] [<ffffffff814aff30>] ? __pfx_worker_thread+0x10/0x10 ffffc90002607f88
<4>[ 42.868888] [<ffffffff814b903d>] kthread+0xfd/0x140 ffffc90002607f90
<4>[ 42.868892] [<ffffffff814b8f40>] ? __pfx_kthread+0x10/0x10 ffffc90002607f98
<4>[ 42.868895] [<ffffffff8143b9fc>] ret_from_fork+0x3c/0x60 ffffc90002607fc8
<4>[ 42.868899] [<ffffffff814b8f40>] ? __pfx_kthread+0x10/0x10 ffffc90002607fd0
<4>[ 42.868902] [<ffffffff8140179b>] ret_from_fork_asm+0x2b/0x50 ffffc90002607fe8
<4>[ 42.868906] </TASK>
<4>[ 42.868907] Modules linked in: vtx(O) vboxdrv(O) modstop_test_unload(O) mcd_drv(O) wacom dm_crypt_sina(O) chiasmus(PO) cryptoapi_plugger(O) dm_mod intel_lpss_pci intel_lpss mfd_core pinctrl_cannonlake pinctrl_intel
<4>[ 42.868918] ---[ end trace 0000000000000000 ]---
<4>[ 42.875457] RIP: 0010:[<ffffffff817aec42>] kernfs_new_node+0x12/0x80
<4>[ 42.875463] Code: eb e2 cc 0f 1f 44 00 00 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 66 0f 1f 00 0f 1f 44 00 00 55 53 48 89 fb 89 cf 89 d1 <f6> 43 3f 04 74 17 48 8b 43 40 48 85 c0 74 04 44 8b 40 04 80 ce 04
<4>[ 42.875466] RSP: 0000:ffffc90002607e10 EFLAGS: 00010246
<4>[ 42.875468] RAX: 0000000000000000 RBX: fefefefefefefefe RCX: 000000000000a1ff
<4>[ 42.875469] RDX: 000000000000a1ff RSI: ffffffff83144609 RDI: 0000000000000000
<4>[ 42.875471] RBP: ffff888184b41110 R08: 0000000000000000 R09: 0000000000000004
<4>[ 42.875472] R10: ffff88817fdc0000 R11: 00383734353d4d55 R12: fefefefefefefefe
<4>[ 42.875474] R13: ffff888104e40808 R14: 0000000000000001 R15: ffff888104cb63d0
<4>[ 42.875478] RSI: __end_mutable+0x20d5c9/0x2408c0
<4>[ 42.875481] RBP: kernfs_node_cache+0x0/0x88 [slab object]
<4>[ 42.875484] RSP: vmalloc[kernel_clone]+0xc8/0x420
<4>[ 42.875488] R13: kmalloc-1k+0x8/0x400 [slab object]
<4>[ 42.875490] R15: kmalloc-4k+0x3d0/0x1000 [slab object]
<4>[ 42.875491] FS: 0000000000000000(0000) GS:ffff8886797c0000(0000) knlGS:0000000000000000
<4>[ 42.875493] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
<4>[ 42.875494] CR2: 0000119f3c379e78 CR3: 000000016e620003 CR4: 00000000003606f0 shadow CR4: 00000000003606f0
<4>[ 42.875496] ASID: 0002
<0>[ 42.875497] Kernel panic - not syncing: Fatal exception
<0>[ 42.875538] Kernel Offset: disabled
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: use-after-free with Lenovo Ultra Docking Station
2025-02-18 6:52 use-after-free with Lenovo Ultra Docking Station Philipp Leskovitz
@ 2025-02-18 7:16 ` Greg KH
2025-02-19 7:35 ` Philipp Leskovitz
2025-02-20 9:34 ` Philipp Leskovitz
0 siblings, 2 replies; 9+ messages in thread
From: Greg KH @ 2025-02-18 7:16 UTC (permalink / raw)
To: Philipp Leskovitz; +Cc: linux-usb
On Tue, Feb 18, 2025 at 07:52:34AM +0100, Philipp Leskovitz wrote:
> [1.] One line summary of the problem:
> A use-after-free is triggered when the device ThinkPad Ultra Docking Station is connected.
>
> [2.] Full description of the problem/report:
>
> When I click the notebook into the docking station (ThinkPad Ultra Docking
> Station, Type 40AJ), a kernel crash sometimes occurs. I think the function
> kernfs_new_node (fs/kernfs/dir.c) accesses a memory that has already been
> released. It looks to me that an access in this function occurs with the
> query "parent->mode & S_ISGID". The error occurs with kernel version 6.8.12
> and 6.12.x.
>
> general protection fault, probably for non-canonical address 0xfefefefefefeff3d: 0000 [#1] PREEMPT SMP NOPTI
> CPU: 7 PID: 2433 Comm: kworker/7:3 Tainted: P O T 6.8.12-grsec+ #1
6.8.12 is a very old, and obsolete, unsupported, and known-buggy kernel
version. Does this also happen on the latest release (i.3. 6.13.3 or
our development tree (6.14-rc3)?
Lots of work has happened in the year in this driver since 6.8 was
released.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: use-after-free with Lenovo Ultra Docking Station
2025-02-18 7:16 ` Greg KH
@ 2025-02-19 7:35 ` Philipp Leskovitz
2025-02-19 7:41 ` Greg KH
2025-02-20 9:34 ` Philipp Leskovitz
1 sibling, 1 reply; 9+ messages in thread
From: Philipp Leskovitz @ 2025-02-19 7:35 UTC (permalink / raw)
To: Greg KH; +Cc: linux-usb
Hello Greg,
Thank you for your message. With kernel 6.13.0 I get a different error message when I click the notebook Lenovo T490 into or out of the docking station (ThinkPad Ultra Docking Station, Type 40AJ).
<4>[ 0.568971] ------------[ cut here ]------------
<2>[ 0.568973] kernel BUG at drivers/pci/setup-bus.c:2156!
<4>[ 0.568981] Oops: invalid opcode: 0000 [#1] PREEMPT SMP NOPTI
<4>[ 0.568992] CPU: 3 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.13.0-devel+ #1
<4>[ 0.569001] Hardware name: LENOVO 20N2S00600/20N2S00600, BIOS N2IET91S (3.69 ) 02/02/2021
<4>[ 0.569008] RIP: 0010:pci_assign_unassigned_root_bus_resources+0x23f/0x370
<4>[ 0.569020] Code: ff ff 48 89 da 4c 89 f7 48 8d 74 24 20 e8 29 f7 ff ff 4c 8b 74 24 20 48 8d 54 24 20 8b 44 24 18 4c 39 f2 0f 84 aa fe ff ff 90 <0f> 0b 83 7c 24 1c ff 0f 84 d7 00 00 00 83 7c 24
1c 03 0f 84 e9 00
<4>[ 0.569033] RSP: 0000:ffffbd8680083dd0 EFLAGS: 00010206
<4>[ 0.569041] RAX: 0000000000000000 RBX: ffffbd8680083e00 RCX: 000000000000003e
<4>[ 0.569048] RDX: ffffbd8680083df0 RSI: 0000000000000000 RDI: ffffffff9ca926d9
<4>[ 0.569055] RBP: 0000000000000000 R08: 0000000000000002 R09: 0000000000000002
<4>[ 0.569061] R10: 0000000000000000 R11: ffffffff9ca4f1a0 R12: dead000000000122
<4>[ 0.569067] R13: dead000000000100 R14: ffffa35401dca060 R15: 0000000000000000
<4>[ 0.569073] FS: 0000000000000000(0000) GS:ffffa3597c4c0000(0000) knlGS:0000000000000000
<4>[ 0.569081] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
<4>[ 0.569087] CR2: 0000000000000000 CR3: 00000002a562e001 CR4: 00000000003706f0
<4>[ 0.569093] Call Trace:
<4>[ 0.569098] <TASK>
<4>[ 0.569102] ? die+0x36/0x90
<4>[ 0.569111] ? do_trap+0xdc/0x100
<4>[ 0.569119] ? pci_assign_unassigned_root_bus_resources+0x23f/0x370
<4>[ 0.569127] ? do_error_trap+0x6d/0xb0
<4>[ 0.569133] ? pci_assign_unassigned_root_bus_resources+0x23f/0x370
<4>[ 0.569142] ? exc_invalid_op+0x51/0x70
<4>[ 0.569150] ? pci_assign_unassigned_root_bus_resources+0x23f/0x370
<4>[ 0.569158] ? asm_exc_invalid_op+0x1a/0x20
<4>[ 0.569166] ? __pfx_pci_conf1_write+0x10/0x10
<4>[ 0.569174] ? _raw_spin_unlock_irqrestore+0x19/0x40
<4>[ 0.569182] ? pci_assign_unassigned_root_bus_resources+0x23f/0x370
<4>[ 0.569194] pci_assign_unassigned_resources+0x23/0x90
<4>[ 0.569202] pcibios_assign_resources+0x43/0xe0
<4>[ 0.569210] ? __pfx_pcibios_assign_resources+0x10/0x10
<4>[ 0.569217] do_one_initcall+0x58/0x230
<4>[ 0.569228] kernel_init_freeable+0x166/0x290
<4>[ 0.569236] ? __pfx_kernel_init+0x10/0x10
<4>[ 0.569243] kernel_init+0x1a/0x1c0
<4>[ 0.569249] ret_from_fork+0x31/0x50
<4>[ 0.569257] ? __pfx_kernel_init+0x10/0x10
<4>[ 0.569263] ret_from_fork_asm+0x1a/0x30
<4>[ 0.569274] </TASK>
<4>[ 0.569277] Modules linked in:
<4>[ 0.569284] ---[ end trace 0000000000000000 ]---
<4>[ 0.575226] RIP: 0010:pci_assign_unassigned_root_bus_resources+0x23f/0x370
<4>[ 0.575240] Code: ff ff 48 89 da 4c 89 f7 48 8d 74 24 20 e8 29 f7 ff ff 4c 8b 74 24 20 48 8d 54 24 20 8b 44 24 18 4c 39 f2 0f 84 aa fe ff ff 90 <0f> 0b 83 7c 24 1c ff 0f 84 d7 00 00 00 83 7c 24
1c 03 0f 84 e9 00
<4>[ 0.575254] RSP: 0000:ffffbd8680083dd0 EFLAGS: 00010206
<4>[ 0.575262] RAX: 0000000000000000 RBX: ffffbd8680083e00 RCX: 000000000000003e
<4>[ 0.575269] RDX: ffffbd8680083df0 RSI: 0000000000000000 RDI: ffffffff9ca926d9
<4>[ 0.575276] RBP: 0000000000000000 R08: 0000000000000002 R09: 0000000000000002
<4>[ 0.575283] R10: 0000000000000000 R11: ffffffff9ca4f1a0 R12: dead000000000122
<4>[ 0.575289] R13: dead000000000100 R14: ffffa35401dca060 R15: 0000000000000000
<4>[ 0.575296] FS: 0000000000000000(0000) GS:ffffa3597c4c0000(0000) knlGS:0000000000000000
<4>[ 0.575304] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
<4>[ 0.575310] CR2: 0000000000000000 CR3: 00000002a562e001 CR4: 00000000003706f0
<0>[ 0.575317] Kernel panic - not syncing: Fatal exception
Best regards.
Philipp
> On Tue, Feb 18, 2025 at 07:52:34AM +0100, Philipp Leskovitz wrote:
>> [1.] One line summary of the problem:
>> A use-after-free is triggered when the device ThinkPad Ultra Docking Station is connected.
>>
>> [2.] Full description of the problem/report:
>>
>> When I click the notebook into the docking station (ThinkPad Ultra Docking
>> Station, Type 40AJ), a kernel crash sometimes occurs. I think the function
>> kernfs_new_node (fs/kernfs/dir.c) accesses a memory that has already been
>> released. It looks to me that an access in this function occurs with the
>> query "parent->mode & S_ISGID". The error occurs with kernel version 6.8.12
>> and 6.12.x.
>>
>> general protection fault, probably for non-canonical address 0xfefefefefefeff3d: 0000 [#1] PREEMPT SMP NOPTI
>> CPU: 7 PID: 2433 Comm: kworker/7:3 Tainted: P O T 6.8.12-grsec+ #1
>
> 6.8.12 is a very old, and obsolete, unsupported, and known-buggy kernel
> version. Does this also happen on the latest release (i.3. 6.13.3 or
> our development tree (6.14-rc3)?
>
> Lots of work has happened in the year in this driver since 6.8 was
> released.
>
> thanks,
>
> greg k-h
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: use-after-free with Lenovo Ultra Docking Station
2025-02-19 7:35 ` Philipp Leskovitz
@ 2025-02-19 7:41 ` Greg KH
0 siblings, 0 replies; 9+ messages in thread
From: Greg KH @ 2025-02-19 7:41 UTC (permalink / raw)
To: Philipp Leskovitz; +Cc: linux-usb
On Wed, Feb 19, 2025 at 08:35:37AM +0100, Philipp Leskovitz wrote:
> Hello Greg,
>
> Thank you for your message. With kernel 6.13.0 I get a different error message when I click the notebook Lenovo T490 into or out of the docking station (ThinkPad Ultra Docking Station, Type 40AJ).
>
> <4>[ 0.568971] ------------[ cut here ]------------
> <2>[ 0.568973] kernel BUG at drivers/pci/setup-bus.c:2156!
Great! Please send this information to the developers on the linux-pci
mailing list and they should be able to help you out. Something is
going wrong when the pci bus lists are being allocated for this system.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: use-after-free with Lenovo Ultra Docking Station
2025-02-18 7:16 ` Greg KH
2025-02-19 7:35 ` Philipp Leskovitz
@ 2025-02-20 9:34 ` Philipp Leskovitz
2025-02-20 10:17 ` Greg KH
1 sibling, 1 reply; 9+ messages in thread
From: Philipp Leskovitz @ 2025-02-20 9:34 UTC (permalink / raw)
To: Greg KH; +Cc: linux-usb
[-- Attachment #1: Type: text/plain, Size: 5223 bytes --]
Hello,
with kernel 6.12.12 I also see such an error in the typec driver. There is also a warning in the log.
<4>[ 783.320429] Oops: general protection fault, probably for non-canonical address 0x31373836396332a4: 0000 [#1] PREEMPT SMP NOPTI
<4>[ 783.320436] CPU: 5 UID: 0 PID: 1720 Comm: kworker/5:1 Tainted: P W O 6.12.12+ #1
<4>[ 783.320444] Tainted: [P]=PROPRIETARY_MODULE, [W]=WARN, [O]=OOT_MODULE
<4>[ 783.320446] Hardware name: LENOVO 20N2S00600/20N2S00600, BIOS N2IET91S (3.69 ) 02/02/2021
<4>[ 783.320449] Workqueue: events ucsi_handle_connector_change
<4>[ 783.320457] RIP: 0010:kernfs_new_node+0x12/0x80
<4>[ 783.320465] Code: 84 00 00 00 00 00 66 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 66 0f 1f 00 0f 1f 44 00 00 55 53 48 89 fb 89 cf 89 d1 <f6> 43 3f 04 74 17 48 8b 43 70 48 85 c0 74 04 44
8b 40 04 80 ce 04
<4>[ 783.320469] RSP: 0018:ffffac6b472a7d68 EFLAGS: 00010246
<4>[ 783.320473] RAX: 0000000000000000 RBX: 3137383639633265 RCX: 000000000000a1ff
<4>[ 783.320476] RDX: 000000000000a1ff RSI: ffffffff998f0256 RDI: 0000000000000000
<4>[ 783.320479] RBP: ffff982d29578110 R08: 0000000000000000 R09: 0000000000000004
<4>[ 783.320481] R10: 0000000000000000 R11: ffff982d3d061300 R12: 3137383639633265
<4>[ 783.320483] R13: ffff982cc4d9ec08 R14: 0000000000000001 R15: 0000000000000000
<4>[ 783.320486] FS: 0000000000000000(0000) GS:ffff98323c540000(0000) knlGS:0000000000000000
<4>[ 783.320490] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
<4>[ 783.320493] CR2: 00007f38abcdf088 CR3: 000000061a82e005 CR4: 00000000003706f0
<4>[ 783.320495] Call Trace:
<4>[ 783.320498] <TASK>
<4>[ 783.320501] ? die_addr+0x36/0x90
<4>[ 783.320509] ? exc_general_protection+0x1c1/0x3e0
<4>[ 783.320515] ? __wake_up+0x44/0x60
<4>[ 783.320523] ? asm_exc_general_protection+0x26/0x30
<4>[ 783.320532] ? kernfs_new_node+0x12/0x80
<4>[ 783.320540] kernfs_create_link+0x35/0xb0
<4>[ 783.320545] sysfs_do_create_link_sd+0x63/0xe0
<4>[ 783.320552] typec_partner_link_device+0x1f/0x80
<4>[ 783.320558] typec_register_partner+0x129/0x180
<4>[ 783.320564] ucsi_register_partner.isra.0+0xc1/0x130
<4>[ 783.320570] ucsi_handle_connector_change+0x2b6/0x380
<4>[ 783.320577] process_one_work+0x15d/0x380
<4>[ 783.320583] worker_thread+0x2a5/0x3b0
<4>[ 783.320589] ? __pfx_worker_thread+0x10/0x10
<4>[ 783.320594] kthread+0xcd/0x100
<4>[ 783.320600] ? __pfx_kthread+0x10/0x10
<4>[ 783.320606] ret_from_fork+0x31/0x50
<4>[ 783.320612] ? __pfx_kthread+0x10/0x10
<4>[ 783.320618] ret_from_fork_asm+0x1a/0x30
<4>[ 783.320634] </TASK>
<4>[ 783.320637] Modules linked in: vtx(O) vboxdrv(O) modstop_test_unload(O) mcd_drv(O) wacom dm_crypt_sina(O) chiasmus(PO) cryptoapi_plugger(O) dm_mod intel_lpss_pci intel_lpss pinctrl_cannonlake
pinctrl_intel
<4>[ 783.349549] ---[ end trace 0000000000000000 ]---
<4>[ 783.362656] RIP: 0010:kernfs_new_node+0x12/0x80
<4>[ 783.362660] Code: 84 00 00 00 00 00 66 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 66 0f 1f 00 0f 1f 44 00 00 55 53 48 89 fb 89 cf 89 d1 <f6> 43 3f 04 74 17 48 8b 43 70 48 85 c0 74 04 44
8b 40 04 80 ce 04
<4>[ 783.362662] RSP: 0018:ffffac6b472a7d68 EFLAGS: 00010246
<4>[ 783.362663] RAX: 0000000000000000 RBX: 3137383639633265 RCX: 000000000000a1ff
<4>[ 783.362664] RDX: 000000000000a1ff RSI: ffffffff998f0256 RDI: 0000000000000000
<4>[ 783.362665] RBP: ffff982d29578110 R08: 0000000000000000 R09: 0000000000000004
<4>[ 783.362684] R10: 0000000000000000 R11: ffff982d3d061300 R12: 3137383639633265
<4>[ 783.362685] R13: ffff982cc4d9ec08 R14: 0000000000000001 R15: 0000000000000000
<4>[ 783.362686] FS: 0000000000000000(0000) GS:ffff98323c540000(0000) knlGS:0000000000000000
<4>[ 783.362687] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
<4>[ 783.362688] CR2: 00007f38abcdf088 CR3: 000000061a82e005 CR4: 00000000003706f0
<0>[ 783.362689] Kernel panic - not syncing: Fatal exception
<0>[ 783.362729] Kernel Offset: 0x16c00000 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffffbfffffff)
Best regards,
Philipp
> On Tue, Feb 18, 2025 at 07:52:34AM +0100, Philipp Leskovitz wrote:
>> [1.] One line summary of the problem:
>> A use-after-free is triggered when the device ThinkPad Ultra Docking Station is connected.
>>
>> [2.] Full description of the problem/report:
>>
>> When I click the notebook into the docking station (ThinkPad Ultra Docking
>> Station, Type 40AJ), a kernel crash sometimes occurs. I think the function
>> kernfs_new_node (fs/kernfs/dir.c) accesses a memory that has already been
>> released. It looks to me that an access in this function occurs with the
>> query "parent->mode & S_ISGID". The error occurs with kernel version 6.8.12
>> and 6.12.x.
>>
>> general protection fault, probably for non-canonical address 0xfefefefefefeff3d: 0000 [#1] PREEMPT SMP NOPTI
>> CPU: 7 PID: 2433 Comm: kworker/7:3 Tainted: P O T 6.8.12-grsec+ #1
>
> 6.8.12 is a very old, and obsolete, unsupported, and known-buggy kernel
> version. Does this also happen on the latest release (i.3. 6.13.3 or
> our development tree (6.14-rc3)?
>
> Lots of work has happened in the year in this driver since 6.8 was
> released.
>
> thanks,
>
> greg k-h
[-- Attachment #2: dmesg.log --]
[-- Type: text/x-log, Size: 175658 bytes --]
Panic#2 Part1
<5>[ 0.000000] Linux version 6.12.12+ (user@ts-1) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Thu Feb 20 07:36:31 UTC 2025
<6>[ 0.000000] Command line: BOOT_IMAGE=/isolinux/bzImage no-kvmclock loglevel=1 intel_iommu=on,igfx_off
<6>[ 0.000000] BIOS-provided physical RAM map:
<6>[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
<6>[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
<6>[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000005de29fff] usable
<6>[ 0.000000] BIOS-e820: [mem 0x000000005de2a000-0x000000005df5ffff] type 20
<6>[ 0.000000] BIOS-e820: [mem 0x000000005df60000-0x00000000621c1fff] reserved
<6>[ 0.000000] BIOS-e820: [mem 0x00000000621c2000-0x00000000623a9fff] ACPI NVS
<6>[ 0.000000] BIOS-e820: [mem 0x00000000623aa000-0x000000006240efff] ACPI data
<6>[ 0.000000] BIOS-e820: [mem 0x000000006240f000-0x000000006240ffff] usable
<6>[ 0.000000] BIOS-e820: [mem 0x0000000062410000-0x00000000697fffff] reserved
<6>[ 0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
<6>[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000006947fffff] usable
<6>[ 0.000000] SMT: disabled
<6>[ 0.000000] NX (Execute Disable) protection: active
<6>[ 0.000000] APIC: Static calls initialized
<6>[ 0.000000] user-defined physical RAM map:
<6>[ 0.000000] user: [mem 0x0000000000000000-0x000000000009efff] usable
<6>[ 0.000000] user: [mem 0x000000000009f000-0x00000000000fffff] reserved
<6>[ 0.000000] user: [mem 0x0000000000100000-0x000000005de29fff] usable
<6>[ 0.000000] user: [mem 0x000000005de2a000-0x000000005df5ffff] type 20
<6>[ 0.000000] user: [mem 0x000000005df60000-0x00000000621c1fff] reserved
<6>[ 0.000000] user: [mem 0x00000000621c2000-0x00000000623a9fff] ACPI NVS
<6>[ 0.000000] user: [mem 0x00000000623aa000-0x000000006240efff] ACPI data
<6>[ 0.000000] user: [mem 0x000000006240f000-0x000000006240ffff] usable
<6>[ 0.000000] user: [mem 0x0000000062410000-0x00000000697fffff] reserved
<6>[ 0.000000] user: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
<6>[ 0.000000] user: [mem 0x0000000100000000-0x0000000187ffffff] usable
<6>[ 0.000000] user: [mem 0x0000000188000000-0x0000000189ffffff] reserved
<6>[ 0.000000] user: [mem 0x000000018a000000-0x00000006947fffff] usable
<6>[ 0.000000] efi: EFI v2.6 by Lenovo
<6>[ 0.000000] efi: SMBIOS=0x60555000 SMBIOS 3.0=0x60548000 ACPI=0x6240e000 ACPI 2.0=0x6240e014 MEMATTR=0x5b0a4018 ESRT=0x60332000
<6>[ 0.000000] SMBIOS 3.1.1 present.
<6>[ 0.000000] DMI: LENOVO 20N2S00600/20N2S00600, BIOS N2IET91S (3.69 ) 02/02/2021
<6>[ 0.000000] DMI: Memory slots populated: 2/2
<6>[ 0.000000] tsc: Detected 2000.000 MHz processor
<6>[ 0.000000] tsc: Detected 1999.968 MHz TSC
<7>[ 0.000009] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
<7>[ 0.000014] e820: remove [mem 0x000a0000-0x000fffff] usable
<6>[ 0.000024] last_pfn = 0x694800 max_arch_pfn = 0x400000000
<6>[ 0.000031] MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
<6>[ 0.000034] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
<6>[ 0.000544] last_pfn = 0x62410 max_arch_pfn = 0x400000000
<6>[ 0.013706] Using GB pages for direct mapping
<6>[ 0.014434] Secure boot enabled
<6>[ 0.014434] RAMDISK: [mem 0x304bf000-0x33127fff]
<6>[ 0.014442] ACPI: Early table checksum verification disabled
<6>[ 0.014445] ACPI: RSDP 0x000000006240E014 000024 (v02 LENOVO)
<6>[ 0.014451] ACPI: XSDT 0x000000006240C188 000104 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.014459] ACPI: FACP 0x0000000060365000 000114 (v06 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.014477] ACPI: DSDT 0x0000000060339000 0274FA (v02 LENOVO CFL 20170001 INTL 20160422)
<6>[ 0.014482] ACPI: FACS 0x000000006220F000 000040
<6>[ 0.014485] ACPI: SSDT 0x00000000603B8000 001B26 (v02 LENOVO CpuSsdt 00003000 INTL 20160527)
<6>[ 0.014490] ACPI: SSDT 0x00000000603B7000 00056D (v02 LENOVO CtdpB 00001000 INTL 20160527)
<6>[ 0.014494] ACPI: SSDT 0x000000006037E000 003B37 (v02 LENOVO DptfTabl 00001000 INTL 20160527)
<6>[ 0.014499] ACPI: SSDT 0x0000000060368000 003167 (v02 LENOVO SaSsdt 00003000 INTL 20160527)
<6>[ 0.014503] ACPI: UEFI 0x000000006222C000 000042 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.014507] ACPI: SSDT 0x0000000060366000 000530 (v02 LENOVO PerfTune 00001000 INTL 20160527)
<6>[ 0.014511] ACPI: HPET 0x0000000060364000 000038 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.014515] ACPI: APIC 0x0000000060363000 00012C (v03 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.014519] ACPI: MCFG 0x0000000060362000 00003C (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.014523] ACPI: ECDT 0x0000000060361000 000053 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.014527] ACPI: SSDT 0x0000000060337000 001A0A (v02 LENOVO WHL_Tbt_ 00001000 INTL 20160527)
<6>[ 0.014531] ACPI: SSDT 0x0000000060334000 0022F5 (v02 LENOVO ProjSsdt 00000010 INTL 20160527)
<6>[ 0.014535] ACPI: BOOT 0x0000000060333000 000028 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.014540] ACPI: SLIC 0x0000000060331000 000176 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.014544] ACPI: SSDT 0x000000006032F000 000CFE (v02 LENOVO UsbCTabl 00001000 INTL 20160527)
<6>[ 0.014548] ACPI: LPIT 0x000000006032E000 000094 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.014552] ACPI: WSMT 0x000000006032D000 000028 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.014556] ACPI: SSDT 0x000000006032B000 001667 (v02 LENOVO TbtTypeC 00000000 INTL 20160527)
<6>[ 0.014560] ACPI: DBGP 0x000000006032A000 000034 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.014564] ACPI: DBG2 0x0000000060329000 000054 (v00 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.014568] ACPI: MSDM 0x0000000060328000 000055 (v03 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.014572] ACPI: BATB 0x000000006014B000 00004A (v02 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.014576] ACPI: DMAR 0x0000000060145000 0000A8 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.014581] ACPI: NHLT 0x0000000060144000 00002D (v00 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.014585] ACPI: FPDT 0x0000000060143000 000044 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.014589] ACPI: BGRT 0x0000000060142000 000038 (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.014593] ACPI: UEFI 0x00000000621C2000 00013E (v01 LENOVO TP-N2I 00003690 PTEC 00000002)
<6>[ 0.014596] ACPI: Reserving FACP table memory at [mem 0x60365000-0x60365113]
<6>[ 0.014599] ACPI: Reserving DSDT table memory at [mem 0x60339000-0x603604f9]
<6>[ 0.014600] ACPI: Reserving FACS table memory at [mem 0x6220f000-0x6220f03f]
<6>[ 0.014601] ACPI: Reserving SSDT table memory at [mem 0x603b8000-0x603b9b25]
<6>[ 0.014603] ACPI: Reserving SSDT table memory at [mem 0x603b7000-0x603b756c]
<6>[ 0.014604] ACPI: Reserving SSDT table memory at [mem 0x6037e000-0x60381b36]
<6>[ 0.014605] ACPI: Reserving SSDT table memory at [mem 0x60368000-0x6036b166]
<6>[ 0.014606] ACPI: Reserving UEFI table memory at [mem 0x6222c000-0x6222c041]
<6>[ 0.014608] ACPI: Reserving SSDT table memory at [mem 0x60366000-0x6036652f]
<6>[ 0.014609] ACPI: Reserving HPET table memory at [mem 0x60364000-0x60364037]
<6>[ 0.014610] ACPI: Reserving APIC table memory at [mem 0x60363000-0x6036312b]
<6>[ 0.014611] ACPI: Reserving MCFG table memory at [mem 0x60362000-0x6036203b]
<6>[ 0.014613] ACPI: Reserving ECDT table memory at [mem 0x60361000-0x60361052]
<6>[ 0.014614] ACPI: Reserving SSDT table memory at [mem 0x60337000-0x60338a09]
<6>[ 0.014615] ACPI: Reserving SSDT table memory at [mem 0x60334000-0x603362f4]
<6>[ 0.014616] ACPI: Reserving BOOT table memory at [mem 0x60333000-0x60333027]
<6>[ 0.014617] ACPI: Reserving SLIC table memory at [mem 0x60331000-0x60331175]
<6>[ 0.014619] ACPI: Reserving SSDT table memory at [mem 0x6032f000-0x6032fcfd]
<6>[ 0.014620] ACPI: Reserving LPIT table memory at [mem 0x6032e000-0x6032e093]
<6>[ 0.014621] ACPI: Reserving WSMT table memory at [mem 0x6032d000-0x6032d027]
<6>[ 0.014622] ACPI: Reserving SSDT table memory at [mem 0x6032b000-0x6032c666]
<6>[ 0.014624] ACPI: Reserving DBGP table memory at [mem 0x6032a000-0x6032a033]
<6>[ 0.014625] ACPI: Reserving DBG2 table memory at [mem 0x60329000-0x60329053]
<6>[ 0.014626] ACPI: Reserving MSDM table memory at [mem 0x60328000-0x60328054]
<6>[ 0.014627] ACPI: Reserving BATB table memory at [mem 0x6014b000-0x6014b049]
<6>[ 0.014629] ACPI: Reserving DMAR table memory at [mem 0x60145000-0x601450a7]
<6>[ 0.014630] ACPI: Reserving NHLT table memory at [mem 0x60144000-0x6014402c]
<6>[ 0.014631] ACPI: Reserving FPDT table memory at [mem 0x60143000-0x60143043]
<6>[ 0.014632] ACPI: Reserving BGRT table memory at [mem 0x60142000-0x60142037]
<6>[ 0.014634] ACPI: Reserving UEFI table memory at [mem 0x621c2000-0x621c213d]
<6>[ 0.014699] Zone ranges:
<6>[ 0.014700] DMA [mem 0x0000000000001000-0x0000000000ffffff]
<6>[ 0.014703] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
<6>[ 0.014706] Normal [mem 0x0000000100000000-0x00000006947fffff]
<6>[ 0.014708] Movable zone start for each node
<6>[ 0.014709] Early memory node ranges
<6>[ 0.014709] node 0: [mem 0x0000000000001000-0x000000000009efff]
<6>[ 0.014711] node 0: [mem 0x0000000000100000-0x000000005de29fff]
<6>[ 0.014713] node 0: [mem 0x000000006240f000-0x000000006240ffff]
<6>[ 0.014715] node 0: [mem 0x0000000100000000-0x0000000187ffffff]
<6>[ 0.014716] node 0: [mem 0x000000018a000000-0x00000006947fffff]
<6>[ 0.014720] Initmem setup node 0 [mem 0x0000000000001000-0x00000006947fffff]
<6>[ 0.014725] On node 0, zone DMA: 1 pages in unavailable ranges
<6>[ 0.014756] On node 0, zone DMA: 97 pages in unavailable ranges
<6>[ 0.017934] On node 0, zone DMA32: 17893 pages in unavailable ranges
<6>[ 0.022510] On node 0, zone Normal: 23536 pages in unavailable ranges
<6>[ 0.063738] On node 0, zone Normal: 8192 pages in unavailable ranges
<6>[ 0.063902] On node 0, zone Normal: 14336 pages in unavailable ranges
<6>[ 0.063919] Reserving Intel graphics memory at [mem 0x65800000-0x697fffff]
<6>[ 0.064210] ACPI: PM-Timer IO Port: 0x1808
<6>[ 0.064220] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
<6>[ 0.064223] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
<6>[ 0.064224] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
<6>[ 0.064225] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
<6>[ 0.064226] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
<6>[ 0.064228] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
<6>[ 0.064229] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
<6>[ 0.064230] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
<6>[ 0.064231] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
<6>[ 0.064232] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
<6>[ 0.064233] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
<6>[ 0.064234] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
<6>[ 0.064235] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
<6>[ 0.064236] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
<6>[ 0.064238] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
<6>[ 0.064239] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
<6>[ 0.064285] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
<6>[ 0.064290] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
<6>[ 0.064293] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
<6>[ 0.064299] ACPI: Using ACPI (MADT) for SMP configuration information
<6>[ 0.064300] ACPI: HPET id: 0x8086a201 base: 0xfed00000
<6>[ 0.064306] TSC deadline timer available
<6>[ 0.064313] CPU topo: Max. logical packages: 1
<6>[ 0.064314] CPU topo: Max. logical dies: 1
<6>[ 0.064315] CPU topo: Max. dies per package: 1
<6>[ 0.064322] CPU topo: Max. threads per core: 2
<6>[ 0.064323] CPU topo: Num. cores per package: 4
<6>[ 0.064324] CPU topo: Num. threads per package: 8
<6>[ 0.064325] CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
<6>[ 0.064341] [mem 0x69800000-0xfe00ffff] available for PCI devices
<6>[ 0.064343] Booting paravirtualized kernel on bare hardware
<6>[ 0.064346] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
<6>[ 0.077669] setup_percpu: NR_CPUS:32 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
<6>[ 0.078148] percpu: Embedded 58 pages/cpu s199448 r8192 d29928 u262144
<7>[ 0.078155] pcpu-alloc: s199448 r8192 d29928 u262144 alloc=1*2097152
<7>[ 0.078159] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
<5>[ 0.078183] Kernel command line: memmap=0x2000000$0x188000000 ramoops.mem_address=0x188000000 ramoops.mem_size=0x2000000 ramoops.ecc=1 ramoops.record_size=0x200000 ramoops.console_size=0 ramoops.ftrace_size=0 ramoops.pmsg_size=0 mitigations=auto nosmt dummy_hcd.is_super_speed=true g_mass_storage.idVendor=0x22e0 g_mass_storage.idProduct=0x0300 g_mass_storage.iManufacturer=Secunet g_mass_storage.iProduct="SINA Virtual USB Stick" g_mass_storage.removable=1 g_mass_storage.nofua=1 BOOT_IMAGE=/isolinux/bzImage no-kvmclock loglevel=1 intel_iommu=on,igfx_off
<6>[ 0.078339] DMAR: IOMMU enabled
<6>[ 0.078340] DMAR: Disable GFX device mapping
<5>[ 0.078344] Unknown kernel command line parameters "BOOT_IMAGE=/isolinux/bzImage", will be passed to user space.
<5>[ 0.078398] random: crng init done
<6>[ 0.082369] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
<6>[ 0.084340] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
<6>[ 0.084478] Built 1 zonelists, mobility grouping on. Total pages: 6227401
<6>[ 0.084481] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
<6>[ 0.084489] software IO TLB: area num 8.
<6>[ 0.159181] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
<6>[ 0.159215] ftrace: allocating 63236 entries in 248 pages
<6>[ 0.175750] ftrace: allocated 248 pages with 5 groups
<6>[ 0.177226] Dynamic Preempt: voluntary
<6>[ 0.177274] rcu: Preemptible hierarchical RCU implementation.
<6>[ 0.177275] rcu: RCU event tracing is enabled.
<6>[ 0.177276] rcu: RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=8.
<6>[ 0.177278] Trampoline variant of Tasks RCU enabled.
<6>[ 0.177279] Rude variant of Tasks RCU enabled.
<6>[ 0.177279] Tracing variant of Tasks RCU enabled.
<6>[ 0.177280] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
<6>[ 0.177281] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
<6>[ 0.177291] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
<6>[ 0.177294] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
<6>[ 0.177304] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
<6>[ 0.184046] NR_IRQS: 4352, nr_irqs: 2048, preallocated irqs: 16
<6>[ 0.184357] rcu: srcu_init: Setting srcu_struct sizes based on contention.
<6>[ 0.184660] Console: colour dummy device 80x25
<6>[ 0.184664] printk: legacy console [tty0] enabled
<6>[ 0.184708] ACPI: Core revision 20240827
<6>[ 0.185014] hpet: HPET dysfunctional in PC10. Force disabled.
<6>[ 0.185072] APIC: Switch to symmetric I/O mode setup
<6>[ 0.185074] DMAR: Host address width 39
<6>[ 0.185076] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
<6>[ 0.185086] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
<6>[ 0.185090] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
<6>[ 0.185096] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
<6>[ 0.185099] DMAR: RMRR base: 0x0000006217f000 end: 0x0000006219efff
<6>[ 0.185102] DMAR: RMRR base: 0x00000065000000 end: 0x000000697fffff
<6>[ 0.185105] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
<6>[ 0.185108] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
<6>[ 0.185110] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
<6>[ 0.187871] DMAR-IR: Enabled IRQ remapping in x2apic mode
<6>[ 0.187874] x2apic enabled
<6>[ 0.187976] APIC: Switched APIC routing to: cluster x2apic
<6>[ 0.194809] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39a8208cdd2, max_idle_ns: 881590748921 ns
<6>[ 0.194818] Calibrating delay loop (skipped), value calculated using timer frequency.. 3999.93 BogoMIPS (lpj=1999968)
<6>[ 0.194863] CPU0: Thermal monitoring enabled (TM1)
<6>[ 0.194939] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
<6>[ 0.194941] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
<6>[ 0.194948] process: using mwait in idle threads
<6>[ 0.194951] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
<6>[ 0.194957] Spectre V2 : Mitigation: IBRS
<6>[ 0.194958] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
<6>[ 0.194960] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
<6>[ 0.194961] RETBleed: Mitigation: IBRS
<6>[ 0.194965] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
<6>[ 0.194967] Spectre V2 : User space: Mitigation: STIBP via prctl
<6>[ 0.194972] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
<6>[ 0.194983] MDS: Mitigation: Clear CPU buffers
<6>[ 0.194985] MMIO Stale Data: Mitigation: Clear CPU buffers
<6>[ 0.194992] SRBDS: Mitigation: Microcode
<6>[ 0.195003] GDS: Mitigation: Microcode
<6>[ 0.195011] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
<6>[ 0.195013] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
<6>[ 0.195015] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
<6>[ 0.195017] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
<6>[ 0.195019] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
<6>[ 0.195022] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
<6>[ 0.195025] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
<6>[ 0.195027] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
<6>[ 0.195030] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
<6>[ 0.195815] Freeing SMP alternatives memory: 48K
<6>[ 0.195815] pid_max: default: 32768 minimum: 301
<6>[ 0.195815] LSM: initializing lsm=capability
<6>[ 0.195815] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
<6>[ 0.195815] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
<6>[ 0.195815] smpboot: CPU0: Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xb)
<6>[ 0.195815] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
<6>[ 0.195815] ... version: 4
<6>[ 0.195815] ... bit width: 48
<6>[ 0.195815] ... generic registers: 4
<6>[ 0.195815] ... value mask: 0000ffffffffffff
<6>[ 0.195815] ... max period: 00007fffffffffff
<6>[ 0.195815] ... fixed-purpose events: 3
<6>[ 0.195815] ... event mask: 000000070000000f
<6>[ 0.195815] signal: max sigframe size: 1616
<6>[ 0.195815] Estimated ratio of average max frequency by base frequency (times 1024): 2099
<6>[ 0.197874] rcu: Hierarchical SRCU implementation.
<6>[ 0.197876] rcu: Max phase no-delay instances is 400.
<6>[ 0.197933] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
<6>[ 0.199719] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
<6>[ 0.199833] smp: Bringing up secondary CPUs ...
<6>[ 0.203903] smpboot: x86: Booting SMP configuration:
<6>[ 0.203906] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
<6>[ 0.222403] smp: Brought up 1 node, 4 CPUs
<6>[ 0.222411] smpboot: Total of 4 processors activated (15999.74 BogoMIPS)
<6>[ 0.222878] Memory: 24283688K/24909604K available (22528K kernel code, 9449K rwdata, 9360K rodata, 3776K init, 2752K bss, 612060K reserved, 0K cma-reserved)
<6>[ 0.223489] devtmpfs: initialized
<6>[ 0.224244] ACPI: PM: Registering ACPI NVS region [mem 0x621c2000-0x623a9fff] (1998848 bytes)
<6>[ 0.224244] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
<6>[ 0.224244] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
<6>[ 0.224244] pinctrl core: initialized pinctrl subsystem
<6>[ 0.224289] PM: RTC time: 08:38:44, date: 2025-02-20
<6>[ 0.225295] NET: Registered PF_NETLINK/PF_ROUTE protocol family
<6>[ 0.225571] ramoops: using module parameters
<6>[ 0.226760] pstore: Using crash dump compression: deflate
<6>[ 0.226763] pstore: Registered ramoops as persistent store backend
<6>[ 0.226765] ramoops: using 0x2000000@0x188000000, ecc: 16
<6>[ 0.226863] thermal_sys: Registered thermal governor 'step_wise'
<6>[ 0.226865] thermal_sys: Registered thermal governor 'user_space'
<6>[ 0.226881] cpuidle: using governor menu
<6>[ 0.226962] Simple Boot Flag at 0x47 set to 0x1
<6>[ 0.226962] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
<6>[ 0.226962] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
<6>[ 0.227135] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
<6>[ 0.227156] PCI: Using configuration type 1 for base access
<6>[ 0.227264] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
<6>[ 0.227881] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
<6>[ 0.227881] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
<6>[ 0.227947] ACPI: Added _OSI(Module Device)
<6>[ 0.227947] ACPI: Added _OSI(Processor Device)
<6>[ 0.227947] ACPI: Added _OSI(3.0 _SCP Extensions)
<6>[ 0.227947] ACPI: Added _OSI(Processor Aggregator Device)
<6>[ 0.294737] ACPI: 10 ACPI AML tables successfully acquired and loaded
<6>[ 0.297219] ACPI: EC: EC started
<6>[ 0.297221] ACPI: EC: interrupt blocked
<6>[ 0.299118] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
<6>[ 0.299121] ACPI: EC: Boot ECDT EC used to handle transactions
<5>[ 0.301920] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
<6>[ 0.367601] ACPI: Dynamic OEM Table Load:
<6>[ 0.367617] ACPI: SSDT 0xFFFF982CC0F7BC00 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
<6>[ 0.370178] ACPI: Dynamic OEM Table Load:
<6>[ 0.370192] ACPI: SSDT 0xFFFF982CC1E45800 0005BE (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
<6>[ 0.372789] ACPI: Dynamic OEM Table Load:
<6>[ 0.372801] ACPI: SSDT 0xFFFF982CC0F64900 0000F4 (v02 PmRef Cpu0Psd 00003000 INTL 20160527)
<6>[ 0.375250] ACPI: Dynamic OEM Table Load:
<6>[ 0.375261] ACPI: SSDT 0xFFFF982CC1E03A00 000149 (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
<6>[ 0.377708] ACPI: Dynamic OEM Table Load:
<6>[ 0.377721] ACPI: SSDT 0xFFFF982CC1E46000 000724 (v02 PmRef HwpLvt 00003000 INTL 20160527)
<6>[ 0.380467] ACPI: Dynamic OEM Table Load:
<6>[ 0.380480] ACPI: SSDT 0xFFFF982CC1E47800 0005FC (v02 PmRef ApIst 00003000 INTL 20160527)
<6>[ 0.383156] ACPI: Dynamic OEM Table Load:
<6>[ 0.383168] ACPI: SSDT 0xFFFF982CC0F7C000 000317 (v02 PmRef ApHwp 00003000 INTL 20160527)
<6>[ 0.385847] ACPI: Dynamic OEM Table Load:
<6>[ 0.385869] ACPI: SSDT 0xFFFF982CC0F84000 000AB0 (v02 PmRef ApPsd 00003000 INTL 20160527)
<6>[ 0.389236] ACPI: Dynamic OEM Table Load:
<6>[ 0.389249] ACPI: SSDT 0xFFFF982CC0F7C400 00030A (v02 PmRef ApCst 00003000 INTL 20160527)
<6>[ 0.394997] ACPI: Interpreter enabled
<6>[ 0.395053] ACPI: PM: (supports S0 S3 S5)
<6>[ 0.395056] ACPI: Using IOAPIC for interrupt routing
<6>[ 0.395108] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
<6>[ 0.395111] PCI: Using E820 reservations for host bridge windows
<6>[ 0.395791] ACPI: Enabled 8 GPEs in block 00 to 7F
<6>[ 0.403652] ACPI: \_SB_.PCI0.XHC_.PUBS: New power resource
<6>[ 0.406964] ACPI: \_SB_.PCI0.XDCI.USBC: New power resource
<6>[ 0.411851] ACPI: \_SB_.PCI0.RP07.PXP_: New power resource
<6>[ 0.419608] ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource
<6>[ 0.419885] ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource
<6>[ 0.420151] ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource
<6>[ 0.428260] ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
<6>[ 0.433740] ACPI: \PIN_: New power resource
<6>[ 0.433785] ACPI: \PINP: New power resource
<6>[ 0.434788] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
<6>[ 0.434798] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
<6>[ 0.434939] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME PCIeCapability]
<6>[ 0.435063] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
<6>[ 0.435067] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME PCIeCapability LTR]
<6>[ 0.435070] acpi PNP0A08:00: _OSC: platform willing to grant [LTR]
<6>[ 0.435073] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_SUPPORT)
<6>[ 0.437500] PCI host bridge to bus 0000:00
<6>[ 0.437507] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
<6>[ 0.437512] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
<6>[ 0.437516] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
<6>[ 0.437519] pci_bus 0000:00: root bus resource [mem 0x69800000-0xdfffffff window]
<6>[ 0.437522] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
<6>[ 0.437525] pci_bus 0000:00: root bus resource [bus 00-fe]
<6>[ 0.437563] pci 0000:00:00.0: [8086:3e34] type 00 class 0x060000 conventional PCI endpoint
<6>[ 0.437697] pci 0000:00:02.0: [8086:3ea0] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
<6>[ 0.437713] pci 0000:00:02.0: BAR 0 [mem 0xdb000000-0xdbffffff 64bit]
<6>[ 0.437723] pci 0000:00:02.0: BAR 2 [mem 0x80000000-0x9fffffff 64bit pref]
<6>[ 0.437731] pci 0000:00:02.0: BAR 4 [io 0x3000-0x303f]
<6>[ 0.437760] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
<6>[ 0.438044] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
<6>[ 0.438061] pci 0000:00:04.0: BAR 0 [mem 0xdd730000-0xdd737fff 64bit]
<6>[ 0.438402] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 conventional PCI endpoint
<6>[ 0.438419] pci 0000:00:08.0: BAR 0 [mem 0xdd742000-0xdd742fff 64bit]
<6>[ 0.438578] pci 0000:00:12.0: [8086:9df9] type 00 class 0x118000 conventional PCI endpoint
<6>[ 0.438600] pci 0000:00:12.0: BAR 0 [mem 0xdd743000-0xdd743fff 64bit]
<6>[ 0.438796] pci 0000:00:14.0: [8086:9ded] type 00 class 0x0c0330 conventional PCI endpoint
<6>[ 0.438818] pci 0000:00:14.0: BAR 0 [mem 0xdd720000-0xdd72ffff 64bit]
<6>[ 0.438898] pci 0000:00:14.0: PME# supported from D3hot D3cold
<6>[ 0.439383] pci 0000:00:14.2: [8086:9def] type 00 class 0x050000 conventional PCI endpoint
<6>[ 0.439406] pci 0000:00:14.2: BAR 0 [mem 0xdd740000-0xdd741fff 64bit]
<6>[ 0.439420] pci 0000:00:14.2: BAR 2 [mem 0xdd744000-0xdd744fff 64bit]
<6>[ 0.439647] pci 0000:00:14.3: [8086:9df0] type 00 class 0x028000 PCIe Root Complex Integrated Endpoint
<6>[ 0.439763] pci 0000:00:14.3: BAR 0 [mem 0xdd738000-0xdd73bfff 64bit]
<6>[ 0.440313] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
<6>[ 0.440702] pci 0000:00:15.0: [8086:9de8] type 00 class 0x0c8000 conventional PCI endpoint
<6>[ 0.440751] pci 0000:00:15.0: BAR 0 [mem 0xdd745000-0xdd745fff 64bit]
<6>[ 0.441261] pci 0000:00:16.0: [8086:9de0] type 00 class 0x078000 conventional PCI endpoint
<6>[ 0.441287] pci 0000:00:16.0: BAR 0 [mem 0xdd746000-0xdd746fff 64bit]
<6>[ 0.441377] pci 0000:00:16.0: PME# supported from D3hot
<6>[ 0.441912] pci 0000:00:1c.0: [8086:9db8] type 01 class 0x060400 PCIe Root Port
<6>[ 0.441942] pci 0000:00:1c.0: PCI bridge to [bus 01]
<6>[ 0.441949] pci 0000:00:1c.0: bridge window [mem 0xdd600000-0xdd6fffff]
<6>[ 0.442034] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
<6>[ 0.442825] pci 0000:00:1c.4: [8086:9dbc] type 01 class 0x060400 PCIe Root Port
<6>[ 0.442855] pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
<6>[ 0.442863] pci 0000:00:1c.4: bridge window [mem 0xc4000000-0xda0fffff]
<6>[ 0.442874] pci 0000:00:1c.4: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 0.442949] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
<6>[ 0.443722] pci 0000:00:1d.0: [8086:9db0] type 01 class 0x060400 PCIe Root Port
<6>[ 0.443760] pci 0000:00:1d.0: PCI bridge to [bus 3c]
<6>[ 0.443766] pci 0000:00:1d.0: bridge window [io 0x2000-0x2fff]
<6>[ 0.443771] pci 0000:00:1d.0: bridge window [mem 0xdcc00000-0xdd5fffff]
<6>[ 0.443783] pci 0000:00:1d.0: bridge window [mem 0xdc000000-0xdc9fffff 64bit pref]
<6>[ 0.443849] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
<6>[ 0.444593] pci 0000:00:1d.4: [8086:9db4] type 01 class 0x060400 PCIe Root Port
<6>[ 0.444622] pci 0000:00:1d.4: PCI bridge to [bus 3d]
<6>[ 0.444630] pci 0000:00:1d.4: bridge window [mem 0xdcb00000-0xdcbfffff]
<6>[ 0.444713] pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
<6>[ 0.445503] pci 0000:00:1f.0: [8086:9d84] type 00 class 0x060100 conventional PCI endpoint
<6>[ 0.446094] pci 0000:00:1f.3: [8086:9dc8] type 00 class 0x040380 conventional PCI endpoint
<6>[ 0.446154] pci 0000:00:1f.3: BAR 0 [mem 0xdd73c000-0xdd73ffff 64bit]
<6>[ 0.446239] pci 0000:00:1f.3: BAR 4 [mem 0xdca00000-0xdcafffff 64bit]
<6>[ 0.446376] pci 0000:00:1f.3: PME# supported from D3hot D3cold
<6>[ 0.447147] pci 0000:00:1f.4: [8086:9da3] type 00 class 0x0c0500 conventional PCI endpoint
<6>[ 0.447175] pci 0000:00:1f.4: BAR 0 [mem 0xdd747000-0xdd7470ff 64bit]
<6>[ 0.447202] pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
<6>[ 0.447516] pci 0000:00:1f.5: [8086:9da4] type 00 class 0x0c8000 conventional PCI endpoint
<6>[ 0.447536] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
<6>[ 0.447703] pci 0000:00:1f.6: [8086:15be] type 00 class 0x020000 conventional PCI endpoint
<6>[ 0.447749] pci 0000:00:1f.6: BAR 0 [mem 0xdd700000-0xdd71ffff]
<6>[ 0.447984] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
<6>[ 0.448191] pci 0000:01:00.0: [10ec:522a] type 00 class 0xff0000 PCIe Endpoint
<6>[ 0.448217] pci 0000:01:00.0: BAR 0 [mem 0xdd600000-0xdd600fff]
<6>[ 0.448402] pci 0000:01:00.0: supports D1 D2
<6>[ 0.448405] pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
<6>[ 0.448694] pci 0000:00:1c.0: PCI bridge to [bus 01]
<6>[ 0.448794] pci 0000:02:00.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Upstream Port
<6>[ 0.448835] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
<6>[ 0.448847] pci 0000:02:00.0: bridge window [mem 0xc4000000-0xda0fffff]
<6>[ 0.448862] pci 0000:02:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 0.448880] pci 0000:02:00.0: enabling Extended Tags
<6>[ 0.448990] pci 0000:02:00.0: supports D1 D2
<6>[ 0.448993] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 0.449213] pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
<6>[ 0.449313] pci 0000:03:00.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
<6>[ 0.449356] pci 0000:03:00.0: PCI bridge to [bus 04]
<6>[ 0.449368] pci 0000:03:00.0: bridge window [mem 0xda000000-0xda0fffff]
<6>[ 0.449400] pci 0000:03:00.0: enabling Extended Tags
<6>[ 0.449511] pci 0000:03:00.0: supports D1 D2
<6>[ 0.449513] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 0.449691] pci 0000:03:01.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
<6>[ 0.449734] pci 0000:03:01.0: PCI bridge to [bus 05-39]
<6>[ 0.449746] pci 0000:03:01.0: bridge window [mem 0xc4000000-0xd9efffff]
<6>[ 0.449762] pci 0000:03:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 0.449781] pci 0000:03:01.0: enabling Extended Tags
<6>[ 0.449895] pci 0000:03:01.0: supports D1 D2
<6>[ 0.449897] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 0.450072] pci 0000:03:02.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
<6>[ 0.450114] pci 0000:03:02.0: PCI bridge to [bus 3a]
<6>[ 0.450127] pci 0000:03:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
<6>[ 0.450159] pci 0000:03:02.0: enabling Extended Tags
<6>[ 0.450271] pci 0000:03:02.0: supports D1 D2
<6>[ 0.450274] pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 0.450494] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
<6>[ 0.450562] pci 0000:03:00.0: PCI bridge to [bus 04]
<6>[ 0.450633] pci 0000:03:01.0: PCI bridge to [bus 05-39]
<6>[ 0.450749] pci 0000:3a:00.0: [8086:15c1] type 00 class 0x0c0330 PCIe Endpoint
<6>[ 0.450776] pci 0000:3a:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
<6>[ 0.450865] pci 0000:3a:00.0: enabling Extended Tags
<6>[ 0.451005] pci 0000:3a:00.0: supports D1 D2
<6>[ 0.451007] pci 0000:3a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 0.451076] pci 0000:3a:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:03:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
<6>[ 0.451286] pci 0000:03:02.0: PCI bridge to [bus 3a]
<6>[ 0.451405] pci 0000:00:1d.0: PCI bridge to [bus 3c]
<6>[ 0.451487] pci 0000:3d:00.0: [15b7:5002] type 00 class 0x010802 PCIe Endpoint
<6>[ 0.451513] pci 0000:3d:00.0: BAR 0 [mem 0xdcb00000-0xdcb03fff 64bit]
<6>[ 0.451549] pci 0000:3d:00.0: BAR 4 [mem 0xdcb04000-0xdcb040ff 64bit]
<6>[ 0.451844] pci 0000:00:1d.4: PCI bridge to [bus 3d]
<7>[ 0.451882] pci_bus 0000:00: on NUMA node 0
<6>[ 0.456635] ACPI: EC: interrupt unblocked
<6>[ 0.456638] ACPI: EC: event unblocked
<6>[ 0.456649] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
<6>[ 0.456652] ACPI: EC: GPE=0x16
<6>[ 0.456655] ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
<6>[ 0.456658] ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
<6>[ 0.456756] iommu: Default domain type: Translated
<6>[ 0.456758] iommu: DMA domain TLB invalidation policy: lazy mode
<5>[ 0.456869] SCSI subsystem initialized
<7>[ 0.456880] libata version 3.00 loaded.
<6>[ 0.456880] ACPI: bus type USB registered
<6>[ 0.456880] usbcore: registered new interface driver usbfs
<6>[ 0.456888] usbcore: registered new interface driver hub
<6>[ 0.456898] usbcore: registered new device driver usb
<6>[ 0.456943] pps_core: LinuxPPS API ver. 1 registered
<6>[ 0.456945] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
<6>[ 0.456950] PTP clock support registered
<6>[ 0.457018] Advanced Linux Sound Architecture Driver Initialized.
<6>[ 0.457398] PCI: Using ACPI for IRQ routing
<7>[ 0.493869] PCI: pci_cache_line_size set to 64 bytes
<7>[ 0.493995] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
<7>[ 0.493999] e820: reserve RAM buffer [mem 0x5de2a000-0x5fffffff]
<7>[ 0.494002] e820: reserve RAM buffer [mem 0x62410000-0x63ffffff]
<7>[ 0.494004] e820: reserve RAM buffer [mem 0x694800000-0x697ffffff]
<6>[ 0.494026] pci 0000:00:02.0: vgaarb: setting as boot VGA device
<6>[ 0.494026] pci 0000:00:02.0: vgaarb: bridge control possible
<6>[ 0.494026] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
<6>[ 0.494026] vgaarb: loaded
<6>[ 0.495106] clocksource: Switched to clocksource tsc-early
<6>[ 0.495870] pnp: PnP ACPI init
<6>[ 0.495992] system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
<6>[ 0.496386] system 00:01: [io 0x1800-0x18fe] has been reserved
<6>[ 0.496392] system 00:01: [mem 0xfd000000-0xfd69ffff] has been reserved
<6>[ 0.496395] system 00:01: [mem 0xfd6b0000-0xfd6cffff] has been reserved
<6>[ 0.496398] system 00:01: [mem 0xfd6f0000-0xfdffffff] has been reserved
<6>[ 0.496401] system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
<6>[ 0.496404] system 00:01: [mem 0xfe200000-0xfe7fffff] has been reserved
<6>[ 0.496407] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
<6>[ 0.496783] system 00:02: [io 0xff00-0xfffe] has been reserved
<6>[ 0.497296] system 00:03: [io 0x0680-0x069f] has been reserved
<6>[ 0.497300] system 00:03: [io 0x164e-0x164f] has been reserved
<6>[ 0.497484] system 00:05: [io 0x1854-0x1857] has been reserved
<6>[ 0.497645] system 00:08: [io 0x1800-0x189f] could not be reserved
<6>[ 0.497649] system 00:08: [io 0x0800-0x087f] has been reserved
<6>[ 0.497652] system 00:08: [io 0x0880-0x08ff] has been reserved
<6>[ 0.497655] system 00:08: [io 0x0900-0x097f] has been reserved
<6>[ 0.497658] system 00:08: [io 0x0980-0x09ff] has been reserved
<6>[ 0.497660] system 00:08: [io 0x0a00-0x0a7f] has been reserved
<6>[ 0.497663] system 00:08: [io 0x0a80-0x0aff] has been reserved
<6>[ 0.497666] system 00:08: [io 0x0b00-0x0b7f] has been reserved
<6>[ 0.497669] system 00:08: [io 0x0b80-0x0bff] has been reserved
<6>[ 0.497671] system 00:08: [io 0x15e0-0x15ef] has been reserved
<6>[ 0.497674] system 00:08: [io 0x1600-0x167f] could not be reserved
<6>[ 0.497677] system 00:08: [io 0x1640-0x165f] could not be reserved
<6>[ 0.497680] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
<6>[ 0.497684] system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved
<6>[ 0.497687] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
<6>[ 0.497690] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
<6>[ 0.497693] system 00:08: [mem 0xfeb00000-0xfebfffff] has been reserved
<6>[ 0.497695] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
<6>[ 0.497699] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
<6>[ 0.502786] system 00:0a: [mem 0xfed10000-0xfed17fff] could not be reserved
<6>[ 0.502791] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
<6>[ 0.502794] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
<6>[ 0.502797] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
<6>[ 0.502800] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
<6>[ 0.502803] system 00:0a: [mem 0xfed90000-0xfed93fff] could not be reserved
<6>[ 0.502806] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
<6>[ 0.502809] system 00:0a: [mem 0xfee00000-0xfeefffff] has been reserved
<4>[ 0.503771] pnp 00:0b: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
<4>[ 0.503778] pnp 00:0b: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
<4>[ 0.503782] pnp 00:0b: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
<4>[ 0.503785] pnp 00:0b: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
<6>[ 0.503847] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
<6>[ 0.503851] system 00:0b: [mem 0x000e0000-0x000e3fff] could not be reserved
<6>[ 0.503854] system 00:0b: [mem 0x000e8000-0x000ebfff] could not be reserved
<6>[ 0.503857] system 00:0b: [mem 0x000f0000-0x000fffff] could not be reserved
<6>[ 0.503860] system 00:0b: [mem 0x00100000-0x697fffff] could not be reserved
<6>[ 0.503863] system 00:0b: [mem 0xfec00000-0xfed3ffff] could not be reserved
<6>[ 0.503866] system 00:0b: [mem 0xfed4c000-0xffffffff] could not be reserved
<6>[ 0.504817] pnp: PnP ACPI: found 12 devices
<6>[ 0.546569] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
<6>[ 0.546672] NET: Registered PF_INET protocol family
<6>[ 0.546882] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
<6>[ 0.551503] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
<6>[ 0.551558] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
<6>[ 0.551575] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
<6>[ 0.551921] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
<6>[ 0.552346] TCP: Hash tables configured (established 262144 bind 65536)
<6>[ 0.552377] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
<6>[ 0.552456] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
<6>[ 0.552561] NET: Registered PF_UNIX/PF_LOCAL protocol family
<6>[ 0.553234] pci 0000:03:01.0: bridge window [io 0x1000-0x0fff] to [bus 05-39] add_size 1000
<6>[ 0.553247] pci 0000:02:00.0: bridge window [io 0x1000-0x0fff] to [bus 03-3a] add_size 1000
<6>[ 0.553252] pci 0000:00:1c.4: bridge window [io 0x1000-0x0fff] to [bus 02-3a] add_size 2000
<6>[ 0.553264] pci 0000:00:1c.4: bridge window [io 0x4000-0x5fff]: assigned
<6>[ 0.553269] pci 0000:00:1c.0: PCI bridge to [bus 01]
<6>[ 0.553275] pci 0000:00:1c.0: bridge window [mem 0xdd600000-0xdd6fffff]
<6>[ 0.553285] pci 0000:02:00.0: bridge window [io 0x4000-0x4fff]: assigned
<6>[ 0.553289] pci 0000:03:01.0: bridge window [io 0x4000-0x4fff]: assigned
<6>[ 0.553292] pci 0000:03:00.0: PCI bridge to [bus 04]
<6>[ 0.553300] pci 0000:03:00.0: bridge window [mem 0xda000000-0xda0fffff]
<6>[ 0.553311] pci 0000:03:01.0: PCI bridge to [bus 05-39]
<6>[ 0.553315] pci 0000:03:01.0: bridge window [io 0x4000-0x4fff]
<6>[ 0.553322] pci 0000:03:01.0: bridge window [mem 0xc4000000-0xd9efffff]
<6>[ 0.553328] pci 0000:03:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 0.553337] pci 0000:03:02.0: PCI bridge to [bus 3a]
<6>[ 0.553343] pci 0000:03:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
<6>[ 0.553354] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
<6>[ 0.553358] pci 0000:02:00.0: bridge window [io 0x4000-0x4fff]
<6>[ 0.553365] pci 0000:02:00.0: bridge window [mem 0xc4000000-0xda0fffff]
<6>[ 0.553370] pci 0000:02:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 0.553379] pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
<6>[ 0.553382] pci 0000:00:1c.4: bridge window [io 0x4000-0x5fff]
<6>[ 0.553387] pci 0000:00:1c.4: bridge window [mem 0xc4000000-0xda0fffff]
<6>[ 0.553392] pci 0000:00:1c.4: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 0.553398] pci 0000:00:1d.0: PCI bridge to [bus 3c]
<6>[ 0.553403] pci 0000:00:1d.0: bridge window [io 0x2000-0x2fff]
<6>[ 0.553408] pci 0000:00:1d.0: bridge window [mem 0xdcc00000-0xdd5fffff]
<6>[ 0.553413] pci 0000:00:1d.0: bridge window [mem 0xdc000000-0xdc9fffff 64bit pref]
<6>[ 0.553420] pci 0000:00:1d.4: PCI bridge to [bus 3d]
<6>[ 0.553425] pci 0000:00:1d.4: bridge window [mem 0xdcb00000-0xdcbfffff]
<6>[ 0.553434] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
<6>[ 0.553437] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
<6>[ 0.553440] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
<6>[ 0.553443] pci_bus 0000:00: resource 7 [mem 0x69800000-0xdfffffff window]
<6>[ 0.553445] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
<6>[ 0.553448] pci_bus 0000:01: resource 1 [mem 0xdd600000-0xdd6fffff]
<6>[ 0.553451] pci_bus 0000:02: resource 0 [io 0x4000-0x5fff]
<6>[ 0.553454] pci_bus 0000:02: resource 1 [mem 0xc4000000-0xda0fffff]
<6>[ 0.553456] pci_bus 0000:02: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 0.553459] pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
<6>[ 0.553462] pci_bus 0000:03: resource 1 [mem 0xc4000000-0xda0fffff]
<6>[ 0.553464] pci_bus 0000:03: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 0.553467] pci_bus 0000:04: resource 1 [mem 0xda000000-0xda0fffff]
<6>[ 0.553470] pci_bus 0000:05: resource 0 [io 0x4000-0x4fff]
<6>[ 0.553473] pci_bus 0000:05: resource 1 [mem 0xc4000000-0xd9efffff]
<6>[ 0.553475] pci_bus 0000:05: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 0.553479] pci_bus 0000:3a: resource 1 [mem 0xd9f00000-0xd9ffffff]
<6>[ 0.553482] pci_bus 0000:3c: resource 0 [io 0x2000-0x2fff]
<6>[ 0.553484] pci_bus 0000:3c: resource 1 [mem 0xdcc00000-0xdd5fffff]
<6>[ 0.553487] pci_bus 0000:3c: resource 2 [mem 0xdc000000-0xdc9fffff 64bit pref]
<6>[ 0.553490] pci_bus 0000:3d: resource 1 [mem 0xdcb00000-0xdcbfffff]
<6>[ 0.554282] pci 0000:02:00.0: enabling device (0006 -> 0007)
<6>[ 0.554630] PCI: CLS 128 bytes, default 64
<6>[ 0.554681] DMAR: No ATSR found
<6>[ 0.554683] DMAR: No SATC found
<6>[ 0.554686] DMAR: dmar1: Using Queued invalidation
<6>[ 0.554709] Unpacking initramfs...
<6>[ 0.554780] pci 0000:00:00.0: Adding to iommu group 0
<6>[ 0.554799] pci 0000:00:04.0: Adding to iommu group 1
<6>[ 0.554817] pci 0000:00:08.0: Adding to iommu group 2
<6>[ 0.554843] pci 0000:00:12.0: Adding to iommu group 3
<6>[ 0.554873] pci 0000:00:14.0: Adding to iommu group 4
<6>[ 0.554888] pci 0000:00:14.2: Adding to iommu group 4
<6>[ 0.554905] pci 0000:00:14.3: Adding to iommu group 5
<6>[ 0.554927] pci 0000:00:15.0: Adding to iommu group 6
<6>[ 0.554949] pci 0000:00:16.0: Adding to iommu group 7
<6>[ 0.554968] pci 0000:00:1c.0: Adding to iommu group 8
<6>[ 0.554986] pci 0000:00:1c.4: Adding to iommu group 9
<6>[ 0.555011] pci 0000:00:1d.0: Adding to iommu group 10
<6>[ 0.555030] pci 0000:00:1d.4: Adding to iommu group 11
<6>[ 0.555080] pci 0000:00:1f.0: Adding to iommu group 12
<6>[ 0.555096] pci 0000:00:1f.3: Adding to iommu group 12
<6>[ 0.555113] pci 0000:00:1f.4: Adding to iommu group 12
<6>[ 0.555130] pci 0000:00:1f.5: Adding to iommu group 12
<6>[ 0.555147] pci 0000:00:1f.6: Adding to iommu group 12
<6>[ 0.555165] pci 0000:01:00.0: Adding to iommu group 13
<6>[ 0.555185] pci 0000:02:00.0: Adding to iommu group 14
<6>[ 0.555203] pci 0000:03:00.0: Adding to iommu group 15
<6>[ 0.555223] pci 0000:03:01.0: Adding to iommu group 16
<6>[ 0.555250] pci 0000:03:02.0: Adding to iommu group 17
<6>[ 0.555258] pci 0000:3a:00.0: Adding to iommu group 17
<6>[ 0.555281] pci 0000:3d:00.0: Adding to iommu group 18
<6>[ 0.556692] DMAR: Intel(R) Virtualization Technology for Directed I/O
<6>[ 0.556694] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
<6>[ 0.556696] software IO TLB: mapped [mem 0x00000000570a4000-0x000000005b0a4000] (64MB)
<6>[ 0.556705] ACPI: bus type thunderbolt registered
<6>[ 0.557258] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
<6>[ 0.557261] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
<6>[ 0.557263] RAPL PMU: hw unit of domain package 2^-14 Joules
<6>[ 0.557265] RAPL PMU: hw unit of domain dram 2^-14 Joules
<6>[ 0.557267] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
<6>[ 0.557269] RAPL PMU: hw unit of domain psys 2^-14 Joules
<4>[ 0.557392] resource: resource sanity check: requesting [mem 0x00000000fed10000-0x00000000fed15fff], which spans more than pnp 00:08 [mem 0xfed10000-0xfed13fff]
<4>[ 0.557397] caller snb_uncore_imc_init_box+0x84/0xe0 mapping multiple BARs
<5>[ 0.558431] Initialise system trusted keyrings
<6>[ 0.558486] workingset: timestamp_bits=62 max_order=23 bucket_order=0
<7>[ 0.558522] pci_bus 0000:03: Allocating resources
<6>[ 0.558544] pci 0000:03:00.0: PCI bridge to [bus 04]
<6>[ 0.558555] pci 0000:03:00.0: bridge window [mem 0xda000000-0xda0fffff]
<6>[ 0.558568] pci 0000:03:01.0: PCI bridge to [bus 05-39]
<6>[ 0.558572] pci 0000:03:01.0: bridge window [io 0x4000-0x4fff]
<6>[ 0.558577] squashfs: version 4.0 (2009/01/31) Phillip Lougher
<6>[ 0.558579] pci 0000:03:01.0: bridge window [mem 0xc4000000-0xd9efffff]
<6>[ 0.558585] pci 0000:03:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 0.558592] 9p: Installing v9fs 9p2000 file system support
<5>[ 0.581204] Key type asymmetric registered
<5>[ 0.581207] Asymmetric key parser 'x509' registered
<6>[ 0.581223] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
<6>[ 0.581226] io scheduler mq-deadline registered
<6>[ 0.581229] io scheduler kyber registered
<6>[ 0.582465] pcieport 0000:03:01.0: enabling device (0006 -> 0007)
<6>[ 0.582915] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
<3>[ 0.589029] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
<6>[ 0.590314] ACPI: AC: AC Adapter [AC] (on-line)
<6>[ 0.590422] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
<6>[ 0.590474] ACPI: button: Sleep Button [SLPB]
<6>[ 0.590527] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
<6>[ 0.590565] ACPI: button: Lid Switch [LID]
<6>[ 0.590614] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
<6>[ 0.590655] ACPI: button: Power Button [PWRF]
<6>[ 0.595543] thermal LNXTHERM:00: registered as thermal_zone0
<6>[ 0.595548] ACPI: thermal: Thermal Zone [THM0] (55 C)
<6>[ 0.597468] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
<6>[ 0.598338] Non-volatile memory driver v1.3
<6>[ 0.598429] Linux agpgart interface v0.103
<6>[ 0.598501] ACPI: bus type drm_connector registered
<6>[ 0.598741] i915 0000:00:02.0: enabling device (0006 -> 0007)
<6>[ 0.598922] i915 0000:00:02.0: [drm] Found COFFEELAKE/ULT (device ID 3ea0) display version 9.00 stepping N/A
<6>[ 0.599664] i915 0000:00:02.0: vgaarb: deactivate vga console
<6>[ 0.605142] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=mem
<6>[ 0.626814] ACPI: battery: Slot [BAT0] (battery present)
<6>[ 0.647837] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
<6>[ 0.652441] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
<6>[ 0.652709] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
<6>[ 0.712903] fbcon: i915drmfb (fb0) is primary device
<6>[ 0.729619] Console: switching to colour frame buffer device 240x67
<6>[ 0.748735] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
<6>[ 0.752633] loop: module loaded
<6>[ 0.755199] nvme nvme0: pci function 0000:3d:00.0
<6>[ 0.755532] tun: Universal TUN/TAP device driver, 1.6
<6>[ 0.755696] e100: Intel(R) PRO/100 Network Driver
<6>[ 0.755700] e100: Copyright(c) 1999-2006 Intel Corporation
<6>[ 0.755715] e1000: Intel(R) PRO/1000 Network Driver
<6>[ 0.755717] e1000: Copyright (c) 1999-2006 Intel Corporation.
<6>[ 0.755734] e1000e: Intel(R) PRO/1000 Network Driver
<6>[ 0.755736] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
<6>[ 0.756015] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
<6>[ 0.761852] nvme nvme0: 8/0/0 default/read/poll queues
<6>[ 0.765627] nvme0n1: p3 p5
<6>[ 0.978710] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
<6>[ 1.040558] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 98:fa:9b:22:af:37
<6>[ 1.040565] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
<6>[ 1.040629] e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: 1000FF-0FF
<6>[ 1.040659] Intel(R) 2.5G Ethernet Linux Driver
<6>[ 1.040661] Copyright(c) 2018 Intel Corporation.
<6>[ 1.040681] sky2: driver version 1.30
<6>[ 1.040730] Intel(R) Wireless WiFi driver for Linux
<6>[ 1.040774] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
<6>[ 1.041740] iwlwifi 0000:00:14.3: Detected crf-id 0x2816, cnv-id 0x1000100 wfpm id 0x80000000
<6>[ 1.041753] iwlwifi 0000:00:14.3: PCI dev 9df0/0034, rev=0x312, rfid=0x105110
<6>[ 1.041759] iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9560 160MHz
<6>[ 1.041847] usbcore: registered new device driver r8152-cfgselector
<6>[ 1.041856] usbcore: registered new interface driver r8152
<6>[ 1.041865] usbcore: registered new interface driver asix
<6>[ 1.041872] usbcore: registered new interface driver ax88179_178a
<6>[ 1.041880] usbcore: registered new interface driver cdc_ether
<6>[ 1.041888] usbcore: registered new interface driver net1080
<6>[ 1.041895] usbcore: registered new interface driver zaurus
<6>[ 1.041903] usbcore: registered new interface driver cdc_ncm
<6>[ 1.041910] usbcore: registered new interface driver qmi_wwan
<6>[ 1.041917] usbcore: registered new interface driver cdc_mbim
<6>[ 1.041925] usbcore: registered new interface driver r8153_ecm
<6>[ 1.042327] xhci_hcd 0000:00:14.0: xHCI Host Controller
<6>[ 1.042463] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
<6>[ 1.043637] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
<6>[ 1.043951] xhci_hcd 0000:00:14.0: xHCI Host Controller
<6>[ 1.044067] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
<6>[ 1.044073] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
<6>[ 1.044122] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
<6>[ 1.044127] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 1.044131] usb usb1: Product: xHCI Host Controller
<6>[ 1.044133] usb usb1: Manufacturer: Linux 6.12.12+ xhci-hcd
<6>[ 1.044136] usb usb1: SerialNumber: 0000:00:14.0
<6>[ 1.044359] hub 1-0:1.0: USB hub found
<6>[ 1.044379] hub 1-0:1.0: 12 ports detected
<6>[ 1.047306] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
<6>[ 1.047312] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 1.047315] usb usb2: Product: xHCI Host Controller
<6>[ 1.047318] usb usb2: Manufacturer: Linux 6.12.12+ xhci-hcd
<6>[ 1.047321] usb usb2: SerialNumber: 0000:00:14.0
<6>[ 1.047496] hub 2-0:1.0: USB hub found
<6>[ 1.047511] hub 2-0:1.0: 6 ports detected
<6>[ 1.049299] xhci_hcd 0000:3a:00.0: xHCI Host Controller
<6>[ 1.049398] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 3
<6>[ 1.050611] xhci_hcd 0000:3a:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
<6>[ 1.050946] xhci_hcd 0000:3a:00.0: xHCI Host Controller
<6>[ 1.051034] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 4
<6>[ 1.051038] xhci_hcd 0000:3a:00.0: Host supports USB 3.1 Enhanced SuperSpeed
<6>[ 1.051084] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
<6>[ 1.051089] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 1.051092] usb usb3: Product: xHCI Host Controller
<6>[ 1.051095] usb usb3: Manufacturer: Linux 6.12.12+ xhci-hcd
<6>[ 1.051097] usb usb3: SerialNumber: 0000:3a:00.0
<6>[ 1.051266] hub 3-0:1.0: USB hub found
<6>[ 1.051279] hub 3-0:1.0: 2 ports detected
<6>[ 1.053876] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
<6>[ 1.053881] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 1.053884] usb usb4: Product: xHCI Host Controller
<6>[ 1.053887] usb usb4: Manufacturer: Linux 6.12.12+ xhci-hcd
<6>[ 1.053890] usb usb4: SerialNumber: 0000:3a:00.0
<6>[ 1.054064] hub 4-0:1.0: USB hub found
<6>[ 1.054076] hub 4-0:1.0: 2 ports detected
<6>[ 1.056934] usbcore: registered new interface driver cdc_acm
<6>[ 1.056938] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
<6>[ 1.056949] usbcore: registered new interface driver usblp
<6>[ 1.056962] usbcore: registered new interface driver cdc_wdm
<6>[ 1.057092] usbcore: registered new interface driver uas
<6>[ 1.057119] usbcore: registered new interface driver usb-storage
<6>[ 1.057127] usbcore: registered new interface driver ums-datafab
<6>[ 1.057136] usbcore: registered new interface driver ums-freecom
<6>[ 1.057145] usbcore: registered new interface driver ums-isd200
<6>[ 1.057153] usbcore: registered new interface driver ums-jumpshot
<6>[ 1.057161] usbcore: registered new interface driver ums-sddr09
<6>[ 1.057168] usbcore: registered new interface driver ums-sddr55
<6>[ 1.057176] usbcore: registered new interface driver ums-usbat
<6>[ 1.057185] usbcore: registered new device driver onboard-usb-dev
<6>[ 1.057286] dummy_hcd dummy_hcd.0: USB Host+Gadget Emulator, driver 02 May 2005
<6>[ 1.057290] dummy_hcd dummy_hcd.0: Dummy host controller
<6>[ 1.057381] dummy_hcd dummy_hcd.0: new USB bus registered, assigned bus number 5
<6>[ 1.057421] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
<6>[ 1.057425] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 1.057429] usb usb5: Product: Dummy host controller
<6>[ 1.057431] usb usb5: Manufacturer: Linux 6.12.12+ dummy_hcd
<6>[ 1.057434] usb usb5: SerialNumber: dummy_hcd.0
<6>[ 1.057591] hub 5-0:1.0: USB hub found
<6>[ 1.057599] hub 5-0:1.0: 1 port detected
<6>[ 1.057681] dummy_hcd dummy_hcd.0: Dummy host controller
<6>[ 1.057768] dummy_hcd dummy_hcd.0: new USB bus registered, assigned bus number 6
<6>[ 1.057786] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
<6>[ 1.057815] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
<6>[ 1.057819] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 1.057822] usb usb6: Product: Dummy host controller
<6>[ 1.057824] usb usb6: Manufacturer: Linux 6.12.12+ dummy_hcd
<6>[ 1.057826] usb usb6: SerialNumber: dummy_hcd.0
<6>[ 1.057982] hub 6-0:1.0: USB hub found
<6>[ 1.057990] hub 6-0:1.0: 1 port detected
<6>[ 1.058178] Mass Storage Function, version: 2009/09/11
<6>[ 1.058180] LUN: removable file: (no medium)
<6>[ 1.058197] LUN: removable file: (no medium)
<6>[ 1.058200] Number of LUNs=1
<6>[ 1.058291] g_mass_storage gadget.0: Mass Storage Gadget, version: 2009/09/11
<4>[ 1.058294] g_mass_storage gadget.0: userspace failed to provide iSerialNumber
<6>[ 1.058296] g_mass_storage gadget.0: g_mass_storage ready
<6>[ 1.065116] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
<6>[ 1.069215] serio: i8042 KBD port at 0x60,0x64 irq 1
<6>[ 1.069222] serio: i8042 AUX port at 0x60,0x64 irq 12
<6>[ 1.069644] mousedev: PS/2 mouse device common for all mice
<6>[ 1.070305] rtc_cmos 00:04: RTC can wake from S4
<6>[ 1.073081] rtc_cmos 00:04: registered as rtc0
<6>[ 1.073139] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
<6>[ 1.073839] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
<6>[ 1.074057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
<6>[ 1.074419] i801_smbus 0000:00:1f.4: SPD Write Disable is set
<6>[ 1.074465] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
<6>[ 1.075791] Consider using thermal netlink events interface
<6>[ 1.078113] i2c i2c-7: Successfully instantiated SPD at 0x51
<6>[ 1.079908] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
<6>[ 1.083306] intel_rapl_common: Found RAPL domain package
<6>[ 1.083310] intel_rapl_common: Found RAPL domain dram
<6>[ 1.083434] intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
<6>[ 1.083960] intel_pstate: Intel P-state driver initializing
<6>[ 1.084380] intel_pstate: HWP enabled
<6>[ 1.084389] hid: raw HID events driver (C) Jiri Kosina
<6>[ 1.084442] usbcore: registered new interface driver usbhid
<6>[ 1.084443] usbhid: USB HID core driver
<6>[ 1.084570] fujitsu_laptop: driver 0.6.0 successfully loaded
<6>[ 1.084607] thinkpad_acpi: ThinkPad ACPI Extras v0.26
<6>[ 1.084608] thinkpad_acpi: http://ibm-acpi.sf.net/
<6>[ 1.084608] thinkpad_acpi: ThinkPad BIOS N2IET91S (3.69 ), EC N2IHT38W
<6>[ 1.084609] thinkpad_acpi: Lenovo ThinkPad T490, model 20N2S00600
<6>[ 1.084756] thinkpad_acpi: radio switch found; radios are enabled
<6>[ 1.084760] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
<5>[ 1.084760] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
<6>[ 1.086012] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
<6>[ 1.086663] thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is blocked
<6>[ 1.208521] typec port0: bound usb1-port2 (ops connector_ops)
<6>[ 1.208527] typec port0: bound usb2-port2 (ops connector_ops)
<6>[ 1.282273] usb 1-1: new full-speed USB device number 2 using xhci_hcd
<6>[ 1.298408] usb 6-1: new SuperSpeed USB device number 2 using dummy_hcd
<6>[ 1.312194] usb 6-1: New USB device found, idVendor=22e0, idProduct=0300, bcdDevice= 6.12
<6>[ 1.312197] usb 6-1: New USB device strings: Mfr=3, Product=4, SerialNumber=0
<6>[ 1.312199] usb 6-1: Product: SINA Virtual USB Stick
<6>[ 1.312200] usb 6-1: Manufacturer: Secunet
<6>[ 1.313064] usb-storage 6-1:1.0: USB Mass Storage device detected
<6>[ 1.313182] scsi host0: usb-storage 6-1:1.0
<6>[ 1.378472] usb 4-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
<6>[ 1.394624] usb 4-1: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice=50.33
<6>[ 1.394626] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 1.394628] usb 4-1: Product: USB3.1 Hub
<6>[ 1.394629] usb 4-1: Manufacturer: VIA Labs, Inc.
<6>[ 1.400095] hub 4-1:1.0: USB hub found
<6>[ 1.400167] hub 4-1:1.0: 4 ports detected
<6>[ 1.415660] usb 1-1: New USB device found, idVendor=058f, idProduct=9540, bcdDevice= 1.20
<6>[ 1.415663] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 1.415664] usb 1-1: Product: EMV Smartcard Reader
<6>[ 1.415666] usb 1-1: Manufacturer: Generic
<6>[ 1.529670] usb 1-2: new full-speed USB device number 3 using xhci_hcd
<6>[ 1.534721] typec port1: bound usb1-port5 (ops connector_ops)
<6>[ 1.534727] typec port1: bound usb4-port1 (ops connector_ops)
<6>[ 1.570287] tsc: Refined TSC clocksource calibration: 1991.997 MHz
<6>[ 1.570291] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x396d4bf570c, max_idle_ns: 881590425443 ns
<6>[ 1.570336] clocksource: Switched to clocksource tsc
<6>[ 1.661484] usb 1-2: New USB device found, idVendor=17ef, idProduct=3074, bcdDevice= 0.00
<6>[ 1.661487] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6>[ 1.661489] usb 1-2: Product: USB Billboard
<6>[ 1.661490] usb 1-2: Manufacturer: Cypress Semiconductor
<6>[ 1.661491] usb 1-2: SerialNumber: 11AD1D006D0B3A0128190B00
<6>[ 1.675316] hid-generic 0003:17EF:3074.0001: hidraw0: USB HID v1.11 Device [Cypress Semiconductor USB Billboard] on usb-0000:00:14.0-2/input1
<6>[ 1.787790] usb 1-3: new full-speed USB device number 4 using xhci_hcd
<6>[ 1.919209] psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
<6>[ 1.924075] usb 1-3: New USB device found, idVendor=08e6, idProduct=3438, bcdDevice= 2.00
<6>[ 1.924078] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6>[ 1.924080] usb 1-3: Product: USB SmartCard Reader
<6>[ 1.924081] usb 1-3: Manufacturer: Gemalto
<6>[ 1.924082] usb 1-3: SerialNumber: BB7455CF
<6>[ 1.926514] usb 4-1.2: new SuperSpeed Plus Gen 2x1 USB device number 3 using xhci_hcd
<6>[ 1.942093] usb 4-1.2: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice=50.34
<6>[ 1.942095] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 1.942097] usb 4-1.2: Product: USB3.1 Hub
<6>[ 1.942098] usb 4-1.2: Manufacturer: VIA Labs, Inc.
<6>[ 1.951291] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
<6>[ 1.951296] psmouse serio1: synaptics: Your touchpad (PNP: LEN205b PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
<6>[ 1.956643] hub 4-1.2:1.0: USB hub found
<6>[ 1.956997] hub 4-1.2:1.0: 4 ports detected
<6>[ 2.012101] psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf00aa3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 2867793
<6>[ 2.012107] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
<6>[ 2.040298] usb 1-5: new high-speed USB device number 5 using xhci_hcd
<6>[ 2.050130] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
<6>[ 2.168474] usb 1-5: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.33
<6>[ 2.168477] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 2.168478] usb 1-5: Product: USB2.0 Hub
<6>[ 2.168480] usb 1-5: Manufacturer: VIA Labs, Inc.
<6>[ 2.169631] hub 1-5:1.0: USB hub found
<6>[ 2.171322] hub 1-5:1.0: 5 ports detected
<5>[ 2.339063] scsi 0:0:0:0: Direct-Access Linux File-Stor Gadget 0612 PQ: 0 ANSI: 2
<4>[ 2.339852] sd 0:0:0:0: Power-on or device reset occurred
<5>[ 2.340755] sd 0:0:0:0: [sda] Media removed, stopped polling
<5>[ 2.340972] sd 0:0:0:0: [sda] Attached SCSI removable disk
<6>[ 2.485328] usb 4-1.2.3: new SuperSpeed USB device number 4 using xhci_hcd
<6>[ 2.494288] psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x11, buttons: 3/3
<6>[ 2.500007] usb 4-1.2.3: New USB device found, idVendor=0781, idProduct=5588, bcdDevice= 1.00
<6>[ 2.500010] usb 4-1.2.3: New USB device strings: Mfr=2, Product=3, SerialNumber=1
<6>[ 2.500011] usb 4-1.2.3: Product: USB Extreme Pro
<6>[ 2.500012] usb 4-1.2.3: Manufacturer: SanDisk
<6>[ 2.500013] usb 4-1.2.3: SerialNumber: 12311679165A
<6>[ 2.502187] usb-storage 4-1.2.3:1.0: USB Mass Storage device detected
<6>[ 2.502494] scsi host1: usb-storage 4-1.2.3:1.0
<6>[ 2.511276] usb 1-7: new high-speed USB device number 6 using xhci_hcd
<6>[ 2.645279] usb 1-7: New USB device found, idVendor=2cb7, idProduct=0210, bcdDevice= 3.33
<6>[ 2.645295] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6>[ 2.645296] usb 1-7: Product: L830-EB
<6>[ 2.645298] usb 1-7: Manufacturer: FIBOCOM
<6>[ 2.645298] usb 1-7: SerialNumber: 004999010640000
<6>[ 2.693932] cdc_mbim 1-7:1.0: setting rx_max = 16384
<6>[ 2.694790] cdc_mbim 1-7:1.0: cdc-wdm0: USB WDM device
<6>[ 2.694860] wwan wwan0: port wwan0mbim0 attached
<6>[ 2.694928] cdc_mbim 1-7:1.0 wwan0: register 'cdc_mbim' at usb-0000:00:14.0-7, CDC MBIM, 3a:42:21:45:68:b4
<6>[ 2.697686] cdc_acm 1-7:1.2: ttyACM0: USB ACM device
<6>[ 2.698834] input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input8
<6>[ 2.811270] usb 1-8: new high-speed USB device number 7 using xhci_hcd
<6>[ 2.970685] usb 1-8: New USB device found, idVendor=04f2, idProduct=b604, bcdDevice= 0.27
<6>[ 2.970688] usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
<6>[ 2.970690] usb 1-8: Product: Integrated Camera
<6>[ 2.970691] usb 1-8: Manufacturer: Chicony Electronics Co.,Ltd.
<6>[ 2.970692] usb 1-8: SerialNumber: 0001
<6>[ 3.062260] usb 1-5.2: new high-speed USB device number 8 using xhci_hcd
<6>[ 3.202279] usb 1-5.2: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.34
<6>[ 3.202282] usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 3.202283] usb 1-5.2: Product: USB2.0 Hub
<6>[ 3.202284] usb 1-5.2: Manufacturer: VIA Labs, Inc.
<6>[ 3.203514] hub 1-5.2:1.0: USB hub found
<6>[ 3.205315] hub 1-5.2:1.0: 4 ports detected
<6>[ 3.312273] usb 1-10: new full-speed USB device number 9 using xhci_hcd
<6>[ 3.436905] usb 1-10: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
<6>[ 3.436908] usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
<6>[ 3.497274] usb 1-5.5: new high-speed USB device number 10 using xhci_hcd
<5>[ 3.554885] scsi 1:0:0:0: Direct-Access SanDisk Extreme Pro 0 PQ: 0 ANSI: 6
<5>[ 3.556051] sd 1:0:0:0: [sdb] 250085376 512-byte logical blocks: (128 GB/119 GiB)
<5>[ 3.556360] sd 1:0:0:0: [sdb] Write Protect is off
<7>[ 3.556362] sd 1:0:0:0: [sdb] Mode Sense: 43 00 00 00
<5>[ 3.556664] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
<6>[ 3.572330] usb 1-5.5: New USB device found, idVendor=17ef, idProduct=3075, bcdDevice= 0.01
<6>[ 3.572347] usb 1-5.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6>[ 3.572349] usb 1-5.5: Product: USB Billboard Device
<6>[ 3.572350] usb 1-5.5: Manufacturer: VIA Labs, Inc.
<6>[ 3.572351] usb 1-5.5: SerialNumber: 0000000000000001
<6>[ 3.575823] sdb: sdb1
<5>[ 3.575948] sd 1:0:0:0: [sdb] Attached SCSI removable disk
<6>[ 3.626474] Freeing initrd memory: 45476K
<6>[ 3.628494] modprobe (98) used greatest stack depth: 13376 bytes left
<6>[ 3.629906] thinkpad_acpi: battery 1 registered (start 0, stop 100, behaviours: 0x7)
<6>[ 3.629925] ACPI: battery: new extension: ThinkPad Battery Extension
<6>[ 3.635471] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input7
<6>[ 3.637926] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
<4>[ 3.637941] iwlwifi 0000:00:14.3: WRT: Overriding region id 0
<4>[ 3.637943] iwlwifi 0000:00:14.3: WRT: Overriding region id 1
<4>[ 3.637944] iwlwifi 0000:00:14.3: WRT: Overriding region id 2
<4>[ 3.637945] iwlwifi 0000:00:14.3: WRT: Overriding region id 3
<4>[ 3.637946] iwlwifi 0000:00:14.3: WRT: Overriding region id 4
<4>[ 3.637947] iwlwifi 0000:00:14.3: WRT: Overriding region id 6
<4>[ 3.637948] iwlwifi 0000:00:14.3: WRT: Overriding region id 8
<4>[ 3.637949] iwlwifi 0000:00:14.3: WRT: Overriding region id 9
<4>[ 3.637950] iwlwifi 0000:00:14.3: WRT: Overriding region id 10
<4>[ 3.637951] iwlwifi 0000:00:14.3: WRT: Overriding region id 11
<4>[ 3.637952] iwlwifi 0000:00:14.3: WRT: Overriding region id 15
<4>[ 3.637953] iwlwifi 0000:00:14.3: WRT: Overriding region id 16
<4>[ 3.637954] iwlwifi 0000:00:14.3: WRT: Overriding region id 18
<4>[ 3.637955] iwlwifi 0000:00:14.3: WRT: Overriding region id 19
<4>[ 3.637956] iwlwifi 0000:00:14.3: WRT: Overriding region id 20
<4>[ 3.637957] iwlwifi 0000:00:14.3: WRT: Overriding region id 21
<4>[ 3.637957] iwlwifi 0000:00:14.3: WRT: Overriding region id 28
<6>[ 3.638302] iwlwifi 0000:00:14.3: loaded firmware version 46.7e3e4b69.0 9000-pu-b0-jf-b0-46.ucode op_mode iwlmvm
<3>[ 3.639830] iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
<6>[ 3.688376] iwlwifi 0000:00:14.3: base HW address: 38:00:25:89:d5:9b, OTP minor version: 0x4
<7>[ 3.755601] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
<6>[ 3.909242] usb 1-5.2.4: new high-speed USB device number 11 using xhci_hcd
<6>[ 4.312622] intel_pmc_core intel_pmc_core.0: initialized
<6>[ 4.312824] intel_rapl_common: Found RAPL domain package
<6>[ 4.312826] intel_rapl_common: Found RAPL domain core
<6>[ 4.312827] intel_rapl_common: Found RAPL domain uncore
<6>[ 4.312828] intel_rapl_common: Found RAPL domain dram
<6>[ 4.312829] intel_rapl_common: Found RAPL domain psys
<6>[ 4.313199] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops)
<6>[ 4.313277] usbcore: registered new interface driver snd-usb-audio
<6>[ 4.313733] Initializing XFRM netlink socket
<6>[ 4.313743] NET: Registered PF_INET6 protocol family
<6>[ 4.313925] Segment Routing with IPv6
<6>[ 4.313931] In-situ OAM (IOAM) with IPv6
<6>[ 4.313952] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
<6>[ 4.314026] NET: Registered PF_PACKET protocol family
<6>[ 4.314028] NET: Registered PF_KEY protocol family
<6>[ 4.314031] 8021q: 802.1Q VLAN Support v1.8
<6>[ 4.314040] 9pnet: Installing 9P2000 support
<4>[ 4.314218] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
<6>[ 4.314247] microcode: Current revision: 0x000000f6
<6>[ 4.314249] microcode: Updated early from: 0x000000d6
<6>[ 4.314301] IPI shorthand broadcast: enabled
<6>[ 4.316618] sched_clock: Marking stable (4306000763, 10234305)->(4386870644, -70635576)
<5>[ 4.316695] Loading compiled-in X.509 certificates
<5>[ 4.318580] Loaded X.509 cert 'Build time autogenerated kernel key: bf9a13bde1546187a9bd052045d50d20a1e9cf2b'
<6>[ 4.319471] PM: Magic number: 13:904:624
<5>[ 4.319602] cfg80211: Loading compiled-in X.509 certificates for regulatory database
<5>[ 4.321193] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
<5>[ 4.321318] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
<6>[ 4.321694] clk: Disabling unused clocks
<6>[ 4.321714] ALSA device list:
<6>[ 4.321715] No soundcards found.
<6>[ 4.322449] Freeing unused kernel image (initmem) memory: 3776K
<6>[ 4.322596] Write protecting the kernel read-only data: 32768k
<6>[ 4.322986] Freeing unused kernel image (rodata/data gap) memory: 880K
<6>[ 4.324821] x86/mm: Checked W+X mappings: passed, no W+X pages found.
<6>[ 4.324825] Run /init as init process
<7>[ 4.324826] with arguments:
<7>[ 4.324827] /init
<7>[ 4.324828] with environment:
<7>[ 4.324829] HOME=/
<7>[ 4.324829] TERM=linux
<7>[ 4.324830] BOOT_IMAGE=/isolinux/bzImage
<6>[ 4.332908] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
<6>[ 4.332912] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
<6>[ 4.332914] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
<6>[ 4.332915] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
<6>[ 4.332916] snd_hda_codec_realtek hdaudioC0D0: inputs:
<6>[ 4.332917] snd_hda_codec_realtek hdaudioC0D0: Mic=0x19
<6>[ 4.332919] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
<6>[ 4.376539] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
<6>[ 4.376580] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
<6>[ 4.376607] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
<6>[ 4.376633] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
<6>[ 4.376661] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
<6>[ 4.578135] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
<6>[ 4.589148] fido_id (155) used greatest stack depth: 13008 bytes left
<6>[ 5.203189] usb 1-5.2.4: New USB device found, idVendor=17ef, idProduct=306f, bcdDevice= 0.12
<6>[ 5.203203] usb 1-5.2.4: New USB device strings: Mfr=3, Product=1, SerialNumber=0
<6>[ 5.203208] usb 1-5.2.4: Product: ThinkPad Dock USB Audio
<6>[ 5.203213] usb 1-5.2.4: Manufacturer: Generic
<6>[ 5.437329] input: Generic ThinkPad Dock USB Audio Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.0002/input/input14
<6>[ 5.488625] input: Generic ThinkPad Dock USB Audio as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.0002/input/input15
<6>[ 5.488756] hid-generic 0003:17EF:306F.0002: input,hidraw1: USB HID v1.11 Device [Generic ThinkPad Dock USB Audio] on usb-0000:00:14.0-5.2.4/input3
<6>[ 5.618041] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
<7>[ 5.796067] ISO 9660 Extensions: Microsoft Joliet Level 3
<7>[ 5.796224] ISO 9660 Extensions: RRIP_1991A
<6>[ 7.973173] loop8: detected capacity change from 0 to 1835464
<27>[ 8.458551] systemd[1]: Failed to find module 'autofs4'
<30>[ 8.482639] systemd[1]: systemd 256-g58add30 running in system mode (-PAM -AUDIT -SELINUX -APPARMOR -IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL -ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP -LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON -UTMP -SYSVINIT -LIBARCHIVE)
<30>[ 8.482670] systemd[1]: Detected architecture x86-64.
<30>[ 8.482693] systemd[1]: Detected first boot.
<30>[ 8.482812] systemd[1]: No hostname configured, using default hostname.
<30>[ 8.482835] systemd[1]: Hostname set to <localhost>.
<29>[ 8.579901] systemd[1]: Failed to populate /etc with preset unit settings, ignoring: File exists
<28>[ 8.604384] systemd[1]: /etc/systemd/system/systemd-udevd.service.d/sina-lsm-label.conf:2: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
<28>[ 8.608718] systemd[1]: /etc/systemd/system/debugshell.service:17: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
<28>[ 8.609268] systemd[1]: /etc/systemd/system/syslog.service:15: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
<28>[ 8.611805] systemd[1]: /etc/systemd/system/vwnetstatic.service:19: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
<28>[ 8.612268] systemd[1]: /etc/systemd/system/failsafe.service:9: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
<28>[ 8.614482] systemd[1]: /etc/systemd/system/rcd.service:17: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
<28>[ 8.618570] systemd[1]: /etc/systemd/system/ldap-config.service:12: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
<28>[ 8.619436] systemd[1]: /etc/systemd/system/net-ns-id@.service:10: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
<28>[ 8.630029] systemd[1]: /etc/systemd/system/wpa-supplicant.service:16: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
<28>[ 8.631814] systemd[1]: /etc/systemd/system/timemachine.service:14: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
<28>[ 8.632825] systemd[1]: /etc/systemd/system/radd.service:12: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
<28>[ 8.634839] systemd[1]: /etc/systemd/system/net-ns-id@.service:10: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
<28>[ 8.636459] systemd[1]: /etc/systemd/system/logstat.service:13: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
<28>[ 8.639663] systemd[1]: /etc/systemd/system/adns.service:12: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
<28>[ 8.640501] systemd[1]: /etc/systemd/system/admin-command.service:10: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
<28>[ 8.640859] systemd[1]: /etc/systemd/system/vwroutingd.service:13: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
<28>[ 8.641222] systemd[1]: /etc/systemd/system/triggerd.service:17: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
<28>[ 8.641840] systemd[1]: /etc/systemd/system/stestclient.service:12: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
<30>[ 8.646636] systemd[1]: Queued start job for default target workstation.target.
<30>[ 8.669662] systemd[1]: Unnecessary job was removed for dev-dm\x2d0.device.
<30>[ 8.670380] systemd[1]: Created slice system-net\x2dns.slice.
<30>[ 8.670717] systemd[1]: Created slice system-net\x2dns\x2did.slice.
<30>[ 8.670779] systemd[1]: Reached target slices.target.
<30>[ 8.671039] systemd[1]: Listening on lvm2-lvmetad.socket.
<30>[ 8.672692] systemd[1]: Listening on systemd-coredump.socket.
<30>[ 8.673740] systemd[1]: systemd-journald-audit.socket was skipped because of an unmet condition check (ConditionSecurity=audit).
<30>[ 8.673832] systemd[1]: Listening on systemd-journald-dev-log.socket.
<30>[ 8.673959] systemd[1]: Listening on systemd-journald.socket.
<30>[ 8.674083] systemd[1]: Listening on systemd-udevd-control.socket.
<30>[ 8.674190] systemd[1]: Listening on systemd-udevd-kernel.socket.
<30>[ 8.683390] systemd[1]: Mounting media.mount...
<30>[ 8.684064] systemd[1]: Mounting run-client.mount...
<30>[ 8.684124] systemd[1]: sys-firmware-efi-efivars.mount was skipped because of an unmet condition check (ConditionKernelCommandLine=efi=runtime).
<30>[ 8.684510] systemd[1]: Mounting sys-kernel-debug.mount...
<30>[ 8.685844] systemd[1]: Mounting var-lib-machines.mount...
<30>[ 8.686650] systemd[1]: Starting bootsplash-log.service...
<30>[ 8.687494] systemd[1]: Started debugshell.service.
<30>[ 8.687581] systemd[1]: Reached target debugshell.target.
<30>[ 8.689362] systemd[1]: Starting gpt-reserve.service...
<30>[ 8.690386] systemd[1]: Starting pstore-util.service...
<30>[ 8.693720] systemd[1]: Starting systemd-journald.service...
<30>[ 8.717416] systemd[1]: Starting systemd-modules-load.service...
<30>[ 8.718100] systemd[1]: Starting systemd-udev-trigger.service...
<30>[ 8.721335] systemd[1]: Starting systemd-udevd.service...
<30>[ 8.723472] systemd[1]: Starting systemd-vconsole-setup.service...
<30>[ 8.732207] systemd[1]: Received SIGRTMIN+20 from PID 139 (plymouthd).
<4>[ 8.751065] cryptoapi_plugger: loading out-of-tree module taints kernel.
<4>[ 8.754132] chiasmus: module license 'SECUNET' taints kernel.
<4>[ 8.754133] Disabling lock debugging due to kernel taint
<4>[ 8.754134] chiasmus: module license taints kernel.
<46>[ 8.776017] systemd-journald[181]: Collecting audit messages is disabled.
<30>[ 8.797025] systemd[1]: bootsplash-log.service: Deactivated successfully.
<30>[ 8.797113] systemd[1]: Finished bootsplash-log.service.
<30>[ 8.840365] systemd[1]: var-pstore.mount: Deactivated successfully.
<30>[ 8.840915] systemd[1]: pstore-util.service: Deactivated successfully.
<30>[ 8.840996] systemd[1]: Finished pstore-util.service.
<30>[ 8.859841] systemd[1]: Mounted media.mount.
<30>[ 8.860036] systemd[1]: Mounted run-client.mount.
<30>[ 8.860167] systemd[1]: Mounted sys-kernel-debug.mount.
<30>[ 8.860307] systemd[1]: Mounted var-lib-machines.mount.
<30>[ 9.004322] systemd[1]: Started systemd-journald.service.
<3>[ 9.024049] sysctl table check failed: cfsng/(null) procname is null
<3>[ 9.024052] sysctl table check failed: cfsng/(null) No proc_handler
<6>[ 9.035888] loadkeys (188) used greatest stack depth: 12888 bytes left
<4>[ 9.038805] Cipher test completed
<6>[ 9.061964] mcd_drv_init: PCI device not found
<6>[ 9.075016] Module modstop-test-unload has been loaded
<7>[ 9.131725] vboxdrv: Found 4 processor cores/threads
<6>[ 9.150328] vboxdrv: TSC mode is Invariant, tentative frequency 1991997077 Hz
<7>[ 9.150331] vboxdrv: Successfully loaded version 7.0.20 r163906 (interface 0x00330004)
<6>[ 9.168154] vtx: Detected Intel cpu
<6>[ 9.168160] vtx: HAS_VTX: 1, VTX_ENABLED: 1
<6>[ 9.168497] systemd-modules (183) used greatest stack depth: 12824 bytes left
<4>[ 9.684464] SUPR0GipMap: fGetGipCpu=0x1b
<4>[ 9.829574] vboxdrv: 000000008bc09867 VMMR0.r0
<4>[ 9.859447] vboxdrv: 0000000086a9bef2 VBoxDDR0.r0
<6>[ 9.954460] EXT4-fs (dm-3): mounted filesystem 5612a0e4-2817-4770-aaa0-a73f68af2d97 r/w with ordered data mode. Quota mode: disabled.
<3>[ 10.065539] EXT2-fs (sdb): error: can't find an ext2 filesystem on dev sdb.
<3>[ 11.156114] EXT2-fs (sdb): error: can't find an ext2 filesystem on dev sdb.
<6>[ 12.594622] ip (527) used greatest stack depth: 12744 bytes left
<6>[ 12.634092] ip (541) used greatest stack depth: 12328 bytes left
<6>[ 23.671127] dm-253:4: Device is /dev/sinaswap
<6>[ 23.671134] dm-253:4: using XTS IV
<6>[ 23.671137] dm-253:4: Using aead
<6>[ 23.671139] dm-253:4: Crypto : authenc(digest_null,xts(aes))
<6>[ 23.671141] dm-253:4: Hash : sha256
<6>[ 23.671144] dm-253:4: Hmac : hmac(sha256)
<6>[ 23.671151] dm-253:4: keysize of 1. Key is 400
<6>[ 23.678789] dm-253:4: new Key set
<6>[ 23.678876] dm-253:4: using unbound io wq with 1 jobs
<6>[ 23.678945] dm-253:4: using unbound crypto wq with 0 jobs
<6>[ 23.678991] dm-253:4: IVSize: 16
<6>[ 23.678993] dm-253:4: HMACSize: 32
<6>[ 23.678995] dm-253:4: Hashsize: 32
<6>[ 23.678996] dm-253:4: Logical blocksize: 4096
<6>[ 23.678997] dm-253:4: Blocksize: 16
<6>[ 23.678999] Logical blocksize: 4096
<6>[ 23.678999] Blocksize: 16
<6>[ 23.679001] dm-253:4: Data per sector is 496
<6>[ 23.679002] dm-253:4: Real Bytes per logical block is 4608
<6>[ 23.679004] dm-253:4: sector count=1864128, real =2097144
<6>[ 23.679014] dm-253:4: Sectorsize: 512
<6>[ 23.679016] dm-253:4: device size=2097152
<4>[ 23.679024] device-mapper: table: 253:4: adding target device dm-2 caused an alignment inconsistency: physical_block_size=512, logical_block_size=4096, alignment_offset=0, start=0
<4>[ 23.679029] device-mapper: table: 253:4: adding target device dm-2 caused an alignment inconsistency: physical_block_size=512, logical_block_size=4096, alignment_offset=0, start=0
<4>[ 23.679654] device-mapper: table: 253:4: adding target device dm-2 caused an alignment inconsistency: physical_block_size=512, logical_block_size=4096, alignment_offset=0, start=0
<4>[ 23.679659] device-mapper: table: 253:4: adding target device dm-2 caused an alignment inconsistency: physical_block_size=512, logical_block_size=4096, alignment_offset=0, start=0
<6>[ 23.727438] Adding 932060k swap on /dev/mapper/swapBOEE. Priority:-2 extents:1 across:932060k SS
<6>[ 24.542997] dm-253:6: Device is /dev/sinavw/tmp-CQGGTBSM
<6>[ 24.543004] dm-253:6: Current Key is 0
<6>[ 24.543007] dm-253:6: using HMAC
<6>[ 24.543009] dm-253:6: using XTS IV
<6>[ 24.543011] dm-253:6: Using aead
<6>[ 24.543013] dm-253:6: Crypto : authenc(hmac(sha256),xts(aes))
<6>[ 24.543015] dm-253:6: Hash : sha256
<6>[ 24.543018] dm-253:6: Hmac : hmac(sha256)
<6>[ 24.543024] dm-253:6: keysize of 1. Key is 400
<6>[ 24.548072] dm-253:6: keysize of 2. Key is 400
<6>[ 24.548105] dm-253:6: new Key set
<6>[ 24.548261] dm-253:6: using unbound io wq with 1 jobs
<6>[ 24.548377] dm-253:6: using unbound crypto wq with 0 jobs
<6>[ 24.548446] dm-253:6: IVSize: 16
<6>[ 24.548449] dm-253:6: HMACSize: 32
<6>[ 24.548452] dm-253:6: Hashsize: 32
<6>[ 24.548454] dm-253:6: Setting authsize: 32
<6>[ 24.548456] dm-253:6: Logical blocksize: 4096
<6>[ 24.548460] dm-253:6: Blocksize: 16
<6>[ 24.548462] Logical blocksize: 4096
<6>[ 24.548462] Blocksize: 16
<6>[ 24.548465] dm-253:6: Data per sector is 448
<6>[ 24.548467] dm-253:6: Real Bytes per logical block is 5120
<6>[ 24.548470] dm-253:6: sector count=18016, real =24568
<6>[ 24.548490] dm-253:6: Sectorsize: 512
<6>[ 24.548493] dm-253:6: device size=24576
<4>[ 24.558001] device-mapper: table: 253:6: adding target device dm-5 caused an alignment inconsistency: physical_block_size=512, logical_block_size=4096, alignment_offset=0, start=0
<4>[ 24.558011] device-mapper: table: 253:6: adding target device dm-5 caused an alignment inconsistency: physical_block_size=512, logical_block_size=4096, alignment_offset=0, start=0
<4>[ 24.558322] device-mapper: table: 253:6: adding target device dm-5 caused an alignment inconsistency: physical_block_size=512, logical_block_size=4096, alignment_offset=0, start=0
<4>[ 24.558329] device-mapper: table: 253:6: adding target device dm-5 caused an alignment inconsistency: physical_block_size=512, logical_block_size=4096, alignment_offset=0, start=0
<6>[ 24.707117] dm-253:6: WriteCounter called
<6>[ 24.707217] dm-253:6: Key cleared
<6>[ 24.931572] dm-253:6: Device is /dev/sinavw/CQGGTBSM
<6>[ 24.931580] dm-253:6: Current Key is 0
<6>[ 24.931585] dm-253:6: using HMAC
<6>[ 24.931588] dm-253:6: using XTS IV
<6>[ 24.931591] dm-253:6: Using aead
<6>[ 24.931594] dm-253:6: Crypto : authenc(hmac(sha256),xts(aes))
<6>[ 24.931597] dm-253:6: Hash : sha256
<6>[ 24.931601] dm-253:6: Hmac : hmac(sha256)
<6>[ 24.931610] dm-253:6: keysize of 1. Key is 400
<6>[ 24.931686] dm-253:6: keysize of 2. Key is 400
<6>[ 24.931722] dm-253:6: new Key set
<6>[ 24.931936] dm-253:6: using unbound io wq with 1 jobs
<6>[ 24.932109] dm-253:6: using unbound crypto wq with 0 jobs
<6>[ 24.932211] dm-253:6: IVSize: 16
<6>[ 24.932215] dm-253:6: HMACSize: 32
<6>[ 24.932218] dm-253:6: Hashsize: 32
<6>[ 24.932221] dm-253:6: Setting authsize: 32
<6>[ 24.932225] dm-253:6: Logical blocksize: 4096
<6>[ 24.932230] dm-253:6: Blocksize: 16
<6>[ 24.932233] Logical blocksize: 4096
<6>[ 24.932233] Blocksize: 16
<6>[ 24.932267] dm-253:6: Data per sector is 448
<6>[ 24.932271] dm-253:6: Real Bytes per logical block is 5120
<6>[ 24.932275] dm-253:6: sector count=18016, real =24568
<6>[ 24.932302] dm-253:6: Sectorsize: 512
<6>[ 24.932306] dm-253:6: device size=24576
<4>[ 24.941726] device-mapper: table: 253:6: adding target device dm-5 caused an alignment inconsistency: physical_block_size=512, logical_block_size=4096, alignment_offset=0, start=0
<4>[ 24.941741] device-mapper: table: 253:6: adding target device dm-5 caused an alignment inconsistency: physical_block_size=512, logical_block_size=4096, alignment_offset=0, start=0
<4>[ 24.942175] device-mapper: table: 253:6: adding target device dm-5 caused an alignment inconsistency: physical_block_size=512, logical_block_size=4096, alignment_offset=0, start=0
<4>[ 24.942185] device-mapper: table: 253:6: adding target device dm-5 caused an alignment inconsistency: physical_block_size=512, logical_block_size=4096, alignment_offset=0, start=0
<6>[ 24.970580] EXT4-fs (dm-6): mounted filesystem 1b2c2329-1044-4a00-8042-d288041e790e r/w with ordered data mode. Quota mode: disabled.
<6>[ 25.297323] smpboot: Booting Node 0 Processor 4 APIC 0x1
<4>[ 25.301730] 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.
<4>[ 25.301732] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
<6>[ 25.302192] smpboot: Booting Node 0 Processor 5 APIC 0x3
<6>[ 25.304992] smpboot: Booting Node 0 Processor 6 APIC 0x5
<6>[ 25.307159] smpboot: Booting Node 0 Processor 7 APIC 0x7
<6>[ 25.511426] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
<6>[ 25.732154] dm-253:6: Device is /dev/sinavw/CQGGTBSM
<6>[ 25.732157] dm-253:6: Current Key is 0
<6>[ 25.732159] dm-253:6: using HMAC
<6>[ 25.732160] dm-253:6: using XTS IV
<6>[ 25.732160] dm-253:6: Using aead
<6>[ 25.732161] dm-253:6: Crypto : authenc(hmac(sha256),xts(aes))
<6>[ 25.732162] dm-253:6: Hash : sha256
<6>[ 25.732163] dm-253:6: Hmac : hmac(sha256)
<6>[ 25.732165] dm-253:6: keysize of 1. Key is 400
<6>[ 25.732189] dm-253:6: keysize of 2. Key is 400
<6>[ 25.732198] dm-253:6: new Key set
<6>[ 25.732228] dm-253:6: using unbound io wq with 1 jobs
<6>[ 25.732257] dm-253:6: using unbound crypto wq with 0 jobs
<6>[ 25.732285] dm-253:6: IVSize: 16
<6>[ 25.732286] dm-253:6: HMACSize: 32
<6>[ 25.732287] dm-253:6: Hashsize: 32
<6>[ 25.732288] dm-253:6: Setting authsize: 32
<6>[ 25.732289] dm-253:6: Logical blocksize: 4096
<6>[ 25.732290] dm-253:6: Blocksize: 16
<6>[ 25.732291] Logical blocksize: 4096
<6>[ 25.732291] Blocksize: 16
<6>[ 25.732292] dm-253:6: Data per sector is 448
<6>[ 25.732293] dm-253:6: Real Bytes per logical block is 5120
<6>[ 25.732294] dm-253:6: sector count=31128, real =40958
<6>[ 25.732300] dm-253:6: Sectorsize: 512
<6>[ 25.732301] dm-253:6: device size=40960
<4>[ 25.769028] device-mapper: table: 253:6: adding target device dm-5 caused an alignment inconsistency: physical_block_size=512, logical_block_size=4096, alignment_offset=0, start=0
<4>[ 25.769033] device-mapper: table: 253:6: adding target device dm-5 caused an alignment inconsistency: physical_block_size=512, logical_block_size=4096, alignment_offset=0, start=0
<6>[ 25.773938] dm-253:6: WriteCounter called
<6>[ 25.774081] dm-253:6: Key cleared
<6>[ 25.915742] iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 1
<6>[ 25.916607] ip (1889) used greatest stack depth: 11752 bytes left
<6>[ 26.018407] EXT4-fs (dm-6): resizing filesystem from 2252 to 3891 blocks
<6>[ 26.018440] EXT4-fs (dm-6): resized filesystem to 3891
<6>[ 26.190361] dm-253:6: Device is /dev/sinavw/CQGGTBSM
<6>[ 26.190365] dm-253:6: Current Key is 0
<6>[ 26.190367] dm-253:6: using HMAC
<6>[ 26.190368] dm-253:6: using XTS IV
<6>[ 26.190369] dm-253:6: Using aead
<6>[ 26.190370] dm-253:6: Crypto : authenc(hmac(sha256),xts(aes))
<6>[ 26.190372] dm-253:6: Hash : sha256
<6>[ 26.190373] dm-253:6: Hmac : hmac(sha256)
<6>[ 26.190376] dm-253:6: keysize of 1. Key is 400
<6>[ 26.190410] dm-253:6: keysize of 2. Key is 400
<6>[ 26.190424] dm-253:6: new Key set
<6>[ 26.190483] dm-253:6: using unbound io wq with 1 jobs
<6>[ 26.190542] dm-253:6: using unbound crypto wq with 0 jobs
<6>[ 26.190581] dm-253:6: IVSize: 16
<6>[ 26.190583] dm-253:6: HMACSize: 32
<6>[ 26.190584] dm-253:6: Hashsize: 32
<6>[ 26.190585] dm-253:6: Setting authsize: 32
<6>[ 26.190587] dm-253:6: Logical blocksize: 4096
<6>[ 26.190589] dm-253:6: Blocksize: 16
<6>[ 26.190590] Logical blocksize: 4096
<6>[ 26.190590] Blocksize: 16
<6>[ 26.190591] dm-253:6: Data per sector is 448
<6>[ 26.190592] dm-253:6: Real Bytes per logical block is 5120
<6>[ 26.190594] dm-253:6: sector count=31128, real =40958
<6>[ 26.190601] dm-253:6: Sectorsize: 512
<6>[ 26.190602] dm-253:6: device size=40960
<4>[ 26.236310] device-mapper: table: 253:6: adding target device dm-5 caused an alignment inconsistency: physical_block_size=512, logical_block_size=4096, alignment_offset=0, start=0
<4>[ 26.236316] device-mapper: table: 253:6: adding target device dm-5 caused an alignment inconsistency: physical_block_size=512, logical_block_size=4096, alignment_offset=0, start=0
<6>[ 26.236975] dm-253:6: WriteCounter called
<3>[ 26.237055] dm-253:6: Can't parse controlblock
<6>[ 26.237062] dm-253:6: Key cleared
<6>[ 26.878912] sbridge: port 1(veth1) entered blocking state
<6>[ 26.878916] sbridge: port 1(veth1) entered disabled state
<6>[ 26.878921] veth1: entered allmulticast mode
<6>[ 26.878961] veth1: entered promiscuous mode
<6>[ 26.885071] sbridge: port 2(dummy-slave) entered blocking state
<6>[ 26.885074] sbridge: port 2(dummy-slave) entered disabled state
<6>[ 26.885078] dummy-slave: entered allmulticast mode
<6>[ 26.885101] dummy-slave: entered promiscuous mode
<6>[ 26.886347] sbridge: port 2(dummy-slave) entered blocking state
<6>[ 26.886349] sbridge: port 2(dummy-slave) entered forwarding state
<6>[ 26.886356] sbridge: port 1(veth1) entered blocking state
<6>[ 26.886357] sbridge: port 1(veth1) entered forwarding state
<6>[ 26.952638] dummy-slave: left allmulticast mode
<6>[ 26.952642] dummy-slave: left promiscuous mode
<6>[ 26.952649] sbridge: port 2(dummy-slave) entered disabled state
<6>[ 26.952698] veth1: left allmulticast mode
<6>[ 26.952699] veth1: left promiscuous mode
<6>[ 26.952706] sbridge: port 1(veth1) entered disabled state
<6>[ 30.276828] 8021q: adding VLAN 0 to HW filter on device wwan0
<6>[ 52.382323] usb 1-2: USB disconnect, device number 3
<3>[ 52.410680] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
<3>[ 52.410698] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
<3>[ 52.418262] xhci_hcd 0000:3a:00.0: xHCI host controller not responding, assume dead
<3>[ 52.418282] xhci_hcd 0000:3a:00.0: HC died; cleaning up
<6>[ 52.488471] xhci_hcd 0000:3a:00.0: remove, state 1
<6>[ 52.488476] usb usb4: USB disconnect, device number 1
<6>[ 52.516378] usb 1-5: USB disconnect, device number 5
<6>[ 52.516383] usb 1-5.2: USB disconnect, device number 8
<6>[ 52.516386] usb 1-5.2.4: USB disconnect, device number 11
<6>[ 52.530249] usb 4-1: USB disconnect, device number 2
<6>[ 52.530256] usb 4-1.2: USB disconnect, device number 3
<6>[ 52.530260] usb 4-1.2.3: USB disconnect, device number 4
<5>[ 52.547268] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
<6>[ 52.547295] sd 1:0:0:0: [sdb] Synchronize Cache(10) failed: Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
<6>[ 52.557580] xhci_hcd 0000:3a:00.0: USB bus 4 deregistered
<6>[ 52.557669] xhci_hcd 0000:3a:00.0: remove, state 4
<6>[ 52.557673] usb usb3: USB disconnect, device number 1
<4>[ 52.560845] xhci_hcd 0000:3a:00.0: Host halt failed, -19
<4>[ 52.560849] xhci_hcd 0000:3a:00.0: Host not accessible, reset failed.
<6>[ 52.561032] xhci_hcd 0000:3a:00.0: USB bus 3 deregistered
<6>[ 52.568862] usb 1-5.5: USB disconnect, device number 10
<7>[ 52.587419] pci_bus 0000:03: Allocating resources
<3>[ 57.714821] pcieport 0000:03:02.0: Unable to change power state from D3hot to D0, device inaccessible
<3>[ 57.718343] pcieport 0000:03:00.0: Unable to change power state from D3hot to D0, device inaccessible
<6>[ 57.721201] pci_bus 0000:04: busn_res: [bus 04] is released
<6>[ 57.721425] pci_bus 0000:05: busn_res: [bus 05-39] is released
<6>[ 57.721523] pci_bus 0000:3a: busn_res: [bus 3a] is released
<6>[ 57.721866] pci_bus 0000:03: busn_res: [bus 03-3a] is released
<3>[ 62.862269] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
<3>[ 62.862300] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
<3>[ 65.515781] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
<3>[ 65.515810] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
<4>[ 65.574559] ------------[ cut here ]------------
<4>[ 65.574563] kernfs: can not remove 'typec', no directory
<4>[ 65.574571] WARNING: CPU: 2 PID: 99 at fs/kernfs/dir.c:1683 kernfs_remove_by_name_ns+0xbb/0xd0
<4>[ 65.574579] Modules linked in: vtx(O) vboxdrv(O) modstop_test_unload(O) mcd_drv(O) wacom dm_crypt_sina(O) chiasmus(PO) cryptoapi_plugger(O) dm_mod intel_lpss_pci intel_lpss pinctrl_cannonlake pinctrl_intel
<4>[ 65.574598] CPU: 2 UID: 0 PID: 99 Comm: kworker/2:2 Tainted: P O 6.12.12+ #1
<4>[ 65.574603] Tainted: [P]=PROPRIETARY_MODULE, [O]=OOT_MODULE
<4>[ 65.574605] Hardware name: LENOVO 20N2S00600/20N2S00600, BIOS N2IET91S (3.69 ) 02/02/2021
<4>[ 65.574607] Workqueue: events ucsi_handle_connector_change
<4>[ 65.574613] RIP: 0010:kernfs_remove_by_name_ns+0xbb/0xd0
<4>[ 65.574616] Code: cc cc cc cc 48 89 ef e8 d3 c5 d4 ff 5b b8 fe ff ff ff 5d 41 5c 41 5d c3 cc cc cc cc 90 48 c7 c7 f0 7a 95 99 e8 f6 8b ce ff 90 <0f> 0b 90 90 eb dc 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 90
<4>[ 65.574619] RSP: 0018:ffffac6b40b9be00 EFLAGS: 00010282
<4>[ 65.574622] RAX: 0000000000000000 RBX: ffff982d18ef9800 RCX: 0000000000000027
<4>[ 65.574625] RDX: ffff98323c49c908 RSI: 0000000000000001 RDI: ffff98323c49c900
<4>[ 65.574627] RBP: ffff982cc10040a8 R08: 000000000004fffb R09: 00000000fffeffff
<4>[ 65.574629] R10: 00000000fffeffff R11: ffffffff99c4fe00 R12: ffffffff998f0256
<4>[ 65.574631] R13: ffff982cc4c194c0 R14: ffff982cc0174605 R15: 0000000000000000
<4>[ 65.574633] FS: 0000000000000000(0000) GS:ffff98323c480000(0000) knlGS:0000000000000000
<4>[ 65.574636] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
<4>[ 65.574638] CR2: 00005605141e3640 CR3: 000000061a82e003 CR4: 00000000003706f0
<4>[ 65.574640] Call Trace:
<4>[ 65.574643] <TASK>
<4>[ 65.574646] ? __warn+0x89/0x130
<4>[ 65.574652] ? kernfs_remove_by_name_ns+0xbb/0xd0
<4>[ 65.574655] ? report_bug+0x164/0x190
<4>[ 65.574660] ? handle_bug+0x54/0x90
<4>[ 65.574663] ? exc_invalid_op+0x17/0x70
<4>[ 65.574666] ? asm_exc_invalid_op+0x1a/0x20
<4>[ 65.574673] ? kernfs_remove_by_name_ns+0xbb/0xd0
<4>[ 65.574677] typec_unregister_partner+0x5b/0xe0
<4>[ 65.574682] ucsi_unregister_partner.part.0+0xf5/0x130
<4>[ 65.574685] ucsi_handle_connector_change+0x185/0x380
<4>[ 65.574689] process_one_work+0x15d/0x380
<4>[ 65.574695] worker_thread+0x2a5/0x3b0
<4>[ 65.574698] ? _raw_spin_lock_irqsave+0x3c/0x60
<4>[ 65.574702] ? __pfx_worker_thread+0x10/0x10
<4>[ 65.574706] kthread+0xcd/0x100
<4>[ 65.574711] ? __pfx_kthread+0x10/0x10
<4>[ 65.574715] ret_from_fork+0x31/0x50
<4>[ 65.574720] ? __pfx_kthread+0x10/0x10
<4>[ 65.574724] ret_from_fork_asm+0x1a/0x30
<4>[ 65.574731] </TASK>
<4>[ 65.574733] ---[ end trace 0000000000000000 ]---
<3>[ 124.864907] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
<3>[ 124.864938] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
<3>[ 125.838739] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
<3>[ 125.838773] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
<4>[ 125.898448] ------------[ cut here ]------------
<4>[ 125.898452] kernfs: can not remove 'typec', no directory
<4>[ 125.898459] WARNING: CPU: 4 PID: 2298 at fs/kernfs/dir.c:1683 kernfs_remove_by_name_ns+0xbb/0xd0
<4>[ 125.898466] Modules linked in: vtx(O) vboxdrv(O) modstop_test_unload(O) mcd_drv(O) wacom dm_crypt_sina(O) chiasmus(PO) cryptoapi_plugger(O) dm_mod intel_lpss_pci intel_lpss pinctrl_cannonlake pinctrl_intel
<4>[ 125.898481] CPU: 4 UID: 0 PID: 2298 Comm: kworker/4:2 Tainted: P W O 6.12.12+ #1
<4>[ 125.898485] Tainted: [P]=PROPRIETARY_MODULE, [W]=WARN, [O]=OOT_MODULE
<4>[ 125.898486] Hardware name: LENOVO 20N2S00600/20N2S00600, BIOS N2IET91S (3.69 ) 02/02/2021
<4>[ 125.898488] Workqueue: events ucsi_handle_connector_change
<4>[ 125.898493] RIP: 0010:kernfs_remove_by_name_ns+0xbb/0xd0
<4>[ 125.898496] Code: cc cc cc cc 48 89 ef e8 d3 c5 d4 ff 5b b8 fe ff ff ff 5d 41 5c 41 5d c3 cc cc cc cc 90 48 c7 c7 f0 7a 95 99 e8 f6 8b ce ff 90 <0f> 0b 90 90 eb dc 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 90
<4>[ 125.898498] RSP: 0018:ffffac6b4802fe00 EFLAGS: 00010282
<4>[ 125.898500] RAX: 0000000000000000 RBX: ffff982cc97b2000 RCX: 0000000000000027
<4>[ 125.898502] RDX: ffff98323c51c908 RSI: 0000000000000001 RDI: ffff98323c51c900
<4>[ 125.898504] RBP: ffff982cc10040a8 R08: 000000000004fffb R09: 00000000fffeffff
<4>[ 125.898506] R10: 00000000fffeffff R11: ffffffff99c4fe00 R12: ffffffff998f0256
<4>[ 125.898507] R13: ffff982cc4c194c0 R14: ffff982cc0174a05 R15: 0000000000000000
<4>[ 125.898509] FS: 0000000000000000(0000) GS:ffff98323c500000(0000) knlGS:0000000000000000
<4>[ 125.898511] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
<4>[ 125.898513] CR2: 00005605141e3640 CR3: 000000061a82e001 CR4: 00000000003706f0
<4>[ 125.898514] Call Trace:
<4>[ 125.898516] <TASK>
<4>[ 125.898519] ? __warn+0x89/0x130
<4>[ 125.898523] ? kernfs_remove_by_name_ns+0xbb/0xd0
<4>[ 125.898526] ? report_bug+0x164/0x190
<4>[ 125.898530] ? handle_bug+0x54/0x90
<4>[ 125.898533] ? exc_invalid_op+0x17/0x70
<4>[ 125.898535] ? asm_exc_invalid_op+0x1a/0x20
<4>[ 125.898541] ? kernfs_remove_by_name_ns+0xbb/0xd0
<4>[ 125.898543] typec_unregister_partner+0x5b/0xe0
<4>[ 125.898547] ucsi_unregister_partner.part.0+0xf5/0x130
<4>[ 125.898550] ucsi_handle_connector_change+0x185/0x380
<4>[ 125.898554] process_one_work+0x15d/0x380
<4>[ 125.898558] worker_thread+0x2a5/0x3b0
<4>[ 125.898560] ? _raw_spin_lock_irqsave+0x3c/0x60
<4>[ 125.898564] ? __pfx_worker_thread+0x10/0x10
<4>[ 125.898566] kthread+0xcd/0x100
<4>[ 125.898570] ? __pfx_kthread+0x10/0x10
<4>[ 125.898574] ret_from_fork+0x31/0x50
<4>[ 125.898578] ? __pfx_kthread+0x10/0x10
<4>[ 125.898581] ret_from_fork_asm+0x1a/0x30
<4>[ 125.898587] </TASK>
<4>[ 125.898588] ---[ end trace 0000000000000000 ]---
<6>[ 130.340352] usb 1-5: new high-speed USB device number 12 using xhci_hcd
<3>[ 130.408799] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
<3>[ 130.408831] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
<6>[ 130.466749] usb 1-5: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.33
<6>[ 130.466759] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 130.466765] usb 1-5: Product: USB2.0 Hub
<6>[ 130.466769] usb 1-5: Manufacturer: VIA Labs, Inc.
<6>[ 130.475025] hub 1-5:1.0: USB hub found
<6>[ 130.475211] hub 1-5:1.0: 5 ports detected
<6>[ 131.001545] usb 1-2: new full-speed USB device number 13 using xhci_hcd
<6>[ 131.130676] usb 1-2: New USB device found, idVendor=17ef, idProduct=3074, bcdDevice= 0.00
<6>[ 131.130698] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6>[ 131.130707] usb 1-2: Product: USB Billboard
<6>[ 131.130714] usb 1-2: Manufacturer: Cypress Semiconductor
<6>[ 131.130721] usb 1-2: SerialNumber: 11AD1D006D0B3A0128190B00
<6>[ 131.140099] hid-generic 0003:17EF:3074.0003: hidraw0: USB HID v1.11 Device [Cypress Semiconductor USB Billboard] on usb-0000:00:14.0-2/input1
<6>[ 131.273466] usb 1-5.2: new high-speed USB device number 14 using xhci_hcd
<6>[ 131.302039] pci 0000:02:00.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Upstream Port
<6>[ 131.302113] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
<6>[ 131.302137] pci 0000:02:00.0: bridge window [mem 0xc4000000-0xda0fffff]
<6>[ 131.302165] pci 0000:02:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 131.302194] pci 0000:02:00.0: enabling Extended Tags
<6>[ 131.302425] pci 0000:02:00.0: supports D1 D2
<6>[ 131.302434] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 131.303166] pci 0000:02:00.0: Adding to iommu group 14
<6>[ 131.303839] pci 0000:03:00.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
<6>[ 131.303919] pci 0000:03:00.0: PCI bridge to [bus 04]
<6>[ 131.303950] pci 0000:03:00.0: bridge window [mem 0xda000000-0xda0fffff]
<6>[ 131.304008] pci 0000:03:00.0: enabling Extended Tags
<6>[ 131.304196] pci 0000:03:00.0: supports D1 D2
<6>[ 131.304202] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 131.304843] pci 0000:03:00.0: Adding to iommu group 15
<6>[ 131.305226] pci 0000:03:01.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
<6>[ 131.305328] pci 0000:03:01.0: PCI bridge to [bus 05-39]
<6>[ 131.305356] pci 0000:03:01.0: bridge window [mem 0xc4000000-0xd9efffff]
<6>[ 131.305386] pci 0000:03:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 131.305426] pci 0000:03:01.0: enabling Extended Tags
<6>[ 131.308150] pci 0000:03:01.0: supports D1 D2
<6>[ 131.308161] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 131.308654] pci 0000:03:01.0: Adding to iommu group 16
<6>[ 131.309008] pci 0000:03:02.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
<6>[ 131.309090] pci 0000:03:02.0: PCI bridge to [bus 3a]
<6>[ 131.309116] pci 0000:03:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
<6>[ 131.309173] pci 0000:03:02.0: enabling Extended Tags
<6>[ 131.313079] pci 0000:03:02.0: supports D1 D2
<6>[ 131.313091] pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 131.313714] pci 0000:03:02.0: Adding to iommu group 17
<6>[ 131.314126] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
<6>[ 131.314389] pci 0000:03:00.0: PCI bridge to [bus 04]
<6>[ 131.314613] pci 0000:03:01.0: PCI bridge to [bus 05-39]
<6>[ 131.314949] pci 0000:3a:00.0: [8086:15c1] type 00 class 0x0c0330 PCIe Endpoint
<6>[ 131.315018] pci 0000:3a:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
<6>[ 131.315201] pci 0000:3a:00.0: enabling Extended Tags
<6>[ 131.321680] pci 0000:3a:00.0: supports D1 D2
<6>[ 131.321691] pci 0000:3a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 131.321852] pci 0000:3a:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:03:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
<6>[ 131.325136] pci 0000:3a:00.0: Adding to iommu group 17
<6>[ 131.326935] pci 0000:03:02.0: PCI bridge to [bus 3a]
<7>[ 131.327077] pci_bus 0000:03: Allocating resources
<6>[ 131.327312] pci 0000:03:01.0: bridge window [io 0x1000-0x0fff] to [bus 05-39] add_size 1000
<6>[ 131.327495] pci 0000:03:02.0: bridge window [io 0x1000-0x0fff] to [bus 3a] add_size 1000
<6>[ 131.327511] pci 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
<6>[ 131.327526] pci 0000:02:00.0: bridge window [io 0x1000-0x0fff] to [bus 03-3a] add_size 2000
<6>[ 131.327543] pci 0000:02:00.0: bridge window [io 0x4000-0x5fff]: assigned
<6>[ 131.327564] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
<6>[ 131.327576] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
<6>[ 131.327585] pci 0000:03:01.0: bridge window [io 0x4000-0x4fff]: assigned
<6>[ 131.327593] pci 0000:03:02.0: bridge window [io 0x5000-0x5fff]: assigned
<6>[ 131.327607] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
<6>[ 131.327614] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
<6>[ 131.327623] pci 0000:03:00.0: PCI bridge to [bus 04]
<6>[ 131.327640] pci 0000:03:00.0: bridge window [mem 0xda000000-0xda0fffff]
<6>[ 131.327664] pci 0000:03:01.0: PCI bridge to [bus 05-39]
<6>[ 131.327672] pci 0000:03:01.0: bridge window [io 0x4000-0x4fff]
<6>[ 131.327686] pci 0000:03:01.0: bridge window [mem 0xc4000000-0xd9efffff]
<6>[ 131.327699] pci 0000:03:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 131.327718] pci 0000:03:02.0: PCI bridge to [bus 3a]
<6>[ 131.327726] pci 0000:03:02.0: bridge window [io 0x5000-0x5fff]
<6>[ 131.327740] pci 0000:03:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
<6>[ 131.327762] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
<6>[ 131.327771] pci 0000:02:00.0: bridge window [io 0x4000-0x5fff]
<6>[ 131.327784] pci 0000:02:00.0: bridge window [mem 0xc4000000-0xda0fffff]
<6>[ 131.327799] pci 0000:02:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
<6>[ 131.327915] pcieport 0000:02:00.0: enabling device (0006 -> 0007)
<6>[ 131.331623] pcieport 0000:03:01.0: enabling device (0006 -> 0007)
<6>[ 131.337452] pcieport 0000:03:02.0: enabling device (0006 -> 0007)
<6>[ 131.346015] xhci_hcd 0000:3a:00.0: xHCI Host Controller
<6>[ 131.346424] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 3
<6>[ 131.347900] xhci_hcd 0000:3a:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
<6>[ 131.348747] xhci_hcd 0000:3a:00.0: xHCI Host Controller
<6>[ 131.348991] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 4
<6>[ 131.349005] xhci_hcd 0000:3a:00.0: Host supports USB 3.1 Enhanced SuperSpeed
<6>[ 131.349154] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
<6>[ 131.349166] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 131.349174] usb usb3: Product: xHCI Host Controller
<6>[ 131.349181] usb usb3: Manufacturer: Linux 6.12.12+ xhci-hcd
<6>[ 131.349188] usb usb3: SerialNumber: 0000:3a:00.0
<6>[ 131.349887] hub 3-0:1.0: USB hub found
<6>[ 131.349916] hub 3-0:1.0: 2 ports detected
<6>[ 131.365374] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
<6>[ 131.365391] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 131.365400] usb usb4: Product: xHCI Host Controller
<6>[ 131.365408] usb usb4: Manufacturer: Linux 6.12.12+ xhci-hcd
<6>[ 131.365416] usb usb4: SerialNumber: 0000:3a:00.0
<6>[ 131.366181] hub 4-0:1.0: USB hub found
<6>[ 131.366218] hub 4-0:1.0: 2 ports detected
<6>[ 131.376526] typec port1: bound usb1-port5 (ops connector_ops)
<6>[ 131.376542] typec port1: bound usb4-port1 (ops connector_ops)
<6>[ 131.415938] usb 1-5.2: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.34
<6>[ 131.415944] usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 131.415947] usb 1-5.2: Product: USB2.0 Hub
<6>[ 131.415950] usb 1-5.2: Manufacturer: VIA Labs, Inc.
<6>[ 131.417044] hub 1-5.2:1.0: USB hub found
<6>[ 131.417220] hub 1-5.2:1.0: 4 ports detected
<6>[ 131.603416] usb 1-5.5: new high-speed USB device number 15 using xhci_hcd
<6>[ 131.679471] usb 1-5.5: New USB device found, idVendor=17ef, idProduct=3075, bcdDevice= 0.01
<6>[ 131.679489] usb 1-5.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6>[ 131.679498] usb 1-5.5: Product: USB Billboard Device
<6>[ 131.679504] usb 1-5.5: Manufacturer: VIA Labs, Inc.
<6>[ 131.679509] usb 1-5.5: SerialNumber: 0000000000000001
<6>[ 131.699626] usb 4-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
<6>[ 131.716135] usb 4-1: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice=50.33
<6>[ 131.716150] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 131.716158] usb 4-1: Product: USB3.1 Hub
<6>[ 131.716164] usb 4-1: Manufacturer: VIA Labs, Inc.
<6>[ 131.721021] hub 4-1:1.0: USB hub found
<6>[ 131.721477] hub 4-1:1.0: 4 ports detected
<6>[ 132.126420] usb 1-5.2.4: new high-speed USB device number 16 using xhci_hcd
<6>[ 132.252113] usb 4-1.2: new SuperSpeed Plus Gen 2x1 USB device number 3 using xhci_hcd
<6>[ 132.266651] usb 4-1.2: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice=50.34
<6>[ 132.266669] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 132.266678] usb 4-1.2: Product: USB3.1 Hub
<6>[ 132.266684] usb 4-1.2: Manufacturer: VIA Labs, Inc.
<6>[ 132.279768] hub 4-1.2:1.0: USB hub found
<6>[ 132.280179] hub 4-1.2:1.0: 4 ports detected
<6>[ 132.802549] usb 4-1.2.3: new SuperSpeed USB device number 4 using xhci_hcd
<6>[ 132.815510] usb 4-1.2.3: New USB device found, idVendor=0781, idProduct=5588, bcdDevice= 1.00
<6>[ 132.815530] usb 4-1.2.3: New USB device strings: Mfr=2, Product=3, SerialNumber=1
<6>[ 132.815538] usb 4-1.2.3: Product: USB Extreme Pro
<6>[ 132.815544] usb 4-1.2.3: Manufacturer: SanDisk
<6>[ 132.815550] usb 4-1.2.3: SerialNumber: 12311679165A
<6>[ 132.817484] usb-storage 4-1.2.3:1.0: USB Mass Storage device detected
<6>[ 132.818118] scsi host1: usb-storage 4-1.2.3:1.0
<6>[ 133.419391] usb 1-5.2.4: New USB device found, idVendor=17ef, idProduct=306f, bcdDevice= 0.12
<6>[ 133.419413] usb 1-5.2.4: New USB device strings: Mfr=3, Product=1, SerialNumber=0
<6>[ 133.419423] usb 1-5.2.4: Product: ThinkPad Dock USB Audio
<6>[ 133.419430] usb 1-5.2.4: Manufacturer: Generic
<6>[ 133.652061] input: Generic ThinkPad Dock USB Audio Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.0004/input/input16
<6>[ 133.702840] input: Generic ThinkPad Dock USB Audio as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.0004/input/input17
<6>[ 133.703207] hid-generic 0003:17EF:306F.0004: input,hidraw1: USB HID v1.11 Device [Generic ThinkPad Dock USB Audio] on usb-0000:00:14.0-5.2.4/input3
<5>[ 133.859323] scsi 1:0:0:0: Direct-Access SanDisk Extreme Pro 0 PQ: 0 ANSI: 6
<5>[ 133.862790] sd 1:0:0:0: [sdb] 250085376 512-byte logical blocks: (128 GB/119 GiB)
<5>[ 133.863188] sd 1:0:0:0: [sdb] Write Protect is off
<7>[ 133.863195] sd 1:0:0:0: [sdb] Mode Sense: 43 00 00 00
<5>[ 133.863624] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
<6>[ 133.874958] sdb: sdb1
<5>[ 133.875357] sd 1:0:0:0: [sdb] Attached SCSI removable disk
<6>[ 762.863131] usb 1-2: USB disconnect, device number 13
<3>[ 762.900207] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND
<3>[ 762.900255] xhci_hcd 0000:3a:00.0: xHCI host controller not responding, assume dead
<3>[ 762.900285] xhci_hcd 0000:3a:00.0: HC died; cleaning up
<4>[ 762.900330] (20240827/psargs-332)
<3>[ 762.900344] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
<6>[ 762.967625] xhci_hcd 0000:3a:00.0: remove, state 1
<6>[ 762.967628] usb usb4: USB disconnect, device number 1
<6>[ 763.002312] usb 1-5: USB disconnect, device number 12
<6>[ 763.002314] usb 1-5.2: USB disconnect, device number 14
<6>[ 763.002316] usb 1-5.2.4: USB disconnect, device number 16
<6>[ 763.012278] usb 4-1: USB disconnect, device number 2
<6>[ 763.012282] usb 4-1.2: USB disconnect, device number 3
<6>[ 763.012284] usb 4-1.2.3: USB disconnect, device number 4
<5>[ 763.036264] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
<6>[ 763.036289] sd 1:0:0:0: [sdb] Synchronize Cache(10) failed: Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
<6>[ 763.042890] usb 1-5.5: USB disconnect, device number 15
<6>[ 763.047206] xhci_hcd 0000:3a:00.0: USB bus 4 deregistered
<6>[ 763.047293] xhci_hcd 0000:3a:00.0: remove, state 1
<6>[ 763.047298] usb usb3: USB disconnect, device number 1
<4>[ 763.047631] xhci_hcd 0000:3a:00.0: Host halt failed, -19
<4>[ 763.047635] xhci_hcd 0000:3a:00.0: Host not accessible, reset failed.
<6>[ 763.047938] xhci_hcd 0000:3a:00.0: USB bus 3 deregistered
<7>[ 763.064503] pci_bus 0000:03: Allocating resources
<6>[ 763.064515] pcieport 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
<6>[ 763.064521] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
<6>[ 763.064523] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
<6>[ 763.064525] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
<6>[ 763.064526] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
<6>[ 764.732257] usb 1-5: new high-speed USB device number 17 using xhci_hcd
<6>[ 764.858845] usb 1-5: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.33
<6>[ 764.858865] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 764.858874] usb 1-5: Product: USB2.0 Hub
<6>[ 764.858879] usb 1-5: Manufacturer: VIA Labs, Inc.
<6>[ 764.863909] hub 1-5:1.0: USB hub found
<6>[ 764.864165] hub 1-5:1.0: 5 ports detected
<3>[ 764.920095] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
<3>[ 764.920125] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
<6>[ 765.509346] usb 1-2: new full-speed USB device number 18 using xhci_hcd
<6>[ 765.641105] usb 1-2: New USB device found, idVendor=17ef, idProduct=3074, bcdDevice= 0.00
<6>[ 765.641124] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6>[ 765.641132] usb 1-2: Product: USB Billboard
<6>[ 765.641139] usb 1-2: Manufacturer: Cypress Semiconductor
<6>[ 765.641144] usb 1-2: SerialNumber: 11AD1D006D0B3A0128190B00
<6>[ 765.655413] hid-generic 0003:17EF:3074.0005: hidraw0: USB HID v1.11 Device [Cypress Semiconductor USB Billboard] on usb-0000:00:14.0-2/input1
<6>[ 765.760373] usb 1-5.2: new high-speed USB device number 19 using xhci_hcd
<6>[ 765.895119] usb 1-5.2: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.34
<6>[ 765.895819] usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 765.895830] usb 1-5.2: Product: USB2.0 Hub
<6>[ 765.895838] usb 1-5.2: Manufacturer: VIA Labs, Inc.
<6>[ 765.897410] hub 1-5.2:1.0: USB hub found
<6>[ 765.898302] hub 1-5.2:1.0: 4 ports detected
<6>[ 766.089345] usb 1-5.5: new high-speed USB device number 20 using xhci_hcd
<6>[ 766.164162] usb 1-5.5: New USB device found, idVendor=17ef, idProduct=3075, bcdDevice= 0.01
<6>[ 766.164180] usb 1-5.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6>[ 766.164188] usb 1-5.5: Product: USB Billboard Device
<6>[ 766.164194] usb 1-5.5: Manufacturer: VIA Labs, Inc.
<6>[ 766.164200] usb 1-5.5: SerialNumber: 0000000000000001
<6>[ 766.607349] usb 1-5.2.4: new high-speed USB device number 21 using xhci_hcd
<6>[ 767.862208] usb 1-2: USB disconnect, device number 18
<3>[ 767.864362] usb 1-5.2.4: unable to read config index 0 descriptor/all
<3>[ 767.864380] usb 1-5.2.4: can't read configurations, error -71
<3>[ 767.864527] usb 1-5.2-port4: cannot disable (err = -71)
<3>[ 767.864890] usb 1-5.2-port4: cannot reset (err = -71)
<3>[ 767.865029] usb 1-5.2-port4: cannot reset (err = -71)
<3>[ 767.865161] usb 1-5.2-port4: cannot reset (err = -71)
<3>[ 767.865311] usb 1-5.2-port4: cannot reset (err = -71)
<3>[ 767.865439] usb 1-5.2-port4: cannot reset (err = -71)
<3>[ 767.865450] usb 1-5.2-port4: Cannot enable. Maybe the USB cable is bad?
<3>[ 767.865575] usb 1-5.2-port4: cannot disable (err = -71)
<6>[ 767.865667] usb 1-5.2-port4: attempt power cycle
<3>[ 767.893621] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
<3>[ 767.893742] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
<6>[ 767.970396] usb 1-5: USB disconnect, device number 17
<6>[ 767.970401] usb 1-5.2: USB disconnect, device number 19
<7>[ 768.083123] pci_bus 0000:03: Allocating resources
<6>[ 768.083140] pcieport 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
<6>[ 768.083146] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
<6>[ 768.083148] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
<6>[ 768.083150] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
<6>[ 768.083151] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
<6>[ 768.965050] usb 1-5.5: USB disconnect, device number 20
<6>[ 771.309999] usb 1-5: new high-speed USB device number 25 using xhci_hcd
<3>[ 771.400838] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
<3>[ 771.400870] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
<6>[ 771.438641] usb 1-5: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.33
<6>[ 771.438657] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 771.438665] usb 1-5: Product: USB2.0 Hub
<6>[ 771.438671] usb 1-5: Manufacturer: VIA Labs, Inc.
<6>[ 771.452633] hub 1-5:1.0: USB hub found
<6>[ 771.452896] hub 1-5:1.0: 5 ports detected
<6>[ 771.999414] usb 1-2: new full-speed USB device number 26 using xhci_hcd
<6>[ 772.128595] usb 1-2: New USB device found, idVendor=17ef, idProduct=3074, bcdDevice= 0.00
<6>[ 772.128617] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6>[ 772.128626] usb 1-2: Product: USB Billboard
<6>[ 772.128633] usb 1-2: Manufacturer: Cypress Semiconductor
<6>[ 772.128640] usb 1-2: SerialNumber: 11AD1D006D0B3A0128190B00
<6>[ 772.137055] hid-generic 0003:17EF:3074.0006: hidraw0: USB HID v1.11 Device [Cypress Semiconductor USB Billboard] on usb-0000:00:14.0-2/input1
<6>[ 772.248330] usb 1-5.2: new high-speed USB device number 27 using xhci_hcd
<6>[ 772.389472] usb 1-5.2: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.34
<6>[ 772.389495] usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 772.389504] usb 1-5.2: Product: USB2.0 Hub
<6>[ 772.389511] usb 1-5.2: Manufacturer: VIA Labs, Inc.
<6>[ 772.394980] hub 1-5.2:1.0: USB hub found
<6>[ 772.395413] hub 1-5.2:1.0: 4 ports detected
<6>[ 772.585381] usb 1-5.5: new high-speed USB device number 28 using xhci_hcd
<6>[ 772.661128] usb 1-5.5: New USB device found, idVendor=17ef, idProduct=3075, bcdDevice= 0.01
<6>[ 772.661151] usb 1-5.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6>[ 772.661163] usb 1-5.5: Product: USB Billboard Device
<6>[ 772.661172] usb 1-5.5: Manufacturer: VIA Labs, Inc.
<6>[ 772.661180] usb 1-5.5: SerialNumber: 0000000000000001
<6>[ 773.102315] usb 1-5.2.4: new high-speed USB device number 29 using xhci_hcd
<6>[ 773.222737] pci 0000:3a:00.0: [8086:15c1] type 00 class 0x0c0330 PCIe Endpoint
<6>[ 773.222768] pci 0000:3a:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
<6>[ 773.222851] pci 0000:3a:00.0: enabling Extended Tags
<6>[ 773.222988] pci 0000:3a:00.0: supports D1 D2
<6>[ 773.222990] pci 0000:3a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 773.223057] pci 0000:3a:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:03:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
<6>[ 773.223251] pci 0000:3a:00.0: Adding to iommu group 17
<6>[ 773.223313] pcieport 0000:03:02.0: ASPM: current common clock configuration is inconsistent, reconfiguring
<7>[ 773.223382] pci_bus 0000:03: Allocating resources
<6>[ 773.223403] pcieport 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
<6>[ 773.223413] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
<6>[ 773.223416] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
<6>[ 773.223421] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
<6>[ 773.223423] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
<6>[ 773.223860] xhci_hcd 0000:3a:00.0: xHCI Host Controller
<6>[ 773.223989] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 3
<6>[ 773.225173] xhci_hcd 0000:3a:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
<6>[ 773.225522] xhci_hcd 0000:3a:00.0: xHCI Host Controller
<6>[ 773.225662] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 4
<6>[ 773.225667] xhci_hcd 0000:3a:00.0: Host supports USB 3.1 Enhanced SuperSpeed
<6>[ 773.225710] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
<6>[ 773.225713] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 773.225715] usb usb3: Product: xHCI Host Controller
<6>[ 773.225717] usb usb3: Manufacturer: Linux 6.12.12+ xhci-hcd
<6>[ 773.225718] usb usb3: SerialNumber: 0000:3a:00.0
<6>[ 773.225939] hub 3-0:1.0: USB hub found
<6>[ 773.225951] hub 3-0:1.0: 2 ports detected
<6>[ 773.228193] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
<6>[ 773.228198] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 773.228201] usb usb4: Product: xHCI Host Controller
<6>[ 773.228203] usb usb4: Manufacturer: Linux 6.12.12+ xhci-hcd
<6>[ 773.228205] usb usb4: SerialNumber: 0000:3a:00.0
<6>[ 773.228498] hub 4-0:1.0: USB hub found
<6>[ 773.228509] hub 4-0:1.0: 2 ports detected
<6>[ 773.229467] typec port1: bound usb1-port5 (ops connector_ops)
<6>[ 773.229477] typec port1: bound usb4-port1 (ops connector_ops)
<6>[ 773.555028] usb 4-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
<6>[ 773.570866] usb 4-1: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice=50.33
<6>[ 773.570885] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 773.570893] usb 4-1: Product: USB3.1 Hub
<6>[ 773.570899] usb 4-1: Manufacturer: VIA Labs, Inc.
<6>[ 773.575817] hub 4-1:1.0: USB hub found
<6>[ 773.576116] hub 4-1:1.0: 4 ports detected
<6>[ 774.105247] usb 4-1.2: new SuperSpeed Plus Gen 2x1 USB device number 3 using xhci_hcd
<6>[ 774.120846] usb 4-1.2: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice=50.34
<6>[ 774.120868] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 774.120876] usb 4-1.2: Product: USB3.1 Hub
<6>[ 774.120883] usb 4-1.2: Manufacturer: VIA Labs, Inc.
<6>[ 774.133444] hub 4-1.2:1.0: USB hub found
<6>[ 774.133758] hub 4-1.2:1.0: 4 ports detected
<6>[ 774.394569] usb 1-5.2.4: New USB device found, idVendor=17ef, idProduct=306f, bcdDevice= 0.12
<6>[ 774.394591] usb 1-5.2.4: New USB device strings: Mfr=3, Product=1, SerialNumber=0
<6>[ 774.394601] usb 1-5.2.4: Product: ThinkPad Dock USB Audio
<6>[ 774.394608] usb 1-5.2.4: Manufacturer: Generic
<6>[ 774.626552] input: Generic ThinkPad Dock USB Audio Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.0007/input/input18
<6>[ 774.659519] usb 4-1.2.3: new SuperSpeed USB device number 4 using xhci_hcd
<6>[ 774.672359] usb 4-1.2.3: New USB device found, idVendor=0781, idProduct=5588, bcdDevice= 1.00
<6>[ 774.672378] usb 4-1.2.3: New USB device strings: Mfr=2, Product=3, SerialNumber=1
<6>[ 774.672386] usb 4-1.2.3: Product: USB Extreme Pro
<6>[ 774.672392] usb 4-1.2.3: Manufacturer: SanDisk
<6>[ 774.672398] usb 4-1.2.3: SerialNumber: 12311679165A
<6>[ 774.674274] usb-storage 4-1.2.3:1.0: USB Mass Storage device detected
<6>[ 774.674982] scsi host1: usb-storage 4-1.2.3:1.0
<6>[ 774.677995] input: Generic ThinkPad Dock USB Audio as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.0007/input/input19
<6>[ 774.678157] hid-generic 0003:17EF:306F.0007: input,hidraw1: USB HID v1.11 Device [Generic ThinkPad Dock USB Audio] on usb-0000:00:14.0-5.2.4/input3
<5>[ 775.715313] scsi 1:0:0:0: Direct-Access SanDisk Extreme Pro 0 PQ: 0 ANSI: 6
<5>[ 775.718212] sd 1:0:0:0: [sdb] 250085376 512-byte logical blocks: (128 GB/119 GiB)
<5>[ 775.718491] sd 1:0:0:0: [sdb] Write Protect is off
<7>[ 775.718493] sd 1:0:0:0: [sdb] Mode Sense: 43 00 00 00
<5>[ 775.718771] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
<6>[ 775.732129] sdb: sdb1
<5>[ 775.732233] sd 1:0:0:0: [sdb] Attached SCSI removable disk
<6>[ 776.819383] usb 1-2: USB disconnect, device number 26
<3>[ 776.823341] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.823355] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a620 trb-start 00000000ffe5a630 trb-end 00000000ffe5a630 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.824336] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.824346] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a630 trb-start 00000000ffe5a640 trb-end 00000000ffe5a640 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.825332] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.825340] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a640 trb-start 00000000ffe5a650 trb-end 00000000ffe5a650 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.826337] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.826346] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a650 trb-start 00000000ffe5a660 trb-end 00000000ffe5a660 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.827338] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.827346] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a660 trb-start 00000000ffe5a670 trb-end 00000000ffe5a670 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.828339] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.828348] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a670 trb-start 00000000ffe5a680 trb-end 00000000ffe5a680 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.829328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.829330] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a680 trb-start 00000000ffe5a690 trb-end 00000000ffe5a690 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.830329] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.830331] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a690 trb-start 00000000ffe5a6a0 trb-end 00000000ffe5a6a0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.831329] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.831331] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a6a0 trb-start 00000000ffe5a6b0 trb-end 00000000ffe5a6b0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.832328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.832330] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a6b0 trb-start 00000000ffe5a6c0 trb-end 00000000ffe5a6c0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.833328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.833330] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a6c0 trb-start 00000000ffe5a6d0 trb-end 00000000ffe5a6d0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.834329] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.834331] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a6d0 trb-start 00000000ffe5a6e0 trb-end 00000000ffe5a6e0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.835329] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.835331] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a6e0 trb-start 00000000ffe5a6f0 trb-end 00000000ffe5a6f0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.836329] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.836330] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a6f0 trb-start 00000000ffe5a700 trb-end 00000000ffe5a700 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.837328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.837330] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a700 trb-start 00000000ffe5a710 trb-end 00000000ffe5a710 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.838328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.838331] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a710 trb-start 00000000ffe5a720 trb-end 00000000ffe5a720 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.839328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.839331] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a720 trb-start 00000000ffe5a730 trb-end 00000000ffe5a730 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.840328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.840332] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a730 trb-start 00000000ffe5a740 trb-end 00000000ffe5a740 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.841328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.841331] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a740 trb-start 00000000ffe5a750 trb-end 00000000ffe5a750 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.842330] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.842333] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a750 trb-start 00000000ffe5a760 trb-end 00000000ffe5a760 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.843328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.843330] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a760 trb-start 00000000ffe5a770 trb-end 00000000ffe5a770 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.844328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.844331] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a770 trb-start 00000000ffe5a780 trb-end 00000000ffe5a780 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.845328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.845331] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a780 trb-start 00000000ffe5a790 trb-end 00000000ffe5a790 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.846329] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.846332] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a790 trb-start 00000000ffe5a7a0 trb-end 00000000ffe5a7a0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.847328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.847330] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a7a0 trb-start 00000000ffe5a7b0 trb-end 00000000ffe5a7b0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.848327] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.848330] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a7b0 trb-start 00000000ffe5a7c0 trb-end 00000000ffe5a7c0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.849329] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.849331] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a7c0 trb-start 00000000ffe5a7d0 trb-end 00000000ffe5a7d0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.850330] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.850333] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a7d0 trb-start 00000000ffe5a7e0 trb-end 00000000ffe5a7e0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.851328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.851330] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a7e0 trb-start 00000000ffe5a7f0 trb-end 00000000ffe5a7f0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.852328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.852330] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a7f0 trb-start 00000000ffe5a800 trb-end 00000000ffe5a800 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.853330] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.853333] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a800 trb-start 00000000ffe5a810 trb-end 00000000ffe5a810 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.854327] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.854329] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a810 trb-start 00000000ffe5a820 trb-end 00000000ffe5a820 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.854372] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
<3>[ 776.854378] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
<3>[ 776.857019] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.857021] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a820 trb-start 00000000ffe5a830 trb-end 00000000ffe5a830 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.857024] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.857025] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a830 trb-start 00000000ffe5a840 trb-end 00000000ffe5a840 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.857110] xhci_hcd 0000:3a:00.0: xHCI host controller not responding, assume dead
<3>[ 776.857115] xhci_hcd 0000:3a:00.0: HC died; cleaning up
<3>[ 776.857696] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.857698] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a840 trb-start 00000000ffe5a850 trb-end 00000000ffe5a850 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.858327] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.858329] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a850 trb-start 00000000ffe5a860 trb-end 00000000ffe5a860 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.859328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.859329] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a860 trb-start 00000000ffe5a870 trb-end 00000000ffe5a870 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.860328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.860329] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a870 trb-start 00000000ffe5a880 trb-end 00000000ffe5a880 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.862036] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.862038] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a880 trb-start 00000000ffe5a890 trb-end 00000000ffe5a890 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.862329] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.862331] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a890 trb-start 00000000ffe5a8a0 trb-end 00000000ffe5a8a0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.864142] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.864143] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a8a0 trb-start 00000000ffe5a8b0 trb-end 00000000ffe5a8b0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.864328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.864329] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a8b0 trb-start 00000000ffe5a8c0 trb-end 00000000ffe5a8c0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.865345] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.865346] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a8c0 trb-start 00000000ffe5a8d0 trb-end 00000000ffe5a8d0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.866369] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.866371] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a8d0 trb-start 00000000ffe5a8e0 trb-end 00000000ffe5a8e0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.867331] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.867334] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a8e0 trb-start 00000000ffe5a8f0 trb-end 00000000ffe5a8f0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.868364] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.868366] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a8f0 trb-start 00000000ffe5a900 trb-end 00000000ffe5a900 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.869329] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.869331] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a900 trb-start 00000000ffe5a910 trb-end 00000000ffe5a910 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.870663] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.870665] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a910 trb-start 00000000ffe5a920 trb-end 00000000ffe5a920 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.871354] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.871356] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a920 trb-start 00000000ffe5a930 trb-end 00000000ffe5a930 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.873340] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.873342] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a930 trb-start 00000000ffe5a940 trb-end 00000000ffe5a940 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.873345] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.873346] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a940 trb-start 00000000ffe5a950 trb-end 00000000ffe5a950 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.874333] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.874335] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a950 trb-start 00000000ffe5a960 trb-end 00000000ffe5a960 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.875526] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.875527] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a960 trb-start 00000000ffe5a970 trb-end 00000000ffe5a970 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.876328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.876330] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a970 trb-start 00000000ffe5a980 trb-end 00000000ffe5a980 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.877352] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.877354] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a980 trb-start 00000000ffe5a990 trb-end 00000000ffe5a990 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.879177] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.879180] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a990 trb-start 00000000ffe5a9a0 trb-end 00000000ffe5a9a0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.879327] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.879328] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a9a0 trb-start 00000000ffe5a9b0 trb-end 00000000ffe5a9b0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.880327] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.880329] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a9b0 trb-start 00000000ffe5a9c0 trb-end 00000000ffe5a9c0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.881597] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.881598] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a9c0 trb-start 00000000ffe5a9d0 trb-end 00000000ffe5a9d0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.882328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.882330] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a9d0 trb-start 00000000ffe5a9e0 trb-end 00000000ffe5a9e0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.883360] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.883362] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a9e0 trb-start 00000000ffe5a9f0 trb-end 00000000ffe5a9f0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.884328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.884330] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5a9f0 trb-start 00000000ffe5aa00 trb-end 00000000ffe5aa00 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.885359] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.885361] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5aa00 trb-start 00000000ffe5aa10 trb-end 00000000ffe5aa10 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.886328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.886331] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5aa10 trb-start 00000000ffe5aa20 trb-end 00000000ffe5aa20 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.887359] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.887361] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5aa20 trb-start 00000000ffe5aa30 trb-end 00000000ffe5aa30 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.888335] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.888338] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5aa30 trb-start 00000000ffe5aa40 trb-end 00000000ffe5aa40 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.890739] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.890741] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5aa40 trb-start 00000000ffe5aa50 trb-end 00000000ffe5aa50 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.890743] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.890744] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5aa50 trb-start 00000000ffe5aa60 trb-end 00000000ffe5aa60 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.891470] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.891472] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5aa60 trb-start 00000000ffe5aa70 trb-end 00000000ffe5aa70 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.892791] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.892793] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5aa70 trb-start 00000000ffe5aa80 trb-end 00000000ffe5aa80 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.893328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.893329] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5aa80 trb-start 00000000ffe5aa90 trb-end 00000000ffe5aa90 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.894358] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.894360] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5aa90 trb-start 00000000ffe5aaa0 trb-end 00000000ffe5aaa0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.896388] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.896389] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5aaa0 trb-start 00000000ffe5aab0 trb-end 00000000ffe5aab0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.896391] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.896392] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5aab0 trb-start 00000000ffe5aac0 trb-end 00000000ffe5aac0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.897329] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.897331] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5aac0 trb-start 00000000ffe5aad0 trb-end 00000000ffe5aad0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.898635] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.898637] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5aad0 trb-start 00000000ffe5aae0 trb-end 00000000ffe5aae0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.899328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.899330] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5aae0 trb-start 00000000ffe5aaf0 trb-end 00000000ffe5aaf0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.900364] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.900366] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5aaf0 trb-start 00000000ffe5ab00 trb-end 00000000ffe5ab00 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.901328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.901331] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5ab00 trb-start 00000000ffe5ab10 trb-end 00000000ffe5ab10 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.902363] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.902366] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5ab10 trb-start 00000000ffe5ab20 trb-end 00000000ffe5ab20 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.903328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.903330] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5ab20 trb-start 00000000ffe5ab30 trb-end 00000000ffe5ab30 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.904370] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.904372] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5ab30 trb-start 00000000ffe5ab40 trb-end 00000000ffe5ab40 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.905328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.905330] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5ab40 trb-start 00000000ffe5ab50 trb-end 00000000ffe5ab50 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.906337] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.906339] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5ab50 trb-start 00000000ffe5ab60 trb-end 00000000ffe5ab60 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.907369] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.907371] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5ab60 trb-start 00000000ffe5ab70 trb-end 00000000ffe5ab70 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.908328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.908330] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5ab70 trb-start 00000000ffe5ab80 trb-end 00000000ffe5ab80 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.909343] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.909344] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5ab80 trb-start 00000000ffe5ab90 trb-end 00000000ffe5ab90 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.911838] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.911840] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5ab90 trb-start 00000000ffe5aba0 trb-end 00000000ffe5aba0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.911843] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.911845] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5aba0 trb-start 00000000ffe5abb0 trb-end 00000000ffe5abb0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.912548] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.912550] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5abb0 trb-start 00000000ffe5abc0 trb-end 00000000ffe5abc0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.913328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.913330] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5abc0 trb-start 00000000ffe5abd0 trb-end 00000000ffe5abd0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.914328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.914329] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5abd0 trb-start 00000000ffe5abe0 trb-end 00000000ffe5abe0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.915370] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.915372] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5abe0 trb-start 00000000ffe5abf0 trb-end 00000000ffe5abf0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.916329] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.916331] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5abf0 trb-start 00000000ffe5ac00 trb-end 00000000ffe5ac00 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.918266] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.918267] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5ac00 trb-start 00000000ffe5ac10 trb-end 00000000ffe5ac10 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.918326] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.918327] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5ac10 trb-start 00000000ffe5ac20 trb-end 00000000ffe5ac20 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.919376] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.919377] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5ac20 trb-start 00000000ffe5ac30 trb-end 00000000ffe5ac30 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.920594] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.920595] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5ac30 trb-start 00000000ffe5ac40 trb-end 00000000ffe5ac40 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.921328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.921330] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5ac40 trb-start 00000000ffe5ac50 trb-end 00000000ffe5ac50 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.922373] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.922375] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5ac50 trb-start 00000000ffe5ac60 trb-end 00000000ffe5ac60 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.923328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.923330] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5ac60 trb-start 00000000ffe5ac70 trb-end 00000000ffe5ac70 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.924354] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.924356] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5ac70 trb-start 00000000ffe5ac80 trb-end 00000000ffe5ac80 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.925328] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.925329] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5ac80 trb-start 00000000ffe5ac90 trb-end 00000000ffe5ac90 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.926375] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.926377] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5ac90 trb-start 00000000ffe5aca0 trb-end 00000000ffe5aca0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<6>[ 776.927291] usb 1-5: USB disconnect, device number 25
<6>[ 776.927293] usb 1-5.2: USB disconnect, device number 27
<6>[ 776.927294] usb 1-5.2.4: USB disconnect, device number 29
<3>[ 776.927331] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.927333] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5aca0 trb-start 00000000ffe5acb0 trb-end 00000000ffe5acb0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.927347] usb 1-5.2.4: cannot submit urb (err = -19)
<3>[ 776.927462] usb 1-5.2.4: cannot submit urb 0, error -19: no device
<3>[ 776.929729] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.929732] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5acb0 trb-start 00000000ffe5acc0 trb-end 00000000ffe5acc0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<3>[ 776.929735] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 7 comp_code 1
<4>[ 776.929737] xhci_hcd 0000:00:14.0: Looking for event-dma 00000000ffe5acc0 trb-start 00000000ffe5acd0 trb-end 00000000ffe5acd0 seg-start 00000000ffe5a000 seg-end 00000000ffe5aff0
<6>[ 776.942288] usb 4-1: USB disconnect, device number 2
<6>[ 776.942292] usb 4-1.2: USB disconnect, device number 3
<6>[ 776.942294] usb 4-1.2.3: USB disconnect, device number 4
<5>[ 776.967235] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
<6>[ 776.970256] sd 1:0:0:0: [sdb] Synchronize Cache(10) failed: Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
<6>[ 776.986543] usb 1-5.5: USB disconnect, device number 28
<6>[ 778.053391] usb 1-5: new high-speed USB device number 30 using xhci_hcd
<6>[ 778.179877] usb 1-5: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.33
<6>[ 778.179895] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 778.179903] usb 1-5: Product: USB2.0 Hub
<6>[ 778.179909] usb 1-5: Manufacturer: VIA Labs, Inc.
<6>[ 778.182914] hub 1-5:1.0: USB hub found
<6>[ 778.183202] hub 1-5:1.0: 5 ports detected
<3>[ 778.191522] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
<3>[ 778.191565] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
<6>[ 778.339155] xhci_hcd 0000:3a:00.0: remove, state 1
<6>[ 778.339159] usb usb4: USB disconnect, device number 1
<6>[ 778.339343] xhci_hcd 0000:3a:00.0: USB bus 4 deregistered
<6>[ 778.339397] xhci_hcd 0000:3a:00.0: remove, state 1
<6>[ 778.339399] usb usb3: USB disconnect, device number 1
<4>[ 778.339560] xhci_hcd 0000:3a:00.0: Host halt failed, -19
<4>[ 778.339563] xhci_hcd 0000:3a:00.0: Host not accessible, reset failed.
<6>[ 778.339742] xhci_hcd 0000:3a:00.0: USB bus 3 deregistered
<7>[ 778.351713] pci_bus 0000:03: Allocating resources
<6>[ 778.351736] pcieport 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
<6>[ 778.351743] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
<6>[ 778.351745] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
<6>[ 778.351747] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
<6>[ 778.351749] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
<6>[ 778.792323] usb 1-2: new full-speed USB device number 31 using xhci_hcd
<6>[ 778.924414] usb 1-2: New USB device found, idVendor=17ef, idProduct=3074, bcdDevice= 0.00
<6>[ 778.924433] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6>[ 778.924441] usb 1-2: Product: USB Billboard
<6>[ 778.924447] usb 1-2: Manufacturer: Cypress Semiconductor
<6>[ 778.924453] usb 1-2: SerialNumber: 11AD1D006D0B3A0128190B00
<6>[ 778.946679] hid-generic 0003:17EF:3074.0008: hidraw0: USB HID v1.11 Device [Cypress Semiconductor USB Billboard] on usb-0000:00:14.0-2/input1
<6>[ 779.044309] usb 1-5.2: new high-speed USB device number 32 using xhci_hcd
<6>[ 779.183946] usb 1-5.2: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.34
<6>[ 779.183965] usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 779.183973] usb 1-5.2: Product: USB2.0 Hub
<6>[ 779.183979] usb 1-5.2: Manufacturer: VIA Labs, Inc.
<6>[ 779.185534] hub 1-5.2:1.0: USB hub found
<6>[ 779.185895] hub 1-5.2:1.0: 4 ports detected
<6>[ 779.379331] usb 1-5.5: new high-speed USB device number 33 using xhci_hcd
<6>[ 779.458696] usb 1-5.5: New USB device found, idVendor=17ef, idProduct=3075, bcdDevice= 0.01
<6>[ 779.458714] usb 1-5.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6>[ 779.458722] usb 1-5.5: Product: USB Billboard Device
<6>[ 779.458729] usb 1-5.5: Manufacturer: VIA Labs, Inc.
<6>[ 779.458735] usb 1-5.5: SerialNumber: 0000000000000001
<6>[ 779.895345] usb 1-5.2.4: new high-speed USB device number 34 using xhci_hcd
<6>[ 781.188663] usb 1-5.2.4: New USB device found, idVendor=17ef, idProduct=306f, bcdDevice= 0.12
<6>[ 781.188684] usb 1-5.2.4: New USB device strings: Mfr=3, Product=1, SerialNumber=0
<6>[ 781.188693] usb 1-5.2.4: Product: ThinkPad Dock USB Audio
<6>[ 781.188701] usb 1-5.2.4: Manufacturer: Generic
<6>[ 781.425343] input: Generic ThinkPad Dock USB Audio Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.0009/input/input20
<6>[ 781.476870] input: Generic ThinkPad Dock USB Audio as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.0009/input/input21
<6>[ 781.477321] hid-generic 0003:17EF:306F.0009: input,hidraw1: USB HID v1.11 Device [Generic ThinkPad Dock USB Audio] on usb-0000:00:14.0-5.2.4/input3
<6>[ 781.658740] usb 1-2: USB disconnect, device number 31
<3>[ 781.662578] usb 1-5.2.4: 2:1: usb_set_interface failed (-71)
<3>[ 781.663971] usb 1-5.2.4: 2:1: usb_set_interface failed (-71)
<3>[ 781.665112] usb 1-5.2.4: 2:1: usb_set_interface failed (-71)
<3>[ 781.666201] usb 1-5.2.4: 2:1: usb_set_interface failed (-71)
<3>[ 781.667394] usb 1-5.2.4: 2:1: usb_set_interface failed (-71)
<3>[ 781.669745] usb 1-5.2.4: 2:1: usb_set_interface failed (-71)
<3>[ 781.670840] usb 1-5.2.4: 2:1: usb_set_interface failed (-71)
<3>[ 781.671975] usb 1-5.2.4: 2:1: usb_set_interface failed (-71)
<3>[ 781.673123] usb 1-5.2.4: 2:1: usb_set_interface failed (-71)
<3>[ 781.674312] usb 1-5.2.4: 2:1: usb_set_interface failed (-71)
<3>[ 781.708234] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
<3>[ 781.708241] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
<6>[ 781.768311] usb 1-5: USB disconnect, device number 30
<6>[ 781.768316] usb 1-5.2: USB disconnect, device number 32
<6>[ 781.768317] usb 1-5.2.4: USB disconnect, device number 34
<6>[ 781.821003] usb 1-5.5: USB disconnect, device number 33
<6>[ 783.179309] usb 1-5: new high-speed USB device number 35 using xhci_hcd
<3>[ 783.271088] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
<3>[ 783.271099] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
<6>[ 783.308494] usb 1-5: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.33
<6>[ 783.308501] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 783.308505] usb 1-5: Product: USB2.0 Hub
<6>[ 783.308507] usb 1-5: Manufacturer: VIA Labs, Inc.
<6>[ 783.310172] hub 1-5:1.0: USB hub found
<6>[ 783.310497] hub 1-5:1.0: 5 ports detected
<4>[ 783.320429] Oops: general protection fault, probably for non-canonical address 0x31373836396332a4: 0000 [#1] PREEMPT SMP NOPTI
<4>[ 783.320436] CPU: 5 UID: 0 PID: 1720 Comm: kworker/5:1 Tainted: P W O 6.12.12+ #1
<4>[ 783.320444] Tainted: [P]=PROPRIETARY_MODULE, [W]=WARN, [O]=OOT_MODULE
<4>[ 783.320446] Hardware name: LENOVO 20N2S00600/20N2S00600, BIOS N2IET91S (3.69 ) 02/02/2021
<4>[ 783.320449] Workqueue: events ucsi_handle_connector_change
<4>[ 783.320457] RIP: 0010:kernfs_new_node+0x12/0x80
<4>[ 783.320465] Code: 84 00 00 00 00 00 66 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 66 0f 1f 00 0f 1f 44 00 00 55 53 48 89 fb 89 cf 89 d1 <f6> 43 3f 04 74 17 48 8b 43 70 48 85 c0 74 04 44 8b 40 04 80 ce 04
<4>[ 783.320469] RSP: 0018:ffffac6b472a7d68 EFLAGS: 00010246
<4>[ 783.320473] RAX: 0000000000000000 RBX: 3137383639633265 RCX: 000000000000a1ff
<4>[ 783.320476] RDX: 000000000000a1ff RSI: ffffffff998f0256 RDI: 0000000000000000
<4>[ 783.320479] RBP: ffff982d29578110 R08: 0000000000000000 R09: 0000000000000004
<4>[ 783.320481] R10: 0000000000000000 R11: ffff982d3d061300 R12: 3137383639633265
<4>[ 783.320483] R13: ffff982cc4d9ec08 R14: 0000000000000001 R15: 0000000000000000
<4>[ 783.320486] FS: 0000000000000000(0000) GS:ffff98323c540000(0000) knlGS:0000000000000000
<4>[ 783.320490] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
<4>[ 783.320493] CR2: 00007f38abcdf088 CR3: 000000061a82e005 CR4: 00000000003706f0
<4>[ 783.320495] Call Trace:
<4>[ 783.320498] <TASK>
<4>[ 783.320501] ? die_addr+0x36/0x90
<4>[ 783.320509] ? exc_general_protection+0x1c1/0x3e0
<4>[ 783.320515] ? __wake_up+0x44/0x60
<4>[ 783.320523] ? asm_exc_general_protection+0x26/0x30
<4>[ 783.320532] ? kernfs_new_node+0x12/0x80
<4>[ 783.320540] kernfs_create_link+0x35/0xb0
<4>[ 783.320545] sysfs_do_create_link_sd+0x63/0xe0
<4>[ 783.320552] typec_partner_link_device+0x1f/0x80
<4>[ 783.320558] typec_register_partner+0x129/0x180
<4>[ 783.320564] ucsi_register_partner.isra.0+0xc1/0x130
<4>[ 783.320570] ucsi_handle_connector_change+0x2b6/0x380
<4>[ 783.320577] process_one_work+0x15d/0x380
<4>[ 783.320583] worker_thread+0x2a5/0x3b0
<4>[ 783.320589] ? __pfx_worker_thread+0x10/0x10
<4>[ 783.320594] kthread+0xcd/0x100
<4>[ 783.320600] ? __pfx_kthread+0x10/0x10
<4>[ 783.320606] ret_from_fork+0x31/0x50
<4>[ 783.320612] ? __pfx_kthread+0x10/0x10
<4>[ 783.320618] ret_from_fork_asm+0x1a/0x30
<4>[ 783.320634] </TASK>
<4>[ 783.320637] Modules linked in: vtx(O) vboxdrv(O) modstop_test_unload(O) mcd_drv(O) wacom dm_crypt_sina(O) chiasmus(PO) cryptoapi_plugger(O) dm_mod intel_lpss_pci intel_lpss pinctrl_cannonlake pinctrl_intel
<4>[ 783.349549] ---[ end trace 0000000000000000 ]---
<4>[ 783.362656] RIP: 0010:kernfs_new_node+0x12/0x80
<4>[ 783.362660] Code: 84 00 00 00 00 00 66 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 66 0f 1f 00 0f 1f 44 00 00 55 53 48 89 fb 89 cf 89 d1 <f6> 43 3f 04 74 17 48 8b 43 70 48 85 c0 74 04 44 8b 40 04 80 ce 04
<4>[ 783.362662] RSP: 0018:ffffac6b472a7d68 EFLAGS: 00010246
<4>[ 783.362663] RAX: 0000000000000000 RBX: 3137383639633265 RCX: 000000000000a1ff
<4>[ 783.362664] RDX: 000000000000a1ff RSI: ffffffff998f0256 RDI: 0000000000000000
<4>[ 783.362665] RBP: ffff982d29578110 R08: 0000000000000000 R09: 0000000000000004
<4>[ 783.362684] R10: 0000000000000000 R11: ffff982d3d061300 R12: 3137383639633265
<4>[ 783.362685] R13: ffff982cc4d9ec08 R14: 0000000000000001 R15: 0000000000000000
<4>[ 783.362686] FS: 0000000000000000(0000) GS:ffff98323c540000(0000) knlGS:0000000000000000
<4>[ 783.362687] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
<4>[ 783.362688] CR2: 00007f38abcdf088 CR3: 000000061a82e005 CR4: 00000000003706f0
<0>[ 783.362689] Kernel panic - not syncing: Fatal exception
<0>[ 783.362729] Kernel Offset: 0x16c00000 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffffbfffffff)
ECC: No errors detected
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: use-after-free with Lenovo Ultra Docking Station
2025-02-20 9:34 ` Philipp Leskovitz
@ 2025-02-20 10:17 ` Greg KH
2025-02-21 7:48 ` Philipp Leskovitz
0 siblings, 1 reply; 9+ messages in thread
From: Greg KH @ 2025-02-20 10:17 UTC (permalink / raw)
To: Philipp Leskovitz; +Cc: linux-usb
On Thu, Feb 20, 2025 at 10:34:33AM +0100, Philipp Leskovitz wrote:
> Hello,
>
> with kernel 6.12.12 I also see such an error in the typec driver. There is also a warning in the log.
>
> <4>[ 783.320429] Oops: general protection fault, probably for non-canonical address 0x31373836396332a4: 0000 [#1] PREEMPT SMP NOPTI
Can you duplicate this without the closed-source, out-of-tree kernel
modules loaded?
And this docking station is very odd, has it ever worked? Is there a
bios update for it?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: use-after-free with Lenovo Ultra Docking Station
2025-02-20 10:17 ` Greg KH
@ 2025-02-21 7:48 ` Philipp Leskovitz
2025-02-21 8:08 ` Greg KH
0 siblings, 1 reply; 9+ messages in thread
From: Philipp Leskovitz @ 2025-02-21 7:48 UTC (permalink / raw)
To: Greg KH; +Cc: linux-usb
[-- Attachment #1: Type: text/plain, Size: 1351 bytes --]
Hello Greg,
I can also reproduce it without the proprietary modules. The latest BIOS version N2IETA5W is installed. Attached is the log file. Only dm_mod, intel_lpss_pci, intel_lpss, pinctrl_cannonlake and
pinctrl_intel were still loaded. I had also activated kasan.
Kernel version 6.1 seems to be one of the last versions with which the docking station works well.
The error doesn't always occur. I stress the device a little bit by connecting the notebook to the docking station and disconnecting it again. Sometimes I also plug in an external power supply. This
combination generates the error in less than 10 minutes. I also had the case that the device was idle for about 30 minutes. Then it was connected to the docking station once and the error occurred.
thanks a lot and best regards,
Philipp
> On Thu, Feb 20, 2025 at 10:34:33AM +0100, Philipp Leskovitz wrote:
>> Hello,
>>
>> with kernel 6.12.12 I also see such an error in the typec driver. There is also a warning in the log.
>>
>> <4>[ 783.320429] Oops: general protection fault, probably for non-canonical address 0x31373836396332a4: 0000 [#1] PREEMPT SMP NOPTI
>
> Can you duplicate this without the closed-source, out-of-tree kernel
> modules loaded?
>
> And this docking station is very odd, has it ever worked? Is there a
> bios update for it?
>
> thanks,
>
> greg k-h
[-- Attachment #2: dmesg-nopropmod-kasan.log --]
[-- Type: text/x-log, Size: 177034 bytes --]
[ 0.000000] Linux version 6.12.12+ (user@ts-1) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #2 SMP PREEMPT_DYNAMIC Thu Feb 20 09:49:23 UTC 2025
[ 0.000000] Command line: BOOT_IMAGE=/isolinux/bzImage no-kvmclock loglevel=1 intel_iommu=on,igfx_off systemd.unit=debugshell.target
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000088fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000089000-0x000000000008afff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000008b000-0x000000000008bfff] type 20
[ 0.000000] BIOS-e820: [mem 0x000000000008c000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000061a46fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000061a47000-0x0000000061a48fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000061a49000-0x0000000073e29fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000073e2a000-0x0000000073f5ffff] type 20
[ 0.000000] BIOS-e820: [mem 0x0000000073f60000-0x00000000781c1fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000781c2000-0x00000000783a9fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000783aa000-0x000000007840efff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000007840f000-0x000000007840ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000078410000-0x000000007f7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000067e7fffff] usable
[ 0.000000] SMT: disabled
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] user-defined physical RAM map:
[ 0.000000] user: [mem 0x0000000000000000-0x0000000000088fff] usable
[ 0.000000] user: [mem 0x0000000000089000-0x000000000008afff] reserved
[ 0.000000] user: [mem 0x000000000008b000-0x000000000008bfff] type 20
[ 0.000000] user: [mem 0x000000000008c000-0x00000000000fffff] reserved
[ 0.000000] user: [mem 0x0000000000100000-0x0000000061a46fff] usable
[ 0.000000] user: [mem 0x0000000061a47000-0x0000000061a48fff] reserved
[ 0.000000] user: [mem 0x0000000061a49000-0x0000000073e29fff] usable
[ 0.000000] user: [mem 0x0000000073e2a000-0x0000000073f5ffff] type 20
[ 0.000000] user: [mem 0x0000000073f60000-0x00000000781c1fff] reserved
[ 0.000000] user: [mem 0x00000000781c2000-0x00000000783a9fff] ACPI NVS
[ 0.000000] user: [mem 0x00000000783aa000-0x000000007840efff] ACPI data
[ 0.000000] user: [mem 0x000000007840f000-0x000000007840ffff] usable
[ 0.000000] user: [mem 0x0000000078410000-0x000000007f7fffff] reserved
[ 0.000000] user: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
[ 0.000000] user: [mem 0x0000000100000000-0x0000000187ffffff] usable
[ 0.000000] user: [mem 0x0000000188000000-0x0000000189ffffff] reserved
[ 0.000000] user: [mem 0x000000018a000000-0x000000067e7fffff] usable
[ 0.000000] efi: EFI v2.6 by Lenovo
[ 0.000000] efi: SMBIOS=0x76555000 SMBIOS 3.0=0x76548000 ACPI=0x7840e000 ACPI 2.0=0x7840e014 MEMATTR=0x70fe1018 ESRT=0x763d3000
[ 0.000000] SMBIOS 3.1.1 present.
[ 0.000000] DMI: LENOVO 20N2S0PG00/20N2S0PG00, BIOS N2IETA5W (1.83 ) 06/20/2024
[ 0.000000] DMI: Memory slots populated: 2/2
[ 0.000000] tsc: Detected 2000.000 MHz processor
[ 0.000000] tsc: Detected 1999.968 MHz TSC
[ 0.002168] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.002176] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.002197] last_pfn = 0x67e800 max_arch_pfn = 0x400000000
[ 0.002212] MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
[ 0.002217] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.003004] last_pfn = 0x78410 max_arch_pfn = 0x400000000
[ 0.017329] Using GB pages for direct mapping
[ 0.020866] Secure boot disabled
[ 0.020868] RAMDISK: [mem 0x32621000-0x35307fff]
[ 0.020889] ACPI: Early table checksum verification disabled
[ 0.020894] ACPI: RSDP 0x000000007840E014 000024 (v02 LENOVO)
[ 0.020903] ACPI: XSDT 0x000000007840C188 0000FC (v01 LENOVO TP-N2I 00001830 PTEC 00000002)
[ 0.020915] ACPI: FACP 0x0000000076406000 000114 (v06 LENOVO TP-N2I 00001830 PTEC 00000002)
[ 0.020928] ACPI: DSDT 0x00000000763DA000 027DFC (v02 LENOVO CFL 20170001 INTL 20160422)
[ 0.020937] ACPI: FACS 0x000000007820F000 000040
[ 0.020943] ACPI: SSDT 0x0000000076459000 001B26 (v02 LENOVO CpuSsdt 00003000 INTL 20160527)
[ 0.020951] ACPI: SSDT 0x0000000076458000 00056D (v02 LENOVO CtdpB 00001000 INTL 20160527)
[ 0.020958] ACPI: SSDT 0x0000000076420000 003B37 (v02 LENOVO DptfTabl 00001000 INTL 20160527)
[ 0.020966] ACPI: SSDT 0x0000000076409000 003189 (v02 LENOVO SaSsdt 00003000 INTL 20160527)
[ 0.020974] ACPI: UEFI 0x000000007822C000 000042 (v01 LENOVO TP-N2I 00001830 PTEC 00000002)
[ 0.020981] ACPI: SSDT 0x0000000076407000 000530 (v02 LENOVO PerfTune 00001000 INTL 20160527)
[ 0.020989] ACPI: HPET 0x0000000076405000 000038 (v01 LENOVO TP-N2I 00001830 PTEC 00000002)
[ 0.020996] ACPI: APIC 0x0000000076404000 00012C (v03 LENOVO TP-N2I 00001830 PTEC 00000002)
[ 0.021004] ACPI: MCFG 0x0000000076403000 00003C (v01 LENOVO TP-N2I 00001830 PTEC 00000002)
[ 0.021011] ACPI: ECDT 0x0000000076402000 000053 (v01 LENOVO TP-N2I 00001830 PTEC 00000002)
[ 0.021019] ACPI: SSDT 0x00000000763D8000 0019F4 (v02 LENOVO WHL_Tbt_ 00001000 INTL 20160527)
[ 0.021027] ACPI: SSDT 0x00000000763D5000 0021AF (v02 LENOVO ProjSsdt 00000010 INTL 20160527)
[ 0.021034] ACPI: BOOT 0x00000000763D4000 000028 (v01 LENOVO TP-N2I 00001830 PTEC 00000002)
[ 0.021042] ACPI: SLIC 0x00000000763D2000 000176 (v01 LENOVO TP-N2I 00001830 PTEC 00000002)
[ 0.021049] ACPI: SSDT 0x00000000763D0000 000CFE (v02 LENOVO UsbCTabl 00001000 INTL 20160527)
[ 0.021057] ACPI: LPIT 0x00000000763CF000 000094 (v01 LENOVO TP-N2I 00001830 PTEC 00000002)
[ 0.021064] ACPI: WSMT 0x00000000763CE000 000028 (v01 LENOVO TP-N2I 00001830 PTEC 00000002)
[ 0.021072] ACPI: SSDT 0x00000000763CC000 001667 (v02 LENOVO TbtTypeC 00000000 INTL 20160527)
[ 0.021080] ACPI: DBGP 0x00000000763CB000 000034 (v01 LENOVO TP-N2I 00001830 PTEC 00000002)
[ 0.021087] ACPI: DBG2 0x00000000763CA000 000054 (v00 LENOVO TP-N2I 00001830 PTEC 00000002)
[ 0.021095] ACPI: MSDM 0x00000000763C9000 000055 (v03 LENOVO TP-N2I 00001830 PTEC 00000002)
[ 0.021102] ACPI: BATB 0x00000000761EC000 00004A (v02 LENOVO TP-N2I 00001830 PTEC 00000002)
[ 0.021110] ACPI: NHLT 0x00000000749E4000 00002D (v00 LENOVO TP-N2I 00001830 PTEC 00000002)
[ 0.021117] ACPI: DMAR 0x00000000749E5000 0000A8 (v01 LENOVO TP-N2I 00001830 PTEC 00000002)
[ 0.021124] ACPI: FPDT 0x00000000749E3000 000034 (v01 LENOVO TP-N2I 00001830 PTEC 00000002)
[ 0.021132] ACPI: UEFI 0x00000000781C2000 00013E (v01 LENOVO TP-N2I 00001830 PTEC 00000002)
[ 0.021139] ACPI: Reserving FACP table memory at [mem 0x76406000-0x76406113]
[ 0.021143] ACPI: Reserving DSDT table memory at [mem 0x763da000-0x76401dfb]
[ 0.021145] ACPI: Reserving FACS table memory at [mem 0x7820f000-0x7820f03f]
[ 0.021148] ACPI: Reserving SSDT table memory at [mem 0x76459000-0x7645ab25]
[ 0.021151] ACPI: Reserving SSDT table memory at [mem 0x76458000-0x7645856c]
[ 0.021153] ACPI: Reserving SSDT table memory at [mem 0x76420000-0x76423b36]
[ 0.021156] ACPI: Reserving SSDT table memory at [mem 0x76409000-0x7640c188]
[ 0.021158] ACPI: Reserving UEFI table memory at [mem 0x7822c000-0x7822c041]
[ 0.021161] ACPI: Reserving SSDT table memory at [mem 0x76407000-0x7640752f]
[ 0.021164] ACPI: Reserving HPET table memory at [mem 0x76405000-0x76405037]
[ 0.021166] ACPI: Reserving APIC table memory at [mem 0x76404000-0x7640412b]
[ 0.021169] ACPI: Reserving MCFG table memory at [mem 0x76403000-0x7640303b]
[ 0.021172] ACPI: Reserving ECDT table memory at [mem 0x76402000-0x76402052]
[ 0.021174] ACPI: Reserving SSDT table memory at [mem 0x763d8000-0x763d99f3]
[ 0.021177] ACPI: Reserving SSDT table memory at [mem 0x763d5000-0x763d71ae]
[ 0.021179] ACPI: Reserving BOOT table memory at [mem 0x763d4000-0x763d4027]
[ 0.021182] ACPI: Reserving SLIC table memory at [mem 0x763d2000-0x763d2175]
[ 0.021184] ACPI: Reserving SSDT table memory at [mem 0x763d0000-0x763d0cfd]
[ 0.021187] ACPI: Reserving LPIT table memory at [mem 0x763cf000-0x763cf093]
[ 0.021190] ACPI: Reserving WSMT table memory at [mem 0x763ce000-0x763ce027]
[ 0.021192] ACPI: Reserving SSDT table memory at [mem 0x763cc000-0x763cd666]
[ 0.021195] ACPI: Reserving DBGP table memory at [mem 0x763cb000-0x763cb033]
[ 0.021197] ACPI: Reserving DBG2 table memory at [mem 0x763ca000-0x763ca053]
[ 0.021200] ACPI: Reserving MSDM table memory at [mem 0x763c9000-0x763c9054]
[ 0.021203] ACPI: Reserving BATB table memory at [mem 0x761ec000-0x761ec049]
[ 0.021205] ACPI: Reserving NHLT table memory at [mem 0x749e4000-0x749e402c]
[ 0.021208] ACPI: Reserving DMAR table memory at [mem 0x749e5000-0x749e50a7]
[ 0.021210] ACPI: Reserving FPDT table memory at [mem 0x749e3000-0x749e3033]
[ 0.021213] ACPI: Reserving UEFI table memory at [mem 0x781c2000-0x781c213d]
[ 0.021308] Zone ranges:
[ 0.021310] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.021315] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.021319] Normal [mem 0x0000000100000000-0x000000067e7fffff]
[ 0.021323] Movable zone start for each node
[ 0.021325] Early memory node ranges
[ 0.021326] node 0: [mem 0x0000000000001000-0x0000000000088fff]
[ 0.021330] node 0: [mem 0x0000000000100000-0x0000000061a46fff]
[ 0.021333] node 0: [mem 0x0000000061a49000-0x0000000073e29fff]
[ 0.021336] node 0: [mem 0x000000007840f000-0x000000007840ffff]
[ 0.021339] node 0: [mem 0x0000000100000000-0x0000000187ffffff]
[ 0.021342] node 0: [mem 0x000000018a000000-0x000000067e7fffff]
[ 0.021349] Initmem setup node 0 [mem 0x0000000000001000-0x000000067e7fffff]
[ 0.021363] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.021560] On node 0, zone DMA: 119 pages in unavailable ranges
[ 0.044239] On node 0, zone DMA32: 2 pages in unavailable ranges
[ 0.045467] On node 0, zone DMA32: 17893 pages in unavailable ranges
[ 0.074463] On node 0, zone Normal: 31728 pages in unavailable ranges
[ 0.325187] On node 0, zone Normal: 8192 pages in unavailable ranges
[ 0.325609] On node 0, zone Normal: 6144 pages in unavailable ranges
[ 0.786460] kasan: KernelAddressSanitizer initialized
[ 0.786478] Reserving Intel graphics memory at [mem 0x7b800000-0x7f7fffff]
[ 0.786777] ACPI: PM-Timer IO Port: 0x1808
[ 0.786793] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.786797] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.786799] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.786802] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.786804] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.786807] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.786809] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.786812] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.786814] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.786817] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.786819] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.786822] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.786824] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.786827] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.786829] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.786831] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.786880] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.786887] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.786892] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.786902] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.786904] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.786911] TSC deadline timer available
[ 0.786920] CPU topo: Max. logical packages: 1
[ 0.786922] CPU topo: Max. logical dies: 1
[ 0.786924] CPU topo: Max. dies per package: 1
[ 0.786933] CPU topo: Max. threads per core: 2
[ 0.786935] CPU topo: Num. cores per package: 4
[ 0.786937] CPU topo: Num. threads per package: 8
[ 0.786939] CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
[ 0.786970] [mem 0x7f800000-0xfe00ffff] available for PCI devices
[ 0.786974] Booting paravirtualized kernel on bare hardware
[ 0.786979] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.832751] setup_percpu: NR_CPUS:32 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.833511] percpu: Embedded 70 pages/cpu s249048 r8192 d29480 u524288
[ 0.833524] pcpu-alloc: s249048 r8192 d29480 u524288 alloc=1*2097152
[ 0.833531] pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7
[ 0.833573] Kernel command line: memmap=0x2000000$0x188000000 ramoops.mem_address=0x188000000 ramoops.mem_size=0x2000000 ramoops.ecc=1 ramoops.record_size=0x200000 ramoops.console_size=0 ramoops.ftrace_size=0 ramoops.pmsg_size=0 mitigations=auto nosmt dummy_hcd.is_super_speed=true g_mass_storage.idVendor=0x22e0 g_mass_storage.idProduct=0x0300 g_mass_storage.iManufacturer=Secunet g_mass_storage.iProduct="SINA Virtual USB Stick" g_mass_storage.removable=1 g_mass_storage.nofua=1 BOOT_IMAGE=/isolinux/bzImage no-kvmclock loglevel=1 intel_iommu=on,igfx_off systemd.unit=debugshell.target
[ 0.833840] DMAR: IOMMU enabled
[ 0.833843] DMAR: Disable GFX device mapping
[ 0.833876] Unknown kernel command line parameters "BOOT_IMAGE=/isolinux/bzImage", will be passed to user space.
[ 0.833927] random: crng init done
[ 0.837633] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.839493] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.839943] Built 1 zonelists, mobility grouping on. Total pages: 6227377
[ 0.839947] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.839950] stackdepot: allocating hash table via alloc_large_system_hash
[ 0.839955] stackdepot hash table entries: 1048576 (order: 12, 16777216 bytes, linear)
[ 0.841818] software IO TLB: area num 8.
[ 1.387087] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 1.387177] ftrace: allocating 63326 entries in 248 pages
[ 1.407833] ftrace: allocated 248 pages with 5 groups
[ 1.410077] Dynamic Preempt: voluntary
[ 1.410612] rcu: Preemptible hierarchical RCU implementation.
[ 1.410614] rcu: RCU event tracing is enabled.
[ 1.410616] rcu: RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=8.
[ 1.410623] Trampoline variant of Tasks RCU enabled.
[ 1.410625] Rude variant of Tasks RCU enabled.
[ 1.410626] Tracing variant of Tasks RCU enabled.
[ 1.410630] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 1.410632] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 1.410709] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[ 1.410719] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[ 1.410726] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[ 1.453374] NR_IRQS: 4352, nr_irqs: 2048, preallocated irqs: 16
[ 1.453885] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 1.454290] Console: colour dummy device 80x25
[ 1.454297] printk: legacy console [tty0] enabled
[ 1.454423] ACPI: Core revision 20240827
[ 1.455873] hpet: HPET dysfunctional in PC10. Force disabled.
[ 1.455934] APIC: Switch to symmetric I/O mode setup
[ 1.455939] DMAR: Host address width 39
[ 1.455943] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 1.456004] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 1.456012] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 1.456055] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 1.456061] DMAR: RMRR base: 0x0000007817f000 end: 0x0000007819efff
[ 1.456078] DMAR: RMRR base: 0x0000007b000000 end: 0x0000007f7fffff
[ 1.456094] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 1.456099] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 1.456103] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 1.459023] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 1.459028] x2apic enabled
[ 1.459171] APIC: Switched APIC routing to: cluster x2apic
[ 1.466588] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39a8208cdd2, max_idle_ns: 881590748921 ns
[ 1.466604] Calibrating delay loop (skipped), value calculated using timer frequency.. 3999.93 BogoMIPS (lpj=1999968)
[ 1.466656] CPU0: Thermal monitoring enabled (TM1)
[ 1.466755] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 1.466760] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 1.466768] process: using mwait in idle threads
[ 1.466774] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 1.466785] Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall and VM exit
[ 1.466788] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 1.466791] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 1.466794] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[ 1.466798] RETBleed: Mitigation: Enhanced IBRS
[ 1.466806] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 1.466815] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 1.466832] MMIO Stale Data: Mitigation: Clear CPU buffers
[ 1.466839] SRBDS: Mitigation: Microcode
[ 1.466849] GDS: Mitigation: Microcode
[ 1.466860] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 1.466864] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 1.466867] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 1.466871] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 1.466874] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 1.466878] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 1.466882] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 1.466886] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 1.466890] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 1.467598] Freeing SMP alternatives memory: 48K
[ 1.467598] pid_max: default: 32768 minimum: 301
[ 1.467598] LSM: initializing lsm=capability
[ 1.467598] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 1.467598] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 1.467598] smpboot: CPU0: Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xc)
[ 1.467598] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 1.467598] ... version: 4
[ 1.467598] ... bit width: 48
[ 1.467598] ... generic registers: 4
[ 1.467598] ... value mask: 0000ffffffffffff
[ 1.467598] ... max period: 00007fffffffffff
[ 1.467598] ... fixed-purpose events: 3
[ 1.467598] ... event mask: 000000070000000f
[ 1.467774] signal: max sigframe size: 1616
[ 1.467799] Estimated ratio of average max frequency by base frequency (times 1024): 2099
[ 1.471762] rcu: Hierarchical SRCU implementation.
[ 1.471766] rcu: Max phase no-delay instances is 400.
[ 1.471946] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 1.475373] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 1.476651] smp: Bringing up secondary CPUs ...
[ 1.478731] smpboot: x86: Booting SMP configuration:
[ 1.478736] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
[ 1.492196] smp: Brought up 1 node, 4 CPUs
[ 1.492209] smpboot: Total of 4 processors activated (15999.74 BogoMIPS)
[ 1.493086] Memory: 21074568K/24909508K available (61440K kernel code, 17691K rwdata, 15148K rodata, 7404K init, 4000K bss, 3819492K reserved, 0K cma-reserved)
[ 1.494166] devtmpfs: initialized
[ 1.502907] ACPI: PM: Registering ACPI NVS region [mem 0x781c2000-0x783a9fff] (1998848 bytes)
[ 1.504663] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 1.504675] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 1.504916] pinctrl core: initialized pinctrl subsystem
[ 1.505445] PM: RTC time: 07:04:05, date: 2025-02-21
[ 1.506661] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 1.507875] ramoops: using module parameters
[ 1.510336] pstore: Using crash dump compression: deflate
[ 1.510343] pstore: Registered ramoops as persistent store backend
[ 1.510346] ramoops: using 0x2000000@0x188000000, ecc: 16
[ 1.511095] thermal_sys: Registered thermal governor 'step_wise'
[ 1.511100] thermal_sys: Registered thermal governor 'user_space'
[ 1.511146] cpuidle: using governor menu
[ 1.511146] Simple Boot Flag at 0x47 set to 0x1
[ 1.511146] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 1.511146] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 1.512237] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[ 1.512287] PCI: Using configuration type 1 for base access
[ 1.512514] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 1.512783] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 1.512783] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 1.514146] ACPI: Added _OSI(Module Device)
[ 1.514152] ACPI: Added _OSI(Processor Device)
[ 1.514155] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 1.514159] ACPI: Added _OSI(Processor Aggregator Device)
[ 2.251390] ACPI: 10 ACPI AML tables successfully acquired and loaded
[ 2.273170] ACPI: EC: EC started
[ 2.273174] ACPI: EC: interrupt blocked
[ 2.274939] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 2.274945] ACPI: EC: Boot ECDT EC used to handle transactions
[ 2.282264] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 2.503523] ACPI: Dynamic OEM Table Load:
[ 2.503554] ACPI: SSDT 0xFFFF888101AD6000 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
[ 2.511215] ACPI: Dynamic OEM Table Load:
[ 2.511240] ACPI: SSDT 0xFFFF888103133000 0005BE (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
[ 2.523959] ACPI: Dynamic OEM Table Load:
[ 2.523981] ACPI: SSDT 0xFFFF88810039FE00 0000F4 (v02 PmRef Cpu0Psd 00003000 INTL 20160527)
[ 2.530374] ACPI: Dynamic OEM Table Load:
[ 2.530395] ACPI: SSDT 0xFFFF88810175D400 000149 (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
[ 2.534877] ACPI: Dynamic OEM Table Load:
[ 2.534923] ACPI: SSDT 0xFFFF888103144000 000724 (v02 PmRef HwpLvt 00003000 INTL 20160527)
[ 2.544798] ACPI: Dynamic OEM Table Load:
[ 2.544823] ACPI: SSDT 0xFFFF88810314B000 0005FC (v02 PmRef ApIst 00003000 INTL 20160527)
[ 2.559430] ACPI: Dynamic OEM Table Load:
[ 2.559453] ACPI: SSDT 0xFFFF888101AD6800 000317 (v02 PmRef ApHwp 00003000 INTL 20160527)
[ 2.568157] ACPI: Dynamic OEM Table Load:
[ 2.568183] ACPI: SSDT 0xFFFF888101AEC000 000AB0 (v02 PmRef ApPsd 00003000 INTL 20160527)
[ 2.610508] ACPI: Dynamic OEM Table Load:
[ 2.610544] ACPI: SSDT 0xFFFF888101AD7000 00030A (v02 PmRef ApCst 00003000 INTL 20160527)
[ 2.670451] ACPI: Interpreter enabled
[ 2.670625] ACPI: PM: (supports S0 S3 S5)
[ 2.670630] ACPI: Using IOAPIC for interrupt routing
[ 2.670988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 2.670993] PCI: Ignoring E820 reservations for host bridge windows
[ 2.678964] ACPI: Enabled 8 GPEs in block 00 to 7F
[ 2.796804] ACPI: \_SB_.PCI0.XHC_.PUBS: New power resource
[ 2.898740] ACPI: \_SB_.PCI0.XDCI.USBC: New power resource
[ 2.983830] ACPI: \_SB_.PCI0.RP07.PXP_: New power resource
[ 3.110820] ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource
[ 3.117544] ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource
[ 3.124255] ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource
[ 3.268986] ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
[ 3.330534] ACPI: \PIN_: New power resource
[ 3.331066] ACPI: \PINP: New power resource
[ 3.345262] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 3.345303] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 3.349012] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 3.352507] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[ 3.352515] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME PCIeCapability LTR]
[ 3.352520] acpi PNP0A08:00: _OSC: platform willing to grant [LTR]
[ 3.352525] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_SUPPORT)
[ 3.386462] PCI host bridge to bus 0000:00
[ 3.386583] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 3.386596] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 3.386606] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 3.386616] pci_bus 0000:00: root bus resource [mem 0x7f800000-0xdfffffff window]
[ 3.386626] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[ 3.386637] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 3.386700] pci 0000:00:00.0: [8086:3e34] type 00 class 0x060000 conventional PCI endpoint
[ 3.387257] pci 0000:00:02.0: [8086:3ea0] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[ 3.387284] pci 0000:00:02.0: BAR 0 [mem 0xdb000000-0xdbffffff 64bit]
[ 3.387298] pci 0000:00:02.0: BAR 2 [mem 0x80000000-0x9fffffff 64bit pref]
[ 3.387308] pci 0000:00:02.0: BAR 4 [io 0x3000-0x303f]
[ 3.387395] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 3.392463] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
[ 3.392485] pci 0000:00:04.0: BAR 0 [mem 0xdd730000-0xdd737fff 64bit]
[ 3.398298] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 conventional PCI endpoint
[ 3.398321] pci 0000:00:08.0: BAR 0 [mem 0xdd742000-0xdd742fff 64bit]
[ 3.398917] pci 0000:00:12.0: [8086:9df9] type 00 class 0x118000 conventional PCI endpoint
[ 3.398945] pci 0000:00:12.0: BAR 0 [mem 0xdd743000-0xdd743fff 64bit]
[ 3.399548] pci 0000:00:14.0: [8086:9ded] type 00 class 0x0c0330 conventional PCI endpoint
[ 3.399580] pci 0000:00:14.0: BAR 0 [mem 0xdd720000-0xdd72ffff 64bit]
[ 3.399723] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 3.409695] pci 0000:00:14.2: [8086:9def] type 00 class 0x050000 conventional PCI endpoint
[ 3.409725] pci 0000:00:14.2: BAR 0 [mem 0xdd740000-0xdd741fff 64bit]
[ 3.409742] pci 0000:00:14.2: BAR 2 [mem 0xdd744000-0xdd744fff 64bit]
[ 3.410370] pci 0000:00:14.3: [8086:9df0] type 00 class 0x028000 PCIe Root Complex Integrated Endpoint
[ 3.410494] pci 0000:00:14.3: BAR 0 [mem 0xdd738000-0xdd73bfff 64bit]
[ 3.411107] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[ 3.416881] pci 0000:00:15.0: [8086:9de8] type 00 class 0x0c8000 conventional PCI endpoint
[ 3.416936] pci 0000:00:15.0: BAR 0 [mem 0xdd745000-0xdd745fff 64bit]
[ 3.422887] pci 0000:00:16.0: [8086:9de0] type 00 class 0x078000 conventional PCI endpoint
[ 3.422920] pci 0000:00:16.0: BAR 0 [mem 0xdd746000-0xdd746fff 64bit]
[ 3.423069] pci 0000:00:16.0: PME# supported from D3hot
[ 3.429906] pci 0000:00:1c.0: [8086:9db8] type 01 class 0x060400 PCIe Root Port
[ 3.429941] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 3.429952] pci 0000:00:1c.0: bridge window [mem 0xdd600000-0xdd6fffff]
[ 3.430109] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 3.450870] pci 0000:00:1c.4: [8086:9dbc] type 01 class 0x060400 PCIe Root Port
[ 3.450907] pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
[ 3.450917] pci 0000:00:1c.4: bridge window [mem 0xc4000000-0xda0fffff]
[ 3.450931] pci 0000:00:1c.4: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 3.451071] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 3.471556] pci 0000:00:1d.0: [8086:9db0] type 01 class 0x060400 PCIe Root Port
[ 3.471595] pci 0000:00:1d.0: PCI bridge to [bus 3c]
[ 3.471608] pci 0000:00:1d.0: bridge window [io 0x2000-0x2fff]
[ 3.471621] pci 0000:00:1d.0: bridge window [mem 0xdcc00000-0xdd5fffff]
[ 3.471642] pci 0000:00:1d.0: bridge window [mem 0xdc000000-0xdc9fffff 64bit pref]
[ 3.471791] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 3.492245] pci 0000:00:1d.4: [8086:9db4] type 01 class 0x060400 PCIe Root Port
[ 3.492280] pci 0000:00:1d.4: PCI bridge to [bus 3d]
[ 3.492290] pci 0000:00:1d.4: bridge window [mem 0xdcb00000-0xdcbfffff]
[ 3.492446] pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
[ 3.513175] pci 0000:00:1f.0: [8086:9d84] type 00 class 0x060100 conventional PCI endpoint
[ 3.519198] pci 0000:00:1f.3: [8086:9dc8] type 00 class 0x040380 conventional PCI endpoint
[ 3.519264] pci 0000:00:1f.3: BAR 0 [mem 0xdd73c000-0xdd73ffff 64bit]
[ 3.519353] pci 0000:00:1f.3: BAR 4 [mem 0xdca00000-0xdcafffff 64bit]
[ 3.519549] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 3.536551] pci 0000:00:1f.4: [8086:9da3] type 00 class 0x0c0500 conventional PCI endpoint
[ 3.536587] pci 0000:00:1f.4: BAR 0 [mem 0xdd747000-0xdd7470ff 64bit]
[ 3.536623] pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
[ 3.542353] pci 0000:00:1f.5: [8086:9da4] type 00 class 0x0c8000 conventional PCI endpoint
[ 3.542381] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[ 3.542956] pci 0000:00:1f.6: [8086:15be] type 00 class 0x020000 conventional PCI endpoint
[ 3.543008] pci 0000:00:1f.6: BAR 0 [mem 0xdd700000-0xdd71ffff]
[ 3.543303] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[ 3.545185] pci 0000:01:00.0: [10ec:522a] type 00 class 0xff0000 PCIe Endpoint
[ 3.545217] pci 0000:01:00.0: BAR 0 [mem 0xdd600000-0xdd600fff]
[ 3.545541] pci 0000:01:00.0: supports D1 D2
[ 3.545545] pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
[ 3.547301] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 3.547897] pci 0000:02:00.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Upstream Port
[ 3.547944] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[ 3.547959] pci 0000:02:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 3.547977] pci 0000:02:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 3.547997] pci 0000:02:00.0: enabling Extended Tags
[ 3.548236] pci 0000:02:00.0: supports D1 D2
[ 3.548241] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 3.550141] pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
[ 3.550626] pci 0000:03:00.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
[ 3.550675] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 3.550690] pci 0000:03:00.0: bridge window [mem 0xda000000-0xda0fffff]
[ 3.550725] pci 0000:03:00.0: enabling Extended Tags
[ 3.551014] pci 0000:03:00.0: supports D1 D2
[ 3.551019] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 3.551721] pci 0000:03:01.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
[ 3.551771] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[ 3.551785] pci 0000:03:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[ 3.551803] pci 0000:03:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 3.551826] pci 0000:03:01.0: enabling Extended Tags
[ 3.552118] pci 0000:03:01.0: supports D1 D2
[ 3.552122] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 3.552803] pci 0000:03:02.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
[ 3.552850] pci 0000:03:02.0: PCI bridge to [bus 3a]
[ 3.552864] pci 0000:03:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[ 3.552899] pci 0000:03:02.0: enabling Extended Tags
[ 3.553191] pci 0000:03:02.0: supports D1 D2
[ 3.553196] pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 3.554918] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[ 3.555213] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 3.555497] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[ 3.555998] pci 0000:3a:00.0: [8086:15c1] type 00 class 0x0c0330 PCIe Endpoint
[ 3.556032] pci 0000:3a:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
[ 3.556123] pci 0000:3a:00.0: enabling Extended Tags
[ 3.556507] pci 0000:3a:00.0: supports D1 D2
[ 3.556511] pci 0000:3a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 3.556586] pci 0000:3a:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:03:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[ 3.558361] pci 0000:03:02.0: PCI bridge to [bus 3a]
[ 3.558973] pci 0000:00:1d.0: PCI bridge to [bus 3c]
[ 3.559414] pci 0000:3d:00.0: [8086:f1a6] type 00 class 0x010802 PCIe Endpoint
[ 3.559451] pci 0000:3d:00.0: BAR 0 [mem 0xdcb00000-0xdcb03fff 64bit]
[ 3.561373] pci 0000:00:1d.4: PCI bridge to [bus 3d]
[ 3.561418] pci_bus 0000:00: on NUMA node 0
[ 3.616000] ACPI: EC: interrupt unblocked
[ 3.616005] ACPI: EC: event unblocked
[ 3.616032] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 3.616037] ACPI: EC: GPE=0x16
[ 3.616047] ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
[ 3.616064] ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
[ 3.616720] iommu: Default domain type: Translated
[ 3.616726] iommu: DMA domain TLB invalidation policy: lazy mode
[ 3.617773] SCSI subsystem initialized
[ 3.617834] libata version 3.00 loaded.
[ 3.617929] ACPI: bus type USB registered
[ 3.618088] usbcore: registered new interface driver usbfs
[ 3.618153] usbcore: registered new interface driver hub
[ 3.618230] usbcore: registered new device driver usb
[ 3.618953] pps_core: LinuxPPS API ver. 1 registered
[ 3.618957] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 3.618987] PTP clock support registered
[ 3.619873] Advanced Linux Sound Architecture Driver Initialized.
[ 3.622653] PCI: Using ACPI for IRQ routing
[ 3.661441] PCI: pci_cache_line_size set to 64 bytes
[ 3.661726] e820: reserve RAM buffer [mem 0x00089000-0x0008ffff]
[ 3.661744] e820: reserve RAM buffer [mem 0x61a47000-0x63ffffff]
[ 3.661756] e820: reserve RAM buffer [mem 0x73e2a000-0x73ffffff]
[ 3.661768] e820: reserve RAM buffer [mem 0x78410000-0x7bffffff]
[ 3.661778] e820: reserve RAM buffer [mem 0x67e800000-0x67fffffff]
[ 3.661902] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 3.661902] pci 0000:00:02.0: vgaarb: bridge control possible
[ 3.661902] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 3.661902] vgaarb: loaded
[ 3.673112] clocksource: Switched to clocksource tsc-early
[ 3.674948] pnp: PnP ACPI init
[ 3.676348] system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
[ 3.680398] system 00:01: [io 0x1800-0x18fe] has been reserved
[ 3.680419] system 00:01: [mem 0xfd000000-0xfd69ffff] has been reserved
[ 3.680436] system 00:01: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[ 3.680452] system 00:01: [mem 0xfd6f0000-0xfdffffff] has been reserved
[ 3.680480] system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 3.680502] system 00:01: [mem 0xfe200000-0xfe7fffff] has been reserved
[ 3.680518] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[ 3.684921] system 00:02: [io 0xff00-0xfffe] has been reserved
[ 3.687748] system 00:03: [io 0x0680-0x069f] has been reserved
[ 3.687769] system 00:03: [io 0x164e-0x164f] has been reserved
[ 3.689853] system 00:05: [io 0x1854-0x1857] has been reserved
[ 3.691377] system 00:08: [io 0x1800-0x189f] could not be reserved
[ 3.691397] system 00:08: [io 0x0800-0x087f] has been reserved
[ 3.691413] system 00:08: [io 0x0880-0x08ff] has been reserved
[ 3.691429] system 00:08: [io 0x0900-0x097f] has been reserved
[ 3.691445] system 00:08: [io 0x0980-0x09ff] has been reserved
[ 3.691460] system 00:08: [io 0x0a00-0x0a7f] has been reserved
[ 3.691476] system 00:08: [io 0x0a80-0x0aff] has been reserved
[ 3.691506] system 00:08: [io 0x0b00-0x0b7f] has been reserved
[ 3.691524] system 00:08: [io 0x0b80-0x0bff] has been reserved
[ 3.691540] system 00:08: [io 0x15e0-0x15ef] has been reserved
[ 3.691567] system 00:08: [io 0x1600-0x167f] could not be reserved
[ 3.691593] system 00:08: [io 0x1640-0x165f] could not be reserved
[ 3.691610] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[ 3.691626] system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved
[ 3.691642] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[ 3.691658] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[ 3.691674] system 00:08: [mem 0xfeb00000-0xfebfffff] has been reserved
[ 3.691690] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 3.691717] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 3.731030] system 00:0a: [mem 0xfed10000-0xfed17fff] could not be reserved
[ 3.731052] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[ 3.731069] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[ 3.731085] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
[ 3.731101] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 3.731128] system 00:0a: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 3.731144] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 3.731160] system 00:0a: [mem 0xfee00000-0xfeefffff] has been reserved
[ 3.737049] pnp 00:0b: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 3.737061] pnp 00:0b: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 3.737068] pnp 00:0b: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 3.737074] pnp 00:0b: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 3.737389] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
[ 3.737418] system 00:0b: [mem 0x000e0000-0x000e3fff] could not be reserved
[ 3.737447] system 00:0b: [mem 0x000e8000-0x000ebfff] could not be reserved
[ 3.737474] system 00:0b: [mem 0x000f0000-0x000fffff] could not be reserved
[ 3.737509] system 00:0b: [mem 0x00100000-0x7f7fffff] could not be reserved
[ 3.737537] system 00:0b: [mem 0xfec00000-0xfed3ffff] could not be reserved
[ 3.737564] system 00:0b: [mem 0xfed4c000-0xffffffff] could not be reserved
[ 3.738672] pnp: PnP ACPI: found 12 devices
[ 3.757307] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 3.757869] NET: Registered PF_INET protocol family
[ 3.758187] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 3.766134] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 3.766203] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 3.766301] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 3.766894] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 3.767319] TCP: Hash tables configured (established 262144 bind 65536)
[ 3.767474] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 3.767689] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 3.768075] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 3.769659] pci 0000:03:01.0: bridge window [io 0x1000-0x0fff] to [bus 05-39] add_size 1000
[ 3.769676] pci 0000:03:02.0: bridge window [io 0x1000-0x0fff] to [bus 3a] add_size 1000
[ 3.769687] pci 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
[ 3.769700] pci 0000:02:00.0: bridge window [io 0x1000-0x0fff] to [bus 03-3a] add_size 2000
[ 3.769710] pci 0000:00:1c.4: bridge window [io 0x1000-0x0fff] to [bus 02-3a] add_size 3000
[ 3.769734] pci 0000:00:1c.4: bridge window [io 0x4000-0x6fff]: assigned
[ 3.769753] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 3.769762] pci 0000:00:1c.0: bridge window [mem 0xdd600000-0xdd6fffff]
[ 3.769784] pci 0000:02:00.0: bridge window [io 0x4000-0x5fff]: assigned
[ 3.769824] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 3.769830] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 3.769840] pci 0000:03:01.0: bridge window [io 0x4000-0x4fff]: assigned
[ 3.769845] pci 0000:03:02.0: bridge window [io 0x5000-0x5fff]: assigned
[ 3.769881] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 3.769887] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 3.769900] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 3.769909] pci 0000:03:00.0: bridge window [mem 0xda000000-0xda0fffff]
[ 3.769925] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[ 3.769937] pci 0000:03:01.0: bridge window [io 0x4000-0x4fff]
[ 3.769946] pci 0000:03:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[ 3.769954] pci 0000:03:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 3.769965] pci 0000:03:02.0: PCI bridge to [bus 3a]
[ 3.769971] pci 0000:03:02.0: bridge window [io 0x5000-0x5fff]
[ 3.769980] pci 0000:03:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[ 3.769993] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[ 3.769999] pci 0000:02:00.0: bridge window [io 0x4000-0x5fff]
[ 3.770008] pci 0000:02:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 3.770015] pci 0000:02:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 3.770026] pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
[ 3.770031] pci 0000:00:1c.4: bridge window [io 0x4000-0x6fff]
[ 3.770038] pci 0000:00:1c.4: bridge window [mem 0xc4000000-0xda0fffff]
[ 3.770045] pci 0000:00:1c.4: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 3.770054] pci 0000:00:1d.0: PCI bridge to [bus 3c]
[ 3.770061] pci 0000:00:1d.0: bridge window [io 0x2000-0x2fff]
[ 3.770068] pci 0000:00:1d.0: bridge window [mem 0xdcc00000-0xdd5fffff]
[ 3.770082] pci 0000:00:1d.0: bridge window [mem 0xdc000000-0xdc9fffff 64bit pref]
[ 3.770097] pci 0000:00:1d.4: PCI bridge to [bus 3d]
[ 3.770106] pci 0000:00:1d.4: bridge window [mem 0xdcb00000-0xdcbfffff]
[ 3.770125] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 3.770131] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 3.770136] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 3.770142] pci_bus 0000:00: resource 7 [mem 0x7f800000-0xdfffffff window]
[ 3.770147] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
[ 3.770152] pci_bus 0000:01: resource 1 [mem 0xdd600000-0xdd6fffff]
[ 3.770158] pci_bus 0000:02: resource 0 [io 0x4000-0x6fff]
[ 3.770162] pci_bus 0000:02: resource 1 [mem 0xc4000000-0xda0fffff]
[ 3.770167] pci_bus 0000:02: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 3.770173] pci_bus 0000:03: resource 0 [io 0x4000-0x5fff]
[ 3.770177] pci_bus 0000:03: resource 1 [mem 0xc4000000-0xda0fffff]
[ 3.770182] pci_bus 0000:03: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 3.770187] pci_bus 0000:04: resource 1 [mem 0xda000000-0xda0fffff]
[ 3.770192] pci_bus 0000:05: resource 0 [io 0x4000-0x4fff]
[ 3.770197] pci_bus 0000:05: resource 1 [mem 0xc4000000-0xd9efffff]
[ 3.770202] pci_bus 0000:05: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 3.770207] pci_bus 0000:3a: resource 0 [io 0x5000-0x5fff]
[ 3.770212] pci_bus 0000:3a: resource 1 [mem 0xd9f00000-0xd9ffffff]
[ 3.770217] pci_bus 0000:3c: resource 0 [io 0x2000-0x2fff]
[ 3.770221] pci_bus 0000:3c: resource 1 [mem 0xdcc00000-0xdd5fffff]
[ 3.770226] pci_bus 0000:3c: resource 2 [mem 0xdc000000-0xdc9fffff 64bit pref]
[ 3.770232] pci_bus 0000:3d: resource 1 [mem 0xdcb00000-0xdcbfffff]
[ 3.781385] pci 0000:02:00.0: enabling device (0006 -> 0007)
[ 3.782289] pci 0000:03:02.0: enabling device (0006 -> 0007)
[ 3.785300] PCI: CLS 128 bytes, default 64
[ 3.785413] DMAR: No ATSR found
[ 3.785417] DMAR: No SATC found
[ 3.785421] DMAR: dmar1: Using Queued invalidation
[ 3.785716] Unpacking initramfs...
[ 3.786179] pci 0000:00:00.0: Adding to iommu group 0
[ 3.786302] pci 0000:00:04.0: Adding to iommu group 1
[ 3.786414] pci 0000:00:08.0: Adding to iommu group 2
[ 3.786554] pci 0000:00:12.0: Adding to iommu group 3
[ 3.786698] pci 0000:00:14.0: Adding to iommu group 4
[ 3.786770] pci 0000:00:14.2: Adding to iommu group 4
[ 3.786882] pci 0000:00:14.3: Adding to iommu group 5
[ 3.787007] pci 0000:00:15.0: Adding to iommu group 6
[ 3.787130] pci 0000:00:16.0: Adding to iommu group 7
[ 3.787243] pci 0000:00:1c.0: Adding to iommu group 8
[ 3.787356] pci 0000:00:1c.4: Adding to iommu group 9
[ 3.787483] pci 0000:00:1d.0: Adding to iommu group 10
[ 3.787614] pci 0000:00:1d.4: Adding to iommu group 11
[ 3.787790] pci 0000:00:1f.0: Adding to iommu group 12
[ 3.787865] pci 0000:00:1f.3: Adding to iommu group 12
[ 3.787942] pci 0000:00:1f.4: Adding to iommu group 12
[ 3.788016] pci 0000:00:1f.5: Adding to iommu group 12
[ 3.788091] pci 0000:00:1f.6: Adding to iommu group 12
[ 3.788203] pci 0000:01:00.0: Adding to iommu group 13
[ 3.788341] pci 0000:02:00.0: Adding to iommu group 14
[ 3.788455] pci 0000:03:00.0: Adding to iommu group 15
[ 3.788574] pci 0000:03:01.0: Adding to iommu group 16
[ 3.788699] pci 0000:03:02.0: Adding to iommu group 17
[ 3.788757] pci 0000:3a:00.0: Adding to iommu group 17
[ 3.788870] pci 0000:3d:00.0: Adding to iommu group 18
[ 3.812125] DMAR: Intel(R) Virtualization Technology for Directed I/O
[ 3.812131] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 3.812134] software IO TLB: mapped [mem 0x000000006cfe1000-0x0000000070fe1000] (64MB)
[ 3.812159] ACPI: bus type thunderbolt registered
[ 3.812828] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 3.812835] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 3.812839] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 3.812842] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 3.812845] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 3.812848] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 3.813113] resource: resource sanity check: requesting [mem 0x00000000fed10000-0x00000000fed15fff], which spans more than pnp 00:08 [mem 0xfed10000-0xfed13fff]
[ 3.813122] caller snb_uncore_imc_init_box+0x14f/0x270 mapping multiple BARs
[ 3.820433] Initialise system trusted keyrings
[ 3.820582] workingset: timestamp_bits=62 max_order=23 bucket_order=0
[ 3.821816] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 3.821876] 9p: Installing v9fs 9p2000 file system support
[ 3.853372] Key type asymmetric registered
[ 3.853377] Asymmetric key parser 'x509' registered
[ 3.853509] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 3.853514] io scheduler mq-deadline registered
[ 3.853518] io scheduler kyber registered
[ 3.865546] pcieport 0000:03:01.0: enabling device (0006 -> 0007)
[ 3.868095] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 3.964639] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
[ 3.973520] ACPI: AC: AC Adapter [AC] (on-line)
[ 3.974072] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 3.974452] ACPI: button: Sleep Button [SLPB]
[ 3.974893] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[ 3.975241] ACPI: button: Lid Switch [LID]
[ 3.975652] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 3.975999] ACPI: button: Power Button [PWRF]
[ 4.004055] thermal LNXTHERM:00: registered as thermal_zone0
[ 4.004064] ACPI: thermal: Thermal Zone [THM0] (49 C)
[ 4.008395] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 4.012576] Non-volatile memory driver v1.3
[ 4.012712] Linux agpgart interface v0.103
[ 4.013034] ACPI: bus type drm_connector registered
[ 4.019745] i915 0000:00:02.0: [drm] Found COFFEELAKE/ULT (device ID 3ea0) display version 9.00 stepping N/A
[ 4.021546] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 4.044426] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 4.068302] ACPI: battery: Slot [BAT0] (battery present)
[ 4.117620] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[ 4.182944] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 4.188639] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[ 4.248645] fbcon: i915drmfb (fb0) is primary device
[ 4.257862] Console: switching to colour frame buffer device 240x67
[ 4.280847] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 4.298507] loop: module loaded
[ 4.302691] nvme nvme0: pci function 0000:3d:00.0
[ 4.303717] tun: Universal TUN/TAP device driver, 1.6
[ 4.304073] e100: Intel(R) PRO/100 Network Driver
[ 4.304078] e100: Copyright(c) 1999-2006 Intel Corporation
[ 4.304152] e1000: Intel(R) PRO/1000 Network Driver
[ 4.304156] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 4.304235] e1000e: Intel(R) PRO/1000 Network Driver
[ 4.304238] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 4.308168] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 4.314712] nvme nvme0: 8/0/0 default/read/poll queues
[ 4.323054] nvme0n1: p3 p5
[ 4.684529] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[ 4.747723] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) f8:75:a4:9f:a1:3e
[ 4.747735] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[ 4.747803] e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: 1000FF-0FF
[ 4.747909] Intel(R) 2.5G Ethernet Linux Driver
[ 4.747913] Copyright(c) 2018 Intel Corporation.
[ 4.747996] sky2: driver version 1.30
[ 4.748230] Intel(R) Wireless WiFi driver for Linux
[ 4.748361] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 4.753623] iwlwifi 0000:00:14.3: Detected crf-id 0x2816, cnv-id 0x1000100 wfpm id 0x80000000
[ 4.753642] iwlwifi 0000:00:14.3: PCI dev 9df0/0034, rev=0x312, rfid=0x105110
[ 4.753651] iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9560 160MHz
[ 4.754049] usbcore: registered new device driver r8152-cfgselector
[ 4.754108] usbcore: registered new interface driver r8152
[ 4.754164] usbcore: registered new interface driver asix
[ 4.754216] usbcore: registered new interface driver ax88179_178a
[ 4.754265] usbcore: registered new interface driver cdc_ether
[ 4.754320] usbcore: registered new interface driver net1080
[ 4.754369] usbcore: registered new interface driver zaurus
[ 4.754420] usbcore: registered new interface driver cdc_ncm
[ 4.754469] usbcore: registered new interface driver qmi_wwan
[ 4.754527] usbcore: registered new interface driver cdc_mbim
[ 4.754579] usbcore: registered new interface driver r8153_ecm
[ 4.758870] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 4.759322] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 4.762049] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[ 4.764327] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 4.764757] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 4.764781] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 4.765239] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[ 4.765247] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.765253] usb usb1: Product: xHCI Host Controller
[ 4.765258] usb usb1: Manufacturer: Linux 6.12.12+ xhci-hcd
[ 4.765262] usb usb1: SerialNumber: 0000:00:14.0
[ 4.766728] hub 1-0:1.0: USB hub found
[ 4.766857] hub 1-0:1.0: 12 ports detected
[ 4.826507] tsc: Refined TSC clocksource calibration: 1991.999 MHz
[ 4.826523] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x396d4ffc055, max_idle_ns: 881590662783 ns
[ 4.826571] clocksource: Switched to clocksource tsc
[ 4.849007] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[ 4.849018] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.849024] usb usb2: Product: xHCI Host Controller
[ 4.849029] usb usb2: Manufacturer: Linux 6.12.12+ xhci-hcd
[ 4.849033] usb usb2: SerialNumber: 0000:00:14.0
[ 4.850449] hub 2-0:1.0: USB hub found
[ 4.850580] hub 2-0:1.0: 6 ports detected
[ 4.902823] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[ 4.903309] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 3
[ 4.906064] xhci_hcd 0000:3a:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[ 4.907914] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[ 4.908285] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 4
[ 4.908307] xhci_hcd 0000:3a:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 4.908755] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[ 4.908764] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.908769] usb usb3: Product: xHCI Host Controller
[ 4.908774] usb usb3: Manufacturer: Linux 6.12.12+ xhci-hcd
[ 4.908778] usb usb3: SerialNumber: 0000:3a:00.0
[ 4.910044] hub 3-0:1.0: USB hub found
[ 4.910157] hub 3-0:1.0: 2 ports detected
[ 4.976234] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[ 4.976244] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.976250] usb usb4: Product: xHCI Host Controller
[ 4.976254] usb usb4: Manufacturer: Linux 6.12.12+ xhci-hcd
[ 4.976259] usb usb4: SerialNumber: 0000:3a:00.0
[ 4.977600] hub 4-0:1.0: USB hub found
[ 4.977711] hub 4-0:1.0: 2 ports detected
[ 5.058134] usbcore: registered new interface driver cdc_acm
[ 5.058142] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 5.058200] usbcore: registered new interface driver usblp
[ 5.058259] usbcore: registered new interface driver cdc_wdm
[ 5.058530] usbcore: registered new interface driver uas
[ 5.058606] usbcore: registered new interface driver usb-storage
[ 5.058654] usbcore: registered new interface driver ums-datafab
[ 5.058697] usbcore: registered new interface driver ums-freecom
[ 5.058740] usbcore: registered new interface driver ums-isd200
[ 5.058783] usbcore: registered new interface driver ums-jumpshot
[ 5.058827] usbcore: registered new interface driver ums-sddr09
[ 5.058871] usbcore: registered new interface driver ums-sddr55
[ 5.058914] usbcore: registered new interface driver ums-usbat
[ 5.058963] usbcore: registered new device driver onboard-usb-dev
[ 5.059444] dummy_hcd dummy_hcd.0: USB Host+Gadget Emulator, driver 02 May 2005
[ 5.059466] dummy_hcd dummy_hcd.0: Dummy host controller
[ 5.060088] dummy_hcd dummy_hcd.0: new USB bus registered, assigned bus number 5
[ 5.060622] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[ 5.060631] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.060637] usb usb5: Product: Dummy host controller
[ 5.060642] usb usb5: Manufacturer: Linux 6.12.12+ dummy_hcd
[ 5.060646] usb usb5: SerialNumber: dummy_hcd.0
[ 5.061898] hub 5-0:1.0: USB hub found
[ 5.062013] hub 5-0:1.0: 1 port detected
[ 5.063255] dummy_hcd dummy_hcd.0: Dummy host controller
[ 5.063667] dummy_hcd dummy_hcd.0: new USB bus registered, assigned bus number 6
[ 5.063876] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 5.064299] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[ 5.064307] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.064313] usb usb6: Product: Dummy host controller
[ 5.064317] usb usb6: Manufacturer: Linux 6.12.12+ dummy_hcd
[ 5.064322] usb usb6: SerialNumber: dummy_hcd.0
[ 5.065746] hub 6-0:1.0: USB hub found
[ 5.065860] hub 6-0:1.0: 1 port detected
[ 5.068015] Mass Storage Function, version: 2009/09/11
[ 5.068026] LUN: removable file: (no medium)
[ 5.068194] LUN: removable file: (no medium)
[ 5.068199] Number of LUNs=1
[ 5.068453] g_mass_storage gadget.0: Mass Storage Gadget, version: 2009/09/11
[ 5.068462] g_mass_storage gadget.0: userspace failed to provide iSerialNumber
[ 5.068467] g_mass_storage gadget.0: g_mass_storage ready
[ 5.090530] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[ 5.098990] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 5.101316] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 5.101342] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 5.104109] mousedev: PS/2 mouse device common for all mice
[ 5.106783] rtc_cmos 00:04: RTC can wake from S4
[ 5.107112] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 5.111681] rtc_cmos 00:04: registered as rtc0
[ 5.111908] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[ 5.112258] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[ 5.123055] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 5.123472] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 5.145873] Consider using thermal netlink events interface
[ 5.233520] usb 1-1: New USB device found, idVendor=058f, idProduct=9540, bcdDevice= 1.20
[ 5.233532] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.233539] usb 1-1: Product: EMV Smartcard Reader
[ 5.233543] usb 1-1: Manufacturer: Generic
[ 5.249537] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[ 5.291577] i2c i2c-7: Successfully instantiated SPD at 0x51
[ 5.307716] usb 6-1: new SuperSpeed USB device number 2 using dummy_hcd
[ 5.320250] usb 6-1: New USB device found, idVendor=22e0, idProduct=0300, bcdDevice= 6.12
[ 5.320261] usb 6-1: New USB device strings: Mfr=3, Product=4, SerialNumber=0
[ 5.320267] usb 6-1: Product: SINA Virtual USB Stick
[ 5.320272] usb 6-1: Manufacturer: Secunet
[ 5.321567] intel_rapl_common: Found RAPL domain package
[ 5.321574] intel_rapl_common: Found RAPL domain dram
[ 5.321798] usb-storage 6-1:1.0: USB Mass Storage device detected
[ 5.322574] intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
[ 5.322803] scsi host0: usb-storage 6-1:1.0
[ 5.338895] intel_pstate: Intel P-state driver initializing
[ 5.339525] intel_pstate: HWP enabled
[ 5.339578] hid: raw HID events driver (C) Jiri Kosina
[ 5.339902] usbcore: registered new interface driver usbhid
[ 5.339904] usbhid: USB HID core driver
[ 5.342598] fujitsu_laptop: driver 0.6.0 successfully loaded
[ 5.342946] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[ 5.342949] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 5.342950] thinkpad_acpi: ThinkPad BIOS N2IETA5W (1.83 ), EC N2IHT43W
[ 5.342952] thinkpad_acpi: Lenovo ThinkPad T490, model 20N2S0PG00
[ 5.349708] thinkpad_acpi: radio switch found; radios are enabled
[ 5.349736] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 5.349738] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[ 5.361530] usb 1-2: new full-speed USB device number 3 using xhci_hcd
[ 5.379587] usb 4-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[ 5.399604] usb 4-1: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice=50.33
[ 5.399609] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.399612] usb 4-1: Product: USB3.1 Hub
[ 5.399614] usb 4-1: Manufacturer: VIA Labs, Inc.
[ 5.424623] hub 4-1:1.0: USB hub found
[ 5.424947] hub 4-1:1.0: 4 ports detected
[ 5.440121] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[ 5.474099] thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is blocked
[ 5.484994] typec port0: bound usb1-port2 (ops connector_ops)
[ 5.485012] typec port0: bound usb2-port2 (ops connector_ops)
[ 5.500283] usb 1-2: New USB device found, idVendor=17ef, idProduct=3074, bcdDevice= 0.00
[ 5.500288] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5.500290] usb 1-2: Product: USB Billboard
[ 5.500292] usb 1-2: Manufacturer: Cypress Semiconductor
[ 5.500294] usb 1-2: SerialNumber: 11AD1D006D0B3A0128190B00
[ 5.539588] hid-generic 0003:17EF:3074.0001: hidraw0: USB HID v1.11 Device [Cypress Semiconductor USB Billboard] on usb-0000:00:14.0-2/input1
[ 5.651526] usb 1-3: new full-speed USB device number 4 using xhci_hcd
[ 5.785263] usb 1-3: New USB device found, idVendor=08e6, idProduct=3438, bcdDevice= 2.00
[ 5.785282] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5.785285] usb 1-3: Product: USB SmartCard Reader
[ 5.785287] usb 1-3: Manufacturer: Gemalto
[ 5.785289] usb 1-3: SerialNumber: BB7455CF
[ 5.901497] usb 1-5: new high-speed USB device number 5 using xhci_hcd
[ 5.946987] psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
[ 5.965709] usb 4-1.2: new SuperSpeed Plus Gen 2x1 USB device number 3 using xhci_hcd
[ 5.982525] usb 4-1.2: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice=50.34
[ 5.982529] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.982532] usb 4-1.2: Product: USB3.1 Hub
[ 5.982534] usb 4-1.2: Manufacturer: VIA Labs, Inc.
[ 5.983682] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
[ 5.983709] psmouse serio1: synaptics: Your touchpad (PNP: LEN205b PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[ 5.997226] hub 4-1.2:1.0: USB hub found
[ 5.997434] hub 4-1.2:1.0: 4 ports detected
[ 6.029283] usb 1-5: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.33
[ 6.029287] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6.029290] usb 1-5: Product: USB2.0 Hub
[ 6.029292] usb 1-5: Manufacturer: VIA Labs, Inc.
[ 6.049918] hub 1-5:1.0: USB hub found
[ 6.050173] psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf00aa3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 2867793
[ 6.050204] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[ 6.050367] hub 1-5:1.0: 5 ports detected
[ 6.061995] typec port1: bound usb1-port5 (ops connector_ops)
[ 6.062013] typec port1: bound usb4-port1 (ops connector_ops)
[ 6.089525] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
[ 6.293604] usb 1-7: new high-speed USB device number 6 using xhci_hcd
[ 6.363187] scsi 0:0:0:0: Direct-Access Linux File-Stor Gadget 0612 PQ: 0 ANSI: 2
[ 6.368726] sd 0:0:0:0: Power-on or device reset occurred
[ 6.369948] sd 0:0:0:0: [sda] Media removed, stopped polling
[ 6.370931] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 6.430318] usb 1-7: New USB device found, idVendor=2cb7, idProduct=0210, bcdDevice= 3.33
[ 6.430324] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 6.430326] usb 1-7: Product: L830-EB
[ 6.430328] usb 1-7: Manufacturer: FIBOCOM
[ 6.430330] usb 1-7: SerialNumber: 004999010640000
[ 6.492726] cdc_mbim 1-7:1.0: setting rx_max = 16384
[ 6.493808] cdc_mbim 1-7:1.0: cdc-wdm0: USB WDM device
[ 6.494178] wwan wwan0: port wwan0mbim0 attached
[ 6.494835] cdc_mbim 1-7:1.0 wwan0: register 'cdc_mbim' at usb-0000:00:14.0-7, CDC MBIM, 82:fc:d6:78:be:c9
[ 6.505292] cdc_acm 1-7:1.2: ttyACM0: USB ACM device
[ 6.578949] psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x11, buttons: 3/3
[ 6.621540] usb 1-8: new high-speed USB device number 7 using xhci_hcd
[ 6.756188] usb 1-8: New USB device found, idVendor=04ca, idProduct=7070, bcdDevice= 0.23
[ 6.756193] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6.756195] usb 1-8: Product: Integrated Camera
[ 6.756197] usb 1-8: Manufacturer: 8SSC20F27068L1GZ9B930E1
[ 6.778740] input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input8
[ 6.870495] usb 1-5.2: new high-speed USB device number 8 using xhci_hcd
[ 7.011128] usb 1-5.2: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.34
[ 7.011134] usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7.011137] usb 1-5.2: Product: USB2.0 Hub
[ 7.011139] usb 1-5.2: Manufacturer: VIA Labs, Inc.
[ 7.016662] hub 1-5.2:1.0: USB hub found
[ 7.019514] hub 1-5.2:1.0: 4 ports detected
[ 7.120554] usb 1-10: new full-speed USB device number 9 using xhci_hcd
[ 7.246422] usb 1-10: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
[ 7.246426] usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 7.306530] usb 1-5.5: new high-speed USB device number 10 using xhci_hcd
[ 7.381727] usb 1-5.5: New USB device found, idVendor=17ef, idProduct=3075, bcdDevice= 0.01
[ 7.381731] usb 1-5.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 7.381734] usb 1-5.5: Product: USB Billboard Device
[ 7.381736] usb 1-5.5: Manufacturer: VIA Labs, Inc.
[ 7.381737] usb 1-5.5: SerialNumber: 0000000000000001
[ 7.726535] usb 1-5.2.4: new high-speed USB device number 11 using xhci_hcd
[ 8.706164] Freeing initrd memory: 45980K
[ 8.706716] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 8.709559] modprobe (105) used greatest stack depth: 26728 bytes left
[ 8.714438] thinkpad_acpi: battery 1 registered (start 0, stop 100, behaviours: 0x7)
[ 8.714462] ACPI: battery: new extension: ThinkPad Battery Extension
[ 8.719780] iwlwifi 0000:00:14.3: WRT: Overriding region id 0
[ 8.719788] iwlwifi 0000:00:14.3: WRT: Overriding region id 1
[ 8.719793] iwlwifi 0000:00:14.3: WRT: Overriding region id 2
[ 8.719797] iwlwifi 0000:00:14.3: WRT: Overriding region id 3
[ 8.719801] iwlwifi 0000:00:14.3: WRT: Overriding region id 4
[ 8.719805] iwlwifi 0000:00:14.3: WRT: Overriding region id 6
[ 8.719809] iwlwifi 0000:00:14.3: WRT: Overriding region id 8
[ 8.719813] iwlwifi 0000:00:14.3: WRT: Overriding region id 9
[ 8.719817] iwlwifi 0000:00:14.3: WRT: Overriding region id 10
[ 8.719822] iwlwifi 0000:00:14.3: WRT: Overriding region id 11
[ 8.719826] iwlwifi 0000:00:14.3: WRT: Overriding region id 15
[ 8.719830] iwlwifi 0000:00:14.3: WRT: Overriding region id 16
[ 8.719834] iwlwifi 0000:00:14.3: WRT: Overriding region id 18
[ 8.719838] iwlwifi 0000:00:14.3: WRT: Overriding region id 19
[ 8.719842] iwlwifi 0000:00:14.3: WRT: Overriding region id 20
[ 8.719847] iwlwifi 0000:00:14.3: WRT: Overriding region id 21
[ 8.719851] iwlwifi 0000:00:14.3: WRT: Overriding region id 28
[ 8.720735] iwlwifi 0000:00:14.3: loaded firmware version 46.7e3e4b69.0 9000-pu-b0-jf-b0-46.ucode op_mode iwlmvm
[ 8.731550] iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
[ 8.754401] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input7
[ 8.789474] iwlwifi 0000:00:14.3: base HW address: 60:f2:62:85:86:a8, OTP minor version: 0x4
[ 8.876675] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 9.019463] usb 1-5.2.4: New USB device found, idVendor=17ef, idProduct=306f, bcdDevice= 0.12
[ 9.019468] usb 1-5.2.4: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[ 9.019470] usb 1-5.2.4: Product: ThinkPad Dock USB Audio
[ 9.019472] usb 1-5.2.4: Manufacturer: Generic
[ 9.035540] input: Generic ThinkPad Dock USB Audio Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.0002/input/input9
[ 9.087004] input: Generic ThinkPad Dock USB Audio as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.0002/input/input10
[ 9.087474] hid-generic 0003:17EF:306F.0002: input,hidraw1: USB HID v1.11 Device [Generic ThinkPad Dock USB Audio] on usb-0000:00:14.0-5.2.4/input3
[ 49.001509] intel_pmc_core intel_pmc_core.0: initialized
[ 49.002069] intel_rapl_common: Found RAPL domain package
[ 49.002072] intel_rapl_common: Found RAPL domain core
[ 49.002074] intel_rapl_common: Found RAPL domain uncore
[ 49.002076] intel_rapl_common: Found RAPL domain dram
[ 49.002077] intel_rapl_common: Found RAPL domain psys
[ 49.005414] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops)
[ 49.026760] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 49.026766] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 49.026769] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 49.026771] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 49.026773] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 49.026775] snd_hda_codec_realtek hdaudioC0D0: Mic=0x19
[ 49.026777] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 49.075725] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[ 49.076027] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[ 49.076331] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[ 49.076622] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 49.076955] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[ 49.253617] usbcore: registered new interface driver snd-usb-audio
[ 49.257184] Initializing XFRM netlink socket
[ 49.257349] NET: Registered PF_INET6 protocol family
[ 49.260023] Segment Routing with IPv6
[ 49.260129] In-situ OAM (IOAM) with IPv6
[ 49.260383] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 49.261790] NET: Registered PF_PACKET protocol family
[ 49.261820] NET: Registered PF_KEY protocol family
[ 49.261853] 8021q: 802.1Q VLAN Support v1.8
[ 49.261926] 9pnet: Installing 9P2000 support
[ 49.264332] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 49.264742] microcode: Current revision: 0x000000fc
[ 49.264751] microcode: Updated early from: 0x000000fa
[ 49.265536] IPI shorthand broadcast: enabled
[ 49.306926] sched_clock: Marking stable (49294000813, 12487196)->(49433696169, -127208160)
[ 49.307679] Loading compiled-in X.509 certificates
[ 49.315509] Loaded X.509 cert 'Build time autogenerated kernel key: bf9a13bde1546187a9bd052045d50d20a1e9cf2b'
[ 49.327701] PM: Magic number: 13:805:66
[ 49.328134] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 49.333046] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 49.333307] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 49.333367] clk: Disabling unused clocks
[ 49.333370] ALSA device list:
[ 49.333371] #0: HDA Intel PCH at 0xdd73c000 irq 150
[ 49.333374] #1: Generic ThinkPad Dock USB Audio at usb-0000:00:14.0-5.2.4, high speed
[ 49.339974] Freeing unused kernel image (initmem) memory: 7404K
[ 49.340004] Write protecting the kernel read-only data: 77824k
[ 49.340701] Freeing unused kernel image (rodata/data gap) memory: 1236K
[ 49.342104] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 49.342113] Run /init as init process
[ 49.342115] with arguments:
[ 49.342117] /init
[ 49.342118] with environment:
[ 49.342119] HOME=/
[ 49.342121] TERM=linux
[ 49.342122] BOOT_IMAGE=/isolinux/bzImage
[ 50.413248] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 50.451739] fido_id (151) used greatest stack depth: 26312 bytes left
[ 50.689087] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[ 50.947936] ISO 9660 Extensions: Microsoft Joliet Level 3
[ 50.948241] ISO 9660 Extensions: RRIP_1991A
[ 53.521573] sha512sum (165) used greatest stack depth: 25952 bytes left
[ 54.532787] loop8: detected capacity change from 0 to 1836696
[ 54.533833] (udev-worker) (136) used greatest stack depth: 25008 bytes left
[ 55.320233] systemd[1]: Failed to find module 'autofs4'
[ 55.358785] systemd[1]: systemd 256-g3c63673 running in system mode (-PAM -AUDIT -SELINUX -APPARMOR -IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL -ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP -LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON -UTMP -SYSVINIT -LIBARCHIVE)
[ 55.358815] systemd[1]: Detected architecture x86-64.
[ 55.358881] systemd[1]: Detected first boot.
[ 55.359158] systemd[1]: No hostname configured, using default hostname.
[ 55.359250] systemd[1]: Hostname set to <localhost>.
[ 55.775099] systemd[1]: Failed to populate /etc with preset unit settings, ignoring: File exists
[ 55.814829] systemd[1]: /etc/systemd/system/systemd-udevd.service.d/sina-lsm-label.conf:2: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
[ 55.819632] systemd[1]: /etc/systemd/system/debugshell.service:17: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
[ 55.820310] systemd[1]: /etc/systemd/system/syslog.service:15: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
[ 55.823854] systemd[1]: /etc/systemd/system/vwnetstatic.service:19: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
[ 55.824510] systemd[1]: /etc/systemd/system/failsafe.service:9: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
[ 55.827147] systemd[1]: /etc/systemd/system/rcd.service:17: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
[ 55.832398] systemd[1]: /etc/systemd/system/ldap-config.service:12: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
[ 55.833476] systemd[1]: /etc/systemd/system/net-ns-id@.service:10: Unknown key 'LSMProcessLabel' in section [Service], ignoring.
[ 55.871798] systemd[1]: Started debugshell.service.
[ 55.871983] systemd[1]: Reached target debugshell.target.
[ 55.875646] systemd[1]: Startup finished in 55.133s (kernel) + 729ms (userspace) = 55.863s.
[ 55.876504] systemd[1]: System is tainted: unmerged-usr:unmerged-bin
[ 407.963207] kworker/2:1 (70) used greatest stack depth: 24744 bytes left
[ 514.616950] usb 1-2: USB disconnect, device number 3
[ 514.661231] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 514.661269] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 514.726573] usb 1-5: USB disconnect, device number 5
[ 514.726580] usb 1-5.2: USB disconnect, device number 8
[ 514.726583] usb 1-5.2.4: USB disconnect, device number 11
[ 514.765062] usb 1-5.5: USB disconnect, device number 10
[ 514.831796] xhci_hcd 0000:3a:00.0: Unable to change power state from D3hot to D0, device inaccessible
[ 514.894021] xhci_hcd 0000:3a:00.0: Unable to change power state from D3cold to D0, device inaccessible
[ 514.894036] xhci_hcd 0000:3a:00.0: Controller not ready at resume -19
[ 514.894039] xhci_hcd 0000:3a:00.0: PCI post-resume error -19!
[ 514.894041] xhci_hcd 0000:3a:00.0: HC died; cleaning up
[ 514.894062] usb 4-1: USB disconnect, device number 2
[ 514.894065] usb 4-1.2: USB disconnect, device number 3
[ 514.894573] xhci_hcd 0000:3a:00.0: remove, state 4
[ 514.894576] usb usb4: USB disconnect, device number 1
[ 520.090599] xhci_hcd 0000:3a:00.0: xHCI host controller not responding, assume dead
[ 520.090681] pcieport 0000:03:00.0: Unable to change power state from D3hot to D0, device inaccessible
[ 520.093614] xhci_hcd 0000:3a:00.0: Timeout while waiting for configure endpoint command
[ 520.098995] xhci_hcd 0000:3a:00.0: USB bus 4 deregistered
[ 520.099253] xhci_hcd 0000:3a:00.0: remove, state 4
[ 520.099257] usb usb3: USB disconnect, device number 1
[ 520.100265] xhci_hcd 0000:3a:00.0: Host halt failed, -19
[ 520.100270] xhci_hcd 0000:3a:00.0: Host not accessible, reset failed.
[ 520.101285] xhci_hcd 0000:3a:00.0: USB bus 3 deregistered
[ 520.103292] pci_bus 0000:05: busn_res: [bus 05-39] is released
[ 520.105185] pci_bus 0000:04: busn_res: [bus 04] is released
[ 520.107291] pcieport 0000:02:00.0: bridge configuration invalid ([bus ff-ff]), reconfiguring
[ 520.107305] pci_bus 0000:03: Allocating resources
[ 520.107312] pcieport 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
[ 520.107323] pcieport 0000:03:02.0: bridge window [mem 0xa0000000-0xa01fffff 64bit pref]: assigned
[ 520.107601] pci_bus 0000:3a: busn_res: [bus 3a] is released
[ 520.109588] pci_bus 0000:03: busn_res: [bus 03-3a] is released
[ 522.973010] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 522.973048] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 529.409351] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 529.409395] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 543.303502] usb 1-5: new high-speed USB device number 12 using xhci_hcd
[ 543.340048] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 543.340092] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 543.432076] usb 1-5: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.33
[ 543.432084] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 543.432088] usb 1-5: Product: USB2.0 Hub
[ 543.432091] usb 1-5: Manufacturer: VIA Labs, Inc.
[ 543.454534] hub 1-5:1.0: USB hub found
[ 543.455630] hub 1-5:1.0: 5 ports detected
[ 543.954589] usb 1-2: new full-speed USB device number 13 using xhci_hcd
[ 544.086374] usb 1-2: New USB device found, idVendor=17ef, idProduct=3074, bcdDevice= 0.00
[ 544.086403] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 544.086416] usb 1-2: Product: USB Billboard
[ 544.086427] usb 1-2: Manufacturer: Cypress Semiconductor
[ 544.086436] usb 1-2: SerialNumber: 11AD1D006D0B3A0128190B00
[ 544.153293] hid-generic 0003:17EF:3074.0003: hidraw0: USB HID v1.11 Device [Cypress Semiconductor USB Billboard] on usb-0000:00:14.0-2/input1
[ 544.205507] usb 1-5.2: new high-speed USB device number 14 using xhci_hcd
[ 544.277334] pci 0000:02:00.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Upstream Port
[ 544.277371] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[ 544.277382] pci 0000:02:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 544.277395] pci 0000:02:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 544.277409] pci 0000:02:00.0: enabling Extended Tags
[ 544.277552] pci 0000:02:00.0: supports D1 D2
[ 544.277554] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 544.283000] pci 0000:02:00.0: Adding to iommu group 14
[ 544.287698] pci 0000:03:00.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
[ 544.287735] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 544.287746] pci 0000:03:00.0: bridge window [mem 0xda000000-0xda0fffff]
[ 544.287772] pci 0000:03:00.0: enabling Extended Tags
[ 544.287940] pci 0000:03:00.0: supports D1 D2
[ 544.287942] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 544.288296] pci 0000:03:00.0: Adding to iommu group 15
[ 544.289209] pci 0000:03:01.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
[ 544.289260] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[ 544.289290] pci 0000:03:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[ 544.289320] pci 0000:03:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 544.289371] pci 0000:03:01.0: enabling Extended Tags
[ 544.292955] pci 0000:03:01.0: supports D1 D2
[ 544.292958] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 544.293404] pci 0000:03:01.0: Adding to iommu group 16
[ 544.296119] pci 0000:03:02.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
[ 544.296155] pci 0000:03:02.0: PCI bridge to [bus 3a]
[ 544.296165] pci 0000:03:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[ 544.296192] pci 0000:03:02.0: enabling Extended Tags
[ 544.299914] pci 0000:03:02.0: supports D1 D2
[ 544.299917] pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 544.302114] pci 0000:03:02.0: Adding to iommu group 17
[ 544.302954] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[ 544.303071] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 544.303184] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[ 544.303386] pci 0000:3a:00.0: [8086:15c1] type 00 class 0x0c0330 PCIe Endpoint
[ 544.303409] pci 0000:3a:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
[ 544.303508] pci 0000:3a:00.0: enabling Extended Tags
[ 544.308895] pci 0000:3a:00.0: supports D1 D2
[ 544.308899] pci 0000:3a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 544.308999] pci 0000:3a:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:03:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[ 544.309766] pci 0000:3a:00.0: Adding to iommu group 17
[ 544.309849] pci 0000:03:02.0: PCI bridge to [bus 3a]
[ 544.309907] pci_bus 0000:03: Allocating resources
[ 544.309924] pci 0000:03:01.0: bridge window [io 0x1000-0x0fff] to [bus 05-39] add_size 1000
[ 544.309929] pci 0000:03:02.0: bridge window [io 0x1000-0x0fff] to [bus 3a] add_size 1000
[ 544.309933] pci 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
[ 544.309938] pci 0000:02:00.0: bridge window [io 0x1000-0x0fff] to [bus 03-3a] add_size 2000
[ 544.309946] pci 0000:02:00.0: bridge window [io 0x4000-0x5fff]: assigned
[ 544.309963] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 544.309965] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 544.309969] pci 0000:03:01.0: bridge window [io 0x4000-0x4fff]: assigned
[ 544.309971] pci 0000:03:02.0: bridge window [io 0x5000-0x5fff]: assigned
[ 544.309986] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 544.309988] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 544.309993] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 544.310000] pci 0000:03:00.0: bridge window [mem 0xda000000-0xda0fffff]
[ 544.310009] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[ 544.310011] pci 0000:03:01.0: bridge window [io 0x4000-0x4fff]
[ 544.310016] pci 0000:03:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[ 544.310020] pci 0000:03:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 544.310027] pci 0000:03:02.0: PCI bridge to [bus 3a]
[ 544.310029] pci 0000:03:02.0: bridge window [io 0x5000-0x5fff]
[ 544.310034] pci 0000:03:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[ 544.310043] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[ 544.310045] pci 0000:02:00.0: bridge window [io 0x4000-0x5fff]
[ 544.310050] pci 0000:02:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 544.310054] pci 0000:02:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 544.310771] pcieport 0000:02:00.0: enabling device (0006 -> 0007)
[ 544.317012] pcieport 0000:03:01.0: enabling device (0006 -> 0007)
[ 544.317937] pcieport 0000:03:02.0: enabling device (0006 -> 0007)
[ 544.320393] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[ 544.320658] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 3
[ 544.322700] xhci_hcd 0000:3a:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[ 544.323685] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[ 544.323900] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 4
[ 544.323911] xhci_hcd 0000:3a:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 544.324659] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[ 544.324662] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 544.324664] usb usb3: Product: xHCI Host Controller
[ 544.324666] usb usb3: Manufacturer: Linux 6.12.12+ xhci-hcd
[ 544.324667] usb usb3: SerialNumber: 0000:3a:00.0
[ 544.325434] hub 3-0:1.0: USB hub found
[ 544.325559] hub 3-0:1.0: 2 ports detected
[ 544.382607] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[ 544.382611] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 544.382614] usb usb4: Product: xHCI Host Controller
[ 544.382615] usb usb4: Manufacturer: Linux 6.12.12+ xhci-hcd
[ 544.382617] usb usb4: SerialNumber: 0000:3a:00.0
[ 544.382691] usb 1-5.2: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.34
[ 544.382695] usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 544.382698] usb 1-5.2: Product: USB2.0 Hub
[ 544.382699] usb 1-5.2: Manufacturer: VIA Labs, Inc.
[ 544.384387] hub 1-5.2:1.0: USB hub found
[ 544.384754] hub 1-5.2:1.0: 4 ports detected
[ 544.385913] hub 4-0:1.0: USB hub found
[ 544.386237] hub 4-0:1.0: 2 ports detected
[ 544.421297] typec port1: bound usb1-port5 (ops connector_ops)
[ 544.421331] typec port1: bound usb4-port1 (ops connector_ops)
[ 544.640110] usb 1-5.5: new high-speed USB device number 15 using xhci_hcd
[ 544.716603] usb 1-5.5: New USB device found, idVendor=17ef, idProduct=3075, bcdDevice= 0.01
[ 544.716611] usb 1-5.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 544.716613] usb 1-5.5: Product: USB Billboard Device
[ 544.716615] usb 1-5.5: Manufacturer: VIA Labs, Inc.
[ 544.716617] usb 1-5.5: SerialNumber: 0000000000000001
[ 544.771155] usb 4-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[ 544.786565] usb 4-1: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice=50.33
[ 544.786587] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 544.786596] usb 4-1: Product: USB3.1 Hub
[ 544.786604] usb 4-1: Manufacturer: VIA Labs, Inc.
[ 544.850450] hub 4-1:1.0: USB hub found
[ 544.850852] hub 4-1:1.0: 4 ports detected
[ 545.159676] usb 1-5.2.4: new high-speed USB device number 16 using xhci_hcd
[ 545.390701] usb 4-1.2: new SuperSpeed Plus Gen 2x1 USB device number 3 using xhci_hcd
[ 545.405656] usb 4-1.2: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice=50.34
[ 545.405661] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 545.405664] usb 4-1.2: Product: USB3.1 Hub
[ 545.405667] usb 4-1.2: Manufacturer: VIA Labs, Inc.
[ 545.419268] hub 4-1.2:1.0: USB hub found
[ 545.419685] hub 4-1.2:1.0: 4 ports detected
[ 546.456921] usb 1-5.2.4: New USB device found, idVendor=17ef, idProduct=306f, bcdDevice= 0.12
[ 546.456950] usb 1-5.2.4: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[ 546.456964] usb 1-5.2.4: Product: ThinkPad Dock USB Audio
[ 546.456974] usb 1-5.2.4: Manufacturer: Generic
[ 546.726209] input: Generic ThinkPad Dock USB Audio Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.0004/input/input16
[ 546.779263] input: Generic ThinkPad Dock USB Audio as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.0004/input/input17
[ 546.781604] hid-generic 0003:17EF:306F.0004: input,hidraw1: USB HID v1.11 Device [Generic ThinkPad Dock USB Audio] on usb-0000:00:14.0-5.2.4/input3
[ 548.372662] usb 1-2: USB disconnect, device number 13
[ 548.415983] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 548.416014] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 548.472834] xhci_hcd 0000:3a:00.0: Unable to change power state from D3cold to D0, device inaccessible
[ 548.472855] xhci_hcd 0000:3a:00.0: Controller not ready at resume -19
[ 548.472858] xhci_hcd 0000:3a:00.0: PCI post-resume error -19!
[ 548.472860] xhci_hcd 0000:3a:00.0: HC died; cleaning up
[ 548.472882] usb 4-1: USB disconnect, device number 2
[ 548.472886] usb 4-1.2: USB disconnect, device number 3
[ 548.482629] usb 1-5: USB disconnect, device number 12
[ 548.482632] usb 1-5.2: USB disconnect, device number 14
[ 548.482634] usb 1-5.2.4: USB disconnect, device number 16
[ 548.521872] usb 1-5.5: USB disconnect, device number 15
[ 549.378106] xhci_hcd 0000:3a:00.0: remove, state 4
[ 549.378114] usb usb4: USB disconnect, device number 1
[ 553.031491] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 553.031528] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 553.882656] xhci_hcd 0000:3a:00.0: xHCI host controller not responding, assume dead
[ 553.882755] xhci_hcd 0000:3a:00.0: Timeout while waiting for configure endpoint command
[ 553.889880] xhci_hcd 0000:3a:00.0: USB bus 4 deregistered
[ 553.890167] xhci_hcd 0000:3a:00.0: remove, state 4
[ 553.890173] usb usb3: USB disconnect, device number 1
[ 553.891258] xhci_hcd 0000:3a:00.0: Host halt failed, -19
[ 553.891263] xhci_hcd 0000:3a:00.0: Host not accessible, reset failed.
[ 553.892339] xhci_hcd 0000:3a:00.0: USB bus 3 deregistered
[ 553.906275] pci_bus 0000:03: Allocating resources
[ 553.906295] pcieport 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
[ 553.906313] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 553.906317] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 553.906335] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 553.906338] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 554.832893] pcieport 0000:03:00.0: Unable to change power state from D3hot to D0, device inaccessible
[ 554.841034] pci_bus 0000:04: busn_res: [bus 04] is released
[ 554.842800] pci_bus 0000:05: busn_res: [bus 05-39] is released
[ 554.845207] pci_bus 0000:3a: busn_res: [bus 3a] is released
[ 554.847499] pci_bus 0000:03: busn_res: [bus 03-3a] is released
[ 560.225910] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 560.225953] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 563.298527] usb 1-5: new high-speed USB device number 17 using xhci_hcd
[ 563.383845] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 563.383880] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 563.429250] usb 1-5: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.33
[ 563.429257] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 563.429260] usb 1-5: Product: USB2.0 Hub
[ 563.429263] usb 1-5: Manufacturer: VIA Labs, Inc.
[ 563.442406] hub 1-5:1.0: USB hub found
[ 563.442771] hub 1-5:1.0: 5 ports detected
[ 563.978875] usb 1-2: new full-speed USB device number 18 using xhci_hcd
[ 564.109986] usb 1-2: New USB device found, idVendor=17ef, idProduct=3074, bcdDevice= 0.00
[ 564.110015] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 564.110029] usb 1-2: Product: USB Billboard
[ 564.110039] usb 1-2: Manufacturer: Cypress Semiconductor
[ 564.110049] usb 1-2: SerialNumber: 11AD1D006D0B3A0128190B00
[ 564.181487] hid-generic 0003:17EF:3074.0005: hidraw0: USB HID v1.11 Device [Cypress Semiconductor USB Billboard] on usb-0000:00:14.0-2/input1
[ 564.229517] usb 1-5.2: new high-speed USB device number 19 using xhci_hcd
[ 564.370969] usb 1-5.2: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.34
[ 564.370979] usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 564.370983] usb 1-5.2: Product: USB2.0 Hub
[ 564.370987] usb 1-5.2: Manufacturer: VIA Labs, Inc.
[ 564.373256] hub 1-5.2:1.0: USB hub found
[ 564.373601] hub 1-5.2:1.0: 4 ports detected
[ 564.533121] pci 0000:02:00.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Upstream Port
[ 564.533167] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[ 564.533201] pci 0000:02:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 564.533213] pci 0000:02:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 564.533227] pci 0000:02:00.0: enabling Extended Tags
[ 564.533463] pci 0000:02:00.0: supports D1 D2
[ 564.533465] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 564.534282] pci 0000:02:00.0: Adding to iommu group 14
[ 564.535254] pci 0000:03:00.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
[ 564.535288] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 564.535298] pci 0000:03:00.0: bridge window [mem 0xda000000-0xda0fffff]
[ 564.535324] pci 0000:03:00.0: enabling Extended Tags
[ 564.535468] pci 0000:03:00.0: supports D1 D2
[ 564.535470] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 564.535792] pci 0000:03:00.0: Adding to iommu group 15
[ 564.536619] pci 0000:03:01.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
[ 564.536653] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[ 564.536663] pci 0000:03:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[ 564.536675] pci 0000:03:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 564.536690] pci 0000:03:01.0: enabling Extended Tags
[ 564.538706] pci 0000:03:01.0: supports D1 D2
[ 564.538709] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 564.539025] pci 0000:03:01.0: Adding to iommu group 16
[ 564.539854] pci 0000:03:02.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
[ 564.539889] pci 0000:03:02.0: PCI bridge to [bus 3a]
[ 564.539898] pci 0000:03:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[ 564.539924] pci 0000:03:02.0: enabling Extended Tags
[ 564.540070] pci 0000:03:02.0: supports D1 D2
[ 564.540071] pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 564.540723] pci 0000:03:02.0: Adding to iommu group 17
[ 564.541550] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[ 564.541669] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 564.541781] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[ 564.546405] pci 0000:3a:00.0: [8086:15c1] type 00 class 0x0c0330 PCIe Endpoint
[ 564.546438] pci 0000:3a:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
[ 564.546609] pci 0000:3a:00.0: enabling Extended Tags
[ 564.546926] pci 0000:3a:00.0: supports D1 D2
[ 564.546928] pci 0000:3a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 564.547046] pci 0000:3a:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:03:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[ 564.552266] pci 0000:3a:00.0: Adding to iommu group 17
[ 564.552354] pci 0000:03:02.0: PCI bridge to [bus 3a]
[ 564.552397] pci_bus 0000:03: Allocating resources
[ 564.552414] pci 0000:03:01.0: bridge window [io 0x1000-0x0fff] to [bus 05-39] add_size 1000
[ 564.552419] pci 0000:03:02.0: bridge window [io 0x1000-0x0fff] to [bus 3a] add_size 1000
[ 564.552424] pci 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
[ 564.552429] pci 0000:02:00.0: bridge window [io 0x1000-0x0fff] to [bus 03-3a] add_size 2000
[ 564.552436] pci 0000:02:00.0: bridge window [io 0x4000-0x5fff]: assigned
[ 564.552459] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 564.552461] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 564.552465] pci 0000:03:01.0: bridge window [io 0x4000-0x4fff]: assigned
[ 564.552467] pci 0000:03:02.0: bridge window [io 0x5000-0x5fff]: assigned
[ 564.552483] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 564.552485] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 564.552491] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 564.552497] pci 0000:03:00.0: bridge window [mem 0xda000000-0xda0fffff]
[ 564.552506] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[ 564.552509] pci 0000:03:01.0: bridge window [io 0x4000-0x4fff]
[ 564.552514] pci 0000:03:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[ 564.552518] pci 0000:03:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 564.552525] pci 0000:03:02.0: PCI bridge to [bus 3a]
[ 564.552527] pci 0000:03:02.0: bridge window [io 0x5000-0x5fff]
[ 564.552532] pci 0000:03:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[ 564.552541] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[ 564.552544] pci 0000:02:00.0: bridge window [io 0x4000-0x5fff]
[ 564.552548] pci 0000:02:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 564.552552] pci 0000:02:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 564.552644] pcieport 0000:02:00.0: enabling device (0006 -> 0007)
[ 564.555126] pcieport 0000:03:01.0: enabling device (0006 -> 0007)
[ 564.557284] pcieport 0000:03:02.0: enabling device (0006 -> 0007)
[ 564.569902] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[ 564.570119] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 3
[ 564.572096] xhci_hcd 0000:3a:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[ 564.573094] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[ 564.573282] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 4
[ 564.573293] xhci_hcd 0000:3a:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 564.573539] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[ 564.573542] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 564.573544] usb usb3: Product: xHCI Host Controller
[ 564.573545] usb usb3: Manufacturer: Linux 6.12.12+ xhci-hcd
[ 564.573547] usb usb3: SerialNumber: 0000:3a:00.0
[ 564.578575] hub 3-0:1.0: USB hub found
[ 564.578634] hub 3-0:1.0: 2 ports detected
[ 564.599490] usb 1-5.5: new high-speed USB device number 20 using xhci_hcd
[ 564.632430] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[ 564.632434] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 564.632436] usb usb4: Product: xHCI Host Controller
[ 564.632438] usb usb4: Manufacturer: Linux 6.12.12+ xhci-hcd
[ 564.632439] usb usb4: SerialNumber: 0000:3a:00.0
[ 564.636898] hub 4-0:1.0: USB hub found
[ 564.636962] hub 4-0:1.0: 2 ports detected
[ 564.668651] typec port1: bound usb1-port5 (ops connector_ops)
[ 564.668684] typec port1: bound usb4-port1 (ops connector_ops)
[ 564.697955] usb 1-5.5: New USB device found, idVendor=17ef, idProduct=3075, bcdDevice= 0.01
[ 564.697959] usb 1-5.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 564.697961] usb 1-5.5: Product: USB Billboard Device
[ 564.697963] usb 1-5.5: Manufacturer: VIA Labs, Inc.
[ 564.697964] usb 1-5.5: SerialNumber: 0000000000000001
[ 565.019233] usb 4-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[ 565.034689] usb 4-1: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice=50.33
[ 565.034706] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 565.034714] usb 4-1: Product: USB3.1 Hub
[ 565.034720] usb 4-1: Manufacturer: VIA Labs, Inc.
[ 565.067468] hub 4-1:1.0: USB hub found
[ 565.067838] hub 4-1:1.0: 4 ports detected
[ 565.127602] usb 1-5.2.4: new high-speed USB device number 21 using xhci_hcd
[ 565.598342] usb 4-1.2: new SuperSpeed Plus Gen 2x1 USB device number 3 using xhci_hcd
[ 565.616163] usb 4-1.2: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice=50.34
[ 565.616192] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 565.616205] usb 4-1.2: Product: USB3.1 Hub
[ 565.616215] usb 4-1.2: Manufacturer: VIA Labs, Inc.
[ 565.632011] hub 4-1.2:1.0: USB hub found
[ 565.632524] hub 4-1.2:1.0: 4 ports detected
[ 566.423273] usb 1-5.2.4: New USB device found, idVendor=17ef, idProduct=306f, bcdDevice= 0.12
[ 566.423302] usb 1-5.2.4: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[ 566.423315] usb 1-5.2.4: Product: ThinkPad Dock USB Audio
[ 566.423325] usb 1-5.2.4: Manufacturer: Generic
[ 566.693029] input: Generic ThinkPad Dock USB Audio Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.0006/input/input18
[ 566.745985] input: Generic ThinkPad Dock USB Audio as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.0006/input/input19
[ 566.748180] hid-generic 0003:17EF:306F.0006: input,hidraw1: USB HID v1.11 Device [Generic ThinkPad Dock USB Audio] on usb-0000:00:14.0-5.2.4/input3
[ 566.830249] usb 1-2: USB disconnect, device number 18
[ 566.878302] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 566.878339] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 566.939542] usb 1-5: USB disconnect, device number 17
[ 566.939549] usb 1-5.2: USB disconnect, device number 19
[ 566.939552] usb 1-5.2.4: USB disconnect, device number 21
[ 566.993512] usb 1-5.5: USB disconnect, device number 20
[ 567.771036] xhci_hcd 0000:3a:00.0: Unable to change power state from D3hot to D0, device inaccessible
[ 567.834796] xhci_hcd 0000:3a:00.0: Unable to change power state from D3cold to D0, device inaccessible
[ 567.834816] xhci_hcd 0000:3a:00.0: Controller not ready at resume -19
[ 567.834819] xhci_hcd 0000:3a:00.0: PCI post-resume error -19!
[ 567.834821] xhci_hcd 0000:3a:00.0: HC died; cleaning up
[ 567.834840] usb 4-1: USB disconnect, device number 2
[ 567.834843] usb 4-1.2: USB disconnect, device number 3
[ 569.465101] xhci_hcd 0000:3a:00.0: remove, state 4
[ 569.465110] usb usb4: USB disconnect, device number 1
[ 570.767143] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 570.767186] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 573.338984] xhci_hcd 0000:3a:00.0: xHCI host controller not responding, assume dead
[ 573.339036] xhci_hcd 0000:3a:00.0: Timeout while waiting for configure endpoint command
[ 573.346366] xhci_hcd 0000:3a:00.0: USB bus 4 deregistered
[ 573.346623] xhci_hcd 0000:3a:00.0: remove, state 4
[ 573.346627] usb usb3: USB disconnect, device number 1
[ 573.347775] xhci_hcd 0000:3a:00.0: Host halt failed, -19
[ 573.347779] xhci_hcd 0000:3a:00.0: Host not accessible, reset failed.
[ 573.348695] xhci_hcd 0000:3a:00.0: USB bus 3 deregistered
[ 573.362075] pci_bus 0000:03: Allocating resources
[ 573.362118] pcieport 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
[ 573.362130] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 573.362133] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 573.362142] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 573.362144] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 574.686464] pcieport 0000:03:00.0: Unable to change power state from D3hot to D0, device inaccessible
[ 574.690125] pci_bus 0000:04: busn_res: [bus 04] is released
[ 574.691148] pci_bus 0000:05: busn_res: [bus 05-39] is released
[ 574.692170] pci_bus 0000:3a: busn_res: [bus 3a] is released
[ 574.693547] pci_bus 0000:03: busn_res: [bus 03-3a] is released
[ 575.996876] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 575.996914] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 579.441516] usb 1-5: new high-speed USB device number 22 using xhci_hcd
[ 579.524428] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 579.524476] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 579.570617] usb 1-5: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.33
[ 579.570626] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 579.570630] usb 1-5: Product: USB2.0 Hub
[ 579.570633] usb 1-5: Manufacturer: VIA Labs, Inc.
[ 579.590700] hub 1-5:1.0: USB hub found
[ 579.591096] hub 1-5:1.0: 5 ports detected
[ 580.130556] usb 1-2: new full-speed USB device number 23 using xhci_hcd
[ 580.261060] usb 1-2: New USB device found, idVendor=17ef, idProduct=3074, bcdDevice= 0.00
[ 580.261089] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 580.261102] usb 1-2: Product: USB Billboard
[ 580.261112] usb 1-2: Manufacturer: Cypress Semiconductor
[ 580.261122] usb 1-2: SerialNumber: 11AD1D006D0B3A0128190B00
[ 580.332164] hid-generic 0003:17EF:3074.0007: hidraw0: USB HID v1.11 Device [Cypress Semiconductor USB Billboard] on usb-0000:00:14.0-2/input1
[ 580.380527] usb 1-5.2: new high-speed USB device number 24 using xhci_hcd
[ 580.521554] usb 1-5.2: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.34
[ 580.521565] usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 580.521570] usb 1-5.2: Product: USB2.0 Hub
[ 580.521573] usb 1-5.2: Manufacturer: VIA Labs, Inc.
[ 580.523370] hub 1-5.2:1.0: USB hub found
[ 580.523648] hub 1-5.2:1.0: 4 ports detected
[ 580.713467] usb 1-5.5: new high-speed USB device number 25 using xhci_hcd
[ 580.790755] usb 1-5.5: New USB device found, idVendor=17ef, idProduct=3075, bcdDevice= 0.01
[ 580.790763] usb 1-5.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 580.790767] usb 1-5.5: Product: USB Billboard Device
[ 580.790770] usb 1-5.5: Manufacturer: VIA Labs, Inc.
[ 580.790773] usb 1-5.5: SerialNumber: 0000000000000001
[ 581.240637] usb 1-5.2.4: new high-speed USB device number 26 using xhci_hcd
[ 582.534835] usb 1-5.2.4: New USB device found, idVendor=17ef, idProduct=306f, bcdDevice= 0.12
[ 582.534865] usb 1-5.2.4: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[ 582.534879] usb 1-5.2.4: Product: ThinkPad Dock USB Audio
[ 582.534889] usb 1-5.2.4: Manufacturer: Generic
[ 582.804323] input: Generic ThinkPad Dock USB Audio Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.0008/input/input20
[ 582.856885] input: Generic ThinkPad Dock USB Audio as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.0008/input/input21
[ 582.859057] hid-generic 0003:17EF:306F.0008: input,hidraw1: USB HID v1.11 Device [Generic ThinkPad Dock USB Audio] on usb-0000:00:14.0-5.2.4/input3
[ 584.076405] usb 1-2: USB disconnect, device number 23
[ 584.120416] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 584.120459] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 584.186550] usb 1-5: USB disconnect, device number 22
[ 584.186554] usb 1-5.2: USB disconnect, device number 24
[ 584.186557] usb 1-5.2.4: USB disconnect, device number 26
[ 584.229400] usb 1-5.5: USB disconnect, device number 25
[ 585.440345] pci 0000:02:00.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Upstream Port
[ 585.440385] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[ 585.440396] pci 0000:02:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 585.440408] pci 0000:02:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 585.440422] pci 0000:02:00.0: enabling Extended Tags
[ 585.440604] pci 0000:02:00.0: supports D1 D2
[ 585.440606] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 585.441385] pci 0000:02:00.0: Adding to iommu group 14
[ 585.442377] pci 0000:03:00.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
[ 585.442412] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 585.442422] pci 0000:03:00.0: bridge window [mem 0xda000000-0xda0fffff]
[ 585.442447] pci 0000:03:00.0: enabling Extended Tags
[ 585.442592] pci 0000:03:00.0: supports D1 D2
[ 585.442594] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 585.442910] pci 0000:03:00.0: Adding to iommu group 15
[ 585.443715] pci 0000:03:01.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
[ 585.443749] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[ 585.443759] pci 0000:03:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[ 585.443771] pci 0000:03:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 585.443786] pci 0000:03:01.0: enabling Extended Tags
[ 585.443931] pci 0000:03:01.0: supports D1 D2
[ 585.443932] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 585.444240] pci 0000:03:01.0: Adding to iommu group 16
[ 585.445042] pci 0000:03:02.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
[ 585.445076] pci 0000:03:02.0: PCI bridge to [bus 3a]
[ 585.445085] pci 0000:03:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[ 585.445110] pci 0000:03:02.0: enabling Extended Tags
[ 585.445254] pci 0000:03:02.0: supports D1 D2
[ 585.445256] pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 585.445882] pci 0000:03:02.0: Adding to iommu group 17
[ 585.446695] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[ 585.446811] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 585.446921] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[ 585.447083] pci 0000:03:02.0: PCI bridge to [bus 3a]
[ 585.447123] pci_bus 0000:03: Allocating resources
[ 585.447137] pci 0000:03:01.0: bridge window [io 0x1000-0x0fff] to [bus 05-39] add_size 1000
[ 585.447141] pci 0000:03:02.0: bridge window [io 0x1000-0x0fff] to [bus 3a] add_size 1000
[ 585.447145] pci 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
[ 585.447149] pci 0000:02:00.0: bridge window [io 0x1000-0x0fff] to [bus 03-3a] add_size 2000
[ 585.447157] pci 0000:02:00.0: bridge window [io 0x4000-0x5fff]: assigned
[ 585.447173] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 585.447175] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 585.447179] pci 0000:03:01.0: bridge window [io 0x4000-0x4fff]: assigned
[ 585.447181] pci 0000:03:02.0: bridge window [io 0x5000-0x5fff]: assigned
[ 585.447195] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 585.447197] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 585.447201] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 585.447208] pci 0000:03:00.0: bridge window [mem 0xda000000-0xda0fffff]
[ 585.447217] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[ 585.447219] pci 0000:03:01.0: bridge window [io 0x4000-0x4fff]
[ 585.447224] pci 0000:03:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[ 585.447228] pci 0000:03:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 585.447234] pci 0000:03:02.0: PCI bridge to [bus 3a]
[ 585.447237] pci 0000:03:02.0: bridge window [io 0x5000-0x5fff]
[ 585.447241] pci 0000:03:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[ 585.447250] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[ 585.447252] pci 0000:02:00.0: bridge window [io 0x4000-0x5fff]
[ 585.447257] pci 0000:02:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 585.447261] pci 0000:02:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 585.447345] pcieport 0000:02:00.0: enabling device (0006 -> 0007)
[ 585.448888] pcieport 0000:03:01.0: enabling device (0006 -> 0007)
[ 585.449811] pcieport 0000:03:02.0: enabling device (0006 -> 0007)
[ 587.305188] usb 1-5: new high-speed USB device number 27 using xhci_hcd
[ 587.433528] usb 1-5: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.33
[ 587.433538] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 587.433541] usb 1-5: Product: USB2.0 Hub
[ 587.433544] usb 1-5: Manufacturer: VIA Labs, Inc.
[ 587.443660] hub 1-5:1.0: USB hub found
[ 587.444029] hub 1-5:1.0: 5 ports detected
[ 587.464163] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 587.464206] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 588.068876] usb 1-2: new full-speed USB device number 28 using xhci_hcd
[ 588.199006] usb 1-2: New USB device found, idVendor=17ef, idProduct=3074, bcdDevice= 0.00
[ 588.199035] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 588.199048] usb 1-2: Product: USB Billboard
[ 588.199058] usb 1-2: Manufacturer: Cypress Semiconductor
[ 588.199068] usb 1-2: SerialNumber: 11AD1D006D0B3A0128190B00
[ 588.268342] hid-generic 0003:17EF:3074.0009: hidraw0: USB HID v1.11 Device [Cypress Semiconductor USB Billboard] on usb-0000:00:14.0-2/input1
[ 588.320667] usb 1-5.2: new high-speed USB device number 29 using xhci_hcd
[ 588.461491] usb 1-5.2: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.34
[ 588.461501] usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 588.461505] usb 1-5.2: Product: USB2.0 Hub
[ 588.461508] usb 1-5.2: Manufacturer: VIA Labs, Inc.
[ 588.464351] hub 1-5.2:1.0: USB hub found
[ 588.464758] hub 1-5.2:1.0: 4 ports detected
[ 588.655543] usb 1-5.5: new high-speed USB device number 30 using xhci_hcd
[ 588.732565] usb 1-5.5: New USB device found, idVendor=17ef, idProduct=3075, bcdDevice= 0.01
[ 588.732580] usb 1-5.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 588.732586] usb 1-5.5: Product: USB Billboard Device
[ 588.732590] usb 1-5.5: Manufacturer: VIA Labs, Inc.
[ 588.732595] usb 1-5.5: SerialNumber: 0000000000000001
[ 589.186634] usb 1-5.2.4: new high-speed USB device number 31 using xhci_hcd
[ 590.483090] usb 1-5.2.4: New USB device found, idVendor=17ef, idProduct=306f, bcdDevice= 0.12
[ 590.483120] usb 1-5.2.4: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[ 590.483133] usb 1-5.2.4: Product: ThinkPad Dock USB Audio
[ 590.483144] usb 1-5.2.4: Manufacturer: Generic
[ 590.577141] pci 0000:3a:00.0: [8086:15c1] type 00 class 0x0c0330 PCIe Endpoint
[ 590.577170] pci 0000:3a:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
[ 590.577246] pci 0000:3a:00.0: enabling Extended Tags
[ 590.577458] pci 0000:3a:00.0: supports D1 D2
[ 590.577461] pci 0000:3a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 590.577566] pci 0000:3a:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:03:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[ 590.578225] pci 0000:3a:00.0: Adding to iommu group 17
[ 590.578352] pci_bus 0000:03: Allocating resources
[ 590.578369] pcieport 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
[ 590.578379] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 590.578382] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 590.578389] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 590.578391] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 590.580051] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[ 590.580366] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 3
[ 590.582455] xhci_hcd 0000:3a:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[ 590.583531] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[ 590.583854] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 4
[ 590.583864] xhci_hcd 0000:3a:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 590.584107] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[ 590.584110] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 590.584112] usb usb3: Product: xHCI Host Controller
[ 590.584113] usb usb3: Manufacturer: Linux 6.12.12+ xhci-hcd
[ 590.584115] usb usb3: SerialNumber: 0000:3a:00.0
[ 590.584764] hub 3-0:1.0: USB hub found
[ 590.584817] hub 3-0:1.0: 2 ports detected
[ 590.616654] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[ 590.616657] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 590.616659] usb usb4: Product: xHCI Host Controller
[ 590.616660] usb usb4: Manufacturer: Linux 6.12.12+ xhci-hcd
[ 590.616662] usb usb4: SerialNumber: 0000:3a:00.0
[ 590.617389] hub 4-0:1.0: USB hub found
[ 590.617443] hub 4-0:1.0: 2 ports detected
[ 590.638504] typec port1: bound usb1-port5 (ops connector_ops)
[ 590.638562] typec port1: bound usb4-port1 (ops connector_ops)
[ 590.759334] input: Generic ThinkPad Dock USB Audio Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.000A/input/input22
[ 590.811964] input: Generic ThinkPad Dock USB Audio as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.000A/input/input23
[ 590.814615] hid-generic 0003:17EF:306F.000A: input,hidraw1: USB HID v1.11 Device [Generic ThinkPad Dock USB Audio] on usb-0000:00:14.0-5.2.4/input3
[ 590.980314] usb 4-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[ 590.997617] usb 4-1: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice=50.33
[ 590.997645] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 590.997659] usb 4-1: Product: USB3.1 Hub
[ 590.997669] usb 4-1: Manufacturer: VIA Labs, Inc.
[ 591.036179] hub 4-1:1.0: USB hub found
[ 591.036444] hub 4-1:1.0: 4 ports detected
[ 591.575557] usb 4-1.2: new SuperSpeed Plus Gen 2x1 USB device number 3 using xhci_hcd
[ 591.591502] usb 4-1.2: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice=50.34
[ 591.591514] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 591.591519] usb 4-1.2: Product: USB3.1 Hub
[ 591.591523] usb 4-1.2: Manufacturer: VIA Labs, Inc.
[ 591.608753] hub 4-1.2:1.0: USB hub found
[ 591.609083] hub 4-1.2:1.0: 4 ports detected
[ 593.894343] usb 1-2: USB disconnect, device number 28
[ 593.942103] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 593.942133] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 594.005156] usb 1-5: USB disconnect, device number 27
[ 594.005161] usb 1-5.2: USB disconnect, device number 29
[ 594.005164] usb 1-5.2.4: USB disconnect, device number 31
[ 594.045642] usb 1-5.5: USB disconnect, device number 30
[ 594.779041] xhci_hcd 0000:3a:00.0: Unable to change power state from D3hot to D0, device inaccessible
[ 594.842791] xhci_hcd 0000:3a:00.0: Unable to change power state from D3cold to D0, device inaccessible
[ 594.842811] xhci_hcd 0000:3a:00.0: Controller not ready at resume -19
[ 594.842814] xhci_hcd 0000:3a:00.0: PCI post-resume error -19!
[ 594.842816] xhci_hcd 0000:3a:00.0: HC died; cleaning up
[ 594.842836] usb 4-1: USB disconnect, device number 2
[ 594.842839] usb 4-1.2: USB disconnect, device number 3
[ 595.691103] xhci_hcd 0000:3a:00.0: remove, state 4
[ 595.691112] usb usb4: USB disconnect, device number 1
[ 599.035521] usb 1-5: new high-speed USB device number 32 using xhci_hcd
[ 599.167122] usb 1-5: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.33
[ 599.167131] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 599.167135] usb 1-5: Product: USB2.0 Hub
[ 599.167137] usb 1-5: Manufacturer: VIA Labs, Inc.
[ 599.175755] hub 1-5:1.0: USB hub found
[ 599.176641] hub 1-5:1.0: 5 ports detected
[ 599.226240] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 599.226292] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 599.829524] usb 1-2: new full-speed USB device number 33 using xhci_hcd
[ 599.961845] usb 1-2: New USB device found, idVendor=17ef, idProduct=3074, bcdDevice= 0.00
[ 599.961865] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 599.961874] usb 1-2: Product: USB Billboard
[ 599.961881] usb 1-2: Manufacturer: Cypress Semiconductor
[ 599.961887] usb 1-2: SerialNumber: 11AD1D006D0B3A0128190B00
[ 599.962585] xhci_hcd 0000:3a:00.0: xHCI host controller not responding, assume dead
[ 599.962814] xhci_hcd 0000:3a:00.0: Timeout while waiting for configure endpoint command
[ 599.977272] xhci_hcd 0000:3a:00.0: USB bus 4 deregistered
[ 599.978301] xhci_hcd 0000:3a:00.0: remove, state 4
[ 599.978326] usb usb3: USB disconnect, device number 1
[ 599.986058] xhci_hcd 0000:3a:00.0: Host halt failed, -19
[ 599.986075] xhci_hcd 0000:3a:00.0: Host not accessible, reset failed.
[ 599.991120] xhci_hcd 0000:3a:00.0: USB bus 3 deregistered
[ 600.035904] pci_bus 0000:03: Allocating resources
[ 600.036124] hid-generic 0003:17EF:3074.000B: hidraw0: USB HID v1.11 Device [Cypress Semiconductor USB Billboard] on usb-0000:00:14.0-2/input1
[ 600.037008] pcieport 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
[ 600.037022] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 600.037025] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 600.037032] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 600.037034] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 600.071521] usb 1-5.2: new high-speed USB device number 34 using xhci_hcd
[ 600.211573] usb 1-5.2: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.34
[ 600.211580] usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 600.211583] usb 1-5.2: Product: USB2.0 Hub
[ 600.211585] usb 1-5.2: Manufacturer: VIA Labs, Inc.
[ 600.213220] hub 1-5.2:1.0: USB hub found
[ 600.213369] hub 1-5.2:1.0: 4 ports detected
[ 600.404944] usb 1-5.5: new high-speed USB device number 35 using xhci_hcd
[ 600.482604] usb 1-5.5: New USB device found, idVendor=17ef, idProduct=3075, bcdDevice= 0.01
[ 600.482634] usb 1-5.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 600.482647] usb 1-5.5: Product: USB Billboard Device
[ 600.482657] usb 1-5.5: Manufacturer: VIA Labs, Inc.
[ 600.482667] usb 1-5.5: SerialNumber: 0000000000000001
[ 600.866475] pci 0000:3a:00.0: [8086:15c1] type 00 class 0x0c0330 PCIe Endpoint
[ 600.866505] pci 0000:3a:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
[ 600.866582] pci 0000:3a:00.0: enabling Extended Tags
[ 600.866786] pci 0000:3a:00.0: supports D1 D2
[ 600.866788] pci 0000:3a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 600.866852] pci 0000:3a:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:03:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[ 600.867523] pci 0000:3a:00.0: Adding to iommu group 17
[ 600.867596] pcieport 0000:03:02.0: ASPM: current common clock configuration is inconsistent, reconfiguring
[ 600.867655] pci_bus 0000:03: Allocating resources
[ 600.867672] pcieport 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
[ 600.867683] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 600.867685] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 600.867693] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 600.867695] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 600.869317] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[ 600.869602] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 3
[ 600.871498] xhci_hcd 0000:3a:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[ 600.872491] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[ 600.872723] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 4
[ 600.872733] xhci_hcd 0000:3a:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 600.872972] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[ 600.872975] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 600.872977] usb usb3: Product: xHCI Host Controller
[ 600.872978] usb usb3: Manufacturer: Linux 6.12.12+ xhci-hcd
[ 600.872980] usb usb3: SerialNumber: 0000:3a:00.0
[ 600.873665] hub 3-0:1.0: USB hub found
[ 600.873720] hub 3-0:1.0: 2 ports detected
[ 600.904769] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[ 600.904772] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 600.904774] usb usb4: Product: xHCI Host Controller
[ 600.904775] usb usb4: Manufacturer: Linux 6.12.12+ xhci-hcd
[ 600.904777] usb usb4: SerialNumber: 0000:3a:00.0
[ 600.905536] hub 4-0:1.0: USB hub found
[ 600.905590] hub 4-0:1.0: 2 ports detected
[ 600.926083] typec port1: bound usb1-port5 (ops connector_ops)
[ 600.926115] typec port1: bound usb4-port1 (ops connector_ops)
[ 600.957723] usb 1-5.2.4: new high-speed USB device number 36 using xhci_hcd
[ 601.260940] usb 4-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[ 601.278909] usb 4-1: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice=50.33
[ 601.278938] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 601.278951] usb 4-1: Product: USB3.1 Hub
[ 601.278962] usb 4-1: Manufacturer: VIA Labs, Inc.
[ 601.313215] hub 4-1:1.0: USB hub found
[ 601.313742] hub 4-1:1.0: 4 ports detected
[ 601.855313] usb 4-1.2: new SuperSpeed Plus Gen 2x1 USB device number 3 using xhci_hcd
[ 601.871065] usb 4-1.2: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice=50.34
[ 601.871076] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 601.871080] usb 4-1.2: Product: USB3.1 Hub
[ 601.871083] usb 4-1.2: Manufacturer: VIA Labs, Inc.
[ 601.885136] hub 4-1.2:1.0: USB hub found
[ 601.885473] hub 4-1.2:1.0: 4 ports detected
[ 602.255132] usb 1-5.2.4: New USB device found, idVendor=17ef, idProduct=306f, bcdDevice= 0.12
[ 602.255166] usb 1-5.2.4: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[ 602.255182] usb 1-5.2.4: Product: ThinkPad Dock USB Audio
[ 602.255193] usb 1-5.2.4: Manufacturer: Generic
[ 602.523311] input: Generic ThinkPad Dock USB Audio Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.000C/input/input24
[ 602.575795] input: Generic ThinkPad Dock USB Audio as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.000C/input/input25
[ 602.577966] hid-generic 0003:17EF:306F.000C: input,hidraw1: USB HID v1.11 Device [Generic ThinkPad Dock USB Audio] on usb-0000:00:14.0-5.2.4/input3
[ 604.241791] usb 1-2: USB disconnect, device number 33
[ 604.283771] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 604.283878] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 604.351734] usb 1-5: USB disconnect, device number 32
[ 604.351741] usb 1-5.2: USB disconnect, device number 34
[ 604.351743] usb 1-5.2.4: USB disconnect, device number 36
[ 604.386313] usb 1-5.5: USB disconnect, device number 35
[ 605.082682] xhci_hcd 0000:3a:00.0: Unable to change power state from D3hot to D0, device inaccessible
[ 605.146470] xhci_hcd 0000:3a:00.0: Unable to change power state from D3cold to D0, device inaccessible
[ 605.146491] xhci_hcd 0000:3a:00.0: Controller not ready at resume -19
[ 605.146493] xhci_hcd 0000:3a:00.0: PCI post-resume error -19!
[ 605.146495] xhci_hcd 0000:3a:00.0: HC died; cleaning up
[ 605.146514] usb 4-1: USB disconnect, device number 2
[ 605.146517] usb 4-1.2: USB disconnect, device number 3
[ 605.946101] xhci_hcd 0000:3a:00.0: remove, state 4
[ 605.946110] usb usb4: USB disconnect, device number 1
[ 608.107502] usb 1-5: new high-speed USB device number 37 using xhci_hcd
[ 608.187915] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 608.187947] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 608.238468] usb 1-5: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.33
[ 608.238474] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 608.238477] usb 1-5: Product: USB2.0 Hub
[ 608.238479] usb 1-5: Manufacturer: VIA Labs, Inc.
[ 608.250126] hub 1-5:1.0: USB hub found
[ 608.250372] hub 1-5:1.0: 5 ports detected
[ 608.799850] usb 1-2: new full-speed USB device number 38 using xhci_hcd
[ 608.931598] usb 1-2: New USB device found, idVendor=17ef, idProduct=3074, bcdDevice= 0.00
[ 608.931626] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 608.931640] usb 1-2: Product: USB Billboard
[ 608.931651] usb 1-2: Manufacturer: Cypress Semiconductor
[ 608.931661] usb 1-2: SerialNumber: 11AD1D006D0B3A0128190B00
[ 608.956550] hid-generic 0003:17EF:3074.000D: hidraw0: USB HID v1.11 Device [Cypress Semiconductor USB Billboard] on usb-0000:00:14.0-2/input1
[ 609.051812] usb 1-5.2: new high-speed USB device number 39 using xhci_hcd
[ 609.058417] usb 1-2: USB disconnect, device number 38
[ 609.075268] usb 1-5-port2: cannot reset (err = -71)
[ 609.075361] usb 1-5-port2: cannot reset (err = -71)
[ 609.075528] usb 1-5-port2: cannot reset (err = -71)
[ 609.075716] usb 1-5-port2: cannot reset (err = -71)
[ 609.075832] usb 1-5-port2: cannot reset (err = -71)
[ 609.075835] usb 1-5-port2: Cannot enable. Maybe the USB cable is bad?
[ 609.075955] usb 1-5-port2: cannot disable (err = -71)
[ 609.076299] usb 1-5-port2: cannot reset (err = -71)
[ 609.076383] usb 1-5-port2: cannot reset (err = -71)
[ 609.076529] usb 1-5-port2: cannot reset (err = -71)
[ 609.076638] usb 1-5-port2: cannot reset (err = -71)
[ 609.076758] usb 1-5-port2: cannot reset (err = -71)
[ 609.076759] usb 1-5-port2: Cannot enable. Maybe the USB cable is bad?
[ 609.076877] usb 1-5-port2: cannot disable (err = -71)
[ 609.076938] usb 1-5-port2: attempt power cycle
[ 609.105926] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 609.105955] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 609.164512] usb 1-5: USB disconnect, device number 37
[ 610.202977] xhci_hcd 0000:3a:00.0: xHCI host controller not responding, assume dead
[ 610.203024] xhci_hcd 0000:3a:00.0: Timeout while waiting for configure endpoint command
[ 610.210543] xhci_hcd 0000:3a:00.0: USB bus 4 deregistered
[ 610.211000] xhci_hcd 0000:3a:00.0: remove, state 4
[ 610.211005] usb usb3: USB disconnect, device number 1
[ 610.212081] xhci_hcd 0000:3a:00.0: Host halt failed, -19
[ 610.212086] xhci_hcd 0000:3a:00.0: Host not accessible, reset failed.
[ 610.213180] xhci_hcd 0000:3a:00.0: USB bus 3 deregistered
[ 610.227139] pci_bus 0000:03: Allocating resources
[ 610.227154] pcieport 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
[ 610.227167] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 610.227170] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 610.227178] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 610.227180] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 610.643608] usb 1-5: new high-speed USB device number 43 using xhci_hcd
[ 610.740841] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 610.740876] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 610.774090] usb 1-5: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.33
[ 610.774099] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 610.774102] usb 1-5: Product: USB2.0 Hub
[ 610.774105] usb 1-5: Manufacturer: VIA Labs, Inc.
[ 610.792581] hub 1-5:1.0: USB hub found
[ 610.792879] hub 1-5:1.0: 5 ports detected
[ 611.090837] pci_bus 0000:03: Allocating resources
[ 611.090883] pcieport 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
[ 611.090896] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 611.090899] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 611.090907] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 611.090909] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 611.333956] usb 1-2: new full-speed USB device number 44 using xhci_hcd
[ 611.465366] usb 1-2: New USB device found, idVendor=17ef, idProduct=3074, bcdDevice= 0.00
[ 611.465396] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 611.465409] usb 1-2: Product: USB Billboard
[ 611.465419] usb 1-2: Manufacturer: Cypress Semiconductor
[ 611.465430] usb 1-2: SerialNumber: 11AD1D006D0B3A0128190B00
[ 611.517775] hid-generic 0003:17EF:3074.000E: hidraw0: USB HID v1.11 Device [Cypress Semiconductor USB Billboard] on usb-0000:00:14.0-2/input1
[ 611.585469] usb 1-5.2: new high-speed USB device number 45 using xhci_hcd
[ 611.726625] usb 1-5.2: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.34
[ 611.726643] usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 611.726651] usb 1-5.2: Product: USB2.0 Hub
[ 611.726657] usb 1-5.2: Manufacturer: VIA Labs, Inc.
[ 611.729269] hub 1-5.2:1.0: USB hub found
[ 611.729676] hub 1-5.2:1.0: 4 ports detected
[ 611.923501] usb 1-5.5: new high-speed USB device number 46 using xhci_hcd
[ 612.001564] usb 1-5.5: New USB device found, idVendor=17ef, idProduct=3075, bcdDevice= 0.01
[ 612.001572] usb 1-5.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 612.001575] usb 1-5.5: Product: USB Billboard Device
[ 612.001577] usb 1-5.5: Manufacturer: VIA Labs, Inc.
[ 612.001579] usb 1-5.5: SerialNumber: 0000000000000001
[ 612.438881] usb 1-5.2.4: new high-speed USB device number 47 using xhci_hcd
[ 613.019091] usb 1-2: USB disconnect, device number 44
[ 613.024111] usb 1-5.2-port4: cannot reset (err = -71)
[ 613.024198] usb 1-5.2-port4: cannot reset (err = -71)
[ 613.024317] usb 1-5.2-port4: cannot reset (err = -71)
[ 613.024406] usb 1-5.2-port4: cannot reset (err = -71)
[ 613.024564] usb 1-5.2-port4: cannot reset (err = -71)
[ 613.024566] usb 1-5.2-port4: Cannot enable. Maybe the USB cable is bad?
[ 613.024665] usb 1-5.2-port4: cannot disable (err = -71)
[ 613.028264] usb 1-5.2-port4: cannot reset (err = -71)
[ 613.028350] usb 1-5.2-port4: cannot reset (err = -71)
[ 613.028473] usb 1-5.2-port4: cannot reset (err = -71)
[ 613.028568] usb 1-5.2-port4: cannot reset (err = -71)
[ 613.028679] usb 1-5.2-port4: cannot reset (err = -71)
[ 613.028681] usb 1-5.2-port4: Cannot enable. Maybe the USB cable is bad?
[ 613.028800] usb 1-5.2-port4: cannot disable (err = -71)
[ 613.028878] usb 1-5.2-port4: attempt power cycle
[ 613.055870] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 613.055896] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 613.129572] usb 1-5: USB disconnect, device number 43
[ 613.129579] usb 1-5.2: USB disconnect, device number 45
[ 614.146250] usb 1-5.5: USB disconnect, device number 46
[ 614.955924] usb 1-5: new high-speed USB device number 51 using xhci_hcd
[ 614.998329] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 614.998384] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 615.083544] usb 1-5: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.33
[ 615.083552] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 615.083557] usb 1-5: Product: USB2.0 Hub
[ 615.083560] usb 1-5: Manufacturer: VIA Labs, Inc.
[ 615.100548] hub 1-5:1.0: USB hub found
[ 615.100921] hub 1-5:1.0: 5 ports detected
[ 615.611950] usb 1-2: new full-speed USB device number 52 using xhci_hcd
[ 615.743527] usb 1-2: New USB device found, idVendor=17ef, idProduct=3074, bcdDevice= 0.00
[ 615.743556] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 615.743570] usb 1-2: Product: USB Billboard
[ 615.743580] usb 1-2: Manufacturer: Cypress Semiconductor
[ 615.743590] usb 1-2: SerialNumber: 11AD1D006D0B3A0128190B00
[ 615.794089] hid-generic 0003:17EF:3074.000F: hidraw0: USB HID v1.11 Device [Cypress Semiconductor USB Billboard] on usb-0000:00:14.0-2/input1
[ 615.861518] usb 1-5.2: new high-speed USB device number 53 using xhci_hcd
[ 616.004983] usb 1-5.2: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.34
[ 616.004996] usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 616.005001] usb 1-5.2: Product: USB2.0 Hub
[ 616.005006] usb 1-5.2: Manufacturer: VIA Labs, Inc.
[ 616.007145] hub 1-5.2:1.0: USB hub found
[ 616.007440] hub 1-5.2:1.0: 4 ports detected
[ 616.219171] usb 1-5.5: new high-speed USB device number 54 using xhci_hcd
[ 616.257428] pci_bus 0000:03: Allocating resources
[ 616.257473] pcieport 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
[ 616.257486] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 616.257489] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 616.257498] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 616.257500] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 616.298741] usb 1-5.5: New USB device found, idVendor=17ef, idProduct=3075, bcdDevice= 0.01
[ 616.298746] usb 1-5.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 616.298749] usb 1-5.5: Product: USB Billboard Device
[ 616.298751] usb 1-5.5: Manufacturer: VIA Labs, Inc.
[ 616.298752] usb 1-5.5: SerialNumber: 0000000000000001
[ 616.722629] usb 1-5.2.4: new high-speed USB device number 55 using xhci_hcd
[ 617.730982] usb 1-2: USB disconnect, device number 52
[ 617.735838] hub 1-5.2:1.0: hub_ext_port_status failed (err = -71)
[ 617.736123] usb 1-5.2-port4: cannot reset (err = -71)
[ 617.736413] usb 1-5.2-port4: cannot reset (err = -71)
[ 617.736690] usb 1-5.2-port4: cannot reset (err = -71)
[ 617.736989] usb 1-5.2-port4: cannot reset (err = -71)
[ 617.737007] usb 1-5.2-port4: Cannot enable. Maybe the USB cable is bad?
[ 617.737320] usb 1-5.2-port4: cannot disable (err = -71)
[ 617.738350] usb 1-5.2-port4: cannot reset (err = -71)
[ 617.738538] usb 1-5.2-port4: cannot reset (err = -71)
[ 617.738754] usb 1-5.2-port4: cannot reset (err = -71)
[ 617.739030] usb 1-5.2-port4: cannot reset (err = -71)
[ 617.739244] usb 1-5.2-port4: cannot reset (err = -71)
[ 617.739255] usb 1-5.2-port4: Cannot enable. Maybe the USB cable is bad?
[ 617.739427] usb 1-5.2-port4: cannot disable (err = -71)
[ 617.739769] usb 1-5.2-port4: attempt power cycle
[ 617.773277] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 617.773301] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 617.840905] usb 1-5: USB disconnect, device number 51
[ 617.840912] usb 1-5.2: USB disconnect, device number 53
[ 618.818490] usb 1-5.5: USB disconnect, device number 54
[ 621.339490] pci_bus 0000:03: Allocating resources
[ 621.339511] pcieport 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
[ 621.339525] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 621.339528] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 621.339538] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 621.339540] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 623.676356] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 623.676397] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 624.809043] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 624.809082] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 626.551038] pcieport 0000:03:00.0: Unable to change power state from D3hot to D0, device inaccessible
[ 626.554595] pci_bus 0000:04: busn_res: [bus 04] is released
[ 626.555641] pci_bus 0000:05: busn_res: [bus 05-39] is released
[ 626.556693] pci_bus 0000:3a: busn_res: [bus 3a] is released
[ 626.558367] pci_bus 0000:03: busn_res: [bus 03-3a] is released
[ 627.664990] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 627.665031] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 629.540623] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 629.540763] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 632.030187] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 632.030223] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 635.188475] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 635.188520] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 638.361667] usb 1-5: new high-speed USB device number 59 using xhci_hcd
[ 638.446465] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 638.446514] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 638.493154] usb 1-5: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.33
[ 638.493159] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 638.493162] usb 1-5: Product: USB2.0 Hub
[ 638.493164] usb 1-5: Manufacturer: VIA Labs, Inc.
[ 638.503818] hub 1-5:1.0: USB hub found
[ 638.504680] hub 1-5:1.0: 5 ports detected
[ 639.050629] usb 1-2: new full-speed USB device number 60 using xhci_hcd
[ 639.180614] usb 1-2: New USB device found, idVendor=17ef, idProduct=3074, bcdDevice= 0.00
[ 639.180643] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 639.180656] usb 1-2: Product: USB Billboard
[ 639.180667] usb 1-2: Manufacturer: Cypress Semiconductor
[ 639.180677] usb 1-2: SerialNumber: 11AD1D006D0B3A0128190B00
[ 639.245210] hid-generic 0003:17EF:3074.0010: hidraw0: USB HID v1.11 Device [Cypress Semiconductor USB Billboard] on usb-0000:00:14.0-2/input1
[ 639.300510] usb 1-5.2: new high-speed USB device number 61 using xhci_hcd
[ 639.437424] usb 1-5.2: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.34
[ 639.437437] usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 639.437442] usb 1-5.2: Product: USB2.0 Hub
[ 639.437458] usb 1-5.2: Manufacturer: VIA Labs, Inc.
[ 639.442111] hub 1-5.2:1.0: USB hub found
[ 639.442405] hub 1-5.2:1.0: 4 ports detected
[ 639.589020] pci 0000:02:00.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Upstream Port
[ 639.589059] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[ 639.589070] pci 0000:02:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 639.589083] pci 0000:02:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 639.589097] pci 0000:02:00.0: enabling Extended Tags
[ 639.589231] pci 0000:02:00.0: supports D1 D2
[ 639.589233] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 639.590076] pci 0000:02:00.0: Adding to iommu group 14
[ 639.591091] pci 0000:03:00.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
[ 639.591126] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 639.591136] pci 0000:03:00.0: bridge window [mem 0xda000000-0xda0fffff]
[ 639.591161] pci 0000:03:00.0: enabling Extended Tags
[ 639.591303] pci 0000:03:00.0: supports D1 D2
[ 639.591304] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 639.591655] pci 0000:03:00.0: Adding to iommu group 15
[ 639.592477] pci 0000:03:01.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
[ 639.592511] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[ 639.592521] pci 0000:03:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[ 639.592533] pci 0000:03:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 639.592548] pci 0000:03:01.0: enabling Extended Tags
[ 639.592798] pci 0000:03:01.0: supports D1 D2
[ 639.592800] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 639.593120] pci 0000:03:01.0: Adding to iommu group 16
[ 639.593963] pci 0000:03:02.0: [8086:15c0] type 01 class 0x060400 PCIe Switch Downstream Port
[ 639.593997] pci 0000:03:02.0: PCI bridge to [bus 3a]
[ 639.594007] pci 0000:03:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[ 639.594032] pci 0000:03:02.0: enabling Extended Tags
[ 639.594177] pci 0000:03:02.0: supports D1 D2
[ 639.594178] pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 639.597018] pci 0000:03:02.0: Adding to iommu group 17
[ 639.597889] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[ 639.599836] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 639.599958] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[ 639.603476] pci 0000:3a:00.0: [8086:15c1] type 00 class 0x0c0330 PCIe Endpoint
[ 639.603527] pci 0000:3a:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
[ 639.603667] pci 0000:3a:00.0: enabling Extended Tags
[ 639.604111] pci 0000:3a:00.0: supports D1 D2
[ 639.604113] pci 0000:3a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 639.604257] pci 0000:3a:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:03:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[ 639.606557] pci 0000:3a:00.0: Adding to iommu group 17
[ 639.606637] pci 0000:03:02.0: PCI bridge to [bus 3a]
[ 639.606679] pci_bus 0000:03: Allocating resources
[ 639.606696] pci 0000:03:01.0: bridge window [io 0x1000-0x0fff] to [bus 05-39] add_size 1000
[ 639.606700] pci 0000:03:02.0: bridge window [io 0x1000-0x0fff] to [bus 3a] add_size 1000
[ 639.606704] pci 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
[ 639.606709] pci 0000:02:00.0: bridge window [io 0x1000-0x0fff] to [bus 03-3a] add_size 2000
[ 639.606717] pci 0000:02:00.0: bridge window [io 0x4000-0x5fff]: assigned
[ 639.606734] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 639.606736] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 639.606740] pci 0000:03:01.0: bridge window [io 0x4000-0x4fff]: assigned
[ 639.606742] pci 0000:03:02.0: bridge window [io 0x5000-0x5fff]: assigned
[ 639.606757] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 639.606759] pci 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 639.606764] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 639.606770] pci 0000:03:00.0: bridge window [mem 0xda000000-0xda0fffff]
[ 639.606779] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[ 639.606781] pci 0000:03:01.0: bridge window [io 0x4000-0x4fff]
[ 639.606786] pci 0000:03:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[ 639.606790] pci 0000:03:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 639.606796] pci 0000:03:02.0: PCI bridge to [bus 3a]
[ 639.606799] pci 0000:03:02.0: bridge window [io 0x5000-0x5fff]
[ 639.606804] pci 0000:03:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[ 639.606812] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[ 639.606814] pci 0000:02:00.0: bridge window [io 0x4000-0x5fff]
[ 639.606819] pci 0000:02:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 639.606823] pci 0000:02:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 639.606929] pcieport 0000:02:00.0: enabling device (0006 -> 0007)
[ 639.614001] pcieport 0000:03:01.0: enabling device (0006 -> 0007)
[ 639.616016] pcieport 0000:03:02.0: enabling device (0006 -> 0007)
[ 639.623279] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[ 639.623559] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 3
[ 639.625918] xhci_hcd 0000:3a:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[ 639.628893] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[ 639.629165] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 4
[ 639.629175] xhci_hcd 0000:3a:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 639.629551] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[ 639.629555] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 639.629557] usb usb3: Product: xHCI Host Controller
[ 639.629559] usb usb3: Manufacturer: Linux 6.12.12+ xhci-hcd
[ 639.629560] usb usb3: SerialNumber: 0000:3a:00.0
[ 639.632959] hub 3-0:1.0: USB hub found
[ 639.633032] hub 3-0:1.0: 2 ports detected
[ 639.652458] usb 1-5.5: new high-speed USB device number 62 using xhci_hcd
[ 639.683647] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[ 639.683653] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 639.683655] usb usb4: Product: xHCI Host Controller
[ 639.683657] usb usb4: Manufacturer: Linux 6.12.12+ xhci-hcd
[ 639.683659] usb usb4: SerialNumber: 0000:3a:00.0
[ 639.687490] hub 4-0:1.0: USB hub found
[ 639.687558] hub 4-0:1.0: 2 ports detected
[ 639.720492] typec port1: bound usb1-port5 (ops connector_ops)
[ 639.720527] typec port1: bound usb4-port1 (ops connector_ops)
[ 639.745245] usb 1-5.5: New USB device found, idVendor=17ef, idProduct=3075, bcdDevice= 0.01
[ 639.745248] usb 1-5.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 639.745250] usb 1-5.5: Product: USB Billboard Device
[ 639.745252] usb 1-5.5: Manufacturer: VIA Labs, Inc.
[ 639.745267] usb 1-5.5: SerialNumber: 0000000000000001
[ 640.066834] usb 4-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[ 640.084810] usb 4-1: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice=50.33
[ 640.084818] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 640.084822] usb 4-1: Product: USB3.1 Hub
[ 640.084825] usb 4-1: Manufacturer: VIA Labs, Inc.
[ 640.108552] hub 4-1:1.0: USB hub found
[ 640.108835] hub 4-1:1.0: 4 ports detected
[ 640.184589] usb 1-5.2.4: new high-speed USB device number 63 using xhci_hcd
[ 640.460213] usb 1-2: USB disconnect, device number 60
[ 640.462037] usb 1-5.2-port4: cannot reset (err = -71)
[ 640.462196] usb 1-5.2-port4: cannot reset (err = -71)
[ 640.462336] usb 1-5.2-port4: cannot reset (err = -71)
[ 640.462455] usb 1-5.2-port4: cannot reset (err = -71)
[ 640.462570] usb 1-5.2-port4: cannot reset (err = -71)
[ 640.462572] usb 1-5.2-port4: Cannot enable. Maybe the USB cable is bad?
[ 640.462690] usb 1-5.2-port4: cannot disable (err = -71)
[ 640.463081] usb 1-5.2-port4: cannot reset (err = -71)
[ 640.463221] usb 1-5.2-port4: cannot reset (err = -71)
[ 640.463334] usb 1-5.2-port4: cannot reset (err = -71)
[ 640.463460] usb 1-5.2-port4: cannot reset (err = -71)
[ 640.463608] usb 1-5.2-port4: cannot reset (err = -71)
[ 640.463612] usb 1-5.2-port4: Cannot enable. Maybe the USB cable is bad?
[ 640.463762] usb 1-5.2-port4: cannot disable (err = -71)
[ 640.463846] usb 1-5.2-port4: attempt power cycle
[ 640.473347] hub 4-1:1.0: hub_ext_port_status failed (err = -71)
[ 640.495573] xhci_hcd 0000:3a:00.0: xHCI host controller not responding, assume dead
[ 640.495585] xhci_hcd 0000:3a:00.0: HC died; cleaning up
[ 640.495984] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 640.496012] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 640.565802] usb 1-5: USB disconnect, device number 59
[ 640.565806] usb 1-5.2: USB disconnect, device number 61
[ 640.580533] usb 4-1: USB disconnect, device number 2
[ 641.537466] usb 1-5.5: USB disconnect, device number 62
[ 641.879757] usb 1-5: new high-speed USB device number 67 using xhci_hcd
[ 641.964902] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 641.964943] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 642.010046] usb 1-5: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.33
[ 642.010052] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 642.010056] usb 1-5: Product: USB2.0 Hub
[ 642.010058] usb 1-5: Manufacturer: VIA Labs, Inc.
[ 642.025127] hub 1-5:1.0: USB hub found
[ 642.025330] hub 1-5:1.0: 5 ports detected
[ 642.558731] usb 1-2: new full-speed USB device number 68 using xhci_hcd
[ 642.690333] usb 1-2: New USB device found, idVendor=17ef, idProduct=3074, bcdDevice= 0.00
[ 642.690363] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 642.690376] usb 1-2: Product: USB Billboard
[ 642.690386] usb 1-2: Manufacturer: Cypress Semiconductor
[ 642.690396] usb 1-2: SerialNumber: 11AD1D006D0B3A0128190B00
[ 642.741233] hid-generic 0003:17EF:3074.0011: hidraw0: USB HID v1.11 Device [Cypress Semiconductor USB Billboard] on usb-0000:00:14.0-2/input1
[ 642.809543] usb 1-5.2: new high-speed USB device number 69 using xhci_hcd
[ 642.950621] usb 1-5.2: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.34
[ 642.950633] usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 642.950638] usb 1-5.2: Product: USB2.0 Hub
[ 642.950642] usb 1-5.2: Manufacturer: VIA Labs, Inc.
[ 642.957085] hub 1-5.2:1.0: USB hub found
[ 642.957410] hub 1-5.2:1.0: 4 ports detected
[ 643.145500] usb 1-5.5: new high-speed USB device number 70 using xhci_hcd
[ 643.221583] usb 1-5.5: New USB device found, idVendor=17ef, idProduct=3075, bcdDevice= 0.01
[ 643.221587] usb 1-5.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 643.221590] usb 1-5.5: Product: USB Billboard Device
[ 643.221592] usb 1-5.5: Manufacturer: VIA Labs, Inc.
[ 643.221594] usb 1-5.5: SerialNumber: 0000000000000001
[ 643.664657] usb 1-5.2.4: new high-speed USB device number 71 using xhci_hcd
[ 644.492099] xhci_hcd 0000:3a:00.0: remove, state 1
[ 644.492106] usb usb4: USB disconnect, device number 1
[ 644.493224] xhci_hcd 0000:3a:00.0: USB bus 4 deregistered
[ 644.493439] xhci_hcd 0000:3a:00.0: remove, state 4
[ 644.493443] usb usb3: USB disconnect, device number 1
[ 644.494348] xhci_hcd 0000:3a:00.0: Host halt failed, -19
[ 644.494351] xhci_hcd 0000:3a:00.0: Host not accessible, reset failed.
[ 644.495235] xhci_hcd 0000:3a:00.0: USB bus 3 deregistered
[ 644.509180] pci_bus 0000:03: Allocating resources
[ 644.509199] pcieport 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
[ 644.509211] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 644.509214] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 644.509223] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 644.509226] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 644.960397] usb 1-5.2.4: New USB device found, idVendor=17ef, idProduct=306f, bcdDevice= 0.12
[ 644.960428] usb 1-5.2.4: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[ 644.960442] usb 1-5.2.4: Product: ThinkPad Dock USB Audio
[ 644.960492] usb 1-5.2.4: Manufacturer: Generic
[ 645.228640] input: Generic ThinkPad Dock USB Audio Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.0012/input/input26
[ 645.281858] input: Generic ThinkPad Dock USB Audio as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.0012/input/input27
[ 645.284087] hid-generic 0003:17EF:306F.0012: input,hidraw1: USB HID v1.11 Device [Generic ThinkPad Dock USB Audio] on usb-0000:00:14.0-5.2.4/input3
[ 645.563551] usb 1-2: USB disconnect, device number 68
[ 645.610558] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 645.610593] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 645.674548] usb 1-5: USB disconnect, device number 67
[ 645.674555] usb 1-5.2: USB disconnect, device number 69
[ 645.674558] usb 1-5.2.4: USB disconnect, device number 71
[ 645.726686] usb 1-5.5: USB disconnect, device number 70
[ 647.492492] usb 1-5: new high-speed USB device number 72 using xhci_hcd
[ 647.621358] usb 1-5: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.33
[ 647.621367] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 647.621370] usb 1-5: Product: USB2.0 Hub
[ 647.621372] usb 1-5: Manufacturer: VIA Labs, Inc.
[ 647.629519] hub 1-5:1.0: USB hub found
[ 647.630656] hub 1-5:1.0: 5 ports detected
[ 647.656103] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
[ 647.656140] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 647.738644] ==================================================================
[ 647.738648] BUG: KASAN: slab-use-after-free in sysfs_create_link+0x8a/0xc0
[ 647.738653] Read of size 8 at addr ffff888113d450d8 by task kworker/1:4/109
[ 647.738658] CPU: 1 UID: 0 PID: 109 Comm: kworker/1:4 Not tainted 6.12.12+ #2
[ 647.738661] Hardware name: LENOVO 20N2S0PG00/20N2S0PG00, BIOS N2IETA5W (1.83 ) 06/20/2024
[ 647.738663] Workqueue: events ucsi_handle_connector_change
[ 647.738669] Call Trace:
[ 647.738671] <TASK>
[ 647.738672] dump_stack_lvl+0x66/0xa0
[ 647.738677] print_report+0xc4/0x640
[ 647.738682] ? sysfs_create_link+0x8a/0xc0
[ 647.738684] kasan_report+0xc6/0x100
[ 647.738687] ? sysfs_create_link+0x8a/0xc0
[ 647.738690] sysfs_create_link+0x8a/0xc0
[ 647.738692] typec_partner_link_device+0x1f/0x100
[ 647.738696] typec_register_partner+0x4ec/0x6c0
[ 647.738699] ucsi_register_partner.isra.0+0x225/0x3b0
[ 647.738701] ? device_find_child+0xa0/0x190
[ 647.738705] ? __pfx_ucsi_register_partner.isra.0+0x10/0x10
[ 647.738708] ? __pfx_typec_set_mode+0x10/0x10
[ 647.738711] ucsi_handle_connector_change+0x685/0xb00
[ 647.738714] process_one_work+0x5c1/0xff0
[ 647.738719] worker_thread+0x777/0x1390
[ 647.738723] ? trace_raw_output_preemptirq_template+0xc7/0x110
[ 647.738727] ? __pfx_worker_thread+0x10/0x10
[ 647.738730] kthread+0x243/0x300
[ 647.738732] ? __pfx_kthread+0x10/0x10
[ 647.738735] ret_from_fork+0x31/0x70
[ 647.738738] ? __pfx_kthread+0x10/0x10
[ 647.738740] ret_from_fork_asm+0x1a/0x30
[ 647.738744] </TASK>
[ 647.738747] Allocated by task 109:
[ 647.738749] kasan_save_stack+0x33/0x60
[ 647.738752] kasan_save_track+0x14/0x30
[ 647.738754] __kasan_kmalloc+0x8f/0xa0
[ 647.738757] usb_alloc_dev+0x55/0xcc0
[ 647.738759] hub_event+0x1fe6/0x4390
[ 647.738762] process_one_work+0x5c1/0xff0
[ 647.738765] worker_thread+0x777/0x1390
[ 647.738768] kthread+0x243/0x300
[ 647.738770] ret_from_fork+0x31/0x70
[ 647.738772] ret_from_fork_asm+0x1a/0x30
[ 647.738775] Freed by task 188:
[ 647.738777] kasan_save_stack+0x33/0x60
[ 647.738779] kasan_save_track+0x14/0x30
[ 647.738781] kasan_save_free_info+0x3b/0x60
[ 647.738783] __kasan_slab_free+0x37/0x50
[ 647.738786] kfree+0xd4/0x380
[ 647.738788] device_release+0x9c/0x210
[ 647.738790] kobject_put+0x17c/0x4b0
[ 647.738794] hub_event+0x15b7/0x4390
[ 647.738796] process_one_work+0x5c1/0xff0
[ 647.738799] worker_thread+0x777/0x1390
[ 647.738802] kthread+0x243/0x300
[ 647.738804] ret_from_fork+0x31/0x70
[ 647.738806] ret_from_fork_asm+0x1a/0x30
[ 647.738809] Last potentially related work creation:
[ 647.738810] kasan_save_stack+0x33/0x60
[ 647.738813] __kasan_record_aux_stack+0x8e/0xa0
[ 647.738816] __queue_work+0x671/0xfb0
[ 647.738818] queue_work_on+0x73/0x80
[ 647.738820] rpm_idle+0x552/0x610
[ 647.738823] rpm_suspend+0xc42/0xe70
[ 647.738825] __pm_runtime_idle+0x6e/0x170
[ 647.738828] device_release_driver_internal+0x369/0x530
[ 647.738831] bus_remove_device+0x1e1/0x3e0
[ 647.738834] device_del+0x386/0x950
[ 647.738836] usb_disable_device+0x296/0x680
[ 647.738839] usb_disconnect+0x270/0x880
[ 647.738842] hub_event+0x15b7/0x4390
[ 647.738845] process_one_work+0x5c1/0xff0
[ 647.738848] worker_thread+0x777/0x1390
[ 647.738850] kthread+0x243/0x300
[ 647.738852] ret_from_fork+0x31/0x70
[ 647.738854] ret_from_fork_asm+0x1a/0x30
[ 647.738857] Second to last potentially related work creation:
[ 647.738859] kasan_save_stack+0x33/0x60
[ 647.738861] __kasan_record_aux_stack+0x8e/0xa0
[ 647.738864] __queue_work+0x671/0xfb0
[ 647.738866] queue_work_on+0x73/0x80
[ 647.738868] rpm_idle+0x552/0x610
[ 647.738870] __pm_runtime_set_status+0x260/0x7b0
[ 647.738873] pm_runtime_remove+0xce/0x170
[ 647.738876] device_pm_remove+0x162/0x2c0
[ 647.738878] device_del+0x38e/0x950
[ 647.738881] usb_disconnect+0x4d4/0x880
[ 647.738883] usb_disconnect+0x239/0x880
[ 647.738886] hub_event+0x15b7/0x4390
[ 647.738889] process_one_work+0x5c1/0xff0
[ 647.738891] worker_thread+0x777/0x1390
[ 647.738894] kthread+0x243/0x300
[ 647.738896] ret_from_fork+0x31/0x70
[ 647.738898] ret_from_fork_asm+0x1a/0x30
[ 647.738901] The buggy address belongs to the object at ffff888113d45000
which belongs to the cache kmalloc-2k of size 2048
[ 647.738904] The buggy address is located 216 bytes inside of
freed 2048-byte region [ffff888113d45000, ffff888113d45800)
[ 647.738907] The buggy address belongs to the physical page:
[ 647.738909] page: refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x113d40
[ 647.738912] head: order:3 mapcount:0 entire_mapcount:0 nr_pages_mapped:0 pincount:0
[ 647.738913] flags: 0x8000000000000040(head|zone=2)
[ 647.738916] page_type: f5(slab)
[ 647.738920] raw: 8000000000000040 ffff888100042f00 dead000000000122 0000000000000000
[ 647.738922] raw: 0000000000000000 0000000000080008 00000001f5000000 0000000000000000
[ 647.738925] head: 8000000000000040 ffff888100042f00 dead000000000122 0000000000000000
[ 647.738927] head: 0000000000000000 0000000000080008 00000001f5000000 0000000000000000
[ 647.738929] head: 8000000000000003 ffffea00044f5001 ffffffffffffffff 0000000000000000
[ 647.738931] head: ffff888100000008 0000000000000000 00000000ffffffff 0000000000000000
[ 647.738932] page dumped because: kasan: bad access detected
[ 647.738934] Memory state around the buggy address:
[ 647.738936] ffff888113d44f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
[ 647.738938] ffff888113d45000: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 647.738939] >ffff888113d45080: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 647.738941] ^
[ 647.738942] ffff888113d45100: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 647.738944] ffff888113d45180: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 647.738945] ==================================================================
[ 647.738947] Disabling lock debugging due to kernel taint
[ 648.253746] usb 1-2: new full-speed USB device number 73 using xhci_hcd
[ 648.385335] usb 1-2: New USB device found, idVendor=17ef, idProduct=3074, bcdDevice= 0.00
[ 648.385363] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 648.385377] usb 1-2: Product: USB Billboard
[ 648.385387] usb 1-2: Manufacturer: Cypress Semiconductor
[ 648.385397] usb 1-2: SerialNumber: 11AD1D006D0B3A0128190B00
[ 648.441024] hid-generic 0003:17EF:3074.0013: hidraw0: USB HID v1.11 Device [Cypress Semiconductor USB Billboard] on usb-0000:00:14.0-2/input1
[ 648.495679] usb 1-5.2: new high-speed USB device number 74 using xhci_hcd
[ 648.635114] usb 1-5.2: New USB device found, idVendor=17ef, idProduct=3071, bcdDevice=50.34
[ 648.635129] usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 648.635136] usb 1-5.2: Product: USB2.0 Hub
[ 648.635141] usb 1-5.2: Manufacturer: VIA Labs, Inc.
[ 648.640767] hub 1-5.2:1.0: USB hub found
[ 648.640997] hub 1-5.2:1.0: 4 ports detected
[ 648.833675] usb 1-5.5: new high-speed USB device number 75 using xhci_hcd
[ 648.913289] usb 1-5.5: New USB device found, idVendor=17ef, idProduct=3075, bcdDevice= 0.01
[ 648.913297] usb 1-5.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 648.913300] usb 1-5.5: Product: USB Billboard Device
[ 648.913303] usb 1-5.5: Manufacturer: VIA Labs, Inc.
[ 648.913305] usb 1-5.5: SerialNumber: 0000000000000001
[ 649.359612] usb 1-5.2.4: new high-speed USB device number 76 using xhci_hcd
[ 649.729854] pci_bus 0000:03: Allocating resources
[ 649.729874] pcieport 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
[ 649.729887] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 649.729890] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 649.729902] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 649.729905] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 650.656356] usb 1-5.2.4: New USB device found, idVendor=17ef, idProduct=306f, bcdDevice= 0.12
[ 650.656386] usb 1-5.2.4: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[ 650.656399] usb 1-5.2.4: Product: ThinkPad Dock USB Audio
[ 650.656409] usb 1-5.2.4: Manufacturer: Generic
[ 650.925405] input: Generic ThinkPad Dock USB Audio Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.0014/input/input28
[ 650.979097] input: Generic ThinkPad Dock USB Audio as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2.4/1-5.2.4:1.3/0003:17EF:306F.0014/input/input29
[ 650.980906] hid-generic 0003:17EF:306F.0014: input,hidraw1: USB HID v1.11 Device [Generic ThinkPad Dock USB Audio] on usb-0000:00:14.0-5.2.4/input3
[ 654.768041] pci 0000:3a:00.0: [8086:15c1] type 00 class 0x0c0330 PCIe Endpoint
[ 654.768070] pci 0000:3a:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
[ 654.768147] pci 0000:3a:00.0: enabling Extended Tags
[ 654.768349] pci 0000:3a:00.0: supports D1 D2
[ 654.768351] pci 0000:3a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 654.768415] pci 0000:3a:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:03:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[ 654.769154] pci 0000:3a:00.0: Adding to iommu group 17
[ 654.769227] pcieport 0000:03:02.0: ASPM: current common clock configuration is inconsistent, reconfiguring
[ 654.769286] pci_bus 0000:03: Allocating resources
[ 654.769303] pcieport 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
[ 654.769314] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 654.769316] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 654.769324] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 654.769326] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 654.770978] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[ 654.771306] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 3
[ 654.773279] xhci_hcd 0000:3a:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[ 654.774318] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[ 654.774557] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 4
[ 654.774568] xhci_hcd 0000:3a:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 654.774807] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[ 654.774810] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 654.774812] usb usb3: Product: xHCI Host Controller
[ 654.774814] usb usb3: Manufacturer: Linux 6.12.12+ xhci-hcd
[ 654.774815] usb usb3: SerialNumber: 0000:3a:00.0
[ 654.775564] hub 3-0:1.0: USB hub found
[ 654.775618] hub 3-0:1.0: 2 ports detected
[ 654.806717] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[ 654.806720] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 654.806722] usb usb4: Product: xHCI Host Controller
[ 654.806724] usb usb4: Manufacturer: Linux 6.12.12+ xhci-hcd
[ 654.806725] usb usb4: SerialNumber: 0000:3a:00.0
[ 654.807626] hub 4-0:1.0: USB hub found
[ 654.807680] hub 4-0:1.0: 2 ports detected
[ 654.828423] typec port1: bound usb1-port5 (ops connector_ops)
[ 654.828458] typec port1: bound usb4-port1 (ops connector_ops)
[ 655.164327] usb 4-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[ 655.180373] usb 4-1: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice=50.33
[ 655.180397] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 655.180410] usb 4-1: Product: USB3.1 Hub
[ 655.180421] usb 4-1: Manufacturer: VIA Labs, Inc.
[ 655.221275] hub 4-1:1.0: USB hub found
[ 655.221660] hub 4-1:1.0: 4 ports detected
[ 655.758539] usb 4-1.2: new SuperSpeed Plus Gen 2x1 USB device number 3 using xhci_hcd
[ 655.775211] usb 4-1.2: New USB device found, idVendor=17ef, idProduct=3070, bcdDevice=50.34
[ 655.775222] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 655.775227] usb 4-1.2: Product: USB3.1 Hub
[ 655.775230] usb 4-1.2: Manufacturer: VIA Labs, Inc.
[ 655.789567] hub 4-1.2:1.0: USB hub found
[ 655.790202] hub 4-1.2:1.0: 4 ports detected
[ 659.891681] pci_bus 0000:03: Allocating resources
[ 659.891701] pcieport 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
[ 659.891714] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 659.891717] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 659.891725] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 659.891727] pcieport 0000:03:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 700.345694] usb 1-3: USB disconnect, device number 4
[ 707.060763] usb 2-3: new SuperSpeed USB device number 2 using xhci_hcd
[ 707.074070] usb 2-3: New USB device found, idVendor=0781, idProduct=5588, bcdDevice= 1.00
[ 707.074103] usb 2-3: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 707.074118] usb 2-3: Product: USB Extreme Pro
[ 707.074130] usb 2-3: Manufacturer: SanDisk
[ 707.074141] usb 2-3: SerialNumber: 12311679165A
[ 707.082562] usb-storage 2-3:1.0: USB Mass Storage device detected
[ 707.084891] scsi host1: usb-storage 2-3:1.0
[ 708.125217] scsi 1:0:0:0: Direct-Access SanDisk Extreme Pro 0 PQ: 0 ANSI: 6
[ 708.133695] sd 1:0:0:0: [sdb] 250085376 512-byte logical blocks: (128 GB/119 GiB)
[ 708.135129] sd 1:0:0:0: [sdb] Write Protect is off
[ 708.135172] sd 1:0:0:0: [sdb] Mode Sense: 43 00 00 00
[ 708.136243] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 708.159746] sdb: sdb1
[ 708.161003] sd 1:0:0:0: [sdb] Attached SCSI removable disk
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: use-after-free with Lenovo Ultra Docking Station
2025-02-21 7:48 ` Philipp Leskovitz
@ 2025-02-21 8:08 ` Greg KH
2025-02-21 11:54 ` Philipp Leskovitz
0 siblings, 1 reply; 9+ messages in thread
From: Greg KH @ 2025-02-21 8:08 UTC (permalink / raw)
To: Philipp Leskovitz; +Cc: linux-usb
On Fri, Feb 21, 2025 at 08:48:52AM +0100, Philipp Leskovitz wrote:
> Hello Greg,
>
> I can also reproduce it without the proprietary modules. The latest BIOS
> version N2IETA5W is installed. Attached is the log file. Only dm_mod,
> intel_lpss_pci, intel_lpss, pinctrl_cannonlake and pinctrl_intel were still
> loaded. I had also activated kasan.
>
> Kernel version 6.1 seems to be one of the last versions with which the docking station works well.
>
> The error doesn't always occur. I stress the device a little bit by
> connecting the notebook to the docking station and disconnecting it again.
> Sometimes I also plug in an external power supply. This combination
> generates the error in less than 10 minutes. I also had the case that the
> device was idle for about 30 minutes. Then it was connected to the docking
> station once and the error occurred.
Your kernel log shows that this is probably a bios bug:
> [ 520.107312] pcieport 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
> [ 520.107323] pcieport 0000:03:02.0: bridge window [mem 0xa0000000-0xa01fffff 64bit pref]: assigned
> [ 520.107601] pci_bus 0000:3a: busn_res: [bus 3a] is released
> [ 520.109588] pci_bus 0000:03: busn_res: [bus 03-3a] is released
> [ 522.973010] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
> [ 522.973048] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
> [ 529.409351] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
> [ 529.409395] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
> [ 543.303502] usb 1-5: new high-speed USB device number 12 using xhci_hcd
> [ 543.340048] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
> [ 543.340092] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
And then later:
> [ 647.629519] hub 1-5:1.0: USB hub found
> [ 647.630656] hub 1-5:1.0: 5 ports detected
> [ 647.656103] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
> [ 647.656140] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
> [ 647.738644] ==================================================================
> [ 647.738648] BUG: KASAN: slab-use-after-free in sysfs_create_link+0x8a/0xc0
Boom.
Now what is odd is that sysfs_create_link is showing a use-after-free,
which it shouldn't, but as your bios is spitting out invalid device
symbols, who knows what confusion the kernel got into with regards to
creating a symlink that was already present.
So maybe go poke the bios vendor to resolve this?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: use-after-free with Lenovo Ultra Docking Station
2025-02-21 8:08 ` Greg KH
@ 2025-02-21 11:54 ` Philipp Leskovitz
0 siblings, 0 replies; 9+ messages in thread
From: Philipp Leskovitz @ 2025-02-21 11:54 UTC (permalink / raw)
To: Greg KH; +Cc: linux-usb
Hey Greg,
The "Thunderbolt BIOS Assist Mode" option in the BIOS settings may have an effect on this. I have to test this intensively first.
Thank you.
Philipp
> On Fri, Feb 21, 2025 at 08:48:52AM +0100, Philipp Leskovitz wrote:
>> Hello Greg,
>>
>> I can also reproduce it without the proprietary modules. The latest BIOS
>> version N2IETA5W is installed. Attached is the log file. Only dm_mod,
>> intel_lpss_pci, intel_lpss, pinctrl_cannonlake and pinctrl_intel were still
>> loaded. I had also activated kasan.
>>
>> Kernel version 6.1 seems to be one of the last versions with which the docking station works well.
>>
>> The error doesn't always occur. I stress the device a little bit by
>> connecting the notebook to the docking station and disconnecting it again.
>> Sometimes I also plug in an external power supply. This combination
>> generates the error in less than 10 minutes. I also had the case that the
>> device was idle for about 30 minutes. Then it was connected to the docking
>> station once and the error occurred.
>
> Your kernel log shows that this is probably a bios bug:
>
>> [ 520.107312] pcieport 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
>> [ 520.107323] pcieport 0000:03:02.0: bridge window [mem 0xa0000000-0xa01fffff 64bit pref]: assigned
>> [ 520.107601] pci_bus 0000:3a: busn_res: [bus 3a] is released
>> [ 520.109588] pci_bus 0000:03: busn_res: [bus 03-3a] is released
>> [ 522.973010] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
>> [ 522.973048] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
>> [ 529.409351] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
>> [ 529.409395] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
>> [ 543.303502] usb 1-5: new high-speed USB device number 12 using xhci_hcd
>> [ 543.340048] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
>> [ 543.340092] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
>
> And then later:
>
>> [ 647.629519] hub 1-5:1.0: USB hub found
>> [ 647.630656] hub 1-5:1.0: 5 ports detected
>> [ 647.656103] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20240827/psargs-332)
>> [ 647.656140] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
>> [ 647.738644] ==================================================================
>> [ 647.738648] BUG: KASAN: slab-use-after-free in sysfs_create_link+0x8a/0xc0
>
> Boom.
>
> Now what is odd is that sysfs_create_link is showing a use-after-free,
> which it shouldn't, but as your bios is spitting out invalid device
> symbols, who knows what confusion the kernel got into with regards to
> creating a symlink that was already present.
>
> So maybe go poke the bios vendor to resolve this?
>
> thanks,
>
> greg k-h
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-02-21 11:55 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-18 6:52 use-after-free with Lenovo Ultra Docking Station Philipp Leskovitz
2025-02-18 7:16 ` Greg KH
2025-02-19 7:35 ` Philipp Leskovitz
2025-02-19 7:41 ` Greg KH
2025-02-20 9:34 ` Philipp Leskovitz
2025-02-20 10:17 ` Greg KH
2025-02-21 7:48 ` Philipp Leskovitz
2025-02-21 8:08 ` Greg KH
2025-02-21 11:54 ` Philipp Leskovitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox