[PATCH RFC] thunderbolt: Re-add DP resources on resume

Jiayi Li posted 1 patch 2 weeks, 1 day ago
drivers/thunderbolt/tb.c | 1 +
1 file changed, 1 insertion(+)
[PATCH RFC] thunderbolt: Re-add DP resources on resume
Posted by Jiayi Li 2 weeks, 1 day ago
During suspend, DP resources are released through tb_disconnect_and_release_dp()
but were not being re-added during resume, preventing DP tunnels from being
re-established.

This caused DP displays connected via Thunderbolt docks (such as Targus docks)
to not display after S3 resume. The issue was visible in logs:

[246.397437] tb_cfg_ack_plug:819: thunderbolt 0000:2c:00.0: acking hot plug event on 3:10
[246.398282] tb_dp_resource_available:2019: thunderbolt 0000:2c:00.0: 3:10: DP OUT resource available
[246.398291] tb_tunnel_dp:1875: thunderbolt 0000:2c:00.0: looking for DP IN <-> DP OUT pairs:
[246.398294] tb_tunnel_dp:1899: thunderbolt 0000:2c:00.0: no suitable DP IN adapter available, not tunneling

Add call to tb_add_dp_resources() in tb_resume_noirq() to ensure DP resources
are properly re-added during resume, allowing DP tunnels to be re-established.

Signed-off-by: Jiayi Li <lijiayi@kylinos.cn>
---
 drivers/thunderbolt/tb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/thunderbolt/tb.c b/drivers/thunderbolt/tb.c
index c14ab1fbeeaf..cb652df3fc9f 100644
--- a/drivers/thunderbolt/tb.c
+++ b/drivers/thunderbolt/tb.c
@@ -3119,6 +3119,7 @@ static int tb_resume_noirq(struct tb *tb)
 		tb_switch_reset(tb->root_switch);
 
 	tb_switch_resume(tb->root_switch, false);
+	tb_add_dp_resources(tb->root_switch);
 	tb_free_invalid_tunnels(tb);
 	tb_free_unplugged_children(tb->root_switch);
 	tb_restore_children(tb->root_switch);
-- 
2.47.1
Re: [PATCH RFC] thunderbolt: Re-add DP resources on resume
Posted by 李佳怡 2 weeks, 1 day ago
As requested, I've attached the complete dmesg output (from boot to 
after resume) reproducing the issue.

Testing Methodology:
1. Start with the Targus Thunderbolt dock already connected to the system
2. Enter S3 suspend (sleep) with no DP monitor connected to the dock
3. Resume from S3
4. After the system has fully resumed, connect the DP monitor to the dock

在 2025/9/17 16:24, Jiayi Li 写道:
> During suspend, DP resources are released through tb_disconnect_and_release_dp()
> but were not being re-added during resume, preventing DP tunnels from being
> re-established.
> 
> This caused DP displays connected via Thunderbolt docks (such as Targus docks)
> to not display after S3 resume. The issue was visible in logs:
> 
> [246.397437] tb_cfg_ack_plug:819: thunderbolt 0000:2c:00.0: acking hot plug event on 3:10
> [246.398282] tb_dp_resource_available:2019: thunderbolt 0000:2c:00.0: 3:10: DP OUT resource available
> [246.398291] tb_tunnel_dp:1875: thunderbolt 0000:2c:00.0: looking for DP IN <-> DP OUT pairs:
> [246.398294] tb_tunnel_dp:1899: thunderbolt 0000:2c:00.0: no suitable DP IN adapter available, not tunneling
> 
> Add call to tb_add_dp_resources() in tb_resume_noirq() to ensure DP resources
> are properly re-added during resume, allowing DP tunnels to be re-established.
> 
> Signed-off-by: Jiayi Li <lijiayi@kylinos.cn>
> ---
>   drivers/thunderbolt/tb.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/thunderbolt/tb.c b/drivers/thunderbolt/tb.c
> index c14ab1fbeeaf..cb652df3fc9f 100644
> --- a/drivers/thunderbolt/tb.c
> +++ b/drivers/thunderbolt/tb.c
> @@ -3119,6 +3119,7 @@ static int tb_resume_noirq(struct tb *tb)
>   		tb_switch_reset(tb->root_switch);
>   
>   	tb_switch_resume(tb->root_switch, false);
> +	tb_add_dp_resources(tb->root_switch);
>   	tb_free_invalid_tunnels(tb);
>   	tb_free_unplugged_children(tb->root_switch);
>   	tb_restore_children(tb->root_switch);

dmesg:
[    0.000000] Linux version 5.4.18-151+ (lijiayi@kylin-pc) (gcc version 
12.4.0 (Debian 12.4.0-5)) #231 SMP Wed Sep 10 15:04:40 CST 2025 ()
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-5.4.18-151+ 
root=UUID=8c10b5c5-7cef-466c-acaf-a662a005fbad ro quiet splash 
loglevel=0 thunderbolt.dyndbg=+plft 
resume=UUID=0f053111-bb39-491e-a173-f534050f8dfd security=
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating 
point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 
bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000003ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000004000000-0x000000000403ffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x0000000004040000-0x0000000005dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000005e00000-0x0000000005ffffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x0000000006000000-0x00000000730f5fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000730f6000-0x0000000076edcfff] 
reserved
[    0.000000] BIOS-e820: [mem 0x0000000076edd000-0x0000000076f1cfff] 
ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000076f1d000-0x00000000797fdfff] 
ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000797fe000-0x000000007a9fdfff] 
reserved
[    0.000000] BIOS-e820: [mem 0x000000007a9fe000-0x000000007bffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007c000000-0x000000007fffffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000dfa00000-0x00000000dfa00fff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000dfa80000-0x00000000dfafffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc0000-0x00000000fedc0fff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedc5fff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc7000-0x00000000fedc7fff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc9000-0x00000000fedcafff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000277efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000277f00000-0x000000027fffffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x0000fffd00000000-0x0000ffffffffffff] 
reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x4e9a2018-0x4e9cd057] usable ==> usable
[    0.000000] e820: update [mem 0x4e9a2018-0x4e9cd057] usable ==> usable
[    0.000000] e820: update [mem 0x4e97c018-0x4e9a1257] usable ==> usable
[    0.000000] e820: update [mem 0x4e97c018-0x4e9a1257] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 
0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 
0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 
0x0000000000100000-0x0000000003ffffff] usable
[    0.000000] reserve setup_data: [mem 
0x0000000004000000-0x000000000403ffff] reserved
[    0.000000] reserve setup_data: [mem 
0x0000000004040000-0x0000000005dfffff] usable
[    0.000000] reserve setup_data: [mem 
0x0000000005e00000-0x0000000005ffffff] reserved
[    0.000000] reserve setup_data: [mem 
0x0000000006000000-0x000000004e97c017] usable
[    0.000000] reserve setup_data: [mem 
0x000000004e97c018-0x000000004e9a1257] usable
[    0.000000] reserve setup_data: [mem 
0x000000004e9a1258-0x000000004e9a2017] usable
[    0.000000] reserve setup_data: [mem 
0x000000004e9a2018-0x000000004e9cd057] usable
[    0.000000] reserve setup_data: [mem 
0x000000004e9cd058-0x00000000730f5fff] usable
[    0.000000] reserve setup_data: [mem 
0x00000000730f6000-0x0000000076edcfff] reserved
[    0.000000] reserve setup_data: [mem 
0x0000000076edd000-0x0000000076f1cfff] ACPI data
[    0.000000] reserve setup_data: [mem 
0x0000000076f1d000-0x00000000797fdfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 
0x00000000797fe000-0x000000007a9fdfff] reserved
[    0.000000] reserve setup_data: [mem 
0x000000007a9fe000-0x000000007bffffff] usable
[    0.000000] reserve setup_data: [mem 
0x000000007c000000-0x000000007fffffff] reserved
[    0.000000] reserve setup_data: [mem 
0x00000000dfa00000-0x00000000dfa00fff] reserved
[    0.000000] reserve setup_data: [mem 
0x00000000dfa80000-0x00000000dfafffff] reserved
[    0.000000] reserve setup_data: [mem 
0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 
0x00000000fea00000-0x00000000feafffff] reserved
[    0.000000] reserve setup_data: [mem 
0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 
0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 
0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 
0x00000000fedc0000-0x00000000fedc0fff] reserved
[    0.000000] reserve setup_data: [mem 
0x00000000fedc2000-0x00000000fedc5fff] reserved
[    0.000000] reserve setup_data: [mem 
0x00000000fedc7000-0x00000000fedc7fff] reserved
[    0.000000] reserve setup_data: [mem 
0x00000000fedc9000-0x00000000fedcafff] reserved
[    0.000000] reserve setup_data: [mem 
0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 
0x0000000100000000-0x0000000277efffff] usable
[    0.000000] reserve setup_data: [mem 
0x0000000277f00000-0x000000027fffffff] reserved
[    0.000000] reserve setup_data: [mem 
0x0000fffd00000000-0x0000ffffffffffff] reserved
[    0.000000] efi: EFI v2.80 by Xorcore
[    0.000000] efi:  SMBIOS=0x7a675000  SMBIOS 3.0=0x7a673000 
ACPI=0x76f1c000  ACPI 2.0=0x76f1c014  MEMATTR=0x6bf72018
[    0.000000] efi: memattr: Unexpected EFI Memory Attributes table 
version 2
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.4.1 present.
[    0.000000] DMI: Suma 
N50/22DD2    , BIOS CSCH051019 08/15/2025
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2795.847 MHz processor
[    0.000324] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000326] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000334] last_pfn = 0x277f00 max_arch_pfn = 0x400000000
[    0.000339] MTRR default type: uncachable
[    0.000340] MTRR fixed ranges enabled:
[    0.000341]   00000-9FFFF write-back
[    0.000342]   A0000-BFFFF write-through
[    0.000343]   C0000-FFFFF uncachable
[    0.000343] MTRR variable ranges enabled:
[    0.000345]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000346]   1 base 00007C000000 mask FFFFFC000000 uncachable
[    0.000347]   2 disabled
[    0.000347]   3 disabled
[    0.000347]   4 disabled
[    0.000348]   5 disabled
[    0.000348]   6 disabled
[    0.000349]   7 base 0000FF000000 mask FFFFFF000000 write-protect
[    0.000351] TOM2: 0000000280000000 aka 10240M
[    0.000881] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- 
WT
[    0.000981] last_pfn = 0x7c000 max_arch_pfn = 0x400000000
[    0.006710] check: Scanning 1 areas for low memory corruption
[    0.006715] Using GB pages for direct mapping
[    0.006717] BRK [0x220001000, 0x220001fff] PGTABLE
[    0.006719] BRK [0x220002000, 0x220002fff] PGTABLE
[    0.006720] BRK [0x220003000, 0x220003fff] PGTABLE
[    0.006782] BRK [0x220004000, 0x220004fff] PGTABLE
[    0.006784] BRK [0x220005000, 0x220005fff] PGTABLE
[    0.007055] BRK [0x220006000, 0x220006fff] PGTABLE
[    0.007174] BRK [0x220007000, 0x220007fff] PGTABLE
[    0.007234] BRK [0x220008000, 0x220008fff] PGTABLE
[    0.007318] BRK [0x220009000, 0x220009fff] PGTABLE
[    0.007446] BRK [0x22000a000, 0x22000afff] PGTABLE
[    0.007526] secureboot: Secure boot disabled
[    0.007527] RAMDISK: [mem 0x3843a000-0x3ca6cfff]
[    0.007533] ACPI: Early table checksum verification disabled
[    0.007537] ACPI: RSDP 0x0000000076F1C014 000024 (v02 HYGON )
[    0.007540] ACPI: XSDT 0x0000000076F1B0E8 00009C (v01 HYGON  Hygon 
00000002      01000013)
[    0.007546] ACPI: FACP 0x0000000076F16000 000114 (v06 HYGON  Hygon 
00000002      01000013)
[    0.007551] ACPI: DSDT 0x0000000076F10000 0054A1 (v02 HYGON  Hygon 
03242016 INTL 20190703)
[    0.007554] ACPI: FACS 0x000000007774F000 000040
[    0.007556] ACPI: SSDT 0x0000000076F1A000 0000D2 (v02 HYGON  HGN ALIB 
00000002 MSFT 04000000)
[    0.007559] ACPI: SSDT 0x0000000076F19000 00020C (v02 HYGON  Hygon 
00000002      01000013)
[    0.007561] ACPI: MCFG 0x0000000076F18000 00003C (v01 HYGON  Hygon 
00000002      01000013)
[    0.007564] ACPI: HPET 0x0000000076F17000 000038 (v01 HYGON  Hygon 
00000002      01000013)
[    0.007566] ACPI: SSDT 0x0000000076F0E000 001BF4 (v02 HYGON  HGN CPU 
00000001 HYGN 00000001)
[    0.007569] ACPI: CRAT 0x0000000076F0D000 000F50 (v01 HYGON  HGN CRAT 
00000001 HYGN 00000001)
[    0.007571] ACPI: CDIT 0x0000000076F0C000 000029 (v01 HYGON  HGN CDIT 
00000001 HYGN 00000001)
[    0.007574] ACPI: UEFI 0x000000007774C000 000042 (v01 
00000000      00000000)
[    0.007576] ACPI: IVRS 0x0000000076F0B000 0000C8 (v02 HYGON  HGN IVRS 
00000001 HYGN 00000000)
[    0.007579] ACPI: FPDT 0x0000000076F0A000 000044 (v01 HYGON  Hygon 
00000002      01000013)
[    0.007581] ACPI: SSDT 0x0000000076F06000 0030BE (v02 Hygon  CPMCMN 
00000001 INTL 20190703)
[    0.007584] ACPI: BGRT 0x0000000076F05000 000038 (v01 HYGON  Hygon 
00000002      01000013)
[    0.007586] ACPI: APIC 0x0000000076F04000 0000DE (v04 HYGON  Hygon 
00000002      01000013)
[    0.007588] ACPI: WSMT 0x0000000076F03000 000028 (v01 HYGON  Hygon 
00000002      01000013)
[    0.007599] ACPI: Local APIC address 0xfee00000
[    0.007682] No NUMA configuration found
[    0.007683] Faking a node at [mem 0x0000000000000000-0x0000000277efffff]
[    0.007695] NODE_DATA(0) allocated [mem 0x277ed5000-0x277efffff]
[    0.007988] Zone ranges:
[    0.007988]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.007990]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.007991]   Normal   [mem 0x0000000100000000-0x0000000277efffff]
[    0.007991]   Device   empty
[    0.007992] Movable zone start for each node
[    0.007996] Early memory node ranges
[    0.007996]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.007997]   node   0: [mem 0x0000000000100000-0x0000000003ffffff]
[    0.007998]   node   0: [mem 0x0000000004040000-0x0000000005dfffff]
[    0.007998]   node   0: [mem 0x0000000006000000-0x00000000730f5fff]
[    0.007999]   node   0: [mem 0x000000007a9fe000-0x000000007bffffff]
[    0.008000]   node   0: [mem 0x0000000100000000-0x0000000277efffff]
[    0.008361] Zeroed struct page in unavailable ranges: 48042 pages
[    0.008362] Initmem setup node 0 [mem 
0x0000000000001000-0x0000000277efffff]
[    0.008364] On node 0 totalpages: 2016086
[    0.008365]   DMA zone: 64 pages used for memmap
[    0.008366]   DMA zone: 22 pages reserved
[    0.008367]   DMA zone: 3998 pages, LIFO batch:0
[    0.008430]   DMA32 zone: 7379 pages used for memmap
[    0.008431]   DMA32 zone: 472248 pages, LIFO batch:63
[    0.018824]   Normal zone: 24060 pages used for memmap
[    0.018826]   Normal zone: 1539840 pages, LIFO batch:63
[    0.044509] ACPI: PM-Timer IO Port: 0x808
[    0.044512] ACPI: Local APIC address 0xfee00000
[    0.044520] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.044547] IOAPIC[0]: apic_id 224, version 33, address 0xfec00000, 
GSI 0-23
[    0.044551] IOAPIC[1]: apic_id 225, version 33, address 0xdfa00000, 
GSI 24-55
[    0.044553] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.044555] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.044556] ACPI: IRQ0 used by override.
[    0.044557] ACPI: IRQ9 used by override.
[    0.044559] Using ACPI (MADT) for SMP configuration information
[    0.044561] ACPI: HPET id: 0x1d948201 base: 0xfed00000
[    0.044572] e820: update [mem 0x6af85000-0x6afc6fff] usable ==> reserved
[    0.044586] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.044625] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.044627] PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.044630] PM: Registered nosave memory: [mem 0x04000000-0x0403ffff]
[    0.044631] PM: Registered nosave memory: [mem 0x05e00000-0x05ffffff]
[    0.044634] PM: Registered nosave memory: [mem 0x4e97c000-0x4e97cfff]
[    0.044636] PM: Registered nosave memory: [mem 0x4e9a1000-0x4e9a1fff]
[    0.044636] PM: Registered nosave memory: [mem 0x4e9a2000-0x4e9a2fff]
[    0.044638] PM: Registered nosave memory: [mem 0x4e9cd000-0x4e9cdfff]
[    0.044640] PM: Registered nosave memory: [mem 0x6af85000-0x6afc6fff]
[    0.044643] PM: Registered nosave memory: [mem 0x730f6000-0x76edcfff]
[    0.044643] PM: Registered nosave memory: [mem 0x76edd000-0x76f1cfff]
[    0.044644] PM: Registered nosave memory: [mem 0x76f1d000-0x797fdfff]
[    0.044644] PM: Registered nosave memory: [mem 0x797fe000-0x7a9fdfff]
[    0.044646] PM: Registered nosave memory: [mem 0x7c000000-0x7fffffff]
[    0.044647] PM: Registered nosave memory: [mem 0x80000000-0xdf9fffff]
[    0.044648] PM: Registered nosave memory: [mem 0xdfa00000-0xdfa00fff]
[    0.044648] PM: Registered nosave memory: [mem 0xdfa01000-0xdfa7ffff]
[    0.044649] PM: Registered nosave memory: [mem 0xdfa80000-0xdfafffff]
[    0.044649] PM: Registered nosave memory: [mem 0xdfb00000-0xdfffffff]
[    0.044650] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.044650] PM: Registered nosave memory: [mem 0xf0000000-0xfe9fffff]
[    0.044651] PM: Registered nosave memory: [mem 0xfea00000-0xfeafffff]
[    0.044651] PM: Registered nosave memory: [mem 0xfeb00000-0xfebfffff]
[    0.044652] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.044653] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.044653] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.044654] PM: Registered nosave memory: [mem 0xfed01000-0xfed7ffff]
[    0.044654] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.044655] PM: Registered nosave memory: [mem 0xfed90000-0xfedbffff]
[    0.044655] PM: Registered nosave memory: [mem 0xfedc0000-0xfedc0fff]
[    0.044656] PM: Registered nosave memory: [mem 0xfedc1000-0xfedc1fff]
[    0.044656] PM: Registered nosave memory: [mem 0xfedc2000-0xfedc5fff]
[    0.044657] PM: Registered nosave memory: [mem 0xfedc6000-0xfedc6fff]
[    0.044657] PM: Registered nosave memory: [mem 0xfedc7000-0xfedc7fff]
[    0.044658] PM: Registered nosave memory: [mem 0xfedc8000-0xfedc8fff]
[    0.044659] PM: Registered nosave memory: [mem 0xfedc9000-0xfedcafff]
[    0.044659] PM: Registered nosave memory: [mem 0xfedcb000-0xfeffffff]
[    0.044660] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.044661] [mem 0x80000000-0xdf9fffff] available for PCI devices
[    0.044662] Booting paravirtualized kernel on bare hardware
[    0.044666] clocksource: refined-jiffies: mask: 0xffffffff 
max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.044675] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 
nr_cpu_ids:16 nr_node_ids:1
[    0.045405] percpu: Embedded 55 pages/cpu s188416 r8192 d28672 u262144
[    0.045415] pcpu-alloc: s188416 r8192 d28672 u262144 alloc=1*2097152
[    0.045416] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 
12 13 14 15
[    0.045461] Built 1 zonelists, mobility grouping on.  Total pages: 
1984561
[    0.045462] Policy zone: Normal
[    0.045464] Kernel command line: BOOT_IMAGE=/vmlinuz-5.4.18-151+ 
root=UUID=8c10b5c5-7cef-466c-acaf-a662a005fbad ro quiet splash 
loglevel=0 thunderbolt.dyndbg=+plft 
resume=UUID=0f053111-bb39-491e-a173-f534050f8dfd security=
[    0.046507] Dentry cache hash table entries: 1048576 (order: 11, 
8388608 bytes, linear)
[    0.046982] Inode-cache hash table entries: 524288 (order: 10, 
4194304 bytes, linear)
[    0.047136] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.053851] Calgary: detecting Calgary via BIOS EBDA area
[    0.053853] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.075029] Memory: 7596232K/8064344K available (14339K kernel code, 
2477K rwdata, 7288K rodata, 2748K init, 7504K bss, 468112K reserved, 0K 
cma-reserved)
[    0.075398] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.075426] ftrace: allocating 45179 entries in 177 pages
[    0.092844] rcu: Hierarchical RCU implementation.
[    0.092845] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to 
nr_cpu_ids=16.
[    0.092846] 	Tasks RCU enabled.
[    0.092847] rcu: RCU calculated value of scheduler-enlistment delay 
is 25 jiffies.
[    0.092848] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.095629] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    0.108076] random: crng done (trusting CPU's manufacturer)
[    0.108113] Console: colour dummy device 80x25
[    0.108118] printk: console [tty0] enabled
[    0.108142] ACPI: Core revision 20190816
[    0.108299] clocksource: hpet: mask: 0xffffffff max_cycles: 
0xffffffff, max_idle_ns: 133484873504 ns
[    0.108345] APIC: Switch to symmetric I/O mode setup
[    0.169898] Switched APIC routing to physical flat.
[    0.171138] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.188338] clocksource: tsc-early: mask: 0xffffffffffffffff 
max_cycles: 0x284cede1728, max_idle_ns: 440795340428 ns
[    0.188342] Calibrating delay loop (skipped), value calculated using 
timer frequency.. 5591.69 BogoMIPS (lpj=11183388)
[    0.188344] pid_max: default: 32768 minimum: 301
[    0.192432] LSM: Security Framework initializing
[    0.192436] KYCP: Initializing.
[    0.192438] KYCP: Initialized successfully.
[    0.192515] Mount-cache hash table entries: 16384 (order: 5, 131072 
bytes, linear)
[    0.192531] Mountpoint-cache hash table entries: 16384 (order: 5, 
131072 bytes, linear)
[    0.192863] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.192928] LVT offset 2 assigned for vector 0xf4
[    0.192948] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.192948] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.192952] Spectre V2 : Mitigation: Retpolines
[    0.192953] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling 
RSB on context switch
[    0.192954] Spectre V2 : Enabling Restricted Speculation for firmware 
calls
[    0.192954] RETBleed: Mitigation: untrained return thunk
[    0.192956] Spectre V2 : mitigation: Enabling conditional Indirect 
Branch Prediction Barrier
[    0.192957] Spectre V2 : User space: Mitigation: STIBP always-on 
protection
[    0.192958] Speculative Store Bypass: Mitigation: Speculative Store 
Bypass disabled via prctl and seccomp
[    0.194951] Freeing SMP alternatives memory: 40K
[    0.303276] smpboot: CPU0: Hygon C86-4G (OPN:3450M) (family: 0x18, 
model: 0x10, stepping: 0x0)
[    0.303447] Performance Events: Fam18h core perfctr, HYGON PMU driver.
[    0.303451] ... version:                0
[    0.303452] ... bit width:              48
[    0.303452] ... generic registers:      6
[    0.303453] ... value mask:             0000ffffffffffff
[    0.303453] ... max period:             00007fffffffffff
[    0.303454] ... fixed-purpose events:   0
[    0.303454] ... event mask:             000000000000003f
[    0.303488] rcu: Hierarchical SRCU implementation.
[    0.304031] Driver 'phytium_base_ctrl' was unable to register with 
bus_type 'platform' because the bus was not initialized.
[    0.304080] NMI watchdog: Enabled. Permanently consumes one hw-PMU 
counter.
[    0.304296] smp: Bringing up secondary CPUs ...
[    0.304339] x86: Booting SMP configuration:
[    0.304339] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8
[    0.318641] Spectre V2 : Update user space SMT mitigation: STIBP 
always-on
[    0.320441]   #9 #10 #11 #12 #13 #14 #15
[    0.336360] smp: Brought up 1 node, 16 CPUs
[    0.336361] smpboot: Max logical packages: 1
[    0.336362] smpboot: Total of 16 processors activated (89467.10 BogoMIPS)
[    0.338537] devtmpfs: initialized
[    0.338537] x86/mm: Memory block size: 128MB
[    0.338537] PM: Registering ACPI NVS region [mem 
0x76f1d000-0x797fdfff] (42864640 bytes)
[    0.340578] clocksource: jiffies: mask: 0xffffffff max_cycles: 
0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.340578] futex hash table entries: 4096 (order: 6, 262144 bytes, 
linear)
[    0.343822] pinctrl core: initialized pinctrl subsystem
[    0.343932] PM: RTC time: 08:23:07, date: 2025-01-02
[    0.344380] NET: Registered protocol family 16
[    0.344488] audit: initializing netlink subsys (disabled)
[    0.344493] audit: type=2000 audit(1735806187.180:1): 
state=initialized audit_enabled=0 res=1
[    0.344493] EISA bus registered
[    0.344493] cpuidle: using governor ladder
[    0.344493] cpuidle: using governor menu
[    0.344504] ACPI: bus type PCI registered
[    0.344504] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.344504] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 
0xe0000000-0xefffffff] (base 0xe0000000)
[    0.344510] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.344520] PCI: Using configuration type 1 for base access
[    0.346647] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.346647] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.348451] ACPI: Added _OSI(Module Device)
[    0.348452] ACPI: Added _OSI(Processor Device)
[    0.348453] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.348453] ACPI: Added _OSI(Processor Aggregator Device)
[    0.348454] ACPI: Added _OSI(Linux-Dell-Video)
[    0.348455] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.348455] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.356707] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.420756] ACPI: EC: EC started
[    0.420757] ACPI: EC: interrupt blocked
[    0.420799] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.420800] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle 
transactions
[    0.420801] ACPI: Interpreter enabled
[    0.420824] ACPI: (supports S0 S3 S4 S5)
[    0.420824] ACPI: Using IOAPIC for interrupt routing
[    0.421194] PCI: Using host bridge windows from ACPI; if necessary, 
use "pci=nocrs" and report a bug
[    0.421477] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.422024] ACPI: Power Resource [P0A0] (on)
[    0.422061] ACPI: Power Resource [P3A0] (off)
[    0.422223] ACPI: Power Resource [P0U0] (on)
[    0.422244] ACPI: Power Resource [P3U0] (off)
[    0.422269] ACPI: Power Resource [P0D0] (on)
[    0.422294] ACPI: Power Resource [P3D0] (off)
[    0.422314] ACPI: Power Resource [P0D1] (on)
[    0.422338] ACPI: Power Resource [P3D1] (off)
[    0.422365] ACPI: Power Resource [P0D2] (on)
[    0.422386] ACPI: Power Resource [P3D2] (off)
[    0.422410] ACPI: Power Resource [P0D3] (on)
[    0.422431] ACPI: Power Resource [P3D3] (off)
[    0.422456] ACPI: Power Resource [P0XH] (on)
[    0.422480] ACPI: Power Resource [P3XH] (off)
[    0.422501] ACPI: Power Resource [P0HI] (on)
[    0.422525] ACPI: Power Resource [P3HI] (off)
[    0.424968] ACPI: Power Resource [P0SA] (on)
[    0.424993] ACPI: Power Resource [P3SA] (on)
[    0.430167] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.430172] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM 
ClockPM Segments MSI HPX-Type3]
[    0.430396] acpi PNP0A08:00: _OSC: platform does not support 
[SHPCHotplug AER LTR]
[    0.430609] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME 
PCIeCapability]
[    0.430822] acpi PNP0A08:00: host bridge window expanded to [io 
0x03b0-0x03df window]; [io  0x03b0-0x03df window] ignored
[    0.430979] PCI host bridge to bus 0000:00
[    0.430980] pci_bus 0000:00: root bus resource [io  0x0000-0x02e7 window]
[    0.430981] pci_bus 0000:00: root bus resource [io  0x0300-0x03af window]
[    0.430982] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.430982] pci_bus 0000:00: root bus resource [io  0x0400-0x0cf7 window]
[    0.430983] pci_bus 0000:00: root bus resource [io  0x3000-0xffff window]
[    0.430984] pci_bus 0000:00: root bus resource [mem 
0x000a0000-0x000bffff window]
[    0.430985] pci_bus 0000:00: root bus resource [mem 
0x000c0000-0x000dffff window]
[    0.430986] pci_bus 0000:00: root bus resource [mem 
0xa8000000-0xb69fffff window]
[    0.430987] pci_bus 0000:00: root bus resource [mem 
0x33380000000-0x333dfffffff window]
[    0.430988] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.431041] pci 0000:00:00.0: [1d94:14c0] type 00 class 0x060000
[    0.431191] pci 0000:00:00.2: [1d94:149e] type 00 class 0x080600
[    0.431376] pci 0000:00:01.0: [1d94:14c2] type 00 class 0x060000
[    0.431537] pci 0000:00:01.1: [1d94:14c3] type 01 class 0x060400
[    0.431680] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.431840] pci 0000:00:01.2: [1d94:14c3] type 01 class 0x060400
[    0.431981] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.432128] pci 0000:00:01.3: [1d94:14c3] type 01 class 0x060400
[    0.432268] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.432424] pci 0000:00:01.5: [1d94:14c3] type 01 class 0x060400
[    0.432564] pci 0000:00:01.5: PME# supported from D0 D3hot D3cold
[    0.432712] pci 0000:00:01.6: [1d94:14c3] type 01 class 0x060400
[    0.432851] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
[    0.432979] pci 0000:00:02.0: [1d94:14c2] type 00 class 0x060000
[    0.433129] pci 0000:00:03.0: [1d94:14c2] type 00 class 0x060000
[    0.433283] pci 0000:00:07.0: [1d94:14c2] type 00 class 0x060000
[    0.433444] pci 0000:00:07.1: [1d94:14c4] type 01 class 0x060400
[    0.433509] pci 0000:00:07.1: enabling Extended Tags
[    0.433581] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.433719] pci 0000:00:08.0: [1d94:14c2] type 00 class 0x060000
[    0.433878] pci 0000:00:08.1: [1d94:14c4] type 01 class 0x060400
[    0.433944] pci 0000:00:08.1: enabling Extended Tags
[    0.434017] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.434165] pci 0000:00:0b.0: [1d94:790b] type 00 class 0x0c0500
[    0.434573] pci 0000:00:0b.3: [1d94:790e] type 00 class 0x060100
[    0.434982] pci 0000:00:18.0: [1d94:14d0] type 00 class 0x060000
[    0.435059] pci 0000:00:18.1: [1d94:14d1] type 00 class 0x060000
[    0.435133] pci 0000:00:18.2: [1d94:14d2] type 00 class 0x060000
[    0.435206] pci 0000:00:18.3: [1d94:14d3] type 00 class 0x060000
[    0.435279] pci 0000:00:18.4: [1d94:14d4] type 00 class 0x060000
[    0.435356] pci 0000:00:18.5: [1d94:14d5] type 00 class 0x060000
[    0.435428] pci 0000:00:18.6: [1d94:14d6] type 00 class 0x060000
[    0.435502] pci 0000:00:18.7: [1d94:14d7] type 00 class 0x060000
[    0.435675] pci 0000:01:00.0: [1b21:2421] type 01 class 0x060400
[    0.435869] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.436051] pci 0000:00:01.1: PCI bridge to [bus 01-44]
[    0.436056] pci 0000:00:01.1:   bridge window [io  0x3000-0xcfff]
[    0.436060] pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xb3ffffff]
[    0.436065] pci 0000:00:01.1:   bridge window [mem 
0x33380000000-0x333bfffffff 64bit pref]
[    0.436185] pci 0000:02:00.0: [1b21:2423] type 01 class 0x060400
[    0.436396] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.436553] pci 0000:02:01.0: [1b21:2423] type 01 class 0x060400
[    0.436758] pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
[    0.436918] pci 0000:02:02.0: [1b21:2423] type 01 class 0x060400
[    0.437085] pci 0000:02:02.0: PME# supported from D0 D3hot D3cold
[    0.437219] pci 0000:02:03.0: [1b21:2423] type 01 class 0x060400
[    0.437386] pci 0000:02:03.0: PME# supported from D0 D3hot D3cold
[    0.437535] pci 0000:01:00.0: PCI bridge to [bus 02-2c]
[    0.437542] pci 0000:01:00.0:   bridge window [io  0x3000-0xcfff]
[    0.437546] pci 0000:01:00.0:   bridge window [mem 0xb0000000-0xb27fffff]
[    0.437553] pci 0000:01:00.0:   bridge window [mem 
0x33380000000-0x333bfffffff 64bit pref]
[    0.437606] pci 0000:02:00.0: PCI bridge to [bus 03-16]
[    0.437613] pci 0000:02:00.0:   bridge window [io  0x7000-0xafff]
[    0.437617] pci 0000:02:00.0:   bridge window [mem 0xb1000000-0xb1ffffff]
[    0.437624] pci 0000:02:00.0:   bridge window [mem 
0x333a0000000-0x333bfffffff 64bit pref]
[    0.437715] pci 0000:17:00.0: [8086:15ef] type 01 class 0x060400
[    0.438096] pci 0000:17:00.0: supports D1 D2
[    0.438097] pci 0000:17:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.438224] pci 0000:17:00.0: 2.000 Gb/s available PCIe bandwidth, 
limited by 2.5 GT/s PCIe x1 link at 0000:02:01.0 (capable of 31.504 Gb/s 
with 8.0 GT/s PCIe x4 link)
[    0.438348] pci 0000:02:01.0: PCI bridge to [bus 17-2a]
[    0.438351] pci 0000:02:01.0:   bridge window [io  0x3000-0x6fff]
[    0.438354] pci 0000:02:01.0:   bridge window [mem 0xb0000000-0xb0ffffff]
[    0.438357] pci 0000:02:01.0:   bridge window [mem 
0x33380000000-0x3339fffffff 64bit pref]
[    0.438450] pci 0000:18:02.0: [8086:15ef] type 01 class 0x060400
[    0.438727] pci 0000:18:02.0: supports D1 D2
[    0.438728] pci 0000:18:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.438905] pci 0000:18:04.0: [8086:15ef] type 01 class 0x060400
[    0.439184] pci 0000:18:04.0: supports D1 D2
[    0.439184] pci 0000:18:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.439397] pci 0000:17:00.0: PCI bridge to [bus 18-1a]
[    0.439411] pci 0000:17:00.0:   bridge window [mem 0xb0000000-0xb00fffff]
[    0.439518] pci 0000:19:00.0: [8086:15f0] type 00 class 0x0c0330
[    0.439575] pci 0000:19:00.0: reg 0x10: [mem 0xb0000000-0xb000ffff]
[    0.439872] pci 0000:19:00.0: supports D1 D2
[    0.439872] pci 0000:19:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.440003] pci 0000:19:00.0: 2.000 Gb/s available PCIe bandwidth, 
limited by 2.5 GT/s PCIe x1 link at 0000:02:01.0 (capable of 31.504 Gb/s 
with 8.0 GT/s PCIe x4 link)
[    0.440158] pci 0000:18:02.0: PCI bridge to [bus 19]
[    0.440172] pci 0000:18:02.0:   bridge window [mem 0xb0000000-0xb00fffff]
[    0.440250] pci 0000:18:04.0: PCI bridge to [bus 1a]
[    0.440357] pci 0000:2b:00.0: [1b21:2426] type 00 class 0x0c0330
[    0.440375] pci 0000:2b:00.0: reg 0x10: [mem 0xb2400000-0xb2407fff 64bit]
[    0.440445] pci 0000:2b:00.0: PME# supported from D0 D3hot D3cold
[    0.440527] pci 0000:02:02.0: PCI bridge to [bus 2b]
[    0.440530] pci 0000:02:02.0:   bridge window [io  0xc000-0xcfff]
[    0.440532] pci 0000:02:02.0:   bridge window [mem 0xb2400000-0xb27fffff]
[    0.440595] pci 0000:2c:00.0: [1b21:2425] type 00 class 0x0c0340
[    0.440612] pci 0000:2c:00.0: reg 0x10: [mem 0xb2000000-0xb203ffff 64bit]
[    0.440621] pci 0000:2c:00.0: reg 0x18: [mem 0xb2040000-0xb204ffff 64bit]
[    0.440681] pci 0000:2c:00.0: PME# supported from D0 D3hot D3cold
[    0.440786] pci 0000:02:03.0: PCI bridge to [bus 2c]
[    0.440788] pci 0000:02:03.0:   bridge window [io  0xb000-0xbfff]
[    0.440791] pci 0000:02:03.0:   bridge window [mem 0xb2000000-0xb23fffff]
[    0.441805] pci 0000:45:00.0: [1ec8:9810] type 00 class 0x030000
[    0.441834] pci 0000:45:00.0: reg 0x10: [mem 0xa8000000-0xabffffff 64bit]
[    0.441845] pci 0000:45:00.0: reg 0x18: [mem 
0x333c0000000-0x333dfffffff 64bit pref]
[    0.441853] pci 0000:45:00.0: reg 0x20: [io  0xf000-0xf0ff]
[    0.441867] pci 0000:45:00.0: reg 0x30: [mem 0xac000000-0xac07ffff pref]
[    0.441881] pci 0000:45:00.0: BAR 2: assigned to efifb
[    0.441932] pci 0000:45:00.0: supports D1
[    0.441933] pci 0000:45:00.0: PME# supported from D0 D1 D3hot
[    0.442046] pci 0000:00:01.2: PCI bridge to [bus 45]
[    0.442049] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.442051] pci 0000:00:01.2:   bridge window [mem 0xa8000000-0xac0fffff]
[    0.442054] pci 0000:00:01.2:   bridge window [mem 
0x333c0000000-0x333dfffffff 64bit pref]
[    0.443022] pci 0000:46:00.0: [1e68:8111] type 00 class 0x010802
[    0.443085] pci 0000:46:00.0: reg 0x10: [mem 0xb4800000-0xb4803fff 64bit]
[    0.444404] pci 0000:00:01.3: PCI bridge to [bus 46]
[    0.444408] pci 0000:00:01.3:   bridge window [mem 0xb4800000-0xb48fffff]
[    0.444457] pci 0000:47:00.0: [10ec:8168] type 00 class 0x020000
[    0.444480] pci 0000:47:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.444501] pci 0000:47:00.0: reg 0x18: [mem 0xb4704000-0xb4704fff 64bit]
[    0.444513] pci 0000:47:00.0: reg 0x20: [mem 0xb4700000-0xb4703fff 64bit]
[    0.444589] pci 0000:47:00.0: supports D1 D2
[    0.444589] pci 0000:47:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.444703] pci 0000:00:01.5: PCI bridge to [bus 47]
[    0.444706] pci 0000:00:01.5:   bridge window [io  0xe000-0xefff]
[    0.444708] pci 0000:00:01.5:   bridge window [mem 0xb4700000-0xb47fffff]
[    0.444759] pci 0000:48:00.0: [10ec:b852] type 00 class 0x028000
[    0.444790] pci 0000:48:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.444819] pci 0000:48:00.0: reg 0x18: [mem 0xb4600000-0xb46fffff 64bit]
[    0.444932] pci 0000:48:00.0: PME# supported from D0 D3hot D3cold
[    0.445058] pci 0000:00:01.6: PCI bridge to [bus 48]
[    0.445060] pci 0000:00:01.6:   bridge window [io  0xd000-0xdfff]
[    0.445062] pci 0000:00:01.6:   bridge window [mem 0xb4600000-0xb46fffff]
[    0.445116] pci 0000:49:00.0: [1d94:14c5] type 00 class 0x130000
[    0.445151] pci 0000:49:00.0: enabling Extended Tags
[    0.445234] pci 0000:49:00.2: [1d94:14c6] type 00 class 0x108000
[    0.445252] pci 0000:49:00.2: reg 0x18: [mem 0xb4400000-0xb44fffff]
[    0.445263] pci 0000:49:00.2: reg 0x24: [mem 0xb4502000-0xb4503fff]
[    0.445270] pci 0000:49:00.2: enabling Extended Tags
[    0.445363] pci 0000:49:00.3: [1d94:14d8] type 00 class 0x108000
[    0.445380] pci 0000:49:00.3: reg 0x18: [mem 0xb4300000-0xb43fffff]
[    0.445392] pci 0000:49:00.3: reg 0x24: [mem 0xb4500000-0xb4501fff]
[    0.445399] pci 0000:49:00.3: enabling Extended Tags
[    0.445504] pci 0000:00:07.1: PCI bridge to [bus 49]
[    0.445507] pci 0000:00:07.1:   bridge window [mem 0xb4300000-0xb45fffff]
[    0.445566] pci 0000:4a:00.0: [1d94:14c5] type 00 class 0x130000
[    0.445601] pci 0000:4a:00.0: enabling Extended Tags
[    0.445689] pci 0000:4a:00.1: [1d94:148c] type 00 class 0x0c0330
[    0.445702] pci 0000:4a:00.1: reg 0x10: [mem 0xb4000000-0xb40fffff 64bit]
[    0.445723] pci 0000:4a:00.1: enabling Extended Tags
[    0.445754] pci 0000:4a:00.1: PME# supported from D0 D3hot D3cold
[    0.445826] pci 0000:4a:00.2: [1d94:148c] type 00 class 0x0c0330
[    0.445839] pci 0000:4a:00.2: reg 0x10: [mem 0xb4100000-0xb41fffff 64bit]
[    0.445860] pci 0000:4a:00.2: enabling Extended Tags
[    0.445891] pci 0000:4a:00.2: PME# supported from D0 D3hot D3cold
[    0.445966] pci 0000:4a:00.6: [1d94:14c9] type 00 class 0x040300
[    0.445977] pci 0000:4a:00.6: reg 0x10: [mem 0xb4200000-0xb4207fff]
[    0.446001] pci 0000:4a:00.6: enabling Extended Tags
[    0.446030] pci 0000:4a:00.6: PME# supported from D0 D3hot D3cold
[    0.446106] pci 0000:00:08.1: PCI bridge to [bus 4a]
[    0.446110] pci 0000:00:08.1:   bridge window [mem 0xb4000000-0xb42fffff]
[    0.446138] pci_bus 0000:00: on NUMA node 0
[    0.447670] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.447729] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.447787] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.447849] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.447907] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.447965] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.448023] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.448081] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.448368] ACPI: EC: interrupt unblocked
[    0.448369] ACPI: EC: event unblocked
[    0.448376] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.448377] ACPI: EC: GPE=0x3
[    0.448378] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle 
transactions and events
[    0.448450] iommu: Default domain type: Translated
[    0.448508] libata version 3.00 loaded.
[    0.448508] SCSI subsystem initialized
[    0.449287] pci 0000:45:00.0: vgaarb: VGA device added: 
decodes=io+mem,owns=none,locks=none
[    0.449289] pci 0000:45:00.0: vgaarb: bridge control possible
[    0.449290] pci 0000:45:00.0: vgaarb: setting as boot device
[    0.449290] vgaarb: loaded
[    0.449305] ACPI: bus type USB registered
[    0.449322] usbcore: registered new interface driver usbfs
[    0.449328] usbcore: registered new interface driver hub
[    0.452342] usbcore: registered new device driver usb
[    0.462162] mc: Linux media interface: v0.10
[    0.462168] videodev: Linux video capture interface: v2.00
[    0.462179] pps_core: LinuxPPS API ver. 1 registered
[    0.462180] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 
Rodolfo Giometti <giometti@linux.it>
[    0.462186] PTP clock support registered
[    0.462212] EDAC MC: Ver: 3.0.0
[    0.464361] Registered efivars operations
[    0.464408] Advanced Linux Sound Architecture Driver Initialized.
[    0.464408] PCI: Using ACPI for IRQ routing
[    0.477609] PCI: pci_cache_line_size set to 64 bytes
[    0.481275] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.481276] e820: reserve RAM buffer [mem 0x05e00000-0x07ffffff]
[    0.481276] e820: reserve RAM buffer [mem 0x4e97c018-0x4fffffff]
[    0.481277] e820: reserve RAM buffer [mem 0x4e9a2018-0x4fffffff]
[    0.481277] e820: reserve RAM buffer [mem 0x6af85000-0x6bffffff]
[    0.481278] e820: reserve RAM buffer [mem 0x730f6000-0x73ffffff]
[    0.481279] e820: reserve RAM buffer [mem 0x277f00000-0x277ffffff]
[    0.484398] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.484400] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.486458] clocksource: Switched to clocksource tsc-early
[    0.497399] VFS: Disk quotas dquot_6.6.0
[    0.497422] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 
bytes)
[    0.497495] Init box entries under sysfs SUCCESS!
[    0.497497] KYSEC: Init kysecfs SUCCESS!
[    0.497527] pnp: PnP ACPI init
[    0.497724] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.498075] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 PNP030b 
(active)
[    0.498435] system 00:02: [io  0x04d0-0x04d1] has been reserved
[    0.498437] system 00:02: [io  0x040b] has been reserved
[    0.498438] system 00:02: [io  0x04d6] has been reserved
[    0.498438] system 00:02: [io  0x0c00-0x0c01] has been reserved
[    0.498439] system 00:02: [io  0x0c14] has been reserved
[    0.498440] system 00:02: [io  0x0c50-0x0c51] has been reserved
[    0.498441] system 00:02: [io  0x0c52] has been reserved
[    0.498442] system 00:02: [io  0x0c6c] has been reserved
[    0.498443] system 00:02: [io  0x0c6f] has been reserved
[    0.498444] system 00:02: [io  0x0cd0-0x0cd1] has been reserved
[    0.498445] system 00:02: [io  0x0cd2-0x0cd3] has been reserved
[    0.498445] system 00:02: [io  0x0cd4-0x0cd5] has been reserved
[    0.498446] system 00:02: [io  0x0cd6-0x0cd7] has been reserved
[    0.498447] system 00:02: [io  0x0cd8-0x0cdf] has been reserved
[    0.498448] system 00:02: [io  0x0800-0x089f] has been reserved
[    0.498449] system 00:02: [io  0x0b00-0x0b0f] has been reserved
[    0.498450] system 00:02: [io  0x0b20-0x0b3f] has been reserved
[    0.498451] system 00:02: [io  0x0900-0x090f] has been reserved
[    0.498452] system 00:02: [io  0x0910-0x091f] has been reserved
[    0.498453] system 00:02: [mem 0xfec00000-0xfec00fff] could not be 
reserved
[    0.498454] system 00:02: [mem 0xfec01000-0xfec01fff] has been reserved
[    0.498455] system 00:02: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.498456] system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.498457] system 00:02: [mem 0xfed80000-0xfed8ffff] could not be 
reserved
[    0.498458] system 00:02: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.498459] system 00:02: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.498460] system 00:02: [mem 0xff000000-0xffffffff] has been reserved
[    0.498464] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.498794] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.499072] pnp: PnP ACPI: found 4 devices
[    0.500264] thermal_sys: Registered thermal governor 'fair_share'
[    0.500265] thermal_sys: Registered thermal governor 'bang_bang'
[    0.500265] thermal_sys: Registered thermal governor 'step_wise'
[    0.500266] thermal_sys: Registered thermal governor 'user_space'
[    0.500266] thermal_sys: Registered thermal governor 'power_allocator'
[    0.504789] clocksource: acpi_pm: mask: 0xffffff max_cycles: 
0xffffff, max_idle_ns: 2085701024 ns
[    0.504826] pci 0000:18:04.0: bridge window [io  0x1000-0x0fff] to 
[bus 1a] add_size 1000
[    0.504827] pci 0000:18:04.0: bridge window [mem 
0x00100000-0x000fffff 64bit pref] to [bus 1a] add_size 200000 add_align 
100000
[    0.504828] pci 0000:18:04.0: bridge window [mem 
0x00100000-0x000fffff] to [bus 1a] add_size 200000 add_align 100000
[    0.504830] pci 0000:17:00.0: bridge window [io  0x1000-0x0fff] to 
[bus 18-1a] add_size 1000
[    0.504832] pci 0000:17:00.0: bridge window [mem 
0x00100000-0x001fffff 64bit pref] to [bus 18-1a] add_size 200000 
add_align 100000
[    0.504838] pci 0000:02:00.0: PCI bridge to [bus 03-16]
[    0.504841] pci 0000:02:00.0:   bridge window [io  0x7000-0xafff]
[    0.504845] pci 0000:02:00.0:   bridge window [mem 0xb1000000-0xb1ffffff]
[    0.504847] pci 0000:02:00.0:   bridge window [mem 
0x333a0000000-0x333bfffffff 64bit pref]
[    0.504853] pci 0000:17:00.0: BAR 15: assigned [mem 
0x33380000000-0x333802fffff 64bit pref]
[    0.504855] pci 0000:17:00.0: BAR 13: assigned [io  0x3000-0x3fff]
[    0.504857] pci 0000:18:04.0: BAR 14: no space for [mem size 0x00200000]
[    0.504858] pci 0000:18:04.0: BAR 14: failed to assign [mem size 
0x00200000]
[    0.504859] pci 0000:18:04.0: BAR 15: assigned [mem 
0x33380000000-0x333801fffff 64bit pref]
[    0.504860] pci 0000:18:04.0: BAR 13: assigned [io  0x3000-0x3fff]
[    0.504862] pci 0000:18:04.0: BAR 14: no space for [mem size 0x00200000]
[    0.504862] pci 0000:18:04.0: BAR 14: failed to assign [mem size 
0x00200000]
[    0.504863] pci 0000:18:02.0: PCI bridge to [bus 19]
[    0.504871] pci 0000:18:02.0:   bridge window [mem 0xb0000000-0xb00fffff]
[    0.504885] pci 0000:18:04.0: PCI bridge to [bus 1a]
[    0.504888] pci 0000:18:04.0:   bridge window [io  0x3000-0x3fff]
[    0.504899] pci 0000:18:04.0:   bridge window [mem 
0x33380000000-0x333801fffff 64bit pref]
[    0.504909] pci 0000:17:00.0: PCI bridge to [bus 18-1a]
[    0.504912] pci 0000:17:00.0:   bridge window [io  0x3000-0x3fff]
[    0.504919] pci 0000:17:00.0:   bridge window [mem 0xb0000000-0xb00fffff]
[    0.504924] pci 0000:17:00.0:   bridge window [mem 
0x33380000000-0x333802fffff 64bit pref]
[    0.504933] pci 0000:02:01.0: PCI bridge to [bus 17-2a]
[    0.504935] pci 0000:02:01.0:   bridge window [io  0x3000-0x6fff]
[    0.504938] pci 0000:02:01.0:   bridge window [mem 0xb0000000-0xb0ffffff]
[    0.504940] pci 0000:02:01.0:   bridge window [mem 
0x33380000000-0x3339fffffff 64bit pref]
[    0.504945] pci 0000:02:02.0: PCI bridge to [bus 2b]
[    0.504946] pci 0000:02:02.0:   bridge window [io  0xc000-0xcfff]
[    0.504949] pci 0000:02:02.0:   bridge window [mem 0xb2400000-0xb27fffff]
[    0.504954] pci 0000:02:03.0: PCI bridge to [bus 2c]
[    0.504956] pci 0000:02:03.0:   bridge window [io  0xb000-0xbfff]
[    0.504959] pci 0000:02:03.0:   bridge window [mem 0xb2000000-0xb23fffff]
[    0.504964] pci 0000:01:00.0: PCI bridge to [bus 02-2c]
[    0.504966] pci 0000:01:00.0:   bridge window [io  0x3000-0xcfff]
[    0.504969] pci 0000:01:00.0:   bridge window [mem 0xb0000000-0xb27fffff]
[    0.504971] pci 0000:01:00.0:   bridge window [mem 
0x33380000000-0x333bfffffff 64bit pref]
[    0.504975] pci 0000:00:01.1: PCI bridge to [bus 01-44]
[    0.504976] pci 0000:00:01.1:   bridge window [io  0x3000-0xcfff]
[    0.504979] pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xb3ffffff]
[    0.504980] pci 0000:00:01.1:   bridge window [mem 
0x33380000000-0x333bfffffff 64bit pref]
[    0.504983] pci 0000:00:01.2: PCI bridge to [bus 45]
[    0.504985] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.504987] pci 0000:00:01.2:   bridge window [mem 0xa8000000-0xac0fffff]
[    0.504989] pci 0000:00:01.2:   bridge window [mem 
0x333c0000000-0x333dfffffff 64bit pref]
[    0.504992] pci 0000:00:01.3: PCI bridge to [bus 46]
[    0.504994] pci 0000:00:01.3:   bridge window [mem 0xb4800000-0xb48fffff]
[    0.504998] pci 0000:00:01.5: PCI bridge to [bus 47]
[    0.504999] pci 0000:00:01.5:   bridge window [io  0xe000-0xefff]
[    0.505001] pci 0000:00:01.5:   bridge window [mem 0xb4700000-0xb47fffff]
[    0.505005] pci 0000:00:01.6: PCI bridge to [bus 48]
[    0.505006] pci 0000:00:01.6:   bridge window [io  0xd000-0xdfff]
[    0.505009] pci 0000:00:01.6:   bridge window [mem 0xb4600000-0xb46fffff]
[    0.505013] pci 0000:00:07.1: PCI bridge to [bus 49]
[    0.505015] pci 0000:00:07.1:   bridge window [mem 0xb4300000-0xb45fffff]
[    0.505019] pci 0000:00:08.1: PCI bridge to [bus 4a]
[    0.505021] pci 0000:00:08.1:   bridge window [mem 0xb4000000-0xb42fffff]
[    0.505026] pci_bus 0000:00: resource 4 [io  0x0000-0x02e7 window]
[    0.505027] pci_bus 0000:00: resource 5 [io  0x0300-0x03af window]
[    0.505028] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.505029] pci_bus 0000:00: resource 7 [io  0x0400-0x0cf7 window]
[    0.505030] pci_bus 0000:00: resource 8 [io  0x3000-0xffff window]
[    0.505031] pci_bus 0000:00: resource 9 [mem 0x000a0000-0x000bffff 
window]
[    0.505033] pci_bus 0000:00: resource 10 [mem 0x000c0000-0x000dffff 
window]
[    0.505034] pci_bus 0000:00: resource 11 [mem 0xa8000000-0xb69fffff 
window]
[    0.505035] pci_bus 0000:00: resource 12 [mem 
0x33380000000-0x333dfffffff window]
[    0.505036] pci_bus 0000:01: resource 0 [io  0x3000-0xcfff]
[    0.505036] pci_bus 0000:01: resource 1 [mem 0xb0000000-0xb3ffffff]
[    0.505037] pci_bus 0000:01: resource 2 [mem 
0x33380000000-0x333bfffffff 64bit pref]
[    0.505038] pci_bus 0000:02: resource 0 [io  0x3000-0xcfff]
[    0.505039] pci_bus 0000:02: resource 1 [mem 0xb0000000-0xb27fffff]
[    0.505040] pci_bus 0000:02: resource 2 [mem 
0x33380000000-0x333bfffffff 64bit pref]
[    0.505041] pci_bus 0000:03: resource 0 [io  0x7000-0xafff]
[    0.505042] pci_bus 0000:03: resource 1 [mem 0xb1000000-0xb1ffffff]
[    0.505042] pci_bus 0000:03: resource 2 [mem 
0x333a0000000-0x333bfffffff 64bit pref]
[    0.505043] pci_bus 0000:17: resource 0 [io  0x3000-0x6fff]
[    0.505044] pci_bus 0000:17: resource 1 [mem 0xb0000000-0xb0ffffff]
[    0.505045] pci_bus 0000:17: resource 2 [mem 
0x33380000000-0x3339fffffff 64bit pref]
[    0.505046] pci_bus 0000:18: resource 0 [io  0x3000-0x3fff]
[    0.505046] pci_bus 0000:18: resource 1 [mem 0xb0000000-0xb00fffff]
[    0.505047] pci_bus 0000:18: resource 2 [mem 
0x33380000000-0x333802fffff 64bit pref]
[    0.505048] pci_bus 0000:19: resource 1 [mem 0xb0000000-0xb00fffff]
[    0.505049] pci_bus 0000:1a: resource 0 [io  0x3000-0x3fff]
[    0.505050] pci_bus 0000:1a: resource 2 [mem 
0x33380000000-0x333801fffff 64bit pref]
[    0.505050] pci_bus 0000:2b: resource 0 [io  0xc000-0xcfff]
[    0.505051] pci_bus 0000:2b: resource 1 [mem 0xb2400000-0xb27fffff]
[    0.505052] pci_bus 0000:2c: resource 0 [io  0xb000-0xbfff]
[    0.505053] pci_bus 0000:2c: resource 1 [mem 0xb2000000-0xb23fffff]
[    0.505054] pci_bus 0000:45: resource 0 [io  0xf000-0xffff]
[    0.505054] pci_bus 0000:45: resource 1 [mem 0xa8000000-0xac0fffff]
[    0.505055] pci_bus 0000:45: resource 2 [mem 
0x333c0000000-0x333dfffffff 64bit pref]
[    0.505056] pci_bus 0000:46: resource 1 [mem 0xb4800000-0xb48fffff]
[    0.505057] pci_bus 0000:47: resource 0 [io  0xe000-0xefff]
[    0.505058] pci_bus 0000:47: resource 1 [mem 0xb4700000-0xb47fffff]
[    0.505059] pci_bus 0000:48: resource 0 [io  0xd000-0xdfff]
[    0.505059] pci_bus 0000:48: resource 1 [mem 0xb4600000-0xb46fffff]
[    0.505060] pci_bus 0000:49: resource 1 [mem 0xb4300000-0xb45fffff]
[    0.505061] pci_bus 0000:4a: resource 1 [mem 0xb4000000-0xb42fffff]
[    0.505160] NET: Registered protocol family 2
[    0.505277] IP idents hash table entries: 131072 (order: 8, 1048576 
bytes, linear)
[    0.506045] tcp_listen_portaddr_hash hash table entries: 4096 (order: 
4, 65536 bytes, linear)
[    0.506057] TCP established hash table entries: 65536 (order: 7, 
524288 bytes, linear)
[    0.506132] TCP bind hash table entries: 65536 (order: 8, 1048576 
bytes, linear)
[    0.506258] TCP: Hash tables configured (established 65536 bind 65536)
[    0.506291] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.506311] UDP-Lite hash table entries: 4096 (order: 5, 131072 
bytes, linear)
[    0.506379] NET: Registered protocol family 1
[    0.506383] NET: Registered protocol family 44
[    0.508835] PCI: CLS 64 bytes, default 64
[    0.508865] Trying to unpack rootfs image as initramfs...
[    0.659768] Freeing initrd memory: 71884K
[    0.659836] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters 
supported
[    0.660195] pci 0000:00:01.0: Adding to iommu group 0
[    0.660339] pci 0000:00:01.1: Adding to iommu group 1
[    0.660482] pci 0000:00:01.2: Adding to iommu group 2
[    0.660631] pci 0000:00:01.3: Adding to iommu group 3
[    0.660769] pci 0000:00:01.5: Adding to iommu group 4
[    0.660913] pci 0000:00:01.6: Adding to iommu group 5
[    0.661044] pci 0000:00:02.0: Adding to iommu group 6
[    0.661185] pci 0000:00:03.0: Adding to iommu group 7
[    0.661322] pci 0000:00:07.0: Adding to iommu group 8
[    0.661473] pci 0000:00:07.1: Adding to iommu group 9
[    0.661620] pci 0000:00:08.0: Adding to iommu group 10
[    0.661765] pci 0000:00:08.1: Adding to iommu group 11
[    0.661898] pci 0000:00:0b.0: Adding to iommu group 12
[    0.661922] pci 0000:00:0b.3: Adding to iommu group 12
[    0.662089] pci 0000:00:18.0: Adding to iommu group 13
[    0.662112] pci 0000:00:18.1: Adding to iommu group 13
[    0.662135] pci 0000:00:18.2: Adding to iommu group 13
[    0.662157] pci 0000:00:18.3: Adding to iommu group 13
[    0.662179] pci 0000:00:18.4: Adding to iommu group 13
[    0.662201] pci 0000:00:18.5: Adding to iommu group 13
[    0.662224] pci 0000:00:18.6: Adding to iommu group 13
[    0.662246] pci 0000:00:18.7: Adding to iommu group 13
[    0.662390] pci 0000:01:00.0: Adding to iommu group 14
[    0.662537] pci 0000:02:00.0: Adding to iommu group 15
[    0.662674] pci 0000:02:01.0: Adding to iommu group 16
[    0.662822] pci 0000:02:02.0: Adding to iommu group 17
[    0.662954] pci 0000:02:03.0: Adding to iommu group 18
[    0.663010] pci 0000:17:00.0: Adding to iommu group 16
[    0.663061] pci 0000:18:02.0: Adding to iommu group 16
[    0.663111] pci 0000:18:04.0: Adding to iommu group 16
[    0.663195] pci 0000:19:00.0: Adding to iommu group 16
[    0.663221] pci 0000:2b:00.0: Adding to iommu group 17
[    0.663252] pci 0000:2c:00.0: Adding to iommu group 18
[    0.664346] pci 0000:45:00.0: Adding to iommu group 19
[    0.665408] pci 0000:46:00.0: Adding to iommu group 20
[    0.665565] pci 0000:47:00.0: Adding to iommu group 21
[    0.665707] pci 0000:48:00.0: Adding to iommu group 22
[    0.665857] pci 0000:49:00.0: Adding to iommu group 23
[    0.666021] pci 0000:49:00.2: Adding to iommu group 24
[    0.666163] pci 0000:49:00.3: Adding to iommu group 25
[    0.666328] pci 0000:4a:00.0: Adding to iommu group 26
[    0.666470] pci 0000:4a:00.1: Adding to iommu group 27
[    0.666624] pci 0000:4a:00.2: Adding to iommu group 28
[    0.666769] pci 0000:4a:00.6: Adding to iommu group 29
[    0.667022] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.667023] pci 0000:00:00.2: AMD-Vi: Extended features 
(0x41f73ef22294ade):
[    0.667023]  PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.667026] AMD-Vi: Interrupt remapping enabled
[    0.667026] AMD-Vi: Virtual APIC enabled
[    0.667026] AMD-Vi: X2APIC enabled
[    0.667176] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.668315] amd_uncore: HYGON NB counters detected
[    0.668317] amd_uncore: HYGON LLC counters detected
[    0.668529] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 
counters/bank).
[    0.668585] check: Scanning for low memory corruption every 60 seconds
[    0.669082] Initialise system trusted keyrings
[    0.669106] Key type blacklist registered
[    0.669146] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    0.670534] zbud: loaded
[    0.671023] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.671184] fuse: init (API version 7.31)
[    0.676372] Key type asymmetric registered
[    0.676374] Asymmetric key parser 'x509' registered
[    0.676380] Block layer SCSI generic (bsg) driver version 0.4 loaded 
(major 243)
[    0.676443] io scheduler mq-deadline registered
[    0.676491] io scheduler bfq registered
[    0.677462] gpio gpiochip1: (HYGO0030:01): detected irqchip that is 
shared with multiple gpiochips: please fix the driver.
[    0.677636] pcieport 0000:00:01.1: PME: Signaling with IRQ 30
[    0.677803] pcieport 0000:00:01.2: PME: Signaling with IRQ 31
[    0.677974] pcieport 0000:00:01.3: PME: Signaling with IRQ 32
[    0.678145] pcieport 0000:00:01.5: PME: Signaling with IRQ 33
[    0.678303] pcieport 0000:00:01.6: PME: Signaling with IRQ 34
[    0.678549] pcieport 0000:00:07.1: PME: Signaling with IRQ 36
[    0.678712] pcieport 0000:00:08.1: PME: Signaling with IRQ 37
[    0.679032] pcieport 0000:02:00.0: pciehp: Slot #0 AttnBtn- PwrCtrl- 
MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    0.679291] pcieport 0000:02:01.0: pciehp: Slot #0 AttnBtn- PwrCtrl- 
MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    0.680438] pcieport 0000:18:04.0: pciehp: Slot #4 AttnBtn- PwrCtrl- 
MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    0.680708] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.680762] efifb: probing for efifb
[    0.680777] efifb: framebuffer at 0x333c0000000, using 3072k, total 3072k
[    0.680778] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.680778] efifb: scrolling: redraw
[    0.680779] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.680859] Console: switching to colour frame buffer device 128x48
[    0.683348] fb0: EFI VGA frame buffer device
[    0.683799] ACPI: AC Adapter [ADP1] (on-line)
[    0.683848] input: Lid Switch as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:39/PNP0C09:00/PNP0C0D:00/input/input0
[    0.683862] ACPI: Lid Switch [LID0]
[    0.683887] input: Power Button as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.683901] ACPI: Power Button [PWRB]
[    0.683925] input: Power Button as 
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.683954] ACPI: Power Button [PWRF]
[    0.684830] battery: ACPI: Battery Slot [BAT1] (battery absent)
[    0.684920] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.707343] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) 
is a 16550A
[    0.708555] Linux agpgart interface v0.103
[    0.711361] loop: module loaded
[    0.711538] libphy: Fixed MDIO Bus: probed
[    0.711539] tun: Universal TUN/TAP device driver, 1.6
[    0.711563] PPP generic driver version 2.4.2
[    0.711607] VFIO - User Level meta-driver version: 0.3
[    0.711653] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.711656] ehci-pci: EHCI PCI platform driver
[    0.711664] ehci-platform: EHCI generic platform driver
[    0.711670] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.711671] ohci-pci: OHCI PCI platform driver
[    0.711677] ohci-platform: OHCI generic platform driver
[    0.711682] uhci_hcd: USB Universal Host Controller Interface driver
[    0.711781] xhci_hcd 0000:19:00.0: xHCI Host Controller
[    0.711787] xhci_hcd 0000:19:00.0: new USB bus registered, assigned 
bus number 1
[    0.712983] xhci_hcd 0000:19:00.0: hcc params 0x200077c1 hci version 
0x110 quirks 0x0000000200009810
[    0.713369] xhci_hcd 0000:19:00.0: xHCI Host Controller
[    0.713371] xhci_hcd 0000:19:00.0: new USB bus registered, assigned 
bus number 2
[    0.713373] xhci_hcd 0000:19:00.0: Host supports USB 3.1 Enhanced 
SuperSpeed
[    0.713419] usb usb1: New USB device found, idVendor=1d6b, 
idProduct=0002, bcdDevice= 5.04
[    0.713420] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    0.713421] usb usb1: Product: xHCI Host Controller
[    0.713422] usb usb1: Manufacturer: Linux 5.4.18-151+ xhci-hcd
[    0.713422] usb usb1: SerialNumber: 0000:19:00.0
[    0.713499] hub 1-0:1.0: USB hub found
[    0.713509] hub 1-0:1.0: 2 ports detected
[    0.713633] usb usb2: New USB device found, idVendor=1d6b, 
idProduct=0003, bcdDevice= 5.04
[    0.713635] usb usb2: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    0.713635] usb usb2: Product: xHCI Host Controller
[    0.713636] usb usb2: Manufacturer: Linux 5.4.18-151+ xhci-hcd
[    0.713637] usb usb2: SerialNumber: 0000:19:00.0
[    0.713698] hub 2-0:1.0: USB hub found
[    0.713712] hub 2-0:1.0: 2 ports detected
[    0.713845] xhci_hcd 0000:2b:00.0: xHCI Host Controller
[    0.713852] xhci_hcd 0000:2b:00.0: new USB bus registered, assigned 
bus number 3
[    0.716463] xhci_hcd 0000:2b:00.0: hcc params 0x0200ef81 hci version 
0x120 quirks 0x0000000240000010
[    0.716752] xhci_hcd 0000:2b:00.0: xHCI Host Controller
[    0.716753] xhci_hcd 0000:2b:00.0: new USB bus registered, assigned 
bus number 4
[    0.716755] xhci_hcd 0000:2b:00.0: Host supports USB 3.2 Enhanced 
SuperSpeed
[    0.716788] usb usb3: New USB device found, idVendor=1d6b, 
idProduct=0002, bcdDevice= 5.04
[    0.716789] usb usb3: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    0.716790] usb usb3: Product: xHCI Host Controller
[    0.716790] usb usb3: Manufacturer: Linux 5.4.18-151+ xhci-hcd
[    0.716791] usb usb3: SerialNumber: 0000:2b:00.0
[    0.716861] hub 3-0:1.0: USB hub found
[    0.716866] hub 3-0:1.0: 2 ports detected
[    0.717500] usb usb4: We don't know the algorithms for LPM for this 
host, disabling LPM.
[    0.717516] usb usb4: New USB device found, idVendor=1d6b, 
idProduct=0003, bcdDevice= 5.04
[    0.717520] usb usb4: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    0.717521] usb usb4: Product: xHCI Host Controller
[    0.717522] usb usb4: Manufacturer: Linux 5.4.18-151+ xhci-hcd
[    0.717522] usb usb4: SerialNumber: 0000:2b:00.0
[    0.717583] hub 4-0:1.0: USB hub found
[    0.717588] hub 4-0:1.0: 2 ports detected
[    0.718258] xhci_hcd 0000:4a:00.1: xHCI Host Controller
[    0.718262] xhci_hcd 0000:4a:00.1: new USB bus registered, assigned 
bus number 5
[    0.718391] xhci_hcd 0000:4a:00.1: hcc params 0x0130ffc5 hci version 
0x110 quirks 0x0000000000000010
[    0.718661] xhci_hcd 0000:4a:00.1: xHCI Host Controller
[    0.718663] xhci_hcd 0000:4a:00.1: new USB bus registered, assigned 
bus number 6
[    0.718664] xhci_hcd 0000:4a:00.1: Host supports USB 3.1 Enhanced 
SuperSpeed
[    0.718688] usb usb5: New USB device found, idVendor=1d6b, 
idProduct=0002, bcdDevice= 5.04
[    0.718689] usb usb5: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    0.718689] usb usb5: Product: xHCI Host Controller
[    0.718690] usb usb5: Manufacturer: Linux 5.4.18-151+ xhci-hcd
[    0.718691] usb usb5: SerialNumber: 0000:4a:00.1
[    0.718745] hub 5-0:1.0: USB hub found
[    0.718751] hub 5-0:1.0: 6 ports detected
[    0.718856] usb usb6: We don't know the algorithms for LPM for this 
host, disabling LPM.
[    0.718871] usb usb6: New USB device found, idVendor=1d6b, 
idProduct=0003, bcdDevice= 5.04
[    0.718872] usb usb6: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    0.718873] usb usb6: Product: xHCI Host Controller
[    0.718873] usb usb6: Manufacturer: Linux 5.4.18-151+ xhci-hcd
[    0.718874] usb usb6: SerialNumber: 0000:4a:00.1
[    0.718935] hub 6-0:1.0: USB hub found
[    0.718943] hub 6-0:1.0: 4 ports detected
[    0.719075] xhci_hcd 0000:4a:00.2: xHCI Host Controller
[    0.719078] xhci_hcd 0000:4a:00.2: new USB bus registered, assigned 
bus number 7
[    0.719210] xhci_hcd 0000:4a:00.2: hcc params 0x0130ffc5 hci version 
0x110 quirks 0x0000000000000010
[    0.719486] xhci_hcd 0000:4a:00.2: xHCI Host Controller
[    0.719488] xhci_hcd 0000:4a:00.2: new USB bus registered, assigned 
bus number 8
[    0.719490] xhci_hcd 0000:4a:00.2: Host supports USB 3.0 SuperSpeed
[    0.719513] usb usb7: New USB device found, idVendor=1d6b, 
idProduct=0002, bcdDevice= 5.04
[    0.719514] usb usb7: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    0.719514] usb usb7: Product: xHCI Host Controller
[    0.719515] usb usb7: Manufacturer: Linux 5.4.18-151+ xhci-hcd
[    0.719516] usb usb7: SerialNumber: 0000:4a:00.2
[    0.719577] hub 7-0:1.0: USB hub found
[    0.719583] hub 7-0:1.0: 6 ports detected
[    0.719709] usb usb8: We don't know the algorithms for LPM for this 
host, disabling LPM.
[    0.719724] usb usb8: New USB device found, idVendor=1d6b, 
idProduct=0003, bcdDevice= 5.04
[    0.719725] usb usb8: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    0.719726] usb usb8: Product: xHCI Host Controller
[    0.719727] usb usb8: Manufacturer: Linux 5.4.18-151+ xhci-hcd
[    0.719727] usb usb8: SerialNumber: 0000:4a:00.2
[    0.719787] hub 8-0:1.0: USB hub found
[    0.719792] hub 8-0:1.0: 4 ports detected
[    0.719908] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.719908] i8042: PNP: PS/2 appears to have AUX port disabled, if 
this is incorrect please boot with i8042.nopnp
[    0.720999] i8042: Warning: Keylock active
[    0.723957] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.724021] mousedev: PS/2 mouse device common for all mice
[    0.724990] rtc_cmos 00:00: RTC can wake from S4
[    0.725251] rtc_cmos 00:00: registered as rtc0
[    0.725301] rtc_cmos 00:00: setting system clock to 
2025-01-02T08:23:07 UTC (1735806187)
[    0.725312] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes 
nvram, hpet irqs
[    0.725336] i2c /dev entries driver
[    0.725446] device-mapper: uevent: version 1.0.3
[    0.725492] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) 
initialised: dm-devel@redhat.com
[    0.725504] platform eisa.0: Probing EISA bus 0
[    0.725509] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.725518] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.725519] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.725520] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.725521] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.725522] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.725522] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.725523] platform eisa.0: EISA: Detected 0 cards
[    0.725627] ledtrig-cpu: registered to indicate activity on CPUs
[    0.725630] EFI Variables Facility v0.08 2004-May-17
[    0.726554] ccp 0000:49:00.2: no command queues available
[    0.726558] ccp 0000:49:00.2: psp: unable to access the device: you 
might be running a broken BIOS.
[    0.726957] ccp 0000:49:00.3: ccp enabled
[    0.727262] drop_monitor: Initializing network drop monitor service
[    0.727459] NET: Registered protocol family 10
[    0.732998] input: AT Translated Set 2 keyboard as 
/devices/platform/i8042/serio0/input/input3
[    0.733207] Segment Routing with IPv6
[    0.733222] NET: Registered protocol family 17
[    0.733256] Key type dns_resolver registered
[    0.734041] RAS: Correctable Errors collector initialized.
[    0.734046] IPI shorthand broadcast: enabled
[    0.734061] sched_clock: Marking stable (665472838, 
68476011)->(739688286, -5739437)
[    0.734114] registered taskstats version 1
[    0.734122] Loading compiled-in X.509 certificates
[    0.735492] Loaded X.509 cert 'Build time autogenerated kernel key: 
6a00a5e2caddc1460237269f8de014a8ff3e38a7'
[    0.735521] zswap: loaded using pool lzo/zbud
[    0.735644] Key type ._fscrypt registered
[    0.735644] Key type .fscrypt registered
[    0.740564] Key type big_key registered
[    0.742993] Key type encrypted registered
[    0.742997] ima: No TPM chip found, activating TPM-bypass!
[    0.743003] ima: Allocated hash algorithm: sha256
[    0.743009] ima: No architecture policies found
[    0.743013] evm: Initialising EVM extended attributes:
[    0.743014] evm: security.selinux
[    0.743014] evm: security.apparmor
[    0.743015] evm: security.ima
[    0.743015] evm: security.capability
[    0.743015] evm: HMAC attrs: 0x1
[    0.743024] KYCP: Init kycp entries under securityfs SUCCESS!
[    0.743513] PM:   Magic number: 9:786:370
[    0.743953] acpi_cpufreq: overriding BIOS provided _PSD data
[    0.744579] ALSA device list:
[    0.744580]   No soundcards found.
[    0.746958] Freeing unused decrypted memory: 2036K
[    0.747292] Freeing unused kernel image memory: 2748K
[    0.761637] Write protecting the kernel read-only data: 24576k
[    0.762044] Freeing unused kernel image memory: 2008K
[    0.762188] Freeing unused kernel image memory: 904K
[    0.773079] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.773084] Run /init as init process
[    0.834450] hidraw: raw HID events driver (C) Jiri Kosina
[    0.839470] i2c_hid i2c-BLTP7853:00: supply vdd not found, using 
dummy regulator
[    0.839480] i2c_hid i2c-BLTP7853:00: supply vddl not found, using 
dummy regulator
[    0.839531] ACPI: Video Device [EUMA] (multi-head: yes  rom: no 
post: no)
[    0.842171] acpi device:0f: registered as cooling_device16
[    0.842249] input: Video Bus as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/LNXVIDEO:00/input/input4
[    0.851489] nvme nvme0: pci function 0000:46:00.0
[    0.856104] cryptd: max_cpu_qlen set to 1000
[    0.865674] libphy: r8169: probed
[    0.865855] AVX2 version of gcm_enc/dec engaged.
[    0.865856] AES CTR mode by8 optimization enabled
[    0.865976] r8169 0000:47:00.0 eth0: RTL8168h/8111h, 
dc:36:43:94:de:51, XID 541, IRQ 79
[    0.865979] r8169 0000:47:00.0 eth0: jumbo features [frames: 9200 
bytes, tx checksumming: ko]
[    0.877195] r8169 0000:47:00.0 enp71s0: renamed from eth0
[    0.877540] input: BLTP7853:00 347D:7845 Mouse as 
/devices/platform/HYGO0010:00/i2c-0/i2c-BLTP7853:00/0018:347D:7845.0001/input/input5
[    0.877608] input: BLTP7853:00 347D:7845 Touchpad as 
/devices/platform/HYGO0010:00/i2c-0/i2c-BLTP7853:00/0018:347D:7845.0001/input/input6
[    0.877660] hid-generic 0018:347D:7845.0001: input,hidraw0: I2C HID 
v1.00 Mouse [BLTP7853:00 347D:7845] on i2c-BLTP7853:00
[    0.902775] fantgpu: loading out-of-tree module taints kernel.
[    0.904465] fantgpu: module verification failed: signature and/or 
required key missing - tainting kernel
[    0.911698] fant-drv 0000:45:00.0: 
[pcie][fantgpu_pci_probe:1415]vendor: 1ec8, device: 9810
[    0.919673] checking generic (333c0000000 300000) vs hw (0 
ffffffffffffffff)
[    0.919674] fb0: switching to fantdrmfb from EFI VGA
[    0.919728] Console: switching to colour dummy device 80x25
[    0.920853] fant-drv 0000:45:00.0: 
[pcie][hw_check_notice:1148]pcie_stat: 0x309, ddr_stat: 0x4, 
dbg_reserved_6: 0x1
[    0.921892] fant-drv 0000:45:00.0: 
[hal][hal_mcufw_status_check:3539]ddr init f_count:0 and 
paddr:00000333c0d031fa, ddr retrain count:0 and paddr:00000333c0d031f8, 
pcie_stat: 0x309, ddr_stat: 0x4, dbg_reserved_6: 0x1
[    0.995115] input: BLTP7853:00 347D:7845 Mouse as 
/devices/platform/HYGO0010:00/i2c-0/i2c-BLTP7853:00/0018:347D:7845.0001/input/input8
[    0.995163] input: BLTP7853:00 347D:7845 Touchpad as 
/devices/platform/HYGO0010:00/i2c-0/i2c-BLTP7853:00/0018:347D:7845.0001/input/input9
[    0.995208] hid-multitouch 0018:347D:7845.0001: input,hidraw0: I2C 
HID v1.00 Mouse [BLTP7853:00 347D:7845] on i2c-BLTP7853:00
[    1.053033] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.057031] usb 5-5: new full-speed USB device number 2 using xhci_hcd
[    1.057037] usb 7-6: new high-speed USB device number 2 using xhci_hcd
[    1.074370] nvme nvme0: missing or invalid SUBNQN field.
[    1.074393] nvme nvme0: Shutdown timeout set to 10 seconds
[    1.075561] nvme nvme0: 8/0/0 default/read/poll queues
[    1.077388]  nvme0n1: p1 p2 p3 p4 p5 p6
[    1.087149] FT_K:  289: Read BVNC 35.4.1632.23 from HW device registers
[    1.087154] FT_K:  289: RGX Device registered BVNC 35.4.1632.23 with 
1 core in the system
[    1.088638] fant-drm fant-drm.14.auto: bound fant-gpu.5.auto (ops 
s_fantgpu_ft_ops [fantgpu])
[    1.088639] fant-audio fant-audio.13.auto: bind audio device
[    1.089641] fant-drm fant-drm.14.auto: bound fant-audio.13.auto (ops 
fantaudio_component_ops [fantgpu])
[    1.098476] fant-drm fant-drm.14.auto: bound fant-pdp-dp.6.auto (ops 
s_fantdpu_dp_ops [fantgpu])
[    1.099838] fant-drm fant-drm.14.auto: bound fant-pdp-hdmi.7.auto 
(ops s_fant_hdmi_ops [fantgpu])
[    1.101560] fant-drm fant-drm.14.auto: bound fant-pdp-hdmi.8.auto 
(ops s_fant_hdmi_ops [fantgpu])
[    1.102751] fant-drm fant-drm.14.auto: bound fant-pdp-dpu.9.auto (ops 
fantdpu_ops [fantgpu])
[    1.103926] fant-drm fant-drm.14.auto: bound fant-pdp-dpu.10.auto 
(ops fantdpu_ops [fantgpu])
[    1.105103] fant-drm fant-drm.14.auto: bound fant-pdp-dpu.11.auto 
(ops fantdpu_ops [fantgpu])
[    1.105192] fant-drm fant-drm.14.auto: bound fant-pdp-dpu.12.auto 
(ops fantdpu_ops [fantgpu])
[    1.107711] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.107712] [drm] No driver support for vblank timestamp query.
[    1.108400] pdev_rsrc is NULL in hal_get_odm_vendor()
[    1.108452] [hwinfo][hwinfo_get_item:965]194 not found in memory!
[    1.108452] [drm] get custom info def duty cycle failed, will use 
driver default para
[    1.203302] usb 1-1: New USB device found, idVendor=2109, 
idProduct=2820, bcdDevice= 0.30
[    1.203304] usb 1-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[    1.203305] usb 1-1: Product: USB2.0 Hub
[    1.203306] usb 1-1: Manufacturer: VIA Labs, Inc.
[    1.204448] hub 1-1:1.0: USB hub found
[    1.204600] hub 1-1:1.0: 4 ports detected
[    1.232579] usb 5-5: New USB device found, idVendor=13d3, 
idProduct=3570, bcdDevice= 0.00
[    1.232580] usb 5-5: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[    1.232581] usb 5-5: Product: Bluetooth Radio
[    1.232582] usb 5-5: Manufacturer: Realtek
[    1.232583] usb 5-5: SerialNumber: 00e04c000001
[    1.245681] usb 7-6: New USB device found, idVendor=2ef4, 
idProduct=207b, bcdDevice= 0.06
[    1.245683] usb 7-6: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[    1.245683] usb 7-6: Product: Integrated Camera
[    1.245684] usb 7-6: Manufacturer: SunplusIT Inc
[    1.245685] usb 7-6: SerialNumber: HBW20250723V0
[    1.328549] usb 2-1: new SuperSpeedPlus Gen 2 USB device number 2 
using xhci_hcd
[    1.340466] usb 6-2: new SuperSpeed Gen 1 USB device number 2 using 
xhci_hcd
[    1.350403] usb 2-1: New USB device found, idVendor=2109, 
idProduct=0820, bcdDevice= 0.30
[    1.350404] usb 2-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[    1.350405] usb 2-1: Product: USB3.0 Hub
[    1.350405] usb 2-1: Manufacturer: VIA Labs, Inc.
[    1.352690] hub 2-1:1.0: USB hub found
[    1.352870] hub 2-1:1.0: 4 ports detected
[    1.360206] [drm] Initialized fantgpu 2.19.236720244 20210625 for 
0000:45:00.0 on minor 0
[    1.365293] usb 6-2: New USB device found, idVendor=0951, 
idProduct=1666, bcdDevice=11.00
[    1.365294] usb 6-2: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[    1.365295] usb 6-2: Product: DataTraveler 3.0
[    1.365296] usb 6-2: Manufacturer: Kingston
[    1.365297] usb 6-2: SerialNumber: 408D5C15A0CB21C07905CC3F
[    1.368490] usb-storage 6-2:1.0: USB Mass Storage device detected
[    1.368566] scsi host0: usb-storage 6-2:1.0
[    1.368664] usbcore: registered new interface driver usb-storage
[    1.369493] usbcore: registered new interface driver uas
[    1.492355] usb 5-6: new full-speed USB device number 3 using xhci_hcd
[    1.499750] fbcon: fantgpudrmfb (fb0) is primary device
[    1.654577] usb 5-6: not running at top speed; connect to a high 
speed hub
[    1.672577] usb 5-6: New USB device found, idVendor=2f0a, 
idProduct=8020, bcdDevice=63.28
[    1.672578] usb 5-6: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[    1.672579] usb 5-6: Product: PT2887-SS Module
[    1.672580] usb 5-6: Manufacturer: PXAT
[    1.672580] usb 5-6: SerialNumber: 0A3860PNA356
[    1.696352] tsc: Refined TSC clocksource calibration: 2795.802 MHz
[    1.696359] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 
0x284cc30ebe3, max_idle_ns: 440795291352 ns
[    1.696388] clocksource: Switched to clocksource tsc
[    1.774303] Console: switching to colour frame buffer device 180x56
[    1.801148] fant-drv 0000:45:00.0: fb0: fantgpudrmfb frame buffer device
[    1.932352] usb 1-1.2: new high-speed USB device number 3 using xhci_hcd
[    2.082023] usb 1-1.2: New USB device found, idVendor=2109, 
idProduct=2817, bcdDevice=20.13
[    2.082025] usb 1-1.2: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[    2.082026] usb 1-1.2: Product: USB2.0 Hub
[    2.082027] usb 1-1.2: Manufacturer: VIA Labs, Inc.
[    2.082027] usb 1-1.2: SerialNumber: 000000000
[    2.083623] hub 1-1.2:1.0: USB hub found
[    2.083774] hub 1-1.2:1.0: 5 ports detected
[    2.152945] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data 
mode. Opts: (null)
[    2.162399] EXT4-fs (nvme0n1p3): re-mounted. Opts: (null)
[    2.164409] usb 2-1.1: new SuperSpeedPlus Gen 2 USB device number 3 
using xhci_hcd
[    2.171914] EXT4-fs (nvme0n1p3): re-mounted. Opts: (null)
[    2.184862] usb 2-1.1: New USB device found, idVendor=0bda, 
idProduct=8153, bcdDevice=31.00
[    2.184863] usb 2-1.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=6
[    2.184864] usb 2-1.1: Product: USB 10/100/1000 LAN
[    2.184865] usb 2-1.1: Manufacturer: Realtek
[    2.184866] usb 2-1.1: SerialNumber: 00120010F
[    2.223787] EXT4-fs (nvme0n1p3): re-mounted. Opts: (null)
[    2.230518] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data 
mode. Opts: (null)
[    2.233152] FAT-fs (nvme0n1p1): Volume was not properly unmounted. 
Some data may be corrupt. Please run fsck.
[    2.244729] EXT4-fs (nvme0n1p5): mounted filesystem with ordered data 
mode. Opts: (null)
[    2.268499] usb 2-1.2: new SuperSpeedPlus Gen 2 USB device number 4 
using xhci_hcd
[    2.317271] usb 2-1.2: New USB device found, idVendor=2109, 
idProduct=0817, bcdDevice=20.13
[    2.317272] usb 2-1.2: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[    2.317274] usb 2-1.2: Product: USB3.0 Hub
[    2.317274] usb 2-1.2: Manufacturer: VIA Labs, Inc.
[    2.317275] usb 2-1.2: SerialNumber: 000000000
[    2.345243] systemd[1]: RTC configured in localtime, applying delta 
of 480 minutes to system time.
[    2.353668] systemd[1]: Inserted module 'autofs4'
[    2.366218] hub 2-1.2:1.0: USB hub found
[    2.366378] hub 2-1.2:1.0: 4 ports detected
[    2.367048] systemd[1]: systemd 245.4-4kylin3.20k4.19 running in 
system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP 
+LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS 
+KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    2.367152] systemd[1]: Detected architecture x86-64.
[    2.385626] systemd[1]: Set hostname to <user-pc>.
[    2.433218] systemd[1]: Configuration file 
/run/systemd/system/netplan-ovs-cleanup.service is marked 
world-inaccessible. This has no effect as configuration data is 
accessible via APIs without restrictions. Proceeding anyway.
[    2.448599] systemd[1]: Configuration file 
/lib/systemd/system/sw-fant-gl.service is marked executable. Please 
remove executable permission bits. Proceeding anyway.
[    2.449083] systemd[1]: Configuration file 
/lib/systemd/system/serviceavserver.service is marked executable. Please 
remove executable permission bits. Proceeding anyway.
[    2.460211] systemd[1]: Configuration file 
/lib/systemd/system/kyfs-fuse.service is marked executable. Please 
remove executable permission bits. Proceeding anyway.
[    2.461051] systemd[1]: Configuration file 
/lib/systemd/system/kybima.service is marked executable. Please remove 
executable permission bits. Proceeding anyway.
[    2.485370] systemd[1]: root.mount: Unit is bound to inactive unit 
dev-nvme0n1p5.device. Stopping, too.
[    2.485406] systemd[1]: home.mount: Unit is bound to inactive unit 
dev-nvme0n1p5.device. Stopping, too.
[    2.485426] systemd[1]: boot.mount: Unit is bound to inactive unit 
dev-nvme0n1p2.device. Stopping, too.
[    2.485452] systemd[1]: data.mount: Unit is bound to inactive unit 
dev-nvme0n1p5.device. Stopping, too.
[    2.487021] systemd[1]: Created slice system-modprobe.slice.
[    2.487209] systemd[1]: Created slice User and Session Slice.
[    2.487256] systemd[1]: Started Forward Password Requests to Wall 
Directory Watch.
[    2.487623] systemd[1]: Set up automount Arbitrary Executable File 
Formats File System Automount Point.
[    2.487667] systemd[1]: Reached target User and Group Name Lookups.
[    2.487679] systemd[1]: Reached target Remote File Systems.
[    2.487696] systemd[1]: Reached target Slices.
[    2.487758] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    2.487824] systemd[1]: Listening on LVM2 poll daemon socket.
[    2.487885] systemd[1]: Listening on Syslog Socket.
[    2.488750] systemd[1]: Listening on Process Core Dump Socket.
[    2.488802] systemd[1]: Listening on fsck to fsckd communication Socket.
[    2.488846] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    2.488961] systemd[1]: Listening on Journal Audit Socket.
[    2.489017] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.489089] systemd[1]: Listening on Journal Socket.
[    2.489155] systemd[1]: Listening on udev Control Socket.
[    2.489209] systemd[1]: Listening on udev Kernel Socket.
[    2.489840] systemd[1]: Mounting Huge Pages File System...
[    2.490530] systemd[1]: Mounting POSIX Message Queue File System...
[    2.491188] systemd[1]: Mounting Kernel Debug File System...
[    2.491835] systemd[1]: Mounting Kernel Trace File System...
[    2.493104] systemd[1]: Starting Journal Service...
[    2.494166] systemd[1]: Starting Availability of block devices...
[    2.495113] systemd[1]: Starting KYLIN CONF2 UPDATE DB...
[    2.496105] systemd[1]: Starting Set the console keyboard layout...
[    2.497760] systemd[1]: Starting Create list of static device nodes 
for the current kernel...
[    2.498573] systemd[1]: Starting Monitoring of LVM2 mirrors, 
snapshots etc. using dmeventd or progress polling...
[    2.499380] systemd[1]: Starting Load Kernel Module chromeos_pstore...
[    2.499404] systemd[1]: Condition check resulted in Load Kernel 
Module drm being skipped.
[    2.500385] systemd[1]: Starting Load Kernel Module efi_pstore...
[    2.501398] systemd[1]: Starting Load Kernel Module pstore_blk...
[    2.502160] systemd[1]: Starting Load Kernel Module pstore_zone...
[    2.502927] systemd[1]: Starting Load Kernel Module ramoops...
[    2.503266] systemd[1]: Condition check resulted in Set Up Additional 
Binary Formats being skipped.
[    2.503295] systemd[1]: Condition check resulted in File System Check 
on Root Device being skipped.
[    2.504192] pstore: Registered efi as persistent store backend
[    2.504270] systemd[1]: Starting Load Kernel Modules...
[    2.505212] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.506163] systemd[1]: Starting udev Coldplug all Devices...
[    2.509109] systemd[1]: Mounted Huge Pages File System.
[    2.509288] systemd[1]: Mounted POSIX Message Queue File System.
[    2.509453] systemd[1]: Mounted Kernel Debug File System.
[    2.509611] systemd[1]: Mounted Kernel Trace File System.
[    2.510198] systemd[1]: Finished Availability of block devices.
[    2.510689] systemd[1]: Finished Create list of static device nodes 
for the current kernel.
[    2.510931] systemd[1]: modprobe@efi_pstore.service: Succeeded.
[    2.511158] EXT4-fs (nvme0n1p3): re-mounted. Opts: (null)
[    2.511247] systemd[1]: Finished Load Kernel Module efi_pstore.
[    2.513414] systemd[1]: modprobe@pstore_blk.service: Succeeded.
[    2.513670] systemd[1]: Finished Load Kernel Module pstore_blk.
[    2.513921] systemd[1]: modprobe@pstore_zone.service: Succeeded.
[    2.514258] systemd[1]: Finished Load Kernel Module pstore_zone.
[    2.514502] systemd[1]: modprobe@ramoops.service: Succeeded.
[    2.514831] systemd[1]: Finished Load Kernel Module ramoops.
[    2.515197] systemd[1]: Finished Remount Root and Kernel File Systems.
[    2.515565] systemd[1]: Condition check resulted in Rebuild Hardware 
Database being skipped.
[    2.516273] systemd[1]: Starting Load/Save Random Seed...
[    2.517223] lp: driver loaded but no devices found
[    2.517234] systemd[1]: Starting Create System Users...
[    2.521556] ppdev: user-space parallel port driver
[    2.528553] systemd[1]: Finished Create System Users.
[    2.529674] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.530226] systemd[1]: Finished Load/Save Random Seed.
[    2.537709] systemd[1]: Finished Create Static Device Nodes in /dev.
[    2.558576] systemd[1]: Finished Set the console keyboard layout.
[    2.582988] scsi 0:0:0:0: Direct-Access     Kingston DataTraveler 3.0 
1100 PQ: 0 ANSI: 6
[    2.583270] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.583702] sd 0:0:0:0: [sda] 483709273 512-byte logical blocks: (248 
GB/231 GiB)
[    2.584124] sd 0:0:0:0: [sda] Write Protect is off
[    2.584125] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[    2.584695] sd 0:0:0:0: [sda] Write cache: enabled, read cache: 
enabled, doesn't support DPO or FUA
[    2.597511] systemd[1]: Finished Monitoring of LVM2 mirrors, 
snapshots etc. using dmeventd or progress polling.
[    2.597632] systemd[1]: Reached target Local File Systems (Pre).
[    2.628828] systemd[1]: modprobe@chromeos_pstore.service: Succeeded.
[    2.629072] systemd[1]: Finished Load Kernel Module chromeos_pstore.
[    2.629181] systemd[1]: Condition check resulted in Platform 
Persistent Storage Archival being skipped.
[    2.631037]  sda: sda1 sda2
[    2.632654] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    2.678092] systemd[1]: Finished Load Kernel Modules.
[    2.678938] systemd[1]: Mounting FUSE Control File System...
[    2.679578] systemd[1]: Mounting Kernel Configuration File System...
[    2.680163] systemd[1]: Starting Init netctl and process protect 
value to kernel...
[    2.682312] systemd[1]: Starting Apply Kernel Variables...
[    2.687071] systemd[1]: conf2-update-db.service: Succeeded.
[    2.687311] systemd[1]: Finished KYLIN CONF2 UPDATE DB.
[    2.687437] systemd[1]: Mounted FUSE Control File System.
[    2.687531] systemd[1]: Mounted Kernel Configuration File System.
[    2.687595] systemd[1]: Condition check resulted in VMware vmblock 
fuse mount being skipped.
[    2.689266] systemd[1]: Finished Apply Kernel Variables.
[    2.695579] systemd[1]: Finished Init netctl and process protect 
value to kernel.
[    2.696486] systemd[1]: Starting udev Kernel Device Manager...
[    2.734845] systemd[1]: Started udev Kernel Device Manager.
[    3.432707] usb 1-1-port3: Cannot enable. Maybe the USB cable is bad?
[    4.544652] usb 1-1-port3: Cannot enable. Maybe the USB cable is bad?
[    4.544871] usb 1-1-port3: attempt power cycle
[    4.672350] usb 1-1.2.4: new high-speed USB device number 6 using 
xhci_hcd
[    4.822826] usb 1-1.2.4: New USB device found, idVendor=2109, 
idProduct=2817, bcdDevice=20.14
[    4.822827] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[    4.822828] usb 1-1.2.4: Product: USB2.0 Hub
[    4.822829] usb 1-1.2.4: Manufacturer: VIA Labs, Inc.
[    4.822830] usb 1-1.2.4: SerialNumber: 000000000
[    4.824997] hub 1-1.2.4:1.0: USB hub found
[    4.825191] hub 1-1.2.4:1.0: 5 ports detected
[    4.919392] usb 2-1.2.4: new SuperSpeed Gen 1 USB device number 5 
using xhci_hcd
[    4.978789] usb 2-1.2.4: New USB device found, idVendor=2109, 
idProduct=0817, bcdDevice=20.14
[    4.978791] usb 2-1.2.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[    4.978793] usb 2-1.2.4: Product: USB3.0 Hub
[    4.978794] usb 2-1.2.4: Manufacturer: VIA Labs, Inc.
[    4.978794] usb 2-1.2.4: SerialNumber: 000000000
[    4.992277] hub 2-1.2.4:1.0: USB hub found
[    4.992652] hub 2-1.2.4:1.0: 4 ports detected
[    5.056348] usb 1-1.2.5: new high-speed USB device number 7 using 
xhci_hcd
[    5.157735] usb 1-1.2.5: New USB device found, idVendor=2109, 
idProduct=3801, bcdDevice= 0.01
[    5.157737] usb 1-1.2.5: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[    5.157738] usb 1-1.2.5: Product: USB Billboard Device
[    5.157739] usb 1-1.2.5: Manufacturer: VIA Labs, Inc.
[    5.157740] usb 1-1.2.5: SerialNumber: 0000000000000001
[    5.576352] usb 1-1.2.4.1: new full-speed USB device number 8 using 
xhci_hcd
[    5.896059] usb 1-1.2.4.1: New USB device found, idVendor=0572, 
idProduct=00e5, bcdDevice= 0.02
[    5.896061] usb 1-1.2.4.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[    5.896062] usb 1-1.2.4.1: Product: Targus DOCK221
[    5.896063] usb 1-1.2.4.1: Manufacturer: Synaptics
[    5.896063] usb 1-1.2.4.1: SerialNumber: 000000000000
[    6.844739] usb 1-1-port3: Cannot enable. Maybe the USB cable is bad?
[    7.956689] usb 1-1-port3: Cannot enable. Maybe the USB cable is bad?
[    7.956912] usb 1-1-port3: unable to enumerate USB device
[    8.006342] systemd[1]: Finished udev Coldplug all Devices.
[    8.010000] systemd[1]: Starting Helper to synchronize boot up for 
ifupdown...
[    8.011821] systemd[1]: Starting Show Plymouth Boot Screen...
[    8.024218] systemd[1]: Finished Helper to synchronize boot up for 
ifupdown.
[    8.032213] systemd[1]: Created slice system-systemd\x2dbacklight.slice.
[    8.033318] systemd[1]: Starting Load/Save Screen Backlight 
Brightness of backlight:panel_backlight...
[    8.039244] systemd[1]: Starting Load Kernel Module chromeos_pstore...
[    8.039283] systemd[1]: Condition check resulted in Load Kernel 
Module efi_pstore being skipped.
[    8.040367] usb 1-1.2.4.5: new high-speed USB device number 11 using 
xhci_hcd
[    8.040897] systemd[1]: Starting Load Kernel Module pstore_blk...
[    8.042347] systemd[1]: Starting Load Kernel Module pstore_zone...
[    8.042387] systemd[1]: Condition check resulted in Load Kernel 
Module ramoops being skipped.
[    8.042517] systemd[1]: Condition check resulted in Set Up Additional 
Binary Formats being skipped.
[    8.042551] systemd[1]: Condition check resulted in File System Check 
on Root Device being skipped.
[    8.042601] systemd[1]: Condition check resulted in Rebuild Hardware 
Database being skipped.
[    8.043347] systemd[1]: Finished Load/Save Screen Backlight 
Brightness of backlight:panel_backlight.
[    8.044247] systemd[1]: modprobe@pstore_blk.service: Succeeded.
[    8.044696] systemd[1]: Finished Load Kernel Module pstore_blk.
[    8.045596] systemd[1]: modprobe@pstore_zone.service: Succeeded.
[    8.046163] systemd[1]: Finished Load Kernel Module pstore_zone.
[    8.054148] piix4_smbus 0000:00:0b.0: SMBus Host Controller at 0xb00, 
revision 0
[    8.054151] piix4_smbus 0000:00:0b.0: Using register 0x02 for SMBus 
port selection
[    8.069132] systemd[1]: Found device CUBEX EP2000GE 1024GB DATA.
[    8.073873] systemd[1]: Found device CUBEX EP2000GE 1024GB ESP.
[    8.079451] systemd[1]: Found device CUBEX EP2000GE 1024GB SWAP.
[    8.088752] systemd[1]: Found device CUBEX EP2000GE 1024GB SYSBOOT.
[    8.100979] systemd[1]: Activating swap 
/dev/disk/by-uuid/0f053111-bb39-491e-a173-f534050f8dfd...
[    8.101084] systemd[1]: Reached target Local File Systems.
[    8.102300] systemd[1]: Starting Set console font and keymap...
[    8.103424] systemd[1]: Starting Create final runtime dir for 
shutdown pivot root...
[    8.104509] systemd[1]: Starting Raise network interfaces...
[    8.105603] systemd[1]: Starting Tell Plymouth To Write Out Runtime 
Data...
[    8.105664] systemd[1]: Condition check resulted in Store a System 
Token in an EFI Variable being skipped.
[    8.105712] systemd[1]: Condition check resulted in Commit a 
transient machine-id on disk being skipped.
[    8.112905] snd_hda_codec_conexant hdaudioC1D0: SN6180: BIOS 
auto-probing. V0.1.0.0.
[    8.114539] systemd[1]: Finished Set console font and keymap.
[    8.114597] snd_hda_codec_conexant hdaudioC1D0: autoconfig for 
SN6180: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[    8.114600] snd_hda_codec_conexant hdaudioC1D0:    speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
[    8.114603] snd_hda_codec_conexant hdaudioC1D0:    hp_outs=1 
(0x16/0x0/0x0/0x0/0x0)
[    8.114605] snd_hda_codec_conexant hdaudioC1D0:    mono: mono_out=0x0
[    8.114606] snd_hda_codec_conexant hdaudioC1D0:    inputs:
[    8.114609] snd_hda_codec_conexant hdaudioC1D0:      Internal Mic=0x1a
[    8.114611] snd_hda_codec_conexant hdaudioC1D0:      Mic=0x19
[    8.115206] systemd[1]: Finished Create final runtime dir for 
shutdown pivot root.
[    8.115663] systemd[1]: Listening on Load/Save RF Kill Switch Status 
/dev/rfkill Watch.
[    8.117212] snd_hda_codec_conexant hdaudioC1D0: conexant: hp plugged=0.
[    8.117215] snd_hda_codec_conexant hdaudioC1D0: Enable sync_write for 
stable communication
[    8.117216] snd_hda_codec_conexant hdaudioC1D0: conexant: 
patch_conexant_auto, exit.
[    8.126933] input: HDA Hygon Mic as 
/devices/pci0000:00/0000:00:08.1/0000:4a:00.6/sound/card1/input13
[    8.127068] input: HDA Hygon Headphone as 
/devices/pci0000:00/0000:00:08.1/0000:4a:00.6/sound/card1/input14
[    8.136005] systemd[1]: Condition check resulted in Load Kernel 
Module efi_pstore being skipped.
[    8.141483] usb 1-1.2.4.5: New USB device found, idVendor=2109, 
idProduct=3802, bcdDevice= 0.01
[    8.141486] usb 1-1.2.4.5: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[    8.141489] usb 1-1.2.4.5: Product: USB Billboard Device
[    8.141490] usb 1-1.2.4.5: Manufacturer: VIA Labs, Inc.
[    8.141492] usb 1-1.2.4.5: SerialNumber: 0000000000000001
[    8.142447] systemd[1]: Starting Load Kernel Module pstore_blk...
[    8.143745] systemd[1]: Starting Load Kernel Module pstore_zone...
[    8.143782] systemd[1]: Condition check resulted in Load Kernel 
Module ramoops being skipped.
[    8.143887] systemd[1]: Condition check resulted in Set Up Additional 
Binary Formats being skipped.
[    8.143924] systemd[1]: Condition check resulted in Store a System 
Token in an EFI Variable being skipped.
[    8.143972] systemd[1]: Condition check resulted in Rebuild Hardware 
Database being skipped.
[    8.144011] systemd[1]: Condition check resulted in Commit a 
transient machine-id on disk being skipped.
[    8.157814] systemd[1]: modprobe@pstore_zone.service: Succeeded.
[    8.158299] systemd[1]: Finished Load Kernel Module pstore_zone.
[    8.158626] systemd[1]: modprobe@pstore_blk.service: Succeeded.
[    8.158981] systemd[1]: Finished Load Kernel Module pstore_blk.
[    8.161133] systemd[1]: plymouth-start.service: Succeeded.
[    8.161645] systemd[1]: Started Show Plymouth Boot Screen.
[    8.161798] systemd[1]: Condition check resulted in Dispatch Password 
Requests to Console Directory Watch being skipped.
[    8.161949] systemd[1]: Started Forward Password Requests to Plymouth 
Directory Watch.
[    8.161983] systemd[1]: Reached target Local Encrypted Volumes.
[    8.165655] systemd[1]: Started Journal Service.
[    8.168512] Adding 9458684k swap on /dev/nvme0n1p6.  Priority:-2 
extents:1 across:9458684k SSFS
[    8.328071] kvm: Nested Virtualization enabled
[    8.328087] kvm: Nested Paging enabled
[    8.328088] SVM: Virtual VMLOAD VMSAVE supported
[    8.330715] MCE: In-kernel MCE decoding enabled.
[    8.333036] EDAC amd64: F18h_M10h detected (node 0).
[    8.333072] EDAC MC: UMC0 chip selects:
[    8.333074] EDAC amd64: MC: 0:  2048MB 1:     0MB
[    8.333075] EDAC amd64: MC: 2:     0MB 3:     0MB
[    8.333076] EDAC amd64: using x4 syndromes.
[    8.333081] EDAC amd64: Node 0: DRAM ECC disabled.
[    8.333082] EDAC amd64: ECC disabled in the BIOS or no ECC 
capability, module will not load.
                 Either enable ECC checking or force module loading by 
setting 'ecc_enable_override'.
                 (Note that use of the override may cause unknown side 
effects.)
[    8.378552] usb 7-6: Found UVC 1.50 device Integrated Camera (2ef4:207b)
[    8.400959] Bluetooth: Core ver 2.22
[    8.400975] NET: Registered protocol family 31
[    8.400975] Bluetooth: HCI device and connection manager initialized
[    8.400978] Bluetooth: HCI socket layer initialized
[    8.400980] Bluetooth: L2CAP socket layer initialized
[    8.400982] Bluetooth: SCO socket layer initialized
[    8.407827] usbcore: registered new interface driver btusb
[    8.412027] usbcore: registered new interface driver rtk_btusb
[    8.414594] Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000b 
lmp_ver=0b lmp_subver=8852
[    8.416579] Bluetooth: hci0: RTL: rom_version status=0 version=1
[    8.416581] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_fw.bin
[    8.417895] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_config.bin
[    8.418023] Bluetooth: hci0: RTL: cfg_sz 14, total sz 58011
[    8.423964] input: Integrated Camera: Integrated C as 
/devices/pci0000:00/0000:00:08.1/0000:4a:00.2/usb7/7-6/7-6:1.0/input/input15
[    8.426741] usb 7-6: Found UVC 1.50 device Integrated Camera (2ef4:207b)
[    8.441548] input: Integrated Camera: Integrated I as 
/devices/pci0000:00/0000:00:08.1/0000:4a:00.2/usb7/7-6/7-6:1.2/input/input16
[    8.441604] usbcore: registered new interface driver uvcvideo
[    8.449757] input: Synaptics Targus DOCK221 as 
/devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:01.0/0000:17:00.0/0000:18:02.0/0000:19:00.0/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4.1/1-1.2.4.1:1.3/0003:0572:00E5.0002/input/input17
[    8.464926] EDAC amd64: F18h_M10h detected (node 0).
[    8.464957] EDAC MC: UMC0 chip selects:
[    8.464958] EDAC amd64: MC: 0:  2048MB 1:     0MB
[    8.464959] EDAC amd64: MC: 2:     0MB 3:     0MB
[    8.464960] EDAC amd64: using x4 syndromes.
[    8.464964] EDAC amd64: Node 0: DRAM ECC disabled.
[    8.464964] EDAC amd64: ECC disabled in the BIOS or no ECC 
capability, module will not load.
                 Either enable ECC checking or force module loading by 
setting 'ecc_enable_override'.
                 (Note that use of the override may cause unknown side 
effects.)
[    8.508449] hid-generic 0003:0572:00E5.0002: input,hidraw1: USB HID 
v1.11 Device [Synaptics Targus DOCK221] on usb-0000:19:00.0-1.2.4.1/input3
[    8.508482] usbcore: registered new interface driver usbhid
[    8.508483] usbhid: USB HID core driver
[    8.553384] usbcore: registered new interface driver snd-usb-audio
[    8.604913] EDAC amd64: F18h_M10h detected (node 0).
[    8.604951] EDAC MC: UMC0 chip selects:
[    8.604953] EDAC amd64: MC: 0:  2048MB 1:     0MB
[    8.604954] EDAC amd64: MC: 2:     0MB 3:     0MB
[    8.604955] EDAC amd64: using x4 syndromes.
[    8.604959] EDAC amd64: Node 0: DRAM ECC disabled.
[    8.604960] EDAC amd64: ECC disabled in the BIOS or no ECC 
capability, module will not load.
                 Either enable ECC checking or force module loading by 
setting 'ecc_enable_override'.
                 (Note that use of the override may cause unknown side 
effects.)
[    8.647850] With USB4 patch v1.0.0
[    8.647860] ACPI: bus type thunderbolt registered
[    8.664660] [7] nhi_probe:1326: thunderbolt 0000:2c:00.0: total paths: 21
[    8.665209] [7] tb_ring_alloc:586: thunderbolt 0000:2c:00.0: 
allocating TX ring 0 of size 10
[    8.665243] [7] tb_ring_alloc:586: thunderbolt 0000:2c:00.0: 
allocating RX ring 0 of size 10
[    8.665267] [7] tb_ctl_alloc:665: thunderbolt 0000:2c:00.0: control 
channel created
[    8.665272] [7] icm_probe:2549: thunderbolt 0000:2c:00.0: ICM not 
supported on this controller
[    8.665285] [7] tb_ring_free:840: thunderbolt 0000:2c:00.0: freeing 
RX ring 0
[    8.665294] [7] tb_ring_free:840: thunderbolt 0000:2c:00.0: freeing 
TX ring 0
[    8.665308] [7] tb_ring_alloc:586: thunderbolt 0000:2c:00.0: 
allocating TX ring 0 of size 10
[    8.665322] [7] tb_ring_alloc:586: thunderbolt 0000:2c:00.0: 
allocating RX ring 0 of size 10
[    8.665336] [7] tb_ctl_alloc:665: thunderbolt 0000:2c:00.0: control 
channel created
[    8.665339] [7] tb_probe:2933: thunderbolt 0000:2c:00.0: using 
software connection manager
[    8.684995] [7] tb_acpi_add_link:89: thunderbolt 0000:2c:00.0: 
created link from 0000:02:00.0
[    8.685083] [7] tb_acpi_add_link:89: thunderbolt 0000:2c:00.0: 
created link from 0000:02:01.0
[    8.766749] EDAC amd64: F18h_M10h detected (node 0).
[    8.766782] EDAC MC: UMC0 chip selects:
[    8.766783] EDAC amd64: MC: 0:  2048MB 1:     0MB
[    8.766784] EDAC amd64: MC: 2:     0MB 3:     0MB
[    8.766785] EDAC amd64: using x4 syndromes.
[    8.766789] EDAC amd64: Node 0: DRAM ECC disabled.
[    8.766790] EDAC amd64: ECC disabled in the BIOS or no ECC 
capability, module will not load.
                 Either enable ECC checking or force module loading by 
setting 'ecc_enable_override'.
                 (Note that use of the override may cause unknown side 
effects.)
[    8.805983] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.805985] Bluetooth: BNEP filters: protocol multicast
[    8.805990] Bluetooth: BNEP socket layer initialized
[    8.840720] [7] tb_acpi_add_link:89: thunderbolt 0000:2c:00.0: 
created link from 0000:2b:00.0
[    8.840732] [7] tb_acpi_add_link:89: thunderbolt 0000:2c:00.0: 
created link from 0000:2b:00.0
[    8.840903] [7] nhi_probe:1365: thunderbolt 0000:2c:00.0: NHI 
initialized, starting thunderbolt
[    8.840905] [7] tb_ctl_start:708: thunderbolt 0000:2c:00.0: control 
channel starting...
[    8.840908] [7] tb_ring_start:696: thunderbolt 0000:2c:00.0: starting 
TX ring 0
[    8.840923] [7] ring_interrupt_active:142: thunderbolt 0000:2c:00.0: 
enabling interrupt at register 0x38200 bit 0 (0x0 -> 0x1)
[    8.840926] [7] tb_ring_start:696: thunderbolt 0000:2c:00.0: starting 
RX ring 0
[    8.840941] [7] ring_interrupt_active:142: thunderbolt 0000:2c:00.0: 
enabling interrupt at register 0x38200 bit 21 (0x1 -> 0x200001)
[    8.840954] [7] tb_domain_add:459: thunderbolt 0000:2c:00.0: security 
level set to user
[    8.841983] [7] tb_switch_alloc:2362: thunderbolt 0000:2c:00.0: 
current switch config:
[    8.841987] [7] tb_dump_switch:1540: thunderbolt 0000:2c:00.0:  USB4 
Switch: 174c:2428 (Revision: 0, TB Version: 32)
[    8.841989] [7] tb_dump_switch:1543: thunderbolt 0000:2c:00.0:   Max 
Port Number: 11
[    8.841991] [7] tb_dump_switch:1544: thunderbolt 0000:2c:00.0:   Config:
[    8.841994] [7] tb_dump_switch:1545: thunderbolt 0000:2c:00.0: 
Upstream Port Number: 5 Depth: 0 Route String: 0x0 Enabled: 1, 
PlugEventsDelay: 255ms
[    8.841997] [7] tb_dump_switch:1550: thunderbolt 0000:2c:00.0: 
unknown1: 0x0 unknown4: 0x0
[    8.847195] [7] tb_switch_configure:2492: thunderbolt 0000:2c:00.0: 
initializing Switch at 0x0 (depth: 0, up port: 5)
[    8.848408] [7] usb4_switch_credits_init:757: thunderbolt 
0000:2c:00.0: 0: credit allocation parameters:
[    8.848410] [7] usb4_switch_credits_init:767: thunderbolt 
0000:2c:00.0: 0:  USB3: 64
[    8.848412] [7] usb4_switch_credits_init:771: thunderbolt 
0000:2c:00.0: 0:  DP AUX: 2
[    8.848414] [7] usb4_switch_credits_init:775: thunderbolt 
0000:2c:00.0: 0:  DP main: 0
[    8.848417] [7] usb4_switch_credits_init:779: thunderbolt 
0000:2c:00.0: 0:  PCIe: 64
[    8.848419] [7] usb4_switch_credits_init:783: thunderbolt 
0000:2c:00.0: 0:  DMA: 32
[    8.855988] [7] tb_drom_parse:628: thunderbolt 0000:2c:00.0: 0: DROM 
version: 1
[    8.857122] [7] tb_switch_add:3171: thunderbolt 0000:2c:00.0: 0: uid: 
0x14547f00174c8a29
[    8.858852] [7] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 1: 
0:0 (Revision: 0, TB Version: 1, Type: Port (0x1))
[    8.858855] [7] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop 
id (in/out): 27/27
[    8.858857] [7] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 7
[    8.858859] [7] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0xae00000
[    8.858861] [7] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits 
(total/control): 174/2
[    8.859989] [7] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 2: 
0:0 (Revision: 0, TB Version: 1, Type: Port (0x1))
[    8.859992] [7] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop 
id (in/out): 27/27
[    8.859994] [7] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 7
[    8.859996] [7] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0xae00000
[    8.859998] [7] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits 
(total/control): 174/2
[    8.862374] [7] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 3: 
0:0 (Revision: 0, TB Version: 1, Type: Port (0x1))
[    8.862377] [7] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop 
id (in/out): 27/27
[    8.862379] [7] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 7
[    8.862381] [7] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x4ae00000
[    8.862383] [7] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits 
(total/control): 174/2
[    8.863511] [7] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 4: 
0:0 (Revision: 0, TB Version: 1, Type: Port (0x1))
[    8.863514] [7] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop 
id (in/out): 27/27
[    8.863516] [7] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 7
[    8.863519] [7] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x8ae00000
[    8.863521] [7] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits 
(total/control): 174/2
[    8.863766] [7] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 5: 
0:0 (Revision: 0, TB Version: 1, Type: NHI (0x2))
[    8.863768] [7] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop 
id (in/out): 20/27
[    8.863770] [7] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 0
[    8.863773] [7] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x0
[    8.863775] [7] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits 
(total/control): 0/0
[    8.864015] [7] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 6: 
0:0 (Revision: 0, TB Version: 1, Type: PCIe (0x100101))
[    8.864017] [7] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop 
id (in/out): 8/8
[    8.864020] [7] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 1
[    8.864022] [7] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x0
[    8.864024] [7] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits 
(total/control): 0/0
[    8.864267] [7] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 7: 
0:0 (Revision: 0, TB Version: 1, Type: PCIe (0x100101))
[    8.864269] [7] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop 
id (in/out): 8/8
[    8.864271] [7] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 1
[    8.864273] [7] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x0
[    8.864276] [7] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits 
(total/control): 0/0
[    8.864517] [7] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 8: 
0:0 (Revision: 0, TB Version: 1, Type: USB (0x200101))
[    8.864519] [7] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop 
id (in/out): 8/27
[    8.864521] [7] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 1
[    8.864522] [7] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x0
[    8.864523] [7] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits 
(total/control): 0/0
[    8.864770] [7] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 9: 
0:0 (Revision: 0, TB Version: 1, Type: USB (0x200101))
[    8.864772] [7] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop 
id (in/out): 8/27
[    8.864774] [7] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 1
[    8.864776] [7] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x0
[    8.864778] [7] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits 
(total/control): 0/0
[    8.865025] [7] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 10: 
0:0 (Revision: 0, TB Version: 1, Type: DP/HDMI (0xe0101))
[    8.865027] [7] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop 
id (in/out): 9/27
[    8.865030] [7] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 0
[    8.865032] [7] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x0
[    8.865034] [7] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits 
(total/control): 0/0
[    8.865276] [7] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 11: 
0:0 (Revision: 0, TB Version: 1, Type: DP/HDMI (0xe0101))
[    8.865279] [7] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop 
id (in/out): 9/27
[    8.865281] [7] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 0
[    8.865283] [7] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x0
[    8.865285] [7] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits 
(total/control): 0/0
[    8.868440] [7] tmu_mode_init:364: thunderbolt 0000:2c:00.0: 0: TMU: 
supports uni-directional mode
[    8.868579] [7] tb_switch_tmu_init:433: thunderbolt 0000:2c:00.0: 0: 
TMU: current mode: bi-directional, HiFi
[    8.873920] [7] tb_switch_nvm_add:374: thunderbolt 0000:2c:00.0: 0: 
NVM version 200012.250409
[    8.874000] [7] tb_switch_tmu_configure:1056: thunderbolt 
0000:2c:00.0: 0: TMU: mode change bi-directional, HiFi -> 
uni-directional, LowRes requested
[    8.874444] [7] tb_switch_tmu_enable:1006: thunderbolt 0000:2c:00.0: 
0: TMU: mode set to: uni-directional, LowRes
[    8.874823] [7] tb_wait_for_port:525: thunderbolt 0000:2c:00.0: 0:1: 
is unplugged (state: 7)
[    8.874949] [7] tb_wait_for_port:533: thunderbolt 0000:2c:00.0: 0:3: 
is connected, link is up (state: 2)
[    8.877373] [7] tb_retimer_nvm_authenticate_status:196: thunderbolt 
0000:2c:00.0: 0:3: reading NVM authentication status of retimers
[    8.940379] Generic FE-GE Realtek PHY r8169-4700:00: attached PHY 
driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-4700:00, 
irq=IGNORE)
[    8.940865] EDAC amd64: F18h_M10h detected (node 0).
[    8.940901] EDAC MC: UMC0 chip selects:
[    8.940902] EDAC amd64: MC: 0:  2048MB 1:     0MB
[    8.940903] EDAC amd64: MC: 2:     0MB 3:     0MB
[    8.940905] EDAC amd64: using x4 syndromes.
[    8.940909] EDAC amd64: Node 0: DRAM ECC disabled.
[    8.940910] EDAC amd64: ECC disabled in the BIOS or no ECC 
capability, module will not load.
                 Either enable ECC checking or force module loading by 
setting 'ecc_enable_override'.
                 (Note that use of the override may cause unknown side 
effects.)
[    9.143038] usbcore: registered new interface driver r8152
[    9.147172] usbcore: registered new interface driver cdc_ether
[    9.154591] Bluetooth: hci0: RTL: fw version 0xdbc6b20f
[    9.232713] usb 2-1.1: reset SuperSpeedPlus Gen 2 USB device number 3 
using xhci_hcd
[    9.253362] r8169 0000:47:00.0 enp71s0: Link is Down
[    9.273341] EDAC amd64: F18h_M10h detected (node 0).
[    9.273374] EDAC MC: UMC0 chip selects:
[    9.273375] EDAC amd64: MC: 0:  2048MB 1:     0MB
[    9.273376] EDAC amd64: MC: 2:     0MB 3:     0MB
[    9.273377] EDAC amd64: using x4 syndromes.
[    9.273380] EDAC amd64: Node 0: DRAM ECC disabled.
[    9.273381] EDAC amd64: ECC disabled in the BIOS or no ECC 
capability, module will not load.
                 Either enable ECC checking or force module loading by 
setting 'ecc_enable_override'.
                 (Note that use of the override may cause unknown side 
effects.)
[    9.293829] r8152 2-1.1:1.0 eth0: v1.10.11
[    9.298524] NET: Registered protocol family 38
[    9.303028] r8152 2-1.1:1.0 enx4c56df200810: renamed from eth0
[    9.322374] Bluetooth: RFCOMM TTY layer initialized
[    9.322381] Bluetooth: RFCOMM socket layer initialized
[    9.322389] Bluetooth: RFCOMM ver 1.11
[    9.588663] [7] tb_retimer_unset_inbound_sbtx:236: thunderbolt 
0000:2c:00.0: 0:3: disabling sideband transactions
[    9.625104] EDAC amd64: F18h_M10h detected (node 0).
[    9.625143] EDAC MC: UMC0 chip selects:
[    9.625145] EDAC amd64: MC: 0:  2048MB 1:     0MB
[    9.625146] EDAC amd64: MC: 2:     0MB 3:     0MB
[    9.625147] EDAC amd64: using x4 syndromes.
[    9.625152] EDAC amd64: Node 0: DRAM ECC disabled.
[    9.625154] EDAC amd64: ECC disabled in the BIOS or no ECC 
capability, module will not load.
                 Either enable ECC checking or force module loading by 
setting 'ecc_enable_override'.
                 (Note that use of the override may cause unknown side 
effects.)
[    9.860926] EDAC amd64: F18h_M10h detected (node 0).
[    9.860962] EDAC MC: UMC0 chip selects:
[    9.860964] EDAC amd64: MC: 0:  2048MB 1:     0MB
[    9.860965] EDAC amd64: MC: 2:     0MB 3:     0MB
[    9.860966] EDAC amd64: using x4 syndromes.
[    9.860970] EDAC amd64: Node 0: DRAM ECC disabled.
[    9.860971] EDAC amd64: ECC disabled in the BIOS or no ECC 
capability, module will not load.
                 Either enable ECC checking or force module loading by 
setting 'ecc_enable_override'.
                 (Note that use of the override may cause unknown side 
effects.)
[    9.964938] EDAC amd64: F18h_M10h detected (node 0).
[    9.964977] EDAC MC: UMC0 chip selects:
[    9.964979] EDAC amd64: MC: 0:  2048MB 1:     0MB
[    9.964980] EDAC amd64: MC: 2:     0MB 3:     0MB
[    9.964982] EDAC amd64: using x4 syndromes.
[    9.964986] EDAC amd64: Node 0: DRAM ECC disabled.
[    9.964988] EDAC amd64: ECC disabled in the BIOS or no ECC 
capability, module will not load.
                 Either enable ECC checking or force module loading by 
setting 'ecc_enable_override'.
                 (Note that use of the override may cause unknown side 
effects.)
[   10.199152] [7] tb_switch_alloc:2362: thunderbolt 0000:2c:00.0: 
current switch config:
[   10.199156] [7] tb_dump_switch:1540: thunderbolt 0000:2c:00.0: 
Thunderbolt 3 Switch: 8086:15ef (Revision: 6, TB Version: 16)
[   10.199158] [7] tb_dump_switch:1543: thunderbolt 0000:2c:00.0:   Max 
Port Number: 13
[   10.199160] [7] tb_dump_switch:1544: thunderbolt 0000:2c:00.0:   Config:
[   10.199163] [7] tb_dump_switch:1545: thunderbolt 0000:2c:00.0: 
Upstream Port Number: 1 Depth: 1 Route String: 0x3 Enabled: 1, 
PlugEventsDelay: 254ms
[   10.199166] [7] tb_dump_switch:1550: thunderbolt 0000:2c:00.0: 
unknown1: 0x0 unknown4: 0x0
[   10.204204] [7] tb_switch_configure:2492: thunderbolt 0000:2c:00.0: 
initializing Switch at 0x3 (depth: 1, up port: 1)
[   10.233022] [7] tb_drom_bit_bang:551: thunderbolt 0000:2c:00.0: 3: 
reading DROM (length: 0x6a)
[   10.260879] bpfilter: Loaded bpfilter_umh pid 3148
[   10.260983] EDAC amd64: F18h_M10h detected (node 0).
[   10.261003] bpfilter: read fail 0
[   10.261015] EDAC MC: UMC0 chip selects:
[   10.261016] EDAC amd64: MC: 0:  2048MB 1:     0MB
[   10.261017] EDAC amd64: MC: 2:     0MB 3:     0MB
[   10.261018] EDAC amd64: using x4 syndromes.
[   10.261022] EDAC amd64: Node 0: DRAM ECC disabled.
[   10.261023] EDAC amd64: ECC disabled in the BIOS or no ECC 
capability, module will not load.
                 Either enable ECC checking or force module loading by 
setting 'ecc_enable_override'.
                 (Note that use of the override may cause unknown side 
effects.)
[   10.270168] FT_K:  3108: AXI fabric coherency (RGX_CR_SOC_AXI): 0xc
[   10.270573] FT_K:  3108: GPU00 Firmware image 'fantgpu/fh2m.fw' loaded
[   10.273563] FT_K:  3108: GPU00 Shader binary image 'fantgpu/fh2m.sh' 
loaded
[   10.596152] [7] tb_drom_parse:628: thunderbolt 0000:2c:00.0: 3: DROM 
version: 1
[   10.597271] [7] tb_switch_add:3171: thunderbolt 0000:2c:00.0: 3: uid: 
0x14251c4d448a600
[   10.599165] [7] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 1: 
8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[   10.599166] [7] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop 
id (in/out): 19/19
[   10.599167] [7] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 16
[   10.599169] [7] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x7800000
[   10.599170] [7] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits 
(total/control): 120/2
[   10.601058] [7] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 2: 
8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[   10.601060] [7] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop 
id (in/out): 19/19
[   10.601060] [7] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 16
[   10.601061] [7] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x0
[   10.601062] [7] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits 
(total/control): 0/2
[   10.602953] [7] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 3: 
8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[   10.602954] [7] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop 
id (in/out): 19/19
[   10.602955] [7] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 16
[   10.602956] [7] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x3c00000
[   10.602957] [7] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits 
(total/control): 60/2
[   10.604847] [7] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 4: 
8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[   10.604848] [7] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop 
id (in/out): 19/19
[   10.604849] [7] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 16
[   10.604850] [7] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x3c00000
[   10.604851] [7] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits 
(total/control): 60/2
[   10.604852] [7] tb_switch_add:3181: thunderbolt 0000:2c:00.0: 3:5: 
disabled by eeprom
[   10.604853] [7] tb_switch_add:3181: thunderbolt 0000:2c:00.0: 3:6: 
disabled by eeprom
[   10.604854] [7] tb_switch_add:3181: thunderbolt 0000:2c:00.0: 3:7: 
disabled by eeprom
[   10.605100] [7] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 8: 
8086:15ef (Revision: 6, TB Version: 1, Type: PCIe (0x100102))
[   10.605101] [7] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop 
id (in/out): 8/8
[   10.605102] [7] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   10.605103] [7] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   10.605104] [7] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits 
(total/control): 8/0
[   10.605353] [7] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 9: 
8086:15ef (Revision: 6, TB Version: 1, Type: PCIe (0x100101))
[   10.605354] [7] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop 
id (in/out): 8/8
[   10.605354] [7] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   10.605355] [7] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   10.605356] [7] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits 
(total/control): 8/0
[   10.605858] [7] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 10: 
8086:15ef (Revision: 6, TB Version: 1, Type: DP/HDMI (0xe0102))
[   10.605859] [7] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop 
id (in/out): 9/9
[   10.605860] [7] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   10.605861] [7] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   10.605862] [7] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits 
(total/control): 8/0
[   10.606363] [7] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 11: 
8086:15ef (Revision: 6, TB Version: 1, Type: DP/HDMI (0xe0102))
[   10.606364] [7] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop 
id (in/out): 9/9
[   10.606365] [7] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   10.606366] [7] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   10.606367] [7] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits 
(total/control): 8/0
[   10.606615] [7] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 12: 
8086:15ea (Revision: 6, TB Version: 1, Type: Inactive (0x0))
[   10.606616] [7] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop 
id (in/out): 8/8
[   10.606617] [7] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   10.606618] [7] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   10.606619] [7] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits 
(total/control): 8/0
[   10.606868] [7] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 13: 
8086:15ea (Revision: 6, TB Version: 1, Type: Inactive (0x0))
[   10.606869] [7] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop 
id (in/out): 8/8
[   10.606870] [7] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   10.606871] [7] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   10.606872] [7] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits 
(total/control): 8/0
[   10.607121] [7] tb_switch_link_init:2777: thunderbolt 0000:2c:00.0: 
3: current link speed 10.0 Gb/s
[   10.607122] [7] tb_switch_link_init:2778: thunderbolt 0000:2c:00.0: 
3: current link width symmetric, dual lanes
[   10.608257] [7] tb_switch_clx_init:231: thunderbolt 0000:2c:00.0: 3: 
CLx: current mode: disabled
[   10.611162] [7] tmu_mode_init:364: thunderbolt 0000:2c:00.0: 3: TMU: 
supports uni-directional mode
[   10.611415] [7] tb_switch_tmu_init:433: thunderbolt 0000:2c:00.0: 3: 
TMU: current mode: bi-directional, HiFi
[   10.611451] thunderbolt 0-3: new device found, vendor=0x142 device=0x221
[   10.611452] thunderbolt 0-3: Targus DOCK221
[   10.613027] [7] tb_switch_nvm_add:374: thunderbolt 0000:2c:00.0: 3: 
NVM version 50.0
[   10.613682] [7] tb_scan_port:1410: thunderbolt 0000:2c:00.0: 3: 
discovery, not touching CL states
[   10.613774] [7] tb_wait_for_port:525: thunderbolt 0000:2c:00.0: 3:3: 
is unplugged (state: 7)
[   10.614532] [7] tb_path_discover:169: thunderbolt 0000:2c:00.0: 
discovering PCIe Up path starting from 0:7
[   10.614659] [7] tb_dump_hop:20: thunderbolt 0000:2c:00.0: 0:7:  In 
HopID: 8 => Out port: 3 Out HopID: 8
[   10.614660] [7] tb_dump_hop:22: thunderbolt 0000:2c:00.0: 0:7: 
Weight: 1 Priority: 3 Credits: 0 Drop: 0 PM: 0
[   10.614661] [7] tb_dump_hop:25: thunderbolt 0000:2c:00.0: 0:7: 
Counter enabled: 0 Counter index: 0
[   10.614663] [7] tb_dump_hop:27: thunderbolt 0000:2c:00.0: 0:7:   Flow 
Control (In/Eg): 1/1 Shared Buffer (In/Eg): 0/0
[   10.614664] [7] tb_dump_hop:30: thunderbolt 0000:2c:00.0: 0:7: 
Unknown1: 0x0 Unknown2: 0x0 Unknown3: 0x0
[   10.614784] [7] tb_dump_hop:20: thunderbolt 0000:2c:00.0: 3:1:  In 
HopID: 8 => Out port: 8 Out HopID: 8
[   10.614786] [7] tb_dump_hop:22: thunderbolt 0000:2c:00.0: 3:1: 
Weight: 1 Priority: 3 Credits: 64 Drop: 0 PM: 0
[   10.614787] [7] tb_dump_hop:25: thunderbolt 0000:2c:00.0: 3:1: 
Counter enabled: 1 Counter index: 2
[   10.614788] [7] tb_dump_hop:27: thunderbolt 0000:2c:00.0: 3:1:   Flow 
Control (In/Eg): 1/0 Shared Buffer (In/Eg): 0/0
[   10.614789] [7] tb_dump_hop:30: thunderbolt 0000:2c:00.0: 3:1: 
Unknown1: 0x0 Unknown2: 0x0 Unknown3: 0x0
[   10.614790] [7] tb_path_discover:210: thunderbolt 0000:2c:00.0: path 
discovery complete
[   10.615289] [7] tb_path_discover:169: thunderbolt 0000:2c:00.0: 
discovering PCIe Down path starting from 3:8
[   10.615416] [7] tb_dump_hop:20: thunderbolt 0000:2c:00.0: 3:8:  In 
HopID: 8 => Out port: 1 Out HopID: 8
[   10.615417] [7] tb_dump_hop:22: thunderbolt 0000:2c:00.0: 3:8: 
Weight: 1 Priority: 3 Credits: 7 Drop: 0 PM: 0
[   10.615418] [7] tb_dump_hop:25: thunderbolt 0000:2c:00.0: 3:8: 
Counter enabled: 1 Counter index: 1
[   10.615420] [7] tb_dump_hop:27: thunderbolt 0000:2c:00.0: 3:8:   Flow 
Control (In/Eg): 1/1 Shared Buffer (In/Eg): 0/0
[   10.615421] [7] tb_dump_hop:30: thunderbolt 0000:2c:00.0: 3:8: 
Unknown1: 0x0 Unknown2: 0x0 Unknown3: 0x1
[   10.615542] [7] tb_dump_hop:20: thunderbolt 0000:2c:00.0: 0:3:  In 
HopID: 8 => Out port: 7 Out HopID: 8
[   10.615543] [7] tb_dump_hop:22: thunderbolt 0000:2c:00.0: 0:3: 
Weight: 1 Priority: 3 Credits: 64 Drop: 0 PM: 0
[   10.615544] [7] tb_dump_hop:25: thunderbolt 0000:2c:00.0: 0:3: 
Counter enabled: 1 Counter index: 2
[   10.615546] [7] tb_dump_hop:27: thunderbolt 0000:2c:00.0: 0:3:   Flow 
Control (In/Eg): 1/0 Shared Buffer (In/Eg): 0/0
[   10.615547] [7] tb_dump_hop:30: thunderbolt 0000:2c:00.0: 0:3: 
Unknown1: 0x0 Unknown2: 0x0 Unknown3: 0x0
[   10.615548] [7] tb_path_discover:210: thunderbolt 0000:2c:00.0: path 
discovery complete
[   10.615669] [7] tb_tunnel_discover_pci:332: thunderbolt 0000:2c:00.0: 
0:7 <-> 3:8 (PCI): discovered
[   10.616932] [7] tb_add_dp_resources:228: thunderbolt 0000:2c:00.0: 
0:10: DP IN resource available
[   10.617563] [7] tb_add_dp_resources:228: thunderbolt 0000:2c:00.0: 
0:11: DP IN resource available
[   10.661170] EDAC amd64: F18h_M10h detected (node 0).
[   10.661230] EDAC MC: UMC0 chip selects:
[   10.661231] EDAC amd64: MC: 0:  2048MB 1:     0MB
[   10.661231] EDAC amd64: MC: 2:     0MB 3:     0MB
[   10.661232] EDAC amd64: using x4 syndromes.
[   10.661239] EDAC amd64: Node 0: DRAM ECC disabled.
[   10.661240] EDAC amd64: ECC disabled in the BIOS or no ECC 
capability, module will not load.
                 Either enable ECC checking or force module loading by 
setting 'ecc_enable_override'.
                 (Note that use of the override may cause unknown side 
effects.)
[   10.669286] bpfilter: Loaded bpfilter_umh pid 3188
[   10.669425] bpfilter: read fail 0
[   10.876730] EDAC amd64: F18h_M10h detected (node 0).
[   10.876759] EDAC MC: UMC0 chip selects:
[   10.876760] EDAC amd64: MC: 0:  2048MB 1:     0MB
[   10.876761] EDAC amd64: MC: 2:     0MB 3:     0MB
[   10.876762] EDAC amd64: using x4 syndromes.
[   10.876765] EDAC amd64: Node 0: DRAM ECC disabled.
[   10.876766] EDAC amd64: ECC disabled in the BIOS or no ECC 
capability, module will not load.
                 Either enable ECC checking or force module loading by 
setting 'ecc_enable_override'.
                 (Note that use of the override may cause unknown side 
effects.)
[   10.880956] bpfilter: Loaded bpfilter_umh pid 3195
[   10.881052] bpfilter: read fail 0
[   11.016748] EDAC amd64: F18h_M10h detected (node 0).
[   11.016767] bpfilter: Loaded bpfilter_umh pid 3205
[   11.016782] EDAC MC: UMC0 chip selects:
[   11.016783] EDAC amd64: MC: 0:  2048MB 1:     0MB
[   11.016784] EDAC amd64: MC: 2:     0MB 3:     0MB
[   11.016785] EDAC amd64: using x4 syndromes.
[   11.016789] EDAC amd64: Node 0: DRAM ECC disabled.
[   11.016790] EDAC amd64: ECC disabled in the BIOS or no ECC 
capability, module will not load.
                 Either enable ECC checking or force module loading by 
setting 'ecc_enable_override'.
                 (Note that use of the override may cause unknown side 
effects.)
[   11.016875] bpfilter: read fail 0
[   11.112948] st: Version 20160209, fixed bufsize 32768, s/g segs 256
[   11.400888] EDAC amd64: F18h_M10h detected (node 0).
[   11.400951] EDAC MC: UMC0 chip selects:
[   11.400952] EDAC amd64: MC: 0:  2048MB 1:     0MB
[   11.400953] EDAC amd64: MC: 2:     0MB 3:     0MB
[   11.400954] EDAC amd64: using x4 syndromes.
[   11.400961] EDAC amd64: Node 0: DRAM ECC disabled.
[   11.400962] EDAC amd64: ECC disabled in the BIOS or no ECC 
capability, module will not load.
                 Either enable ECC checking or force module loading by 
setting 'ecc_enable_override'.
                 (Note that use of the override may cause unknown side 
effects.)
[   11.645029] bpfilter: Loaded bpfilter_umh pid 3241
[   11.645159] bpfilter: read fail 0
[   11.664748] EDAC amd64: F18h_M10h detected (node 0).
[   11.664807] EDAC MC: UMC0 chip selects:
[   11.664808] EDAC amd64: MC: 0:  2048MB 1:     0MB
[   11.664809] EDAC amd64: MC: 2:     0MB 3:     0MB
[   11.664809] EDAC amd64: using x4 syndromes.
[   11.664817] EDAC amd64: Node 0: DRAM ECC disabled.
[   11.664817] EDAC amd64: ECC disabled in the BIOS or no ECC 
capability, module will not load.
                 Either enable ECC checking or force module loading by 
setting 'ecc_enable_override'.
                 (Note that use of the override may cause unknown side 
effects.)
[   11.888710] EDAC amd64: F18h_M10h detected (node 0).
[   11.888768] EDAC MC: UMC0 chip selects:
[   11.888769] EDAC amd64: MC: 0:  2048MB 1:     0MB
[   11.888770] EDAC amd64: MC: 2:     0MB 3:     0MB
[   11.888770] EDAC amd64: using x4 syndromes.
[   11.888778] EDAC amd64: Node 0: DRAM ECC disabled.
[   11.888779] EDAC amd64: ECC disabled in the BIOS or no ECC 
capability, module will not load.
                 Either enable ECC checking or force module loading by 
setting 'ecc_enable_override'.
                 (Note that use of the override may cause unknown side 
effects.)
[   11.888889] bpfilter: Loaded bpfilter_umh pid 3244
[   11.888998] bpfilter: read fail 0
[   12.194802] bpfilter: Loaded bpfilter_umh pid 3287
[   12.194954] bpfilter: read fail 0
[   12.467052] bpfilter: Loaded bpfilter_umh pid 3349
[   12.467162] bpfilter: read fail 0
[   12.697935] IPv6: ADDRCONF(NETDEV_CHANGE): enx4c56df200810: link 
becomes ready
[   12.698124] r8152 2-1.1:1.0 enx4c56df200810: carrier on
[   12.816779] bpfilter: Loaded bpfilter_umh pid 3360
[   12.816877] bpfilter: read fail 0
[   13.134792] bpfilter: Loaded bpfilter_umh pid 3388
[   13.134903] bpfilter: read fail 0
[   13.312709] bpfilter: Loaded bpfilter_umh pid 3411
[   13.312815] bpfilter: read fail 0
[   13.414611] bpfilter: Loaded bpfilter_umh pid 3417
[   13.414711] bpfilter: read fail 0
[   13.513072] bpfilter: Loaded bpfilter_umh pid 3421
[   13.513182] bpfilter: read fail 0
[   13.568354] i2c_designware HYGO0010:02: controller timed out, slave 
addr: 0x2c
[   13.662683] bpfilter: Loaded bpfilter_umh pid 3442
[   13.662776] bpfilter: read fail 0
[   13.780799] bpfilter: Loaded bpfilter_umh pid 3472
[   13.780940] bpfilter: read fail 0
[   13.878687] bpfilter: Loaded bpfilter_umh pid 3484
[   13.878838] bpfilter: read fail 0
[   13.944453] bpfilter: Loaded bpfilter_umh pid 3488
[   13.944602] bpfilter: read fail 0
[   14.054724] bpfilter: Loaded bpfilter_umh pid 3505
[   14.054824] bpfilter: read fail 0
[   14.144384] bpfilter: Loaded bpfilter_umh pid 3509
[   14.144481] bpfilter: read fail 0
[   14.214427] bpfilter: Loaded bpfilter_umh pid 3512
[   14.214518] bpfilter: read fail 0
[   14.296560] bpfilter: Loaded bpfilter_umh pid 3518
[   14.296664] bpfilter: read fail 0
[   14.390274] bpfilter: Loaded bpfilter_umh pid 3520
[   14.390369] bpfilter: read fail 0
[   14.480399] bpfilter: Loaded bpfilter_umh pid 3525
[   14.480498] bpfilter: read fail 0
[   14.558478] bpfilter: Loaded bpfilter_umh pid 3527
[   14.558565] bpfilter: read fail 0
[   14.592355] i2c_designware HYGO0010:02: controller timed out, slave 
addr: 0x2c
[   14.672934] bpfilter: Loaded bpfilter_umh pid 3562
[   14.673036] bpfilter: read fail 0
[   14.842663] bpfilter: Loaded bpfilter_umh pid 3660
[   14.842758] bpfilter: read fail 0
[   14.957030] bpfilter: Loaded bpfilter_umh pid 3676
[   14.957142] bpfilter: read fail 0
[   15.082887] bpfilter: Loaded bpfilter_umh pid 3686
[   15.083003] bpfilter: read fail 0
[   15.184872] bpfilter: Loaded bpfilter_umh pid 3698
[   15.184970] bpfilter: read fail 0
[   15.311336] bpfilter: Loaded bpfilter_umh pid 3751
[   15.311517] bpfilter: read fail 0
[   15.476966] bpfilter: Loaded bpfilter_umh pid 3815
[   15.477074] bpfilter: read fail 0
[   15.587023] bpfilter: Loaded bpfilter_umh pid 3877
[   15.587138] bpfilter: read fail 0
[   15.697918] bpfilter: Loaded bpfilter_umh pid 3908
[   15.698056] bpfilter: read fail 0
[   15.818836] bpfilter: Loaded bpfilter_umh pid 3958
[   15.818935] bpfilter: read fail 0
[   15.956023] bpfilter: Loaded bpfilter_umh pid 3988
[   15.956119] bpfilter: read fail 0
[   16.079654] bpfilter: Loaded bpfilter_umh pid 4012
[   16.079752] bpfilter: read fail 0
[   16.261208] bpfilter: Loaded bpfilter_umh pid 4175
[   16.261381] bpfilter: read fail 0
[   16.516601] bpfilter: Loaded bpfilter_umh pid 4392
[   16.516796] bpfilter: read fail 0
[   16.702091] bpfilter: Loaded bpfilter_umh pid 4535
[   16.702308] bpfilter: read fail 0
[   16.899290] bpfilter: Loaded bpfilter_umh pid 4627
[   16.899831] bpfilter: read fail 0
[   17.041197] bpfilter: Loaded bpfilter_umh pid 4681
[   17.041305] bpfilter: read fail 0
[   17.146766] bpfilter: Loaded bpfilter_umh pid 4749
[   17.146869] bpfilter: read fail 0
[   17.260997] bpfilter: Loaded bpfilter_umh pid 4778
[   17.261099] bpfilter: read fail 0
[   17.370826] bpfilter: Loaded bpfilter_umh pid 4790
[   17.370929] bpfilter: read fail 0
[   17.473432] bpfilter: Loaded bpfilter_umh pid 4819
[   17.473556] bpfilter: read fail 0
[   17.570838] bpfilter: Loaded bpfilter_umh pid 4827
[   17.570944] bpfilter: read fail 0
[   17.692547] bpfilter: Loaded bpfilter_umh pid 4855
[   17.692642] bpfilter: read fail 0
[   17.798658] bpfilter: Loaded bpfilter_umh pid 4861
[   17.798754] bpfilter: read fail 0
[   17.885707] bpfilter: Loaded bpfilter_umh pid 4869
[   17.885803] bpfilter: read fail 0
[   18.062608] bpfilter: Loaded bpfilter_umh pid 4879
[   18.062715] bpfilter: read fail 0
[   18.173185] bpfilter: Loaded bpfilter_umh pid 4884
[   18.173284] bpfilter: read fail 0
[   18.334708] bpfilter: Loaded bpfilter_umh pid 4887
[   18.334811] bpfilter: read fail 0
[   18.485224] bpfilter: Loaded bpfilter_umh pid 4894
[   18.485317] bpfilter: read fail 0
[   18.619073] bpfilter: Loaded bpfilter_umh pid 4899
[   18.619178] bpfilter: read fail 0
[   18.772894] bpfilter: Loaded bpfilter_umh pid 4903
[   18.772994] bpfilter: read fail 0
[   18.846553] bpfilter: Loaded bpfilter_umh pid 4906
[   18.846651] bpfilter: read fail 0
[   18.944354] i2c_designware HYGO0010:02: controller timed out, slave 
addr: 0x3c
[   18.947332] bpfilter: Loaded bpfilter_umh pid 4918
[   18.947517] bpfilter: read fail 0
[   19.150726] bpfilter: Loaded bpfilter_umh pid 4975
[   19.150827] bpfilter: read fail 0
[   19.278736] bpfilter: Loaded bpfilter_umh pid 4988
[   19.278836] bpfilter: read fail 0
[   19.420692] bpfilter: Loaded bpfilter_umh pid 4990
[   19.420830] bpfilter: read fail 0
[   19.594746] bpfilter: Loaded bpfilter_umh pid 4994
[   19.594873] bpfilter: read fail 0
[   19.762772] bpfilter: Loaded bpfilter_umh pid 4998
[   19.762896] bpfilter: read fail 0
[   19.942927] bpfilter: Loaded bpfilter_umh pid 5042
[   19.943031] bpfilter: read fail 0
[   20.079242] bpfilter: Loaded bpfilter_umh pid 5067
[   20.079365] bpfilter: read fail 0
[   20.227100] bpfilter: Loaded bpfilter_umh pid 5105
[   20.227223] bpfilter: read fail 0
[   20.349722] bpfilter: Loaded bpfilter_umh pid 5113
[   20.349843] bpfilter: read fail 0
[   20.442878] bpfilter: Loaded bpfilter_umh pid 5117
[   20.442999] bpfilter: read fail 0
[   20.570896] bpfilter: Loaded bpfilter_umh pid 5120
[   20.571024] bpfilter: read fail 0
[   20.674754] bpfilter: Loaded bpfilter_umh pid 5123
[   20.674876] bpfilter: read fail 0
[   20.794824] bpfilter: Loaded bpfilter_umh pid 5126
[   20.794947] bpfilter: read fail 0
[   20.902922] bpfilter: Loaded bpfilter_umh pid 5129
[   20.903043] bpfilter: read fail 0
[   20.994737] bpfilter: Loaded bpfilter_umh pid 5134
[   20.994842] bpfilter: read fail 0
[   21.155098] bpfilter: Loaded bpfilter_umh pid 5168
[   21.155211] bpfilter: read fail 0
[   21.270799] bpfilter: Loaded bpfilter_umh pid 5274
[   21.270906] bpfilter: read fail 0
[   21.374772] bpfilter: Loaded bpfilter_umh pid 5288
[   21.374871] bpfilter: read fail 0
[   21.490660] bpfilter: Loaded bpfilter_umh pid 5297
[   21.490755] bpfilter: read fail 0
[   21.563179] bpfilter: Loaded bpfilter_umh pid 5300
[   21.563309] bpfilter: read fail 0
[   21.685071] bpfilter: Loaded bpfilter_umh pid 5306
[   21.685180] bpfilter: read fail 0
[   21.782837] bpfilter: Loaded bpfilter_umh pid 5308
[   21.782957] bpfilter: read fail 0
[   21.892664] bpfilter: Loaded bpfilter_umh pid 5314
[   21.892784] bpfilter: read fail 0
[   22.018687] bpfilter: Loaded bpfilter_umh pid 5321
[   22.018807] bpfilter: read fail 0
[   22.100747] bpfilter: Loaded bpfilter_umh pid 5327
[   22.100865] bpfilter: read fail 0
[   22.206712] bpfilter: Loaded bpfilter_umh pid 5329
[   22.206828] bpfilter: read fail 0
[   22.294973] bpfilter: Loaded bpfilter_umh pid 5356
[   22.295085] bpfilter: read fail 0
[   22.442864] bpfilter: Loaded bpfilter_umh pid 5387
[   22.442970] bpfilter: read fail 0
[   22.554877] bpfilter: Loaded bpfilter_umh pid 5389
[   22.554992] bpfilter: read fail 0
[   22.638707] bpfilter: Loaded bpfilter_umh pid 5393
[   22.638822] bpfilter: read fail 0
[   22.739808] bpfilter: Loaded bpfilter_umh pid 5395
[   22.739905] bpfilter: read fail 0
[   22.870725] bpfilter: Loaded bpfilter_umh pid 5398
[   22.870824] bpfilter: read fail 0
[   22.946884] bpfilter: Loaded bpfilter_umh pid 5403
[   22.946978] bpfilter: read fail 0
[   23.050819] bpfilter: Loaded bpfilter_umh pid 5425
[   23.050924] bpfilter: read fail 0
[   23.136068] bpfilter: Loaded bpfilter_umh pid 5437
[   23.136185] bpfilter: read fail 0
[   23.242725] bpfilter: Loaded bpfilter_umh pid 5509
[   23.242840] bpfilter: read fail 0
[   23.329125] bpfilter: Loaded bpfilter_umh pid 5524
[   23.329222] bpfilter: read fail 0
[   23.417828] bpfilter: Loaded bpfilter_umh pid 5556
[   23.417923] bpfilter: read fail 0
[   23.522794] bpfilter: Loaded bpfilter_umh pid 5580
[   23.522895] bpfilter: read fail 0
[   23.617393] bpfilter: Loaded bpfilter_umh pid 5584
[   23.617487] bpfilter: read fail 0
[   23.710751] bpfilter: Loaded bpfilter_umh pid 5587
[   23.710871] bpfilter: read fail 0
[   23.797319] bpfilter: Loaded bpfilter_umh pid 5591
[   23.797419] bpfilter: read fail 0
[   23.902649] bpfilter: Loaded bpfilter_umh pid 5594
[   23.902767] bpfilter: read fail 0
[   23.993427] bpfilter: Loaded bpfilter_umh pid 5599
[   23.993520] bpfilter: read fail 0
[   24.106659] bpfilter: Loaded bpfilter_umh pid 5604
[   24.106759] bpfilter: read fail 0
[   24.202689] bpfilter: Loaded bpfilter_umh pid 5606
[   24.202789] bpfilter: read fail 0
[   24.314926] bpfilter: Loaded bpfilter_umh pid 5609
[   24.315044] bpfilter: read fail 0
[   24.398805] bpfilter: Loaded bpfilter_umh pid 5611
[   24.398904] bpfilter: read fail 0
[   24.490978] bpfilter: Loaded bpfilter_umh pid 5643
[   24.491071] bpfilter: read fail 0
[   24.622842] bpfilter: Loaded bpfilter_umh pid 5666
[   24.622946] bpfilter: read fail 0
[   24.715049] bpfilter: Loaded bpfilter_umh pid 5669
[   24.715168] bpfilter: read fail 0
[   24.786421] bpfilter: Loaded bpfilter_umh pid 5671
[   24.786544] bpfilter: read fail 0
[   24.870386] bpfilter: Loaded bpfilter_umh pid 5674
[   24.870511] bpfilter: read fail 0
[   24.958462] bpfilter: Loaded bpfilter_umh pid 5677
[   24.958588] bpfilter: read fail 0
[   25.042360] bpfilter: Loaded bpfilter_umh pid 5680
[   25.042489] bpfilter: read fail 0
[   25.136717] bpfilter: Loaded bpfilter_umh pid 5693
[   25.136838] bpfilter: read fail 0
[   25.242410] bpfilter: Loaded bpfilter_umh pid 5696
[   25.242535] bpfilter: read fail 0
[   25.328555] bpfilter: Loaded bpfilter_umh pid 5700
[   25.328681] bpfilter: read fail 0
[   25.430413] bpfilter: Loaded bpfilter_umh pid 5702
[   25.430536] bpfilter: read fail 0
[   25.524496] bpfilter: Loaded bpfilter_umh pid 5709
[   25.524587] bpfilter: read fail 0
[   25.626945] bpfilter: Loaded bpfilter_umh pid 5747
[   25.627053] bpfilter: read fail 0
[   25.726839] bpfilter: Loaded bpfilter_umh pid 5762
[   25.726938] bpfilter: read fail 0
[   25.822987] bpfilter: Loaded bpfilter_umh pid 5764
[   25.823095] bpfilter: read fail 0
[   25.920567] bpfilter: Loaded bpfilter_umh pid 5769
[   25.920690] bpfilter: read fail 0
[   26.010714] bpfilter: Loaded bpfilter_umh pid 5772
[   26.010835] bpfilter: read fail 0
[   26.118714] bpfilter: Loaded bpfilter_umh pid 5775
[   26.118839] bpfilter: read fail 0
[   26.226576] bpfilter: Loaded bpfilter_umh pid 5777
[   26.226696] bpfilter: read fail 0
[   26.333026] bpfilter: Loaded bpfilter_umh pid 5782
[   26.333124] bpfilter: read fail 0
[   26.430904] bpfilter: Loaded bpfilter_umh pid 5784
[   26.431000] bpfilter: read fail 0
[   26.530798] bpfilter: Loaded bpfilter_umh pid 5787
[   26.530891] bpfilter: read fail 0
[   26.630637] bpfilter: Loaded bpfilter_umh pid 5796
[   26.630735] bpfilter: read fail 0
[   26.733122] bpfilter: Loaded bpfilter_umh pid 5840
[   26.733247] bpfilter: read fail 0
[   26.866788] bpfilter: Loaded bpfilter_umh pid 5847
[   26.866888] bpfilter: read fail 0
[   26.958893] bpfilter: Loaded bpfilter_umh pid 5850
[   26.959009] bpfilter: read fail 0
[   27.059128] bpfilter: Loaded bpfilter_umh pid 5853
[   27.059228] bpfilter: read fail 0
[   27.145168] bpfilter: Loaded bpfilter_umh pid 5866
[   27.145269] bpfilter: read fail 0
[   27.274788] bpfilter: Loaded bpfilter_umh pid 5869
[   27.274890] bpfilter: read fail 0
[   27.414773] bpfilter: Loaded bpfilter_umh pid 5871
[   27.414891] bpfilter: read fail 0
[   27.506974] bpfilter: Loaded bpfilter_umh pid 5874
[   27.507075] bpfilter: read fail 0
[   27.614744] bpfilter: Loaded bpfilter_umh pid 5876
[   27.614841] bpfilter: read fail 0
[   27.706460] bpfilter: Loaded bpfilter_umh pid 5881
[   27.706552] bpfilter: read fail 0
[   27.810846] bpfilter: Loaded bpfilter_umh pid 5895
[   27.810950] bpfilter: read fail 0
[   27.902605] bpfilter: Loaded bpfilter_umh pid 5900
[   27.902699] bpfilter: read fail 0
[   27.974574] bpfilter: Loaded bpfilter_umh pid 5903
[   27.974667] bpfilter: read fail 0
[   28.034314] bpfilter: Loaded bpfilter_umh pid 5905
[   28.034412] bpfilter: read fail 0
[   28.115149] bpfilter: Loaded bpfilter_umh pid 5911
[   28.115257] bpfilter: read fail 0
[   28.206783] bpfilter: Loaded bpfilter_umh pid 5913
[   28.206881] bpfilter: read fail 0
[   28.302780] bpfilter: Loaded bpfilter_umh pid 5918
[   28.302880] bpfilter: read fail 0
[   28.406613] bpfilter: Loaded bpfilter_umh pid 5932
[   28.406707] bpfilter: read fail 0
[   28.502686] bpfilter: Loaded bpfilter_umh pid 5952
[   28.502780] bpfilter: read fail 0
[   28.617103] bpfilter: Loaded bpfilter_umh pid 5964
[   28.617197] bpfilter: read fail 0
[   28.702614] bpfilter: Loaded bpfilter_umh pid 5968
[   28.702708] bpfilter: read fail 0
[   28.798651] bpfilter: Loaded bpfilter_umh pid 5974
[   28.798778] bpfilter: read fail 0
[   28.886806] bpfilter: Loaded bpfilter_umh pid 5983
[   28.886900] bpfilter: read fail 0
[   28.986825] bpfilter: Loaded bpfilter_umh pid 5986
[   28.986929] bpfilter: read fail 0
[   29.071374] bpfilter: Loaded bpfilter_umh pid 6001
[   29.071377] bpfilter: write fail -32
[   36.721287] PM: suspend entry (deep)
[   36.729228] Filesystems sync: 0.007 seconds
[   36.729434] [fant_vpu_info][vpu_notifier:2319]vpu_notifier: prepare 
suspend time:36565093428
[   36.756643] Freezing user space processes ... (elapsed 0.002 seconds) 
done.
[   36.759132] OOM killer disabled.
[   36.759133] Freezing remaining freezable tasks ... (elapsed 0.001 
seconds) done.
[   36.760390] printk: Suspending console(s) (use no_console_suspend to 
debug)
[   36.760563] [dfreqgov][fant_devfreq_monitor_suspend:778]suspend done
[   36.804365] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[   37.628281] [fant_vpu_info][fantvpu_suspend:2835]fantvpu_suspend:2835
[   37.837900] FT_K:  6027: FantgpuSysDevPrePowerState() state: 
current=1, new=0; flags: 0x00000003
[   37.837904] FT_K:  6027: FantgpuSysDevPrePowerState() gpu_local heap 
stats: total=0x1cc00000, used=0x1e86000, free=0x1ad7a000
[   37.848714] FT_K:  6027: FantgpuSysDevPrePowerState() backup 
gpu_local heap to sys memory done
[   37.848717] FT_K:  6027: FantgpuSysDevPrePowerState() gpu_inv heap 
stats: total=0xe0000000, used=0x2be0000, free=0xdd420000
[   37.877434] FT_K:  6027: FantgpuSysDevPrePowerState() backup gpu_inv 
heap to sys memory done
[   38.109517] ACPI: EC: interrupt blocked
[   38.188561] [308] tb_suspend_noirq:2630: thunderbolt 0000:2c:00.0: 
suspending...
[   38.188564] [308] tb_switch_suspend:3454: thunderbolt 0000:2c:00.0: 
0: suspending switch
[   38.188567] [308] tb_switch_suspend:3454: thunderbolt 0000:2c:00.0: 
3: suspending switch
[   38.188861] [308] tb_switch_set_wake:3340: thunderbolt 0000:2c:00.0: 
3: enabling wakeup: 0x1c
[   38.190629] [308] tb_switch_set_wake:3340: thunderbolt 0000:2c:00.0: 
0: enabling wakeup: 0x1c
[   38.192478] [308] tb_suspend_noirq:2634: thunderbolt 0000:2c:00.0: 
suspend finished
[   38.192480] [308] tb_ring_stop:771: thunderbolt 0000:2c:00.0: 
stopping RX ring 0
[   38.192484] [308] ring_interrupt_active:142: thunderbolt 
0000:2c:00.0: disabling interrupt at register 0x38200 bit 21 (0x200001 
-> 0x1)
[   38.192494] [308] tb_ring_stop:771: thunderbolt 0000:2c:00.0: 
stopping TX ring 0
[   38.192498] [308] ring_interrupt_active:142: thunderbolt 
0000:2c:00.0: disabling interrupt at register 0x38200 bit 0 (0x1 -> 0x0)
[   38.192505] [308] tb_ctl_stop:738: thunderbolt 0000:2c:00.0: control 
channel stopped
[   38.492520] ACPI: Preparing to enter system sleep state S3
[   38.492579] ACPI: EC: event blocked
[   38.492579] ACPI: EC: EC stopped
[   38.492580] PM: Saving platform NVS memory
[   38.492909] Disabling non-boot CPUs ...
[   38.494546] smpboot: CPU 1 is now offline
[   38.498392] smpboot: CPU 2 is now offline
[   38.502626] smpboot: CPU 3 is now offline
[   38.506379] smpboot: CPU 4 is now offline
[   38.509790] smpboot: CPU 5 is now offline
[   38.513655] smpboot: CPU 6 is now offline
[   38.517349] smpboot: CPU 7 is now offline
[   38.521357] smpboot: CPU 8 is now offline
[   38.524150] Spectre V2 : Update user space SMT mitigation: STIBP off
[   38.525530] smpboot: CPU 9 is now offline
[   38.529422] smpboot: CPU 10 is now offline
[   38.533774] smpboot: CPU 11 is now offline
[   38.537469] smpboot: CPU 12 is now offline
[   38.541118] smpboot: CPU 13 is now offline
[   38.545020] smpboot: CPU 14 is now offline
[   38.549240] smpboot: CPU 15 is now offline
[   38.552654] ACPI: Low-level resume complete
[   38.552713] ACPI: EC: EC started
[   38.552713] PM: Restoring platform NVS memory
[   38.553767] Enabling non-boot CPUs ...
[   38.553819] x86: Booting SMP configuration:
[   38.553820] smpboot: Booting Node 0 Processor 1 APIC 0x2
[   38.556493] CPU1 is up
[   38.556510] smpboot: Booting Node 0 Processor 2 APIC 0x4
[   38.558952] CPU2 is up
[   38.558967] smpboot: Booting Node 0 Processor 3 APIC 0x6
[   38.561410] CPU3 is up
[   38.561423] smpboot: Booting Node 0 Processor 4 APIC 0x8
[   38.564035] CPU4 is up
[   38.564051] smpboot: Booting Node 0 Processor 5 APIC 0xa
[   38.566584] CPU5 is up
[   38.566598] smpboot: Booting Node 0 Processor 6 APIC 0xc
[   38.569156] CPU6 is up
[   38.569171] smpboot: Booting Node 0 Processor 7 APIC 0xe
[   38.571740] CPU7 is up
[   38.571756] smpboot: Booting Node 0 Processor 8 APIC 0x1
[   38.574362] Spectre V2 : Update user space SMT mitigation: STIBP 
always-on
[   38.574367] CPU8 is up
[   38.574399] smpboot: Booting Node 0 Processor 9 APIC 0x3
[   38.576956] CPU9 is up
[   38.576970] smpboot: Booting Node 0 Processor 10 APIC 0x5
[   38.579536] CPU10 is up
[   38.579549] smpboot: Booting Node 0 Processor 11 APIC 0x7
[   38.582138] CPU11 is up
[   38.582150] smpboot: Booting Node 0 Processor 12 APIC 0x9
[   38.584784] CPU12 is up
[   38.584799] smpboot: Booting Node 0 Processor 13 APIC 0xb
[   38.587473] CPU13 is up
[   38.587486] smpboot: Booting Node 0 Processor 14 APIC 0xd
[   38.590188] CPU14 is up
[   38.590204] smpboot: Booting Node 0 Processor 15 APIC 0xf
[   38.592939] CPU15 is up
[   38.595157] ACPI: Waking up from system sleep state S3
[   38.598912] ACPI: EC: interrupt unblocked
[   39.198326] [6343] tb_ctl_start:708: thunderbolt 0000:2c:00.0: 
control channel starting...
[   39.198328] [6343] tb_ring_start:696: thunderbolt 0000:2c:00.0: 
starting TX ring 0
[   39.198338] [6343] ring_interrupt_active:142: thunderbolt 
0000:2c:00.0: enabling interrupt at register 0x38200 bit 0 (0x0 -> 0x1)
[   39.198340] [6343] tb_ring_start:696: thunderbolt 0000:2c:00.0: 
starting RX ring 0
[   39.198349] [6343] ring_interrupt_active:142: thunderbolt 
0000:2c:00.0: enabling interrupt at register 0x38200 bit 21 (0x1 -> 
0x200001)
[   39.198356] [6343] tb_resume_noirq:2678: thunderbolt 0000:2c:00.0: 
resuming...
[   39.198358] [6343] tb_switch_resume:3354: thunderbolt 0000:2c:00.0: 
0: resuming switch
[   39.198360] [6343] tb_switch_configure:2492: thunderbolt 
0000:2c:00.0: restoring Switch at 0x0 (depth: 0, up port: 5)
[   39.198706] [6343] usb4_switch_check_wakes:192: thunderbolt 
0000:2c:00.0: 0:1: USB4 wake: no, connection wake: no, disconnection 
wake: no
[   39.198831] [6343] usb4_switch_check_wakes:192: thunderbolt 
0000:2c:00.0: 0:3: USB4 wake: no, connection wake: no, disconnection 
wake: no
[   39.198833] [6343] tb_switch_set_wake:3342: thunderbolt 0000:2c:00.0: 
0: disabling wakeup
[   39.202495] [6343] tmu_mode_init:364: thunderbolt 0000:2c:00.0: 0: 
TMU: supports uni-directional mode
[   39.202621] [6343] tb_switch_tmu_init:433: thunderbolt 0000:2c:00.0: 
0: TMU: current mode: off
[   39.202747] [6343] tb_wait_for_port:520: thunderbolt 0000:2c:00.0: 
0:3: is unplugged (state: 7), retrying...
[   39.310253] [6343] tb_wait_for_port:544: thunderbolt 0000:2c:00.0: 
0:3: is connected, link is not up (state: 1), retrying...
[   39.418253] [6343] tb_wait_for_port:544: thunderbolt 0000:2c:00.0: 
0:3: is connected, link is not up (state: 1), retrying...
[   39.526252] [6343] tb_wait_for_port:544: thunderbolt 0000:2c:00.0: 
0:3: is connected, link is not up (state: 1), retrying...
[   39.598446] [1950] tb_cfg_ack_plug:824: thunderbolt 0000:2c:00.0: 
acking hot plug event on 0:3
[   39.599093] [1950] tb_cfg_ack_plug:824: thunderbolt 0000:2c:00.0: 
acking hot plug event on 0:4
[   39.601772] [1950] tb_cfg_ack_plug:824: thunderbolt 0000:2c:00.0: 
acking hot unplug event on 0:3
[   39.602422] [1950] tb_cfg_ack_plug:824: thunderbolt 0000:2c:00.0: 
acking hot plug event on 0:3
[   39.603150] [1950] tb_cfg_ack_plug:824: thunderbolt 0000:2c:00.0: 
acking hot unplug event on 0:4
[   39.634253] [6343] tb_wait_for_port:520: thunderbolt 0000:2c:00.0: 
0:3: is unplugged (state: 7), retrying...
[   39.671426] [1950] tb_cfg_ack_plug:824: thunderbolt 0000:2c:00.0: 
acking hot unplug event on 0:3
[   39.742252] [6343] tb_wait_for_port:520: thunderbolt 0000:2c:00.0: 
0:3: is unplugged (state: 7), retrying...
[   39.850253] [6343] tb_wait_for_port:520: thunderbolt 0000:2c:00.0: 
0:3: is unplugged (state: 7), retrying...
[   39.958250] [6343] tb_wait_for_port:520: thunderbolt 0000:2c:00.0: 
0:3: is unplugged (state: 7), retrying...
[   40.066252] [6343] tb_wait_for_port:520: thunderbolt 0000:2c:00.0: 
0:3: is unplugged (state: 7), retrying...
[   40.174252] [6343] tb_wait_for_port:544: thunderbolt 0000:2c:00.0: 
0:3: is connected, link is not up (state: 1), retrying...
[   40.239562] [1950] tb_cfg_ack_plug:824: thunderbolt 0000:2c:00.0: 
acking hot plug event on 0:3
[   40.243585] [1950] tb_cfg_ack_plug:824: thunderbolt 0000:2c:00.0: 
acking hot plug event on 0:4
[   40.282189] thunderbolt 0000:2c:00.0: 0:3: failed to reach state 
TB_PORT_UP. Ignoring port...
[   40.282190] thunderbolt 0000:2c:00.0: 0:3: lost during suspend, 
disconnecting
[   40.282194] [6343] tb_tunnel_deactivate:2249: thunderbolt 
0000:2c:00.0: 0:7 <-> 3:8 (PCI): deactivating
[   40.282284] [6343] tb_path_deactivate:470: thunderbolt 0000:2c:00.0: 
deactivating PCIe Down path from 3:8 to 0:7
[   40.282410] [6343] tb_path_deactivate:470: thunderbolt 0000:2c:00.0: 
deactivating PCIe Up path from 0:7 to 3:8
[   40.282631] thunderbolt 0-3: device disconnected
[   40.282692] [6343] tb_switch_tmu_configure:1056: thunderbolt 
0000:2c:00.0: 0: TMU: mode change off -> bi-directional, HiFi requested
[   40.283137] [6343] tb_switch_tmu_enable:1006: thunderbolt 
0000:2c:00.0: 0: TMU: mode set to: bi-directional, HiFi
[   40.284148] [6343] tb_resume_noirq:2722: thunderbolt 0000:2c:00.0: 
resume finished
[   40.284156] [6348] tb_handle_hotplug:2196: thunderbolt 0000:2c:00.0: 
0:3: hotplug: scanning
[   40.284274] [6348] tb_wait_for_port:533: thunderbolt 0000:2c:00.0: 
0:3: is connected, link is up (state: 2)
[   40.286132] [6348] tb_retimer_nvm_authenticate_status:196: 
thunderbolt 0000:2c:00.0: 0:3: reading NVM authentication status of retimers
[   40.998274] [6348] tb_retimer_unset_inbound_sbtx:236: thunderbolt 
0000:2c:00.0: 0:3: disabling sideband transactions
[   41.614682] [6348] tb_switch_alloc:2362: thunderbolt 0000:2c:00.0: 
current switch config:
[   41.614684] [6348] tb_dump_switch:1540: thunderbolt 0000:2c:00.0: 
Thunderbolt 3 Switch: 8086:15ef (Revision: 6, TB Version: 16)
[   41.614686] [6348] tb_dump_switch:1543: thunderbolt 0000:2c:00.0: 
Max Port Number: 13
[   41.614687] [6348] tb_dump_switch:1544: thunderbolt 0000:2c:00.0: 
Config:
[   41.614688] [6348] tb_dump_switch:1545: thunderbolt 0000:2c:00.0: 
Upstream Port Number: 0 Depth: 0 Route String: 0x0 Enabled: 0, 
PlugEventsDelay: 10ms
[   41.614689] [6348] tb_dump_switch:1550: thunderbolt 0000:2c:00.0: 
unknown1: 0x0 unknown4: 0x0
[   41.619736] [6348] tb_switch_configure:2492: thunderbolt 
0000:2c:00.0: initializing Switch at 0x3 (depth: 1, up port: 1)
[   41.622762] [1950] tb_cfg_ack_plug:824: thunderbolt 0000:2c:00.0: 
acking hot plug event on 3:2
[   41.638241] [6348] tb_drom_bit_bang:551: thunderbolt 0000:2c:00.0: 3: 
reading DROM (length: 0x6a)
[   41.983316] [6348] tb_drom_parse:628: thunderbolt 0000:2c:00.0: 3: 
DROM version: 1
[   41.984327] [6348] tb_switch_add:3171: thunderbolt 0000:2c:00.0: 3: 
uid: 0x14251c4d448a600
[   41.986221] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
1: 8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[   41.986223] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 19/19
[   41.986224] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 16
[   41.986225] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x3c00000
[   41.986226] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 60/2
[   41.988115] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
2: 8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[   41.988116] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 19/19
[   41.988117] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 16
[   41.988118] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x3c00000
[   41.988119] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 60/2
[   41.990009] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
3: 8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[   41.990010] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 19/19
[   41.990011] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 16
[   41.990012] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x3c00000
[   41.990013] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 60/2
[   41.991905] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
4: 8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[   41.991906] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 19/19
[   41.991907] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 16
[   41.991908] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x3c00000
[   41.991909] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 60/2
[   41.991910] [6348] tb_switch_add:3181: thunderbolt 0000:2c:00.0: 3:5: 
disabled by eeprom
[   41.991911] [6348] tb_switch_add:3181: thunderbolt 0000:2c:00.0: 3:6: 
disabled by eeprom
[   41.991912] [6348] tb_switch_add:3181: thunderbolt 0000:2c:00.0: 3:7: 
disabled by eeprom
[   41.992157] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
8: 8086:15ef (Revision: 6, TB Version: 1, Type: PCIe (0x100102))
[   41.992158] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 8/8
[   41.992158] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   41.992159] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   41.992160] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 8/0
[   41.992409] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
9: 8086:15ef (Revision: 6, TB Version: 1, Type: PCIe (0x100101))
[   41.992410] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 8/8
[   41.992411] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   41.992412] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   41.992413] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 8/0
[   41.992915] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
10: 8086:15ef (Revision: 6, TB Version: 1, Type: DP/HDMI (0xe0102))
[   41.992916] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 9/9
[   41.992917] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   41.992918] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   41.992919] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 8/0
[   41.993420] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
11: 8086:15ef (Revision: 6, TB Version: 1, Type: DP/HDMI (0xe0102))
[   41.993421] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 9/9
[   41.993422] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   41.993423] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   41.993423] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 8/0
[   41.993672] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
12: 8086:15ea (Revision: 6, TB Version: 1, Type: Inactive (0x0))
[   41.993673] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 8/8
[   41.993674] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   41.993675] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   41.993676] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 8/0
[   41.993925] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
13: 8086:15ea (Revision: 6, TB Version: 1, Type: Inactive (0x0))
[   41.993926] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 8/8
[   41.993927] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   41.993927] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   41.993928] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 8/0
[   41.994177] [6348] tb_switch_link_init:2777: thunderbolt 
0000:2c:00.0: 3: current link speed 10.0 Gb/s
[   41.994179] [6348] tb_switch_link_init:2778: thunderbolt 
0000:2c:00.0: 3: current link width symmetric, single lane
[   41.994683] [6348] tb_port_do_update_credits:1244: thunderbolt 
0000:2c:00.0: 0:4: total credits changed 174 -> 174
[   41.994685] [6348] tb_switch_clx_init:231: thunderbolt 0000:2c:00.0: 
3: CLx: current mode: disabled
[   41.997588] [6348] tmu_mode_init:364: thunderbolt 0000:2c:00.0: 3: 
TMU: supports uni-directional mode
[   41.997840] [6348] tb_switch_tmu_init:433: thunderbolt 0000:2c:00.0: 
3: TMU: current mode: bi-directional, HiFi
[   41.997861] thunderbolt 0-3: parent 0-0 should not be sleeping
[   41.997871] thunderbolt 0-3: new device found, vendor=0x142 device=0x221
[   41.997872] thunderbolt 0-3: Targus DOCK221
[   41.999280] [6348] tb_switch_nvm_add:374: thunderbolt 0000:2c:00.0: 
3: NVM version 50.0
[   41.999897] [6348] tb_wait_for_port:533: thunderbolt 0000:2c:00.0: 
0:4: is connected, link is up (state: 2)
[   42.002168] [1950] tb_cfg_ack_plug:824: thunderbolt 0000:2c:00.0: 
acking hot unplug event on 3:2
[   42.002694] [1950] tb_cfg_ack_plug:824: thunderbolt 0000:2c:00.0: 
acking hot unplug event on 0:4
[   42.003839] [6348] tb_port_do_update_credits:1244: thunderbolt 
0000:2c:00.0: 0:4: total credits changed 174 -> 174
[   42.003965] [6348] tb_port_do_update_credits:1244: thunderbolt 
0000:2c:00.0: 3:1: total credits changed 60 -> 120
[   42.004091] [6348] tb_port_do_update_credits:1244: thunderbolt 
0000:2c:00.0: 3:2: total credits changed 60 -> 0
[   42.004348] [6348] tb_switch_set_link_width:3038: thunderbolt 
0000:2c:00.0: 3: link width set to symmetric, dual lanes
[   42.005986] [6348] tb_switch_clx_enable:355: thunderbolt 
0000:2c:00.0: 3:1: CLx: CL0s/CL1 supported
[   42.005987] [6348] tb_switch_clx_enable:357: thunderbolt 
0000:2c:00.0: 0:3: CLx: CL0s/CL1 not supported
[   42.006111] [6348] tb_wait_for_port:525: thunderbolt 0000:2c:00.0: 
3:3: is unplugged (state: 7)
[   42.006366] [6348] tb_handle_hotplug:2190: thunderbolt 0000:2c:00.0: 
0:4: got plug event for connected port, ignoring
[   42.006369] [6348] tb_handle_hotplug:2148: thunderbolt 0000:2c:00.0: 
0:3: switch unplugged
[   42.006415] thunderbolt 0-3: device disconnected
[   42.006448] [6348] tb_recalc_estimated_bandwidth:1669: thunderbolt 
0000:2c:00.0: bandwidth consumption changed, re-calculating estimated 
bandwidth
[   42.006450] [6348] tb_recalc_estimated_bandwidth:1678: thunderbolt 
0000:2c:00.0: bandwidth re-calculation done
[   42.006451] [6348] tb_tunnel_one_dp:1730: thunderbolt 0000:2c:00.0: 
looking for DP IN <-> DP OUT pairs:
[   42.006452] [6348] tb_tunnel_one_dp:1752: thunderbolt 0000:2c:00.0: 
no suitable DP IN adapter available, not tunneling
[   42.006454] [6348] tb_handle_hotplug:2196: thunderbolt 0000:2c:00.0: 
0:3: hotplug: scanning
[   42.006519] [6348] tb_wait_for_port:533: thunderbolt 0000:2c:00.0: 
0:3: is connected, link is up (state: 2)
[   42.008182] [6348] tb_retimer_nvm_authenticate_status:196: 
thunderbolt 0000:2c:00.0: 0:3: reading NVM authentication status of retimers
[   42.322189] pcieport 0000:02:01.0: Data Link Layer Link Active not 
set in 1000 msec
[   42.322200] pcieport 0000:17:00.0: can't change power state from 
D3cold to D0 (config space inaccessible)
[   42.326372] pcieport 0000:18:02.0: can't change power state from 
D3cold to D0 (config space inaccessible)
[   42.326373] pcieport 0000:18:04.0: can't change power state from 
D3cold to D0 (config space inaccessible)
[   42.718858] [6348] tb_retimer_unset_inbound_sbtx:236: thunderbolt 
0000:2c:00.0: 0:3: disabling sideband transactions
[   43.329069] [6348] tb_switch_alloc:2362: thunderbolt 0000:2c:00.0: 
current switch config:
[   43.329071] [6348] tb_dump_switch:1540: thunderbolt 0000:2c:00.0: 
Thunderbolt 3 Switch: 8086:15ef (Revision: 6, TB Version: 16)
[   43.329072] [6348] tb_dump_switch:1543: thunderbolt 0000:2c:00.0: 
Max Port Number: 13
[   43.329073] [6348] tb_dump_switch:1544: thunderbolt 0000:2c:00.0: 
Config:
[   43.329075] [6348] tb_dump_switch:1545: thunderbolt 0000:2c:00.0: 
Upstream Port Number: 1 Depth: 1 Route String: 0x3 Enabled: 1, 
PlugEventsDelay: 255ms
[   43.329076] [6348] tb_dump_switch:1550: thunderbolt 0000:2c:00.0: 
unknown1: 0x0 unknown4: 0x0
[   43.334123] [6348] tb_switch_configure:2492: thunderbolt 
0000:2c:00.0: initializing Switch at 0x3 (depth: 1, up port: 1)
[   43.351931] [6348] tb_drom_bit_bang:551: thunderbolt 0000:2c:00.0: 3: 
reading DROM (length: 0x6a)
[   43.566193] xhci_hcd 0000:19:00.0: can't change power state from 
D3cold to D0 (config space inaccessible)
[   43.631066] ACPI: EC: event unblocked
[   43.631383] xhci_hcd 0000:19:00.0: can't change power state from 
D3hot to D0 (config space inaccessible)
[   43.631409] xhci_hcd 0000:19:00.0: Controller not ready at resume -19
[   43.631410] xhci_hcd 0000:19:00.0: PCI post-resume error -19!
[   43.631411] xhci_hcd 0000:19:00.0: HC died; cleaning up
[   43.631423] PM: dpm_run_callback(): pci_pm_resume+0x0/0xf0 returns -19
[   43.631426] PM: Device 0000:19:00.0 failed to resume async: error -19
[   43.631466] pcieport 0000:18:04.0: pciehp: pcie_do_write_cmd: no 
response from device
[   43.634932] pcieport 0000:02:01.0: pciehp: Slot(0-1): Card not present
[   43.662753] xhci_hcd 0000:19:00.0: remove, state 4
[   43.663246] usb usb2: USB disconnect, device number 1
[   43.663493] usb 2-1: USB disconnect, device number 2
[   43.663616] usb 2-1.1: USB disconnect, device number 3
[   43.790233] r8169 0000:47:00.0 enp71s0: Link is Down
[   43.804875] usb 2-1.2: USB disconnect, device number 4
[   43.805121] usb 2-1.2.4: USB disconnect, device number 5
[   43.850548] nvme nvme0: Shutdown timeout set to 10 seconds
[   43.851462] nvme nvme0: 8/0/0 default/read/poll queues
[   43.871902] usb 7-6: reset high-speed USB device number 2 using xhci_hcd
[   43.883994] usb 5-5: reset full-speed USB device number 2 using xhci_hcd
[   43.908306] xhci_hcd 0000:19:00.0: USB bus 2 deregistered
[   43.908923] xhci_hcd 0000:19:00.0: remove, state 4
[   43.909170] usb usb1: USB disconnect, device number 1
[   43.909293] usb 1-1: USB disconnect, device number 2
[   43.909540] usb 1-1.2: USB disconnect, device number 3
[   43.909663] usb 1-1.2.4: USB disconnect, device number 6
[   43.909787] usb 1-1.2.4.1: USB disconnect, device number 8
[   43.988906] usb 1-1.2.4.5: USB disconnect, device number 11
[   44.032233] usb 1-1.2.5: USB disconnect, device number 7
[   44.118664] xhci_hcd 0000:19:00.0: Host halt failed, -19
[   44.118666] xhci_hcd 0000:19:00.0: Host not accessible, reset failed.
[   44.132983] xhci_hcd 0000:19:00.0: USB bus 1 deregistered
[   44.158418] usb 5-6: reset full-speed USB device number 3 using xhci_hcd
[   44.165325] pci 0000:19:00.0: Removing from iommu group 16
[   44.170889] pci_bus 0000:19: busn_res: [bus 19] is released
[   44.177801] pci 0000:18:02.0: Removing from iommu group 16
[   44.186562] pci_bus 0000:1a: busn_res: [bus 1a] is released
[   44.192364] pci 0000:18:04.0: Removing from iommu group 16
[   44.194091] pci_bus 0000:18: busn_res: [bus 18-1a] is released
[   44.200019] pci 0000:17:00.0: Removing from iommu group 16
[   44.321217] fant-drv 0000:45:00.0: 
[chip_g0m_soc][g0m_soc_wait_mcufw_ready:1125]wait mcufw init ready done. 
wait time: 690115 us, pcie_stat: 0x309, ddr_stat: 0x4, dbg_reserved_6: 
0x0, ddrc1_value: 0x115343
[   44.321244] fant-drv 0000:45:00.0: 
[hal][hal_mcufw_status_check:3539]ddr init f_count:0 and 
paddr:00000333c0d031fa, ddr retrain count:0 and paddr:00000333c0d031f8, 
pcie_stat: 0x309, ddr_stat: 0x4, dbg_reserved_6: 0x0
[   44.388976] FT_K:  6027: FantgpuSysDevPostPowerState() state: 
current=0, new=1; flags=0x00000005; buffer null?=0
[   44.464410] FT_K:  6027: FantgpuSysDevPostPowerState() restore 
gpu_inv heap from sys memory done
[   44.483517] FT_K:  6027: FantgpuSysDevPostPowerState() restore 
gpu_local heap from sys memory done
[   44.509095] [fant_vpu_info][fantvpu_resume:2848]fantvpu_resume:2848
[   44.911664] [6348] tb_drom_parse:628: thunderbolt 0000:2c:00.0: 3: 
DROM version: 1
[   44.917107] [6348] tb_switch_add:3171: thunderbolt 0000:2c:00.0: 3: 
uid: 0x14251c4d448a600
[   44.927480] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
1: 8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[   44.927481] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 19/19
[   44.927483] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 16
[   44.927484] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x7800000
[   44.927485] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 120/2
[   44.937491] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
2: 8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[   44.937492] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 19/19
[   44.937493] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 16
[   44.937494] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x0
[   44.937495] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 0/2
[   44.947750] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
3: 8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[   44.947751] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 19/19
[   44.947752] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 16
[   44.947753] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x3c00000
[   44.947754] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 60/2
[   44.957752] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
4: 8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[   44.957753] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 19/19
[   44.957754] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 16
[   44.957755] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x3c00000
[   44.957756] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 60/2
[   44.957757] [6348] tb_switch_add:3181: thunderbolt 0000:2c:00.0: 3:5: 
disabled by eeprom
[   44.957758] [6348] tb_switch_add:3181: thunderbolt 0000:2c:00.0: 3:6: 
disabled by eeprom
[   44.957759] [6348] tb_switch_add:3181: thunderbolt 0000:2c:00.0: 3:7: 
disabled by eeprom
[   44.959482] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
8: 8086:15ef (Revision: 6, TB Version: 1, Type: PCIe (0x100102))
[   44.959483] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 8/8
[   44.959484] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   44.959485] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   44.959486] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 8/0
[   44.960839] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
9: 8086:15ef (Revision: 6, TB Version: 1, Type: PCIe (0x100101))
[   44.960840] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 8/8
[   44.960841] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   44.960842] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   44.960843] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 8/0
[   44.963681] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
10: 8086:15ef (Revision: 6, TB Version: 1, Type: DP/HDMI (0xe0102))
[   44.963682] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 9/9
[   44.963683] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   44.963684] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   44.963685] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 8/0
[   44.966653] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
11: 8086:15ef (Revision: 6, TB Version: 1, Type: DP/HDMI (0xe0102))
[   44.966654] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 9/9
[   44.966655] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   44.966656] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   44.966657] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 8/0
[   44.968012] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
12: 8086:15ea (Revision: 6, TB Version: 1, Type: Inactive (0x0))
[   44.968013] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 8/8
[   44.968014] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   44.968015] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   44.968015] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 8/0
[   44.969369] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
13: 8086:15ea (Revision: 6, TB Version: 1, Type: Inactive (0x0))
[   44.969370] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 8/8
[   44.969371] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   44.969372] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   44.969373] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 8/0
[   44.970729] [6348] tb_switch_link_init:2777: thunderbolt 
0000:2c:00.0: 3: current link speed 10.0 Gb/s
[   44.970730] [6348] tb_switch_link_init:2778: thunderbolt 
0000:2c:00.0: 3: current link width symmetric, dual lanes
[   44.976533] [6348] tb_switch_clx_init:231: thunderbolt 0000:2c:00.0: 
3: CLx: current mode: disabled
[   44.992471] [6348] tmu_mode_init:364: thunderbolt 0000:2c:00.0: 3: 
TMU: supports uni-directional mode
[   44.993706] [6348] tb_switch_tmu_init:433: thunderbolt 0000:2c:00.0: 
3: TMU: current mode: bi-directional, HiFi
[   44.993723] thunderbolt 0-3: parent 0-0 should not be sleeping
[   44.993734] thunderbolt 0-3: new device found, vendor=0x142 device=0x221
[   44.993735] thunderbolt 0-3: Targus DOCK221
[   45.000289] [6348] tb_switch_nvm_add:374: thunderbolt 0000:2c:00.0: 
3: NVM version 50.0
[   45.008807] [6348] tb_switch_clx_enable:355: thunderbolt 
0000:2c:00.0: 3:1: CLx: CL0s/CL1 supported
[   45.008808] [6348] tb_switch_clx_enable:357: thunderbolt 
0000:2c:00.0: 0:3: CLx: CL0s/CL1 not supported
[   45.009546] [6348] tb_wait_for_port:525: thunderbolt 0000:2c:00.0: 
3:3: is unplugged (state: 7)
[   45.010784] [6348] tb_handle_hotplug:2186: thunderbolt 0000:2c:00.0: 
0:4: got unplug event for disconnected port, ignoring
[   45.010786] [6348] tb_handle_hotplug:2148: thunderbolt 0000:2c:00.0: 
0:3: switch unplugged
[   45.010831] thunderbolt 0-3: device disconnected
[   45.010866] [6348] tb_recalc_estimated_bandwidth:1669: thunderbolt 
0000:2c:00.0: bandwidth consumption changed, re-calculating estimated 
bandwidth
[   45.010867] [6348] tb_recalc_estimated_bandwidth:1678: thunderbolt 
0000:2c:00.0: bandwidth re-calculation done
[   45.010868] [6348] tb_tunnel_one_dp:1730: thunderbolt 0000:2c:00.0: 
looking for DP IN <-> DP OUT pairs:
[   45.010869] [6348] tb_tunnel_one_dp:1752: thunderbolt 0000:2c:00.0: 
no suitable DP IN adapter available, not tunneling
[   45.010871] [6348] tb_handle_hotplug:2196: thunderbolt 0000:2c:00.0: 
0:3: hotplug: scanning
[   45.011399] [6348] tb_wait_for_port:533: thunderbolt 0000:2c:00.0: 
0:3: is connected, link is up (state: 2)
[   45.014744] [6348] tb_retimer_nvm_authenticate_status:196: 
thunderbolt 0000:2c:00.0: 0:3: reading NVM authentication status of retimers
[   45.114382] [dfreqgov][fant_devfreq_monitor_resume:757]resume done
[   45.733724] [6348] tb_retimer_unset_inbound_sbtx:236: thunderbolt 
0000:2c:00.0: 0:3: disabling sideband transactions
[   46.357853] [6348] tb_switch_alloc:2362: thunderbolt 0000:2c:00.0: 
current switch config:
[   46.357855] [6348] tb_dump_switch:1540: thunderbolt 0000:2c:00.0: 
Thunderbolt 3 Switch: 8086:15ef (Revision: 6, TB Version: 16)
[   46.357856] [6348] tb_dump_switch:1543: thunderbolt 0000:2c:00.0: 
Max Port Number: 13
[   46.357856] [6348] tb_dump_switch:1544: thunderbolt 0000:2c:00.0: 
Config:
[   46.357858] [6348] tb_dump_switch:1545: thunderbolt 0000:2c:00.0: 
Upstream Port Number: 1 Depth: 1 Route String: 0x3 Enabled: 1, 
PlugEventsDelay: 255ms
[   46.357859] [6348] tb_dump_switch:1550: thunderbolt 0000:2c:00.0: 
unknown1: 0x0 unknown4: 0x0
[   46.385164] [6348] tb_switch_configure:2492: thunderbolt 
0000:2c:00.0: initializing Switch at 0x3 (depth: 1, up port: 1)
[   46.479797] [6348] tb_drom_bit_bang:551: thunderbolt 0000:2c:00.0: 3: 
reading DROM (length: 0x6a)
[   48.288651] [6348] tb_drom_parse:628: thunderbolt 0000:2c:00.0: 3: 
DROM version: 1
[   48.294330] [6348] tb_switch_add:3171: thunderbolt 0000:2c:00.0: 3: 
uid: 0x14251c4d448a600
[   48.304836] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
1: 8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[   48.304837] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 19/19
[   48.304838] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 16
[   48.304839] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x7800000
[   48.304840] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 120/2
[   48.315341] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
2: 8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[   48.315342] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 19/19
[   48.315343] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 16
[   48.315344] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x0
[   48.315345] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 0/2
[   48.325957] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
3: 8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[   48.325958] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 19/19
[   48.325959] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 16
[   48.325960] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x3c00000
[   48.325961] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 60/2
[   48.336831] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
4: 8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[   48.336832] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 19/19
[   48.336833] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 16
[   48.336834] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x3c00000
[   48.336835] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 60/2
[   48.336836] [6348] tb_switch_add:3181: thunderbolt 0000:2c:00.0: 3:5: 
disabled by eeprom
[   48.336837] [6348] tb_switch_add:3181: thunderbolt 0000:2c:00.0: 3:6: 
disabled by eeprom
[   48.336838] [6348] tb_switch_add:3181: thunderbolt 0000:2c:00.0: 3:7: 
disabled by eeprom
[   48.338313] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
8: 8086:15ef (Revision: 6, TB Version: 1, Type: PCIe (0x100102))
[   48.338314] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 8/8
[   48.338315] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   48.338316] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   48.338317] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 8/0
[   48.339670] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
9: 8086:15ef (Revision: 6, TB Version: 1, Type: PCIe (0x100101))
[   48.339671] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 8/8
[   48.339672] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   48.339673] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   48.339674] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 8/0
[   48.342511] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
10: 8086:15ef (Revision: 6, TB Version: 1, Type: DP/HDMI (0xe0102))
[   48.342512] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 9/9
[   48.342513] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   48.342514] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   48.342515] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 8/0
[   48.345102] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
11: 8086:15ef (Revision: 6, TB Version: 1, Type: DP/HDMI (0xe0102))
[   48.345103] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 9/9
[   48.345104] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   48.345106] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   48.345106] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 8/0
[   48.346708] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
12: 8086:15ea (Revision: 6, TB Version: 1, Type: Inactive (0x0))
[   48.346709] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 8/8
[   48.346710] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   48.346710] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   48.346711] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 8/0
[   48.348076] [6348] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 
13: 8086:15ea (Revision: 6, TB Version: 1, Type: Inactive (0x0))
[   48.348077] [6348] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max 
hop id (in/out): 8/8
[   48.348078] [6348] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max 
counters: 2
[   48.348079] [6348] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC 
Credits: 0x800000
[   48.348079] [6348] tb_dump_port:456: thunderbolt 0000:2c:00.0: 
Credits (total/control): 8/0
[   48.349310] [6348] tb_switch_link_init:2777: thunderbolt 
0000:2c:00.0: 3: current link speed 10.0 Gb/s
[   48.349311] [6348] tb_switch_link_init:2778: thunderbolt 
0000:2c:00.0: 3: current link width symmetric, dual lanes
[   48.355237] [6348] tb_switch_clx_init:231: thunderbolt 0000:2c:00.0: 
3: CLx: current mode: disabled
[   48.370807] [6348] tmu_mode_init:364: thunderbolt 0000:2c:00.0: 3: 
TMU: supports uni-directional mode
[   48.372040] [6348] tb_switch_tmu_init:433: thunderbolt 0000:2c:00.0: 
3: TMU: current mode: bi-directional, HiFi
[   48.372058] thunderbolt 0-3: new device found, vendor=0x142 device=0x221
[   48.372059] thunderbolt 0-3: Targus DOCK221
[   48.377360] [6348] tb_switch_nvm_add:374: thunderbolt 0000:2c:00.0: 
3: NVM version 50.0
[   48.385879] [6348] tb_switch_clx_enable:355: thunderbolt 
0000:2c:00.0: 3:1: CLx: CL0s/CL1 supported
[   48.385880] [6348] tb_switch_clx_enable:357: thunderbolt 
0000:2c:00.0: 0:3: CLx: CL0s/CL1 not supported
[   48.386742] [6348] tb_wait_for_port:525: thunderbolt 0000:2c:00.0: 
3:3: is unplugged (state: 7)
[   48.387981] [6348] tb_handle_hotplug:2190: thunderbolt 0000:2c:00.0: 
0:4: got plug event for connected port, ignoring
[   48.387985] [6348] tb_handle_hotplug:2137: thunderbolt 0000:2c:00.0: 
hotplug event for upstream port 3:2 (unplug: 0)
[   48.387986] [6348] tb_handle_hotplug:2137: thunderbolt 0000:2c:00.0: 
hotplug event for upstream port 3:2 (unplug: 1)
[   48.387988] [6348] tb_handle_hotplug:2186: thunderbolt 0000:2c:00.0: 
0:4: got unplug event for disconnected port, ignoring
[   48.388187] acpi LNXPOWER:11: Turning OFF
[   48.388233] acpi LNXPOWER:10: Turning OFF
[   48.388375] OOM killer enabled.
[   48.388375] Restarting tasks ... done.
[   48.390940] [fant_vpu_info][vpu_notifier:2342]vpu_notifier: prepare 
resume time:48224754632
[   48.390944] PM: suspend exit
[   48.394923] Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000b 
lmp_ver=0b lmp_subver=8852
[   48.396924] Bluetooth: hci0: RTL: rom_version status=0 version=1
[   48.396927] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_fw.bin
[   48.396946] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_config.bin
[   48.396968] Bluetooth: hci0: RTL: cfg_sz 14, total sz 58011
[   48.439692] [700] tb_tunnel_restart:2181: thunderbolt 0000:2c:00.0: 
0:7 <-> 3:8 (PCI): activating
[   48.439696] [700] tb_path_activate:499: thunderbolt 0000:2c:00.0: 
activating PCIe Down path from 0:7 to 3:8
[   48.440553] [700] tb_path_activate:560: thunderbolt 0000:2c:00.0: 
3:1: Writing hop 1
[   48.440556] [700] tb_dump_hop:20: thunderbolt 0000:2c:00.0: 3:1:  In 
HopID: 8 => Out port: 8 Out HopID: 8
[   48.440558] [700] tb_dump_hop:22: thunderbolt 0000:2c:00.0: 3:1: 
Weight: 1 Priority: 3 Credits: 32 Drop: 0 PM: 0
[   48.440559] [700] tb_dump_hop:25: thunderbolt 0000:2c:00.0: 3:1: 
Counter enabled: 0 Counter index: 2047
[   48.440560] [700] tb_dump_hop:27: thunderbolt 0000:2c:00.0: 3:1: 
Flow Control (In/Eg): 1/0 Shared Buffer (In/Eg): 0/0
[   48.440561] [700] tb_dump_hop:30: thunderbolt 0000:2c:00.0: 3:1: 
Unknown1: 0x0 Unknown2: 0x0 Unknown3: 0x0
[   48.442175] [700] tb_path_activate:560: thunderbolt 0000:2c:00.0: 
0:7: Writing hop 0
[   48.442177] [700] tb_dump_hop:20: thunderbolt 0000:2c:00.0: 0:7:  In 
HopID: 8 => Out port: 3 Out HopID: 8
[   48.442178] [700] tb_dump_hop:22: thunderbolt 0000:2c:00.0: 0:7: 
Weight: 1 Priority: 3 Credits: 7 Drop: 0 PM: 0
[   48.442179] [700] tb_dump_hop:25: thunderbolt 0000:2c:00.0: 0:7: 
Counter enabled: 0 Counter index: 2047
[   48.442181] [700] tb_dump_hop:27: thunderbolt 0000:2c:00.0: 0:7: 
Flow Control (In/Eg): 1/1 Shared Buffer (In/Eg): 0/0
[   48.442183] [700] tb_dump_hop:30: thunderbolt 0000:2c:00.0: 0:7: 
Unknown1: 0x0 Unknown2: 0x0 Unknown3: 0x0
[   48.443948] [700] tb_path_activate:571: thunderbolt 0000:2c:00.0: 
path activation complete
[   48.443952] [700] tb_path_activate:499: thunderbolt 0000:2c:00.0: 
activating PCIe Up path from 3:8 to 0:7
[   48.445204] [700] tb_path_activate:560: thunderbolt 0000:2c:00.0: 
0:3: Writing hop 1
[   48.445206] [700] tb_dump_hop:20: thunderbolt 0000:2c:00.0: 0:3:  In 
HopID: 8 => Out port: 7 Out HopID: 8
[   48.445207] [700] tb_dump_hop:22: thunderbolt 0000:2c:00.0: 0:3: 
Weight: 1 Priority: 3 Credits: 64 Drop: 0 PM: 0
[   48.445209] [700] tb_dump_hop:25: thunderbolt 0000:2c:00.0: 0:3: 
Counter enabled: 0 Counter index: 2047
[   48.445210] [700] tb_dump_hop:27: thunderbolt 0000:2c:00.0: 0:3: 
Flow Control (In/Eg): 1/0 Shared Buffer (In/Eg): 0/0
[   48.445211] [700] tb_dump_hop:30: thunderbolt 0000:2c:00.0: 0:3: 
Unknown1: 0x0 Unknown2: 0x0 Unknown3: 0x0
[   48.449303] [700] tb_path_activate:560: thunderbolt 0000:2c:00.0: 
3:8: Writing hop 0
[   48.449307] [700] tb_dump_hop:20: thunderbolt 0000:2c:00.0: 3:8:  In 
HopID: 8 => Out port: 1 Out HopID: 8
[   48.449309] [700] tb_dump_hop:22: thunderbolt 0000:2c:00.0: 3:8: 
Weight: 1 Priority: 3 Credits: 7 Drop: 0 PM: 0
[   48.449312] [700] tb_dump_hop:25: thunderbolt 0000:2c:00.0: 3:8: 
Counter enabled: 0 Counter index: 2047
[   48.449314] [700] tb_dump_hop:27: thunderbolt 0000:2c:00.0: 3:8: 
Flow Control (In/Eg): 1/1 Shared Buffer (In/Eg): 0/0
[   48.449316] [700] tb_dump_hop:30: thunderbolt 0000:2c:00.0: 3:8: 
Unknown1: 0x0 Unknown2: 0x0 Unknown3: 0x0
[   48.454157] [700] tb_path_activate:571: thunderbolt 0000:2c:00.0: 
path activation complete
[   48.484193] [700] tb_lc_xhci_connect:313: thunderbolt 0000:2c:00.0: 
3:1: xHCI connected
[   48.502935] [700] tb_lc_xhci_connect:313: thunderbolt 0000:2c:00.0: 
3:3: xHCI connected
[   49.133814] Bluetooth: hci0: RTL: fw version 0xdbc6b20f
[   49.763725] pcieport 0000:02:01.0: pciehp: Slot(0-1): Card present
[   49.763972] pcieport 0000:02:01.0: pciehp: Slot(0-1): Link Up
[   49.901409] pci 0000:17:00.0: [8086:15ef] type 01 class 0x060400
[   49.908994] pci 0000:17:00.0: enabling Extended Tags
[   49.966768] pci 0000:17:00.0: supports D1 D2
[   49.967015] pci 0000:17:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   49.975473] pci 0000:17:00.0: 2.000 Gb/s available PCIe bandwidth, 
limited by 2.5 GT/s PCIe x1 link at 0000:02:01.0 (capable of 31.504 Gb/s 
with 8.0 GT/s PCIe x4 link)
[   49.991490] pci 0000:17:00.0: Adding to iommu group 16
[   50.004278] pcieport 0000:02:01.0: ASPM: current common clock 
configuration is broken, reconfiguring
[   50.009852] pci 0000:17:00.0: bridge configuration invalid ([bus 
00-00]), reconfiguring
[   50.023160] pci 0000:18:02.0: [8086:15ef] type 01 class 0x060400
[   50.030023] pci 0000:18:02.0: enabling Extended Tags
[   50.048750] pci 0000:18:02.0: supports D1 D2
[   50.048873] pci 0000:18:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[   50.071773] pci 0000:18:02.0: Adding to iommu group 16
[   50.080197] pci 0000:18:04.0: [8086:15ef] type 01 class 0x060400
[   50.087065] pci 0000:18:04.0: enabling Extended Tags
[   50.103572] pci 0000:18:04.0: supports D1 D2
[   50.103818] pci 0000:18:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[   50.125212] pci 0000:18:04.0: Adding to iommu group 16
[   50.135275] pci 0000:17:00.0: PCI bridge to [bus 18-2a]
[   50.136143] pci 0000:17:00.0:   bridge window [io  0x0000-0x0fff]
[   50.136515] pci 0000:17:00.0:   bridge window [mem 0x00000000-0x000fffff]
[   50.137137] pci 0000:17:00.0:   bridge window [mem 
0x00000000-0x000fffff 64bit pref]
[   50.137386] pci 0000:18:02.0: bridge configuration invalid ([bus 
00-00]), reconfiguring
[   50.138131] pci 0000:18:04.0: bridge configuration invalid ([bus 
00-00]), reconfiguring
[   50.150825] pci 0000:19:00.0: [8086:15f0] type 00 class 0x0c0330
[   50.153828] pci 0000:19:00.0: reg 0x10: [mem 0x00000000-0x0000ffff]
[   50.160285] pci 0000:19:00.0: enabling Extended Tags
[   50.174114] pci 0000:19:00.0: supports D1 D2
[   50.174484] pci 0000:19:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   50.182505] pci 0000:19:00.0: 2.000 Gb/s available PCIe bandwidth, 
limited by 2.5 GT/s PCIe x1 link at 0000:02:01.0 (capable of 31.504 Gb/s 
with 8.0 GT/s PCIe x4 link)
[   50.199294] pci 0000:19:00.0: Adding to iommu group 16
[   50.213756] pci 0000:18:02.0: PCI bridge to [bus 19-2a]
[   50.215296] pci 0000:18:02.0:   bridge window [io  0x0000-0x0fff]
[   50.215802] pci 0000:18:02.0:   bridge window [mem 0x00000000-0x000fffff]
[   50.216557] pci 0000:18:02.0:   bridge window [mem 
0x00000000-0x000fffff 64bit pref]
[   50.216927] pci_bus 0000:19: busn_res: [bus 19-2a] end is updated to 19
[   50.229643] pci 0000:18:04.0: PCI bridge to [bus 1a-2a]
[   50.230515] pci 0000:18:04.0:   bridge window [io  0x0000-0x0fff]
[   50.231155] pci 0000:18:04.0:   bridge window [mem 0x00000000-0x000fffff]
[   50.232044] pci 0000:18:04.0:   bridge window [mem 
0x00000000-0x000fffff 64bit pref]
[   50.232291] pci_bus 0000:1a: busn_res: [bus 1a-2a] end is updated to 2a
[   50.232663] pci_bus 0000:18: busn_res: [bus 18-2a] end is updated to 2a
[   50.233531] pci 0000:18:04.0: bridge window [mem 
0x00100000-0x001fffff 64bit pref] to [bus 1a-2a] add_size 100000 
add_align 100000
[   50.233655] pci 0000:18:04.0: bridge window [mem 
0x00100000-0x001fffff] to [bus 1a-2a] add_size 100000 add_align 100000
[   50.233902] pci 0000:17:00.0: bridge window [mem 
0x00100000-0x002fffff 64bit pref] to [bus 18-2a] add_size 100000 
add_align 100000
[   50.234148] pci 0000:17:00.0: bridge window [mem 
0x00100000-0x002fffff] to [bus 18-2a] add_size 100000 add_align 100000
[   50.235632] pci 0000:17:00.0: BAR 14: assigned [mem 
0xb0000000-0xb0ffffff]
[   50.235879] pci 0000:17:00.0: BAR 15: assigned [mem 
0x33380000000-0x3339fffffff 64bit pref]
[   50.236125] pci 0000:17:00.0: BAR 13: assigned [io  0x3000-0x4fff]
[   50.236742] pci 0000:18:02.0: BAR 14: assigned [mem 
0xb0000000-0xb00fffff]
[   50.236989] pci 0000:18:02.0: BAR 15: assigned [mem 
0x33380000000-0x333800fffff 64bit pref]
[   50.237236] pci 0000:18:04.0: BAR 14: assigned [mem 
0xb0100000-0xb0ffffff]
[   50.237359] pci 0000:18:04.0: BAR 15: assigned [mem 
0x33380100000-0x3339fffffff 64bit pref]
[   50.237483] pci 0000:18:02.0: BAR 13: assigned [io  0x3000-0x3fff]
[   50.237606] pci 0000:18:04.0: BAR 13: assigned [io  0x4000-0x4fff]
[   50.237976] pci 0000:19:00.0: BAR 0: assigned [mem 0xb0000000-0xb000ffff]
[   50.238600] pci 0000:18:02.0: PCI bridge to [bus 19]
[   50.238971] pci 0000:18:02.0:   bridge window [io  0x3000-0x3fff]
[   50.239591] pci 0000:18:02.0:   bridge window [mem 0xb0000000-0xb00fffff]
[   50.239964] pci 0000:18:02.0:   bridge window [mem 
0x33380000000-0x333800fffff 64bit pref]
[   50.240585] pci 0000:18:04.0: PCI bridge to [bus 1a-2a]
[   50.240833] pci 0000:18:04.0:   bridge window [io  0x4000-0x4fff]
[   50.241329] pci 0000:18:04.0:   bridge window [mem 0xb0100000-0xb0ffffff]
[   50.241703] pci 0000:18:04.0:   bridge window [mem 
0x33380100000-0x3339fffffff 64bit pref]
[   50.242575] pci 0000:17:00.0: PCI bridge to [bus 18-2a]
[   50.242823] pci 0000:17:00.0:   bridge window [io  0x3000-0x4fff]
[   50.243320] pci 0000:17:00.0:   bridge window [mem 0xb0000000-0xb0ffffff]
[   50.243692] pci 0000:17:00.0:   bridge window [mem 
0x33380000000-0x3339fffffff 64bit pref]
[   50.244447] pcieport 0000:02:01.0: PCI bridge to [bus 17-2a]
[   50.244693] pcieport 0000:02:01.0:   bridge window [io  0x3000-0x6fff]
[   50.245187] pcieport 0000:02:01.0:   bridge window [mem 
0xb0000000-0xb0ffffff]
[   50.245557] pcieport 0000:02:01.0:   bridge window [mem 
0x33380000000-0x3339fffffff 64bit pref]
[   50.278484] pcieport 0000:17:00.0: enabling device (0000 -> 0003)
[   50.357476] pcieport 0000:18:02.0: enabling device (0000 -> 0003)
[   50.492633] pcieport 0000:18:04.0: enabling device (0000 -> 0003)
[   50.524428] pcieport 0000:18:04.0: pciehp: Slot #4 AttnBtn- PwrCtrl- 
MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[   50.552849] pci 0000:19:00.0: enabling device (0000 -> 0002)
[   50.594640] pci 0000:19:00.0: quirk_usb_early_handoff+0x0/0x6b5 took 
41560 usecs
[   50.627230] xhci_hcd 0000:19:00.0: xHCI Host Controller
[   50.628834] xhci_hcd 0000:19:00.0: new USB bus registered, assigned 
bus number 1
[   50.648495] xhci_hcd 0000:19:00.0: hcc params 0x200077c1 hci version 
0x110 quirks 0x0000000200009810
[   50.691789] xhci_hcd 0000:19:00.0: xHCI Host Controller
[   50.692652] xhci_hcd 0000:19:00.0: new USB bus registered, assigned 
bus number 2
[   50.693146] xhci_hcd 0000:19:00.0: Host supports USB 3.1 Enhanced 
SuperSpeed
[   50.699254] usb usb1: New USB device found, idVendor=1d6b, 
idProduct=0002, bcdDevice= 5.04
[   50.699500] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[   50.699624] usb usb1: Product: xHCI Host Controller
[   50.699747] usb usb1: Manufacturer: Linux 5.4.18-151+ xhci-hcd
[   50.699870] usb usb1: SerialNumber: 0000:19:00.0
[   50.723989] hub 1-0:1.0: USB hub found
[   50.724980] hub 1-0:1.0: 2 ports detected
[   50.748153] usb usb2: New USB device found, idVendor=1d6b, 
idProduct=0003, bcdDevice= 5.04
[   50.748399] usb usb2: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[   50.748523] usb usb2: Product: xHCI Host Controller
[   50.748646] usb usb2: Manufacturer: Linux 5.4.18-151+ xhci-hcd
[   50.748769] usb usb2: SerialNumber: 0000:19:00.0
[   50.764874] hub 2-0:1.0: USB hub found
[   50.765744] hub 2-0:1.0: 2 ports detected
[   51.070196] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[   51.228545] usb 1-1: New USB device found, idVendor=2109, 
idProduct=2820, bcdDevice= 0.30
[   51.228547] usb 1-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[   51.228548] usb 1-1: Product: USB2.0 Hub
[   51.228549] usb 1-1: Manufacturer: VIA Labs, Inc.
[   51.229553] hub 1-1:1.0: USB hub found
[   51.229700] hub 1-1:1.0: 4 ports detected
[   51.354310] usb 2-1: new SuperSpeedPlus Gen 2 USB device number 2 
using xhci_hcd
[   51.380158] usb 2-1: New USB device found, idVendor=2109, 
idProduct=0820, bcdDevice= 0.30
[   51.380160] usb 2-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[   51.380161] usb 2-1: Product: USB3.0 Hub
[   51.380161] usb 2-1: Manufacturer: VIA Labs, Inc.
[   51.382291] hub 2-1:1.0: USB hub found
[   51.382466] hub 2-1:1.0: 4 ports detected
[   51.946190] usb 1-1.2: new high-speed USB device number 3 using xhci_hcd
[   52.095945] usb 1-1.2: New USB device found, idVendor=2109, 
idProduct=2817, bcdDevice=20.13
[   52.095947] usb 1-1.2: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[   52.095949] usb 1-1.2: Product: USB2.0 Hub
[   52.095950] usb 1-1.2: Manufacturer: VIA Labs, Inc.
[   52.095950] usb 1-1.2: SerialNumber: 000000000
[   52.097413] hub 1-1.2:1.0: USB hub found
[   52.097569] hub 1-1.2:1.0: 5 ports detected
[   52.178248] usb 2-1.1: new SuperSpeedPlus Gen 2 USB device number 3 
using xhci_hcd
[   52.198707] usb 2-1.1: New USB device found, idVendor=0bda, 
idProduct=8153, bcdDevice=31.00
[   52.198708] usb 2-1.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=6
[   52.198709] usb 2-1.1: Product: USB 10/100/1000 LAN
[   52.198710] usb 2-1.1: Manufacturer: Realtek
[   52.198711] usb 2-1.1: SerialNumber: 00120010F
[   52.282287] usb 2-1.2: new SuperSpeedPlus Gen 2 USB device number 4 
using xhci_hcd
[   52.330301] usb 2-1.2: New USB device found, idVendor=2109, 
idProduct=0817, bcdDevice=20.13
[   52.330303] usb 2-1.2: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[   52.330304] usb 2-1.2: Product: USB3.0 Hub
[   52.330305] usb 2-1.2: Manufacturer: VIA Labs, Inc.
[   52.330306] usb 2-1.2: SerialNumber: 000000000
[   52.332989] hub 2-1.2:1.0: USB hub found
[   52.333156] hub 2-1.2:1.0: 4 ports detected
[   52.406550] usb 2-1.1: reset SuperSpeedPlus Gen 2 USB device number 3 
using xhci_hcd
[   52.462588] r8152 2-1.1:1.0 eth0: v1.10.11
[   53.542537] usb 1-1-port3: Cannot enable. Maybe the USB cable is bad?
[   54.654542] usb 1-1-port3: Cannot enable. Maybe the USB cable is bad?
[   54.654760] usb 1-1-port3: attempt power cycle
[   54.782190] usb 1-1.2.4: new high-speed USB device number 6 using 
xhci_hcd
[   54.932623] usb 1-1.2.4: New USB device found, idVendor=2109, 
idProduct=2817, bcdDevice=20.14
[   54.932625] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[   54.932627] usb 1-1.2.4: Product: USB2.0 Hub
[   54.932627] usb 1-1.2.4: Manufacturer: VIA Labs, Inc.
[   54.932628] usb 1-1.2.4: SerialNumber: 000000000
[   54.934457] hub 1-1.2.4:1.0: USB hub found
[   54.934646] hub 1-1.2.4:1.0: 5 ports detected
[   55.028383] usb 2-1.2.4: new SuperSpeed Gen 1 USB device number 5 
using xhci_hcd
[   55.086864] usb 2-1.2.4: New USB device found, idVendor=2109, 
idProduct=0817, bcdDevice=20.14
[   55.086865] usb 2-1.2.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[   55.086867] usb 2-1.2.4: Product: USB3.0 Hub
[   55.086868] usb 2-1.2.4: Manufacturer: VIA Labs, Inc.
[   55.086868] usb 2-1.2.4: SerialNumber: 000000000
[   55.100027] hub 2-1.2.4:1.0: USB hub found
[   55.100224] hub 2-1.2.4:1.0: 4 ports detected
[   55.162192] usb 1-1.2.5: new high-speed USB device number 7 using 
xhci_hcd
[   55.263035] usb 1-1.2.5: New USB device found, idVendor=2109, 
idProduct=3801, bcdDevice= 0.01
[   55.263037] usb 1-1.2.5: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[   55.263038] usb 1-1.2.5: Product: USB Billboard Device
[   55.263039] usb 1-1.2.5: Manufacturer: VIA Labs, Inc.
[   55.263040] usb 1-1.2.5: SerialNumber: 0000000000000001
[   55.658190] usb 1-1.2.4.1: new full-speed USB device number 8 using 
xhci_hcd
[   55.981875] usb 1-1.2.4.1: New USB device found, idVendor=0572, 
idProduct=00e5, bcdDevice= 0.02
[   55.981877] usb 1-1.2.4.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[   55.981878] usb 1-1.2.4.1: Product: Targus DOCK221
[   55.981879] usb 1-1.2.4.1: Manufacturer: Synaptics
[   55.981880] usb 1-1.2.4.1: SerialNumber: 000000000000
[   56.101354] input: Synaptics Targus DOCK221 as 
/devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:01.0/0000:17:00.0/0000:18:02.0/0000:19:00.0/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4.1/1-1.2.4.1:1.3/0003:0572:00E5.0003/input/input18
[   56.158281] hid-generic 0003:0572:00E5.0003: input,hidraw1: USB HID 
v1.11 Device [Synaptics Targus DOCK221] on usb-0000:19:00.0-1.2.4.1/input3
[   56.930433] usb 1-1-port3: Cannot enable. Maybe the USB cable is bad?
[   58.042530] usb 1-1-port3: Cannot enable. Maybe the USB cable is bad?
[   58.042748] usb 1-1-port3: unable to enumerate USB device
[   58.086602] r8152 2-1.1:1.0 enx4c56df200810: renamed from eth0
[   58.122207] usb 1-1.2.4.5: new high-speed USB device number 11 using 
xhci_hcd
[   58.223070] usb 1-1.2.4.5: New USB device found, idVendor=2109, 
idProduct=3802, bcdDevice= 0.01
[   58.223072] usb 1-1.2.4.5: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[   58.223073] usb 1-1.2.4.5: Product: USB Billboard Device
[   58.223074] usb 1-1.2.4.5: Manufacturer: VIA Labs, Inc.
[   58.223075] usb 1-1.2.4.5: SerialNumber: 0000000000000001
[   58.405909] IPv6: ADDRCONF(NETDEV_CHANGE): enx4c56df200810: link 
becomes ready
[   58.406102] r8152 2-1.1:1.0 enx4c56df200810: carrier on
[   60.418870] systemd-journald[640]: Received client request to flush 
runtime journal.
[   68.354715] irq 9: nobody cared (try booting with the "irqpoll" option)
[   68.354720] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G           OE 
5.4.18-151+ #231
[   68.354721] Source Version: 462bb3b18baa16e0a72783504bee9712052b9ae5
[   68.354721] Hardware name: Suma 
    N50/22DD2    , BIOS CSCH051019 08/15/2025
[   68.354722] Call Trace:
[   68.354723]  <IRQ>
[   68.354728]  dump_stack+0x6d/0x8d
[   68.354731]  __report_bad_irq+0x3a/0xaf
[   68.354733]  note_interrupt.cold+0xb/0x5c
[   68.354735]  handle_irq_event+0xaa/0xb1
[   68.354735]  handle_fasteoi_irq+0x7d/0x1c0
[   68.354738]  do_IRQ+0x54/0xe0
[   68.354740]  common_interrupt+0xf/0xf
[   68.354740]  </IRQ>
[   68.354742] RIP: 0010:native_safe_halt+0xe/0x10
[   68.354744] Code: 65 48 8b 14 25 c0 74 01 00 f0 80 4a 02 20 48 8b 12 
83 e2 08 0f 84 7a ff ff ff eb bc e9 07 00 00 00 0f 00 2d 66 c3 46 00 fb 
f4 <c3> 90 e9 07 00 00 00 0f 00 2d 56 c3 46 00 f4 c3 90 90 0f 1f 44 00
[   68.354745] RSP: 0018:ffffffff90a03e28 EFLAGS: 00000246 ORIG_RAX: 
ffffffffffffffcc
[   68.354746] RAX: ffffffff8fd9f280 RBX: ffffffff90a13880 RCX: 
0000000000000001
[   68.354747] RDX: ffffa027afa2c9c0 RSI: 0000000fe609133b RDI: 
0000000000000086
[   68.354747] RBP: ffffffff90a03e48 R08: 0000000000000020 R09: 
0000000fe73a403b
[   68.354748] R10: 00000000fffffffb R11: 0000000000000002 R12: 
0000000000000000
[   68.354748] R13: 0000000000000000 R14: 0000000000000000 R15: 
0000000000000000
[   68.354750]  ? __cpuidle_text_start+0x8/0x8
[   68.354753]  ? tick_nohz_idle_stop_tick+0x160/0x290
[   68.354754]  ? default_idle+0x20/0x140
[   68.354757]  arch_cpu_idle+0x15/0x20
[   68.354758]  default_idle_call+0x2c/0x30
[   68.354760]  do_idle+0x1e6/0x260
[   68.354762]  cpu_startup_entry+0x1d/0x20
[   68.354763]  rest_init+0xae/0xb0
[   68.354766]  arch_call_rest_init+0xe/0x1b
[   68.354767]  start_kernel+0x53d/0x55d
[   68.354769]  x86_64_start_reservations+0x24/0x26
[   68.354770]  x86_64_start_kernel+0x8b/0x8e
[   68.354772]  secondary_startup_64_no_verify+0xb8/0xbb
[   68.354773] handlers:
[   68.354778] [<0000000008ee0356>] acpi_irq
[   68.354779] Disabling IRQ #9
[   74.688930] [7] tb_cfg_ack_plug:824: thunderbolt 0000:2c:00.0: acking 
hot plug event on 3:10
[   74.689762] [6423] tb_dp_resource_available:1908: thunderbolt 
0000:2c:00.0: 3:10: DP OUT resource available
[   74.689765] [6423] tb_tunnel_one_dp:1730: thunderbolt 0000:2c:00.0: 
looking for DP IN <-> DP OUT pairs:
[   74.689766] [6423] tb_tunnel_one_dp:1752: thunderbolt 0000:2c:00.0: 
no suitable DP IN adapter available, not tunneling
Re: [PATCH RFC] thunderbolt: Re-add DP resources on resume
Posted by Mika Westerberg 2 weeks ago
On Wed, Sep 17, 2025 at 06:12:31PM +0800, 李佳怡 wrote:
> 
> As requested, I've attached the complete dmesg output (from boot to after
> resume) reproducing the issue.
> 
> Testing Methodology:
> 1. Start with the Targus Thunderbolt dock already connected to the system
> 2. Enter S3 suspend (sleep) with no DP monitor connected to the dock
> 3. Resume from S3
> 4. After the system has fully resumed, connect the DP monitor to the dock

Thanks! It is badly line wrapped. I wonder if you can just attach it?
Anyways I found some unexpected things there:

> [    8.647850] With USB4 patch v1.0.0

What is this? ;-)

> [    8.647860] ACPI: bus type thunderbolt registered
> [    8.664660] [7] nhi_probe:1326: thunderbolt 0000:2c:00.0: total paths: 21
> [    8.665209] [7] tb_ring_alloc:586: thunderbolt 0000:2c:00.0: allocating
> TX ring 0 of size 10
> [    8.665243] [7] tb_ring_alloc:586: thunderbolt 0000:2c:00.0: allocating
> RX ring 0 of size 10
> [    8.665267] [7] tb_ctl_alloc:665: thunderbolt 0000:2c:00.0: control
> channel created
> [    8.665272] [7] icm_probe:2549: thunderbolt 0000:2c:00.0: ICM not
> supported on this controller
> [    8.665285] [7] tb_ring_free:840: thunderbolt 0000:2c:00.0: freeing RX
> ring 0
> [    8.665294] [7] tb_ring_free:840: thunderbolt 0000:2c:00.0: freeing TX
> ring 0

What is this?

Is this Intel TB/USB4 controller or something else? All USB4 compliant
controllers should go directly to tb.c as that's the part dealing with
software connection manager. The above looks like it tries first with the
firmware connection manager and that should not happen outside of Intel
Thunderbolt 3 hosts.
Re: [PATCH RFC] thunderbolt: Re-add DP resources on resume
Posted by 李佳怡 2 weeks ago

在 2025/9/17 20:50, Mika Westerberg 写道:
> On Wed, Sep 17, 2025 at 06:12:31PM +0800, 李佳怡 wrote:
>>
>> As requested, I've attached the complete dmesg output (from boot to after
>> resume) reproducing the issue.
>>
>> Testing Methodology:
>> 1. Start with the Targus Thunderbolt dock already connected to the system
>> 2. Enter S3 suspend (sleep) with no DP monitor connected to the dock
>> 3. Resume from S3
>> 4. After the system has fully resumed, connect the DP monitor to the dock
> 
> Thanks! It is badly line wrapped. I wonder if you can just attach it?
> Anyways I found some unexpected things there:
> 
>> [    8.647850] With USB4 patch v1.0.0
> 
> What is this? ;-)

Thanks for your help!

This is a self-compiled kernel based on version 5.4 with backported 
Thunderbolt drivers. I will also attach the kernel log from a build 
using the linux-6.6.y branch of the community linux-stable repository.

> 
>> [    8.647860] ACPI: bus type thunderbolt registered
>> [    8.664660] [7] nhi_probe:1326: thunderbolt 0000:2c:00.0: total paths: 21
>> [    8.665209] [7] tb_ring_alloc:586: thunderbolt 0000:2c:00.0: allocating
>> TX ring 0 of size 10
>> [    8.665243] [7] tb_ring_alloc:586: thunderbolt 0000:2c:00.0: allocating
>> RX ring 0 of size 10
>> [    8.665267] [7] tb_ctl_alloc:665: thunderbolt 0000:2c:00.0: control
>> channel created
>> [    8.665272] [7] icm_probe:2549: thunderbolt 0000:2c:00.0: ICM not
>> supported on this controller
>> [    8.665285] [7] tb_ring_free:840: thunderbolt 0000:2c:00.0: freeing RX
>> ring 0
>> [    8.665294] [7] tb_ring_free:840: thunderbolt 0000:2c:00.0: freeing TX
>> ring 0
> 
> What is this?
> 
> Is this Intel TB/USB4 controller or something else? All USB4 compliant
> controllers should go directly to tb.c as that's the part dealing with
> software connection manager. The above looks like it tries first with the
> firmware connection manager and that should not happen outside of Intel
> Thunderbolt 3 hosts.

Yes, there is a mistake. I discovered that during the 
USB4_NATIVE_CONTROL negotiation in the firmware, an 
OSC_CAPABILITIES_MASK_ERROR bit was being set incorrectly, which should 
not have happened.

The log I will attach next has been modified to fix this issue.

Thank you for the pointer!
[    0.000000] Linux version 6.6.93+ (KYLINSOFT@kylin-pc) (gcc (Debian 12.4.0-5) 12.4.0, GNU ld (GNU Binutils for Debian) 2.44) #27 SMP PREEMPT_DYNAMIC Tue Aug 12 17:28:56 CST 2025
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.6.93+ root=UUID=8c10b5c5-7cef-466c-acaf-a662a005fbad ro quiet splash loglevel=0 thunderbolt.dyndbg=+plft resume=UUID=0f053111-bb39-491e-a173-f534050f8dfd security=
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000003ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000004000000-0x000000000403ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000004040000-0x0000000004ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000005000000-0x0000000005ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000006000000-0x00000000730f5fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000730f6000-0x0000000076edcfff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000076edd000-0x0000000076f1cfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000076f1d000-0x00000000797fdfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000797fe000-0x000000007a9fdfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007a9fe000-0x000000007bffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007c000000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dfa00000-0x00000000dfa00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dfa80000-0x00000000dfafffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc0000-0x00000000fedc0fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedc5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc7000-0x00000000fedc7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc9000-0x00000000fedcafff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000277efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000277f00000-0x000000027fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000fffd00000000-0x0000ffffffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] e820: update [mem 0x4ed02018-0x4ed2d057] usable ==> usable
[    0.000000] e820: update [mem 0x4ed02018-0x4ed2d057] usable ==> usable
[    0.000000] e820: update [mem 0x4ecdc018-0x4ed01257] usable ==> usable
[    0.000000] e820: update [mem 0x4ecdc018-0x4ed01257] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000003ffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000004000000-0x000000000403ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000004040000-0x0000000004ffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000005000000-0x0000000005ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000006000000-0x000000004ecdc017] usable
[    0.000000] reserve setup_data: [mem 0x000000004ecdc018-0x000000004ed01257] usable
[    0.000000] reserve setup_data: [mem 0x000000004ed01258-0x000000004ed02017] usable
[    0.000000] reserve setup_data: [mem 0x000000004ed02018-0x000000004ed2d057] usable
[    0.000000] reserve setup_data: [mem 0x000000004ed2d058-0x00000000730f5fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000730f6000-0x0000000076edcfff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000076edd000-0x0000000076f1cfff] ACPI data
[    0.000000] reserve setup_data: [mem 0x0000000076f1d000-0x00000000797fdfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000797fe000-0x000000007a9fdfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007a9fe000-0x000000007bffffff] usable
[    0.000000] reserve setup_data: [mem 0x000000007c000000-0x000000007fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000dfa00000-0x00000000dfa00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000dfa80000-0x00000000dfafffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc0000-0x00000000fedc0fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedc5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc7000-0x00000000fedc7fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc9000-0x00000000fedcafff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x0000000277efffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000277f00000-0x000000027fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000fffd00000000-0x0000ffffffffffff] reserved
[    0.000000] efi: EFI v2.8 by Xorcore
[    0.000000] efi: SMBIOS=0x7a647000 SMBIOS 3.0=0x7a645000 ACPI=0x76f1c000 ACPI 2.0=0x76f1c014 MEMATTR=0x6bf75018 MOKvar=0x6bf77000 
[    0.000000] efi: Not removing mem51: MMIO range=[0xdfa00000-0xdfa00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem52: MMIO range=[0xdfa80000-0xdfafffff] (0MB) from e820 map
[    0.000000] e820: remove [mem 0xdfa80000-0xdfafffff] reserved
[    0.000000] efi: Remove mem54: MMIO range=[0xfea00000-0xfeafffff] (1MB) from e820 map
[    0.000000] e820: remove [mem 0xfea00000-0xfeafffff] reserved
[    0.000000] efi: Not removing mem55: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem56: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem57: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[    0.000000] efi: Not removing mem58: MMIO range=[0xfedc0000-0xfedc0fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem59: MMIO range=[0xfedc2000-0xfedc5fff] (16KB) from e820 map
[    0.000000] efi: Not removing mem60: MMIO range=[0xfedc7000-0xfedc7fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem61: MMIO range=[0xfedc9000-0xfedcafff] (8KB) from e820 map
[    0.000000] efi: Remove mem62: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.4.1 present.
[    0.000000] DMI: Suma                                          N50/22DD2    , BIOS CSCH051021 09/18/2025
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2800.047 MHz processor
[    0.000164] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000167] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000180] last_pfn = 0x277f00 max_arch_pfn = 0x400000000
[    0.000188] MTRR map: 7 entries (3 fixed + 4 variable; max 20), built from 9 variable MTRRs
[    0.000191] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000641] last_pfn = 0x7c000 max_arch_pfn = 0x400000000
[    0.006390] e820: update [mem 0x6bf77000-0x6bf77fff] usable ==> reserved
[    0.006415] Using GB pages for direct mapping
[    0.007386] Secure boot disabled
[    0.007387] RAMDISK: [mem 0x36614000-0x3bc06fff]
[    0.007391] ACPI: Early table checksum verification disabled
[    0.007394] ACPI: RSDP 0x0000000076F1C014 000024 (v02 HYGON )
[    0.007399] ACPI: XSDT 0x0000000076F1B0E8 00009C (v01 HYGON  Hygon    00000002      01000013)
[    0.007404] ACPI: FACP 0x0000000076F16000 000114 (v06 HYGON  Hygon    00000002      01000013)
[    0.007410] ACPI: DSDT 0x0000000076F10000 00512A (v02 HYGON  Hygon    03242016 INTL 20190703)
[    0.007413] ACPI: FACS 0x000000007774F000 000040
[    0.007416] ACPI: SSDT 0x0000000076F1A000 0000D2 (v02 HYGON  HGN ALIB 00000002 MSFT 04000000)
[    0.007419] ACPI: SSDT 0x0000000076F19000 00020C (v02 HYGON  Hygon    00000002      01000013)
[    0.007422] ACPI: MCFG 0x0000000076F18000 00003C (v01 HYGON  Hygon    00000002      01000013)
[    0.007424] ACPI: HPET 0x0000000076F17000 000038 (v01 HYGON  Hygon    00000002      01000013)
[    0.007427] ACPI: SSDT 0x0000000076F0D000 002314 (v02 HYGON  HGN CPU  00000001 HYGN 00000001)
[    0.007430] ACPI: CRAT 0x0000000076F0C000 000F50 (v01 HYGON  HGN CRAT 00000001 HYGN 00000001)
[    0.007432] ACPI: CDIT 0x0000000076F0B000 000029 (v01 HYGON  HGN CDIT 00000001 HYGN 00000001)
[    0.007435] ACPI: UEFI 0x000000007774C000 000042 (v01                 00000000      00000000)
[    0.007438] ACPI: IVRS 0x0000000076F0A000 0000C8 (v02 HYGON  HGN IVRS 00000001 HYGN 00000000)
[    0.007441] ACPI: FPDT 0x0000000076F09000 000044 (v01 HYGON  Hygon    00000002      01000013)
[    0.007443] ACPI: SSDT 0x0000000076F05000 003016 (v02 Hygon  CPMCMN   00000001 INTL 20190703)
[    0.007446] ACPI: BGRT 0x0000000076F04000 000038 (v01 HYGON  Hygon    00000002      01000013)
[    0.007449] ACPI: APIC 0x0000000076F03000 0000DE (v04 HYGON  Hygon    00000002      01000013)
[    0.007451] ACPI: WSMT 0x0000000076F02000 000028 (v01 HYGON  Hygon    00000002      01000013)
[    0.007454] ACPI: Reserving FACP table memory at [mem 0x76f16000-0x76f16113]
[    0.007455] ACPI: Reserving DSDT table memory at [mem 0x76f10000-0x76f15129]
[    0.007456] ACPI: Reserving FACS table memory at [mem 0x7774f000-0x7774f03f]
[    0.007457] ACPI: Reserving SSDT table memory at [mem 0x76f1a000-0x76f1a0d1]
[    0.007458] ACPI: Reserving SSDT table memory at [mem 0x76f19000-0x76f1920b]
[    0.007459] ACPI: Reserving MCFG table memory at [mem 0x76f18000-0x76f1803b]
[    0.007460] ACPI: Reserving HPET table memory at [mem 0x76f17000-0x76f17037]
[    0.007461] ACPI: Reserving SSDT table memory at [mem 0x76f0d000-0x76f0f313]
[    0.007461] ACPI: Reserving CRAT table memory at [mem 0x76f0c000-0x76f0cf4f]
[    0.007462] ACPI: Reserving CDIT table memory at [mem 0x76f0b000-0x76f0b028]
[    0.007463] ACPI: Reserving UEFI table memory at [mem 0x7774c000-0x7774c041]
[    0.007464] ACPI: Reserving IVRS table memory at [mem 0x76f0a000-0x76f0a0c7]
[    0.007465] ACPI: Reserving FPDT table memory at [mem 0x76f09000-0x76f09043]
[    0.007466] ACPI: Reserving SSDT table memory at [mem 0x76f05000-0x76f08015]
[    0.007467] ACPI: Reserving BGRT table memory at [mem 0x76f04000-0x76f04037]
[    0.007468] ACPI: Reserving APIC table memory at [mem 0x76f03000-0x76f030dd]
[    0.007469] ACPI: Reserving WSMT table memory at [mem 0x76f02000-0x76f02027]
[    0.007582] No NUMA configuration found
[    0.007582] Faking a node at [mem 0x0000000000000000-0x0000000277efffff]
[    0.007593] NODE_DATA(0) allocated [mem 0x277ed5000-0x277efffff]
[    0.007884] Zone ranges:
[    0.007885]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.007887]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.007888]   Normal   [mem 0x0000000100000000-0x0000000277efffff]
[    0.007890]   Device   empty
[    0.007891] Movable zone start for each node
[    0.007894] Early memory node ranges
[    0.007895]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.007897]   node   0: [mem 0x0000000000100000-0x0000000003ffffff]
[    0.007898]   node   0: [mem 0x0000000004040000-0x0000000004ffffff]
[    0.007899]   node   0: [mem 0x0000000006000000-0x00000000730f5fff]
[    0.007900]   node   0: [mem 0x000000007a9fe000-0x000000007bffffff]
[    0.007901]   node   0: [mem 0x0000000100000000-0x0000000277efffff]
[    0.007903] Initmem setup node 0 [mem 0x0000000000001000-0x0000000277efffff]
[    0.007909] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.007942] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.008070] On node 0, zone DMA32: 64 pages in unavailable ranges
[    0.011977] On node 0, zone DMA32: 4096 pages in unavailable ranges
[    0.012359] On node 0, zone DMA32: 30984 pages in unavailable ranges
[    0.012856] On node 0, zone Normal: 16384 pages in unavailable ranges
[    0.012861] On node 0, zone Normal: 256 pages in unavailable ranges
[    0.014629] ACPI: PM-Timer IO Port: 0x808
[    0.014639] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.014663] IOAPIC[0]: apic_id 224, version 33, address 0xfec00000, GSI 0-23
[    0.014675] IOAPIC[1]: apic_id 225, version 33, address 0xdfa00000, GSI 24-55
[    0.014677] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.014680] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.014684] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.014686] ACPI: HPET id: 0x1d948201 base: 0xfed00000
[    0.014696] e820: update [mem 0x6b005000-0x6b046fff] usable ==> reserved
[    0.014716] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.014751] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.014754] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.014756] PM: hibernation: Registered nosave memory: [mem 0x04000000-0x0403ffff]
[    0.014759] PM: hibernation: Registered nosave memory: [mem 0x05000000-0x05ffffff]
[    0.014761] PM: hibernation: Registered nosave memory: [mem 0x6b005000-0x6b046fff]
[    0.014763] PM: hibernation: Registered nosave memory: [mem 0x6bf77000-0x6bf77fff]
[    0.014765] PM: hibernation: Registered nosave memory: [mem 0x730f6000-0x7a9fdfff]
[    0.014767] PM: hibernation: Registered nosave memory: [mem 0x7c000000-0xffffffff]
[    0.014769] [mem 0x80000000-0xdf9fffff] available for PCI devices
[    0.014771] Booting paravirtualized kernel on bare hardware
[    0.014774] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.021818] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.023350] percpu: Embedded 96 pages/cpu s299008 r65536 d28672 u524288
[    0.023362] pcpu-alloc: s299008 r65536 d28672 u524288 alloc=1*2097152
[    0.023365] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
[    0.023370] pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15 
[    0.023400] Kernel command line: BOOT_IMAGE=/vmlinuz-6.6.93+ root=UUID=8c10b5c5-7cef-466c-acaf-a662a005fbad ro quiet splash loglevel=0 thunderbolt.dyndbg=+plft resume=UUID=0f053111-bb39-491e-a173-f534050f8dfd security=
[    0.023563] Unknown kernel command line parameters "splash BOOT_IMAGE=/vmlinuz-6.6.93+", will be passed to user space.
[    0.023604] random: crng init done
[    0.024650] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.025167] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.025235] Fallback order for Node 0: 0 
[    0.025243] Built 1 zonelists, mobility grouping on.  Total pages: 1980897
[    0.025245] Policy zone: Normal
[    0.025548] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.025619] software IO TLB: area num 16.
[    0.048538] Memory: 1725848K/8050008K available (18432K kernel code, 6355K rwdata, 15988K rodata, 4652K init, 5516K bss, 503848K reserved, 0K cma-reserved)
[    0.048782] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.048840] ftrace: allocating 57105 entries in 224 pages
[    0.060529] ftrace: allocated 224 pages with 3 groups
[    0.061645] Dynamic Preempt: voluntary
[    0.061727] rcu: Preemptible hierarchical RCU implementation.
[    0.061728] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.061730] 	Trampoline variant of Tasks RCU enabled.
[    0.061730] 	Rude variant of Tasks RCU enabled.
[    0.061731] 	Tracing variant of Tasks RCU enabled.
[    0.061732] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.061733] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.067129] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    0.067376] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.067533] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.067584] Console: colour dummy device 80x25
[    0.067586] printk: legacy console [tty0] enabled
[    0.067642] ACPI: Core revision 20230628
[    0.067794] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.067841] APIC: Switch to symmetric I/O mode setup
[    0.069099] AMD-Vi: Using global IVHD EFR:0x41f73ef22294ade, EFR2:0x0
[    0.069710] APIC: Switched APIC routing to: physical flat
[    0.071160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.075837] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c6d6d0c5, max_idle_ns: 440795324253 ns
[    0.075842] Calibrating delay loop (skipped), value calculated using timer frequency.. 5600.09 BogoMIPS (lpj=2800047)
[    0.075858] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.075925] LVT offset 2 assigned for vector 0xf4
[    0.075944] process: using mwait in idle threads
[    0.075946] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.075948] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.075951] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.075954] Spectre V2 : Mitigation: Retpolines
[    0.075955] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
[    0.075956] Spectre V2 : Enabling Speculation Barrier for firmware calls
[    0.075957] RETBleed: Mitigation: untrained return thunk
[    0.075959] Spectre V2 : User space: Vulnerable
[    0.075960] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.075962] Speculative Return Stack Overflow: IBPB-extending microcode not applied!
[    0.075963] Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options.
[    0.075964] x86/bugs: return thunk changed
[    0.075965] Speculative Return Stack Overflow: Vulnerable: Safe RET, no microcode
[    0.075970] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.075972] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.075973] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.075974] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.075976] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.104458] Freeing SMP alternatives memory: 48K
[    0.104465] pid_max: default: 32768 minimum: 301
[    0.114913] LSM: initializing lsm=lockdown,capability,kycp,yama,bpf,integrity
[    0.114941] KYCP: Initializing.
[    0.114944] KYCP: Initialized successfully.
[    0.114946] Yama: becoming mindful.
[    0.114954] LSM support for eBPF active
[    0.115031] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.115047] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.217919] smpboot: CPU0: Hygon C86-4G (OPN:3450M) (family: 0x18, model: 0x10, stepping: 0x0)
[    0.218211] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[    0.218238] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[    0.218266] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[    0.218292] Performance Events: Fam17h+ core perfctr, HYGON PMU driver.
[    0.218328] ... version:                0
[    0.218330] ... bit width:              48
[    0.218332] ... generic registers:      6
[    0.218334] ... value mask:             0000ffffffffffff
[    0.218336] ... max period:             00007fffffffffff
[    0.218338] ... fixed-purpose events:   0
[    0.218340] ... event mask:             000000000000003f
[    0.218490] signal: max sigframe size: 1776
[    0.218535] rcu: Hierarchical SRCU implementation.
[    0.218537] rcu: 	Max phase no-delay instances is 400.
[    0.225246] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.225457] smp: Bringing up secondary CPUs ...
[    0.225634] smpboot: x86: Booting SMP configuration:
[    0.225637] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.245897] smp: Brought up 1 node, 16 CPUs
[    0.245897] smpboot: Max logical packages: 1
[    0.245897] smpboot: Total of 16 processors activated (89601.50 BogoMIPS)
[    0.256654] node 0 deferred pages initialised in 10ms
[    0.258730] allocated 16515072 bytes of page_ext
[    0.258932] devtmpfs: initialized
[    0.258932] x86/mm: Memory block size: 128MB
[    0.261973] ACPI: PM: Registering ACPI NVS region [mem 0x76f1d000-0x797fdfff] (42864640 bytes)
[    0.263095] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.263104] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.263272] pinctrl core: initialized pinctrl subsystem
[    0.264030] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.264364] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.264372] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.264377] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.264402] audit: initializing netlink subsys (disabled)
[    0.264866] audit: type=2000 audit(1735886576.197:1): state=initialized audit_enabled=0 res=1
[    0.265011] thermal_sys: Registered thermal governor 'fair_share'
[    0.265014] thermal_sys: Registered thermal governor 'step_wise'
[    0.265017] thermal_sys: Registered thermal governor 'user_space'
[    0.265047] cpuidle: using governor menu
[    0.265047] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.265177] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.265199] PCI: Using configuration type 1 for base access
[    0.265508] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.265977] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.265977] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.265977] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.265977] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.266094] cryptd: max_cpu_qlen set to 1000
[    0.266985] ACPI: Added _OSI(Module Device)
[    0.266988] ACPI: Added _OSI(Processor Device)
[    0.266991] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.266994] ACPI: Added _OSI(Processor Aggregator Device)
[    0.277046] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.323906] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[    0.323910] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[    0.324249] ACPI: _OSC evaluation for CPUs failed, trying _PDC
[    0.324778] ACPI: EC: EC started
[    0.324780] ACPI: EC: interrupt blocked
[    0.325476] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.325480] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.325482] ACPI: Interpreter enabled
[    0.325520] ACPI: PM: (supports S0 S3 S4 S5)
[    0.325522] ACPI: Using IOAPIC for interrupt routing
[    0.326163] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.326166] PCI: Ignoring E820 reservations for host bridge windows
[    0.326581] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.327390] ACPI: \_SB_.PCI0.N0A0.P0A0: New power resource
[    0.327456] ACPI: \_SB_.PCI0.N0A0.P3A0: New power resource
[    0.327728] ACPI: \_SB_.PCI0.N0A0.P0U0: New power resource
[    0.327776] ACPI: \_SB_.PCI0.N0A0.P3U0: New power resource
[    0.327821] ACPI: \_SB_.PCI0.N0A0.P0D0: New power resource
[    0.327869] ACPI: \_SB_.PCI0.N0A0.P3D0: New power resource
[    0.327916] ACPI: \_SB_.PCI0.N0A0.P0D1: New power resource
[    0.327959] ACPI: \_SB_.PCI0.N0A0.P3D1: New power resource
[    0.328004] ACPI: \_SB_.PCI0.N0A0.P0D2: New power resource
[    0.328047] ACPI: \_SB_.PCI0.N0A0.P3D2: New power resource
[    0.328100] ACPI: \_SB_.PCI0.N0A0.P0D3: New power resource
[    0.328144] ACPI: \_SB_.PCI0.N0A0.P3D3: New power resource
[    0.328189] ACPI: \_SB_.PCI0.N0A0.P0XH: New power resource
[    0.328232] ACPI: \_SB_.PCI0.N0A0.P3XH: New power resource
[    0.328278] ACPI: \_SB_.PCI0.N0A0.P0HI: New power resource
[    0.328322] ACPI: \_SB_.PCI0.N0A0.P3HI: New power resource
[    0.333870] ACPI: \_SB_.PCI0.N00B.SATA.P0SA: New power resource
[    0.333916] ACPI: \_SB_.PCI0.N00B.SATA.P3SA: New power resource
[    0.361030] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.361039] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.361192] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER LTR DPC]
[    0.361472] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[    0.361749] acpi PNP0A08:00: host bridge window expanded to [io  0x03b0-0x03df window]; [io  0x03b0-0x03df window] ignored
[    0.362137] PCI host bridge to bus 0000:00
[    0.362141] pci_bus 0000:00: root bus resource [io  0x0000-0x02e7 window]
[    0.362145] pci_bus 0000:00: root bus resource [io  0x0300-0x03df window]
[    0.362148] pci_bus 0000:00: root bus resource [io  0x0400-0x0cf7 window]
[    0.362151] pci_bus 0000:00: root bus resource [io  0x3000-0xffff window]
[    0.362154] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.362158] pci_bus 0000:00: root bus resource [mem 0xa8000000-0xb69fffff window]
[    0.362161] pci_bus 0000:00: root bus resource [mem 0x34000000000-0x3501fffffff window]
[    0.362165] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.362193] pci 0000:00:00.0: [1d94:14c0] type 00 class 0x060000
[    0.362356] pci 0000:00:00.2: [1d94:149e] type 00 class 0x080600
[    0.362529] pci 0000:00:01.0: [1d94:14c2] type 00 class 0x060000
[    0.362671] pci 0000:00:01.1: [1d94:14c3] type 01 class 0x060400
[    0.362815] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.363145] pci 0000:00:01.2: [1d94:14c3] type 01 class 0x060400
[    0.363287] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.363538] pci 0000:00:01.3: [1d94:14c3] type 01 class 0x060400
[    0.363679] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.363937] pci 0000:00:01.5: [1d94:14c3] type 01 class 0x060400
[    0.364078] pci 0000:00:01.5: PME# supported from D0 D3hot D3cold
[    0.364351] pci 0000:00:01.6: [1d94:14c3] type 01 class 0x060400
[    0.364492] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
[    0.364756] pci 0000:00:02.0: [1d94:14c2] type 00 class 0x060000
[    0.364910] pci 0000:00:03.0: [1d94:14c2] type 00 class 0x060000
[    0.365065] pci 0000:00:07.0: [1d94:14c2] type 00 class 0x060000
[    0.365208] pci 0000:00:07.1: [1d94:14c4] type 01 class 0x060400
[    0.365268] pci 0000:00:07.1: enabling Extended Tags
[    0.365349] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.365590] pci 0000:00:08.0: [1d94:14c2] type 00 class 0x060000
[    0.365735] pci 0000:00:08.1: [1d94:14c4] type 01 class 0x060400
[    0.365796] pci 0000:00:08.1: enabling Extended Tags
[    0.365881] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.366117] pci 0000:00:0b.0: [1d94:790b] type 00 class 0x0c0500
[    0.366327] pci 0000:00:0b.3: [1d94:790e] type 00 class 0x060100
[    0.366620] pci 0000:00:18.0: [1d94:14d0] type 00 class 0x060000
[    0.366684] pci 0000:00:18.1: [1d94:14d1] type 00 class 0x060000
[    0.366748] pci 0000:00:18.2: [1d94:14d2] type 00 class 0x060000
[    0.366814] pci 0000:00:18.3: [1d94:14d3] type 00 class 0x060000
[    0.366880] pci 0000:00:18.4: [1d94:14d4] type 00 class 0x060000
[    0.366943] pci 0000:00:18.5: [1d94:14d5] type 00 class 0x060000
[    0.367007] pci 0000:00:18.6: [1d94:14d6] type 00 class 0x060000
[    0.367072] pci 0000:00:18.7: [1d94:14d7] type 00 class 0x060000
[    0.367259] pci 0000:01:00.0: [1b21:2421] type 01 class 0x060400
[    0.367454] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.367808] pci 0000:00:01.1: PCI bridge to [bus 01-44]
[    0.367817] pci 0000:00:01.1:   bridge window [io  0x3000-0xcfff]
[    0.367824] pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xb3ffffff]
[    0.367832] pci 0000:00:01.1:   bridge window [mem 0x34000000000-0x34fffffffff 64bit pref]
[    0.367977] pci 0000:02:00.0: [1b21:2423] type 01 class 0x060400
[    0.368198] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.368524] pci 0000:02:01.0: [1b21:2423] type 01 class 0x060400
[    0.368743] pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
[    0.369060] pci 0000:02:02.0: [1b21:2423] type 01 class 0x060400
[    0.369234] pci 0000:02:02.0: PME# supported from D0 D3hot D3cold
[    0.369481] pci 0000:02:03.0: [1b21:2423] type 01 class 0x060400
[    0.369655] pci 0000:02:03.0: PME# supported from D0 D3hot D3cold
[    0.369920] pci 0000:01:00.0: PCI bridge to [bus 02-2c]
[    0.369931] pci 0000:01:00.0:   bridge window [io  0x3000-0xcfff]
[    0.369938] pci 0000:01:00.0:   bridge window [mem 0xb0000000-0xb27fffff]
[    0.369948] pci 0000:01:00.0:   bridge window [mem 0x34000000000-0x34fffffffff 64bit pref]
[    0.370019] pci 0000:02:00.0: PCI bridge to [bus 03-16]
[    0.370029] pci 0000:02:00.0:   bridge window [io  0x7000-0xafff]
[    0.370035] pci 0000:02:00.0:   bridge window [mem 0xb1000000-0xb1ffffff]
[    0.370045] pci 0000:02:00.0:   bridge window [mem 0x34800000000-0x34fffffffff 64bit pref]
[    0.370114] pci 0000:02:01.0: PCI bridge to [bus 17-2a]
[    0.370125] pci 0000:02:01.0:   bridge window [io  0x3000-0x6fff]
[    0.370131] pci 0000:02:01.0:   bridge window [mem 0xb0000000-0xb0ffffff]
[    0.370140] pci 0000:02:01.0:   bridge window [mem 0x34000000000-0x347ffffffff 64bit pref]
[    0.370250] pci 0000:2b:00.0: [1b21:2426] type 00 class 0x0c0330
[    0.370282] pci 0000:2b:00.0: reg 0x10: [mem 0xb2400000-0xb2407fff 64bit]
[    0.370440] pci 0000:2b:00.0: PME# supported from D0 D3hot D3cold
[    0.370603] pci 0000:02:02.0: PCI bridge to [bus 2b]
[    0.370608] pci 0000:02:02.0:   bridge window [io  0xc000-0xcfff]
[    0.370613] pci 0000:02:02.0:   bridge window [mem 0xb2400000-0xb27fffff]
[    0.370697] pci 0000:2c:00.0: [1b21:2425] type 00 class 0x0c0340
[    0.370713] pci 0000:2c:00.0: reg 0x10: [mem 0xb2000000-0xb203ffff 64bit]
[    0.370725] pci 0000:2c:00.0: reg 0x18: [mem 0xb2040000-0xb204ffff 64bit]
[    0.370797] pci 0000:2c:00.0: PME# supported from D0 D3hot D3cold
[    0.371082] pci 0000:02:03.0: PCI bridge to [bus 2c]
[    0.371087] pci 0000:02:03.0:   bridge window [io  0xb000-0xbfff]
[    0.371092] pci 0000:02:03.0:   bridge window [mem 0xb2000000-0xb23fffff]
[    0.371864] pci 0000:45:00.0: [1ec8:9810] type 00 class 0x030000
[    0.371884] pci 0000:45:00.0: reg 0x10: [mem 0xa8000000-0xabffffff 64bit]
[    0.371897] pci 0000:45:00.0: reg 0x18: [mem 0x35000000000-0x3501fffffff 64bit pref]
[    0.371907] pci 0000:45:00.0: reg 0x20: [io  0xf000-0xf0ff]
[    0.371923] pci 0000:45:00.0: reg 0x30: [mem 0xac000000-0xac07ffff pref]
[    0.371995] pci 0000:45:00.0: supports D1
[    0.371998] pci 0000:45:00.0: PME# supported from D0 D1 D3hot
[    0.372923] pci 0000:00:01.2: PCI bridge to [bus 45]
[    0.372929] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.372933] pci 0000:00:01.2:   bridge window [mem 0xa8000000-0xac0fffff]
[    0.372939] pci 0000:00:01.2:   bridge window [mem 0x35000000000-0x3501fffffff 64bit pref]
[    0.374874] pci 0000:46:00.0: [1e68:8111] type 00 class 0x010802
[    0.374919] pci 0000:46:00.0: reg 0x10: [mem 0xb4800000-0xb4803fff 64bit]
[    0.375981] pci 0000:00:01.3: PCI bridge to [bus 46]
[    0.375988] pci 0000:00:01.3:   bridge window [mem 0xb4800000-0xb48fffff]
[    0.376063] pci 0000:47:00.0: [10ec:8168] type 00 class 0x020000
[    0.376081] pci 0000:47:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.376104] pci 0000:47:00.0: reg 0x18: [mem 0xb4704000-0xb4704fff 64bit]
[    0.376120] pci 0000:47:00.0: reg 0x20: [mem 0xb4700000-0xb4703fff 64bit]
[    0.376209] pci 0000:47:00.0: supports D1 D2
[    0.376211] pci 0000:47:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.376390] pci 0000:00:01.5: PCI bridge to [bus 47]
[    0.376395] pci 0000:00:01.5:   bridge window [io  0xe000-0xefff]
[    0.376399] pci 0000:00:01.5:   bridge window [mem 0xb4700000-0xb47fffff]
[    0.376479] pci 0000:48:00.0: [10ec:b852] type 00 class 0x028000
[    0.376502] pci 0000:48:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.376533] pci 0000:48:00.0: reg 0x18: [mem 0xb4600000-0xb46fffff 64bit]
[    0.376659] pci 0000:48:00.0: PME# supported from D0 D3hot D3cold
[    0.376864] pci 0000:00:01.6: PCI bridge to [bus 48]
[    0.376870] pci 0000:00:01.6:   bridge window [io  0xd000-0xdfff]
[    0.376874] pci 0000:00:01.6:   bridge window [mem 0xb4600000-0xb46fffff]
[    0.376955] pci 0000:49:00.0: [1d94:14c5] type 00 class 0x130000
[    0.376991] pci 0000:49:00.0: enabling Extended Tags
[    0.377107] pci 0000:49:00.2: [1d94:14c6] type 00 class 0x108000
[    0.377125] pci 0000:49:00.2: reg 0x18: [mem 0xb4400000-0xb44fffff]
[    0.377139] pci 0000:49:00.2: reg 0x24: [mem 0xb4502000-0xb4503fff]
[    0.377150] pci 0000:49:00.2: enabling Extended Tags
[    0.377304] pci 0000:49:00.3: [1d94:14d8] type 00 class 0x108000
[    0.377323] pci 0000:49:00.3: reg 0x18: [mem 0xb4300000-0xb43fffff]
[    0.377337] pci 0000:49:00.3: reg 0x24: [mem 0xb4500000-0xb4501fff]
[    0.377348] pci 0000:49:00.3: enabling Extended Tags
[    0.377519] pci 0000:00:07.1: PCI bridge to [bus 49]
[    0.377525] pci 0000:00:07.1:   bridge window [mem 0xb4300000-0xb45fffff]
[    0.377612] pci 0000:4a:00.0: [1d94:14c5] type 00 class 0x130000
[    0.377649] pci 0000:4a:00.0: enabling Extended Tags
[    0.377771] pci 0000:4a:00.1: [1d94:148c] type 00 class 0x0c0330
[    0.377784] pci 0000:4a:00.1: reg 0x10: [mem 0xb4000000-0xb40fffff 64bit]
[    0.377810] pci 0000:4a:00.1: enabling Extended Tags
[    0.377849] pci 0000:4a:00.1: PME# supported from D0 D3hot D3cold
[    0.377976] pci 0000:4a:00.2: [1d94:148c] type 00 class 0x0c0330
[    0.377989] pci 0000:4a:00.2: reg 0x10: [mem 0xb4100000-0xb41fffff 64bit]
[    0.378015] pci 0000:4a:00.2: enabling Extended Tags
[    0.378052] pci 0000:4a:00.2: PME# supported from D0 D3hot D3cold
[    0.378183] pci 0000:4a:00.6: [1d94:14c9] type 00 class 0x040300
[    0.378193] pci 0000:4a:00.6: reg 0x10: [mem 0xb4200000-0xb4207fff]
[    0.378223] pci 0000:4a:00.6: enabling Extended Tags
[    0.378257] pci 0000:4a:00.6: PME# supported from D0 D3hot D3cold
[    0.378405] pci 0000:00:08.1: PCI bridge to [bus 4a]
[    0.378412] pci 0000:00:08.1:   bridge window [mem 0xb4000000-0xb42fffff]
[    0.398623] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.398709] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.398793] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.398880] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.398963] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.399046] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.399130] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.399213] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.399747] ACPI: EC: interrupt unblocked
[    0.399749] ACPI: EC: event unblocked
[    0.399841] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.399841] ACPI: EC: GPE=0x3
[    0.399841] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    0.399841] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.399889] iommu: Default domain type: Translated
[    0.399889] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.400041] SCSI subsystem initialized
[    0.400075] ACPI: bus type USB registered
[    0.400104] usbcore: registered new interface driver usbfs
[    0.400118] usbcore: registered new interface driver hub
[    0.400134] usbcore: registered new device driver usb
[    0.400187] pps_core: LinuxPPS API ver. 1 registered
[    0.400189] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.400195] PTP clock support registered
[    0.400222] EDAC MC: Ver: 3.0.0
[    0.402887] efivars: Registered efivars operations
[    0.403169] NetLabel: Initializing
[    0.403169] NetLabel:  domain hash size = 128
[    0.403169] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.403169] NetLabel:  unlabeled traffic allowed by default
[    0.403169] mctp: management component transport protocol core
[    0.403169] NET: Registered PF_MCTP protocol family
[    0.403169] PCI: Using ACPI for IRQ routing
[    0.420026] PCI: pci_cache_line_size set to 64 bytes
[    0.423778] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.423781] e820: reserve RAM buffer [mem 0x05000000-0x07ffffff]
[    0.423784] e820: reserve RAM buffer [mem 0x4ecdc018-0x4fffffff]
[    0.423787] e820: reserve RAM buffer [mem 0x4ed02018-0x4fffffff]
[    0.423790] e820: reserve RAM buffer [mem 0x6b005000-0x6bffffff]
[    0.423792] e820: reserve RAM buffer [mem 0x6bf77000-0x6bffffff]
[    0.423794] e820: reserve RAM buffer [mem 0x730f6000-0x73ffffff]
[    0.423797] e820: reserve RAM buffer [mem 0x277f00000-0x277ffffff]
[    0.424797] pci 0000:45:00.0: vgaarb: setting as boot VGA device
[    0.424800] pci 0000:45:00.0: vgaarb: bridge control possible
[    0.424802] pci 0000:45:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.424845] vgaarb: loaded
[    0.424992] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.425001] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.426937] clocksource: Switched to clocksource tsc-early
[    0.427242] VFS: Disk quotas dquot_6.6.0
[    0.427264] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.427358] pnp: PnP ACPI init
[    0.427493] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.446107] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.446112] system 00:03: [io  0x040b] has been reserved
[    0.446115] system 00:03: [io  0x04d6] has been reserved
[    0.446119] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.446122] system 00:03: [io  0x0c14] has been reserved
[    0.446125] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    0.446129] system 00:03: [io  0x0c52] has been reserved
[    0.446132] system 00:03: [io  0x0c6c] has been reserved
[    0.446135] system 00:03: [io  0x0c6f] has been reserved
[    0.446139] system 00:03: [io  0x0cd0-0x0cd1] has been reserved
[    0.446142] system 00:03: [io  0x0cd2-0x0cd3] has been reserved
[    0.446145] system 00:03: [io  0x0cd4-0x0cd5] has been reserved
[    0.446148] system 00:03: [io  0x0cd6-0x0cd7] has been reserved
[    0.446152] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    0.446155] system 00:03: [io  0x0800-0x089f] has been reserved
[    0.446158] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    0.446162] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    0.446165] system 00:03: [io  0x0900-0x090f] has been reserved
[    0.446168] system 00:03: [io  0x0910-0x091f] has been reserved
[    0.446172] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.446176] system 00:03: [mem 0xfec01000-0xfec01fff] has been reserved
[    0.446180] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.446183] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.446187] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.446190] system 00:03: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.446199] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.446203] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.446972] pnp: PnP ACPI: found 5 devices
[    0.453980] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.454080] NET: Registered PF_INET protocol family
[    0.454211] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.456194] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.456213] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.456232] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.456356] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.456597] TCP: Hash tables configured (established 65536 bind 65536)
[    0.456761] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    0.456800] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.456828] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.457002] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.457019] NET: Registered PF_XDP protocol family
[    0.457045] pci 0000:02:00.0: PCI bridge to [bus 03-16]
[    0.457052] pci 0000:02:00.0:   bridge window [io  0x7000-0xafff]
[    0.457059] pci 0000:02:00.0:   bridge window [mem 0xb1000000-0xb1ffffff]
[    0.457064] pci 0000:02:00.0:   bridge window [mem 0x34800000000-0x34fffffffff 64bit pref]
[    0.457072] pci 0000:02:01.0: PCI bridge to [bus 17-2a]
[    0.457076] pci 0000:02:01.0:   bridge window [io  0x3000-0x6fff]
[    0.457082] pci 0000:02:01.0:   bridge window [mem 0xb0000000-0xb0ffffff]
[    0.457088] pci 0000:02:01.0:   bridge window [mem 0x34000000000-0x347ffffffff 64bit pref]
[    0.457095] pci 0000:02:02.0: PCI bridge to [bus 2b]
[    0.457099] pci 0000:02:02.0:   bridge window [io  0xc000-0xcfff]
[    0.457105] pci 0000:02:02.0:   bridge window [mem 0xb2400000-0xb27fffff]
[    0.457115] pci 0000:02:03.0: PCI bridge to [bus 2c]
[    0.457119] pci 0000:02:03.0:   bridge window [io  0xb000-0xbfff]
[    0.457125] pci 0000:02:03.0:   bridge window [mem 0xb2000000-0xb23fffff]
[    0.457134] pci 0000:01:00.0: PCI bridge to [bus 02-2c]
[    0.457139] pci 0000:01:00.0:   bridge window [io  0x3000-0xcfff]
[    0.457145] pci 0000:01:00.0:   bridge window [mem 0xb0000000-0xb27fffff]
[    0.457150] pci 0000:01:00.0:   bridge window [mem 0x34000000000-0x34fffffffff 64bit pref]
[    0.457157] pci 0000:00:01.1: PCI bridge to [bus 01-44]
[    0.457161] pci 0000:00:01.1:   bridge window [io  0x3000-0xcfff]
[    0.457167] pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xb3ffffff]
[    0.457172] pci 0000:00:01.1:   bridge window [mem 0x34000000000-0x34fffffffff 64bit pref]
[    0.457179] pci 0000:00:01.2: PCI bridge to [bus 45]
[    0.457183] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.457189] pci 0000:00:01.2:   bridge window [mem 0xa8000000-0xac0fffff]
[    0.457194] pci 0000:00:01.2:   bridge window [mem 0x35000000000-0x3501fffffff 64bit pref]
[    0.457200] pci 0000:00:01.3: PCI bridge to [bus 46]
[    0.457206] pci 0000:00:01.3:   bridge window [mem 0xb4800000-0xb48fffff]
[    0.457214] pci 0000:00:01.5: PCI bridge to [bus 47]
[    0.457218] pci 0000:00:01.5:   bridge window [io  0xe000-0xefff]
[    0.457223] pci 0000:00:01.5:   bridge window [mem 0xb4700000-0xb47fffff]
[    0.457231] pci 0000:00:01.6: PCI bridge to [bus 48]
[    0.457236] pci 0000:00:01.6:   bridge window [io  0xd000-0xdfff]
[    0.457241] pci 0000:00:01.6:   bridge window [mem 0xb4600000-0xb46fffff]
[    0.457250] pci 0000:00:07.1: PCI bridge to [bus 49]
[    0.457255] pci 0000:00:07.1:   bridge window [mem 0xb4300000-0xb45fffff]
[    0.457263] pci 0000:00:08.1: PCI bridge to [bus 4a]
[    0.457268] pci 0000:00:08.1:   bridge window [mem 0xb4000000-0xb42fffff]
[    0.457276] pci_bus 0000:00: resource 4 [io  0x0000-0x02e7 window]
[    0.457280] pci_bus 0000:00: resource 5 [io  0x0300-0x03df window]
[    0.457283] pci_bus 0000:00: resource 6 [io  0x0400-0x0cf7 window]
[    0.457286] pci_bus 0000:00: resource 7 [io  0x3000-0xffff window]
[    0.457289] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.457292] pci_bus 0000:00: resource 9 [mem 0xa8000000-0xb69fffff window]
[    0.457296] pci_bus 0000:00: resource 10 [mem 0x34000000000-0x3501fffffff window]
[    0.457299] pci_bus 0000:01: resource 0 [io  0x3000-0xcfff]
[    0.457302] pci_bus 0000:01: resource 1 [mem 0xb0000000-0xb3ffffff]
[    0.457305] pci_bus 0000:01: resource 2 [mem 0x34000000000-0x34fffffffff 64bit pref]
[    0.457308] pci_bus 0000:02: resource 0 [io  0x3000-0xcfff]
[    0.457311] pci_bus 0000:02: resource 1 [mem 0xb0000000-0xb27fffff]
[    0.457314] pci_bus 0000:02: resource 2 [mem 0x34000000000-0x34fffffffff 64bit pref]
[    0.457317] pci_bus 0000:03: resource 0 [io  0x7000-0xafff]
[    0.457320] pci_bus 0000:03: resource 1 [mem 0xb1000000-0xb1ffffff]
[    0.457323] pci_bus 0000:03: resource 2 [mem 0x34800000000-0x34fffffffff 64bit pref]
[    0.457326] pci_bus 0000:17: resource 0 [io  0x3000-0x6fff]
[    0.457329] pci_bus 0000:17: resource 1 [mem 0xb0000000-0xb0ffffff]
[    0.457332] pci_bus 0000:17: resource 2 [mem 0x34000000000-0x347ffffffff 64bit pref]
[    0.457335] pci_bus 0000:2b: resource 0 [io  0xc000-0xcfff]
[    0.457338] pci_bus 0000:2b: resource 1 [mem 0xb2400000-0xb27fffff]
[    0.457342] pci_bus 0000:2c: resource 0 [io  0xb000-0xbfff]
[    0.457344] pci_bus 0000:2c: resource 1 [mem 0xb2000000-0xb23fffff]
[    0.457348] pci_bus 0000:45: resource 0 [io  0xf000-0xffff]
[    0.457351] pci_bus 0000:45: resource 1 [mem 0xa8000000-0xac0fffff]
[    0.457354] pci_bus 0000:45: resource 2 [mem 0x35000000000-0x3501fffffff 64bit pref]
[    0.457357] pci_bus 0000:46: resource 1 [mem 0xb4800000-0xb48fffff]
[    0.457360] pci_bus 0000:47: resource 0 [io  0xe000-0xefff]
[    0.457363] pci_bus 0000:47: resource 1 [mem 0xb4700000-0xb47fffff]
[    0.457366] pci_bus 0000:48: resource 0 [io  0xd000-0xdfff]
[    0.457369] pci_bus 0000:48: resource 1 [mem 0xb4600000-0xb46fffff]
[    0.457372] pci_bus 0000:49: resource 1 [mem 0xb4300000-0xb45fffff]
[    0.457375] pci_bus 0000:4a: resource 1 [mem 0xb4000000-0xb42fffff]
[    0.459913] PCI: CLS 64 bytes, default 64
[    0.459941] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.460004] Trying to unpack rootfs image as initramfs...
[    0.460091] pci 0000:00:01.0: Adding to iommu group 0
[    0.460114] pci 0000:00:01.1: Adding to iommu group 0
[    0.460136] pci 0000:00:01.2: Adding to iommu group 0
[    0.460159] pci 0000:00:01.3: Adding to iommu group 0
[    0.460181] pci 0000:00:01.5: Adding to iommu group 0
[    0.460207] pci 0000:00:01.6: Adding to iommu group 0
[    0.460245] pci 0000:00:02.0: Adding to iommu group 1
[    0.460282] pci 0000:00:03.0: Adding to iommu group 2
[    0.460332] pci 0000:00:07.0: Adding to iommu group 3
[    0.460358] pci 0000:00:07.1: Adding to iommu group 3
[    0.460408] pci 0000:00:08.0: Adding to iommu group 4
[    0.460438] pci 0000:00:08.1: Adding to iommu group 4
[    0.460487] pci 0000:00:0b.0: Adding to iommu group 5
[    0.460513] pci 0000:00:0b.3: Adding to iommu group 5
[    0.460642] pci 0000:00:18.0: Adding to iommu group 6
[    0.460669] pci 0000:00:18.1: Adding to iommu group 6
[    0.460695] pci 0000:00:18.2: Adding to iommu group 6
[    0.460721] pci 0000:00:18.3: Adding to iommu group 6
[    0.460747] pci 0000:00:18.4: Adding to iommu group 6
[    0.460773] pci 0000:00:18.5: Adding to iommu group 6
[    0.460801] pci 0000:00:18.6: Adding to iommu group 6
[    0.460827] pci 0000:00:18.7: Adding to iommu group 6
[    0.460836] pci 0000:01:00.0: Adding to iommu group 0
[    0.460846] pci 0000:02:00.0: Adding to iommu group 0
[    0.460855] pci 0000:02:01.0: Adding to iommu group 0
[    0.460864] pci 0000:02:02.0: Adding to iommu group 0
[    0.460873] pci 0000:02:03.0: Adding to iommu group 0
[    0.460884] pci 0000:2b:00.0: Adding to iommu group 0
[    0.460894] pci 0000:2c:00.0: Adding to iommu group 0
[    0.460903] pci 0000:45:00.0: Adding to iommu group 0
[    0.460912] pci 0000:46:00.0: Adding to iommu group 0
[    0.460923] pci 0000:47:00.0: Adding to iommu group 0
[    0.460932] pci 0000:48:00.0: Adding to iommu group 0
[    0.460942] pci 0000:49:00.0: Adding to iommu group 3
[    0.460952] pci 0000:49:00.2: Adding to iommu group 3
[    0.460962] pci 0000:49:00.3: Adding to iommu group 3
[    0.460971] pci 0000:4a:00.0: Adding to iommu group 4
[    0.460980] pci 0000:4a:00.1: Adding to iommu group 4
[    0.460989] pci 0000:4a:00.2: Adding to iommu group 4
[    0.460998] pci 0000:4a:00.6: Adding to iommu group 4
[    0.463121] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.463126] AMD-Vi: Extended features (0x41f73ef22294ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.463141] AMD-Vi: Interrupt remapping enabled
[    0.463143] AMD-Vi: X2APIC enabled
[    0.463387] AMD-Vi: Virtual APIC enabled
[    0.463395] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.463397] software IO TLB: mapped [mem 0x0000000067005000-0x000000006b005000] (64MB)
[    0.463414] ACPI: bus type thunderbolt registered
[    0.474540] [1] nhi_probe:1359: thunderbolt 0000:2c:00.0: total paths: 21
[    0.474555] [1] nhi_check_iommu:1220: thunderbolt 0000:2c:00.0: IOMMU DMA protection is disabled
[    0.474981] [1] tb_ring_alloc:584: thunderbolt 0000:2c:00.0: allocating TX ring 0 of size 10
[    0.475026] [1] tb_ring_alloc:584: thunderbolt 0000:2c:00.0: allocating RX ring 0 of size 10
[    0.475059] [1] tb_ctl_alloc:660: thunderbolt 0000:2c:00.0: control channel created
[    0.475065] [1] tb_probe:3066: thunderbolt 0000:2c:00.0: using software connection manager
[    0.475119] [1] tb_acpi_add_link:85: thunderbolt 0000:2c:00.0: created link from 0000:02:00.0
[    0.475144] [1] tb_acpi_add_link:85: thunderbolt 0000:2c:00.0: created link from 0000:02:01.0
[    0.475172] [1] tb_acpi_add_link:85: thunderbolt 0000:2c:00.0: created link from 0000:2b:00.0
[    0.475178] [1] tb_acpi_add_link:85: thunderbolt 0000:2c:00.0: created link from 0000:2b:00.0
[    0.475321] [1] nhi_probe:1400: thunderbolt 0000:2c:00.0: NHI initialized, starting thunderbolt
[    0.475325] [1] tb_ctl_start:703: thunderbolt 0000:2c:00.0: control channel starting...
[    0.475328] [1] tb_ring_start:693: thunderbolt 0000:2c:00.0: starting TX ring 0
[    0.475335] [1] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: enabling interrupt at register 0x38200 bit 0 (0x0 -> 0x1)
[    0.475340] [1] tb_ring_start:693: thunderbolt 0000:2c:00.0: starting RX ring 0
[    0.475346] [1] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: enabling interrupt at register 0x38200 bit 21 (0x1 -> 0x200001)
[    0.475353] [1] tb_domain_add:455: thunderbolt 0000:2c:00.0: security level set to user
[    0.475575] [1] tb_switch_alloc:2460: thunderbolt 0000:2c:00.0: current switch config:
[    0.475579] [1] tb_dump_switch:1545: thunderbolt 0000:2c:00.0:  USB4 Switch: 174c:2428 (Revision: 0, TB Version: 32)
[    0.475584] [1] tb_dump_switch:1548: thunderbolt 0000:2c:00.0:   Max Port Number: 11
[    0.475587] [1] tb_dump_switch:1549: thunderbolt 0000:2c:00.0:   Config:
[    0.475590] [1] tb_dump_switch:1550: thunderbolt 0000:2c:00.0:    Upstream Port Number: 5 Depth: 0 Route String: 0x0 Enabled: 1, PlugEventsDelay: 255ms
[    0.475595] [1] tb_dump_switch:1555: thunderbolt 0000:2c:00.0:    unknown1: 0x0 unknown4: 0x0
[    0.478606] [1] tb_switch_configure:2590: thunderbolt 0000:2c:00.0: initializing Switch at 0x0 (depth: 0, up port: 5)
[    0.479820] [1] usb4_switch_credits_init:758: thunderbolt 0000:2c:00.0: 0: credit allocation parameters:
[    0.479824] [1] usb4_switch_credits_init:768: thunderbolt 0000:2c:00.0: 0:  USB3: 64
[    0.479827] [1] usb4_switch_credits_init:772: thunderbolt 0000:2c:00.0: 0:  DP AUX: 2
[    0.479831] [1] usb4_switch_credits_init:776: thunderbolt 0000:2c:00.0: 0:  DP main: 0
[    0.479834] [1] usb4_switch_credits_init:780: thunderbolt 0000:2c:00.0: 0:  PCIe: 64
[    0.479838] [1] usb4_switch_credits_init:784: thunderbolt 0000:2c:00.0: 0:  DMA: 32
[    0.483017] [1] tb_drom_parse:626: thunderbolt 0000:2c:00.0: 0: DROM version: 1
[    0.484154] [1] tb_switch_add:3276: thunderbolt 0000:2c:00.0: 0: uid: 0x14547f00174c8a29
[    0.485417] [1] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 1: 0:0 (Revision: 0, TB Version: 1, Type: Port (0x1))
[    0.485426] [1] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 27/27
[    0.485430] [1] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max counters: 7
[    0.485433] [1] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC Credits: 0xae00000
[    0.485436] [1] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits (total/control): 174/2
[    0.486554] [1] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 2: 0:0 (Revision: 0, TB Version: 1, Type: Port (0x1))
[    0.486559] [1] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 27/27
[    0.486563] [1] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max counters: 7
[    0.486566] [1] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC Credits: 0xae00000
[    0.486569] [1] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits (total/control): 174/2
[    0.487816] [1] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 3: 0:0 (Revision: 0, TB Version: 1, Type: Port (0x1))
[    0.487821] [1] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 27/27
[    0.487825] [1] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max counters: 7
[    0.487828] [1] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC Credits: 0xae00000
[    0.487831] [1] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits (total/control): 174/2
[    0.488953] [1] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 4: 0:0 (Revision: 0, TB Version: 1, Type: Port (0x1))
[    0.488958] [1] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 27/27
[    0.488961] [1] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max counters: 7
[    0.488964] [1] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC Credits: 0xae00000
[    0.488968] [1] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits (total/control): 174/2
[    0.489206] [1] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 5: 0:0 (Revision: 0, TB Version: 1, Type: NHI (0x2))
[    0.489211] [1] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 20/27
[    0.489214] [1] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max counters: 0
[    0.489217] [1] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC Credits: 0x0
[    0.489220] [1] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits (total/control): 0/0
[    0.489459] [1] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 6: 0:0 (Revision: 0, TB Version: 1, Type: PCIe (0x100101))
[    0.489464] [1] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 8/8
[    0.489467] [1] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max counters: 1
[    0.489471] [1] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC Credits: 0x0
[    0.489474] [1] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits (total/control): 0/0
[    0.489711] [1] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 7: 0:0 (Revision: 0, TB Version: 1, Type: PCIe (0x100101))
[    0.489716] [1] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 8/8
[    0.489719] [1] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max counters: 1
[    0.489722] [1] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC Credits: 0x0
[    0.489725] [1] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits (total/control): 0/0
[    0.489963] [1] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 8: 0:0 (Revision: 0, TB Version: 1, Type: USB (0x200101))
[    0.489968] [1] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 8/27
[    0.489971] [1] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max counters: 1
[    0.489975] [1] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC Credits: 0x0
[    0.489978] [1] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits (total/control): 0/0
[    0.490216] [1] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 9: 0:0 (Revision: 0, TB Version: 1, Type: USB (0x200101))
[    0.490221] [1] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 8/27
[    0.490224] [1] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max counters: 1
[    0.490227] [1] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC Credits: 0x0
[    0.490230] [1] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits (total/control): 0/0
[    0.490469] [1] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 10: 0:0 (Revision: 0, TB Version: 1, Type: DP/HDMI (0xe0101))
[    0.490473] [1] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 9/27
[    0.490477] [1] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max counters: 0
[    0.490480] [1] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC Credits: 0x0
[    0.490483] [1] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits (total/control): 0/0
[    0.490722] [1] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 11: 0:0 (Revision: 0, TB Version: 1, Type: DP/HDMI (0xe0101))
[    0.490727] [1] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 9/27
[    0.490730] [1] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max counters: 0
[    0.490733] [1] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC Credits: 0x0
[    0.490736] [1] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits (total/control): 0/0
[    0.493880] [1] tmu_mode_init:364: thunderbolt 0000:2c:00.0: 0: TMU: supports uni-directional mode
[    0.494006] [1] tb_switch_tmu_init:433: thunderbolt 0000:2c:00.0: 0: TMU: current mode: bi-directional, HiFi
[    0.498147] [1] tb_switch_tmu_configure:1056: thunderbolt 0000:2c:00.0: 0: TMU: mode change bi-directional, HiFi -> uni-directional, LowRes requested
[    0.498597] [1] tb_switch_tmu_enable:1006: thunderbolt 0000:2c:00.0: 0: TMU: mode set to: uni-directional, LowRes
[    0.498976] [1] tb_switch_reset:1666: thunderbolt 0000:2c:00.0: 0: resetting
[    0.533329] [1] tb_add_dp_resources:217: thunderbolt 0000:2c:00.0: 0:10: DP IN resource available
[    0.533959] [1] tb_add_dp_resources:217: thunderbolt 0000:2c:00.0: 0:11: DP IN resource available
[    0.535740] amd_uncore: 4 HYGON amd_df counters detected
[    0.535750] amd_uncore: 6 HYGON amd_l3 counters detected
[    0.535890] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.620117] Initialise system trusted keyrings
[    0.620131] Key type blacklist registered
[    0.620186] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    0.620625] SGI XFS with ACLs, security attributes, scrub, quota, no debug enabled
[    0.621041] integrity: Platform Keyring initialized
[    0.636005] NET: Registered PF_ALG protocol family
[    0.636012] Key type asymmetric registered
[    0.636015] Asymmetric key parser 'x509' registered
[    0.742440] Freeing initrd memory: 88012K
[    0.747195] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.747255] io scheduler mq-deadline registered
[    0.747258] io scheduler kyber registered
[    0.747272] io scheduler bfq registered
[    0.749295] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.752192] pcieport 0000:00:01.1: PME: Signaling with IRQ 47
[    0.752449] pcieport 0000:00:01.2: PME: Signaling with IRQ 48
[    0.752674] pcieport 0000:00:01.3: PME: Signaling with IRQ 49
[    0.752904] pcieport 0000:00:01.5: PME: Signaling with IRQ 50
[    0.753121] pcieport 0000:00:01.6: PME: Signaling with IRQ 51
[    0.753460] pcieport 0000:00:07.1: PME: Signaling with IRQ 53
[    0.753724] pcieport 0000:00:08.1: PME: Signaling with IRQ 54
[    0.754132] pcieport 0000:02:00.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.754547] pcieport 0000:02:01.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.755058] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.755217] ACPI: AC: debug: acpi_ac_add start
[    0.755220] CPU: 8 PID: 1 Comm: swapper/0 Not tainted 6.6.93+ #27
[    0.755224] Source Version: 26c9db6777eed5b6bc0a971c29f757d4973e2ab9
[    0.755227] Hardware name: Suma                                          N50/22DD2    , BIOS CSCH051021 09/18/2025
[    0.755230] Call Trace:
[    0.755232]  <TASK>
[    0.755236]  dump_stack_lvl+0x53/0x70
[    0.755244]  acpi_ac_add+0x4e/0x220
[    0.755253]  acpi_device_probe+0x4a/0x130
[    0.755259]  really_probe+0x1a2/0x400
[    0.755265]  ? __pfx___driver_attach+0x10/0x10
[    0.755269]  __driver_probe_device+0x78/0x160
[    0.755273]  driver_probe_device+0x1f/0x90
[    0.755277]  __driver_attach+0xd2/0x1c0
[    0.755281]  bus_for_each_dev+0x88/0xd0
[    0.755288]  bus_add_driver+0xe2/0x290
[    0.755294]  driver_register+0x59/0x100
[    0.755298]  acpi_ac_init+0x35/0x50
[    0.755304]  ? __pfx_acpi_ac_init+0x10/0x10
[    0.755308]  do_one_initcall+0x5d/0x320
[    0.755316]  do_initcalls+0xe4/0x190
[    0.755323]  kernel_init_freeable+0x25b/0x310
[    0.755329]  ? __pfx_kernel_init+0x10/0x10
[    0.755336]  kernel_init+0x1a/0x1d0
[    0.755340]  ret_from_fork+0x17b/0x190
[    0.755346]  ? __pfx_kernel_init+0x10/0x10
[    0.755350]  ret_from_fork_asm+0x1a/0x30
[    0.755359]  </TASK>
[    0.773749] ACPI: AC: AC Adapter [ADP1] (on-line)
[    0.773848] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:39/PNP0C0D:00/input/input0
[    0.773882] ACPI: button: Lid Switch [LID0]
[    0.773934] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.773967] ACPI: button: Power Button [PWRB]
[    0.774024] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.774096] ACPI: button: Power Button [PWRF]
[    0.774745] Monitor-Mwait will be used to enter C-1 state
[    0.774749] ACPI: \_SB_.C000: Found 2 idle states
[    0.774864] ACPI: \_SB_.C002: Found 2 idle states
[    0.774971] ACPI: \_SB_.C004: Found 2 idle states
[    0.775070] ACPI: \_SB_.C006: Found 2 idle states
[    0.775178] ACPI: \_SB_.C008: Found 2 idle states
[    0.775300] ACPI: \_SB_.C00A: Found 2 idle states
[    0.775410] ACPI: \_SB_.C00C: Found 2 idle states
[    0.775522] ACPI: \_SB_.C00E: Found 2 idle states
[    0.775612] ACPI: \_SB_.C001: Found 2 idle states
[    0.775692] ACPI: \_SB_.C003: Found 2 idle states
[    0.775789] ACPI: \_SB_.C005: Found 2 idle states
[    0.775884] ACPI: \_SB_.C007: Found 2 idle states
[    0.775979] ACPI: \_SB_.C009: Found 2 idle states
[    0.776078] ACPI: \_SB_.C00B: Found 2 idle states
[    0.776169] ACPI: \_SB_.C00D: Found 2 idle states
[    0.776253] ACPI: \_SB_.C00F: Found 2 idle states
[    0.776520] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.776794] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.779806] Non-volatile memory driver v1.3
[    0.779898] ACPI: bus type drm_connector registered
[    0.781639] rdac: device handler registered
[    0.781693] hp_sw: device handler registered
[    0.781696] emc: device handler registered
[    0.781737] alua: device handler registered
[    0.782171] xhci_hcd 0000:2b:00.0: xHCI Host Controller
[    0.782228] xhci_hcd 0000:2b:00.0: new USB bus registered, assigned bus number 1
[    0.784964] xhci_hcd 0000:2b:00.0: hcc params 0x0200ef81 hci version 0x120 quirks 0x0000000200000010
[    0.785485] xhci_hcd 0000:2b:00.0: xHCI Host Controller
[    0.785561] xhci_hcd 0000:2b:00.0: new USB bus registered, assigned bus number 2
[    0.785568] xhci_hcd 0000:2b:00.0: Host supports USB 3.2 Enhanced SuperSpeed
[    0.785637] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    0.785642] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.785645] usb usb1: Product: xHCI Host Controller
[    0.785648] usb usb1: Manufacturer: Linux 6.6.93+ xhci-hcd
[    0.785651] usb usb1: SerialNumber: 0000:2b:00.0
[    0.785819] hub 1-0:1.0: USB hub found
[    0.785830] hub 1-0:1.0: 2 ports detected
[    0.787596] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.787637] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[    0.787641] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.787644] usb usb2: Product: xHCI Host Controller
[    0.787647] usb usb2: Manufacturer: Linux 6.6.93+ xhci-hcd
[    0.787650] usb usb2: SerialNumber: 0000:2b:00.0
[    0.787797] hub 2-0:1.0: USB hub found
[    0.787807] hub 2-0:1.0: 2 ports detected
[    0.789667] xhci_hcd 0000:4a:00.1: xHCI Host Controller
[    0.789753] xhci_hcd 0000:4a:00.1: new USB bus registered, assigned bus number 3
[    0.789914] xhci_hcd 0000:4a:00.1: hcc params 0x0130ffc5 hci version 0x110 quirks 0x0000000000000010
[    0.790477] xhci_hcd 0000:4a:00.1: xHCI Host Controller
[    0.790535] xhci_hcd 0000:4a:00.1: new USB bus registered, assigned bus number 4
[    0.790542] xhci_hcd 0000:4a:00.1: Host supports USB 3.1 Enhanced SuperSpeed
[    0.790597] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    0.790601] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.790604] usb usb3: Product: xHCI Host Controller
[    0.790607] usb usb3: Manufacturer: Linux 6.6.93+ xhci-hcd
[    0.790610] usb usb3: SerialNumber: 0000:4a:00.1
[    0.790757] hub 3-0:1.0: USB hub found
[    0.790769] hub 3-0:1.0: 6 ports detected
[    0.790995] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.791030] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[    0.791034] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.791037] usb usb4: Product: xHCI Host Controller
[    0.791040] usb usb4: Manufacturer: Linux 6.6.93+ xhci-hcd
[    0.791043] usb usb4: SerialNumber: 0000:4a:00.1
[    0.791170] hub 4-0:1.0: USB hub found
[    0.791180] hub 4-0:1.0: 4 ports detected
[    0.791511] xhci_hcd 0000:4a:00.2: xHCI Host Controller
[    0.791581] xhci_hcd 0000:4a:00.2: new USB bus registered, assigned bus number 5
[    0.791740] xhci_hcd 0000:4a:00.2: hcc params 0x0130ffc5 hci version 0x110 quirks 0x0000000000000010
[    0.792267] xhci_hcd 0000:4a:00.2: xHCI Host Controller
[    0.792313] xhci_hcd 0000:4a:00.2: new USB bus registered, assigned bus number 6
[    0.792317] xhci_hcd 0000:4a:00.2: Host supports USB 3.0 SuperSpeed
[    0.792360] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    0.792364] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.792367] usb usb5: Product: xHCI Host Controller
[    0.792370] usb usb5: Manufacturer: Linux 6.6.93+ xhci-hcd
[    0.792372] usb usb5: SerialNumber: 0000:4a:00.2
[    0.792518] hub 5-0:1.0: USB hub found
[    0.792529] hub 5-0:1.0: 6 ports detected
[    0.792781] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.792814] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[    0.792817] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.792820] usb usb6: Product: xHCI Host Controller
[    0.792823] usb usb6: Manufacturer: Linux 6.6.93+ xhci-hcd
[    0.792826] usb usb6: SerialNumber: 0000:4a:00.2
[    0.792963] hub 6-0:1.0: USB hub found
[    0.792973] hub 6-0:1.0: 4 ports detected
[    0.793213] usbcore: registered new interface driver usbserial_generic
[    0.793223] usbserial: USB Serial support registered for generic
[    0.793374] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.793378] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.794822] ACPI: battery: Slot [BAT1] (battery absent)
[    0.795191] i8042: Warning: Keylock active
[    0.798323] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.798552] mousedev: PS/2 mouse device common for all mice
[    0.799236] rtc_cmos 00:01: RTC can wake from S4
[    0.799707] rtc_cmos 00:01: registered as rtc0
[    0.799771] rtc_cmos 00:01: setting system clock to 2025-01-03T06:42:57 UTC (1735886577)
[    0.799819] rtc_cmos 00:01: alarms up to one day, y3k, 114 bytes nvram
[    0.801095] efifb: probing for efifb
[    0.801121] efifb: showing boot graphics
[    0.803279] efifb: framebuffer at 0x35000000000, using 3072k, total 3072k
[    0.803282] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.803285] efifb: scrolling: redraw
[    0.803287] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.803348] fbcon: Deferring console take-over
[    0.803351] fb0: EFI VGA frame buffer device
[    0.803384] hid: raw HID events driver (C) Jiri Kosina
[    0.803465] usbcore: registered new interface driver usbhid
[    0.803468] usbhid: USB HID core driver
[    0.803527] ashmem: initialized
[    0.803964] Initializing XFRM netlink socket
[    0.803999] NET: Registered PF_INET6 protocol family
[    0.804368] Segment Routing with IPv6
[    0.804380] In-situ OAM (IOAM) with IPv6
[    0.804412] NET: Registered PF_PACKET protocol family
[    0.804457] mpls_gso: MPLS GSO support
[    0.805806] microcode: Current revision: 0x91000002
[    0.806033] microcode: Microcode Update Driver: v2.2.
[    0.806040] IPI shorthand broadcast: enabled
[    0.806055] AVX2 version of gcm_enc/dec engaged.
[    0.806131] AES CTR mode by8 optimization enabled
[    0.806215] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.810936] sched_clock: Marking stable (810045650, 408398)->(828390594, -17936546)
[    0.811229] registered taskstats version 1
[    0.812187] Loading compiled-in X.509 certificates
[    0.823341] Loaded X.509 cert 'Build time autogenerated kernel key: 7e63d34b6989179d82115685080463f1e20687d4'
[    0.828800] page_owner is disabled
[    0.828985] Key type .fscrypt registered
[    0.828987] Key type fscrypt-provisioning registered
[    0.829037] Key type big_key registered
[    0.833523] Key type encrypted registered
[    0.833533] KYCP: Init kycp entries under securityfs SUCCESS!
[    0.833578] integrity: Loading X.509 certificate: UEFI:db
[    0.833611] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.833613] integrity: Loading X.509 certificate: UEFI:db
[    0.833635] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.833638] integrity: Loading X.509 certificate: UEFI:db
[    0.843203] integrity: Loaded X.509 cert 'Xorcore DB: 24b14355a8c55db6053df9ba6583f8593e8d08fb'
[    0.843209] integrity: Loading X.509 certificate: UEFI:db
[    0.843254] integrity: Loaded X.509 cert 'Kylinos: Kylin Firmware Sign Cert: 044692ea445d9794f173689d622815006c284205'
[    0.843256] integrity: Loading X.509 certificate: UEFI:db
[    0.843275] integrity: Loaded X.509 cert 'Uniontech UEFI DB Publisher: 62d8aecc57116fb2a180d277053ee3055e89ff4d'
[    0.843277] integrity: Loading X.509 certificate: UEFI:db
[    0.843463] integrity: Loaded X.509 cert 'NFS Secure Boot Signer 2023: 23135cd03ad2fb411e0df1058184417fc285a61c'
[    0.845302] ima: No TPM chip found, activating TPM-bypass!
[    0.845306] Loading compiled-in module X.509 certificates
[    0.845887] Loaded X.509 cert 'Build time autogenerated kernel key: 7e63d34b6989179d82115685080463f1e20687d4'
[    0.845892] ima: Allocated hash algorithm: sha256
[    0.845907] ima: No architecture policies found
[    0.845932] evm: Initialising EVM extended attributes:
[    0.845934] evm: security.selinux
[    0.845936] evm: security.SMACK64 (disabled)
[    0.845938] evm: security.SMACK64EXEC (disabled)
[    0.845940] evm: security.SMACK64TRANSMUTE (disabled)
[    0.845942] evm: security.SMACK64MMAP (disabled)
[    0.845943] evm: security.apparmor (disabled)
[    0.845945] evm: security.ima
[    0.845947] evm: security.capability
[    0.845949] evm: HMAC attrs: 0x1
[    1.029484] usb 3-5: new full-speed USB device number 2 using xhci_hcd
[    1.029503] usb 5-6: new high-speed USB device number 2 using xhci_hcd
[    1.068946] acpi_cpufreq: overriding BIOS provided _PSD data
[    1.113405] clk: Disabling unused clocks
[    1.122359] Freeing unused decrypted memory: 2028K
[    1.124122] Freeing unused kernel image (initmem) memory: 4652K
[    1.124172] Write protecting the kernel read-only data: 34816k
[    1.125586] Freeing unused kernel image (rodata/data gap) memory: 396K
[    1.178710] usb 3-5: New USB device found, idVendor=13d3, idProduct=3570, bcdDevice= 0.00
[    1.178722] usb 3-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.178728] usb 3-5: Product: Bluetooth Radio
[    1.178734] usb 3-5: Manufacturer: Realtek
[    1.178738] usb 3-5: SerialNumber: 00e04c000001
[    1.194998] usb 5-6: New USB device found, idVendor=2ef4, idProduct=207b, bcdDevice= 0.06
[    1.195010] usb 5-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.195016] usb 5-6: Product: Integrated Camera
[    1.195022] usb 5-6: Manufacturer: SunplusIT Inc
[    1.195026] usb 5-6: SerialNumber: HBW20250723V0
[    1.266497] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.266537] Run /init as init process
[    1.266542]   with arguments:
[    1.266547]     /init
[    1.266552]     splash
[    1.266555]   with environment:
[    1.266559]     HOME=/
[    1.266563]     TERM=linux
[    1.266566]     BOOT_IMAGE=/vmlinuz-6.6.93+
[    1.275312] usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd
[    1.287690] usb 4-2: New USB device found, idVendor=0951, idProduct=1666, bcdDevice=11.00
[    1.287702] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.287708] usb 4-2: Product: DataTraveler 3.0
[    1.287713] usb 4-2: Manufacturer: Kingston
[    1.287718] usb 4-2: SerialNumber: 408D5C15A0CB21C07905CC3F
[    1.400571] usb 3-6: new full-speed USB device number 3 using xhci_hcd
[    1.481400] ACPI: video: Video Device [EUMA] (multi-head: yes  rom: no  post: no)
[    1.482124] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/LNXVIDEO:00/input/input4
[    1.512844] usb-storage 4-2:1.0: USB Mass Storage device detected
[    1.513135] scsi host0: usb-storage 4-2:1.0
[    1.513485] usbcore: registered new interface driver usb-storage
[    1.516662] usbcore: registered new interface driver uas
[    1.522440] r8169 0000:47:00.0 eth0: RTL8168h/8111h, dc:36:43:94:de:51, XID 541, IRQ 85
[    1.522457] r8169 0000:47:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.537198] nvme nvme0: pci function 0000:46:00.0
[    1.545666] nvme nvme0: missing or invalid SUBNQN field.
[    1.545779] nvme nvme0: Shutdown timeout set to 10 seconds
[    1.546156] r8169 0000:47:00.0 enp71s0: renamed from eth0
[    1.546466] usb 3-6: not running at top speed; connect to a high speed hub
[    1.547444] nvme nvme0: 8/0/0 default/read/poll queues
[    1.551488]  nvme0n1: p1 p2 p3 p4 p5 p6
[    1.564622] usb 3-6: New USB device found, idVendor=2f0a, idProduct=8020, bcdDevice=63.28
[    1.564634] usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.564640] usb 3-6: Product: PT2887-SS Module
[    1.564646] usb 3-6: Manufacturer: PXAT
[    1.564651] usb 3-6: SerialNumber: 0A3860PNA356
[    1.571446] tsc: Refined TSC clocksource calibration: 2800.000 MHz
[    1.571466] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x285c40e2248, max_idle_ns: 440795340634 ns
[    1.571521] clocksource: Switched to clocksource tsc
[    2.682376] scsi 0:0:0:0: Direct-Access     Kingston DataTraveler 3.0 1100 PQ: 0 ANSI: 6
[    2.690744] sd 0:0:0:0: [sda] 483709273 512-byte logical blocks: (248 GB/231 GiB)
[    2.691218] sd 0:0:0:0: [sda] Write Protect is off
[    2.691225] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[    2.691695] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.695558]  sda: sda1 sda2
[    2.695869] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    2.993537] EXT4-fs (nvme0n1p3): mounted filesystem 8c10b5c5-7cef-466c-acaf-a662a005fbad ro with ordered data mode. Quota mode: none.
[    3.033674] EXT4-fs (nvme0n1p3): re-mounted 8c10b5c5-7cef-466c-acaf-a662a005fbad r/w.
[    3.068537] EXT4-fs (nvme0n1p3): re-mounted 8c10b5c5-7cef-466c-acaf-a662a005fbad.
[    3.128716] EXT4-fs (nvme0n1p3): re-mounted 8c10b5c5-7cef-466c-acaf-a662a005fbad.
[    3.144578] EXT4-fs (nvme0n1p2): mounted filesystem 41c09371-12f2-4a1c-b117-43653ccba436 r/w with ordered data mode. Quota mode: none.
[    3.162433] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    3.184303] EXT4-fs (nvme0n1p5): mounted filesystem a4a92080-7310-43f2-bf8a-ad3348918d94 r/w with ordered data mode. Quota mode: none.
[    3.395397] systemd[1]: RTC configured in localtime, applying delta of 480 minutes to system time.
[    3.411039] systemd[1]: Inserted module 'autofs4'
[    3.444036] systemd[1]: systemd 245.4-4kylin3.20k4.19 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    3.444295] systemd[1]: Detected architecture x86-64.
[    3.463566] systemd[1]: Set hostname to <user-pc>.
[    3.590066] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[    3.621114] systemd[1]: Configuration file /lib/systemd/system/sw-fant-gl.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    3.621983] systemd[1]: Configuration file /lib/systemd/system/serviceavserver.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    3.643283] systemd[1]: Configuration file /lib/systemd/system/kyfs-fuse.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    3.644912] systemd[1]: Configuration file /lib/systemd/system/kybima.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    3.695339] systemd[1]: boot-efi.mount: Unit is bound to inactive unit dev-nvme0n1p1.device. Stopping, too.
[    3.695514] systemd[1]: root.mount: Unit is bound to inactive unit dev-nvme0n1p5.device. Stopping, too.
[    3.695587] systemd[1]: home.mount: Unit is bound to inactive unit dev-nvme0n1p5.device. Stopping, too.
[    3.697175] systemd[1]: Unnecessary job for CUBEX EP2000GE 1024GB SYSBOOT was removed.
[    3.699594] systemd[1]: Created slice system-modprobe.slice.
[    3.700177] systemd[1]: Created slice User and Session Slice.
[    3.700308] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.700706] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.700812] systemd[1]: Reached target User and Group Name Lookups.
[    3.700838] systemd[1]: Reached target Remote File Systems.
[    3.700870] systemd[1]: Reached target Slices.
[    3.701041] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    3.701253] systemd[1]: Listening on LVM2 poll daemon socket.
[    3.701450] systemd[1]: Listening on Syslog Socket.
[    3.703251] systemd[1]: Listening on Process Core Dump Socket.
[    3.703403] systemd[1]: Listening on fsck to fsckd communication Socket.
[    3.703518] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    3.703839] systemd[1]: Listening on Journal Audit Socket.
[    3.703995] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.704206] systemd[1]: Listening on Journal Socket.
[    3.704399] systemd[1]: Listening on udev Control Socket.
[    3.704592] systemd[1]: Listening on udev Kernel Socket.
[    3.717847] systemd[1]: Mounting Huge Pages File System...
[    3.720173] systemd[1]: Mounting POSIX Message Queue File System...
[    3.722334] systemd[1]: Mounting Kernel Debug File System...
[    3.724730] systemd[1]: Mounting Kernel Trace File System...
[    3.727859] systemd[1]: Starting Journal Service...
[    3.729841] systemd[1]: Starting Availability of block devices...
[    3.732088] systemd[1]: Starting KYLIN CONF2 UPDATE DB...
[    3.734352] systemd[1]: Starting Set the console keyboard layout...
[    3.736583] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    3.738857] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    3.741030] systemd[1]: Starting Load Kernel Module chromeos_pstore...
[    3.741105] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[    3.741179] systemd[1]: Condition check resulted in Load Kernel Module efi_pstore being skipped.
[    3.743186] systemd[1]: Starting Load Kernel Module pstore_blk...
[    3.745436] systemd[1]: Starting Load Kernel Module pstore_zone...
[    3.748529] systemd[1]: Starting Load Kernel Module ramoops...
[    3.749295] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    3.749381] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    3.752701] systemd[1]: Starting Load Kernel Modules...
[    3.755494] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.758021] systemd[1]: Starting udev Coldplug all Devices...
[    3.764559] systemd[1]: Mounted Huge Pages File System.
[    3.764982] systemd[1]: Mounted POSIX Message Queue File System.
[    3.765351] systemd[1]: Mounted Kernel Debug File System.
[    3.765705] systemd[1]: Mounted Kernel Trace File System.
[    3.767186] systemd[1]: Finished Availability of block devices.
[    3.768847] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    3.769571] systemd[1]: modprobe@chromeos_pstore.service: Succeeded.
[    3.770644] systemd[1]: Finished Load Kernel Module chromeos_pstore.
[    3.771241] systemd[1]: modprobe@pstore_blk.service: Succeeded.
[    3.772336] systemd[1]: Finished Load Kernel Module pstore_blk.
[    3.772986] systemd[1]: modprobe@pstore_zone.service: Succeeded.
[    3.774072] systemd[1]: Finished Load Kernel Module pstore_zone.
[    3.774726] systemd[1]: modprobe@ramoops.service: Succeeded.
[    3.775745] systemd[1]: Finished Load Kernel Module ramoops.
[    3.777522] lp: driver loaded but no devices found
[    3.779018] EXT4-fs (nvme0n1p3): re-mounted 8c10b5c5-7cef-466c-acaf-a662a005fbad.
[    3.783428] systemd[1]: Finished Remount Root and Kernel File Systems.
[    3.784064] ppdev: user-space parallel port driver
[    3.784218] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    3.784284] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    3.803909] systemd[1]: Starting Load/Save Random Seed...
[    3.806146] systemd[1]: Starting Create System Users...
[    3.823370] systemd[1]: Finished Load/Save Random Seed.
[    3.827662] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[    3.828965] systemd[1]: Finished Create System Users.
[    3.831084] systemd[1]: Starting Create Static Device Nodes in /dev...
[    3.849952] systemd[1]: Finished Create Static Device Nodes in /dev.
[    3.863113] systemd[1]: Finished Set the console keyboard layout.
[    3.863448] systemd[1]: Reached target Local File Systems (Pre).
[    3.876608] fuse: init (API version 7.39)
[    3.930662] systemd[1]: Finished Load Kernel Modules.
[    3.931219] systemd[1]: Started Journal Service.
[    4.253546] piix4_smbus 0000:00:0b.0: SMBus Host Controller at 0xb00, revision 0
[    4.253558] piix4_smbus 0000:00:0b.0: Using register 0x02 for SMBus port selection
[    4.394916] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    4.394927] RAPL PMU: hw unit of domain package 2^-16 Joules
[    4.417537] Adding 9458684k swap on /dev/nvme0n1p6.  Priority:-2 extents:1 across:9458684k SS
[    4.608925] input: BLTP7853:00 347D:7845 Mouse as /devices/platform/HYGO0010:00/i2c-0/i2c-BLTP7853:00/0018:347D:7845.0001/input/input5
[    4.609190] input: BLTP7853:00 347D:7845 Touchpad as /devices/platform/HYGO0010:00/i2c-0/i2c-BLTP7853:00/0018:347D:7845.0001/input/input6
[    4.609441] hid-generic 0018:347D:7845.0001: input,hidraw0: I2C HID v1.00 Mouse [BLTP7853:00 347D:7845] on i2c-BLTP7853:00
[    4.650036] mac80211: Unknown symbol cfg80211_valid_disable_subchannel_bitmap (err -2)
[    4.650065] mac80211: Unknown symbol cfg80211_inform_bss_frame_data (err -2)
[    4.650085] mac80211: Unknown symbol cfg80211_sched_scan_results (err -2)
[    4.650104] mac80211: Unknown symbol cfg80211_sinfo_alloc_tid_stats (err -2)
[    4.650147] mac80211: Unknown symbol cfg80211_mgmt_tx_status_ext (err -2)
[    4.650166] mac80211: Unknown symbol cfg80211_rx_assoc_resp (err -2)
[    4.650184] mac80211: Unknown symbol cfg80211_rx_unexpected_4addr_frame (err -2)
[    4.650272] mac80211: Unknown symbol cfg80211_merge_profile (err -2)
[    4.650318] mac80211: Unknown symbol cfg80211_links_removed (err -2)
[    4.650344] mac80211: Unknown symbol cfg80211_chandef_dfs_required (err -2)
[    4.650362] mac80211: Unknown symbol cfg80211_scan_done (err -2)
[    4.650400] mac80211: Unknown symbol cfg80211_assoc_comeback (err -2)
[    4.650477] mac80211: Unknown symbol regulatory_pre_cac_allowed (err -2)
[    4.650544] mac80211: Unknown symbol wiphy_work_flush (err -2)
[    4.650581] mac80211: Unknown symbol cfg80211_bss_color_notify (err -2)
[    4.650608] mac80211: Unknown symbol cfg80211_remain_on_channel_expired (err -2)
[    4.650634] mac80211: Unknown symbol cfg80211_cac_event (err -2)
[    4.650678] mac80211: Unknown symbol cfg80211_register_netdevice (err -2)
[    4.650734] mac80211: Unknown symbol cfg80211_is_element_inherited (err -2)
[    4.650762] mac80211: Unknown symbol ieee80211_amsdu_to_8023s (err -2)
[    4.650788] mac80211: Unknown symbol cfg80211_ref_bss (err -2)
[    4.650807] mac80211: Unknown symbol ieee80211_mandatory_rates (err -2)
[    4.650826] mac80211: Unknown symbol ieee80211_chandef_to_operating_class (err -2)
[    4.650982] mac80211: Unknown symbol cfg80211_chandef_valid (err -2)
[    4.651004] mac80211: Unknown symbol cfg80211_new_sta (err -2)
[    4.651159] mac80211: Unknown symbol cfg80211_calculate_bitrate (err -2)
[    4.651215] mac80211: Unknown symbol wiphy_new_nm (err -2)
[    4.651246] mac80211: Unknown symbol cfg80211_sta_opmode_change_notify (err -2)
[    4.651269] mac80211: Unknown symbol cfg80211_ready_on_channel (err -2)
[    4.651305] mac80211: Unknown symbol cfg80211_classify8021d (err -2)
[    4.651324] mac80211: Unknown symbol cfg80211_tx_mgmt_expired (err -2)
[    4.651361] mac80211: Unknown symbol ieee80211_fragment_element (err -2)
[    4.651380] mac80211: Unknown symbol cfg80211_rx_mlme_mgmt (err -2)
[    4.651398] mac80211: Unknown symbol wiphy_delayed_work_queue (err -2)
[    4.651461] mac80211: Unknown symbol wiphy_register (err -2)
[    4.651508] mac80211: Unknown symbol cfg80211_put_bss (err -2)
[    4.651533] mac80211: Unknown symbol cfg80211_nan_func_terminated (err -2)
[    4.651566] mac80211: Unknown symbol cfg80211_ch_switch_notify (err -2)
[    4.651587] mac80211: Unknown symbol cfg80211_tx_mlme_mgmt (err -2)
[    4.651643] mac80211: Unknown symbol cfg80211_gtk_rekey_notify (err -2)
[    4.651688] mac80211: Unknown symbol ieee80211_get_channel_khz (err -2)
[    4.651721] mac80211: Unknown symbol cfg80211_check_combinations (err -2)
[    4.651760] mac80211: Unknown symbol __cfg80211_radar_event (err -2)
[    4.651780] mac80211: Unknown symbol cfg80211_tdls_oper_request (err -2)
[    4.651799] mac80211: Unknown symbol cfg80211_find_elem_match (err -2)
[    4.651855] mac80211: Unknown symbol cfg80211_control_port_tx_status (err -2)
[    4.651876] mac80211: Unknown symbol cfg80211_get_drvinfo (err -2)
[    4.651929] mac80211: Unknown symbol cfg80211_rx_spurious_frame (err -2)
[    4.651992] mac80211: Unknown symbol cfg80211_ibss_joined (err -2)
[    4.652012] mac80211: Unknown symbol cfg80211_nan_match (err -2)
[    4.652032] mac80211: Unknown symbol cfg80211_chandef_compatible (err -2)
[    4.652107] mac80211: Unknown symbol cfg80211_iter_combinations (err -2)
[    4.652150] mac80211: Unknown symbol cfg80211_iftype_allowed (err -2)
[    4.652226] mac80211: Unknown symbol ieee80211_is_valid_amsdu (err -2)
[    4.652269] mac80211: Unknown symbol cfg80211_michael_mic_failure (err -2)
[    4.652311] mac80211: Unknown symbol cfg80211_reg_can_beacon_relax (err -2)
[    4.652331] mac80211: Unknown symbol cfg80211_cqm_pktloss_notify (err -2)
[    4.652349] mac80211: Unknown symbol cfg80211_any_usable_channels (err -2)
[    4.652585] mac80211: Unknown symbol cfg80211_free_nan_func (err -2)
[    4.652627] mac80211: Unknown symbol ieee80211_operating_class_to_band (err -2)
[    4.652692] mac80211: Unknown symbol cfg80211_del_sta_sinfo (err -2)
[    4.652816] mac80211: Unknown symbol wiphy_unregister (err -2)
[    4.652880] mac80211: Unknown symbol wiphy_work_queue (err -2)
[    4.652953] mac80211: Unknown symbol ieee80211_radiotap_iterator_init (err -2)
[    4.652996] mac80211: Unknown symbol ieee80211_data_to_8023_exthdr (err -2)
[    4.653113] mac80211: Unknown symbol cfg80211_get_bss (err -2)
[    4.653238] mac80211: Unknown symbol ieee80211_freq_khz_to_channel (err -2)
[    4.653279] mac80211: Unknown symbol wiphy_work_cancel (err -2)
[    4.653320] mac80211: Unknown symbol wiphy_delayed_work_timer (err -2)
[    4.653365] mac80211: Unknown symbol cfg80211_chandef_usable (err -2)
[    4.653396] mac80211: Unknown symbol rfc1042_header (err -2)
[    4.653455] mac80211: Unknown symbol wiphy_delayed_work_cancel (err -2)
[    4.653487] mac80211: Unknown symbol cfg80211_cqm_beacon_loss_notify (err -2)
[    4.653586] mac80211: Unknown symbol cfg80211_rx_control_port (err -2)
[    4.653691] mac80211: Unknown symbol ieee80211_s1g_channel_width (err -2)
[    4.653791] mac80211: Unknown symbol cfg80211_ch_switch_started_notify (err -2)
[    4.653812] mac80211: Unknown symbol cfg80211_check_station_change (err -2)
[    4.653862] mac80211: Unknown symbol cfg80211_sched_scan_stopped_locked (err -2)
[    4.653882] mac80211: Unknown symbol cfg80211_reg_can_beacon (err -2)
[    4.653928] mac80211: Unknown symbol cfg80211_unregister_wdev (err -2)
[    4.653964] mac80211: Unknown symbol cfg80211_probe_status (err -2)
[    4.653992] mac80211: Unknown symbol freq_reg_info (err -2)
[    4.654014] mac80211: Unknown symbol cfg80211_stop_iface (err -2)
[    4.654033] mac80211: Unknown symbol ieee80211_radiotap_iterator_next (err -2)
[    4.654053] mac80211: Unknown symbol cfg80211_rx_mgmt_ext (err -2)
[    4.654097] mac80211: Unknown symbol cfg80211_defragment_element (err -2)
[    4.654128] mac80211: Unknown symbol wiphy_delayed_work_flush (err -2)
[    4.654180] mac80211: Unknown symbol ieee80211_channel_to_freq_khz (err -2)
[    4.654210] mac80211: Unknown symbol ieee80211_hdrlen (err -2)
[    4.654230] mac80211: Unknown symbol cfg80211_assoc_failure (err -2)
[    4.654268] mac80211: Unknown symbol cfg80211_chandef_create (err -2)
[    4.654298] mac80211: Unknown symbol cfg80211_report_wowlan_wakeup (err -2)
[    4.654328] mac80211: Unknown symbol cfg80211_send_layer2_update (err -2)
[    4.654350] mac80211: Unknown symbol cfg80211_get_p2p_attr (err -2)
[    4.654370] mac80211: Unknown symbol cfg80211_get_iftype_ext_capa (err -2)
[    4.654424] mac80211: Unknown symbol cfg80211_shutdown_all_interfaces (err -2)
[    4.654463] mac80211: Unknown symbol bridge_tunnel_header (err -2)
[    4.654491] mac80211: Unknown symbol cfg80211_report_obss_beacon_khz (err -2)
[    4.654510] mac80211: Unknown symbol ieee80211_bss_get_elem (err -2)
[    4.654560] mac80211: Unknown symbol ieee80211_ie_split_ric (err -2)
[    4.654634] mac80211: Unknown symbol cfg80211_unlink_bss (err -2)
[    4.654661] mac80211: Unknown symbol wiphy_free (err -2)
[    4.654697] mac80211: Unknown symbol cfg80211_cqm_rssi_notify (err -2)
[    4.654741] mac80211: Unknown symbol cfg80211_auth_timeout (err -2)
[    4.654771] mac80211: Unknown symbol cfg80211_rx_unprot_mlme_mgmt (err -2)
[    4.747337] input: BLTP7853:00 347D:7845 Mouse as /devices/platform/HYGO0010:00/i2c-0/i2c-BLTP7853:00/0018:347D:7845.0001/input/input8
[    4.757022] input: BLTP7853:00 347D:7845 Touchpad as /devices/platform/HYGO0010:00/i2c-0/i2c-BLTP7853:00/0018:347D:7845.0001/input/input9
[    4.762826] hid-multitouch 0018:347D:7845.0001: input,hidraw0: I2C HID v1.00 Mouse [BLTP7853:00 347D:7845] on i2c-BLTP7853:00
[    4.884971] mc: Linux media interface: v0.10
[    4.934725] videodev: Linux video capture interface: v2.00
[    4.935328] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    5.025836] Bluetooth: Core ver 2.22
[    5.025882] NET: Registered PF_BLUETOOTH protocol family
[    5.025887] Bluetooth: HCI device and connection manager initialized
[    5.025896] Bluetooth: HCI socket layer initialized
[    5.025903] Bluetooth: L2CAP socket layer initialized
[    5.025913] Bluetooth: SCO socket layer initialized
[    5.039822] kvm_amd: TSC scaling supported
[    5.039832] kvm_amd: Nested Virtualization enabled
[    5.039836] kvm_amd: Nested Paging enabled
[    5.039841] kvm_amd: LBR virtualization supported
[    5.039868] kvm_amd: Virtual VMLOAD VMSAVE supported
[    5.039873] kvm_amd: Virtual GIF supported
[    5.065361] MCE: In-kernel MCE decoding enabled.
[    5.075480] usbcore: registered new interface driver btusb
[    5.080496] Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000b lmp_ver=0b lmp_subver=8852
[    5.083515] Bluetooth: hci0: RTL: rom_version status=0 version=1
[    5.083528] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_fw.bin
[    5.086446] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_config.bin
[    5.086668] Bluetooth: hci0: RTL: cfg_sz 14, total sz 58011
[    5.087154] usb 5-6: Found UVC 1.50 device Integrated Camera (2ef4:207b)
[    5.095507] snd_hda_codec_conexant hdaudioC0D0: SN6180: BIOS auto-probing.
[    5.096043] snd_hda_codec_conexant hdaudioC0D0: autoconfig for SN6180: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[    5.096049] snd_hda_codec_conexant hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.096067] snd_hda_codec_conexant hdaudioC0D0:    hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
[    5.096071] snd_hda_codec_conexant hdaudioC0D0:    mono: mono_out=0x0
[    5.096074] snd_hda_codec_conexant hdaudioC0D0:    inputs:
[    5.096078] snd_hda_codec_conexant hdaudioC0D0:      Mic=0x19
[    5.096081] snd_hda_codec_conexant hdaudioC0D0:      Internal Mic=0x1a
[    5.097626] snd_hda_codec_conexant hdaudioC0D0: cx_auto_init.
[    5.102368] input: HDA Hygon Mic as /devices/pci0000:00/0000:00:08.1/0000:4a:00.6/sound/card0/input11
[    5.103112] input: HDA Hygon Headphone as /devices/pci0000:00/0000:00:08.1/0000:4a:00.6/sound/card0/input12
[    5.125326] usb 5-6: max payload transfer size (3060) exceededs the size of the ep max packet (3060). Using the max size.
[    5.133176] usb 5-6: max payload transfer size (3060) exceededs the size of the ep max packet (3060). Using the max size.
[    5.135904] usb 5-6: Found UVC 1.50 device Integrated Camera (2ef4:207b)
[    5.136048] intel_rapl_common: Found RAPL domain package
[    5.136053] intel_rapl_common: Found RAPL domain core
[    5.143370] usb 5-6: max payload transfer size (1280) exceededs the size of the ep max packet (1280). Using the max size.
[    5.151810] usb 5-6: max payload transfer size (1280) exceededs the size of the ep max packet (1280). Using the max size.
[    5.152194] usbcore: registered new interface driver uvcvideo
[    5.168474] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.168482] Bluetooth: BNEP filters: protocol multicast
[    5.168489] Bluetooth: BNEP socket layer initialized
[    5.209456] Generic FE-GE Realtek PHY r8169-0-4700:00: attached PHY driver (mii_bus:phy_addr=r8169-0-4700:00, irq=MAC)
[    5.384459] r8169 0000:47:00.0 enp71s0: Link is Down
[    5.582479] lightdm[2117]: segfault at 0 ip 00007fb88338ef75 sp 00007fff13fe5d18 error 4 in libc-2.31.so[7fb883232000+16e000] likely on CPU 11 (core 3, socket 0)
[    5.582498] Code: 00 00 0f 1f 00 31 c0 c5 f8 77 c3 66 2e 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 89 f9 48 89 fa c5 f9 ef c0 83 e1 3f 83 f9 20 77 2b <c5> fd 74 0f c5 fd d7 c1 85 c0 0f 85 eb 00 00 00 48 83 c7 20 83 e1
[    5.822475] Bluetooth: hci0: RTL: fw version 0xdbc6b20f
[    5.967661] Bluetooth: MGMT ver 1.22
[    5.981252] Bluetooth: RFCOMM TTY layer initialized
[    5.981264] Bluetooth: RFCOMM socket layer initialized
[    5.981273] Bluetooth: RFCOMM ver 1.11
[    6.323965] lightdm[2681]: segfault at 0 ip 00007ff426ac1f75 sp 00007ffc97502cd8 error 4 in libc-2.31.so[7ff426965000+16e000] likely on CPU 7 (core 7, socket 0)
[    6.323983] Code: 00 00 0f 1f 00 31 c0 c5 f8 77 c3 66 2e 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 89 f9 48 89 fa c5 f9 ef c0 83 e1 3f 83 f9 20 77 2b <c5> fd 74 0f c5 fd d7 c1 85 c0 0f 85 eb 00 00 00 48 83 c7 20 83 e1
[    6.709473] st: Version 20160209, fixed bufsize 32768, s/g segs 256
[    7.465555] lightdm[3011]: segfault at 0 ip 00007ff2d26aef75 sp 00007fff6cd069c8 error 4 in libc-2.31.so[7ff2d2552000+16e000] likely on CPU 12 (core 4, socket 0)
[    7.465573] Code: 00 00 0f 1f 00 31 c0 c5 f8 77 c3 66 2e 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 89 f9 48 89 fa c5 f9 ef c0 83 e1 3f 83 f9 20 77 2b <c5> fd 74 0f c5 fd d7 c1 85 c0 0f 85 eb 00 00 00 48 83 c7 20 83 e1
[    8.529398] lightdm[3204]: segfault at 0 ip 00007f5046a34f75 sp 00007fff99000d78 error 4 in libc-2.31.so[7f50468d8000+16e000] likely on CPU 6 (core 6, socket 0)
[    8.529440] Code: 00 00 0f 1f 00 31 c0 c5 f8 77 c3 66 2e 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 89 f9 48 89 fa c5 f9 ef c0 83 e1 3f 83 f9 20 77 2b <c5> fd 74 0f c5 fd d7 c1 85 c0 0f 85 eb 00 00 00 48 83 c7 20 83 e1
[    9.442938] lightdm[3398]: segfault at 0 ip 00007f9b4f06cf75 sp 00007ffdbefcdcb8 error 4 in libc-2.31.so[7f9b4ef10000+16e000] likely on CPU 1 (core 1, socket 0)
[    9.442958] Code: 00 00 0f 1f 00 31 c0 c5 f8 77 c3 66 2e 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 89 f9 48 89 fa c5 f9 ef c0 83 e1 3f 83 f9 20 77 2b <c5> fd 74 0f c5 fd d7 c1 85 c0 0f 85 eb 00 00 00 48 83 c7 20 83 e1
[   19.035716] [171] tb_switch_suspend:3581: thunderbolt 0000:2c:00.0: 0: suspending switch
[   19.035726] [171] tb_switch_set_wake:3445: thunderbolt 0000:2c:00.0: 0: enabling wakeup: 0x3f
[   19.037401] [171] tb_ring_stop:768: thunderbolt 0000:2c:00.0: stopping RX ring 0
[   19.037412] [171] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: disabling interrupt at register 0x38200 bit 21 (0x200001 -> 0x1)
[   19.037439] [171] tb_ring_stop:768: thunderbolt 0000:2c:00.0: stopping TX ring 0
[   19.037449] [171] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: disabling interrupt at register 0x38200 bit 0 (0x1 -> 0x0)
[   19.037463] [171] tb_ctl_stop:733: thunderbolt 0000:2c:00.0: control channel stopped
[   19.194549] [HANDLER] 000000003aa893dd
[   19.194556] [HANDLER] 00000000d357211e
[   19.700178] [HANDLER] 000000003aa893dd
[   19.700192] [HANDLER] 00000000d357211e
[   19.701571] [HANDLER] 000000003aa893dd
[   19.701578] [HANDLER] 00000000d357211e
[   20.203546] [HANDLER] 000000003aa893dd
[   20.203583] [HANDLER] 00000000d357211e
[   20.212111] [3870] tb_ctl_start:703: thunderbolt 0000:2c:00.0: control channel starting...
[   20.212118] [3870] tb_ring_start:693: thunderbolt 0000:2c:00.0: starting TX ring 0
[   20.212130] [3870] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: enabling interrupt at register 0x38200 bit 0 (0x0 -> 0x1)
[   20.212135] [3870] tb_ring_start:693: thunderbolt 0000:2c:00.0: starting RX ring 0
[   20.212146] [3870] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: enabling interrupt at register 0x38200 bit 21 (0x1 -> 0x200001)
[   20.212154] [3870] tb_switch_resume:3478: thunderbolt 0000:2c:00.0: 0: resuming switch
[   20.212158] [3870] tb_switch_configure:2590: thunderbolt 0000:2c:00.0: restoring Switch at 0x0 (depth: 0, up port: 5)
[   20.212272] [3870] tb_switch_set_wake:3447: thunderbolt 0000:2c:00.0: 0: disabling wakeup
[   20.216044] [3870] tmu_mode_init:364: thunderbolt 0000:2c:00.0: 0: TMU: supports uni-directional mode
[   20.216170] [3870] tb_switch_tmu_init:433: thunderbolt 0000:2c:00.0: 0: TMU: current mode: off
[   20.216175] [3870] tb_switch_tmu_configure:1056: thunderbolt 0000:2c:00.0: 0: TMU: mode change off -> bi-directional, HiFi requested
[   20.216676] [3870] tb_switch_tmu_enable:1006: thunderbolt 0000:2c:00.0: 0: TMU: mode set to: bi-directional, HiFi
[   20.221941] pci_bus 0000:02: Allocating resources
[   20.222481] pci_bus 0000:02: Allocating resources
[   32.310511] irq 9: nobody cared (try booting with the "irqpoll" option)
[   32.310525] fbcon: Taking over console
[   32.310533] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 6.6.93+ #27
[   32.310538] Source Version: 26c9db6777eed5b6bc0a971c29f757d4973e2ab9
[   32.310540] Hardware name: Suma                                          N50/22DD2    , BIOS CSCH051021 09/18/2025
[   32.310543] Call Trace:
[   32.310547]  <IRQ>
[   32.310552]  dump_stack_lvl+0x53/0x70
[   32.310560]  __report_bad_irq+0x2b/0xc0
[   32.310567]  note_interrupt+0x2d9/0x320
[   32.310573]  handle_irq_event+0x75/0x80
[   32.310578]  handle_fasteoi_irq+0x8b/0x230
[   32.310583]  __common_interrupt+0x42/0xb0
[   32.310588]  common_interrupt+0x81/0xa0
[   32.310594]  </IRQ>
[   32.310596]  <TASK>
[   32.310599]  asm_common_interrupt+0x26/0x40
[   32.310604] RIP: 0010:cpuidle_enter_state+0xc6/0x420
[   32.310610] Code: 00 e8 3e af 1d ff e8 79 f3 ff ff 8b 53 04 49 89 c5 0f 1f 44 00 00 31 ff e8 d7 0f 1c ff 45 84 ff 0f 85 4f 02 00 00 fb 45 85 f6 <0f> 88 85 01 00 00 49 63 d6 48 8d 04 52 48 8d 04 82 49 8d 0c c4 48
[   32.310613] RSP: 0018:ffffc9000015fe88 EFLAGS: 00000202
[   32.310618] RAX: ffff88826f8c62c0 RBX: ffff888108411800 RCX: 000000000000001f
[   32.310620] RDX: 0000000000000001 RSI: 000000002db6db6d RDI: 0000000000000000
[   32.310623] RBP: 0000000000000002 R08: 0000000000000002 R09: ffff88826f8c1cc4
[   32.310626] R10: 0000000000000008 R11: ffff88826f8c1ca4 R12: ffffffffb051c7a0
[   32.310628] R13: 0000000785d96fd0 R14: 0000000000000002 R15: 0000000000000000
[   32.310636]  ? cpuidle_enter_state+0xb9/0x420
[   32.310641]  cpuidle_enter+0x2d/0x40
[   32.310647]  cpuidle_idle_call+0x127/0x1b0
[   32.310653]  do_idle+0x78/0xe0
[   32.310657]  cpu_startup_entry+0x2a/0x30
[   32.310661]  start_secondary+0x119/0x140
[   32.310667]  secondary_startup_64_no_verify+0x194/0x19b
[   32.310677]  </TASK>
[   32.310679] handlers:
[   32.310684] [<00000000523a11c5>] acpi_irq
[   32.310696] Disabling IRQ #9
[   32.310868] Console: switching to colour frame buffer device 128x48
[   38.728850] [2054] tb_switch_suspend:3581: thunderbolt 0000:2c:00.0: 0: suspending switch
[   38.728860] [2054] tb_switch_set_wake:3445: thunderbolt 0000:2c:00.0: 0: enabling wakeup: 0x3f
[   38.731116] [2054] tb_ring_stop:768: thunderbolt 0000:2c:00.0: stopping RX ring 0
[   38.731127] [2054] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: disabling interrupt at register 0x38200 bit 21 (0x200001 -> 0x1)
[   38.731146] [2054] tb_ring_stop:768: thunderbolt 0000:2c:00.0: stopping TX ring 0
[   38.731154] [2054] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: disabling interrupt at register 0x38200 bit 0 (0x1 -> 0x0)
[   38.731166] [2054] tb_ctl_stop:733: thunderbolt 0000:2c:00.0: control channel stopped
[   65.175327] systemd-journald[603]: Received client request to flush runtime journal.
[  265.371847] [HANDLER] 000000003aa893dd
[  265.371854] [HANDLER] 00000000d357211e
[  265.876189] [HANDLER] 000000003aa893dd
[  265.876200] [HANDLER] 00000000d357211e
[  265.892316] [HANDLER] 000000003aa893dd
[  265.892324] [HANDLER] 00000000d357211e
[  266.396358] [HANDLER] 000000003aa893dd
[  266.396400] [HANDLER] 00000000d357211e
[  266.399800] [3870] tb_ctl_start:703: thunderbolt 0000:2c:00.0: control channel starting...
[  266.399808] [3870] tb_ring_start:693: thunderbolt 0000:2c:00.0: starting TX ring 0
[  266.399821] [3870] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: enabling interrupt at register 0x38200 bit 0 (0x0 -> 0x1)
[  266.399826] [3870] tb_ring_start:693: thunderbolt 0000:2c:00.0: starting RX ring 0
[  266.399837] [3870] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: enabling interrupt at register 0x38200 bit 21 (0x1 -> 0x200001)
[  266.399848] [3870] tb_switch_resume:3478: thunderbolt 0000:2c:00.0: 0: resuming switch
[  266.399852] [3870] tb_switch_configure:2590: thunderbolt 0000:2c:00.0: restoring Switch at 0x0 (depth: 0, up port: 5)
[  266.400032] [3870] tb_switch_set_wake:3447: thunderbolt 0000:2c:00.0: 0: disabling wakeup
[  266.406685] [3870] tmu_mode_init:364: thunderbolt 0000:2c:00.0: 0: TMU: supports uni-directional mode
[  266.406809] [3870] tb_switch_tmu_init:433: thunderbolt 0000:2c:00.0: 0: TMU: current mode: off
[  266.406813] [3870] tb_switch_tmu_configure:1056: thunderbolt 0000:2c:00.0: 0: TMU: mode change off -> bi-directional, HiFi requested
[  266.407315] [3870] tb_switch_tmu_enable:1006: thunderbolt 0000:2c:00.0: 0: TMU: mode set to: bi-directional, HiFi
[  266.412619] pci_bus 0000:02: Allocating resources
[  266.412900] pci_bus 0000:02: Allocating resources
[  266.849136] [149] tb_cfg_ack_plug:819: thunderbolt 0000:2c:00.0: acking hot plug event on 0:3
[  266.849224] [11] tb_handle_hotplug:2307: thunderbolt 0000:2c:00.0: 0:3: hotplug: scanning
[  266.851805] [11] tb_wait_for_port:533: thunderbolt 0000:2c:00.0: 0:3: is connected, link is up (state: 2)
[  266.852263] [11] tb_switch_alloc:2460: thunderbolt 0000:2c:00.0: current switch config:
[  266.852267] [11] tb_dump_switch:1545: thunderbolt 0000:2c:00.0:  Thunderbolt 3 Switch: 8086:15ef (Revision: 6, TB Version: 16)
[  266.852272] [11] tb_dump_switch:1548: thunderbolt 0000:2c:00.0:   Max Port Number: 13
[  266.852276] [11] tb_dump_switch:1549: thunderbolt 0000:2c:00.0:   Config:
[  266.852279] [11] tb_dump_switch:1550: thunderbolt 0000:2c:00.0:    Upstream Port Number: 0 Depth: 0 Route String: 0x0 Enabled: 0, PlugEventsDelay: 10ms
[  266.852284] [11] tb_dump_switch:1555: thunderbolt 0000:2c:00.0:    unknown1: 0x0 unknown4: 0x0
[  266.855413] [149] tb_cfg_ack_plug:819: thunderbolt 0000:2c:00.0: acking hot unplug event on 0:3
[  266.856436] [11] tb_switch_configure:2590: thunderbolt 0000:2c:00.0: initializing Switch at 0x3 (depth: 1, up port: 1)
[  266.856443] thunderbolt 0000:2c:00.0: 3: cannot find TB_VSE_CAP_PLUG_EVENTS aborting
[  266.856455] [11] tb_handle_hotplug:2310: thunderbolt 0000:2c:00.0: 0:3: hotplug: no switch found
[  266.856463] [11] tb_handle_hotplug:2297: thunderbolt 0000:2c:00.0: 0:3: got unplug event for disconnected port, ignoring
[  267.485690] [149] tb_cfg_ack_plug:819: thunderbolt 0000:2c:00.0: acking hot plug event on 0:3
[  267.485772] [11] tb_handle_hotplug:2307: thunderbolt 0000:2c:00.0: 0:3: hotplug: scanning
[  267.488905] [11] tb_wait_for_port:533: thunderbolt 0000:2c:00.0: 0:3: is connected, link is up (state: 2)
[  267.489364] [11] tb_switch_alloc:2460: thunderbolt 0000:2c:00.0: current switch config:
[  267.489369] [11] tb_dump_switch:1545: thunderbolt 0000:2c:00.0:  Thunderbolt 3 Switch: 8086:15ef (Revision: 6, TB Version: 16)
[  267.489374] [11] tb_dump_switch:1548: thunderbolt 0000:2c:00.0:   Max Port Number: 13
[  267.489378] [11] tb_dump_switch:1549: thunderbolt 0000:2c:00.0:   Config:
[  267.489382] [11] tb_dump_switch:1550: thunderbolt 0000:2c:00.0:    Upstream Port Number: 0 Depth: 0 Route String: 0x0 Enabled: 0, PlugEventsDelay: 10ms
[  267.489386] [11] tb_dump_switch:1555: thunderbolt 0000:2c:00.0:    unknown1: 0x0 unknown4: 0x0
[  267.494103] [149] tb_cfg_ack_plug:819: thunderbolt 0000:2c:00.0: acking hot plug event on 0:4
[  267.497848] [11] tb_switch_configure:2590: thunderbolt 0000:2c:00.0: initializing Switch at 0x3 (depth: 1, up port: 1)
[  267.508199] [149] tb_cfg_ack_plug:819: thunderbolt 0000:2c:00.0: acking hot plug event on 3:2
[  267.517414] [11] tb_drom_bit_bang:549: thunderbolt 0000:2c:00.0: 3: reading DROM (length: 0x6a)
[  267.866842] [11] tb_drom_parse:626: thunderbolt 0000:2c:00.0: 3: DROM version: 1
[  267.869505] [11] tb_switch_add:3276: thunderbolt 0000:2c:00.0: 3: uid: 0x14251c4d448a600
[  267.872966] [11] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 1: 8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[  267.872973] [11] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 19/19
[  267.872977] [11] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max counters: 16
[  267.872981] [11] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC Credits: 0x3c00000
[  267.872984] [11] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits (total/control): 60/2
[  267.875909] [11] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 2: 8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[  267.875916] [11] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 19/19
[  267.875920] [11] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max counters: 16
[  267.875923] [11] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC Credits: 0x3c00000
[  267.875926] [11] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits (total/control): 60/2
[  267.877802] [11] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 3: 8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[  267.877808] [11] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 19/19
[  267.877811] [11] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max counters: 16
[  267.877813] [11] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC Credits: 0x3c00000
[  267.877816] [11] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits (total/control): 60/2
[  267.879698] [11] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 4: 8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[  267.879703] [11] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 19/19
[  267.879706] [11] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max counters: 16
[  267.879709] [11] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC Credits: 0x3c00000
[  267.879711] [11] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits (total/control): 60/2
[  267.879714] [11] tb_switch_add:3286: thunderbolt 0000:2c:00.0: 3:5: disabled by eeprom
[  267.879717] [11] tb_switch_add:3286: thunderbolt 0000:2c:00.0: 3:6: disabled by eeprom
[  267.879720] [11] tb_switch_add:3286: thunderbolt 0000:2c:00.0: 3:7: disabled by eeprom
[  267.879946] [11] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 8: 8086:15ef (Revision: 6, TB Version: 1, Type: PCIe (0x100102))
[  267.879950] [11] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 8/8
[  267.879953] [11] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max counters: 2
[  267.879955] [11] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC Credits: 0x800000
[  267.879958] [11] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits (total/control): 8/0
[  267.880199] [11] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 9: 8086:15ef (Revision: 6, TB Version: 1, Type: PCIe (0x100101))
[  267.880202] [11] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 8/8
[  267.880205] [11] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max counters: 2
[  267.880207] [11] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC Credits: 0x800000
[  267.880210] [11] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits (total/control): 8/0
[  267.880704] [11] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 10: 8086:15ef (Revision: 6, TB Version: 1, Type: DP/HDMI (0xe0102))
[  267.880709] [11] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 9/9
[  267.880711] [11] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max counters: 2
[  267.880714] [11] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC Credits: 0x800000
[  267.880717] [11] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits (total/control): 8/0
[  267.881209] [11] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 11: 8086:15ef (Revision: 6, TB Version: 1, Type: DP/HDMI (0xe0102))
[  267.881213] [11] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 9/9
[  267.881215] [11] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max counters: 2
[  267.881218] [11] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC Credits: 0x800000
[  267.881220] [11] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits (total/control): 8/0
[  267.881463] [11] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 12: 8086:15ea (Revision: 6, TB Version: 1, Type: Inactive (0x0))
[  267.881468] [11] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 8/8
[  267.881470] [11] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max counters: 2
[  267.881473] [11] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC Credits: 0x800000
[  267.881475] [11] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits (total/control): 8/0
[  267.881716] [11] tb_dump_port:447: thunderbolt 0000:2c:00.0:  Port 13: 8086:15ea (Revision: 6, TB Version: 1, Type: Inactive (0x0))
[  267.881720] [11] tb_dump_port:452: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 8/8
[  267.881722] [11] tb_dump_port:454: thunderbolt 0000:2c:00.0:   Max counters: 2
[  267.881725] [11] tb_dump_port:455: thunderbolt 0000:2c:00.0:   NFC Credits: 0x800000
[  267.881727] [11] tb_dump_port:456: thunderbolt 0000:2c:00.0:   Credits (total/control): 8/0
[  267.881968] [11] tb_switch_link_init:2875: thunderbolt 0000:2c:00.0: 3: current link speed 10.0 Gb/s
[  267.881971] [11] tb_switch_link_init:2876: thunderbolt 0000:2c:00.0: 3: current link width symmetric, single lane
[  267.882346] [11] tb_port_do_update_credits:1249: thunderbolt 0000:2c:00.0: 0:3: total credits changed 174 -> 174
[  267.882473] [11] tb_port_do_update_credits:1249: thunderbolt 0000:2c:00.0: 0:4: total credits changed 174 -> 174
[  267.882477] [11] tb_switch_clx_init:209: thunderbolt 0000:2c:00.0: 3: CLx: current mode: disabled
[  267.885378] [11] tmu_mode_init:364: thunderbolt 0000:2c:00.0: 3: TMU: supports uni-directional mode
[  267.885632] [11] tb_switch_tmu_init:433: thunderbolt 0000:2c:00.0: 3: TMU: current mode: bi-directional, HiFi
[  267.885724] thunderbolt 0-3: new device found, vendor=0x142 device=0x221
[  267.885727] thunderbolt 0-3: Targus DOCK221
[  267.887836] [11] tb_wait_for_port:533: thunderbolt 0000:2c:00.0: 0:4: is connected, link is up (state: 2)
[  267.890109] [149] tb_cfg_ack_plug:819: thunderbolt 0000:2c:00.0: acking hot unplug event on 3:2
[  267.890700] [149] tb_cfg_ack_plug:819: thunderbolt 0000:2c:00.0: acking hot unplug event on 0:4
[  267.891788] [11] tb_port_do_update_credits:1249: thunderbolt 0000:2c:00.0: 0:4: total credits changed 174 -> 174
[  267.891913] [11] tb_port_do_update_credits:1249: thunderbolt 0000:2c:00.0: 3:1: total credits changed 60 -> 120
[  267.892040] [11] tb_port_do_update_credits:1249: thunderbolt 0000:2c:00.0: 3:2: total credits changed 60 -> 0
[  267.892308] [11] tb_switch_set_link_width:3136: thunderbolt 0000:2c:00.0: 3: link width set to symmetric, dual lanes
[  267.894469] [11] tb_retimer_nvm_authenticate_status:195: thunderbolt 0000:2c:00.0: 0:3: reading NVM authentication status of retimers
[  268.605281] [11] tb_retimer_unset_inbound_sbtx:235: thunderbolt 0000:2c:00.0: 0:3: disabling sideband transactions
[  269.011604] [HANDLER] 000000003aa893dd
[  269.012354] [HANDLER] 00000000d357211e
[  269.012358] [HANDLER] 000000003aa893dd
[  269.012367] [HANDLER] 00000000d357211e
[  269.012369] [HANDLER] 000000003aa893dd
[  269.012374] [HANDLER] 00000000d357211e
[  269.013478] [HANDLER] 000000003aa893dd
[  269.013487] [HANDLER] 00000000d357211e
[  269.013491] [HANDLER] 000000003aa893dd
[  269.013495] [HANDLER] 00000000d357211e
[  269.013532] [HANDLER] 000000003aa893dd
[  269.013535] [HANDLER] 00000000d357211e
[  269.013563] [HANDLER] 000000003aa893dd
[  269.013585] [HANDLER] 00000000d357211e
[  269.013587] [HANDLER] 000000003aa893dd
[  269.013603] [HANDLER] 00000000d357211e
[  269.217984] [11] tb_switch_clx_enable:355: thunderbolt 0000:2c:00.0: 3:1: CLx: CL0s/CL1 supported
[  269.217994] [11] tb_switch_clx_enable:357: thunderbolt 0000:2c:00.0: 0:3: CLx: CL0s/CL1 not supported
[  269.218106] [11] tb_wait_for_port:525: thunderbolt 0000:2c:00.0: 3:3: is unplugged (state: 7)
[  269.219420] [8727] tb_tunnel_restart:2172: thunderbolt 0000:2c:00.0: 0:7 <-> 3:8 (PCI): activating
[  269.219427] [8727] tb_path_activate:512: thunderbolt 0000:2c:00.0: activating PCIe Down path from 0:7 to 3:8
[  269.219476] [8727] tb_path_activate:572: thunderbolt 0000:2c:00.0: 3:1: Writing hop 1
[  269.219480] [8727] tb_dump_hop:20: thunderbolt 0000:2c:00.0: 3:1:  In HopID: 8 => Out port: 8 Out HopID: 8
[  269.219484] [8727] tb_dump_hop:22: thunderbolt 0000:2c:00.0: 3:1:   Weight: 1 Priority: 3 Credits: 32 Drop: 0
[  269.219487] [8727] tb_dump_hop:25: thunderbolt 0000:2c:00.0: 3:1:    Counter enabled: 0 Counter index: 2047
[  269.219490] [8727] tb_dump_hop:27: thunderbolt 0000:2c:00.0: 3:1:   Flow Control (In/Eg): 1/0 Shared Buffer (In/Eg): 0/0
[  269.219494] [8727] tb_dump_hop:30: thunderbolt 0000:2c:00.0: 3:1:   Unknown1: 0x0 Unknown2: 0x0 Unknown3: 0x0
[  269.219727] [8727] tb_path_activate:572: thunderbolt 0000:2c:00.0: 0:7: Writing hop 0
[  269.219730] [8727] tb_dump_hop:20: thunderbolt 0000:2c:00.0: 0:7:  In HopID: 8 => Out port: 3 Out HopID: 8
[  269.219734] [8727] tb_dump_hop:22: thunderbolt 0000:2c:00.0: 0:7:   Weight: 1 Priority: 3 Credits: 7 Drop: 0
[  269.219737] [8727] tb_dump_hop:25: thunderbolt 0000:2c:00.0: 0:7:    Counter enabled: 0 Counter index: 2047
[  269.219740] [8727] tb_dump_hop:27: thunderbolt 0000:2c:00.0: 0:7:   Flow Control (In/Eg): 1/1 Shared Buffer (In/Eg): 0/0
[  269.219743] [8727] tb_dump_hop:30: thunderbolt 0000:2c:00.0: 0:7:   Unknown1: 0x0 Unknown2: 0x0 Unknown3: 0x0
[  269.219875] [8727] tb_path_activate:583: thunderbolt 0000:2c:00.0: path activation complete
[  269.219878] [8727] tb_path_activate:512: thunderbolt 0000:2c:00.0: activating PCIe Up path from 3:8 to 0:7
[  269.220000] [8727] tb_path_activate:572: thunderbolt 0000:2c:00.0: 0:3: Writing hop 1
[  269.220004] [8727] tb_dump_hop:20: thunderbolt 0000:2c:00.0: 0:3:  In HopID: 8 => Out port: 7 Out HopID: 8
[  269.220008] [8727] tb_dump_hop:22: thunderbolt 0000:2c:00.0: 0:3:   Weight: 1 Priority: 3 Credits: 64 Drop: 0
[  269.220012] [8727] tb_dump_hop:25: thunderbolt 0000:2c:00.0: 0:3:    Counter enabled: 0 Counter index: 2047
[  269.220020] [8727] tb_dump_hop:27: thunderbolt 0000:2c:00.0: 0:3:   Flow Control (In/Eg): 1/0 Shared Buffer (In/Eg): 0/0
[  269.220023] [8727] tb_dump_hop:30: thunderbolt 0000:2c:00.0: 0:3:   Unknown1: 0x0 Unknown2: 0x0 Unknown3: 0x0
[  269.220275] [8727] tb_path_activate:572: thunderbolt 0000:2c:00.0: 3:8: Writing hop 0
[  269.220278] [8727] tb_dump_hop:20: thunderbolt 0000:2c:00.0: 3:8:  In HopID: 8 => Out port: 1 Out HopID: 8
[  269.220281] [8727] tb_dump_hop:22: thunderbolt 0000:2c:00.0: 3:8:   Weight: 1 Priority: 3 Credits: 7 Drop: 0
[  269.220284] [8727] tb_dump_hop:25: thunderbolt 0000:2c:00.0: 3:8:    Counter enabled: 0 Counter index: 2047
[  269.220287] [8727] tb_dump_hop:27: thunderbolt 0000:2c:00.0: 3:8:   Flow Control (In/Eg): 1/1 Shared Buffer (In/Eg): 0/0
[  269.220290] [8727] tb_dump_hop:30: thunderbolt 0000:2c:00.0: 3:8:   Unknown1: 0x0 Unknown2: 0x0 Unknown3: 0x0
[  269.220409] [8727] tb_path_activate:583: thunderbolt 0000:2c:00.0: path activation complete
[  269.222221] [8727] tb_lc_xhci_connect:358: thunderbolt 0000:2c:00.0: 3:1: xHCI connected
[  269.222597] [8727] tb_lc_xhci_connect:358: thunderbolt 0000:2c:00.0: 3:3: xHCI connected
[  269.222689] [11] tb_handle_hotplug:2301: thunderbolt 0000:2c:00.0: 0:4: got plug event for connected port, ignoring
[  269.222702] [11] tb_handle_hotplug:2248: thunderbolt 0000:2c:00.0: hotplug event for upstream port 3:2 (unplug: 0)
[  269.222707] [11] tb_handle_hotplug:2248: thunderbolt 0000:2c:00.0: hotplug event for upstream port 3:2 (unplug: 1)
[  269.222712] [11] tb_handle_hotplug:2297: thunderbolt 0000:2c:00.0: 0:4: got unplug event for disconnected port, ignoring
[  270.260290] [HANDLER] 000000003aa893dd
[  270.260306] [HANDLER] 00000000d357211e
[  270.260311] [HANDLER] 000000003aa893dd
[  270.260319] [HANDLER] 00000000d357211e
[  270.260321] [HANDLER] 000000003aa893dd
[  270.260326] [HANDLER] 00000000d357211e
[  270.261270] [HANDLER] 000000003aa893dd
[  270.261275] [HANDLER] 00000000d357211e
[  270.261277] [HANDLER] 000000003aa893dd
[  270.261280] [HANDLER] 00000000d357211e
[  270.261594] [HANDLER] 000000003aa893dd
[  270.261598] [HANDLER] 00000000d357211e
[  270.261866] [HANDLER] 000000003aa893dd
[  270.261888] [HANDLER] 00000000d357211e
[  270.261890] [HANDLER] 000000003aa893dd
[  270.261906] [HANDLER] 00000000d357211e
[  270.273583] pcieport 0000:02:01.0: pciehp: Slot(0-1): Card present
[  270.273590] pcieport 0000:02:01.0: pciehp: Slot(0-1): Link Up
[  270.404214] pci 0000:17:00.0: [8086:15ef] type 01 class 0x060400
[  270.404305] pci 0000:17:00.0: enabling Extended Tags
[  270.405474] pci 0000:17:00.0: supports D1 D2
[  270.405477] pci 0000:17:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[  270.405706] pci 0000:17:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:02:01.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[  270.405963] pci 0000:17:00.0: Adding to iommu group 0
[  270.409453] pci 0000:17:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[  270.409660] pci 0000:18:02.0: [8086:15ef] type 01 class 0x060400
[  270.409753] pci 0000:18:02.0: enabling Extended Tags
[  270.409966] pci 0000:18:02.0: supports D1 D2
[  270.409969] pci 0000:18:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[  270.410327] pci 0000:18:02.0: Adding to iommu group 0
[  270.412055] pci 0000:18:04.0: [8086:15ef] type 01 class 0x060400
[  270.412149] pci 0000:18:04.0: enabling Extended Tags
[  270.412367] pci 0000:18:04.0: supports D1 D2
[  270.412369] pci 0000:18:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[  270.412891] pci 0000:18:04.0: Adding to iommu group 0
[  270.413974] pci 0000:17:00.0: PCI bridge to [bus 18-2a]
[  270.413995] pci 0000:17:00.0:   bridge window [io  0x0000-0x0fff]
[  270.414004] pci 0000:17:00.0:   bridge window [mem 0x00000000-0x000fffff]
[  270.414018] pci 0000:17:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[  270.414024] pci 0000:18:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[  270.414044] pci 0000:18:04.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[  270.414264] pci 0000:19:00.0: [8086:15f0] type 00 class 0x0c0330
[  270.414303] pci 0000:19:00.0: reg 0x10: [mem 0x00000000-0x0000ffff]
[  270.414418] pci 0000:19:00.0: enabling Extended Tags
[  270.414828] pci 0000:19:00.0: supports D1 D2
[  270.414831] pci 0000:19:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[  270.415064] pci 0000:19:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:02:01.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[  270.415868] pci 0000:19:00.0: Adding to iommu group 0
[  270.417007] pci 0000:18:02.0: PCI bridge to [bus 19-2a]
[  270.417025] pci 0000:18:02.0:   bridge window [io  0x0000-0x0fff]
[  270.417033] pci 0000:18:02.0:   bridge window [mem 0x00000000-0x000fffff]
[  270.417048] pci 0000:18:02.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[  270.417052] pci_bus 0000:19: busn_res: [bus 19-2a] end is updated to 19
[  270.417238] pci 0000:18:04.0: PCI bridge to [bus 1a-2a]
[  270.417251] pci 0000:18:04.0:   bridge window [io  0x0000-0x0fff]
[  270.417259] pci 0000:18:04.0:   bridge window [mem 0x00000000-0x000fffff]
[  270.417271] pci 0000:18:04.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[  270.417275] pci_bus 0000:1a: busn_res: [bus 1a-2a] end is updated to 2a
[  270.417285] pci_bus 0000:18: busn_res: [bus 18-2a] end is updated to 2a
[  270.417297] pci 0000:18:04.0: bridge window [mem 0x00100000-0x001fffff 64bit pref] to [bus 1a-2a] add_size 100000 add_align 100000
[  270.417301] pci 0000:18:04.0: bridge window [mem 0x00100000-0x001fffff] to [bus 1a-2a] add_size 100000 add_align 100000
[  270.417305] pci 0000:17:00.0: bridge window [mem 0x00100000-0x002fffff 64bit pref] to [bus 18-2a] add_size 100000 add_align 100000
[  270.417309] pci 0000:17:00.0: bridge window [mem 0x00100000-0x002fffff] to [bus 18-2a] add_size 100000 add_align 100000
[  270.417319] pci 0000:17:00.0: BAR 14: assigned [mem 0xb0000000-0xb0ffffff]
[  270.417323] pci 0000:17:00.0: BAR 15: assigned [mem 0x34000000000-0x347ffffffff 64bit pref]
[  270.417326] pci 0000:17:00.0: BAR 13: assigned [io  0x3000-0x6fff]
[  270.417330] pci 0000:18:02.0: BAR 14: assigned [mem 0xb0000000-0xb00fffff]
[  270.417333] pci 0000:18:02.0: BAR 15: assigned [mem 0x34000000000-0x340000fffff 64bit pref]
[  270.417336] pci 0000:18:04.0: BAR 14: assigned [mem 0xb0100000-0xb0ffffff]
[  270.417339] pci 0000:18:04.0: BAR 15: assigned [mem 0x34000100000-0x347ffffffff 64bit pref]
[  270.417342] pci 0000:18:02.0: BAR 13: assigned [io  0x3000-0x3fff]
[  270.417345] pci 0000:18:04.0: BAR 13: assigned [io  0x4000-0x6fff]
[  270.417348] pci 0000:19:00.0: BAR 0: assigned [mem 0xb0000000-0xb000ffff]
[  270.417357] pci 0000:18:02.0: PCI bridge to [bus 19]
[  270.417362] pci 0000:18:02.0:   bridge window [io  0x3000-0x3fff]
[  270.417371] pci 0000:18:02.0:   bridge window [mem 0xb0000000-0xb00fffff]
[  270.417378] pci 0000:18:02.0:   bridge window [mem 0x34000000000-0x340000fffff 64bit pref]
[  270.417391] pci 0000:18:04.0: PCI bridge to [bus 1a-2a]
[  270.417397] pci 0000:18:04.0:   bridge window [io  0x4000-0x6fff]
[  270.417416] pci 0000:18:04.0:   bridge window [mem 0xb0100000-0xb0ffffff]
[  270.417423] pci 0000:18:04.0:   bridge window [mem 0x34000100000-0x347ffffffff 64bit pref]
[  270.417436] pci 0000:17:00.0: PCI bridge to [bus 18-2a]
[  270.417442] pci 0000:17:00.0:   bridge window [io  0x3000-0x6fff]
[  270.417451] pci 0000:17:00.0:   bridge window [mem 0xb0000000-0xb0ffffff]
[  270.417458] pci 0000:17:00.0:   bridge window [mem 0x34000000000-0x347ffffffff 64bit pref]
[  270.417470] pcieport 0000:02:01.0: PCI bridge to [bus 17-2a]
[  270.417476] pcieport 0000:02:01.0:   bridge window [io  0x3000-0x6fff]
[  270.417481] pcieport 0000:02:01.0:   bridge window [mem 0xb0000000-0xb0ffffff]
[  270.417485] pcieport 0000:02:01.0:   bridge window [mem 0x34000000000-0x347ffffffff 64bit pref]
[  270.417589] pcieport 0000:17:00.0: enabling device (0000 -> 0003)
[  270.417944] pcieport 0000:18:02.0: enabling device (0000 -> 0003)
[  270.418437] pcieport 0000:18:04.0: enabling device (0000 -> 0003)
[  270.418747] pcieport 0000:18:04.0: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[  270.419236] pci 0000:19:00.0: enabling device (0000 -> 0002)
[  270.419508] xhci_hcd 0000:19:00.0: xHCI Host Controller
[  270.419743] xhci_hcd 0000:19:00.0: new USB bus registered, assigned bus number 7
[  270.421083] xhci_hcd 0000:19:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[  270.421674] xhci_hcd 0000:19:00.0: xHCI Host Controller
[  270.421891] xhci_hcd 0000:19:00.0: new USB bus registered, assigned bus number 8
[  270.421897] xhci_hcd 0000:19:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[  270.421974] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[  270.421980] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  270.421983] usb usb7: Product: xHCI Host Controller
[  270.421986] usb usb7: Manufacturer: Linux 6.6.93+ xhci-hcd
[  270.421989] usb usb7: SerialNumber: 0000:19:00.0
[  270.422764] hub 7-0:1.0: USB hub found
[  270.422784] hub 7-0:1.0: 2 ports detected
[  270.423504] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[  270.423509] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  270.423511] usb usb8: Product: xHCI Host Controller
[  270.423514] usb usb8: Manufacturer: Linux 6.6.93+ xhci-hcd
[  270.423516] usb usb8: SerialNumber: 0000:19:00.0
[  270.424014] hub 8-0:1.0: USB hub found
[  270.424033] hub 8-0:1.0: 2 ports detected
[  270.663159] usb 7-1: new high-speed USB device number 2 using xhci_hcd
[  270.794476] usb 7-1: New USB device found, idVendor=2109, idProduct=2820, bcdDevice= 0.30
[  270.794485] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  270.794489] usb 7-1: Product: USB2.0 Hub             
[  270.794492] usb 7-1: Manufacturer: VIA Labs, Inc.         
[  270.796623] hub 7-1:1.0: USB hub found
[  270.796728] hub 7-1:1.0: 4 ports detected
[  270.922189] usb 8-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[  270.935955] usb 8-1: New USB device found, idVendor=2109, idProduct=0820, bcdDevice= 0.30
[  270.935964] usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  270.935968] usb 8-1: Product: USB3.0 Hub             
[  270.935971] usb 8-1: Manufacturer: VIA Labs, Inc.         
[  270.938534] hub 8-1:1.0: USB hub found
[  270.938699] hub 8-1:1.0: 4 ports detected
[  271.496192] usb 7-1.2: new high-speed USB device number 3 using xhci_hcd
[  271.628925] usb 7-1.2: New USB device found, idVendor=2109, idProduct=2817, bcdDevice=20.13
[  271.628934] usb 7-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  271.628938] usb 7-1.2: Product: USB2.0 Hub             
[  271.628941] usb 7-1.2: Manufacturer: VIA Labs, Inc.         
[  271.628943] usb 7-1.2: SerialNumber: 000000000
[  271.631368] hub 7-1.2:1.0: USB hub found
[  271.631473] hub 7-1.2:1.0: 5 ports detected
[  271.693310] usb 8-1.1: new SuperSpeed Plus Gen 2x1 USB device number 3 using xhci_hcd
[  271.705304] usb 8-1.1: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.00
[  271.705312] usb 8-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[  271.705316] usb 8-1.1: Product: USB 10/100/1000 LAN
[  271.705319] usb 8-1.1: Manufacturer: Realtek
[  271.705322] usb 8-1.1: SerialNumber: 00120010F
[  271.772639] usb 8-1.2: new SuperSpeed Plus Gen 2x1 USB device number 4 using xhci_hcd
[  271.813092] usb 8-1.2: New USB device found, idVendor=2109, idProduct=0817, bcdDevice=20.13
[  271.813101] usb 8-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  271.813104] usb 8-1.2: Product: USB3.0 Hub             
[  271.813108] usb 8-1.2: Manufacturer: VIA Labs, Inc.         
[  271.813110] usb 8-1.2: SerialNumber: 000000000
[  271.863250] hub 8-1.2:1.0: USB hub found
[  271.863366] hub 8-1.2:1.0: 4 ports detected
[  272.107735] usbcore: registered new device driver r8152-cfgselector
[  272.925272] usb 7-1-port3: Cannot enable. Maybe the USB cable is bad?
[  273.042495] usb 7-1.3: new high-speed USB device number 5 using xhci_hcd
[  274.140482] usb 7-1-port3: Cannot enable. Maybe the USB cable is bad?
[  274.142217] usb 7-1-port3: attempt power cycle
[  274.210652] r8152-cfgselector 8-1.1: reset SuperSpeed Plus Gen 2x1 USB device number 3 using xhci_hcd
[  274.242270] r8152 8-1.1:1.0: load rtl8153b-2 v1 10/23/19 successfully
[  274.271900] r8152 8-1.1:1.0 eth0: v1.12.13
[  274.271948] usbcore: registered new interface driver r8152
[  274.281482] usbcore: registered new interface driver cdc_ether
[  274.283905] usbcore: registered new interface driver r8153_ecm
[  274.339432] usb 7-1.2.4: new high-speed USB device number 6 using xhci_hcd
[  274.348619] r8152 8-1.1:1.0 enx4c56df200810: renamed from eth0
[  274.481614] usb 7-1.2.4: New USB device found, idVendor=2109, idProduct=2817, bcdDevice=20.14
[  274.481623] usb 7-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  274.481626] usb 7-1.2.4: Product: USB2.0 Hub             
[  274.481629] usb 7-1.2.4: Manufacturer: VIA Labs, Inc.         
[  274.481632] usb 7-1.2.4: SerialNumber: 000000000
[  274.484720] hub 7-1.2.4:1.0: USB hub found
[  274.484905] hub 7-1.2.4:1.0: 5 ports detected
[  274.549565] usb 8-1.2.4: new SuperSpeed USB device number 5 using xhci_hcd
[  274.639616] usb 8-1.2.4: New USB device found, idVendor=2109, idProduct=0817, bcdDevice=20.14
[  274.639624] usb 8-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  274.639628] usb 8-1.2.4: Product: USB3.0 Hub             
[  274.639631] usb 8-1.2.4: Manufacturer: VIA Labs, Inc.         
[  274.639634] usb 8-1.2.4: SerialNumber: 000000000
[  274.642750] hub 8-1.2.4:1.0: USB hub found
[  274.642890] hub 8-1.2.4:1.0: 4 ports detected
[  274.702528] usb 7-1.2.5: new high-speed USB device number 7 using xhci_hcd
[  274.780810] usb 7-1.2.5: New USB device found, idVendor=2109, idProduct=3801, bcdDevice= 0.01
[  274.780819] usb 7-1.2.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  274.780823] usb 7-1.2.5: Product: USB Billboard Device   
[  274.780826] usb 7-1.2.5: Manufacturer: VIA Labs, Inc.         
[  274.780829] usb 7-1.2.5: SerialNumber: 0000000000000001
[  275.199507] usb 7-1.2.4.1: new full-speed USB device number 8 using xhci_hcd
[  275.507303] usb 7-1.2.4.1: New USB device found, idVendor=0572, idProduct=00e5, bcdDevice= 0.02
[  275.507312] usb 7-1.2.4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  275.507315] usb 7-1.2.4.1: Product: Targus DOCK221
[  275.507319] usb 7-1.2.4.1: Manufacturer: Synaptics
[  275.507321] usb 7-1.2.4.1: SerialNumber: 000000000000
[  275.590644] input: Synaptics Targus DOCK221 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:01.0/0000:17:00.0/0000:18:02.0/0000:19:00.0/usb7/7-1/7-1.2/7-1.2.4/7-1.2.4.1/7-1.2.4.1:1.3/0003:0572:00E5.0002/input/input13
[  275.643501] hid-generic 0003:0572:00E5.0002: input,hidraw1: USB HID v1.11 Device [Synaptics Targus DOCK221] on usb-0000:19:00.0-1.2.4.1/input3
[  275.857447] usbcore: registered new interface driver snd-usb-audio
[  276.453167] usb 7-1-port3: Cannot enable. Maybe the USB cable is bad?
[  277.033058] r8152 8-1.1:1.0 enx4c56df200810: carrier on
[  277.556790] usb 7-1-port3: Cannot enable. Maybe the USB cable is bad?
[  277.559472] usb 7-1-port3: unable to enumerate USB device
[  277.625231] usb 7-1.2.4.5: new high-speed USB device number 11 using xhci_hcd
[  277.705700] usb 7-1.2.4.5: New USB device found, idVendor=2109, idProduct=3802, bcdDevice= 0.01
[  277.705709] usb 7-1.2.4.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  277.705713] usb 7-1.2.4.5: Product: USB Billboard Device   
[  277.705716] usb 7-1.2.4.5: Manufacturer: VIA Labs, Inc.         
[  277.705719] usb 7-1.2.4.5: SerialNumber: 0000000000000001
[  294.466865] [149] tb_cfg_ack_plug:819: thunderbolt 0000:2c:00.0: acking hot plug event on 3:10
[  294.468468] [11] tb_dp_resource_available:2019: thunderbolt 0000:2c:00.0: 3:10: DP OUT resource available
[  294.468475] [11] tb_tunnel_dp:1875: thunderbolt 0000:2c:00.0: looking for DP IN <-> DP OUT pairs:
[  294.468478] [11] tb_tunnel_dp:1899: thunderbolt 0000:2c:00.0: no suitable DP IN adapter available, not tunneling
[  295.532520] [HANDLER] 000000003aa893dd
[  295.532537] [HANDLER] 00000000d357211e
[  295.532541] [HANDLER] 000000003aa893dd
[  295.532549] [HANDLER] 00000000d357211e
[  295.532551] [HANDLER] 000000003aa893dd
[  295.532556] [HANDLER] 00000000d357211e
[  295.532864] [HANDLER] 000000003aa893dd
[  295.532868] [HANDLER] 00000000d357211e
[  295.532870] [HANDLER] 000000003aa893dd
[  295.532890] [HANDLER] 00000000d357211e
[  295.532892] [HANDLER] 000000003aa893dd
[  295.532896] [HANDLER] 00000000d357211e
[  295.533162] [HANDLER] 000000003aa893dd
[  295.533192] [HANDLER] 00000000d357211e
[  295.533195] [HANDLER] 000000003aa893dd
[  295.533224] [HANDLER] 00000000d357211e
Re: [PATCH RFC] thunderbolt: Re-add DP resources on resume
Posted by Mika Westerberg 1 week, 6 days ago
Hi,

On Thu, Sep 18, 2025 at 04:34:31PM +0800, 李佳怡 wrote:
> 
> 
> 在 2025/9/17 20:50, Mika Westerberg 写道:
> > On Wed, Sep 17, 2025 at 06:12:31PM +0800, 李佳怡 wrote:
> > > 
> > > As requested, I've attached the complete dmesg output (from boot to after
> > > resume) reproducing the issue.
> > > 
> > > Testing Methodology:
> > > 1. Start with the Targus Thunderbolt dock already connected to the system
> > > 2. Enter S3 suspend (sleep) with no DP monitor connected to the dock
> > > 3. Resume from S3
> > > 4. After the system has fully resumed, connect the DP monitor to the dock
> > 
> > Thanks! It is badly line wrapped. I wonder if you can just attach it?
> > Anyways I found some unexpected things there:
> > 
> > > [    8.647850] With USB4 patch v1.0.0
> > 
> > What is this? ;-)
> 
> Thanks for your help!
> 
> This is a self-compiled kernel based on version 5.4 with backported
> Thunderbolt drivers. I will also attach the kernel log from a build using
> the linux-6.6.y branch of the community linux-stable repository.

Okay but I really suggest using more recent kernel. 6.16 is current stable
so that would be good.

> > > [    8.647860] ACPI: bus type thunderbolt registered
> > > [    8.664660] [7] nhi_probe:1326: thunderbolt 0000:2c:00.0: total paths: 21
> > > [    8.665209] [7] tb_ring_alloc:586: thunderbolt 0000:2c:00.0: allocating
> > > TX ring 0 of size 10
> > > [    8.665243] [7] tb_ring_alloc:586: thunderbolt 0000:2c:00.0: allocating
> > > RX ring 0 of size 10
> > > [    8.665267] [7] tb_ctl_alloc:665: thunderbolt 0000:2c:00.0: control
> > > channel created
> > > [    8.665272] [7] icm_probe:2549: thunderbolt 0000:2c:00.0: ICM not
> > > supported on this controller
> > > [    8.665285] [7] tb_ring_free:840: thunderbolt 0000:2c:00.0: freeing RX
> > > ring 0
> > > [    8.665294] [7] tb_ring_free:840: thunderbolt 0000:2c:00.0: freeing TX
> > > ring 0
> > 
> > What is this?
> > 
> > Is this Intel TB/USB4 controller or something else? All USB4 compliant
> > controllers should go directly to tb.c as that's the part dealing with
> > software connection manager. The above looks like it tries first with the
> > firmware connection manager and that should not happen outside of Intel
> > Thunderbolt 3 hosts.
> 
> Yes, there is a mistake. I discovered that during the USB4_NATIVE_CONTROL
> negotiation in the firmware, an OSC_CAPABILITIES_MASK_ERROR bit was being
> set incorrectly, which should not have happened.
> 
> The log I will attach next has been modified to fix this issue.

[..]

> [    0.498976] [1] tb_switch_reset:1666: thunderbolt 0000:2c:00.0: 0: resetting
> [    0.533329] [1] tb_add_dp_resources:217: thunderbolt 0000:2c:00.0: 0:10: DP IN resource available
> [    0.533959] [1] tb_add_dp_resources:217: thunderbolt 0000:2c:00.0: 0:11: DP IN resource available

The DP IN resources were added here.

[..]

> [   19.035726] [171] tb_switch_set_wake:3445: thunderbolt 0000:2c:00.0: 0: enabling wakeup: 0x3f
> [   19.037401] [171] tb_ring_stop:768: thunderbolt 0000:2c:00.0: stopping RX ring 0
> [   19.037412] [171] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: disabling interrupt at register 0x38200 bit 21 (0x200001 -> 0x1)
> [   19.037439] [171] tb_ring_stop:768: thunderbolt 0000:2c:00.0: stopping TX ring 0
> [   19.037449] [171] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: disabling interrupt at register 0x38200 bit 0 (0x1 -> 0x0)
> [   19.037463] [171] tb_ctl_stop:733: thunderbolt 0000:2c:00.0: control channel stopped

Runtime suspend.

(and a couple more)

> [  266.399800] [3870] tb_ctl_start:703: thunderbolt 0000:2c:00.0: control channel starting...
> [  266.399808] [3870] tb_ring_start:693: thunderbolt 0000:2c:00.0: starting TX ring 0
> [  266.399821] [3870] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: enabling interrupt at register 0x38200 bit 0 (0x0 -> 0x1)
> [  266.399826] [3870] tb_ring_start:693: thunderbolt 0000:2c:00.0: starting RX ring 0
> [  266.399837] [3870] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: enabling interrupt at register 0x38200 bit 21 (0x1 -> 0x200001)
> [  266.399848] [3870] tb_switch_resume:3478: thunderbolt 0000:2c:00.0: 0: resuming switch
> [  266.399852] [3870] tb_switch_configure:2590: thunderbolt 0000:2c:00.0: restoring Switch at 0x0 (depth: 0, up port: 5)
> [  266.400032] [3870] tb_switch_set_wake:3447: thunderbolt 0000:2c:00.0: 0: disabling wakeup

Around this time you should see the hotplug events coming to the DP IN
adapters. But there is none.

There is a bit in the DP adapter config space (DHP) that can be used to
disable this but the spec says it defaults to 0. Anyways I suggest to check
that (and also the Plugged bit). You can dump these using tbtools [1]. Let
me know if you want help with that.

BTW, what is the device vendor? This is not Intel TB/USB4 controller so I'm
curious what is it :)

[1] https://github.com/intel/tbtools
Re: [PATCH RFC] thunderbolt: Re-add DP resources on resume
Posted by Mika Westerberg 1 week, 6 days ago
On Thu, Sep 18, 2025 at 06:20:59PM +0200, Mika Westerberg wrote:
> Hi,
> 
> On Thu, Sep 18, 2025 at 04:34:31PM +0800, 李佳怡 wrote:
> > 
> > 
> > 在 2025/9/17 20:50, Mika Westerberg 写道:
> > > On Wed, Sep 17, 2025 at 06:12:31PM +0800, 李佳怡 wrote:
> > > > 
> > > > As requested, I've attached the complete dmesg output (from boot to after
> > > > resume) reproducing the issue.
> > > > 
> > > > Testing Methodology:
> > > > 1. Start with the Targus Thunderbolt dock already connected to the system
> > > > 2. Enter S3 suspend (sleep) with no DP monitor connected to the dock
> > > > 3. Resume from S3
> > > > 4. After the system has fully resumed, connect the DP monitor to the dock
> > > 
> > > Thanks! It is badly line wrapped. I wonder if you can just attach it?
> > > Anyways I found some unexpected things there:
> > > 
> > > > [    8.647850] With USB4 patch v1.0.0
> > > 
> > > What is this? ;-)
> > 
> > Thanks for your help!
> > 
> > This is a self-compiled kernel based on version 5.4 with backported
> > Thunderbolt drivers. I will also attach the kernel log from a build using
> > the linux-6.6.y branch of the community linux-stable repository.
> 
> Okay but I really suggest using more recent kernel. 6.16 is current stable
> so that would be good.
> 
> > > > [    8.647860] ACPI: bus type thunderbolt registered
> > > > [    8.664660] [7] nhi_probe:1326: thunderbolt 0000:2c:00.0: total paths: 21
> > > > [    8.665209] [7] tb_ring_alloc:586: thunderbolt 0000:2c:00.0: allocating
> > > > TX ring 0 of size 10
> > > > [    8.665243] [7] tb_ring_alloc:586: thunderbolt 0000:2c:00.0: allocating
> > > > RX ring 0 of size 10
> > > > [    8.665267] [7] tb_ctl_alloc:665: thunderbolt 0000:2c:00.0: control
> > > > channel created
> > > > [    8.665272] [7] icm_probe:2549: thunderbolt 0000:2c:00.0: ICM not
> > > > supported on this controller
> > > > [    8.665285] [7] tb_ring_free:840: thunderbolt 0000:2c:00.0: freeing RX
> > > > ring 0
> > > > [    8.665294] [7] tb_ring_free:840: thunderbolt 0000:2c:00.0: freeing TX
> > > > ring 0
> > > 
> > > What is this?
> > > 
> > > Is this Intel TB/USB4 controller or something else? All USB4 compliant
> > > controllers should go directly to tb.c as that's the part dealing with
> > > software connection manager. The above looks like it tries first with the
> > > firmware connection manager and that should not happen outside of Intel
> > > Thunderbolt 3 hosts.
> > 
> > Yes, there is a mistake. I discovered that during the USB4_NATIVE_CONTROL
> > negotiation in the firmware, an OSC_CAPABILITIES_MASK_ERROR bit was being
> > set incorrectly, which should not have happened.
> > 
> > The log I will attach next has been modified to fix this issue.
> 
> [..]
> 
> > [    0.498976] [1] tb_switch_reset:1666: thunderbolt 0000:2c:00.0: 0: resetting
> > [    0.533329] [1] tb_add_dp_resources:217: thunderbolt 0000:2c:00.0: 0:10: DP IN resource available
> > [    0.533959] [1] tb_add_dp_resources:217: thunderbolt 0000:2c:00.0: 0:11: DP IN resource available
> 
> The DP IN resources were added here.
> 
> [..]
> 
> > [   19.035726] [171] tb_switch_set_wake:3445: thunderbolt 0000:2c:00.0: 0: enabling wakeup: 0x3f
> > [   19.037401] [171] tb_ring_stop:768: thunderbolt 0000:2c:00.0: stopping RX ring 0
> > [   19.037412] [171] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: disabling interrupt at register 0x38200 bit 21 (0x200001 -> 0x1)
> > [   19.037439] [171] tb_ring_stop:768: thunderbolt 0000:2c:00.0: stopping TX ring 0
> > [   19.037449] [171] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: disabling interrupt at register 0x38200 bit 0 (0x1 -> 0x0)
> > [   19.037463] [171] tb_ctl_stop:733: thunderbolt 0000:2c:00.0: control channel stopped
> 
> Runtime suspend.
> 
> (and a couple more)
> 
> > [  266.399800] [3870] tb_ctl_start:703: thunderbolt 0000:2c:00.0: control channel starting...
> > [  266.399808] [3870] tb_ring_start:693: thunderbolt 0000:2c:00.0: starting TX ring 0
> > [  266.399821] [3870] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: enabling interrupt at register 0x38200 bit 0 (0x0 -> 0x1)
> > [  266.399826] [3870] tb_ring_start:693: thunderbolt 0000:2c:00.0: starting RX ring 0
> > [  266.399837] [3870] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: enabling interrupt at register 0x38200 bit 21 (0x1 -> 0x200001)
> > [  266.399848] [3870] tb_switch_resume:3478: thunderbolt 0000:2c:00.0: 0: resuming switch
> > [  266.399852] [3870] tb_switch_configure:2590: thunderbolt 0000:2c:00.0: restoring Switch at 0x0 (depth: 0, up port: 5)
> > [  266.400032] [3870] tb_switch_set_wake:3447: thunderbolt 0000:2c:00.0: 0: disabling wakeup
> 
> Around this time you should see the hotplug events coming to the DP IN
> adapters. But there is none.
> 
> There is a bit in the DP adapter config space (DHP) that can be used to
> disable this but the spec says it defaults to 0. Anyways I suggest to check
> that (and also the Plugged bit). You can dump these using tbtools [1]. Let
> me know if you want help with that.

Nevermind about the Plugged bit, that's not applicable here.

Here's how to dump the DHP bit. This is from Intel host:

# tbdump -vv -r 0 -N 1 -a 5 ADP_CS_5
0x0005 0x00004809 0b00000000 00000000 01001000 00001001 ..H. ADP_CS_5
  [00:06]        0x9 Max Input HopID
  [11:17]        0x9 Max Output HopID
  [22:28]        0x0 Link Credits Allocated
  [29:29]        0x0 HEC Error Enable (HEE)
  [30:30]        0x0 Flow Control Error Enable (FCEE)
  [31:31]        0x0 Disable Hot Plug Events (DHP)
Re: [PATCH RFC] thunderbolt: Re-add DP resources on resume
Posted by 李佳怡 1 week, 6 days ago

在 2025/9/19 00:43, Mika Westerberg 写道:
> On Thu, Sep 18, 2025 at 06:20:59PM +0200, Mika Westerberg wrote:
>> Hi,
>>
>> On Thu, Sep 18, 2025 at 04:34:31PM +0800, 李佳怡 wrote:
>>>
>>>
>>> 在 2025/9/17 20:50, Mika Westerberg 写道:
>>>> On Wed, Sep 17, 2025 at 06:12:31PM +0800, 李佳怡 wrote:
>>>>>
>>>>> As requested, I've attached the complete dmesg output (from boot to after
>>>>> resume) reproducing the issue.
>>>>>
>>>>> Testing Methodology:
>>>>> 1. Start with the Targus Thunderbolt dock already connected to the system
>>>>> 2. Enter S3 suspend (sleep) with no DP monitor connected to the dock
>>>>> 3. Resume from S3
>>>>> 4. After the system has fully resumed, connect the DP monitor to the dock
>>>>
>>>> Thanks! It is badly line wrapped. I wonder if you can just attach it?
>>>> Anyways I found some unexpected things there:
>>>>
>>>>> [    8.647850] With USB4 patch v1.0.0
>>>>
>>>> What is this? ;-)
>>>
>>> Thanks for your help!
>>>
>>> This is a self-compiled kernel based on version 5.4 with backported
>>> Thunderbolt drivers. I will also attach the kernel log from a build using
>>> the linux-6.6.y branch of the community linux-stable repository.
>>
>> Okay but I really suggest using more recent kernel. 6.16 is current stable
>> so that would be good.
>>
>>>>> [    8.647860] ACPI: bus type thunderbolt registered
>>>>> [    8.664660] [7] nhi_probe:1326: thunderbolt 0000:2c:00.0: total paths: 21
>>>>> [    8.665209] [7] tb_ring_alloc:586: thunderbolt 0000:2c:00.0: allocating
>>>>> TX ring 0 of size 10
>>>>> [    8.665243] [7] tb_ring_alloc:586: thunderbolt 0000:2c:00.0: allocating
>>>>> RX ring 0 of size 10
>>>>> [    8.665267] [7] tb_ctl_alloc:665: thunderbolt 0000:2c:00.0: control
>>>>> channel created
>>>>> [    8.665272] [7] icm_probe:2549: thunderbolt 0000:2c:00.0: ICM not
>>>>> supported on this controller
>>>>> [    8.665285] [7] tb_ring_free:840: thunderbolt 0000:2c:00.0: freeing RX
>>>>> ring 0
>>>>> [    8.665294] [7] tb_ring_free:840: thunderbolt 0000:2c:00.0: freeing TX
>>>>> ring 0
>>>>
>>>> What is this?
>>>>
>>>> Is this Intel TB/USB4 controller or something else? All USB4 compliant
>>>> controllers should go directly to tb.c as that's the part dealing with
>>>> software connection manager. The above looks like it tries first with the
>>>> firmware connection manager and that should not happen outside of Intel
>>>> Thunderbolt 3 hosts.
>>>
>>> Yes, there is a mistake. I discovered that during the USB4_NATIVE_CONTROL
>>> negotiation in the firmware, an OSC_CAPABILITIES_MASK_ERROR bit was being
>>> set incorrectly, which should not have happened.
>>>
>>> The log I will attach next has been modified to fix this issue.
>>
>> [..]
>>
>>> [    0.498976] [1] tb_switch_reset:1666: thunderbolt 0000:2c:00.0: 0: resetting
>>> [    0.533329] [1] tb_add_dp_resources:217: thunderbolt 0000:2c:00.0: 0:10: DP IN resource available
>>> [    0.533959] [1] tb_add_dp_resources:217: thunderbolt 0000:2c:00.0: 0:11: DP IN resource available
>>
>> The DP IN resources were added here.
>>
>> [..]
>>
>>> [   19.035726] [171] tb_switch_set_wake:3445: thunderbolt 0000:2c:00.0: 0: enabling wakeup: 0x3f
>>> [   19.037401] [171] tb_ring_stop:768: thunderbolt 0000:2c:00.0: stopping RX ring 0
>>> [   19.037412] [171] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: disabling interrupt at register 0x38200 bit 21 (0x200001 -> 0x1)
>>> [   19.037439] [171] tb_ring_stop:768: thunderbolt 0000:2c:00.0: stopping TX ring 0
>>> [   19.037449] [171] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: disabling interrupt at register 0x38200 bit 0 (0x1 -> 0x0)
>>> [   19.037463] [171] tb_ctl_stop:733: thunderbolt 0000:2c:00.0: control channel stopped
>>
>> Runtime suspend.
>>
>> (and a couple more)
>>
>>> [  266.399800] [3870] tb_ctl_start:703: thunderbolt 0000:2c:00.0: control channel starting...
>>> [  266.399808] [3870] tb_ring_start:693: thunderbolt 0000:2c:00.0: starting TX ring 0
>>> [  266.399821] [3870] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: enabling interrupt at register 0x38200 bit 0 (0x0 -> 0x1)
>>> [  266.399826] [3870] tb_ring_start:693: thunderbolt 0000:2c:00.0: starting RX ring 0
>>> [  266.399837] [3870] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: enabling interrupt at register 0x38200 bit 21 (0x1 -> 0x200001)
>>> [  266.399848] [3870] tb_switch_resume:3478: thunderbolt 0000:2c:00.0: 0: resuming switch
>>> [  266.399852] [3870] tb_switch_configure:2590: thunderbolt 0000:2c:00.0: restoring Switch at 0x0 (depth: 0, up port: 5)
>>> [  266.400032] [3870] tb_switch_set_wake:3447: thunderbolt 0000:2c:00.0: 0: disabling wakeup
>>
>> Around this time you should see the hotplug events coming to the DP IN
>> adapters. But there is none.
>>
>> There is a bit in the DP adapter config space (DHP) that can be used to
>> disable this but the spec says it defaults to 0. Anyways I suggest to check
>> that (and also the Plugged bit). You can dump these using tbtools [1]. Let
>> me know if you want help with that.
> 
> Nevermind about the Plugged bit, that's not applicable here.
> 
> Here's how to dump the DHP bit. This is from Intel host:
> 
> # tbdump -vv -r 0 -N 1 -a 5 ADP_CS_5
> 0x0005 0x00004809 0b00000000 00000000 01001000 00001001 ..H. ADP_CS_5
>    [00:06]        0x9 Max Input HopID
>    [11:17]        0x9 Max Output HopID
>    [22:28]        0x0 Link Credits Allocated
>    [29:29]        0x0 HEC Error Enable (HEE)
>    [30:30]        0x0 Flow Control Error Enable (FCEE)
>    [31:31]        0x0 Disable Hot Plug Events (DHP)

Thank you for your help. As you suggested, I tried kernel 6.16, but the 
issue still persists.

The logs and device vendor information are included in the attachment. I 
also ran the tbdump command, and the result shows the DHP bit is set to 
0. Does this indicate there might still be other issues?

# tbdump -vv -r 0 -N 1  -a 5 ADP_CS_5
0x0005 0x0000d814 0b00000000 00000000 11011000 00010100 .... ADP_CS_5
   [00:06]       0x14 Max Input HopID
   [11:17]       0x1b Max Output HopID
   [22:28]        0x0 Link Credits Allocated
   [29:29]        0x0 HEC Error Enable (HEE)
   [30:30]        0x0 Flow Control Error Enable (FCEE)
   [31:31]        0x0 Disable Hot Plug Events (DHP)[    0.000000] Linux version 6.16.0-rc2+ (lijiayi@kylin-pc) (gcc (Debian 12.4.0-5) 12.4.0, GNU ld (GNU Binutils for Debian) 2.44) #9 SMP PREEMPT_DYNAMIC Mon Aug 25 15:55:54 CST 2025
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.16.0-rc2+ root=UUID=f2d890ff-cf69-4a9c-a4df-4b7c8dd70647 ro quiet splash thunderbolt.dyndbg=+plft vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000003ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000004000000-0x000000000403ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000004040000-0x0000000004ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000005000000-0x0000000005ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000006000000-0x00000000730f5fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000730f6000-0x0000000076edcfff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000076edd000-0x0000000076f1cfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000076f1d000-0x00000000797fdfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000797fe000-0x000000007a9fdfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007a9fe000-0x000000007bffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007c000000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dfa00000-0x00000000dfa00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dfa80000-0x00000000dfafffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc0000-0x00000000fedc0fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedc5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc7000-0x00000000fedc7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc9000-0x00000000fedcafff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000277efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000277f00000-0x000000027fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000fffd00000000-0x0000ffffffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] efi: EFI v2.8 by Xorcore
[    0.000000] efi: SMBIOS=0x7a647000 SMBIOS 3.0=0x7a645000 ACPI=0x76f1c000 ACPI 2.0=0x76f1c014 MEMATTR=0x6bf75018 INITRD=0x69a05a18 
[    0.000000] efi: Not removing mem51: MMIO range=[0xdfa00000-0xdfa00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem52: MMIO range=[0xdfa80000-0xdfafffff] (0MB) from e820 map
[    0.000000] e820: remove [mem 0xdfa80000-0xdfafffff] reserved
[    0.000000] efi: Remove mem54: MMIO range=[0xfea00000-0xfeafffff] (1MB) from e820 map
[    0.000000] e820: remove [mem 0xfea00000-0xfeafffff] reserved
[    0.000000] efi: Not removing mem55: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem56: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem57: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[    0.000000] efi: Not removing mem58: MMIO range=[0xfedc0000-0xfedc0fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem59: MMIO range=[0xfedc2000-0xfedc5fff] (16KB) from e820 map
[    0.000000] efi: Not removing mem60: MMIO range=[0xfedc7000-0xfedc7fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem61: MMIO range=[0xfedc9000-0xfedcafff] (8KB) from e820 map
[    0.000000] efi: Remove mem62: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.4.1 present.
[    0.000000] DMI: Suma                                          N50/22DD2    , BIOS CSCH051021 09/18/2025
[    0.000000] DMI: Memory slots populated: 1/2
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2800.052 MHz processor
[    0.000165] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000168] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000181] last_pfn = 0x277f00 max_arch_pfn = 0x400000000
[    0.000190] MTRR map: 7 entries (3 fixed + 4 variable; max 20), built from 9 variable MTRRs
[    0.000193] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000679] last_pfn = 0x7c000 max_arch_pfn = 0x400000000
[    0.007158] Using GB pages for direct mapping
[    0.007607] Secure boot disabled
[    0.007608] RAMDISK: [mem 0x61043000-0x6516bfff]
[    0.007689] ACPI: Early table checksum verification disabled
[    0.007693] ACPI: RSDP 0x0000000076F1C014 000024 (v02 HYGON )
[    0.007698] ACPI: XSDT 0x0000000076F1B0E8 00009C (v01 HYGON  Hygon    00000002      01000013)
[    0.007705] ACPI: FACP 0x0000000076F16000 000114 (v06 HYGON  Hygon    00000002      01000013)
[    0.007711] ACPI: DSDT 0x0000000076F10000 00512A (v02 HYGON  Hygon    03242016 INTL 20190703)
[    0.007715] ACPI: FACS 0x000000007774F000 000040
[    0.007718] ACPI: SSDT 0x0000000076F1A000 0000D2 (v02 HYGON  HGN ALIB 00000002 MSFT 04000000)
[    0.007721] ACPI: SSDT 0x0000000076F19000 00020C (v02 HYGON  Hygon    00000002      01000013)
[    0.007724] ACPI: MCFG 0x0000000076F18000 00003C (v01 HYGON  Hygon    00000002      01000013)
[    0.007727] ACPI: HPET 0x0000000076F17000 000038 (v01 HYGON  Hygon    00000002      01000013)
[    0.007731] ACPI: SSDT 0x0000000076F0D000 002314 (v02 HYGON  HGN CPU  00000001 HYGN 00000001)
[    0.007734] ACPI: CRAT 0x0000000076F0C000 000F50 (v01 HYGON  HGN CRAT 00000001 HYGN 00000001)
[    0.007737] ACPI: CDIT 0x0000000076F0B000 000029 (v01 HYGON  HGN CDIT 00000001 HYGN 00000001)
[    0.007740] ACPI: UEFI 0x000000007774C000 000042 (v01                 00000000      00000000)
[    0.007744] ACPI: IVRS 0x0000000076F0A000 0000C8 (v02 HYGON  HGN IVRS 00000001 HYGN 00000000)
[    0.007747] ACPI: FPDT 0x0000000076F09000 000044 (v01 HYGON  Hygon    00000002      01000013)
[    0.007750] ACPI: SSDT 0x0000000076F05000 003016 (v02 Hygon  CPMCMN   00000001 INTL 20190703)
[    0.007753] ACPI: APIC 0x0000000076F03000 0000DE (v04 HYGON  Hygon    00000002      01000013)
[    0.007756] ACPI: WSMT 0x0000000076F02000 000028 (v01 HYGON  Hygon    00000002      01000013)
[    0.007759] ACPI: BGRT 0x0000000076F04000 000038 (v01 HYGON  Hygon    00000002      01000013)
[    0.007762] ACPI: Reserving FACP table memory at [mem 0x76f16000-0x76f16113]
[    0.007763] ACPI: Reserving DSDT table memory at [mem 0x76f10000-0x76f15129]
[    0.007764] ACPI: Reserving FACS table memory at [mem 0x7774f000-0x7774f03f]
[    0.007765] ACPI: Reserving SSDT table memory at [mem 0x76f1a000-0x76f1a0d1]
[    0.007766] ACPI: Reserving SSDT table memory at [mem 0x76f19000-0x76f1920b]
[    0.007767] ACPI: Reserving MCFG table memory at [mem 0x76f18000-0x76f1803b]
[    0.007768] ACPI: Reserving HPET table memory at [mem 0x76f17000-0x76f17037]
[    0.007769] ACPI: Reserving SSDT table memory at [mem 0x76f0d000-0x76f0f313]
[    0.007770] ACPI: Reserving CRAT table memory at [mem 0x76f0c000-0x76f0cf4f]
[    0.007771] ACPI: Reserving CDIT table memory at [mem 0x76f0b000-0x76f0b028]
[    0.007772] ACPI: Reserving UEFI table memory at [mem 0x7774c000-0x7774c041]
[    0.007773] ACPI: Reserving IVRS table memory at [mem 0x76f0a000-0x76f0a0c7]
[    0.007773] ACPI: Reserving FPDT table memory at [mem 0x76f09000-0x76f09043]
[    0.007774] ACPI: Reserving SSDT table memory at [mem 0x76f05000-0x76f08015]
[    0.007775] ACPI: Reserving APIC table memory at [mem 0x76f03000-0x76f030dd]
[    0.007776] ACPI: Reserving WSMT table memory at [mem 0x76f02000-0x76f02027]
[    0.007777] ACPI: Reserving BGRT table memory at [mem 0x76f04000-0x76f04037]
[    0.007886] No NUMA configuration found
[    0.007887] Faking a node at [mem 0x0000000000000000-0x0000000277efffff]
[    0.007898] NODE_DATA(0) allocated [mem 0x277ed59c0-0x277efffff]
[    0.008135] Zone ranges:
[    0.008136]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.008138]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.008139]   Normal   [mem 0x0000000100000000-0x0000000277efffff]
[    0.008141]   Device   empty
[    0.008142] Movable zone start for each node
[    0.008146] Early memory node ranges
[    0.008146]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.008148]   node   0: [mem 0x0000000000100000-0x0000000003ffffff]
[    0.008149]   node   0: [mem 0x0000000004040000-0x0000000004ffffff]
[    0.008150]   node   0: [mem 0x0000000006000000-0x00000000730f5fff]
[    0.008151]   node   0: [mem 0x000000007a9fe000-0x000000007bffffff]
[    0.008152]   node   0: [mem 0x0000000100000000-0x0000000277efffff]
[    0.008154] Initmem setup node 0 [mem 0x0000000000001000-0x0000000277efffff]
[    0.008160] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.008185] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.008281] On node 0, zone DMA32: 64 pages in unavailable ranges
[    0.011733] On node 0, zone DMA32: 4096 pages in unavailable ranges
[    0.012051] On node 0, zone DMA32: 30984 pages in unavailable ranges
[    0.024826] On node 0, zone Normal: 16384 pages in unavailable ranges
[    0.024834] On node 0, zone Normal: 256 pages in unavailable ranges
[    0.026395] ACPI: PM-Timer IO Port: 0x808
[    0.026409] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.026436] IOAPIC[0]: apic_id 224, version 33, address 0xfec00000, GSI 0-23
[    0.026442] IOAPIC[1]: apic_id 225, version 33, address 0xdfa00000, GSI 24-55
[    0.026445] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.026447] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.026452] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.026453] ACPI: HPET id: 0x1d948201 base: 0xfed00000
[    0.026464] e820: update [mem 0x6afa1000-0x6afe2fff] usable ==> reserved
[    0.026487] CPU topo: Max. logical packages:   1
[    0.026488] CPU topo: Max. logical dies:       1
[    0.026489] CPU topo: Max. dies per package:   1
[    0.026494] CPU topo: Max. threads per core:   2
[    0.026495] CPU topo: Num. cores per package:     8
[    0.026496] CPU topo: Num. threads per package:  16
[    0.026497] CPU topo: Allowing 16 present CPUs plus 0 hotplug CPUs
[    0.026531] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.026534] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.026537] PM: hibernation: Registered nosave memory: [mem 0x04000000-0x0403ffff]
[    0.026539] PM: hibernation: Registered nosave memory: [mem 0x05000000-0x05ffffff]
[    0.026541] PM: hibernation: Registered nosave memory: [mem 0x6afa1000-0x6afe2fff]
[    0.026543] PM: hibernation: Registered nosave memory: [mem 0x730f6000-0x7a9fdfff]
[    0.026546] PM: hibernation: Registered nosave memory: [mem 0x7c000000-0xffffffff]
[    0.026548] [mem 0x80000000-0xdf9fffff] available for PCI devices
[    0.026549] Booting paravirtualized kernel on bare hardware
[    0.026553] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.026562] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.027483] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144
[    0.027493] pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152
[    0.027495] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.027529] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.16.0-rc2+ root=UUID=f2d890ff-cf69-4a9c-a4df-4b7c8dd70647 ro quiet splash thunderbolt.dyndbg=+plft vt.handoff=7
[    0.027669] Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-6.16.0-rc2+", will be passed to user space.
[    0.027710] random: crng init done
[    0.027711] printk: log buffer data + meta data: 1048576 + 3670016 = 4718592 bytes
[    0.028718] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.029243] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.029476] software IO TLB: area num 16.
[    0.046215] Fallback order for Node 0: 0 
[    0.046227] Built 1 zonelists, mobility grouping on.  Total pages: 2012502
[    0.046228] Policy zone: Normal
[    0.046230] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.064479] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.076535] ftrace: allocating 54503 entries in 216 pages
[    0.076538] ftrace: allocated 216 pages with 4 groups
[    0.077627] Dynamic Preempt: voluntary
[    0.077720] rcu: Preemptible hierarchical RCU implementation.
[    0.077721] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.077722] 	Trampoline variant of Tasks RCU enabled.
[    0.077723] 	Rude variant of Tasks RCU enabled.
[    0.077724] 	Tracing variant of Tasks RCU enabled.
[    0.077725] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.077725] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.077740] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[    0.077743] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[    0.077746] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[    0.082394] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    0.082648] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.082783] Console: colour dummy device 80x25
[    0.082786] printk: legacy console [tty0] enabled
[    0.082845] ACPI: Core revision 20250404
[    0.082983] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.083030] APIC: Switch to symmetric I/O mode setup
[    0.083740] AMD-Vi: Using global IVHD EFR:0x41f73ef22294ade, EFR2:0x0
[    0.083781] AMD-Vi: [Firmware Bug]: : No southbridge IOAPIC found
[    0.083786] AMD-Vi: Disabling interrupt remapping
[    0.085217] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.103026] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c71ccff4, max_idle_ns: 440795309360 ns
[    0.103032] Calibrating delay loop (skipped), value calculated using timer frequency.. 5600.10 BogoMIPS (lpj=11200208)
[    0.103050] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.103119] LVT offset 2 assigned for vector 0xf4
[    0.103139] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.103141] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.103144] process: using mwait in idle threads
[    0.103149] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.103151] Speculative Return Stack Overflow: IBPB-extending microcode not applied!
[    0.103152] Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options.
[    0.103153] Spectre V2 : Mitigation: Retpolines
[    0.103155] RETBleed: Mitigation: untrained return thunk
[    0.103156] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.103157] Speculative Return Stack Overflow: Vulnerable: Safe RET, no microcode
[    0.103158] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.103160] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
[    0.103161] Spectre V2 : Enabling Speculation Barrier for firmware calls
[    0.103163] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.103164] x86/bugs: return thunk changed
[    0.103170] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.103172] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.103173] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.103174] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.103176] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.148575] Freeing SMP alternatives memory: 48K
[    0.148582] pid_max: default: 32768 minimum: 301
[    0.152758] LSM: initializing lsm=capability,ima,evm
[    0.152952] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.152968] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.261855] smpboot: CPU0: Hygon C86-4G (OPN:3450M) (family: 0x18, model: 0x10, stepping: 0x0)
[    0.262173] Performance Events: Fam17h+ core perfctr, HYGON PMU driver.
[    0.262214] ... version:                0
[    0.262216] ... bit width:              48
[    0.262218] ... generic registers:      6
[    0.262220] ... value mask:             0000ffffffffffff
[    0.262222] ... max period:             00007fffffffffff
[    0.262224] ... fixed-purpose events:   0
[    0.262226] ... event mask:             000000000000003f
[    0.262447] signal: max sigframe size: 1776
[    0.262492] rcu: Hierarchical SRCU implementation.
[    0.262494] rcu: 	Max phase no-delay instances is 1000.
[    0.262566] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[    0.267312] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.267499] smp: Bringing up secondary CPUs ...
[    0.267667] smpboot: x86: Booting SMP configuration:
[    0.267670] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.287227] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.303108] smp: Brought up 1 node, 16 CPUs
[    0.303108] smpboot: Total of 16 processors activated (89601.66 BogoMIPS)
[    0.307129] Memory: 7703172K/8050008K available (18598K kernel code, 5992K rwdata, 7940K rodata, 4776K init, 5428K bss, 324896K reserved, 0K cma-reserved)
[    0.307630] devtmpfs: initialized
[    0.307630] x86/mm: Memory block size: 128MB
[    0.311150] ACPI: PM: Registering ACPI NVS region [mem 0x76f1d000-0x797fdfff] (42864640 bytes)
[    0.312192] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.312192] posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.312192] futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
[    0.312192] pinctrl core: initialized pinctrl subsystem
[    0.312192] PM: RTC time: 07:09:48, date: 2025-09-19
[    0.312192] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.312419] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.312426] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.312431] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.312442] audit: initializing netlink subsys (disabled)
[    0.312452] audit: type=2000 audit(1758265788.000:1): state=initialized audit_enabled=0 res=1
[    0.312452] thermal_sys: Registered thermal governor 'fair_share'
[    0.312452] thermal_sys: Registered thermal governor 'bang_bang'
[    0.312452] thermal_sys: Registered thermal governor 'step_wise'
[    0.312452] thermal_sys: Registered thermal governor 'user_space'
[    0.312452] cpuidle: using governor ladder
[    0.312452] cpuidle: using governor menu
[    0.312452] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.312452] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    0.312452] PCI: Using configuration type 1 for base access
[    0.315193] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.315193] HugeTLB: allocation took 0ms with hugepage_allocation_threads=4
[    0.315193] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.315193] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.315193] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.315193] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.315321] ACPI: Added _OSI(Module Device)
[    0.315321] ACPI: Added _OSI(Processor Device)
[    0.315324] ACPI: Added _OSI(Processor Aggregator Device)
[    0.332449] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.395089] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[    0.395094] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[    0.396337] ACPI: EC: EC started
[    0.396340] ACPI: EC: interrupt blocked
[    0.397166] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.397171] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.397174] ACPI: Interpreter enabled
[    0.397217] ACPI: PM: (supports S0 S3 S4 S5)
[    0.397219] ACPI: Using IOAPIC for interrupt routing
[    0.398060] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.398063] PCI: Ignoring E820 reservations for host bridge windows
[    0.398662] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.400345] ACPI: \_SB_.PCI0.N0A0.P0A0: New power resource
[    0.400433] ACPI: \_SB_.PCI0.N0A0.P3A0: New power resource
[    0.400819] ACPI: \_SB_.PCI0.N0A0.P0U0: New power resource
[    0.400884] ACPI: \_SB_.PCI0.N0A0.P3U0: New power resource
[    0.400947] ACPI: \_SB_.PCI0.N0A0.P0D0: New power resource
[    0.401010] ACPI: \_SB_.PCI0.N0A0.P3D0: New power resource
[    0.401074] ACPI: \_SB_.PCI0.N0A0.P0D1: New power resource
[    0.401136] ACPI: \_SB_.PCI0.N0A0.P3D1: New power resource
[    0.401199] ACPI: \_SB_.PCI0.N0A0.P0D2: New power resource
[    0.401262] ACPI: \_SB_.PCI0.N0A0.P3D2: New power resource
[    0.401324] ACPI: \_SB_.PCI0.N0A0.P0D3: New power resource
[    0.401388] ACPI: \_SB_.PCI0.N0A0.P3D3: New power resource
[    0.401451] ACPI: \_SB_.PCI0.N0A0.P0XH: New power resource
[    0.401515] ACPI: \_SB_.PCI0.N0A0.P3XH: New power resource
[    0.401581] ACPI: \_SB_.PCI0.N0A0.P0HI: New power resource
[    0.401644] ACPI: \_SB_.PCI0.N0A0.P3HI: New power resource
[    0.410279] ACPI: \_SB_.PCI0.N00B.SATA.P0SA: New power resource
[    0.410343] ACPI: \_SB_.PCI0.N00B.SATA.P3SA: New power resource
[    0.439687] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.439697] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.439946] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER LTR]
[    0.440404] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[    0.440873] acpi PNP0A08:00: host bridge window expanded to [io  0x03b0-0x03df window]; [io  0x03b0-0x03df window] ignored
[    0.441353] PCI host bridge to bus 0000:00
[    0.441360] pci_bus 0000:00: root bus resource [io  0x0000-0x02e7 window]
[    0.441365] pci_bus 0000:00: root bus resource [io  0x0300-0x03df window]
[    0.441368] pci_bus 0000:00: root bus resource [io  0x0400-0x0cf7 window]
[    0.441371] pci_bus 0000:00: root bus resource [io  0x3000-0xffff window]
[    0.441375] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.441379] pci_bus 0000:00: root bus resource [mem 0xa8000000-0xb69fffff window]
[    0.441382] pci_bus 0000:00: root bus resource [mem 0x34000000000-0x3501fffffff window]
[    0.441386] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.441414] pci 0000:00:00.0: [1d94:14c0] type 00 class 0x060000 conventional PCI endpoint
[    0.441598] pci 0000:00:00.2: [1d94:149e] type 00 class 0x080600 conventional PCI endpoint
[    0.441786] pci 0000:00:01.0: [1d94:14c2] type 00 class 0x060000 conventional PCI endpoint
[    0.441956] pci 0000:00:01.1: [1d94:14c3] type 01 class 0x060400 PCIe Root Port
[    0.441989] pci 0000:00:01.1: PCI bridge to [bus 01-44]
[    0.441999] pci 0000:00:01.1:   bridge window [io  0x3000-0xcfff]
[    0.442006] pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xb3ffffff]
[    0.442020] pci 0000:00:01.1:   bridge window [mem 0x34000000000-0x34fffffffff 64bit pref]
[    0.442134] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.442538] pci 0000:00:01.2: [1d94:14c3] type 01 class 0x060400 PCIe Root Port
[    0.442571] pci 0000:00:01.2: PCI bridge to [bus 45]
[    0.442581] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.442587] pci 0000:00:01.2:   bridge window [mem 0xa8000000-0xac0fffff]
[    0.442602] pci 0000:00:01.2:   bridge window [mem 0x35000000000-0x3501fffffff 64bit pref]
[    0.442714] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.442981] pci 0000:00:01.3: [1d94:14c3] type 01 class 0x060400 PCIe Root Port
[    0.443014] pci 0000:00:01.3: PCI bridge to [bus 46]
[    0.443026] pci 0000:00:01.3:   bridge window [mem 0xb4800000-0xb48fffff]
[    0.443152] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.443416] pci 0000:00:01.5: [1d94:14c3] type 01 class 0x060400 PCIe Root Port
[    0.443449] pci 0000:00:01.5: PCI bridge to [bus 47]
[    0.443459] pci 0000:00:01.5:   bridge window [io  0xe000-0xefff]
[    0.443465] pci 0000:00:01.5:   bridge window [mem 0xb4700000-0xb47fffff]
[    0.443587] pci 0000:00:01.5: PME# supported from D0 D3hot D3cold
[    0.443876] pci 0000:00:01.6: [1d94:14c3] type 01 class 0x060400 PCIe Root Port
[    0.443909] pci 0000:00:01.6: PCI bridge to [bus 48]
[    0.443919] pci 0000:00:01.6:   bridge window [io  0xd000-0xdfff]
[    0.443925] pci 0000:00:01.6:   bridge window [mem 0xb4600000-0xb46fffff]
[    0.444047] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
[    0.444322] pci 0000:00:02.0: [1d94:14c2] type 00 class 0x060000 conventional PCI endpoint
[    0.444491] pci 0000:00:03.0: [1d94:14c2] type 00 class 0x060000 conventional PCI endpoint
[    0.444668] pci 0000:00:07.0: [1d94:14c2] type 00 class 0x060000 conventional PCI endpoint
[    0.444837] pci 0000:00:07.1: [1d94:14c4] type 01 class 0x060400 PCIe Root Port
[    0.444875] pci 0000:00:07.1: PCI bridge to [bus 49]
[    0.444888] pci 0000:00:07.1:   bridge window [mem 0xb4300000-0xb45fffff]
[    0.444917] pci 0000:00:07.1: enabling Extended Tags
[    0.445005] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.445275] pci 0000:00:08.0: [1d94:14c2] type 00 class 0x060000 conventional PCI endpoint
[    0.445443] pci 0000:00:08.1: [1d94:14c4] type 01 class 0x060400 PCIe Root Port
[    0.445481] pci 0000:00:08.1: PCI bridge to [bus 4a]
[    0.445494] pci 0000:00:08.1:   bridge window [mem 0xb4000000-0xb42fffff]
[    0.445524] pci 0000:00:08.1: enabling Extended Tags
[    0.445612] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.445873] pci 0000:00:0b.0: [1d94:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    0.446081] pci 0000:00:0b.3: [1d94:790e] type 00 class 0x060100 conventional PCI endpoint
[    0.446383] pci 0000:00:18.0: [1d94:14d0] type 00 class 0x060000 conventional PCI endpoint
[    0.446465] pci 0000:00:18.1: [1d94:14d1] type 00 class 0x060000 conventional PCI endpoint
[    0.446546] pci 0000:00:18.2: [1d94:14d2] type 00 class 0x060000 conventional PCI endpoint
[    0.446629] pci 0000:00:18.3: [1d94:14d3] type 00 class 0x060000 conventional PCI endpoint
[    0.446711] pci 0000:00:18.4: [1d94:14d4] type 00 class 0x060000 conventional PCI endpoint
[    0.446791] pci 0000:00:18.5: [1d94:14d5] type 00 class 0x060000 conventional PCI endpoint
[    0.446873] pci 0000:00:18.6: [1d94:14d6] type 00 class 0x060000 conventional PCI endpoint
[    0.446954] pci 0000:00:18.7: [1d94:14d7] type 00 class 0x060000 conventional PCI endpoint
[    0.447182] pci 0000:01:00.0: [1b21:2421] type 01 class 0x060400 PCIe Switch Upstream Port
[    0.447228] pci 0000:01:00.0: PCI bridge to [bus 02-2c]
[    0.447241] pci 0000:01:00.0:   bridge window [io  0x3000-0xcfff]
[    0.447249] pci 0000:01:00.0:   bridge window [mem 0xb0000000-0xb27fffff]
[    0.447268] pci 0000:01:00.0:   bridge window [mem 0x34000000000-0x34fffffffff 64bit pref]
[    0.447420] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.447810] pci 0000:00:01.1: PCI bridge to [bus 01-44]
[    0.447994] pci 0000:02:00.0: [1b21:2423] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.448041] pci 0000:02:00.0: PCI bridge to [bus 03-16]
[    0.448053] pci 0000:02:00.0:   bridge window [io  0x7000-0xafff]
[    0.448060] pci 0000:02:00.0:   bridge window [mem 0xb1000000-0xb1ffffff]
[    0.448079] pci 0000:02:00.0:   bridge window [mem 0x34800000000-0x34fffffffff 64bit pref]
[    0.448267] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.448632] pci 0000:02:01.0: [1b21:2423] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.448679] pci 0000:02:01.0: PCI bridge to [bus 17-2a]
[    0.448691] pci 0000:02:01.0:   bridge window [io  0x3000-0x6fff]
[    0.448698] pci 0000:02:01.0:   bridge window [mem 0xb0000000-0xb0ffffff]
[    0.448717] pci 0000:02:01.0:   bridge window [mem 0x34000000000-0x347ffffffff 64bit pref]
[    0.448904] pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
[    0.449272] pci 0000:02:02.0: [1b21:2423] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.449318] pci 0000:02:02.0: PCI bridge to [bus 2b]
[    0.449327] pci 0000:02:02.0:   bridge window [io  0xc000-0xcfff]
[    0.449334] pci 0000:02:02.0:   bridge window [mem 0xb2400000-0xb27fffff]
[    0.449479] pci 0000:02:02.0: PME# supported from D0 D3hot D3cold
[    0.449800] pci 0000:02:03.0: [1b21:2423] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.449847] pci 0000:02:03.0: PCI bridge to [bus 2c]
[    0.449856] pci 0000:02:03.0:   bridge window [io  0xb000-0xbfff]
[    0.449863] pci 0000:02:03.0:   bridge window [mem 0xb2000000-0xb23fffff]
[    0.450007] pci 0000:02:03.0: PME# supported from D0 D3hot D3cold
[    0.450350] pci 0000:01:00.0: PCI bridge to [bus 02-2c]
[    0.450449] pci 0000:02:00.0: PCI bridge to [bus 03-16]
[    0.450553] pci 0000:02:01.0: PCI bridge to [bus 17-2a]
[    0.450698] pci 0000:2b:00.0: [1b21:2426] type 00 class 0x0c0330 PCIe Legacy Endpoint
[    0.450767] pci 0000:2b:00.0: BAR 0 [mem 0xb2400000-0xb2407fff 64bit]
[    0.450891] pci 0000:2b:00.0: PME# supported from D0 D3hot D3cold
[    0.451197] pci 0000:02:02.0: PCI bridge to [bus 2b]
[    0.451353] pci 0000:2c:00.0: [1b21:2425] type 00 class 0x0c0340 PCIe Legacy Endpoint
[    0.451422] pci 0000:2c:00.0: BAR 0 [mem 0xb2000000-0xb203ffff 64bit]
[    0.451430] pci 0000:2c:00.0: BAR 2 [mem 0xb2040000-0xb204ffff 64bit]
[    0.451550] pci 0000:2c:00.0: PME# supported from D0 D3hot D3cold
[    0.463461] pci 0000:02:03.0: PCI bridge to [bus 2c]
[    0.464591] pci 0000:45:00.0: [1ec8:9810] type 00 class 0x030000 PCIe Legacy Endpoint
[    0.464666] pci 0000:45:00.0: BAR 0 [mem 0xa8000000-0xabffffff 64bit]
[    0.464675] pci 0000:45:00.0: BAR 2 [mem 0x35000000000-0x3501fffffff 64bit pref]
[    0.464681] pci 0000:45:00.0: BAR 4 [io  0xf000-0xf0ff]
[    0.464689] pci 0000:45:00.0: ROM [mem 0xac000000-0xac07ffff pref]
[    0.464834] pci 0000:45:00.0: supports D1
[    0.464837] pci 0000:45:00.0: PME# supported from D0 D1 D3hot
[    0.466129] pci 0000:00:01.2: PCI bridge to [bus 45]
[    0.467083] pci 0000:46:00.0: [1e68:8111] type 00 class 0x010802 PCIe Endpoint
[    0.467218] pci 0000:46:00.0: BAR 0 [mem 0xb4800000-0xb4803fff 64bit]
[    0.468782] pci 0000:00:01.3: PCI bridge to [bus 46]
[    0.468909] pci 0000:47:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
[    0.468989] pci 0000:47:00.0: BAR 0 [io  0xe000-0xe0ff]
[    0.469000] pci 0000:47:00.0: BAR 2 [mem 0xb4704000-0xb4704fff 64bit]
[    0.469008] pci 0000:47:00.0: BAR 4 [mem 0xb4700000-0xb4703fff 64bit]
[    0.469163] pci 0000:47:00.0: supports D1 D2
[    0.469166] pci 0000:47:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.469464] pci 0000:00:01.5: PCI bridge to [bus 47]
[    0.469598] pci 0000:48:00.0: [10ec:b852] type 00 class 0x028000 PCIe Endpoint
[    0.469695] pci 0000:48:00.0: BAR 0 [io  0xd000-0xd0ff]
[    0.469707] pci 0000:48:00.0: BAR 2 [mem 0xb4600000-0xb46fffff 64bit]
[    0.469873] pci 0000:48:00.0: PME# supported from D0 D3hot D3cold
[    0.470181] pci 0000:00:01.6: PCI bridge to [bus 48]
[    0.470337] pci 0000:49:00.0: [1d94:14c5] type 00 class 0x130000 PCIe Endpoint
[    0.470433] pci 0000:49:00.0: enabling Extended Tags
[    0.470733] pci 0000:49:00.2: [1d94:14c6] type 00 class 0x108000 PCIe Endpoint
[    0.470813] pci 0000:49:00.2: BAR 2 [mem 0xb4400000-0xb44fffff]
[    0.470823] pci 0000:49:00.2: BAR 5 [mem 0xb4502000-0xb4503fff]
[    0.470840] pci 0000:49:00.2: enabling Extended Tags
[    0.471202] pci 0000:49:00.3: [1d94:14d8] type 00 class 0x108000 PCIe Endpoint
[    0.471228] pci 0000:49:00.3: BAR 2 [mem 0xb4300000-0xb43fffff]
[    0.471233] pci 0000:49:00.3: BAR 5 [mem 0xb4500000-0xb4501fff]
[    0.471241] pci 0000:49:00.3: enabling Extended Tags
[    0.471449] pci 0000:00:07.1: PCI bridge to [bus 49]
[    0.471564] pci 0000:4a:00.0: [1d94:14c5] type 00 class 0x130000 PCIe Endpoint
[    0.471596] pci 0000:4a:00.0: enabling Extended Tags
[    0.471738] pci 0000:4a:00.1: [1d94:148c] type 00 class 0x0c0330 PCIe Endpoint
[    0.471764] pci 0000:4a:00.1: BAR 0 [mem 0xb4000000-0xb40fffff 64bit]
[    0.471775] pci 0000:4a:00.1: enabling Extended Tags
[    0.471815] pci 0000:4a:00.1: PME# supported from D0 D3hot D3cold
[    0.471976] pci 0000:4a:00.2: [1d94:148c] type 00 class 0x0c0330 PCIe Endpoint
[    0.472002] pci 0000:4a:00.2: BAR 0 [mem 0xb4100000-0xb41fffff 64bit]
[    0.472012] pci 0000:4a:00.2: enabling Extended Tags
[    0.472052] pci 0000:4a:00.2: PME# supported from D0 D3hot D3cold
[    0.472218] pci 0000:4a:00.6: [1d94:14c9] type 00 class 0x040300 PCIe Endpoint
[    0.472243] pci 0000:4a:00.6: BAR 0 [mem 0xb4200000-0xb4207fff]
[    0.472254] pci 0000:4a:00.6: enabling Extended Tags
[    0.472292] pci 0000:4a:00.6: PME# supported from D0 D3hot D3cold
[    0.472497] pci 0000:00:08.1: PCI bridge to [bus 4a]
[    0.489355] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.489477] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.489596] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.489715] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.489835] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.489954] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.490073] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.490193] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.490836] ACPI: EC: interrupt unblocked
[    0.490839] ACPI: EC: event unblocked
[    0.490845] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.490848] ACPI: EC: GPE=0x3
[    0.490851] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    0.490855] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.490985] iommu: Default domain type: Translated
[    0.490985] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.491375] SCSI subsystem initialized
[    0.491390] libata version 3.00 loaded.
[    0.491390] ACPI: bus type USB registered
[    0.491390] usbcore: registered new interface driver usbfs
[    0.491390] usbcore: registered new interface driver hub
[    0.491390] usbcore: registered new device driver usb
[    0.550459] mc: Linux media interface: v0.10
[    0.550479] videodev: Linux video capture interface: v2.00
[    0.550493] pps_core: LinuxPPS API ver. 1 registered
[    0.550495] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.550501] PTP clock support registered
[    0.550532] EDAC MC: Ver: 3.0.0
[    0.551996] efivars: Registered efivars operations
[    0.551996] Advanced Linux Sound Architecture Driver Initialized.
[    0.551996] PCI: Using ACPI for IRQ routing
[    0.569110] PCI: pci_cache_line_size set to 64 bytes
[    0.571966] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.571970] e820: reserve RAM buffer [mem 0x05000000-0x07ffffff]
[    0.571972] e820: reserve RAM buffer [mem 0x6afa1000-0x6bffffff]
[    0.571975] e820: reserve RAM buffer [mem 0x730f6000-0x73ffffff]
[    0.571977] e820: reserve RAM buffer [mem 0x277f00000-0x277ffffff]
[    0.572109] pci 0000:45:00.0: vgaarb: setting as boot VGA device
[    0.572109] pci 0000:45:00.0: vgaarb: bridge control possible
[    0.572109] pci 0000:45:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.572109] vgaarb: loaded
[    0.572109] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.572109] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.576111] clocksource: Switched to clocksource tsc-early
[    0.576344] VFS: Disk quotas dquot_6.6.0
[    0.576359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.576386] pnp: PnP ACPI init
[    0.576386] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.594701] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.594707] system 00:03: [io  0x040b] has been reserved
[    0.594710] system 00:03: [io  0x04d6] has been reserved
[    0.594714] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.594718] system 00:03: [io  0x0c14] has been reserved
[    0.594721] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    0.594725] system 00:03: [io  0x0c52] has been reserved
[    0.594729] system 00:03: [io  0x0c6c] has been reserved
[    0.594732] system 00:03: [io  0x0c6f] has been reserved
[    0.594736] system 00:03: [io  0x0cd0-0x0cd1] has been reserved
[    0.594739] system 00:03: [io  0x0cd2-0x0cd3] has been reserved
[    0.594743] system 00:03: [io  0x0cd4-0x0cd5] has been reserved
[    0.594746] system 00:03: [io  0x0cd6-0x0cd7] has been reserved
[    0.594750] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    0.594753] system 00:03: [io  0x0800-0x089f] has been reserved
[    0.594757] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    0.594760] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    0.594764] system 00:03: [io  0x0900-0x090f] has been reserved
[    0.594767] system 00:03: [io  0x0910-0x091f] has been reserved
[    0.594771] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.594775] system 00:03: [mem 0xfec01000-0xfec01fff] has been reserved
[    0.594779] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.594783] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.594787] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.594790] system 00:03: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.594794] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.594798] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.595986] pnp: PnP ACPI: found 5 devices
[    0.603580] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.603673] NET: Registered PF_INET protocol family
[    0.603788] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.605955] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.605969] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.605976] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.606079] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.606314] TCP: Hash tables configured (established 65536 bind 65536)
[    0.606374] UDP hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.606422] UDP-Lite hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.606527] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.606537] NET: Registered PF_XDP protocol family
[    0.606565] pci 0000:02:00.0: PCI bridge to [bus 03-16]
[    0.606572] pci 0000:02:00.0:   bridge window [io  0x7000-0xafff]
[    0.606582] pci 0000:02:00.0:   bridge window [mem 0xb1000000-0xb1ffffff]
[    0.606590] pci 0000:02:00.0:   bridge window [mem 0x34800000000-0x34fffffffff 64bit pref]
[    0.606602] pci 0000:02:01.0: PCI bridge to [bus 17-2a]
[    0.606608] pci 0000:02:01.0:   bridge window [io  0x3000-0x6fff]
[    0.606617] pci 0000:02:01.0:   bridge window [mem 0xb0000000-0xb0ffffff]
[    0.606624] pci 0000:02:01.0:   bridge window [mem 0x34000000000-0x347ffffffff 64bit pref]
[    0.606636] pci 0000:02:02.0: PCI bridge to [bus 2b]
[    0.606642] pci 0000:02:02.0:   bridge window [io  0xc000-0xcfff]
[    0.606651] pci 0000:02:02.0:   bridge window [mem 0xb2400000-0xb27fffff]
[    0.606665] pci 0000:02:03.0: PCI bridge to [bus 2c]
[    0.606671] pci 0000:02:03.0:   bridge window [io  0xb000-0xbfff]
[    0.606680] pci 0000:02:03.0:   bridge window [mem 0xb2000000-0xb23fffff]
[    0.606694] pci 0000:01:00.0: PCI bridge to [bus 02-2c]
[    0.606699] pci 0000:01:00.0:   bridge window [io  0x3000-0xcfff]
[    0.606708] pci 0000:01:00.0:   bridge window [mem 0xb0000000-0xb27fffff]
[    0.606716] pci 0000:01:00.0:   bridge window [mem 0x34000000000-0x34fffffffff 64bit pref]
[    0.606726] pci 0000:00:01.1: PCI bridge to [bus 01-44]
[    0.606732] pci 0000:00:01.1:   bridge window [io  0x3000-0xcfff]
[    0.606740] pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xb3ffffff]
[    0.606746] pci 0000:00:01.1:   bridge window [mem 0x34000000000-0x34fffffffff 64bit pref]
[    0.606757] pci 0000:00:01.2: PCI bridge to [bus 45]
[    0.606762] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.606770] pci 0000:00:01.2:   bridge window [mem 0xa8000000-0xac0fffff]
[    0.606776] pci 0000:00:01.2:   bridge window [mem 0x35000000000-0x3501fffffff 64bit pref]
[    0.606787] pci 0000:00:01.3: PCI bridge to [bus 46]
[    0.606794] pci 0000:00:01.3:   bridge window [mem 0xb4800000-0xb48fffff]
[    0.606807] pci 0000:00:01.5: PCI bridge to [bus 47]
[    0.606812] pci 0000:00:01.5:   bridge window [io  0xe000-0xefff]
[    0.606820] pci 0000:00:01.5:   bridge window [mem 0xb4700000-0xb47fffff]
[    0.606833] pci 0000:00:01.6: PCI bridge to [bus 48]
[    0.606838] pci 0000:00:01.6:   bridge window [io  0xd000-0xdfff]
[    0.606846] pci 0000:00:01.6:   bridge window [mem 0xb4600000-0xb46fffff]
[    0.606859] pci 0000:00:07.1: PCI bridge to [bus 49]
[    0.606867] pci 0000:00:07.1:   bridge window [mem 0xb4300000-0xb45fffff]
[    0.606880] pci 0000:00:08.1: PCI bridge to [bus 4a]
[    0.606888] pci 0000:00:08.1:   bridge window [mem 0xb4000000-0xb42fffff]
[    0.606902] pci_bus 0000:00: resource 4 [io  0x0000-0x02e7 window]
[    0.606905] pci_bus 0000:00: resource 5 [io  0x0300-0x03df window]
[    0.606909] pci_bus 0000:00: resource 6 [io  0x0400-0x0cf7 window]
[    0.606912] pci_bus 0000:00: resource 7 [io  0x3000-0xffff window]
[    0.606915] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.606918] pci_bus 0000:00: resource 9 [mem 0xa8000000-0xb69fffff window]
[    0.606922] pci_bus 0000:00: resource 10 [mem 0x34000000000-0x3501fffffff window]
[    0.606926] pci_bus 0000:01: resource 0 [io  0x3000-0xcfff]
[    0.606929] pci_bus 0000:01: resource 1 [mem 0xb0000000-0xb3ffffff]
[    0.606932] pci_bus 0000:01: resource 2 [mem 0x34000000000-0x34fffffffff 64bit pref]
[    0.606935] pci_bus 0000:02: resource 0 [io  0x3000-0xcfff]
[    0.606939] pci_bus 0000:02: resource 1 [mem 0xb0000000-0xb27fffff]
[    0.606942] pci_bus 0000:02: resource 2 [mem 0x34000000000-0x34fffffffff 64bit pref]
[    0.606945] pci_bus 0000:03: resource 0 [io  0x7000-0xafff]
[    0.606948] pci_bus 0000:03: resource 1 [mem 0xb1000000-0xb1ffffff]
[    0.606951] pci_bus 0000:03: resource 2 [mem 0x34800000000-0x34fffffffff 64bit pref]
[    0.606955] pci_bus 0000:17: resource 0 [io  0x3000-0x6fff]
[    0.606958] pci_bus 0000:17: resource 1 [mem 0xb0000000-0xb0ffffff]
[    0.606961] pci_bus 0000:17: resource 2 [mem 0x34000000000-0x347ffffffff 64bit pref]
[    0.606965] pci_bus 0000:2b: resource 0 [io  0xc000-0xcfff]
[    0.606968] pci_bus 0000:2b: resource 1 [mem 0xb2400000-0xb27fffff]
[    0.606972] pci_bus 0000:2c: resource 0 [io  0xb000-0xbfff]
[    0.606975] pci_bus 0000:2c: resource 1 [mem 0xb2000000-0xb23fffff]
[    0.606978] pci_bus 0000:45: resource 0 [io  0xf000-0xffff]
[    0.606981] pci_bus 0000:45: resource 1 [mem 0xa8000000-0xac0fffff]
[    0.606984] pci_bus 0000:45: resource 2 [mem 0x35000000000-0x3501fffffff 64bit pref]
[    0.606988] pci_bus 0000:46: resource 1 [mem 0xb4800000-0xb48fffff]
[    0.606991] pci_bus 0000:47: resource 0 [io  0xe000-0xefff]
[    0.606994] pci_bus 0000:47: resource 1 [mem 0xb4700000-0xb47fffff]
[    0.606998] pci_bus 0000:48: resource 0 [io  0xd000-0xdfff]
[    0.607001] pci_bus 0000:48: resource 1 [mem 0xb4600000-0xb46fffff]
[    0.607004] pci_bus 0000:49: resource 1 [mem 0xb4300000-0xb45fffff]
[    0.607008] pci_bus 0000:4a: resource 1 [mem 0xb4000000-0xb42fffff]
[    0.609737] PCI: CLS 64 bytes, default 64
[    0.609833] Trying to unpack rootfs image as initramfs...
[    0.609904] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.610036] pci 0000:00:00.0: Adding to iommu group 0
[    0.610159] pci 0000:00:01.0: Adding to iommu group 1
[    0.610187] pci 0000:00:01.1: Adding to iommu group 1
[    0.610214] pci 0000:00:01.2: Adding to iommu group 1
[    0.610241] pci 0000:00:01.3: Adding to iommu group 1
[    0.610267] pci 0000:00:01.5: Adding to iommu group 1
[    0.610293] pci 0000:00:01.6: Adding to iommu group 1
[    0.610336] pci 0000:00:02.0: Adding to iommu group 2
[    0.610382] pci 0000:00:03.0: Adding to iommu group 3
[    0.610440] pci 0000:00:07.0: Adding to iommu group 4
[    0.610469] pci 0000:00:07.1: Adding to iommu group 4
[    0.610527] pci 0000:00:08.0: Adding to iommu group 5
[    0.610556] pci 0000:00:08.1: Adding to iommu group 5
[    0.610622] pci 0000:00:0b.0: Adding to iommu group 6
[    0.610652] pci 0000:00:0b.3: Adding to iommu group 6
[    0.610798] pci 0000:00:18.0: Adding to iommu group 7
[    0.610829] pci 0000:00:18.1: Adding to iommu group 7
[    0.610860] pci 0000:00:18.2: Adding to iommu group 7
[    0.610890] pci 0000:00:18.3: Adding to iommu group 7
[    0.610922] pci 0000:00:18.4: Adding to iommu group 7
[    0.610953] pci 0000:00:18.5: Adding to iommu group 7
[    0.610984] pci 0000:00:18.6: Adding to iommu group 7
[    0.611015] pci 0000:00:18.7: Adding to iommu group 7
[    0.611026] pci 0000:01:00.0: Adding to iommu group 1
[    0.611038] pci 0000:02:00.0: Adding to iommu group 1
[    0.611049] pci 0000:02:01.0: Adding to iommu group 1
[    0.611062] pci 0000:02:02.0: Adding to iommu group 1
[    0.611076] pci 0000:02:03.0: Adding to iommu group 1
[    0.611086] pci 0000:2b:00.0: Adding to iommu group 1
[    0.611098] pci 0000:2c:00.0: Adding to iommu group 1
[    0.611109] pci 0000:45:00.0: Adding to iommu group 1
[    0.611123] pci 0000:46:00.0: Adding to iommu group 1
[    0.611134] pci 0000:47:00.0: Adding to iommu group 1
[    0.611145] pci 0000:48:00.0: Adding to iommu group 1
[    0.611158] pci 0000:49:00.0: Adding to iommu group 4
[    0.611169] pci 0000:49:00.2: Adding to iommu group 4
[    0.611180] pci 0000:49:00.3: Adding to iommu group 4
[    0.611191] pci 0000:4a:00.0: Adding to iommu group 5
[    0.611201] pci 0000:4a:00.1: Adding to iommu group 5
[    0.611212] pci 0000:4a:00.2: Adding to iommu group 5
[    0.611224] pci 0000:4a:00.6: Adding to iommu group 5
[    0.612812] AMD-Vi: Extended features (0x41f73ef22294ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.613107] AMD-Vi: Virtual APIC enabled
[    0.613114] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.613117] software IO TLB: mapped [mem 0x000000006e7ee000-0x00000000727ee000] (64MB)
[    0.613438] amd_uncore: 4 HYGON amd_df counters detected
[    0.613452] amd_uncore: 6 HYGON amd_l3 counters detected
[    0.613608] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.614804] Initialise system trusted keyrings
[    0.614818] Key type blacklist registered
[    0.614884] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    0.615361] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.615501] fuse: init (API version 7.44)
[    0.634899] Key type asymmetric registered
[    0.634905] Asymmetric key parser 'x509' registered
[    0.634935] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.635006] io scheduler mq-deadline registered
[    0.635028] io scheduler bfq registered
[    0.635750] ledtrig-cpu: registered to indicate activity on CPUs
[    0.635925] pcieport 0000:00:01.1: PME: Signaling with IRQ 30
[    0.636164] pcieport 0000:00:01.2: PME: Signaling with IRQ 31
[    0.636362] pcieport 0000:00:01.3: PME: Signaling with IRQ 32
[    0.636571] pcieport 0000:00:01.5: PME: Signaling with IRQ 33
[    0.636762] pcieport 0000:00:01.6: PME: Signaling with IRQ 34
[    0.637065] pcieport 0000:00:07.1: PME: Signaling with IRQ 36
[    0.637294] pcieport 0000:00:08.1: PME: Signaling with IRQ 37
[    0.637608] pcieport 0000:02:00.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.637952] pcieport 0000:02:01.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.658135] ACPI: AC: AC Adapter [ADP1] (on-line)
[    0.658274] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:39/PNP0C0D:00/input/input0
[    0.658318] ACPI: button: Lid Switch [LID0]
[    0.658387] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.658429] ACPI: button: Power Button [PWRB]
[    0.658506] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.658584] ACPI: button: Power Button [PWRF]
[    0.659176] Monitor-Mwait will be used to enter C-1 state
[    0.661971] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.662264] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.667511] Linux agpgart interface v0.103
[    0.676800] loop: module loaded
[    0.677317] tun: Universal TUN/TAP device driver, 1.6
[    0.677373] PPP generic driver version 2.4.2
[    0.677545] VFIO - User Level meta-driver version: 0.3
[    0.677841] xhci_hcd 0000:2b:00.0: xHCI Host Controller
[    0.677850] xhci_hcd 0000:2b:00.0: new USB bus registered, assigned bus number 1
[    0.680533] xhci_hcd 0000:2b:00.0: hcc params 0x0200ef81 hci version 0x120 quirks 0x0000000200000010
[    0.680910] xhci_hcd 0000:2b:00.0: xHCI Host Controller
[    0.680916] xhci_hcd 0000:2b:00.0: new USB bus registered, assigned bus number 2
[    0.680920] xhci_hcd 0000:2b:00.0: Host supports USB 3.2 Enhanced SuperSpeed
[    0.680991] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
[    0.680995] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.680999] usb usb1: Product: xHCI Host Controller
[    0.681001] usb usb1: Manufacturer: Linux 6.16.0-rc2+ xhci-hcd
[    0.681004] usb usb1: SerialNumber: 0000:2b:00.0
[    0.681191] hub 1-0:1.0: USB hub found
[    0.681203] hub 1-0:1.0: 2 ports detected
[    0.682885] ACPI: battery: Slot [BAT1] (battery absent)
[    0.684413] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.684453] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
[    0.684457] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.684460] usb usb2: Product: xHCI Host Controller
[    0.684464] usb usb2: Manufacturer: Linux 6.16.0-rc2+ xhci-hcd
[    0.684466] usb usb2: SerialNumber: 0000:2b:00.0
[    0.684733] hub 2-0:1.0: USB hub found
[    0.684744] hub 2-0:1.0: 2 ports detected
[    0.687574] xhci_hcd 0000:4a:00.1: xHCI Host Controller
[    0.687583] xhci_hcd 0000:4a:00.1: new USB bus registered, assigned bus number 3
[    0.687728] xhci_hcd 0000:4a:00.1: hcc params 0x0130ffc5 hci version 0x110 quirks 0x0000000000000010
[    0.688066] xhci_hcd 0000:4a:00.1: xHCI Host Controller
[    0.688071] xhci_hcd 0000:4a:00.1: new USB bus registered, assigned bus number 4
[    0.688075] xhci_hcd 0000:4a:00.1: Host supports USB 3.1 Enhanced SuperSpeed
[    0.688126] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
[    0.688130] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.688133] usb usb3: Product: xHCI Host Controller
[    0.688136] usb usb3: Manufacturer: Linux 6.16.0-rc2+ xhci-hcd
[    0.688139] usb usb3: SerialNumber: 0000:4a:00.1
[    0.688380] hub 3-0:1.0: USB hub found
[    0.688391] hub 3-0:1.0: 6 ports detected
[    0.688668] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.688704] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
[    0.688708] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.688711] usb usb4: Product: xHCI Host Controller
[    0.688713] usb usb4: Manufacturer: Linux 6.16.0-rc2+ xhci-hcd
[    0.688716] usb usb4: SerialNumber: 0000:4a:00.1
[    0.688860] hub 4-0:1.0: USB hub found
[    0.688870] hub 4-0:1.0: 4 ports detected
[    0.689185] xhci_hcd 0000:4a:00.2: xHCI Host Controller
[    0.689193] xhci_hcd 0000:4a:00.2: new USB bus registered, assigned bus number 5
[    0.689333] xhci_hcd 0000:4a:00.2: hcc params 0x0130ffc5 hci version 0x110 quirks 0x0000000000000010
[    0.689656] xhci_hcd 0000:4a:00.2: xHCI Host Controller
[    0.689661] xhci_hcd 0000:4a:00.2: new USB bus registered, assigned bus number 6
[    0.689665] xhci_hcd 0000:4a:00.2: Host supports USB 3.0 SuperSpeed
[    0.689717] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
[    0.689721] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.689725] usb usb5: Product: xHCI Host Controller
[    0.689728] usb usb5: Manufacturer: Linux 6.16.0-rc2+ xhci-hcd
[    0.689731] usb usb5: SerialNumber: 0000:4a:00.2
[    0.690110] hub 5-0:1.0: USB hub found
[    0.690122] hub 5-0:1.0: 6 ports detected
[    0.690445] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.690482] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
[    0.690485] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.690488] usb usb6: Product: xHCI Host Controller
[    0.690491] usb usb6: Manufacturer: Linux 6.16.0-rc2+ xhci-hcd
[    0.690494] usb usb6: SerialNumber: 0000:4a:00.2
[    0.690652] hub 6-0:1.0: USB hub found
[    0.690662] hub 6-0:1.0: 4 ports detected
[    0.691043] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.691047] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.693030] i8042: Warning: Keylock active
[    0.696164] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.697106] mousedev: PS/2 mouse device common for all mice
[    0.697337] rtc_cmos 00:01: RTC can wake from S4
[    0.697814] rtc_cmos 00:01: registered as rtc0
[    0.697880] rtc_cmos 00:01: setting system clock to 2025-09-19T07:09:49 UTC (1758265789)
[    0.697941] rtc_cmos 00:01: alarms up to one day, y3k, 114 bytes nvram
[    0.697960] i2c_dev: i2c /dev entries driver
[    0.698131] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.698150] device-mapper: uevent: version 1.0.3
[    0.698223] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[    0.699231] efifb: probing for efifb
[    0.699272] efifb: framebuffer at 0x35000000000, using 3072k, total 3072k
[    0.699277] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.699280] efifb: scrolling: redraw
[    0.699282] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.699432] Console: switching to colour frame buffer device 128x48
[    0.701493] fb0: EFI VGA frame buffer device
[    0.701753] drop_monitor: Initializing network drop monitor service
[    0.701908] NET: Registered PF_INET6 protocol family
[    0.704159] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.935365] usb 3-5: new full-speed USB device number 2 using xhci_hcd
[    0.939358] usb 5-6: new high-speed USB device number 2 using xhci_hcd
[    0.952735] Freeing initrd memory: 66724K
[    0.962089] Segment Routing with IPv6
[    0.962115] In-situ OAM (IOAM) with IPv6
[    0.962160] NET: Registered PF_PACKET protocol family
[    0.962208] Key type dns_resolver registered
[    0.964292] x86/amd: Previous system reset reason [0x00080800]: software wrote 0x6 to reset control register 0xCF9
[    0.964310] microcode: no support for this CPU vendor
[    0.965310] IPI shorthand broadcast: enabled
[    0.970552] sched_clock: Marking stable (966897837, 326183)->(971306281, -4082261)
[    0.970935] registered taskstats version 1
[    0.971291] Loading compiled-in X.509 certificates
[    0.971955] Loaded X.509 cert 'Build time autogenerated kernel key: 835710caf92d568fc968dcd54c5e92be7db53729'
[    0.977876] Demotion targets for Node 0: null
[    0.978046] Key type .fscrypt registered
[    0.978048] Key type fscrypt-provisioning registered
[    0.994205] Key type encrypted registered
[    0.994232] ima: No TPM chip found, activating TPM-bypass!
[    0.994242] ima: Allocated hash algorithm: sha256
[    0.994257] ima: No architecture policies found
[    0.994276] evm: Initialising EVM extended attributes:
[    0.994278] evm: security.selinux
[    0.994281] evm: security.SMACK64 (disabled)
[    0.994283] evm: security.SMACK64EXEC (disabled)
[    0.994285] evm: security.SMACK64TRANSMUTE (disabled)
[    0.994287] evm: security.SMACK64MMAP (disabled)
[    0.994289] evm: security.apparmor
[    0.994291] evm: security.ima
[    0.994293] evm: security.capability
[    0.994295] evm: HMAC attrs: 0x1
[    0.994712] PM:   Magic number: 9:802:167
[    0.994790] acpi PNP0000:00: hash matches
[    0.994795] acpi device:30: hash matches
[    0.995286] acpi_cpufreq: overriding BIOS provided _PSD data
[    0.996566] RAS: Correctable Errors collector initialized.
[    0.996640] clk: Disabling unused clocks
[    0.996644] PM: genpd: Disabling unused power domains
[    0.996649] ALSA device list:
[    0.996652]   No soundcards found.
[    0.999416] Freeing unused decrypted memory: 2028K
[    1.000495] Freeing unused kernel image (initmem) memory: 4776K
[    1.000517] Write protecting the kernel read-only data: 28672k
[    1.001536] Freeing unused kernel image (text/rodata gap) memory: 1880K
[    1.001674] Freeing unused kernel image (rodata/data gap) memory: 252K
[    1.104570] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.104597] Run /init as init process
[    1.104602]   with arguments:
[    1.104605]     /init
[    1.104608]     splash
[    1.104611]   with environment:
[    1.104613]     HOME=/
[    1.104616]     TERM=linux
[    1.104619]     BOOT_IMAGE=/boot/vmlinuz-6.16.0-rc2+
[    1.140133] usb 3-5: New USB device found, idVendor=13d3, idProduct=3570, bcdDevice= 0.00
[    1.140141] usb 3-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.140145] usb 3-5: Product: Bluetooth Radio
[    1.140148] usb 3-5: Manufacturer: Realtek
[    1.140151] usb 3-5: SerialNumber: 00e04c000001
[    1.213181] usb 5-6: New USB device found, idVendor=2ef4, idProduct=207b, bcdDevice= 0.06
[    1.213190] usb 5-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.213193] usb 5-6: Product: Integrated Camera
[    1.213197] usb 5-6: Manufacturer: SunplusIT Inc
[    1.213200] usb 5-6: SerialNumber: HBW20250723V0
[    1.240983] usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd
[    1.257859] usb 4-2: New USB device found, idVendor=0951, idProduct=1666, bcdDevice=11.00
[    1.257867] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.257870] usb 4-2: Product: DataTraveler 3.0
[    1.257874] usb 4-2: Manufacturer: Kingston
[    1.257877] usb 4-2: SerialNumber: 408D5C15A0CB21C07905CC3F
[    1.263577] usb-storage 4-2:1.0: USB Mass Storage device detected
[    1.263788] scsi host0: usb-storage 4-2:1.0
[    1.264098] usbcore: registered new interface driver usb-storage
[    1.265944] usbcore: registered new interface driver uas
[    1.281411] ACPI: video: Video Device [EUMA] (multi-head: yes  rom: no  post: no)
[    1.282309] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/LNXVIDEO:00/input/input4
[    1.304615] nvme nvme0: pci function 0000:46:00.0
[    1.307609] r8169 0000:47:00.0 eth0: RTL8168h/8111h, dc:36:43:94:de:51, XID 541, IRQ 69
[    1.307617] r8169 0000:47:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.312558] ACPI: bus type thunderbolt registered
[    1.312709] [223] nhi_probe:1356: thunderbolt 0000:2c:00.0: total paths: 21
[    1.312719] [223] nhi_check_iommu:1220: thunderbolt 0000:2c:00.0: IOMMU DMA protection is disabled
[    1.313152] [223] tb_ring_alloc:584: thunderbolt 0000:2c:00.0: allocating TX ring 0 of size 10
[    1.313183] [223] tb_ring_alloc:584: thunderbolt 0000:2c:00.0: allocating RX ring 0 of size 10
[    1.313212] [223] tb_ctl_alloc:683: thunderbolt 0000:2c:00.0: control channel created
[    1.313217] [223] tb_probe:3380: thunderbolt 0000:2c:00.0: using software connection manager
[    1.313759] nvme nvme0: missing or invalid SUBNQN field.
[    1.313810] nvme nvme0: D3 entry latency set to 10 seconds
[    1.315080] nvme nvme0: 8/0/0 default/read/poll queues
[    1.317890]  nvme0n1: p1 p2 p3 p4 p5 p6 p7
[    1.319735] r8169 0000:47:00.0 enp71s0: renamed from eth0
[    1.324481] [223] tb_acpi_add_link:65: thunderbolt 0000:2c:00.0: created link from 0000:02:00.0
[    1.336468] [223] tb_acpi_add_link:65: thunderbolt 0000:2c:00.0: created link from 0000:02:01.0
[    1.336689] [223] nhi_probe:1392: thunderbolt 0000:2c:00.0: NHI initialized, starting thunderbolt
[    1.336693] [223] tb_ctl_start:726: thunderbolt 0000:2c:00.0: control channel starting...
[    1.336697] [223] tb_ring_start:693: thunderbolt 0000:2c:00.0: starting TX ring 0
[    1.336705] [223] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: enabling interrupt at register 0x38200 bit 0 (0x0 -> 0x1)
[    1.336710] [223] tb_ring_start:693: thunderbolt 0000:2c:00.0: starting RX ring 0
[    1.336717] [223] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: enabling interrupt at register 0x38200 bit 21 (0x1 -> 0x200001)
[    1.336725] [223] tb_domain_add:455: thunderbolt 0000:2c:00.0: security level set to user
[    1.336967] [223] tb_switch_alloc:2445: thunderbolt 0000:2c:00.0: current switch config:
[    1.336971] [223] tb_dump_switch:1530: thunderbolt 0000:2c:00.0:  USB4 Switch: 174c:2428 (Revision: 0, TB Version: 32)
[    1.336976] [223] tb_dump_switch:1533: thunderbolt 0000:2c:00.0:   Max Port Number: 11
[    1.336980] [223] tb_dump_switch:1534: thunderbolt 0000:2c:00.0:   Config:
[    1.336984] [223] tb_dump_switch:1535: thunderbolt 0000:2c:00.0:    Upstream Port Number: 5 Depth: 0 Route String: 0x0 Enabled: 1, PlugEventsDelay: 255ms
[    1.336988] [223] tb_dump_switch:1540: thunderbolt 0000:2c:00.0:    unknown1: 0x0 unknown4: 0x0
[    1.339997] [223] tb_switch_configure:2575: thunderbolt 0000:2c:00.0: initializing Switch at 0x0 (depth: 0, up port: 5)
[    1.341210] [223] usb4_switch_credits_init:756: thunderbolt 0000:2c:00.0: 0: credit allocation parameters:
[    1.341215] [223] usb4_switch_credits_init:766: thunderbolt 0000:2c:00.0: 0:  USB3: 64
[    1.341219] [223] usb4_switch_credits_init:770: thunderbolt 0000:2c:00.0: 0:  DP AUX: 2
[    1.341222] [223] usb4_switch_credits_init:774: thunderbolt 0000:2c:00.0: 0:  DP main: 0
[    1.341225] [223] usb4_switch_credits_init:778: thunderbolt 0000:2c:00.0: 0:  PCIe: 64
[    1.341229] [223] usb4_switch_credits_init:782: thunderbolt 0000:2c:00.0: 0:  DMA: 32
[    1.344417] [223] tb_drom_parse:638: thunderbolt 0000:2c:00.0: 0: DROM version: 1
[    1.345548] [223] tb_switch_add:3274: thunderbolt 0000:2c:00.0: 0: uid: 0x14547f00174c8a29
[    1.346810] [223] tb_dump_port:448: thunderbolt 0000:2c:00.0:  Port 1: 0:0 (Revision: 0, TB Version: 1, Type: Port (0x1))
[    1.346816] [223] tb_dump_port:453: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 27/27
[    1.346819] [223] tb_dump_port:455: thunderbolt 0000:2c:00.0:   Max counters: 7
[    1.346823] [223] tb_dump_port:456: thunderbolt 0000:2c:00.0:   NFC Credits: 0xae00000
[    1.346826] [223] tb_dump_port:457: thunderbolt 0000:2c:00.0:   Credits (total/control): 174/2
[    1.347946] [223] tb_dump_port:448: thunderbolt 0000:2c:00.0:  Port 2: 0:0 (Revision: 0, TB Version: 1, Type: Port (0x1))
[    1.347951] [223] tb_dump_port:453: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 27/27
[    1.347955] [223] tb_dump_port:455: thunderbolt 0000:2c:00.0:   Max counters: 7
[    1.347958] [223] tb_dump_port:456: thunderbolt 0000:2c:00.0:   NFC Credits: 0xae00000
[    1.347961] [223] tb_dump_port:457: thunderbolt 0000:2c:00.0:   Credits (total/control): 174/2
[    1.349209] [223] tb_dump_port:448: thunderbolt 0000:2c:00.0:  Port 3: 0:0 (Revision: 0, TB Version: 1, Type: Port (0x1))
[    1.349214] [223] tb_dump_port:453: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 27/27
[    1.349218] [223] tb_dump_port:455: thunderbolt 0000:2c:00.0:   Max counters: 7
[    1.349221] [223] tb_dump_port:456: thunderbolt 0000:2c:00.0:   NFC Credits: 0xae00000
[    1.349224] [223] tb_dump_port:457: thunderbolt 0000:2c:00.0:   Credits (total/control): 174/2
[    1.350346] [223] tb_dump_port:448: thunderbolt 0000:2c:00.0:  Port 4: 0:0 (Revision: 0, TB Version: 1, Type: Port (0x1))
[    1.350351] [223] tb_dump_port:453: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 27/27
[    1.350354] [223] tb_dump_port:455: thunderbolt 0000:2c:00.0:   Max counters: 7
[    1.350358] [223] tb_dump_port:456: thunderbolt 0000:2c:00.0:   NFC Credits: 0xae00000
[    1.350361] [223] tb_dump_port:457: thunderbolt 0000:2c:00.0:   Credits (total/control): 174/2
[    1.350599] [223] tb_dump_port:448: thunderbolt 0000:2c:00.0:  Port 5: 0:0 (Revision: 0, TB Version: 1, Type: NHI (0x2))
[    1.350603] [223] tb_dump_port:453: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 20/27
[    1.350607] [223] tb_dump_port:455: thunderbolt 0000:2c:00.0:   Max counters: 0
[    1.350610] [223] tb_dump_port:456: thunderbolt 0000:2c:00.0:   NFC Credits: 0x0
[    1.350613] [223] tb_dump_port:457: thunderbolt 0000:2c:00.0:   Credits (total/control): 0/0
[    1.350851] [223] tb_dump_port:448: thunderbolt 0000:2c:00.0:  Port 6: 0:0 (Revision: 0, TB Version: 1, Type: PCIe (0x100101))
[    1.350856] [223] tb_dump_port:453: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 8/8
[    1.350859] [223] tb_dump_port:455: thunderbolt 0000:2c:00.0:   Max counters: 1
[    1.350863] [223] tb_dump_port:456: thunderbolt 0000:2c:00.0:   NFC Credits: 0x0
[    1.350866] [223] tb_dump_port:457: thunderbolt 0000:2c:00.0:   Credits (total/control): 0/0
[    1.351104] [223] tb_dump_port:448: thunderbolt 0000:2c:00.0:  Port 7: 0:0 (Revision: 0, TB Version: 1, Type: PCIe (0x100101))
[    1.351108] [223] tb_dump_port:453: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 8/8
[    1.351112] [223] tb_dump_port:455: thunderbolt 0000:2c:00.0:   Max counters: 1
[    1.351115] [223] tb_dump_port:456: thunderbolt 0000:2c:00.0:   NFC Credits: 0x0
[    1.351118] [223] tb_dump_port:457: thunderbolt 0000:2c:00.0:   Credits (total/control): 0/0
[    1.351356] [223] tb_dump_port:448: thunderbolt 0000:2c:00.0:  Port 8: 0:0 (Revision: 0, TB Version: 1, Type: USB (0x200101))
[    1.351361] [223] tb_dump_port:453: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 8/27
[    1.351364] [223] tb_dump_port:455: thunderbolt 0000:2c:00.0:   Max counters: 1
[    1.351367] [223] tb_dump_port:456: thunderbolt 0000:2c:00.0:   NFC Credits: 0x0
[    1.351371] [223] tb_dump_port:457: thunderbolt 0000:2c:00.0:   Credits (total/control): 0/0
[    1.351609] [223] tb_dump_port:448: thunderbolt 0000:2c:00.0:  Port 9: 0:0 (Revision: 0, TB Version: 1, Type: USB (0x200101))
[    1.351614] [223] tb_dump_port:453: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 8/27
[    1.351617] [223] tb_dump_port:455: thunderbolt 0000:2c:00.0:   Max counters: 1
[    1.351620] [223] tb_dump_port:456: thunderbolt 0000:2c:00.0:   NFC Credits: 0x0
[    1.351624] [223] tb_dump_port:457: thunderbolt 0000:2c:00.0:   Credits (total/control): 0/0
[    1.351862] [223] tb_dump_port:448: thunderbolt 0000:2c:00.0:  Port 10: 0:0 (Revision: 0, TB Version: 1, Type: DP/HDMI (0xe0101))
[    1.351867] [223] tb_dump_port:453: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 9/27
[    1.351870] [223] tb_dump_port:455: thunderbolt 0000:2c:00.0:   Max counters: 0
[    1.351873] [223] tb_dump_port:456: thunderbolt 0000:2c:00.0:   NFC Credits: 0x0
[    1.351877] [223] tb_dump_port:457: thunderbolt 0000:2c:00.0:   Credits (total/control): 0/0
[    1.352114] [223] tb_dump_port:448: thunderbolt 0000:2c:00.0:  Port 11: 0:0 (Revision: 0, TB Version: 1, Type: DP/HDMI (0xe0101))
[    1.352119] [223] tb_dump_port:453: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 9/27
[    1.352122] [223] tb_dump_port:455: thunderbolt 0000:2c:00.0:   Max counters: 0
[    1.352126] [223] tb_dump_port:456: thunderbolt 0000:2c:00.0:   NFC Credits: 0x0
[    1.352129] [223] tb_dump_port:457: thunderbolt 0000:2c:00.0:   Credits (total/control): 0/0
[    1.355272] [223] tmu_mode_init:364: thunderbolt 0000:2c:00.0: 0: TMU: supports uni-directional mode
[    1.355398] [223] tb_switch_tmu_init:433: thunderbolt 0000:2c:00.0: 0: TMU: current mode: bi-directional, HiFi
[    1.359428] [223] tb_switch_nvm_add:375: thunderbolt 0000:2c:00.0: 0: NVM version 200012.250409
[    1.359586] [223] tb_switch_tmu_configure:1056: thunderbolt 0000:2c:00.0: 0: TMU: mode change bi-directional, HiFi -> uni-directional, LowRes requested
[    1.360036] [223] tb_switch_tmu_enable:1006: thunderbolt 0000:2c:00.0: 0: TMU: mode set to: uni-directional, LowRes
[    1.360416] [223] tb_switch_reset:1651: thunderbolt 0000:2c:00.0: 0: resetting
[    1.376442] usb 3-6: new full-speed USB device number 3 using xhci_hcd
[    1.396239] [223] tb_add_dp_resources:134: thunderbolt 0000:2c:00.0: 0:10: DP IN resource available
[    1.396868] [223] tb_add_dp_resources:134: thunderbolt 0000:2c:00.0: 0:11: DP IN resource available
[    1.527795] usb 3-6: not running at top speed; connect to a high speed hub
[    1.545063] usb 3-6: New USB device found, idVendor=2f0a, idProduct=8020, bcdDevice=63.28
[    1.545072] usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.545075] usb 3-6: Product: PT2887-SS Module
[    1.545079] usb 3-6: Manufacturer: PXAT
[    1.545082] usb 3-6: SerialNumber: 0A3860PNA356
[    1.617227] tsc: Refined TSC clocksource calibration: 2799.995 MHz
[    1.617242] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x285c3bb69db, max_idle_ns: 440795222977 ns
[    1.617306] clocksource: Switched to clocksource tsc
[    2.446477] scsi 0:0:0:0: Direct-Access     Kingston DataTraveler 3.0 1100 PQ: 0 ANSI: 6
[    2.447388] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.447595] sd 0:0:0:0: [sda] 483709273 512-byte logical blocks: (248 GB/231 GiB)
[    2.448045] sd 0:0:0:0: [sda] Write Protect is off
[    2.448049] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[    2.448494] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.519221]  sda: sda1 sda2
[    2.519501] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    2.704735] EXT4-fs (nvme0n1p7): mounted filesystem f2d890ff-cf69-4a9c-a4df-4b7c8dd70647 ro with ordered data mode. Quota mode: none.
[    2.814919] systemd[1]: Inserted module 'autofs4'
[    2.833418] systemd[1]: systemd 255.4-1ubuntu8.10 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    2.833428] systemd[1]: Detected architecture x86-64.
[    2.835122] systemd[1]: Hostname set to <user-N50>.
[    3.038875] systemd[1]: Queued start job for default target graphical.target.
[    3.070832] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    3.071348] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[    3.071678] systemd[1]: Created slice user.slice - User and Session Slice.
[    3.071758] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    3.071989] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    3.072012] systemd[1]: Expecting device dev-disk-by\x2duuid-FD31\x2dD05E.device - /dev/disk/by-uuid/FD31-D05E...
[    3.072040] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    3.072073] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[    3.072085] systemd[1]: Reached target slices.target - Slice Units.
[    3.072100] systemd[1]: Reached target snapd.mounts-pre.target - Mounting snaps.
[    3.072133] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    3.072365] systemd[1]: Listening on syslog.socket - Syslog Socket.
[    3.072483] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[    3.072547] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    3.072667] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    3.072803] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    3.073039] systemd[1]: Listening on systemd-oomd.socket - Userspace Out-Of-Memory (OOM) Killer Socket.
[    3.073098] systemd[1]: systemd-pcrextend.socket - TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.073398] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    3.073517] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    3.074771] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[    3.075705] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    3.077301] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    3.078379] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    3.080777] systemd[1]: Starting systemd-journald.service - Journal Service...
[    3.081877] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    3.082981] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    3.083878] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    3.085022] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    3.086023] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    3.087135] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    3.088110] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    3.089461] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    3.089700] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[    3.091568] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    3.091603] systemd[1]: systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.092974] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    3.093074] systemd[1]: systemd-tpm2-setup-early.service - TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.094268] pstore: Using crash dump compression: deflate
[    3.094371] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    3.095396] pstore: Registered efi_pstore as persistent store backend
[    3.096345] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[    3.096486] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    3.096598] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    3.096713] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    3.097009] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    3.097448] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    3.097671] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    3.098018] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    3.098225] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[    3.098557] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    3.098767] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    3.099102] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    3.099343] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    3.099689] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    3.099895] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[    3.101121] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    3.101940] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    3.102001] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[    3.102685] systemd-journald[375]: Collecting audit messages is disabled.
[    3.103097] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[    3.107338] lp: driver loaded but no devices found
[    3.108444] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[    3.108577] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[    3.118423] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
[    3.130197] ACPI: bus type drm_connector registered
[    3.131270] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    3.131515] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    3.131964] ppdev: user-space parallel port driver
[    3.152110] EXT4-fs (nvme0n1p7): re-mounted f2d890ff-cf69-4a9c-a4df-4b7c8dd70647 r/w.
[    3.153687] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    3.154085] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    3.189329] systemd[1]: Activating swap swap.img.swap - /swap.img...
[    3.189754] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    3.189802] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    3.190865] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[    3.191802] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    3.191850] systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
[    3.192616] Adding 4194300k swap on /swap.img.  Priority:-2 extents:33 across:4587520k SS
[    3.192988] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[    3.193012] systemd[1]: systemd-tpm2-setup.service - TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.193080] systemd[1]: Activated swap swap.img.swap - /swap.img.
[    3.193484] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
[    3.193702] systemd[1]: Reached target swap.target - Swaps.
[    3.205420] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[    3.205539] systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.
[    3.212527] systemd[1]: Mounting snap-bare-5.mount - Mount unit for bare, revision 5...
[    3.214138] systemd[1]: Mounting snap-core22-2045.mount - Mount unit for core22, revision 2045...
[    3.215463] systemd[1]: Mounting snap-firefox-6565.mount - Mount unit for firefox, revision 6565...
[    3.216644] systemd[1]: Mounting snap-firmware\x2dupdater-167.mount - Mount unit for firmware-updater, revision 167...
[    3.217885] systemd[1]: Mounting snap-gnome\x2d42\x2d2204-202.mount - Mount unit for gnome-42-2204, revision 202...
[    3.219074] systemd[1]: Mounting snap-gtk\x2dcommon\x2dthemes-1535.mount - Mount unit for gtk-common-themes, revision 1535...
[    3.220271] systemd[1]: Mounting snap-snap\x2dstore-1270.mount - Mount unit for snap-store, revision 1270...
[    3.225392] loop0: detected capacity change from 0 to 151376
[    3.225655] loop1: detected capacity change from 0 to 502024
[    3.225925] loop2: detected capacity change from 0 to 22800
[    3.226151] loop3: detected capacity change from 0 to 1056784
[    3.226387] loop4: detected capacity change from 0 to 187776
[    3.226637] systemd[1]: Mounting snap-snapd-24792.mount - Mount unit for snapd, revision 24792...
[    3.226735] loop5: detected capacity change from 0 to 22176
[    3.227045] loop6: detected capacity change from 0 to 8
[    3.228106] systemd[1]: Mounting snap-snapd\x2ddesktop\x2dintegration-315.mount - Mount unit for snapd-desktop-integration, revision 315...
[    3.229479] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
[    3.233434] loop7: detected capacity change from 0 to 100952
[    3.235219] systemd[1]: Started systemd-journald.service - Journal Service.
[    3.235296] loop8: detected capacity change from 0 to 1152
[    3.271158] systemd-journald[375]: Received client request to flush runtime journal.
[    3.285771] systemd-journald[375]: /var/log/journal/6a0ea5268fb74c04886cd1af124291f2/system.journal: Journal file uses a different sequence number ID, rotating.
[    3.285780] systemd-journald[375]: Rotating system journal.
[    3.466771] piix4_smbus 0000:00:0b.0: SMBus Host Controller at 0xb00, revision 0
[    3.466780] piix4_smbus 0000:00:0b.0: Using register 0x02 for SMBus port selection
[    3.467963] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
[    3.467968] RAPL PMU: hw unit of domain package 2^-16 Joules
[    3.467971] RAPL PMU: hw unit of domain core 2^-16 Joules
[    3.577666] Bluetooth: Core ver 2.22
[    3.596380] NET: Registered PF_BLUETOOTH protocol family
[    3.596384] Bluetooth: HCI device and connection manager initialized
[    3.596393] Bluetooth: HCI socket layer initialized
[    3.596397] Bluetooth: L2CAP socket layer initialized
[    3.596404] Bluetooth: SCO socket layer initialized
[    3.652765] usb 5-6: Found UVC 1.50 device Integrated Camera (2ef4:207b)
[    3.660749] kvm_amd: TSC scaling supported
[    3.660754] kvm_amd: Nested Virtualization enabled
[    3.660756] kvm_amd: Nested Paging enabled
[    3.660759] kvm_amd: LBR virtualization supported
[    3.660769] kvm_amd: Virtual VMLOAD VMSAVE supported
[    3.660771] kvm_amd: Virtual GIF supported
[    3.660898] usbcore: registered new interface driver btusb
[    3.665058] Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000b lmp_ver=0b lmp_subver=8852
[    3.667052] Bluetooth: hci0: RTL: rom_version status=0 version=1
[    3.667059] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_fw.bin
[    3.667979] bluetooth hci0: Direct firmware load for rtl_bt/rtl8852bu_fw.bin failed with error -2
[    3.667987] Bluetooth: hci0: RTL: firmware file rtl_bt/rtl8852bu_fw not found
[    3.671117] MCE: In-kernel MCE decoding enabled.
[    3.717323] usb 5-6: Found UVC 1.50 device Integrated Camera (2ef4:207b)
[    3.726889] i2c i2c-3: SMBus Timeout!
[    3.726914] i2c i2c-3: Failed reset at end of transaction (01)
[    3.726989] i2c i2c-3: Failed! (01)
[    3.734828] usbcore: registered new interface driver uvcvideo
[    3.814850] amd_atl: AMD Address Translation Library initialized
[    3.815225] intel_rapl_common: Found RAPL domain package
[    3.815231] intel_rapl_common: Found RAPL domain core
[    4.438782] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.438788] Bluetooth: BNEP filters: protocol multicast
[    4.438798] Bluetooth: BNEP socket layer initialized
[    4.520114] nvme nvme0: using unchecked data buffer
[    5.241711] r8169 0000:47:00.0: Unable to load firmware rtl_nic/rtl8168h-2.fw (-2)
[    5.264397] Generic FE-GE Realtek PHY r8169-0-4700:00: attached PHY driver (mii_bus:phy_addr=r8169-0-4700:00, irq=MAC)
[    5.372511] r8169 0000:47:00.0 enp71s0: Link is Down
[    6.268352] loop9: detected capacity change from 0 to 8
[   19.909441] [277] tb_switch_suspend:3579: thunderbolt 0000:2c:00.0: 0: suspending switch
[   19.909450] [277] tb_switch_set_wake:3443: thunderbolt 0000:2c:00.0: 0: enabling wakeup: 0x3f
[   19.911214] [277] tb_ring_stop:768: thunderbolt 0000:2c:00.0: stopping RX ring 0
[   19.911225] [277] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: disabling interrupt at register 0x38200 bit 21 (0x200001 -> 0x1)
[   19.911246] [277] tb_ring_stop:768: thunderbolt 0000:2c:00.0: stopping TX ring 0
[   19.911255] [277] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: disabling interrupt at register 0x38200 bit 0 (0x1 -> 0x0)
[   19.911270] [277] tb_ctl_stop:756: thunderbolt 0000:2c:00.0: control channel stopped
[   21.066443] [1370] tb_ctl_start:726: thunderbolt 0000:2c:00.0: control channel starting...
[   21.066451] [1370] tb_ring_start:693: thunderbolt 0000:2c:00.0: starting TX ring 0
[   21.066461] [1370] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: enabling interrupt at register 0x38200 bit 0 (0x0 -> 0x1)
[   21.066467] [1370] tb_ring_start:693: thunderbolt 0000:2c:00.0: starting RX ring 0
[   21.066478] [1370] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: enabling interrupt at register 0x38200 bit 21 (0x1 -> 0x200001)
[   21.066486] [1370] tb_switch_resume:3476: thunderbolt 0000:2c:00.0: 0: resuming switch
[   21.066491] [1370] tb_switch_configure:2575: thunderbolt 0000:2c:00.0: restoring Switch at 0x0 (depth: 0, up port: 5)
[   21.067184] [1370] tb_switch_set_wake:3445: thunderbolt 0000:2c:00.0: 0: disabling wakeup
[   21.074510] [1370] tmu_mode_init:364: thunderbolt 0000:2c:00.0: 0: TMU: supports uni-directional mode
[   21.074633] [1370] tb_switch_tmu_init:433: thunderbolt 0000:2c:00.0: 0: TMU: current mode: off
[   21.074639] [1370] tb_switch_tmu_configure:1056: thunderbolt 0000:2c:00.0: 0: TMU: mode change off -> bi-directional, HiFi requested
[   21.075139] [1370] tb_switch_tmu_enable:1006: thunderbolt 0000:2c:00.0: 0: TMU: mode set to: bi-directional, HiFi
[   21.077169] pci_bus 0000:02: Allocating resources
[   21.077625] pci_bus 0000:02: Allocating resources
[   34.124491] irq 9: nobody cared (try booting with the "irqpoll" option)
[   34.125460] CPU: 1 UID: 0 PID: 235 Comm: kworker/1:1H Not tainted 6.16.0-rc2+ #9 PREEMPT(voluntary) 
[   34.125464] Hardware name: Suma                                          N50/22DD2    , BIOS CSCH051021 09/18/2025
[   34.125467] Workqueue:  0x0 (kblockd)
[   34.125475] Call Trace:
[   34.125477]  <IRQ>
[   34.125480]  dump_stack_lvl+0x70/0x90
[   34.125487]  dump_stack+0x14/0x20
[   34.125491]  __report_bad_irq+0x30/0xd0
[   34.125497]  note_interrupt+0x304/0x350
[   34.125503]  handle_irq_event+0x79/0x80
[   34.125507]  handle_fasteoi_irq+0x82/0x220
[   34.125512]  __common_interrupt+0x43/0xb0
[   34.125517]  common_interrupt+0x8c/0xa0
[   34.125522]  </IRQ>
[   34.125523]  <TASK>
[   34.125526]  asm_common_interrupt+0x2b/0x40
[   34.125529] RIP: 0010:finish_task_switch.isra.0+0x84/0x290
[   34.125534] Code: 44 00 00 41 c7 44 24 34 00 00 00 00 4c 8b b3 d8 0b 00 00 4d 85 f6 0f 85 c2 01 00 00 48 89 df e8 82 8c f0 00 fb 0f 1f 44 00 00 <66> 90 4d 85 ed 74 20 65 48 8b 05 c5 02 37 02 4c 3b a8 50 09 00 00
[   34.125536] RSP: 0018:ffffa372808a7dd0 EFLAGS: 00000282
[   34.125539] RAX: 0000000080000002 RBX: ffff8d80efc716c0 RCX: 0000000000000002
[   34.125541] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8d80efc716c0
[   34.125543] RBP: ffffa372808a7df8 R08: 0000000000000002 R09: 0000000000000002
[   34.125544] R10: 0000000000000001 R11: 0000000000000000 R12: ffff8d7f81b68000
[   34.125546] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000001
[   34.125555]  __schedule+0x493/0xb40
[   34.125563]  schedule+0x2b/0xf0
[   34.125567]  worker_thread+0x1b6/0x3e0
[   34.125571]  ? srso_return_thunk+0x5/0x5f
[   34.125576]  ? __pfx_worker_thread+0x10/0x10
[   34.125579]  kthread+0x111/0x220
[   34.125584]  ? __pfx_kthread+0x10/0x10
[   34.125588]  ret_from_fork+0x8e/0x100
[   34.125592]  ? __pfx_kthread+0x10/0x10
[   34.125596]  ret_from_fork_asm+0x1a/0x30
[   34.125604]  </TASK>
[   34.125605] handlers:
[   34.126562] [<000000009b5a8355>] irq_default_primary_handler threaded [<0000000073def0a5>] acpi_irq
[   34.126602] Disabling IRQ #9
[   37.037048] [161] tb_switch_suspend:3579: thunderbolt 0000:2c:00.0: 0: suspending switch
[   37.037057] [161] tb_switch_set_wake:3443: thunderbolt 0000:2c:00.0: 0: enabling wakeup: 0x3f
[   37.038766] [161] tb_ring_stop:768: thunderbolt 0000:2c:00.0: stopping RX ring 0
[   37.038775] [161] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: disabling interrupt at register 0x38200 bit 21 (0x200001 -> 0x1)
[   37.038794] [161] tb_ring_stop:768: thunderbolt 0000:2c:00.0: stopping TX ring 0
[   37.038803] [161] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: disabling interrupt at register 0x38200 bit 0 (0x1 -> 0x0)
[   37.038816] [161] tb_ctl_stop:756: thunderbolt 0000:2c:00.0: control channel stopped
[   51.795704] systemd-journald[375]: /var/log/journal/6a0ea5268fb74c04886cd1af124291f2/user-1000.journal: Journal file uses a different sequence number ID, rotating.
[   79.874770] [1371] tb_ctl_start:726: thunderbolt 0000:2c:00.0: control channel starting...
[   79.874778] [1371] tb_ring_start:693: thunderbolt 0000:2c:00.0: starting TX ring 0
[   79.874786] [1371] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: enabling interrupt at register 0x38200 bit 0 (0x0 -> 0x1)
[   79.874791] [1371] tb_ring_start:693: thunderbolt 0000:2c:00.0: starting RX ring 0
[   79.874798] [1371] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: enabling interrupt at register 0x38200 bit 21 (0x1 -> 0x200001)
[   79.874806] [1371] tb_switch_resume:3476: thunderbolt 0000:2c:00.0: 0: resuming switch
[   79.874810] [1371] tb_switch_configure:2575: thunderbolt 0000:2c:00.0: restoring Switch at 0x0 (depth: 0, up port: 5)
[   79.875162] [1371] tb_switch_set_wake:3445: thunderbolt 0000:2c:00.0: 0: disabling wakeup
[   79.878770] [1371] tmu_mode_init:364: thunderbolt 0000:2c:00.0: 0: TMU: supports uni-directional mode
[   79.878895] [1371] tb_switch_tmu_init:433: thunderbolt 0000:2c:00.0: 0: TMU: current mode: off
[   79.878901] [1371] tb_switch_tmu_configure:1056: thunderbolt 0000:2c:00.0: 0: TMU: mode change off -> bi-directional, HiFi requested
[   79.879401] [1371] tb_switch_tmu_enable:1006: thunderbolt 0000:2c:00.0: 0: TMU: mode set to: bi-directional, HiFi
[   79.881000] pci_bus 0000:02: Allocating resources
[   79.884674] pci_bus 0000:02: Allocating resources
[   80.345087] [369] tb_cfg_ack_plug:842: thunderbolt 0000:2c:00.0: acking hot plug event on 0:3
[   80.345182] [12] tb_handle_hotplug:2502: thunderbolt 0000:2c:00.0: 0:3: hotplug: scanning
[   80.345892] [12] tb_wait_for_port:534: thunderbolt 0000:2c:00.0: 0:3: is connected, link is up (state: 2)
[   80.346365] [12] tb_switch_alloc:2445: thunderbolt 0000:2c:00.0: current switch config:
[   80.346370] [12] tb_dump_switch:1530: thunderbolt 0000:2c:00.0:  Thunderbolt 3 Switch: 8086:15ef (Revision: 6, TB Version: 16)
[   80.346375] [12] tb_dump_switch:1533: thunderbolt 0000:2c:00.0:   Max Port Number: 13
[   80.346378] [12] tb_dump_switch:1534: thunderbolt 0000:2c:00.0:   Config:
[   80.346381] [12] tb_dump_switch:1535: thunderbolt 0000:2c:00.0:    Upstream Port Number: 0 Depth: 0 Route String: 0x0 Enabled: 0, PlugEventsDelay: 10ms
[   80.346386] [12] tb_dump_switch:1540: thunderbolt 0000:2c:00.0:    unknown1: 0x0 unknown4: 0x0
[   80.348511] [369] tb_cfg_ack_plug:842: thunderbolt 0000:2c:00.0: acking hot unplug event on 0:3
[   80.349963] [12] tb_switch_configure:2575: thunderbolt 0000:2c:00.0: initializing Switch at 0x3 (depth: 1, up port: 1)
[   80.350091] [12] tb_handle_hotplug:2505: thunderbolt 0000:2c:00.0: 0:3: hotplug: no switch found
[   80.350099] [12] tb_handle_hotplug:2492: thunderbolt 0000:2c:00.0: 0:3: got unplug event for disconnected port, ignoring
[   81.113248] [369] tb_cfg_ack_plug:842: thunderbolt 0000:2c:00.0: acking hot plug event on 0:3
[   81.113341] [12] tb_handle_hotplug:2502: thunderbolt 0000:2c:00.0: 0:3: hotplug: scanning
[   81.113904] [369] tb_cfg_ack_plug:842: thunderbolt 0000:2c:00.0: acking hot plug event on 0:4
[   81.114036] [12] tb_wait_for_port:534: thunderbolt 0000:2c:00.0: 0:3: is connected, link is up (state: 2)
[   81.115176] [12] tb_switch_alloc:2445: thunderbolt 0000:2c:00.0: current switch config:
[   81.115183] [12] tb_dump_switch:1530: thunderbolt 0000:2c:00.0:  Thunderbolt 3 Switch: 8086:15ef (Revision: 6, TB Version: 16)
[   81.115188] [12] tb_dump_switch:1533: thunderbolt 0000:2c:00.0:   Max Port Number: 13
[   81.115192] [12] tb_dump_switch:1534: thunderbolt 0000:2c:00.0:   Config:
[   81.115196] [12] tb_dump_switch:1535: thunderbolt 0000:2c:00.0:    Upstream Port Number: 0 Depth: 0 Route String: 0x0 Enabled: 0, PlugEventsDelay: 10ms
[   81.115200] [12] tb_dump_switch:1540: thunderbolt 0000:2c:00.0:    unknown1: 0x0 unknown4: 0x0
[   81.120229] [12] tb_switch_configure:2575: thunderbolt 0000:2c:00.0: initializing Switch at 0x3 (depth: 1, up port: 1)
[   81.123760] [369] tb_cfg_ack_plug:842: thunderbolt 0000:2c:00.0: acking hot plug event on 3:2
[   81.138740] [12] tb_drom_bit_bang:566: thunderbolt 0000:2c:00.0: 3: reading DROM (length: 0x6a)
[   81.485557] [12] tb_drom_parse:638: thunderbolt 0000:2c:00.0: 3: DROM version: 1
[   81.486567] [12] tb_switch_add:3274: thunderbolt 0000:2c:00.0: 3: uid: 0x14251c4d448a600
[   81.488461] [12] tb_dump_port:448: thunderbolt 0000:2c:00.0:  Port 1: 8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[   81.488467] [12] tb_dump_port:453: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 19/19
[   81.488471] [12] tb_dump_port:455: thunderbolt 0000:2c:00.0:   Max counters: 16
[   81.488474] [12] tb_dump_port:456: thunderbolt 0000:2c:00.0:   NFC Credits: 0x3c00000
[   81.488478] [12] tb_dump_port:457: thunderbolt 0000:2c:00.0:   Credits (total/control): 60/2
[   81.490356] [12] tb_dump_port:448: thunderbolt 0000:2c:00.0:  Port 2: 8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[   81.490361] [12] tb_dump_port:453: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 19/19
[   81.490365] [12] tb_dump_port:455: thunderbolt 0000:2c:00.0:   Max counters: 16
[   81.490368] [12] tb_dump_port:456: thunderbolt 0000:2c:00.0:   NFC Credits: 0x3c00000
[   81.490371] [12] tb_dump_port:457: thunderbolt 0000:2c:00.0:   Credits (total/control): 60/2
[   81.492250] [12] tb_dump_port:448: thunderbolt 0000:2c:00.0:  Port 3: 8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[   81.492255] [12] tb_dump_port:453: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 19/19
[   81.492259] [12] tb_dump_port:455: thunderbolt 0000:2c:00.0:   Max counters: 16
[   81.492262] [12] tb_dump_port:456: thunderbolt 0000:2c:00.0:   NFC Credits: 0x3c00000
[   81.492265] [12] tb_dump_port:457: thunderbolt 0000:2c:00.0:   Credits (total/control): 60/2
[   81.494144] [12] tb_dump_port:448: thunderbolt 0000:2c:00.0:  Port 4: 8086:15ef (Revision: 6, TB Version: 1, Type: Port (0x1))
[   81.494149] [12] tb_dump_port:453: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 19/19
[   81.494153] [12] tb_dump_port:455: thunderbolt 0000:2c:00.0:   Max counters: 16
[   81.494156] [12] tb_dump_port:456: thunderbolt 0000:2c:00.0:   NFC Credits: 0x3c00000
[   81.494159] [12] tb_dump_port:457: thunderbolt 0000:2c:00.0:   Credits (total/control): 60/2
[   81.494163] [12] tb_switch_add:3284: thunderbolt 0000:2c:00.0: 3:5: disabled by eeprom
[   81.494167] [12] tb_switch_add:3284: thunderbolt 0000:2c:00.0: 3:6: disabled by eeprom
[   81.494170] [12] tb_switch_add:3284: thunderbolt 0000:2c:00.0: 3:7: disabled by eeprom
[   81.494397] [12] tb_dump_port:448: thunderbolt 0000:2c:00.0:  Port 8: 8086:15ef (Revision: 6, TB Version: 1, Type: PCIe (0x100102))
[   81.494402] [12] tb_dump_port:453: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 8/8
[   81.494405] [12] tb_dump_port:455: thunderbolt 0000:2c:00.0:   Max counters: 2
[   81.494408] [12] tb_dump_port:456: thunderbolt 0000:2c:00.0:   NFC Credits: 0x800000
[   81.494412] [12] tb_dump_port:457: thunderbolt 0000:2c:00.0:   Credits (total/control): 8/0
[   81.494649] [12] tb_dump_port:448: thunderbolt 0000:2c:00.0:  Port 9: 8086:15ef (Revision: 6, TB Version: 1, Type: PCIe (0x100101))
[   81.494654] [12] tb_dump_port:453: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 8/8
[   81.494657] [12] tb_dump_port:455: thunderbolt 0000:2c:00.0:   Max counters: 2
[   81.494661] [12] tb_dump_port:456: thunderbolt 0000:2c:00.0:   NFC Credits: 0x800000
[   81.494664] [12] tb_dump_port:457: thunderbolt 0000:2c:00.0:   Credits (total/control): 8/0
[   81.495155] [12] tb_dump_port:448: thunderbolt 0000:2c:00.0:  Port 10: 8086:15ef (Revision: 6, TB Version: 1, Type: DP/HDMI (0xe0102))
[   81.495160] [12] tb_dump_port:453: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 9/9
[   81.495163] [12] tb_dump_port:455: thunderbolt 0000:2c:00.0:   Max counters: 2
[   81.495166] [12] tb_dump_port:456: thunderbolt 0000:2c:00.0:   NFC Credits: 0x800000
[   81.495169] [12] tb_dump_port:457: thunderbolt 0000:2c:00.0:   Credits (total/control): 8/0
[   81.495660] [12] tb_dump_port:448: thunderbolt 0000:2c:00.0:  Port 11: 8086:15ef (Revision: 6, TB Version: 1, Type: DP/HDMI (0xe0102))
[   81.495665] [12] tb_dump_port:453: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 9/9
[   81.495668] [12] tb_dump_port:455: thunderbolt 0000:2c:00.0:   Max counters: 2
[   81.495671] [12] tb_dump_port:456: thunderbolt 0000:2c:00.0:   NFC Credits: 0x800000
[   81.495675] [12] tb_dump_port:457: thunderbolt 0000:2c:00.0:   Credits (total/control): 8/0
[   81.495913] [12] tb_dump_port:448: thunderbolt 0000:2c:00.0:  Port 12: 8086:15ea (Revision: 6, TB Version: 1, Type: Inactive (0x0))
[   81.495917] [12] tb_dump_port:453: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 8/8
[   81.495921] [12] tb_dump_port:455: thunderbolt 0000:2c:00.0:   Max counters: 2
[   81.495924] [12] tb_dump_port:456: thunderbolt 0000:2c:00.0:   NFC Credits: 0x800000
[   81.495927] [12] tb_dump_port:457: thunderbolt 0000:2c:00.0:   Credits (total/control): 8/0
[   81.496165] [12] tb_dump_port:448: thunderbolt 0000:2c:00.0:  Port 13: 8086:15ea (Revision: 6, TB Version: 1, Type: Inactive (0x0))
[   81.496169] [12] tb_dump_port:453: thunderbolt 0000:2c:00.0:   Max hop id (in/out): 8/8
[   81.496173] [12] tb_dump_port:455: thunderbolt 0000:2c:00.0:   Max counters: 2
[   81.496176] [12] tb_dump_port:456: thunderbolt 0000:2c:00.0:   NFC Credits: 0x800000
[   81.496179] [12] tb_dump_port:457: thunderbolt 0000:2c:00.0:   Credits (total/control): 8/0
[   81.496418] [12] tb_switch_link_init:2860: thunderbolt 0000:2c:00.0: 3: current link speed 10.0 Gb/s
[   81.496423] [12] tb_switch_link_init:2861: thunderbolt 0000:2c:00.0: 3: current link width symmetric, single lane
[   81.496797] [12] tb_port_do_update_credits:1234: thunderbolt 0000:2c:00.0: 0:3: total credits changed 174 -> 174
[   81.496923] [12] tb_port_do_update_credits:1234: thunderbolt 0000:2c:00.0: 0:4: total credits changed 174 -> 174
[   81.497050] [12] tb_switch_clx_init:231: thunderbolt 0000:2c:00.0: 3: CLx: current mode: disabled
[   81.499955] [12] tmu_mode_init:364: thunderbolt 0000:2c:00.0: 3: TMU: supports uni-directional mode
[   81.500207] [12] tb_switch_tmu_init:433: thunderbolt 0000:2c:00.0: 3: TMU: current mode: bi-directional, HiFi
[   81.500307] thunderbolt 0-3: new device found, vendor=0x142 device=0x221
[   81.500311] thunderbolt 0-3: Targus DOCK221
[   81.501891] [12] tb_switch_nvm_add:375: thunderbolt 0000:2c:00.0: 3: NVM version 50.0
[   81.502605] [12] tb_wait_for_port:534: thunderbolt 0000:2c:00.0: 0:4: is connected, link is up (state: 2)
[   81.504878] [369] tb_cfg_ack_plug:842: thunderbolt 0000:2c:00.0: acking hot unplug event on 3:2
[   81.505346] [369] tb_cfg_ack_plug:842: thunderbolt 0000:2c:00.0: acking hot unplug event on 0:4
[   81.512435] [12] tb_port_do_update_credits:1234: thunderbolt 0000:2c:00.0: 0:4: total credits changed 174 -> 174
[   81.512554] [12] tb_port_do_update_credits:1234: thunderbolt 0000:2c:00.0: 3:1: total credits changed 60 -> 120
[   81.512680] [12] tb_port_do_update_credits:1234: thunderbolt 0000:2c:00.0: 3:2: total credits changed 60 -> 0
[   81.512956] [12] tb_switch_set_link_width:3134: thunderbolt 0000:2c:00.0: 3: link width set to symmetric, dual lanes
[   81.515399] [12] tb_retimer_nvm_authenticate_status:200: thunderbolt 0000:2c:00.0: 0:3: reading NVM authentication status of retimers
[   81.719464] [12] tb_retimer_unset_inbound_sbtx:242: thunderbolt 0000:2c:00.0: 0:3: disabling sideband transactions
[   81.822070] [12] tb_switch_clx_enable:355: thunderbolt 0000:2c:00.0: 3:1: CLx: CL0s/CL1 supported
[   81.822076] [12] tb_switch_clx_enable:357: thunderbolt 0000:2c:00.0: 0:3: CLx: CL0s/CL1 not supported
[   81.822196] [12] tb_wait_for_port:526: thunderbolt 0000:2c:00.0: 3:3: is unplugged (state: 7)
[   81.822586] [1654] tb_tunnel_activate:2367: thunderbolt 0000:2c:00.0: 0:7 <-> 3:8 (PCI): activating
[   81.822593] [1654] tb_path_activate:512: thunderbolt 0000:2c:00.0: activating PCIe Down path from 0:7 to 3:8
[   81.822703] [1654] tb_path_activate:573: thunderbolt 0000:2c:00.0: 3:1: Writing hop 1
[   81.822707] [1654] tb_dump_hop:20: thunderbolt 0000:2c:00.0: 3:1:  In HopID: 8 => Out port: 8 Out HopID: 8
[   81.822712] [1654] tb_dump_hop:22: thunderbolt 0000:2c:00.0: 3:1:   Weight: 1 Priority: 3 Credits: 32 Drop: 0 PM: 0
[   81.822716] [1654] tb_dump_hop:25: thunderbolt 0000:2c:00.0: 3:1:    Counter enabled: 0 Counter index: 2047
[   81.822720] [1654] tb_dump_hop:27: thunderbolt 0000:2c:00.0: 3:1:   Flow Control (In/Eg): 1/0 Shared Buffer (In/Eg): 0/0
[   81.822725] [1654] tb_dump_hop:30: thunderbolt 0000:2c:00.0: 3:1:   Unknown1: 0x0 Unknown2: 0x0 Unknown3: 0x0
[   81.822955] [1654] tb_path_activate:573: thunderbolt 0000:2c:00.0: 0:7: Writing hop 0
[   81.822959] [1654] tb_dump_hop:20: thunderbolt 0000:2c:00.0: 0:7:  In HopID: 8 => Out port: 3 Out HopID: 8
[   81.822963] [1654] tb_dump_hop:22: thunderbolt 0000:2c:00.0: 0:7:   Weight: 1 Priority: 3 Credits: 7 Drop: 0 PM: 0
[   81.822967] [1654] tb_dump_hop:25: thunderbolt 0000:2c:00.0: 0:7:    Counter enabled: 0 Counter index: 2047
[   81.822971] [1654] tb_dump_hop:27: thunderbolt 0000:2c:00.0: 0:7:   Flow Control (In/Eg): 1/1 Shared Buffer (In/Eg): 0/0
[   81.822975] [1654] tb_dump_hop:30: thunderbolt 0000:2c:00.0: 0:7:   Unknown1: 0x0 Unknown2: 0x0 Unknown3: 0x0
[   81.823108] [1654] tb_path_activate:584: thunderbolt 0000:2c:00.0: PCIe Down path activation complete
[   81.823112] [1654] tb_path_activate:512: thunderbolt 0000:2c:00.0: activating PCIe Up path from 3:8 to 0:7
[   81.823234] [1654] tb_path_activate:573: thunderbolt 0000:2c:00.0: 0:3: Writing hop 1
[   81.823238] [1654] tb_dump_hop:20: thunderbolt 0000:2c:00.0: 0:3:  In HopID: 8 => Out port: 7 Out HopID: 8
[   81.823242] [1654] tb_dump_hop:22: thunderbolt 0000:2c:00.0: 0:3:   Weight: 1 Priority: 3 Credits: 64 Drop: 0 PM: 0
[   81.823246] [1654] tb_dump_hop:25: thunderbolt 0000:2c:00.0: 0:3:    Counter enabled: 0 Counter index: 2047
[   81.823250] [1654] tb_dump_hop:27: thunderbolt 0000:2c:00.0: 0:3:   Flow Control (In/Eg): 1/0 Shared Buffer (In/Eg): 0/0
[   81.823254] [1654] tb_dump_hop:30: thunderbolt 0000:2c:00.0: 0:3:   Unknown1: 0x0 Unknown2: 0x0 Unknown3: 0x0
[   81.823508] [1654] tb_path_activate:573: thunderbolt 0000:2c:00.0: 3:8: Writing hop 0
[   81.823512] [1654] tb_dump_hop:20: thunderbolt 0000:2c:00.0: 3:8:  In HopID: 8 => Out port: 1 Out HopID: 8
[   81.823516] [1654] tb_dump_hop:22: thunderbolt 0000:2c:00.0: 3:8:   Weight: 1 Priority: 3 Credits: 7 Drop: 0 PM: 0
[   81.823520] [1654] tb_dump_hop:25: thunderbolt 0000:2c:00.0: 3:8:    Counter enabled: 0 Counter index: 2047
[   81.823524] [1654] tb_dump_hop:27: thunderbolt 0000:2c:00.0: 3:8:   Flow Control (In/Eg): 1/1 Shared Buffer (In/Eg): 0/0
[   81.823528] [1654] tb_dump_hop:30: thunderbolt 0000:2c:00.0: 3:8:   Unknown1: 0x0 Unknown2: 0x0 Unknown3: 0x0
[   81.823635] [1654] tb_path_activate:584: thunderbolt 0000:2c:00.0: PCIe Up path activation complete
[   81.825329] [1654] tb_lc_xhci_connect:358: thunderbolt 0000:2c:00.0: 3:1: xHCI connected
[   81.825707] [1654] tb_lc_xhci_connect:358: thunderbolt 0000:2c:00.0: 3:3: xHCI connected
[   81.825736] [12] tb_handle_hotplug:2496: thunderbolt 0000:2c:00.0: 0:4: got plug event for connected port, ignoring
[   81.825749] [12] tb_handle_hotplug:2443: thunderbolt 0000:2c:00.0: hotplug event for upstream port 3:2 (unplug: 0)
[   81.825755] [12] tb_handle_hotplug:2443: thunderbolt 0000:2c:00.0: hotplug event for upstream port 3:2 (unplug: 1)
[   81.825762] [12] tb_handle_hotplug:2492: thunderbolt 0000:2c:00.0: 0:4: got unplug event for disconnected port, ignoring
[   82.617544] pcieport 0000:02:01.0: pciehp: Slot(0-1): Card present
[   82.617551] pcieport 0000:02:01.0: pciehp: Slot(0-1): Link Up
[   82.745196] pci 0000:17:00.0: [8086:15ef] type 01 class 0x060400 PCIe Switch Upstream Port
[   82.745275] pci 0000:17:00.0: PCI bridge to [bus 00]
[   82.745297] pci 0000:17:00.0:   bridge window [io  0x0000-0x0fff]
[   82.745307] pci 0000:17:00.0:   bridge window [mem 0x00000000-0x000fffff]
[   82.745338] pci 0000:17:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[   82.745373] pci 0000:17:00.0: enabling Extended Tags
[   82.745692] pci 0000:17:00.0: supports D1 D2
[   82.745695] pci 0000:17:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   82.746021] pci 0000:17:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:02:01.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[   82.746196] pci 0000:17:00.0: Adding to iommu group 1
[   82.752475] pci 0000:17:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[   82.752724] pci 0000:18:02.0: [8086:15ef] type 01 class 0x060400 PCIe Switch Downstream Port
[   82.752780] pci 0000:18:02.0: PCI bridge to [bus 00]
[   82.752797] pci 0000:18:02.0:   bridge window [io  0x0000-0x0fff]
[   82.752805] pci 0000:18:02.0:   bridge window [mem 0x00000000-0x000fffff]
[   82.752828] pci 0000:18:02.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[   82.752859] pci 0000:18:02.0: enabling Extended Tags
[   82.753082] pci 0000:18:02.0: supports D1 D2
[   82.753085] pci 0000:18:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[   82.753473] pci 0000:18:02.0: Adding to iommu group 1
[   82.753567] pci 0000:18:04.0: [8086:15ef] type 01 class 0x060400 PCIe Switch Downstream Port
[   82.753623] pci 0000:18:04.0: PCI bridge to [bus 00]
[   82.753639] pci 0000:18:04.0:   bridge window [io  0x0000-0x0fff]
[   82.753647] pci 0000:18:04.0:   bridge window [mem 0x00000000-0x000fffff]
[   82.753670] pci 0000:18:04.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[   82.753700] pci 0000:18:04.0: enabling Extended Tags
[   82.754139] pci 0000:18:04.0: supports D1 D2
[   82.754143] pci 0000:18:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[   82.754567] pci 0000:18:04.0: Adding to iommu group 1
[   82.754665] pci 0000:17:00.0: PCI bridge to [bus 18-2a]
[   82.754694] pci 0000:18:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[   82.754711] pci 0000:18:04.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[   82.755064] pci 0000:19:00.0: [8086:15f0] type 00 class 0x0c0330 PCIe Endpoint
[   82.755165] pci 0000:19:00.0: BAR 0 [mem 0x00000000-0x0000ffff]
[   82.755201] pci 0000:19:00.0: enabling Extended Tags
[   82.755582] pci 0000:19:00.0: supports D1 D2
[   82.755586] pci 0000:19:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   82.755806] pci 0000:19:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:02:01.0 (capable of 8.000 Gb/s with 2.5 GT/s PCIe x4 link)
[   82.756093] pci 0000:19:00.0: Adding to iommu group 1
[   82.756208] pci 0000:18:02.0: PCI bridge to [bus 19-2a]
[   82.756238] pci_bus 0000:19: busn_res: [bus 19-2a] end is updated to 19
[   82.756408] pci 0000:18:04.0: PCI bridge to [bus 1a-2a]
[   82.756436] pci_bus 0000:1a: busn_res: [bus 1a-2a] end is updated to 2a
[   82.756448] pci_bus 0000:18: busn_res: [bus 18-2a] end is updated to 2a
[   82.756465] pci 0000:18:04.0: bridge window [mem 0x00100000-0x001fffff 64bit pref] to [bus 1a-2a] add_size 100000 add_align 100000
[   82.756472] pci 0000:18:04.0: bridge window [mem 0x00100000-0x001fffff] to [bus 1a-2a] add_size 100000 add_align 100000
[   82.756480] pci 0000:17:00.0: bridge window [mem 0x00100000-0x002fffff 64bit pref] to [bus 18-2a] add_size 100000 add_align 100000
[   82.756487] pci 0000:17:00.0: bridge window [mem 0x00100000-0x002fffff] to [bus 18-2a] add_size 100000 add_align 100000
[   82.756499] pci 0000:17:00.0: bridge window [mem 0xb0000000-0xb0ffffff]: assigned
[   82.756504] pci 0000:17:00.0: bridge window [mem 0x34000000000-0x347ffffffff 64bit pref]: assigned
[   82.756508] pci 0000:17:00.0: bridge window [io  0x3000-0x6fff]: assigned
[   82.756515] pci 0000:18:02.0: bridge window [mem 0xb0000000-0xb00fffff]: assigned
[   82.756519] pci 0000:18:02.0: bridge window [mem 0x34000000000-0x340000fffff 64bit pref]: assigned
[   82.756524] pci 0000:18:04.0: bridge window [mem 0xb0100000-0xb0ffffff]: assigned
[   82.756528] pci 0000:18:04.0: bridge window [mem 0x34000100000-0x347ffffffff 64bit pref]: assigned
[   82.756532] pci 0000:18:02.0: bridge window [io  0x3000-0x3fff]: assigned
[   82.756536] pci 0000:18:04.0: bridge window [io  0x4000-0x6fff]: assigned
[   82.756541] pci 0000:19:00.0: BAR 0 [mem 0xb0000000-0xb000ffff]: assigned
[   82.756551] pci 0000:18:02.0: PCI bridge to [bus 19]
[   82.756557] pci 0000:18:02.0:   bridge window [io  0x3000-0x3fff]
[   82.756568] pci 0000:18:02.0:   bridge window [mem 0xb0000000-0xb00fffff]
[   82.756576] pci 0000:18:02.0:   bridge window [mem 0x34000000000-0x340000fffff 64bit pref]
[   82.756591] pci 0000:18:04.0: PCI bridge to [bus 1a-2a]
[   82.756598] pci 0000:18:04.0:   bridge window [io  0x4000-0x6fff]
[   82.756609] pci 0000:18:04.0:   bridge window [mem 0xb0100000-0xb0ffffff]
[   82.756618] pci 0000:18:04.0:   bridge window [mem 0x34000100000-0x347ffffffff 64bit pref]
[   82.756633] pci 0000:17:00.0: PCI bridge to [bus 18-2a]
[   82.756639] pci 0000:17:00.0:   bridge window [io  0x3000-0x6fff]
[   82.756650] pci 0000:17:00.0:   bridge window [mem 0xb0000000-0xb0ffffff]
[   82.756659] pci 0000:17:00.0:   bridge window [mem 0x34000000000-0x347ffffffff 64bit pref]
[   82.756672] pcieport 0000:02:01.0: PCI bridge to [bus 17-2a]
[   82.756677] pcieport 0000:02:01.0:   bridge window [io  0x3000-0x6fff]
[   82.756684] pcieport 0000:02:01.0:   bridge window [mem 0xb0000000-0xb0ffffff]
[   82.756690] pcieport 0000:02:01.0:   bridge window [mem 0x34000000000-0x347ffffffff 64bit pref]
[   82.756753] pcieport 0000:17:00.0: enabling device (0000 -> 0003)
[   82.757078] pcieport 0000:18:02.0: enabling device (0000 -> 0003)
[   82.757328] pcieport 0000:18:04.0: enabling device (0000 -> 0003)
[   82.757665] pcieport 0000:18:04.0: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[   82.758260] pci 0000:19:00.0: enabling device (0000 -> 0002)
[   82.758584] xhci_hcd 0000:19:00.0: xHCI Host Controller
[   82.758593] xhci_hcd 0000:19:00.0: new USB bus registered, assigned bus number 7
[   82.759874] xhci_hcd 0000:19:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[   82.760447] xhci_hcd 0000:19:00.0: xHCI Host Controller
[   82.760455] xhci_hcd 0000:19:00.0: new USB bus registered, assigned bus number 8
[   82.760461] xhci_hcd 0000:19:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[   82.760537] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
[   82.760542] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   82.760545] usb usb7: Product: xHCI Host Controller
[   82.760549] usb usb7: Manufacturer: Linux 6.16.0-rc2+ xhci-hcd
[   82.760552] usb usb7: SerialNumber: 0000:19:00.0
[   82.761480] hub 7-0:1.0: USB hub found
[   82.761499] hub 7-0:1.0: 2 ports detected
[   82.762124] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
[   82.762130] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   82.762133] usb usb8: Product: xHCI Host Controller
[   82.762136] usb usb8: Manufacturer: Linux 6.16.0-rc2+ xhci-hcd
[   82.762139] usb usb8: SerialNumber: 0000:19:00.0
[   82.763184] hub 8-0:1.0: USB hub found
[   82.763207] hub 8-0:1.0: 2 ports detected
[   83.009137] usb 7-1: new high-speed USB device number 2 using xhci_hcd
[   83.147493] usb 7-1: New USB device found, idVendor=2109, idProduct=2820, bcdDevice= 0.30
[   83.147501] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   83.147505] usb 7-1: Product: USB2.0 Hub             
[   83.147508] usb 7-1: Manufacturer: VIA Labs, Inc.         
[   83.148964] hub 7-1:1.0: USB hub found
[   83.149173] hub 7-1:1.0: 4 ports detected
[   83.274158] usb 8-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[   83.291097] usb 8-1: New USB device found, idVendor=2109, idProduct=0820, bcdDevice= 0.30
[   83.291105] usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   83.291109] usb 8-1: Product: USB3.0 Hub             
[   83.291113] usb 8-1: Manufacturer: VIA Labs, Inc.         
[   83.292939] hub 8-1:1.0: USB hub found
[   83.293083] hub 8-1:1.0: 4 ports detected
[   84.845613] usb 7-1-port1: Cannot enable. Maybe the USB cable is bad?
[   85.948738] usb 7-1-port1: Cannot enable. Maybe the USB cable is bad?
[   85.948993] usb 7-1-port1: attempt power cycle
[   86.028346] usb 8-1.2: new SuperSpeed Plus Gen 2x1 USB device number 3 using xhci_hcd
[   86.073355] usb 8-1.2: New USB device found, idVendor=2109, idProduct=0817, bcdDevice=20.13
[   86.073360] usb 8-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   86.073363] usb 8-1.2: Product: USB3.0 Hub             
[   86.073365] usb 8-1.2: Manufacturer: VIA Labs, Inc.         
[   86.073367] usb 8-1.2: SerialNumber: 000000000
[   86.081743] hub 8-1.2:1.0: USB hub found
[   86.081982] hub 8-1.2:1.0: 4 ports detected
[   86.721472] usb 8-1.2.4: new SuperSpeed USB device number 4 using xhci_hcd
[   86.767262] usb 8-1.2.4: New USB device found, idVendor=2109, idProduct=0817, bcdDevice=20.14
[   86.767271] usb 8-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   86.767274] usb 8-1.2.4: Product: USB3.0 Hub             
[   86.767278] usb 8-1.2.4: Manufacturer: VIA Labs, Inc.         
[   86.767281] usb 8-1.2.4: SerialNumber: 000000000
[   86.769639] hub 8-1.2.4:1.0: USB hub found
[   86.769751] hub 8-1.2.4:1.0: 4 ports detected
[   88.349339] usb 8-1.1: new SuperSpeed Plus Gen 2x1 USB device number 5 using xhci_hcd
[   88.365764] usb 8-1.1: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.00
[   88.365773] usb 8-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[   88.365777] usb 8-1.1: Product: USB 10/100/1000 LAN
[   88.365780] usb 8-1.1: Manufacturer: Realtek
[   88.365783] usb 8-1.1: SerialNumber: 00120010F
[   88.395954] usbcore: registered new device driver r8152-cfgselector
[   88.489242] usb 7-1.2: new high-speed USB device number 6 using xhci_hcd
[   88.631446] usb 7-1.2: New USB device found, idVendor=2109, idProduct=2817, bcdDevice=20.13
[   88.631455] usb 7-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   88.631459] usb 7-1.2: Product: USB2.0 Hub             
[   88.631462] usb 7-1.2: Manufacturer: VIA Labs, Inc.         
[   88.631466] usb 7-1.2: SerialNumber: 000000000
[   88.634651] hub 7-1.2:1.0: USB hub found
[   88.634761] hub 7-1.2:1.0: 5 ports detected
[   88.700904] r8152-cfgselector 8-1.1: reset SuperSpeed Plus Gen 2x1 USB device number 5 using xhci_hcd
[   88.724013] r8152 8-1.1:1.0: Direct firmware load for rtl_nic/rtl8153b-2.fw failed with error -2
[   88.724022] r8152 8-1.1:1.0: unable to load firmware patch rtl_nic/rtl8153b-2.fw (-2)
[   88.757455] r8152 8-1.1:1.0 eth0: v1.12.13
[   88.757527] usbcore: registered new interface driver r8152
[   88.768265] usbcore: registered new interface driver cdc_ether
[   88.770645] usbcore: registered new interface driver r8153_ecm
[   88.841945] r8152 8-1.1:1.0 enx4c56df200810: renamed from eth0
[   89.870169] usb 7-1-port3: Cannot enable. Maybe the USB cable is bad?
[   90.977632] usb 7-1-port3: Cannot enable. Maybe the USB cable is bad?
[   90.979385] usb 7-1-port3: attempt power cycle
[   91.101231] usb 7-1.2.4: new high-speed USB device number 9 using xhci_hcd
[   91.243338] usb 7-1.2.4: New USB device found, idVendor=2109, idProduct=2817, bcdDevice=20.14
[   91.243346] usb 7-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   91.243350] usb 7-1.2.4: Product: USB2.0 Hub             
[   91.243354] usb 7-1.2.4: Manufacturer: VIA Labs, Inc.         
[   91.243357] usb 7-1.2.4: SerialNumber: 000000000
[   91.248073] hub 7-1.2.4:1.0: USB hub found
[   91.248156] hub 7-1.2.4:1.0: 5 ports detected
[   91.445282] usb 7-1.2.5: new high-speed USB device number 10 using xhci_hcd
[   91.534168] usb 7-1.2.5: New USB device found, idVendor=2109, idProduct=3801, bcdDevice= 0.01
[   91.534177] usb 7-1.2.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   91.534180] usb 7-1.2.5: Product: USB Billboard Device   
[   91.534184] usb 7-1.2.5: Manufacturer: VIA Labs, Inc.         
[   91.534187] usb 7-1.2.5: SerialNumber: 0000000000000001
[   91.819603] r8152 8-1.1:1.0 enx4c56df200810: carrier on
[   91.957227] usb 7-1.2.4.1: new full-speed USB device number 11 using xhci_hcd
[   92.275310] usb 7-1.2.4.1: New USB device found, idVendor=0572, idProduct=00e5, bcdDevice= 0.02
[   92.275319] usb 7-1.2.4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   92.275323] usb 7-1.2.4.1: Product: Targus DOCK221
[   92.275327] usb 7-1.2.4.1: Manufacturer: Synaptics
[   92.275330] usb 7-1.2.4.1: SerialNumber: 000000000000
[   93.209702] usb 7-1-port3: Cannot enable. Maybe the USB cable is bad?
[   94.317561] usb 7-1-port3: Cannot enable. Maybe the USB cable is bad?
[   94.319324] usb 7-1-port3: unable to enumerate USB device
[   94.392416] usb 7-1.2.4.5: new high-speed USB device number 14 using xhci_hcd
[   94.483112] usb 7-1.2.4.5: New USB device found, idVendor=2109, idProduct=3802, bcdDevice= 0.01
[   94.483121] usb 7-1.2.4.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   94.483125] usb 7-1.2.4.5: Product: USB Billboard Device   
[   94.483129] usb 7-1.2.4.5: Manufacturer: VIA Labs, Inc.         
[   94.483132] usb 7-1.2.4.5: SerialNumber: 0000000000000001
[   94.502535] hid: raw HID events driver (C) Jiri Kosina
[   94.584118] usbcore: registered new interface driver usbhid
[   94.584124] usbhid: USB HID core driver
[   94.629430] usbcore: registered new interface driver snd-usb-audio
[   94.647206] input: Synaptics Targus DOCK221 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:01.0/0000:17:00.0/0000:18:02.0/0000:19:00.0/usb7/7-1/7-1.2/7-1.2.4/7-1.2.4.1/7-1.2.4.1:1.3/0003:0572:00E5.0001/input/input5
[   94.700566] hid-generic 0003:0572:00E5.0001: input,hidraw0: USB HID v1.11 Device [Synaptics Targus DOCK221] on usb-0000:19:00.0-1.2.4.1/input3
[   98.856966] [369] tb_cfg_ack_plug:842: thunderbolt 0000:2c:00.0: acking hot plug event on 3:10
[   98.857870] [12] tb_dp_resource_available:2214: thunderbolt 0000:2c:00.0: 3:10: DP OUT resource available after hotplug
[   98.857880] [12] tb_tunnel_dp:2069: thunderbolt 0000:2c:00.0: looking for DP IN <-> DP OUT pairs:
[   98.857884] [12] tb_tunnel_dp:2093: thunderbolt 0000:2c:00.0: no suitable DP IN adapter available, not tunneling
[  120.746880] exFAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.

2c:00.0 USB controller [0c03]: ASMedia Technology Inc. Device [1b21:2425] (rev 01) (prog-if 40 [USB4 Host Interface])
	Subsystem: ASMedia Technology Inc. Device [1b21:2421]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 41
	IOMMU group: 1
	Region 0: Memory at b2000000 (64-bit, non-prefetchable) [size=256K]
	Region 2: Memory at b2040000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: [50] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [68] MSI-X: Enable+ Count=16 Masked-
		Vector table: BAR=0 offset=0003f000
		PBA: BAR=0 offset=0003f100
	Capabilities: [78] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [80] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <64ns, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- 10BitTagReq- OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkCap2: Supported Link Speeds: 2.5GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [160 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Capabilities: [178 v1] Device Serial Number 45-1e-ca-ff-ff-51-77-a0
	Kernel driver in use: thunderbolt
	Kernel modules: thunderbolt
A
B
B
A
A
A
A
A
A
A
A
A
A
A
A

Re: [PATCH RFC] thunderbolt: Re-add DP resources on resume
Posted by Mika Westerberg 1 week, 6 days ago
On Fri, Sep 19, 2025 at 03:24:20PM +0800, 李佳怡 wrote:
> 
> 
> 在 2025/9/19 00:43, Mika Westerberg 写道:
> > On Thu, Sep 18, 2025 at 06:20:59PM +0200, Mika Westerberg wrote:
> > > Hi,
> > > 
> > > On Thu, Sep 18, 2025 at 04:34:31PM +0800, 李佳怡 wrote:
> > > > 
> > > > 
> > > > 在 2025/9/17 20:50, Mika Westerberg 写道:
> > > > > On Wed, Sep 17, 2025 at 06:12:31PM +0800, 李佳怡 wrote:
> > > > > > 
> > > > > > As requested, I've attached the complete dmesg output (from boot to after
> > > > > > resume) reproducing the issue.
> > > > > > 
> > > > > > Testing Methodology:
> > > > > > 1. Start with the Targus Thunderbolt dock already connected to the system
> > > > > > 2. Enter S3 suspend (sleep) with no DP monitor connected to the dock
> > > > > > 3. Resume from S3
> > > > > > 4. After the system has fully resumed, connect the DP monitor to the dock
> > > > > 
> > > > > Thanks! It is badly line wrapped. I wonder if you can just attach it?
> > > > > Anyways I found some unexpected things there:
> > > > > 
> > > > > > [    8.647850] With USB4 patch v1.0.0
> > > > > 
> > > > > What is this? ;-)
> > > > 
> > > > Thanks for your help!
> > > > 
> > > > This is a self-compiled kernel based on version 5.4 with backported
> > > > Thunderbolt drivers. I will also attach the kernel log from a build using
> > > > the linux-6.6.y branch of the community linux-stable repository.
> > > 
> > > Okay but I really suggest using more recent kernel. 6.16 is current stable
> > > so that would be good.
> > > 
> > > > > > [    8.647860] ACPI: bus type thunderbolt registered
> > > > > > [    8.664660] [7] nhi_probe:1326: thunderbolt 0000:2c:00.0: total paths: 21
> > > > > > [    8.665209] [7] tb_ring_alloc:586: thunderbolt 0000:2c:00.0: allocating
> > > > > > TX ring 0 of size 10
> > > > > > [    8.665243] [7] tb_ring_alloc:586: thunderbolt 0000:2c:00.0: allocating
> > > > > > RX ring 0 of size 10
> > > > > > [    8.665267] [7] tb_ctl_alloc:665: thunderbolt 0000:2c:00.0: control
> > > > > > channel created
> > > > > > [    8.665272] [7] icm_probe:2549: thunderbolt 0000:2c:00.0: ICM not
> > > > > > supported on this controller
> > > > > > [    8.665285] [7] tb_ring_free:840: thunderbolt 0000:2c:00.0: freeing RX
> > > > > > ring 0
> > > > > > [    8.665294] [7] tb_ring_free:840: thunderbolt 0000:2c:00.0: freeing TX
> > > > > > ring 0
> > > > > 
> > > > > What is this?
> > > > > 
> > > > > Is this Intel TB/USB4 controller or something else? All USB4 compliant
> > > > > controllers should go directly to tb.c as that's the part dealing with
> > > > > software connection manager. The above looks like it tries first with the
> > > > > firmware connection manager and that should not happen outside of Intel
> > > > > Thunderbolt 3 hosts.
> > > > 
> > > > Yes, there is a mistake. I discovered that during the USB4_NATIVE_CONTROL
> > > > negotiation in the firmware, an OSC_CAPABILITIES_MASK_ERROR bit was being
> > > > set incorrectly, which should not have happened.
> > > > 
> > > > The log I will attach next has been modified to fix this issue.
> > > 
> > > [..]
> > > 
> > > > [    0.498976] [1] tb_switch_reset:1666: thunderbolt 0000:2c:00.0: 0: resetting
> > > > [    0.533329] [1] tb_add_dp_resources:217: thunderbolt 0000:2c:00.0: 0:10: DP IN resource available
> > > > [    0.533959] [1] tb_add_dp_resources:217: thunderbolt 0000:2c:00.0: 0:11: DP IN resource available
> > > 
> > > The DP IN resources were added here.
> > > 
> > > [..]
> > > 
> > > > [   19.035726] [171] tb_switch_set_wake:3445: thunderbolt 0000:2c:00.0: 0: enabling wakeup: 0x3f
> > > > [   19.037401] [171] tb_ring_stop:768: thunderbolt 0000:2c:00.0: stopping RX ring 0
> > > > [   19.037412] [171] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: disabling interrupt at register 0x38200 bit 21 (0x200001 -> 0x1)
> > > > [   19.037439] [171] tb_ring_stop:768: thunderbolt 0000:2c:00.0: stopping TX ring 0
> > > > [   19.037449] [171] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: disabling interrupt at register 0x38200 bit 0 (0x1 -> 0x0)
> > > > [   19.037463] [171] tb_ctl_stop:733: thunderbolt 0000:2c:00.0: control channel stopped
> > > 
> > > Runtime suspend.
> > > 
> > > (and a couple more)
> > > 
> > > > [  266.399800] [3870] tb_ctl_start:703: thunderbolt 0000:2c:00.0: control channel starting...
> > > > [  266.399808] [3870] tb_ring_start:693: thunderbolt 0000:2c:00.0: starting TX ring 0
> > > > [  266.399821] [3870] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: enabling interrupt at register 0x38200 bit 0 (0x0 -> 0x1)
> > > > [  266.399826] [3870] tb_ring_start:693: thunderbolt 0000:2c:00.0: starting RX ring 0
> > > > [  266.399837] [3870] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: enabling interrupt at register 0x38200 bit 21 (0x1 -> 0x200001)
> > > > [  266.399848] [3870] tb_switch_resume:3478: thunderbolt 0000:2c:00.0: 0: resuming switch
> > > > [  266.399852] [3870] tb_switch_configure:2590: thunderbolt 0000:2c:00.0: restoring Switch at 0x0 (depth: 0, up port: 5)
> > > > [  266.400032] [3870] tb_switch_set_wake:3447: thunderbolt 0000:2c:00.0: 0: disabling wakeup
> > > 
> > > Around this time you should see the hotplug events coming to the DP IN
> > > adapters. But there is none.
> > > 
> > > There is a bit in the DP adapter config space (DHP) that can be used to
> > > disable this but the spec says it defaults to 0. Anyways I suggest to check
> > > that (and also the Plugged bit). You can dump these using tbtools [1]. Let
> > > me know if you want help with that.
> > 
> > Nevermind about the Plugged bit, that's not applicable here.
> > 
> > Here's how to dump the DHP bit. This is from Intel host:
> > 
> > # tbdump -vv -r 0 -N 1 -a 5 ADP_CS_5
> > 0x0005 0x00004809 0b00000000 00000000 01001000 00001001 ..H. ADP_CS_5
> >    [00:06]        0x9 Max Input HopID
> >    [11:17]        0x9 Max Output HopID
> >    [22:28]        0x0 Link Credits Allocated
> >    [29:29]        0x0 HEC Error Enable (HEE)
> >    [30:30]        0x0 Flow Control Error Enable (FCEE)
> >    [31:31]        0x0 Disable Hot Plug Events (DHP)
> 
> Thank you for your help. As you suggested, I tried kernel 6.16, but the
> issue still persists.
> 
> The logs and device vendor information are included in the attachment. I
> also ran the tbdump command, and the result shows the DHP bit is set to 0.
> Does this indicate there might still be other issues?
> 
> # tbdump -vv -r 0 -N 1  -a 5 ADP_CS_5

Please run it against the DP IN adapters. That's 10 and 11. The 5 above was
just an example from Intel HW.

# tbdump -vv -r 0 -N 1  -a 10 ADP_CS_5

and

# tbdump -vv -r 0 -N 1  -a 11 ADP_CS_5

The lspci dump indicates this is ASMedia host controller. I did not even
know that they have such thing. I thought they only have device (which
should be working in Linux). The host side may require some additional
enablement.
Re: [PATCH RFC] thunderbolt: Re-add DP resources on resume
Posted by 李佳怡 1 week, 6 days ago

在 2025/9/19 15:30, Mika Westerberg 写道:
> On Fri, Sep 19, 2025 at 03:24:20PM +0800, 李佳怡 wrote:
>>
>>
>> 在 2025/9/19 00:43, Mika Westerberg 写道:
>>> On Thu, Sep 18, 2025 at 06:20:59PM +0200, Mika Westerberg wrote:
>>>> Hi,
>>>>
>>>> On Thu, Sep 18, 2025 at 04:34:31PM +0800, 李佳怡 wrote:
>>>>>
>>>>>
>>>>> 在 2025/9/17 20:50, Mika Westerberg 写道:
>>>>>> On Wed, Sep 17, 2025 at 06:12:31PM +0800, 李佳怡 wrote:
>>>>>>>
>>>>>>> As requested, I've attached the complete dmesg output (from boot to after
>>>>>>> resume) reproducing the issue.
>>>>>>>
>>>>>>> Testing Methodology:
>>>>>>> 1. Start with the Targus Thunderbolt dock already connected to the system
>>>>>>> 2. Enter S3 suspend (sleep) with no DP monitor connected to the dock
>>>>>>> 3. Resume from S3
>>>>>>> 4. After the system has fully resumed, connect the DP monitor to the dock
>>>>>>
>>>>>> Thanks! It is badly line wrapped. I wonder if you can just attach it?
>>>>>> Anyways I found some unexpected things there:
>>>>>>
>>>>>>> [    8.647850] With USB4 patch v1.0.0
>>>>>>
>>>>>> What is this? ;-)
>>>>>
>>>>> Thanks for your help!
>>>>>
>>>>> This is a self-compiled kernel based on version 5.4 with backported
>>>>> Thunderbolt drivers. I will also attach the kernel log from a build using
>>>>> the linux-6.6.y branch of the community linux-stable repository.
>>>>
>>>> Okay but I really suggest using more recent kernel. 6.16 is current stable
>>>> so that would be good.
>>>>
>>>>>>> [    8.647860] ACPI: bus type thunderbolt registered
>>>>>>> [    8.664660] [7] nhi_probe:1326: thunderbolt 0000:2c:00.0: total paths: 21
>>>>>>> [    8.665209] [7] tb_ring_alloc:586: thunderbolt 0000:2c:00.0: allocating
>>>>>>> TX ring 0 of size 10
>>>>>>> [    8.665243] [7] tb_ring_alloc:586: thunderbolt 0000:2c:00.0: allocating
>>>>>>> RX ring 0 of size 10
>>>>>>> [    8.665267] [7] tb_ctl_alloc:665: thunderbolt 0000:2c:00.0: control
>>>>>>> channel created
>>>>>>> [    8.665272] [7] icm_probe:2549: thunderbolt 0000:2c:00.0: ICM not
>>>>>>> supported on this controller
>>>>>>> [    8.665285] [7] tb_ring_free:840: thunderbolt 0000:2c:00.0: freeing RX
>>>>>>> ring 0
>>>>>>> [    8.665294] [7] tb_ring_free:840: thunderbolt 0000:2c:00.0: freeing TX
>>>>>>> ring 0
>>>>>>
>>>>>> What is this?
>>>>>>
>>>>>> Is this Intel TB/USB4 controller or something else? All USB4 compliant
>>>>>> controllers should go directly to tb.c as that's the part dealing with
>>>>>> software connection manager. The above looks like it tries first with the
>>>>>> firmware connection manager and that should not happen outside of Intel
>>>>>> Thunderbolt 3 hosts.
>>>>>
>>>>> Yes, there is a mistake. I discovered that during the USB4_NATIVE_CONTROL
>>>>> negotiation in the firmware, an OSC_CAPABILITIES_MASK_ERROR bit was being
>>>>> set incorrectly, which should not have happened.
>>>>>
>>>>> The log I will attach next has been modified to fix this issue.
>>>>
>>>> [..]
>>>>
>>>>> [    0.498976] [1] tb_switch_reset:1666: thunderbolt 0000:2c:00.0: 0: resetting
>>>>> [    0.533329] [1] tb_add_dp_resources:217: thunderbolt 0000:2c:00.0: 0:10: DP IN resource available
>>>>> [    0.533959] [1] tb_add_dp_resources:217: thunderbolt 0000:2c:00.0: 0:11: DP IN resource available
>>>>
>>>> The DP IN resources were added here.
>>>>
>>>> [..]
>>>>
>>>>> [   19.035726] [171] tb_switch_set_wake:3445: thunderbolt 0000:2c:00.0: 0: enabling wakeup: 0x3f
>>>>> [   19.037401] [171] tb_ring_stop:768: thunderbolt 0000:2c:00.0: stopping RX ring 0
>>>>> [   19.037412] [171] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: disabling interrupt at register 0x38200 bit 21 (0x200001 -> 0x1)
>>>>> [   19.037439] [171] tb_ring_stop:768: thunderbolt 0000:2c:00.0: stopping TX ring 0
>>>>> [   19.037449] [171] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: disabling interrupt at register 0x38200 bit 0 (0x1 -> 0x0)
>>>>> [   19.037463] [171] tb_ctl_stop:733: thunderbolt 0000:2c:00.0: control channel stopped
>>>>
>>>> Runtime suspend.
>>>>
>>>> (and a couple more)
>>>>
>>>>> [  266.399800] [3870] tb_ctl_start:703: thunderbolt 0000:2c:00.0: control channel starting...
>>>>> [  266.399808] [3870] tb_ring_start:693: thunderbolt 0000:2c:00.0: starting TX ring 0
>>>>> [  266.399821] [3870] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: enabling interrupt at register 0x38200 bit 0 (0x0 -> 0x1)
>>>>> [  266.399826] [3870] tb_ring_start:693: thunderbolt 0000:2c:00.0: starting RX ring 0
>>>>> [  266.399837] [3870] ring_interrupt_active:141: thunderbolt 0000:2c:00.0: enabling interrupt at register 0x38200 bit 21 (0x1 -> 0x200001)
>>>>> [  266.399848] [3870] tb_switch_resume:3478: thunderbolt 0000:2c:00.0: 0: resuming switch
>>>>> [  266.399852] [3870] tb_switch_configure:2590: thunderbolt 0000:2c:00.0: restoring Switch at 0x0 (depth: 0, up port: 5)
>>>>> [  266.400032] [3870] tb_switch_set_wake:3447: thunderbolt 0000:2c:00.0: 0: disabling wakeup
>>>>
>>>> Around this time you should see the hotplug events coming to the DP IN
>>>> adapters. But there is none.
>>>>
>>>> There is a bit in the DP adapter config space (DHP) that can be used to
>>>> disable this but the spec says it defaults to 0. Anyways I suggest to check
>>>> that (and also the Plugged bit). You can dump these using tbtools [1]. Let
>>>> me know if you want help with that.
>>>
>>> Nevermind about the Plugged bit, that's not applicable here.
>>>
>>> Here's how to dump the DHP bit. This is from Intel host:
>>>
>>> # tbdump -vv -r 0 -N 1 -a 5 ADP_CS_5
>>> 0x0005 0x00004809 0b00000000 00000000 01001000 00001001 ..H. ADP_CS_5
>>>     [00:06]        0x9 Max Input HopID
>>>     [11:17]        0x9 Max Output HopID
>>>     [22:28]        0x0 Link Credits Allocated
>>>     [29:29]        0x0 HEC Error Enable (HEE)
>>>     [30:30]        0x0 Flow Control Error Enable (FCEE)
>>>     [31:31]        0x0 Disable Hot Plug Events (DHP)
>>
>> Thank you for your help. As you suggested, I tried kernel 6.16, but the
>> issue still persists.
>>
>> The logs and device vendor information are included in the attachment. I
>> also ran the tbdump command, and the result shows the DHP bit is set to 0.
>> Does this indicate there might still be other issues?
>>
>> # tbdump -vv -r 0 -N 1  -a 5 ADP_CS_5
> 
> Please run it against the DP IN adapters. That's 10 and 11. The 5 above was
> just an example from Intel HW.
> 
> # tbdump -vv -r 0 -N 1  -a 10 ADP_CS_5
> 
> and
> 
> # tbdump -vv -r 0 -N 1  -a 11 ADP_CS_5
> 
> The lspci dump indicates this is ASMedia host controller. I did not even
> know that they have such thing. I thought they only have device (which
> should be working in Linux). The host side may require some additional
> enablement.

Apologies, Please find the latest results.

# tbdump -vv -r 0 -N 1  -a 10 ADP_CS_5
0x0005 0x0000d809 0b00000000 00000000 11011000 00001001 .... ADP_CS_5
   [00:06]        0x9 Max Input HopID
   [11:17]       0x1b Max Output HopID
   [22:28]        0x0 Link Credits Allocated
   [29:29]        0x0 HEC Error Enable (HEE)
   [30:30]        0x0 Flow Control Error Enable (FCEE)
   [31:31]        0x0 Disable Hot Plug Events (DHP)

# tbdump -vv -r 0 -N 1  -a 11 ADP_CS_5
0x0005 0x0000d809 0b00000000 00000000 11011000 00001001 .... ADP_CS_5
   [00:06]        0x9 Max Input HopID
   [11:17]       0x1b Max Output HopID
   [22:28]        0x0 Link Credits Allocated
   [29:29]        0x0 HEC Error Enable (HEE)
   [30:30]        0x0 Flow Control Error Enable (FCEE)
   [31:31]        0x0 Disable Hot Plug Events (DHP)

Regarding the ASMedia host controller: if hotplug events for the DP IN 
adapter are not being generated, is it feasible to manually add the DP 
IN resource as I initially thought, or is that approach incorrect for 
this scenario?
Re: [PATCH RFC] thunderbolt: Re-add DP resources on resume
Posted by Mika Westerberg 1 week, 6 days ago
On Fri, Sep 19, 2025 at 04:00:48PM +0800, 李佳怡 wrote:
> > The lspci dump indicates this is ASMedia host controller. I did not even
> > know that they have such thing. I thought they only have device (which
> > should be working in Linux). The host side may require some additional
> > enablement.
> 
> Apologies, Please find the latest results.
> 
> # tbdump -vv -r 0 -N 1  -a 10 ADP_CS_5
> 0x0005 0x0000d809 0b00000000 00000000 11011000 00001001 .... ADP_CS_5
>   [00:06]        0x9 Max Input HopID
>   [11:17]       0x1b Max Output HopID
>   [22:28]        0x0 Link Credits Allocated
>   [29:29]        0x0 HEC Error Enable (HEE)
>   [30:30]        0x0 Flow Control Error Enable (FCEE)
>   [31:31]        0x0 Disable Hot Plug Events (DHP)
> 
> # tbdump -vv -r 0 -N 1  -a 11 ADP_CS_5
> 0x0005 0x0000d809 0b00000000 00000000 11011000 00001001 .... ADP_CS_5
>   [00:06]        0x9 Max Input HopID
>   [11:17]       0x1b Max Output HopID
>   [22:28]        0x0 Link Credits Allocated
>   [29:29]        0x0 HEC Error Enable (HEE)
>   [30:30]        0x0 Flow Control Error Enable (FCEE)
>   [31:31]        0x0 Disable Hot Plug Events (DHP)

Thanks! DHP bits are not set as expected.

> Regarding the ASMedia host controller: if hotplug events for the DP IN
> adapter are not being generated, is it feasible to manually add the DP IN
> resource as I initially thought, or is that approach incorrect for this
> scenario?

Well the host router exits sleep (runtime resume) and once it is being
enumerated again by the driver it is expected to send the plug events to
the DP IN adapters according to the spec. I prefer not to add things like
these if there is a standard way. Are you associated with ASMedia or you
just have a machine that has this controller? If you are then is there
possibility to talk to the hardware folks and ask if this is known issue or
perhaps it has some older firmware? I definitely like to get this working
but we should first figure out if this is some sort of known issue perhaps?
Re: [PATCH RFC] thunderbolt: Re-add DP resources on resume
Posted by Mika Westerberg 2 weeks, 1 day ago
Hi,

On Wed, Sep 17, 2025 at 04:24:56PM +0800, Jiayi Li wrote:
> During suspend, DP resources are released through tb_disconnect_and_release_dp()
> but were not being re-added during resume, preventing DP tunnels from being
> re-established.
> 
> This caused DP displays connected via Thunderbolt docks (such as Targus docks)
> to not display after S3 resume. The issue was visible in logs:
> 
> [246.397437] tb_cfg_ack_plug:819: thunderbolt 0000:2c:00.0: acking hot plug event on 3:10

It should add the resource back when it gets hotplug event like above.

You should see hotplug happening to the DP IN adapters when the host
router comes out of sleep. Can you share the full dmesg with
thunderbolt.dyndbg=+p in the command line?

> [246.398282] tb_dp_resource_available:2019: thunderbolt 0000:2c:00.0: 3:10: DP OUT resource available
> [246.398291] tb_tunnel_dp:1875: thunderbolt 0000:2c:00.0: looking for DP IN <-> DP OUT pairs:
> [246.398294] tb_tunnel_dp:1899: thunderbolt 0000:2c:00.0: no suitable DP IN adapter available, not tunneling
> 
> Add call to tb_add_dp_resources() in tb_resume_noirq() to ensure DP resources
> are properly re-added during resume, allowing DP tunnels to be re-established.
> 
> Signed-off-by: Jiayi Li <lijiayi@kylinos.cn>
> ---
>  drivers/thunderbolt/tb.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/thunderbolt/tb.c b/drivers/thunderbolt/tb.c
> index c14ab1fbeeaf..cb652df3fc9f 100644
> --- a/drivers/thunderbolt/tb.c
> +++ b/drivers/thunderbolt/tb.c
> @@ -3119,6 +3119,7 @@ static int tb_resume_noirq(struct tb *tb)
>  		tb_switch_reset(tb->root_switch);
>  
>  	tb_switch_resume(tb->root_switch, false);
> +	tb_add_dp_resources(tb->root_switch);
>  	tb_free_invalid_tunnels(tb);
>  	tb_free_unplugged_children(tb->root_switch);
>  	tb_restore_children(tb->root_switch);
> -- 
> 2.47.1