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

From: 李佳怡

Date: Thu Sep 18 2025 - 04:35:38 EST




在 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@xxxxxxxx>
[ 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