* Fwd: USB DBC hang during earlyprintk initialization
[not found] <CAAcb1K_MJKWz+BYJmx0FDgrBOzzXm71-M7sgHDUOmBRppXWNzA@mail.gmail.com>
@ 2025-10-15 7:43 ` Milan Oravec
2025-10-15 9:13 ` Greg KH
0 siblings, 1 reply; 25+ messages in thread
From: Milan Oravec @ 2025-10-15 7:43 UTC (permalink / raw)
To: linux-usb
Hello, I'm trying to debug some hibernation related problems on my
system, and need a USB DBC to see what is going on after screen off.
I've connected USB debugging cable and got this error:
[ 0.000000] Linux version 6.17.2 (migo@migoG17) (gcc (GCC) 15.2.1
20250813, GNU ld (GNU Binutils) 2.45.0) #54 SMP PREEMPT_DYNAMIC Sun
Oct 12 19:07:00 CEST 2025
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz
root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=xdbc1,keep
debug ignore_loglevel sysrq_always_enabled force_early
_printk sched_verbose ft usbcore.autosuspend=-1 no_console_suspend
hib_compression=lz4 resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afefff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009aff000-0x0000000009ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a211fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000a212000-0x000000008e43dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000008e43e000-0x000000009443dfff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009443e000-0x000000009453dfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000009453e000-0x000000009653dfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000009653e000-0x000000009a5fefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009a5ff000-0x000000009bffafff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009bffb000-0x000000009cffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009d7f3000-0x000000009fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000837ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000838000000-0x0000000857ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000858000000-0x000000085de7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000085eec0000-0x00000008801fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: dbgp_num: 1
[ 0.000000] ------------[ cut here ]------------
[ 0.000000] WARNING: CPU: 0 PID: 0 at mm/early_ioremap.c:139
__early_ioremap+0xae/0x190
[ 0.000000] Modules linked in:
[ 0.000000] RIP: __early_ioremap+0xae/0x190
[ 0.000000] Code: 00 1b d8 b1 4c 89 ca 48 81 e3 00 f0 ff ff 48 81 e2
00 f0 ff ff 48 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40
76 04 <0f> 0b eb a2 6b c0 c0 4d 89
ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
All code
========
0: 00 1b add %bl,(%rbx)
2: d8 b1 4c 89 ca 48 fdivs 0x48ca894c(%rcx)
8: 81 e3 00 f0 ff ff and $0xfffff000,%ebx
e: 48 81 e2 00 f0 ff ff and $0xfffffffffffff000,%rdx
15: 48 29 d3 sub %rdx,%rbx
18: 48 89 14 24 mov %rdx,(%rsp)
1c: 48 89 da mov %rbx,%rdx
1f: 48 c1 ea 0c shr $0xc,%rdx
23: 89 d5 mov %edx,%ebp
25: 83 fa 40 cmp $0x40,%edx
28: 76 04 jbe 0x2e
2a:* 0f 0b ud2 <-- trapping instruction
2c: eb a2 jmp 0xffffffffffffffd0
2e: 6b c0 c0 imul $0xffffffc0,%eax,%eax
31: 4d 89 ce mov %r9,%r14
34: 41 81 e6 ff 0f 00 00 and $0xfff,%r14d
3b: 44 rex.R
3c: 8d .byte 0x8d
3d: b8 .byte 0xb8
3e: ff .byte 0xff
3f: 05 .byte 0x5
Code starting with the faulting instruction
===========================================
0: 0f 0b ud2
2: eb a2 jmp 0xffffffffffffffa6
4: 6b c0 c0 imul $0xffffffc0,%eax,%eax
7: 4d 89 ce mov %r9,%r14
a: 41 81 e6 ff 0f 00 00 and $0xfff,%r14d
11: 44 rex.R
12: 8d .byte 0x8d
13: b8 .byte 0xb8
14: ff .byte 0xff
15: 05 .byte 0x5
[ 0.000000] RSP: 0000:ffffffffb1403cb8 EFLAGS: 00010006 ORIG_RAX:
0000000000000000
[ 0.000000] RAX: 0000000000000000 RBX: 0000000000100000 RCX: 0000000000100000
[ 0.000000] RDX: 0000000000000100 RSI: 0000000000100000 RDI: 00000000fc300000
[ 0.000000] RBP: 0000000000000100 R08: 0000000000000000 R09: 00000000fc300000
[ 0.000000] R10: ffffffffb1479660 R11: ffffffffb1403ad0 R12: 8000000000000163
[ 0.000000] R13: 0000000000000000 R14: 0000000000000000 R15: 00000000fc300000
[ 0.000000] FS: 0000000000000000(0000) GS:0000000000000000(0000)
knlGS:0000000000000000
[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 0.000000] CR2: ffff888000000413 CR3: 000000016c088000 CR4: 00000000000000b0
[ 0.000000] Call Trace:
[ 0.000000] <TASK>
[ 0.000000] ? early_xdbc_parse_parameter+0x32b/0x360
[ 0.000000] ? setup_early_printk+0x51b/0x540
[ 0.000000] ? do_early_param+0x41/0x70
[ 0.000000] ? parse_args+0x210/0x3e0
[ 0.000000] ? __pfx_do_early_param+0x10/0x10
[ 0.000000] ? parse_early_options+0x29/0x30
[ 0.000000] ? __pfx_do_early_param+0x10/0x10
[ 0.000000] ? parse_early_param+0x64/0xc0
[ 0.000000] ? setup_arch+0x4c4/0xb40
[ 0.000000] ? _printk+0x6b/0x90
[ 0.000000] ? start_kernel+0x6b/0x9b0
[ 0.000000] ? x86_64_start_reservations+0x24/0x30
[ 0.000000] ? x86_64_start_kernel+0xd3/0xe0
[ 0.000000] ? common_startup_64+0x13e/0x141
[ 0.000000] </TASK>
[ 0.000000] ---[ end trace 0000000000000000 ]---
[ 0.000000] printk: debug: ignoring loglevel setting.
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] efi: EFI v2.8 by American Megatrends
[ 0.000000] efi: ACPI=0x9453d000 ACPI 2.0=0x9453d014
TPMFinalLog=0x964f4000 SMBIOS=0x9a165000 SMBIOS 3.0=0x9a164000
MEMATTR=0x89fc8018 ESRT=0x8b20c018 INITRD=0x8882cb18 R
NG=0x944d0018 TPMEventLog=0x944cf018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem47: MMIO range=[0xf0000000-0xf7ffffff]
(128MB) from e820 map
[ 0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
Can anybody help me with this problem please?
Thank you!
Milan
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Fwd: USB DBC hang during earlyprintk initialization
2025-10-15 7:43 ` Fwd: USB DBC hang during earlyprintk initialization Milan Oravec
@ 2025-10-15 9:13 ` Greg KH
2025-10-15 19:11 ` Milan Oravec
0 siblings, 1 reply; 25+ messages in thread
From: Greg KH @ 2025-10-15 9:13 UTC (permalink / raw)
To: Milan Oravec; +Cc: linux-usb
On Wed, Oct 15, 2025 at 09:43:02AM +0200, Milan Oravec wrote:
> Hello, I'm trying to debug some hibernation related problems on my
> system, and need a USB DBC to see what is going on after screen off.
> I've connected USB debugging cable and got this error:
>
> [ 0.000000] Linux version 6.17.2 (migo@migoG17) (gcc (GCC) 15.2.1
> 20250813, GNU ld (GNU Binutils) 2.45.0) #54 SMP PREEMPT_DYNAMIC Sun
> Oct 12 19:07:00 CEST 2025
> [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz
> root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=xdbc1,keep
> debug ignore_loglevel sysrq_always_enabled force_early
> _printk sched_verbose ft usbcore.autosuspend=-1 no_console_suspend
> hib_compression=lz4 resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
> [ 0.000000] BIOS-provided physical RAM map:
> [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
> [ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
> [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afefff] usable
> [ 0.000000] BIOS-e820: [mem 0x0000000009aff000-0x0000000009ffffff] reserved
> [ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
> [ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a211fff] ACPI NVS
> [ 0.000000] BIOS-e820: [mem 0x000000000a212000-0x000000008e43dfff] usable
> [ 0.000000] BIOS-e820: [mem 0x000000008e43e000-0x000000009443dfff] reserved
> [ 0.000000] BIOS-e820: [mem 0x000000009443e000-0x000000009453dfff] ACPI data
> [ 0.000000] BIOS-e820: [mem 0x000000009453e000-0x000000009653dfff] ACPI NVS
> [ 0.000000] BIOS-e820: [mem 0x000000009653e000-0x000000009a5fefff] reserved
> [ 0.000000] BIOS-e820: [mem 0x000000009a5ff000-0x000000009bffafff] usable
> [ 0.000000] BIOS-e820: [mem 0x000000009bffb000-0x000000009cffffff] reserved
> [ 0.000000] BIOS-e820: [mem 0x000000009d7f3000-0x000000009fffffff] reserved
> [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
> [ 0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
> [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000837ffffff] usable
> [ 0.000000] BIOS-e820: [mem 0x0000000838000000-0x0000000857ffffff] reserved
> [ 0.000000] BIOS-e820: [mem 0x0000000858000000-0x000000085de7ffff] usable
> [ 0.000000] BIOS-e820: [mem 0x000000085eec0000-0x00000008801fffff] reserved
> [ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
> [ 0.000000] xhci_dbc:early_xdbc_parse_parameter: dbgp_num: 1
What is the exact command line that you are passing into the xdbc
driver? That seems to be crashing the parsing logic here.
Ah, I see it above, sorry, it is "xdbc1,keep", right?
Do you really have 2 different xhci debug controllers in the system?
You are asking to connect to the second one, what happens if you change
it to just "xdbc,keep"?
Also, how about switching them around:
"keep,xdbc"
?
In looking at the code, i think order matters.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Fwd: USB DBC hang during earlyprintk initialization
2025-10-15 9:13 ` Greg KH
@ 2025-10-15 19:11 ` Milan Oravec
2025-10-16 13:42 ` Mathias Nyman
0 siblings, 1 reply; 25+ messages in thread
From: Milan Oravec @ 2025-10-15 19:11 UTC (permalink / raw)
To: Greg KH; +Cc: linux-usb
Hello Greg,
thank you for looking into it.
On Wed, Oct 15, 2025 at 11:13 AM Greg KH <gregkh@linuxfoundation.org> wrote:
>
> On Wed, Oct 15, 2025 at 09:43:02AM +0200, Milan Oravec wrote:
> > Hello, I'm trying to debug some hibernation related problems on my
> > system, and need a USB DBC to see what is going on after screen off.
> > I've connected USB debugging cable and got this error:
> >
> > [ 0.000000] Linux version 6.17.2 (migo@migoG17) (gcc (GCC) 15.2.1
> > 20250813, GNU ld (GNU Binutils) 2.45.0) #54 SMP PREEMPT_DYNAMIC Sun
> > Oct 12 19:07:00 CEST 2025
> > [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz
> > root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=xdbc1,keep
> > debug ignore_loglevel sysrq_always_enabled force_early
> > _printk sched_verbose ft usbcore.autosuspend=-1 no_console_suspend
> > hib_compression=lz4 resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
> > [ 0.000000] BIOS-provided physical RAM map:
> > [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
> > [ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
> > [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afefff] usable
> > [ 0.000000] BIOS-e820: [mem 0x0000000009aff000-0x0000000009ffffff] reserved
> > [ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
> > [ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a211fff] ACPI NVS
> > [ 0.000000] BIOS-e820: [mem 0x000000000a212000-0x000000008e43dfff] usable
> > [ 0.000000] BIOS-e820: [mem 0x000000008e43e000-0x000000009443dfff] reserved
> > [ 0.000000] BIOS-e820: [mem 0x000000009443e000-0x000000009453dfff] ACPI data
> > [ 0.000000] BIOS-e820: [mem 0x000000009453e000-0x000000009653dfff] ACPI NVS
> > [ 0.000000] BIOS-e820: [mem 0x000000009653e000-0x000000009a5fefff] reserved
> > [ 0.000000] BIOS-e820: [mem 0x000000009a5ff000-0x000000009bffafff] usable
> > [ 0.000000] BIOS-e820: [mem 0x000000009bffb000-0x000000009cffffff] reserved
> > [ 0.000000] BIOS-e820: [mem 0x000000009d7f3000-0x000000009fffffff] reserved
> > [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
> > [ 0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
> > [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000837ffffff] usable
> > [ 0.000000] BIOS-e820: [mem 0x0000000838000000-0x0000000857ffffff] reserved
> > [ 0.000000] BIOS-e820: [mem 0x0000000858000000-0x000000085de7ffff] usable
> > [ 0.000000] BIOS-e820: [mem 0x000000085eec0000-0x00000008801fffff] reserved
> > [ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
> > [ 0.000000] xhci_dbc:early_xdbc_parse_parameter: dbgp_num: 1
>
> What is the exact command line that you are passing into the xdbc
> driver? That seems to be crashing the parsing logic here.
>
> Ah, I see it above, sorry, it is "xdbc1,keep", right?
Right
>
> Do you really have 2 different xhci debug controllers in the system?
> You are asking to connect to the second one, what happens if you change
> it to just "xdbc,keep"?
IDK if there are two debug controllers (doubt it), but this was the
only way to get DBC registered, xdbc alone does not detect any
connection:
okt 15 20:55:10 migoG17 kernel: Linux version 6.17.3 (migo@migoG17)
(gcc (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #55 SMP
PREEMPT_DYNAMIC Wed Oct 15 19:24:41 CES
T 2025
okt 15 20:55:10 migoG17 kernel: Command line: BOOT_IMAGE=/vmlinuz
root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=xdbc,keep
debug ignore_loglevel sysrq_always_ena
bled force_early_printk sched_verbose ft usbcore.autosuspend=-1
no_console_suspend hib_compression=lz4
resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
okt 15 20:55:10 migoG17 kernel: BIOS-provided physical RAM map:
okt 15 20:55:10 migoG17 kernel: BIOS-e820: [mem
0x0000000000000000-0x000000000009ffff] usable
okt 15 20:55:10 migoG17 kernel: BIOS-e820: [mem
0x00000000000a0000-0x00000000000fffff] reserved
okt 15 20:55:10 migoG17 kernel: BIOS-e820: [mem
0x0000000000100000-0x0000000009afefff] usable
okt 15 20:55:10 migoG17 kernel: BIOS-e820: [mem
0x0000000009aff000-0x0000000009ffffff] reserved
okt 15 20:55:10 migoG17 kernel: BIOS-e820: [mem
0x000000000a000000-0x000000000a1fffff] usable
okt 15 20:55:10 migoG17 kernel: BIOS-e820: [mem
0x000000000a200000-0x000000000a211fff] ACPI NVS
okt 15 20:55:10 migoG17 kernel: BIOS-e820: [mem
0x000000000a212000-0x000000008e43dfff] usable
okt 15 20:55:10 migoG17 kernel: BIOS-e820: [mem
0x000000008e43e000-0x000000009443dfff] reserved
okt 15 20:55:10 migoG17 kernel: BIOS-e820: [mem
0x000000009443e000-0x000000009453dfff] ACPI data
okt 15 20:55:10 migoG17 kernel: BIOS-e820: [mem
0x000000009453e000-0x000000009653dfff] ACPI NVS
okt 15 20:55:10 migoG17 kernel: BIOS-e820: [mem
0x000000009653e000-0x000000009a5fefff] reserved
okt 15 20:55:10 migoG17 kernel: BIOS-e820: [mem
0x000000009a5ff000-0x000000009bffafff] usable
okt 15 20:55:10 migoG17 kernel: BIOS-e820: [mem
0x000000009bffb000-0x000000009cffffff] reserved
okt 15 20:55:10 migoG17 kernel: BIOS-e820: [mem
0x000000009d7f3000-0x000000009fffffff] reserved
okt 15 20:55:10 migoG17 kernel: BIOS-e820: [mem
0x00000000f0000000-0x00000000f7ffffff] reserved
okt 15 20:55:10 migoG17 kernel: BIOS-e820: [mem
0x00000000fd000000-0x00000000ffffffff] reserved
okt 15 20:55:10 migoG17 kernel: BIOS-e820: [mem
0x0000000100000000-0x0000000837ffffff] usable
okt 15 20:55:10 migoG17 kernel: BIOS-e820: [mem
0x0000000838000000-0x0000000857ffffff] reserved
okt 15 20:55:10 migoG17 kernel: BIOS-e820: [mem
0x0000000858000000-0x000000085de7ffff] usable
okt 15 20:55:10 migoG17 kernel: BIOS-e820: [mem
0x000000085eec0000-0x00000008801fffff] reserved
okt 15 20:55:10 migoG17 kernel: BIOS-e820: [mem
0x000000fd00000000-0x000000ffffffffff] reserved
okt 15 20:55:10 migoG17 kernel: xhci_dbc:early_xdbc_parse_parameter: dbgp_num: 0
>
> Also, how about switching them around:
> "keep,xdbc"
> ?
> In looking at the code, i think order matters.
>
no luck:
[St okt 15 21:07:12 2025] Linux version 6.17.3 (migo@migoG17) (gcc
(GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #55 SMP
PREEMPT_DYNAMIC Wed Oct 15 19:24:41 CEST 2025
[St okt 15 21:07:12 2025] Command line: BOOT_IMAGE=/vmlinuz
root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=keep,xdbc
debug ignore_loglevel sysrq_always_enabled f
orce_early_printk sched_verbose ft usbcore.autosuspend=-1
no_console_suspend hib_compression=lz4
resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[St okt 15 21:07:12 2025] BIOS-provided physical RAM map:
[St okt 15 21:07:12 2025] BIOS-e820: [mem
0x0000000000000000-0x000000000009ffff] usable
[St okt 15 21:07:12 2025] BIOS-e820: [mem
0x00000000000a0000-0x00000000000fffff] reserved
[St okt 15 21:07:12 2025] BIOS-e820: [mem
0x0000000000100000-0x0000000009afefff] usable
[St okt 15 21:07:12 2025] BIOS-e820: [mem
0x0000000009aff000-0x0000000009ffffff] reserved
[St okt 15 21:07:12 2025] BIOS-e820: [mem
0x000000000a000000-0x000000000a1fffff] usable
[St okt 15 21:07:12 2025] BIOS-e820: [mem
0x000000000a200000-0x000000000a211fff] ACPI NVS
[St okt 15 21:07:12 2025] BIOS-e820: [mem
0x000000000a212000-0x000000008e43dfff] usable
[St okt 15 21:07:12 2025] BIOS-e820: [mem
0x000000008e43e000-0x000000009443dfff] reserved
[St okt 15 21:07:12 2025] BIOS-e820: [mem
0x000000009443e000-0x000000009453dfff] ACPI data
[St okt 15 21:07:12 2025] BIOS-e820: [mem
0x000000009453e000-0x000000009653dfff] ACPI NVS
[St okt 15 21:07:12 2025] BIOS-e820: [mem
0x000000009653e000-0x000000009a5fefff] reserved
[St okt 15 21:07:12 2025] BIOS-e820: [mem
0x000000009a5ff000-0x000000009bffafff] usable
[St okt 15 21:07:12 2025] BIOS-e820: [mem
0x000000009bffb000-0x000000009cffffff] reserved
[St okt 15 21:07:12 2025] BIOS-e820: [mem
0x000000009d7f3000-0x000000009fffffff] reserved
[St okt 15 21:07:12 2025] BIOS-e820: [mem
0x00000000f0000000-0x00000000f7ffffff] reserved
[St okt 15 21:07:12 2025] BIOS-e820: [mem
0x00000000fd000000-0x00000000ffffffff] reserved
[St okt 15 21:07:12 2025] BIOS-e820: [mem
0x0000000100000000-0x0000000837ffffff] usable
[St okt 15 21:07:12 2025] BIOS-e820: [mem
0x0000000838000000-0x0000000857ffffff] reserved
[St okt 15 21:07:12 2025] BIOS-e820: [mem
0x0000000858000000-0x000000085de7ffff] usable
[St okt 15 21:07:12 2025] BIOS-e820: [mem
0x000000085eec0000-0x00000008801fffff] reserved
[St okt 15 21:07:12 2025] BIOS-e820: [mem
0x000000fd00000000-0x000000ffffffffff] reserved
[St okt 15 21:07:12 2025] xhci_dbc:early_xdbc_parse_parameter: dbgp_num: 0
neither:
[St okt 15 20:57:24 2025] Linux version 6.17.3 (migo@migoG17) (gcc
(GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #55 SMP
PREEMPT_DYNAMIC Wed Oct 15 19:24:41 CEST 2025
[St okt 15 20:57:24 2025] Command line: BOOT_IMAGE=/vmlinuz
root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=keep,xdbc1
debug ignore_loglevel sysrq_always_enabled
force_early_printk sched_verbose ft usbcore.autosuspend=-1
no_console_suspend hib_compression=lz4
resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[St okt 15 20:57:24 2025] BIOS-provided physical RAM map:
[St okt 15 20:57:24 2025] BIOS-e820: [mem
0x0000000000000000-0x000000000009ffff] usable
[St okt 15 20:57:24 2025] BIOS-e820: [mem
0x00000000000a0000-0x00000000000fffff] reserved
[St okt 15 20:57:24 2025] BIOS-e820: [mem
0x0000000000100000-0x0000000009afefff] usable
[St okt 15 20:57:24 2025] BIOS-e820: [mem
0x0000000009aff000-0x0000000009ffffff] reserved
[St okt 15 20:57:24 2025] BIOS-e820: [mem
0x000000000a000000-0x000000000a1fffff] usable
[St okt 15 20:57:24 2025] BIOS-e820: [mem
0x000000000a200000-0x000000000a211fff] ACPI NVS
[St okt 15 20:57:24 2025] BIOS-e820: [mem
0x000000000a212000-0x000000008e43dfff] usable
[St okt 15 20:57:24 2025] BIOS-e820: [mem
0x000000008e43e000-0x000000009443dfff] reserved
[St okt 15 20:57:24 2025] BIOS-e820: [mem
0x000000009443e000-0x000000009453dfff] ACPI data
[St okt 15 20:57:24 2025] BIOS-e820: [mem
0x000000009453e000-0x000000009653dfff] ACPI NVS
[St okt 15 20:57:24 2025] BIOS-e820: [mem
0x000000009653e000-0x000000009a5fefff] reserved
[St okt 15 20:57:24 2025] BIOS-e820: [mem
0x000000009a5ff000-0x000000009bffafff] usable
[St okt 15 20:57:24 2025] BIOS-e820: [mem
0x000000009bffb000-0x000000009cffffff] reserved
[St okt 15 20:57:24 2025] BIOS-e820: [mem
0x000000009d7f3000-0x000000009fffffff] reserved
[St okt 15 20:57:24 2025] BIOS-e820: [mem
0x00000000f0000000-0x00000000f7ffffff] reserved
[St okt 15 20:57:24 2025] BIOS-e820: [mem
0x00000000fd000000-0x00000000ffffffff] reserved
[St okt 15 20:57:24 2025] BIOS-e820: [mem
0x0000000100000000-0x0000000837ffffff] usable
[St okt 15 20:57:24 2025] BIOS-e820: [mem
0x0000000838000000-0x0000000857ffffff] reserved
[St okt 15 20:57:24 2025] BIOS-e820: [mem
0x0000000858000000-0x000000085de7ffff] usable
[St okt 15 20:57:24 2025] BIOS-e820: [mem
0x000000085eec0000-0x00000008801fffff] reserved
[St okt 15 20:57:24 2025] BIOS-e820: [mem
0x000000fd00000000-0x000000ffffffffff] reserved
[St okt 15 20:57:24 2025] xhci_dbc:early_xdbc_parse_parameter: dbgp_num: 1
[St okt 15 20:57:24 2025] ------------[ cut here ]------------
[St okt 15 20:57:24 2025] WARNING: CPU: 0 PID: 0 at
mm/early_ioremap.c:139 __early_ioremap+0xae/0x190
[St okt 15 20:57:24 2025] Modules linked in:
[St okt 15 20:57:24 2025] CPU: 0 UID: 0 PID: 0 Comm: swapper Not
tainted 6.17.3 #55 PREEMPT(undef)
501a37b6ad520b28774b9873acfc48864a80a689
[St okt 15 20:57:24 2025] RIP: 0010:__early_ioremap+0xae/0x190
[St okt 15 20:57:24 2025] Code: 00 3b 38 b1 4c 89 ca 48 81 e3 00 f0 ff
ff 48 81 e2 00 f0 ff ff 48 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89
d5 83 fa 40 76 04 <0f> 0b eb a2 6
b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[St okt 15 20:57:24 2025] RSP: 0000:ffffffffb0a03cb8 EFLAGS: 00010006
ORIG_RAX: 0000000000000000
[St okt 15 20:57:24 2025] RAX: 0000000000000000 RBX: 0000000000100000
RCX: 0000000000100000
[St okt 15 20:57:24 2025] RDX: 0000000000000100 RSI: 0000000000100000
RDI: 00000000fc300000
[St okt 15 20:57:24 2025] RBP: 0000000000000100 R08: 0000000000000000
R09: 00000000fc300000
[St okt 15 20:57:24 2025] R10: ffffffffb0a79660 R11: ffffffffb0a03ad0
R12: 8000000000000163
[St okt 15 20:57:24 2025] R13: 0000000000000000 R14: 0000000000000000
R15: 00000000fc300000
[St okt 15 20:57:24 2025] FS: 0000000000000000(0000)
GS:0000000000000000(0000) knlGS:0000000000000000
[St okt 15 20:57:24 2025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[St okt 15 20:57:24 2025] CR2: ffff888000000413 CR3: 00000003c7e8a000
CR4: 00000000000000b0
[St okt 15 20:57:24 2025] Call Trace:
[St okt 15 20:57:24 2025] <TASK>
[St okt 15 20:57:24 2025] ? early_xdbc_parse_parameter+0x32b/0x360
[St okt 15 20:57:24 2025] ? setup_early_printk+0x51b/0x540
[St okt 15 20:57:24 2025] ? do_early_param+0x41/0x70
[St okt 15 20:57:24 2025] ? parse_args+0x210/0x3e0
[St okt 15 20:57:24 2025] ? __pfx_do_early_param+0x10/0x10
[St okt 15 20:57:24 2025] ? parse_early_options+0x29/0x30
[St okt 15 20:57:24 2025] ? __pfx_do_early_param+0x10/0x10
[St okt 15 20:57:24 2025] ? parse_early_param+0x64/0xc0
[St okt 15 20:57:24 2025] ? setup_arch+0x4c4/0xb40
[St okt 15 20:57:24 2025] ? _printk+0x6b/0x90
[St okt 15 20:57:24 2025] ? start_kernel+0x6b/0x9b0
[St okt 15 20:57:24 2025] ? x86_64_start_reservations+0x24/0x30
[St okt 15 20:57:24 2025] ? x86_64_start_kernel+0xd3/0xe0
[St okt 15 20:57:24 2025] ? common_startup_64+0x13e/0x141
[St okt 15 20:57:24 2025] </TASK>
[St okt 15 20:57:24 2025] ---[ end trace 0000000000000000 ]---
> thanks,
>
> greg k-h
Thanks,
Milan
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Fwd: USB DBC hang during earlyprintk initialization
2025-10-15 19:11 ` Milan Oravec
@ 2025-10-16 13:42 ` Mathias Nyman
2025-10-16 14:31 ` Milan Oravec
0 siblings, 1 reply; 25+ messages in thread
From: Mathias Nyman @ 2025-10-16 13:42 UTC (permalink / raw)
To: Milan Oravec, Greg KH; +Cc: linux-usb
On 10/15/25 22:11, Milan Oravec wrote:
> Hello Greg,
> thank you for looking into it.
>
> On Wed, Oct 15, 2025 at 11:13 AM Greg KH <gregkh@linuxfoundation.org> wrote:
>>
>> On Wed, Oct 15, 2025 at 09:43:02AM +0200, Milan Oravec wrote:
>>> Hello, I'm trying to debug some hibernation related problems on my
>>> system, and need a USB DBC to see what is going on after screen off.
>>> I've connected USB debugging cable and got this error:
> > [St okt 15 20:57:24 2025] Linux version 6.17.3 (migo@migoG17) (gcc
> (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #55 SMP
> PREEMPT_DYNAMIC Wed Oct 15 19:24:41 CEST 2025
> [St okt 15 20:57:24 2025] Command line: BOOT_IMAGE=/vmlinuz
> root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=keep,xdbc1
> debug ignore_loglevel sysrq_always_enabled
> force_early_printk sched_verbose ft usbcore.autosuspend=-1
> no_console_suspend hib_compression=lz4
> resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
> [St okt 15 20:57:24 2025] BIOS-provided physical RAM map:
> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> 0x0000000000000000-0x000000000009ffff] usable
> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> 0x00000000000a0000-0x00000000000fffff] reserved
> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> 0x0000000000100000-0x0000000009afefff] usable
> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> 0x0000000009aff000-0x0000000009ffffff] reserved
> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> 0x000000000a000000-0x000000000a1fffff] usable
> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> 0x000000000a200000-0x000000000a211fff] ACPI NVS
> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> 0x000000000a212000-0x000000008e43dfff] usable
> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> 0x000000008e43e000-0x000000009443dfff] reserved
> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> 0x000000009443e000-0x000000009453dfff] ACPI data
> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> 0x000000009453e000-0x000000009653dfff] ACPI NVS
> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> 0x000000009653e000-0x000000009a5fefff] reserved
> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> 0x000000009a5ff000-0x000000009bffafff] usable
> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> 0x000000009bffb000-0x000000009cffffff] reserved
> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> 0x000000009d7f3000-0x000000009fffffff] reserved
> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> 0x00000000f0000000-0x00000000f7ffffff] reserved
> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> 0x00000000fd000000-0x00000000ffffffff] reserved
> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> 0x0000000100000000-0x0000000837ffffff] usable
> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> 0x0000000838000000-0x0000000857ffffff] reserved
> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> 0x0000000858000000-0x000000085de7ffff] usable
> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> 0x000000085eec0000-0x00000008801fffff] reserved
> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> 0x000000fd00000000-0x000000ffffffffff] reserved
> [St okt 15 20:57:24 2025] xhci_dbc:early_xdbc_parse_parameter: dbgp_num: 1
> [St okt 15 20:57:24 2025] ------------[ cut here ]------------
> [St okt 15 20:57:24 2025] WARNING: CPU: 0 PID: 0 at
> mm/early_ioremap.c:139 __early_ioremap+0xae/0x190
This WARN in __early_ioremap() is triggered when the size is too large
/*
* Mappings have to fit in the FIX_BTMAP area.
*/
nrpages = size >> PAGE_SHIFT;
if (WARN_ON(nrpages > NR_FIX_BTMAPS))
return NULL;
The size is in this case read from the PCI config space of the second xHCI PCI
controller.
Maybe the controller returns odd BAR Address0 size, or we parse it incorrectly.
what does "lspci -vv -d ::0c03:30" show?
Thanks
Mathias
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Fwd: USB DBC hang during earlyprintk initialization
2025-10-16 13:42 ` Mathias Nyman
@ 2025-10-16 14:31 ` Milan Oravec
2025-10-16 20:49 ` Mathias Nyman
0 siblings, 1 reply; 25+ messages in thread
From: Milan Oravec @ 2025-10-16 14:31 UTC (permalink / raw)
To: Mathias Nyman; +Cc: Greg KH, linux-usb
Hello Mathias
On Thu, Oct 16, 2025 at 3:42 PM Mathias Nyman
<mathias.nyman@linux.intel.com> wrote:
>
> On 10/15/25 22:11, Milan Oravec wrote:
> > Hello Greg,
> > thank you for looking into it.
> >
> > On Wed, Oct 15, 2025 at 11:13 AM Greg KH <gregkh@linuxfoundation.org> wrote:
> >>
> >> On Wed, Oct 15, 2025 at 09:43:02AM +0200, Milan Oravec wrote:
> >>> Hello, I'm trying to debug some hibernation related problems on my
> >>> system, and need a USB DBC to see what is going on after screen off.
> >>> I've connected USB debugging cable and got this error:
> > > [St okt 15 20:57:24 2025] Linux version 6.17.3 (migo@migoG17) (gcc
> > (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #55 SMP
> > PREEMPT_DYNAMIC Wed Oct 15 19:24:41 CEST 2025
> > [St okt 15 20:57:24 2025] Command line: BOOT_IMAGE=/vmlinuz
> > root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=keep,xdbc1
> > debug ignore_loglevel sysrq_always_enabled
> > force_early_printk sched_verbose ft usbcore.autosuspend=-1
> > no_console_suspend hib_compression=lz4
> > resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
> > [St okt 15 20:57:24 2025] BIOS-provided physical RAM map:
> > [St okt 15 20:57:24 2025] BIOS-e820: [mem
> > 0x0000000000000000-0x000000000009ffff] usable
> > [St okt 15 20:57:24 2025] BIOS-e820: [mem
> > 0x00000000000a0000-0x00000000000fffff] reserved
> > [St okt 15 20:57:24 2025] BIOS-e820: [mem
> > 0x0000000000100000-0x0000000009afefff] usable
> > [St okt 15 20:57:24 2025] BIOS-e820: [mem
> > 0x0000000009aff000-0x0000000009ffffff] reserved
> > [St okt 15 20:57:24 2025] BIOS-e820: [mem
> > 0x000000000a000000-0x000000000a1fffff] usable
> > [St okt 15 20:57:24 2025] BIOS-e820: [mem
> > 0x000000000a200000-0x000000000a211fff] ACPI NVS
> > [St okt 15 20:57:24 2025] BIOS-e820: [mem
> > 0x000000000a212000-0x000000008e43dfff] usable
> > [St okt 15 20:57:24 2025] BIOS-e820: [mem
> > 0x000000008e43e000-0x000000009443dfff] reserved
> > [St okt 15 20:57:24 2025] BIOS-e820: [mem
> > 0x000000009443e000-0x000000009453dfff] ACPI data
> > [St okt 15 20:57:24 2025] BIOS-e820: [mem
> > 0x000000009453e000-0x000000009653dfff] ACPI NVS
> > [St okt 15 20:57:24 2025] BIOS-e820: [mem
> > 0x000000009653e000-0x000000009a5fefff] reserved
> > [St okt 15 20:57:24 2025] BIOS-e820: [mem
> > 0x000000009a5ff000-0x000000009bffafff] usable
> > [St okt 15 20:57:24 2025] BIOS-e820: [mem
> > 0x000000009bffb000-0x000000009cffffff] reserved
> > [St okt 15 20:57:24 2025] BIOS-e820: [mem
> > 0x000000009d7f3000-0x000000009fffffff] reserved
> > [St okt 15 20:57:24 2025] BIOS-e820: [mem
> > 0x00000000f0000000-0x00000000f7ffffff] reserved
> > [St okt 15 20:57:24 2025] BIOS-e820: [mem
> > 0x00000000fd000000-0x00000000ffffffff] reserved
> > [St okt 15 20:57:24 2025] BIOS-e820: [mem
> > 0x0000000100000000-0x0000000837ffffff] usable
> > [St okt 15 20:57:24 2025] BIOS-e820: [mem
> > 0x0000000838000000-0x0000000857ffffff] reserved
> > [St okt 15 20:57:24 2025] BIOS-e820: [mem
> > 0x0000000858000000-0x000000085de7ffff] usable
> > [St okt 15 20:57:24 2025] BIOS-e820: [mem
> > 0x000000085eec0000-0x00000008801fffff] reserved
> > [St okt 15 20:57:24 2025] BIOS-e820: [mem
> > 0x000000fd00000000-0x000000ffffffffff] reserved
> > [St okt 15 20:57:24 2025] xhci_dbc:early_xdbc_parse_parameter: dbgp_num: 1
> > [St okt 15 20:57:24 2025] ------------[ cut here ]------------
> > [St okt 15 20:57:24 2025] WARNING: CPU: 0 PID: 0 at
> > mm/early_ioremap.c:139 __early_ioremap+0xae/0x190
>
> This WARN in __early_ioremap() is triggered when the size is too large
>
> /*
> * Mappings have to fit in the FIX_BTMAP area.
> */
> nrpages = size >> PAGE_SHIFT;
> if (WARN_ON(nrpages > NR_FIX_BTMAPS))
> return NULL;
>
> The size is in this case read from the PCI config space of the second xHCI PCI
> controller.
>
> Maybe the controller returns odd BAR Address0 size, or we parse it incorrectly.
>
> what does "lspci -vv -d ::0c03:30" show?
Here is requested output:
root@migoG17:/home/migo# lspci -vv -d ::0c03:30
07:00.0 USB controller: ASMedia Technology Inc. Device 242c (rev 01)
(prog-if 30 [XHCI])
Subsystem: ASUSTeK Computer Inc. Device 20af
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 25
IOMMU group: 20
Region 0: Memory at fc600000 (64-bit, non-prefetchable) [size=32K]
Capabilities: [50] MSI: Enable- Count=1/8 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [68] MSI-X: Enable+ Count=8 Masked-
Vector table: BAR=0 offset=00002000
PBA: BAR=0 offset=00002080
Capabilities: [78] Power Management version 3
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=55mA
PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [80] Express (v2) Legacy Endpoint, IntMsgNum 0
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s
<64ns, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- TEE-IO-
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 512 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq-
AuxPwr- TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1,
Exit Latency L0s <4us, L1 <64us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM L1 Enabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
FltModeDis-
LnkSta: Speed 2.5GT/s, Width x1
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Not Supported,
TimeoutDis- NROPrPrP- LTR+
10BitTagComp+ 10BitTagReq- OBFF Not
Supported, ExtFmt- EETLPPrefix-
EmergencyPowerReduction Not Supported,
EmergencyPowerReductionInit-
FRS-
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
AtomicOpsCtl: ReqEn-
IDOReq- IDOCompl- LTR+ EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkCap2: Supported Link Speeds: 2.5GT/s, Crosslink-
Retimer+ 2Retimers+ DRS-
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range,
EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB
de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -3.5dB,
EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3-
LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [100 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
UnxCmplt- RxOF- MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr-
BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck-
MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
UnxCmplt- RxOF- MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr+
BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck-
MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt-
UnxCmplt- RxOF+ MalfTLP+
ECRC- UnsupReq- ACSViol- UncorrIntErr+
BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck-
MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout-
AdvNonFatalErr- CorrIntErr- HeaderOF-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout-
AdvNonFatalErr+ CorrIntErr+ HeaderOF+
AERCap: First Error Pointer: 00, ECRCGenCap-
ECRCGenEn- ECRCChkCap- ECRCChkEn-
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
HeaderLog: 00000000 00000000 00000000 00000000
Capabilities: [160 v1] Latency Tolerance Reporting
Max snoop latency: 1048576ns
Max no snoop latency: 1048576ns
Capabilities: [178 v1] Device Serial Number 45-1e-ca-ff-ff-51-77-a0
Kernel driver in use: xhci_hcd
09:00.3 USB controller: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge USB 3.1 xHCI (prog-if 30 [XHCI])
Subsystem: ASUSTeK Computer Inc. Device 20af
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin D routed to IRQ 48
IOMMU group: 24
Region 0: Memory at fc300000 (64-bit, non-prefetchable) [size=1M]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [64] Express (v2) Endpoint, IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
<4us, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+
FLReset- SlotPowerLimit 0W TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq-
AuxPwr- TransPend-
LnkCap: Port #0, Speed 16GT/s, Width x16, ASPM L0s L1,
Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
FltModeDis-
LnkSta: Speed 16GT/s, Width x16
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
NROPrPrP- LTR-
10BitTagComp+ 10BitTagReq- OBFF Not
Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
EmergencyPowerReduction Not Supported,
EmergencyPowerReductionInit-
FRS- TPHComp- ExtTPHComp-
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
AtomicOpsCtl: ReqEn-
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkSta2: Current De-emphasis Level: -3.5dB,
EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3-
LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [a0] MSI: Enable- Count=1/8 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [c0] MSI-X: Enable+ Count=8 Masked-
Vector table: BAR=0 offset=000fe000
PBA: BAR=0 offset=000ff000
Capabilities: [100 v1] Vendor Specific Information: ID=0001
Rev=1 Len=010 <?>
Capabilities: [2a0 v1] Access Control Services
ACSCap: SrcValid- TransBlk- ReqRedir- CmpltRedir-
UpstreamFwd- EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir-
UpstreamFwd- EgressCtrl- DirectTrans-
Kernel driver in use: xhci_hcd
09:00.4 USB controller: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge USB 3.1 xHCI (prog-if 30 [XHCI])
Subsystem: ASUSTeK Computer Inc. Device 20af
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 57
IOMMU group: 25
Region 0: Memory at fc200000 (64-bit, non-prefetchable) [size=1M]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [64] Express (v2) Endpoint, IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
<4us, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+
FLReset- SlotPowerLimit 0W TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq-
AuxPwr- TransPend-
LnkCap: Port #0, Speed 16GT/s, Width x16, ASPM L0s L1,
Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
FltModeDis-
LnkSta: Speed 16GT/s, Width x16
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
NROPrPrP- LTR-
10BitTagComp+ 10BitTagReq- OBFF Not
Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
EmergencyPowerReduction Not Supported,
EmergencyPowerReductionInit-
FRS- TPHComp- ExtTPHComp-
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
AtomicOpsCtl: ReqEn-
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkSta2: Current De-emphasis Level: -3.5dB,
EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3-
LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [a0] MSI: Enable- Count=1/8 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [c0] MSI-X: Enable+ Count=8 Masked-
Vector table: BAR=0 offset=000fe000
PBA: BAR=0 offset=000ff000
Capabilities: [100 v1] Vendor Specific Information: ID=0001
Rev=1 Len=010 <?>
Capabilities: [2a0 v1] Access Control Services
ACSCap: SrcValid- TransBlk- ReqRedir- CmpltRedir-
UpstreamFwd- EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir-
UpstreamFwd- EgressCtrl- DirectTrans-
Kernel driver in use: xhci_hcd
0a:00.0 USB controller: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge USB 2.0 xHCI (prog-if 30 [XHCI])
Subsystem: ASUSTeK Computer Inc. Device 20af
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 24
IOMMU group: 28
Region 0: Memory at fca00000 (64-bit, non-prefetchable) [size=1M]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [64] Express (v2) Endpoint, IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
<4us, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+
FLReset- SlotPowerLimit 0W TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq-
AuxPwr- TransPend-
LnkCap: Port #0, Speed 16GT/s, Width x16, ASPM L0s L1,
Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
FltModeDis-
LnkSta: Speed 16GT/s, Width x16
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
NROPrPrP- LTR-
10BitTagComp+ 10BitTagReq- OBFF Not
Supported, ExtFmt- EETLPPrefix-
EmergencyPowerReduction Not Supported,
EmergencyPowerReductionInit-
FRS- TPHComp- ExtTPHComp-
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
AtomicOpsCtl: ReqEn-
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkCap2: Supported Link Speeds: 2.5-16GT/s, Crosslink-
Retimer+ 2Retimers+ DRS-
LnkCtl2: Target Link Speed: 16GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range,
EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB
de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -3.5dB,
EqualizationComplete+ EqualizationPhase1+
EqualizationPhase2+ EqualizationPhase3+
LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [a0] MSI: Enable- Count=1/8 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [c0] MSI-X: Enable+ Count=8 Masked-
Vector table: BAR=0 offset=000fe000
PBA: BAR=0 offset=000ff000
Capabilities: [100 v1] Vendor Specific Information: ID=0001
Rev=1 Len=010 <?>
Capabilities: [270 v1] Secondary PCI Express
LnkCtl3: LnkEquIntrruptEn- PerformEqu-
LaneErrStat: 0
Capabilities: [2a0 v1] Access Control Services
ACSCap: SrcValid- TransBlk- ReqRedir- CmpltRedir-
UpstreamFwd- EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir-
UpstreamFwd- EgressCtrl- DirectTrans-
Capabilities: [410 v1] Physical Layer 16.0 GT/s
Phy16Sta: EquComplete+ EquPhase1+ EquPhase2+
EquPhase3+ LinkEquRequest-
Capabilities: [450 v1] Lane Margining at the Receiver
PortCap: Uses Driver-
PortSta: MargReady- MargSoftReady-
Kernel driver in use: xhci_hcd
Thanks
Milan
>
> Thanks
> Mathias
>
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Fwd: USB DBC hang during earlyprintk initialization
2025-10-16 14:31 ` Milan Oravec
@ 2025-10-16 20:49 ` Mathias Nyman
2025-10-20 6:43 ` Milan Oravec
0 siblings, 1 reply; 25+ messages in thread
From: Mathias Nyman @ 2025-10-16 20:49 UTC (permalink / raw)
To: Milan Oravec; +Cc: Greg KH, linux-usb
On 10/16/25 17:31, Milan Oravec wrote:
> Hello Mathias
>
> On Thu, Oct 16, 2025 at 3:42 PM Mathias Nyman
> <mathias.nyman@linux.intel.com> wrote:
>>
>> On 10/15/25 22:11, Milan Oravec wrote:
>>> Hello Greg,
>>> thank you for looking into it.
>>>
>>> On Wed, Oct 15, 2025 at 11:13 AM Greg KH <gregkh@linuxfoundation.org> wrote:
>>>>
>>>> On Wed, Oct 15, 2025 at 09:43:02AM +0200, Milan Oravec wrote:
>>>>> Hello, I'm trying to debug some hibernation related problems on my
>>>>> system, and need a USB DBC to see what is going on after screen off.
>>>>> I've connected USB debugging cable and got this error:
>>>> [St okt 15 20:57:24 2025] Linux version 6.17.3 (migo@migoG17) (gcc
>>> (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #55 SMP
>>> PREEMPT_DYNAMIC Wed Oct 15 19:24:41 CEST 2025
>>> [St okt 15 20:57:24 2025] Command line: BOOT_IMAGE=/vmlinuz
>>> root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=keep,xdbc1
>>> debug ignore_loglevel sysrq_always_enabled
>>> force_early_printk sched_verbose ft usbcore.autosuspend=-1
>>> no_console_suspend hib_compression=lz4
>>> resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
>>> [St okt 15 20:57:24 2025] BIOS-provided physical RAM map:
>>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
>>> 0x0000000000000000-0x000000000009ffff] usable
>>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
>>> 0x00000000000a0000-0x00000000000fffff] reserved
>>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
>>> 0x0000000000100000-0x0000000009afefff] usable
>>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
>>> 0x0000000009aff000-0x0000000009ffffff] reserved
>>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
>>> 0x000000000a000000-0x000000000a1fffff] usable
>>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
>>> 0x000000000a200000-0x000000000a211fff] ACPI NVS
>>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
>>> 0x000000000a212000-0x000000008e43dfff] usable
>>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
>>> 0x000000008e43e000-0x000000009443dfff] reserved
>>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
>>> 0x000000009443e000-0x000000009453dfff] ACPI data
>>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
>>> 0x000000009453e000-0x000000009653dfff] ACPI NVS
>>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
>>> 0x000000009653e000-0x000000009a5fefff] reserved
>>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
>>> 0x000000009a5ff000-0x000000009bffafff] usable
>>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
>>> 0x000000009bffb000-0x000000009cffffff] reserved
>>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
>>> 0x000000009d7f3000-0x000000009fffffff] reserved
>>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
>>> 0x00000000f0000000-0x00000000f7ffffff] reserved
>>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
>>> 0x00000000fd000000-0x00000000ffffffff] reserved
>>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
>>> 0x0000000100000000-0x0000000837ffffff] usable
>>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
>>> 0x0000000838000000-0x0000000857ffffff] reserved
>>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
>>> 0x0000000858000000-0x000000085de7ffff] usable
>>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
>>> 0x000000085eec0000-0x00000008801fffff] reserved
>>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
>>> 0x000000fd00000000-0x000000ffffffffff] reserved
>>> [St okt 15 20:57:24 2025] xhci_dbc:early_xdbc_parse_parameter: dbgp_num: 1
>>> [St okt 15 20:57:24 2025] ------------[ cut here ]------------
>>> [St okt 15 20:57:24 2025] WARNING: CPU: 0 PID: 0 at
>>> mm/early_ioremap.c:139 __early_ioremap+0xae/0x190
>>
>> This WARN in __early_ioremap() is triggered when the size is too large
>>
>> /*
>> * Mappings have to fit in the FIX_BTMAP area.
>> */
>> nrpages = size >> PAGE_SHIFT;
>> if (WARN_ON(nrpages > NR_FIX_BTMAPS))
>> return NULL;
>>
>> The size is in this case read from the PCI config space of the second xHCI PCI
>> controller.
>>
>> Maybe the controller returns odd BAR Address0 size, or we parse it incorrectly.
>>
>> what does "lspci -vv -d ::0c03:30" show?
>
> Here is requested output:
>
> root@migoG17:/home/migo# lspci -vv -d ::0c03:30
> 07:00.0 USB controller: ASMedia Technology Inc. Device 242c (rev 01)
> (prog-if 30 [XHCI])
> Subsystem: ASUSTeK Computer Inc. Device 20af
> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx+
> Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> Latency: 0, Cache Line Size: 64 bytes
> Interrupt: pin A routed to IRQ 25
> IOMMU group: 20
> Region 0: Memory at fc600000 (64-bit, non-prefetchable) [size=32K]
The first xHCI reports size=32K
>
> 09:00.3 USB controller: Advanced Micro Devices, Inc. [AMD]
> Raphael/Granite Ridge USB 3.1 xHCI (prog-if 30 [XHCI])
> Subsystem: ASUSTeK Computer Inc. Device 20af
> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx+
> Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> Latency: 0, Cache Line Size: 64 bytes
> Interrupt: pin D routed to IRQ 48
> IOMMU group: 24
> Region 0: Memory at fc300000 (64-bit, non-prefetchable) [size=1M]
And the second xHCI has size 1M
Best guess is that early_ioremap() doesn't support this large size.
-Mathias
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Fwd: USB DBC hang during earlyprintk initialization
2025-10-16 20:49 ` Mathias Nyman
@ 2025-10-20 6:43 ` Milan Oravec
2025-10-24 15:36 ` Mathias Nyman
0 siblings, 1 reply; 25+ messages in thread
From: Milan Oravec @ 2025-10-20 6:43 UTC (permalink / raw)
To: Mathias Nyman; +Cc: Greg KH, linux-usb
Thank you, is there any workaround for this to get DbC working for me?
On Thu, Oct 16, 2025 at 10:49 PM Mathias Nyman
<mathias.nyman@linux.intel.com> wrote:
>
> On 10/16/25 17:31, Milan Oravec wrote:
> > Hello Mathias
> >
> > On Thu, Oct 16, 2025 at 3:42 PM Mathias Nyman
> > <mathias.nyman@linux.intel.com> wrote:
> >>
> >> On 10/15/25 22:11, Milan Oravec wrote:
> >>> Hello Greg,
> >>> thank you for looking into it.
> >>>
> >>> On Wed, Oct 15, 2025 at 11:13 AM Greg KH <gregkh@linuxfoundation.org> wrote:
> >>>>
> >>>> On Wed, Oct 15, 2025 at 09:43:02AM +0200, Milan Oravec wrote:
> >>>>> Hello, I'm trying to debug some hibernation related problems on my
> >>>>> system, and need a USB DBC to see what is going on after screen off.
> >>>>> I've connected USB debugging cable and got this error:
> >>>> [St okt 15 20:57:24 2025] Linux version 6.17.3 (migo@migoG17) (gcc
> >>> (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #55 SMP
> >>> PREEMPT_DYNAMIC Wed Oct 15 19:24:41 CEST 2025
> >>> [St okt 15 20:57:24 2025] Command line: BOOT_IMAGE=/vmlinuz
> >>> root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=keep,xdbc1
> >>> debug ignore_loglevel sysrq_always_enabled
> >>> force_early_printk sched_verbose ft usbcore.autosuspend=-1
> >>> no_console_suspend hib_compression=lz4
> >>> resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
> >>> [St okt 15 20:57:24 2025] BIOS-provided physical RAM map:
> >>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> >>> 0x0000000000000000-0x000000000009ffff] usable
> >>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> >>> 0x00000000000a0000-0x00000000000fffff] reserved
> >>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> >>> 0x0000000000100000-0x0000000009afefff] usable
> >>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> >>> 0x0000000009aff000-0x0000000009ffffff] reserved
> >>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> >>> 0x000000000a000000-0x000000000a1fffff] usable
> >>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> >>> 0x000000000a200000-0x000000000a211fff] ACPI NVS
> >>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> >>> 0x000000000a212000-0x000000008e43dfff] usable
> >>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> >>> 0x000000008e43e000-0x000000009443dfff] reserved
> >>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> >>> 0x000000009443e000-0x000000009453dfff] ACPI data
> >>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> >>> 0x000000009453e000-0x000000009653dfff] ACPI NVS
> >>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> >>> 0x000000009653e000-0x000000009a5fefff] reserved
> >>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> >>> 0x000000009a5ff000-0x000000009bffafff] usable
> >>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> >>> 0x000000009bffb000-0x000000009cffffff] reserved
> >>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> >>> 0x000000009d7f3000-0x000000009fffffff] reserved
> >>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> >>> 0x00000000f0000000-0x00000000f7ffffff] reserved
> >>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> >>> 0x00000000fd000000-0x00000000ffffffff] reserved
> >>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> >>> 0x0000000100000000-0x0000000837ffffff] usable
> >>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> >>> 0x0000000838000000-0x0000000857ffffff] reserved
> >>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> >>> 0x0000000858000000-0x000000085de7ffff] usable
> >>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> >>> 0x000000085eec0000-0x00000008801fffff] reserved
> >>> [St okt 15 20:57:24 2025] BIOS-e820: [mem
> >>> 0x000000fd00000000-0x000000ffffffffff] reserved
> >>> [St okt 15 20:57:24 2025] xhci_dbc:early_xdbc_parse_parameter: dbgp_num: 1
> >>> [St okt 15 20:57:24 2025] ------------[ cut here ]------------
> >>> [St okt 15 20:57:24 2025] WARNING: CPU: 0 PID: 0 at
> >>> mm/early_ioremap.c:139 __early_ioremap+0xae/0x190
> >>
> >> This WARN in __early_ioremap() is triggered when the size is too large
> >>
> >> /*
> >> * Mappings have to fit in the FIX_BTMAP area.
> >> */
> >> nrpages = size >> PAGE_SHIFT;
> >> if (WARN_ON(nrpages > NR_FIX_BTMAPS))
> >> return NULL;
> >>
> >> The size is in this case read from the PCI config space of the second xHCI PCI
> >> controller.
> >>
> >> Maybe the controller returns odd BAR Address0 size, or we parse it incorrectly.
> >>
> >> what does "lspci -vv -d ::0c03:30" show?
> >
> > Here is requested output:
> >
> > root@migoG17:/home/migo# lspci -vv -d ::0c03:30
> > 07:00.0 USB controller: ASMedia Technology Inc. Device 242c (rev 01)
> > (prog-if 30 [XHCI])
> > Subsystem: ASUSTeK Computer Inc. Device 20af
> > Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> > ParErr- Stepping- SERR- FastB2B- DisINTx+
> > Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> > <TAbort- <MAbort- >SERR- <PERR- INTx-
> > Latency: 0, Cache Line Size: 64 bytes
> > Interrupt: pin A routed to IRQ 25
> > IOMMU group: 20
> > Region 0: Memory at fc600000 (64-bit, non-prefetchable) [size=32K]
>
> The first xHCI reports size=32K
>
> >
> > 09:00.3 USB controller: Advanced Micro Devices, Inc. [AMD]
> > Raphael/Granite Ridge USB 3.1 xHCI (prog-if 30 [XHCI])
> > Subsystem: ASUSTeK Computer Inc. Device 20af
> > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> > ParErr- Stepping- SERR- FastB2B- DisINTx+
> > Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> > <TAbort- <MAbort- >SERR- <PERR- INTx-
> > Latency: 0, Cache Line Size: 64 bytes
> > Interrupt: pin D routed to IRQ 48
> > IOMMU group: 24
> > Region 0: Memory at fc300000 (64-bit, non-prefetchable) [size=1M]
> And the second xHCI has size 1M
>
> Best guess is that early_ioremap() doesn't support this large size.
>
> -Mathias
>
>
>
>
>
>
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Fwd: USB DBC hang during earlyprintk initialization
2025-10-20 6:43 ` Milan Oravec
@ 2025-10-24 15:36 ` Mathias Nyman
2025-10-24 15:41 ` [RFT PATCH] usb: early: xhci-dbc: Try smaller early_ioremap size if original size fails Mathias Nyman
2025-10-24 18:48 ` Fwd: USB DBC hang during earlyprintk initialization Milan Oravec
0 siblings, 2 replies; 25+ messages in thread
From: Mathias Nyman @ 2025-10-24 15:36 UTC (permalink / raw)
To: Milan Oravec; +Cc: Greg KH, linux-usb
On 10/20/25 09:43, Milan Oravec wrote:
> Thank you, is there any workaround for this to get DbC working for me?
I just wrote a quick hack that bluntly retries early_ioremap() with a smaller
size, and then checks if we are lucky and DbC capability in xhci mmio space
is withing this new range.
It will still trigger the same "WARNING: CPU: 0 PID: 0 at mm/early_ioremap.c:139"
messages, possible several, but would be interesting to see if it works.
Thanks
-Mathias
^ permalink raw reply [flat|nested] 25+ messages in thread
* [RFT PATCH] usb: early: xhci-dbc: Try smaller early_ioremap size if original size fails
2025-10-24 15:36 ` Mathias Nyman
@ 2025-10-24 15:41 ` Mathias Nyman
2025-10-26 2:32 ` kernel test robot
2025-10-24 18:48 ` Fwd: USB DBC hang during earlyprintk initialization Milan Oravec
1 sibling, 1 reply; 25+ messages in thread
From: Mathias Nyman @ 2025-10-24 15:41 UTC (permalink / raw)
To: migo.oravec; +Cc: linux-usb, gregkh, Mathias Nyman
Retry early_ioremap() with smaller sizes down to 4k if original size for
remap fails.
Walk the xHCI capabilitues manually while looking for the DbC capability
offset. Making sure we don't go over the new ioremap size limit.
DbC capability is 64bytes itself.
If we are lucky then the vendor has put DbC capability early in the
mmio range, and we can work with a reduced ioremap size
TESTPATCH, Hack with pr_warn() messages
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
---
drivers/usb/early/xhci-dbc.c | 38 +++++++++++++++++++++++++++++++++---
drivers/usb/early/xhci-dbc.h | 1 +
2 files changed, 36 insertions(+), 3 deletions(-)
diff --git a/drivers/usb/early/xhci-dbc.c b/drivers/usb/early/xhci-dbc.c
index 41118bba9197..9a7f3f12f18f 100644
--- a/drivers/usb/early/xhci-dbc.c
+++ b/drivers/usb/early/xhci-dbc.c
@@ -85,8 +85,18 @@ static void __iomem * __init xdbc_map_pci_mmio(u32 bus, u32 dev, u32 func)
xdbc.xhci_start = val64;
xdbc.xhci_length = sz64;
+ xdbc.xhci_orig_length = sz64;
+retry:
base = early_ioremap(val64, sz64);
+ if (!base && sz64 > 0x1000) {
+ pr_warn("Failed to ioremap xhci-dbc with size 0x%llx\n", sz64);
+ sz64 = sz64 >> 1;
+ pr_warn("Retry xhci-dbc ioremap with reduced size 0x%llx\n", sz64);
+ xdbc.xhci_length = sz64;
+ goto retry;
+ }
+
return base;
}
@@ -601,7 +611,8 @@ static int __init xdbc_early_setup(void)
int __init early_xdbc_parse_parameter(char *s, int keep_early)
{
unsigned long dbgp_num = 0;
- u32 bus, dev, func, offset;
+ u32 bus, dev, func, offset = 0;
+ u32 val;
char *e;
int ret;
@@ -640,15 +651,36 @@ int __init early_xdbc_parse_parameter(char *s, int keep_early)
return -EINVAL;
/* Locate DbC registers: */
- offset = xhci_find_next_ext_cap(xdbc.xhci_base, 0, XHCI_EXT_CAPS_DEBUG);
+ if (xdbc.xhci_length == xdbc.xhci_orig_length) {
+ offset = xhci_find_next_ext_cap(xdbc.xhci_base, 0, XHCI_EXT_CAPS_DEBUG);
+ } else {
+ /*
+ * Mapped mmio size cut short from what xhci needs.
+ * Check if this dBc capability is withing the new cut size.
+ * DbC capability needs 64 bytes from its capabilty offset.
+ */
+ do {
+ offset = xhci_find_next_ext_cap(xdbc.xhci_base, offset, 0);
+ if (!offset || (offset + 64 >= xdbc.xhci_length)) {
+ pr_warn("Bad DbC offset 0x%x, max 0x%lx", offset, xdbc.xhci_length);
+ offset = 0;
+ break;
+ }
+ pr_warn("Looking for DbC capability at offset 0x%x", offset);
+ val = readl(xdbc.xhci_base + offset);
+ } while (XHCI_EXT_CAPS_ID(val) != XHCI_EXT_CAPS_DEBUG);
+ }
+
if (!offset) {
- pr_notice("xhci host doesn't support debug capability\n");
+ pr_warn("xhci host doesn't support debug capability\n");
early_iounmap(xdbc.xhci_base, xdbc.xhci_length);
xdbc.xhci_base = NULL;
xdbc.xhci_length = 0;
return -ENODEV;
}
+ pr_warn("DbC capability found at offset 0x%x", offset);
+
xdbc.xdbc_reg = (struct xdbc_regs __iomem *)(xdbc.xhci_base + offset);
return 0;
diff --git a/drivers/usb/early/xhci-dbc.h b/drivers/usb/early/xhci-dbc.h
index 8b4d71de45fc..5c3855862569 100644
--- a/drivers/usb/early/xhci-dbc.h
+++ b/drivers/usb/early/xhci-dbc.h
@@ -146,6 +146,7 @@ struct xdbc_state {
void __iomem *xhci_base;
u64 xhci_start;
size_t xhci_length;
+ size_t xhci_orig_length;
int port_number;
/* DbC register base */
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* Re: Fwd: USB DBC hang during earlyprintk initialization
2025-10-24 15:36 ` Mathias Nyman
2025-10-24 15:41 ` [RFT PATCH] usb: early: xhci-dbc: Try smaller early_ioremap size if original size fails Mathias Nyman
@ 2025-10-24 18:48 ` Milan Oravec
2025-10-27 9:34 ` Mathias Nyman
1 sibling, 1 reply; 25+ messages in thread
From: Milan Oravec @ 2025-10-24 18:48 UTC (permalink / raw)
To: Mathias Nyman; +Cc: Greg KH, linux-usb
Thank you, should try this patch against stable 6.17.5 or 6.18 branch?
It fails with 6.17.5
migo@migoG17:~/build/linux-stable/linux$ patch -p1 < ../dbc.patch
patching file drivers/usb/early/xhci-dbc.c
Hunk #1 FAILED at 85.
Hunk #2 FAILED at 601.
Hunk #3 FAILED at 640.
3 out of 3 hunks FAILED -- saving rejects to file
drivers/usb/early/xhci-dbc.c.rej
patching file drivers/usb/early/xhci-dbc.h
Hunk #1 FAILED at 146.
1 out of 1 hunk FAILED -- saving rejects to file
drivers/usb/early/xhci-dbc.h.rej
On Fri, Oct 24, 2025 at 5:36 PM Mathias Nyman
<mathias.nyman@linux.intel.com> wrote:
>
> On 10/20/25 09:43, Milan Oravec wrote:
> > Thank you, is there any workaround for this to get DbC working for me?
>
> I just wrote a quick hack that bluntly retries early_ioremap() with a smaller
> size, and then checks if we are lucky and DbC capability in xhci mmio space
> is withing this new range.
>
> It will still trigger the same "WARNING: CPU: 0 PID: 0 at mm/early_ioremap.c:139"
> messages, possible several, but would be interesting to see if it works.
>
> Thanks
> -Mathias
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [RFT PATCH] usb: early: xhci-dbc: Try smaller early_ioremap size if original size fails
2025-10-24 15:41 ` [RFT PATCH] usb: early: xhci-dbc: Try smaller early_ioremap size if original size fails Mathias Nyman
@ 2025-10-26 2:32 ` kernel test robot
0 siblings, 0 replies; 25+ messages in thread
From: kernel test robot @ 2025-10-26 2:32 UTC (permalink / raw)
To: Mathias Nyman, migo.oravec
Cc: llvm, oe-kbuild-all, linux-usb, gregkh, Mathias Nyman
Hi Mathias,
kernel test robot noticed the following build warnings:
[auto build test WARNING on usb/usb-testing]
[also build test WARNING on usb/usb-next usb/usb-linus westeri-thunderbolt/next linus/master v6.18-rc2 next-20251024]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Mathias-Nyman/usb-early-xhci-dbc-Try-smaller-early_ioremap-size-if-original-size-fails/20251024-234429
base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-testing
patch link: https://lore.kernel.org/r/20251024154157.40800-1-mathias.nyman%40linux.intel.com
patch subject: [RFT PATCH] usb: early: xhci-dbc: Try smaller early_ioremap size if original size fails
config: i386-randconfig-004-20251026 (https://download.01.org/0day-ci/archive/20251026/202510261010.UvV0M6f5-lkp@intel.com/config)
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251026/202510261010.UvV0M6f5-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202510261010.UvV0M6f5-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/usb/early/xhci-dbc.c:665:55: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Wformat]
665 | pr_warn("Bad DbC offset 0x%x, max 0x%lx", offset, xdbc.xhci_length);
| ~~~ ^~~~~~~~~~~~~~~~
| %zx
include/linux/printk.h:565:37: note: expanded from macro 'pr_warn'
565 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__)
| ~~~ ^~~~~~~~~~~
include/linux/printk.h:512:60: note: expanded from macro 'printk'
512 | #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__)
| ~~~ ^~~~~~~~~~~
include/linux/printk.h:484:19: note: expanded from macro 'printk_index_wrap'
484 | _p_func(_fmt, ##__VA_ARGS__); \
| ~~~~ ^~~~~~~~~~~
1 warning generated.
vim +665 drivers/usb/early/xhci-dbc.c
610
611 int __init early_xdbc_parse_parameter(char *s, int keep_early)
612 {
613 unsigned long dbgp_num = 0;
614 u32 bus, dev, func, offset = 0;
615 u32 val;
616 char *e;
617 int ret;
618
619 if (!early_pci_allowed())
620 return -EPERM;
621
622 early_console_keep = keep_early;
623
624 if (xdbc.xdbc_reg)
625 return 0;
626
627 if (*s) {
628 dbgp_num = simple_strtoul(s, &e, 10);
629 if (s == e)
630 dbgp_num = 0;
631 }
632
633 pr_notice("dbgp_num: %lu\n", dbgp_num);
634
635 /* Locate the host controller: */
636 ret = xdbc_find_dbgp(dbgp_num, &bus, &dev, &func);
637 if (ret) {
638 pr_notice("failed to locate xhci host\n");
639 return -ENODEV;
640 }
641
642 xdbc.vendor = read_pci_config_16(bus, dev, func, PCI_VENDOR_ID);
643 xdbc.device = read_pci_config_16(bus, dev, func, PCI_DEVICE_ID);
644 xdbc.bus = bus;
645 xdbc.dev = dev;
646 xdbc.func = func;
647
648 /* Map the IO memory: */
649 xdbc.xhci_base = xdbc_map_pci_mmio(bus, dev, func);
650 if (!xdbc.xhci_base)
651 return -EINVAL;
652
653 /* Locate DbC registers: */
654 if (xdbc.xhci_length == xdbc.xhci_orig_length) {
655 offset = xhci_find_next_ext_cap(xdbc.xhci_base, 0, XHCI_EXT_CAPS_DEBUG);
656 } else {
657 /*
658 * Mapped mmio size cut short from what xhci needs.
659 * Check if this dBc capability is withing the new cut size.
660 * DbC capability needs 64 bytes from its capabilty offset.
661 */
662 do {
663 offset = xhci_find_next_ext_cap(xdbc.xhci_base, offset, 0);
664 if (!offset || (offset + 64 >= xdbc.xhci_length)) {
> 665 pr_warn("Bad DbC offset 0x%x, max 0x%lx", offset, xdbc.xhci_length);
666 offset = 0;
667 break;
668 }
669 pr_warn("Looking for DbC capability at offset 0x%x", offset);
670 val = readl(xdbc.xhci_base + offset);
671 } while (XHCI_EXT_CAPS_ID(val) != XHCI_EXT_CAPS_DEBUG);
672 }
673
674 if (!offset) {
675 pr_warn("xhci host doesn't support debug capability\n");
676 early_iounmap(xdbc.xhci_base, xdbc.xhci_length);
677 xdbc.xhci_base = NULL;
678 xdbc.xhci_length = 0;
679
680 return -ENODEV;
681 }
682 pr_warn("DbC capability found at offset 0x%x", offset);
683
684 xdbc.xdbc_reg = (struct xdbc_regs __iomem *)(xdbc.xhci_base + offset);
685
686 return 0;
687 }
688
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Fwd: USB DBC hang during earlyprintk initialization
2025-10-24 18:48 ` Fwd: USB DBC hang during earlyprintk initialization Milan Oravec
@ 2025-10-27 9:34 ` Mathias Nyman
2025-10-28 10:13 ` Mathias Nyman
0 siblings, 1 reply; 25+ messages in thread
From: Mathias Nyman @ 2025-10-27 9:34 UTC (permalink / raw)
To: Milan Oravec; +Cc: Greg KH, linux-usb
On 10/24/25 21:48, Milan Oravec wrote:
> Thank you, should try this patch against stable 6.17.5 or 6.18 branch?
> It fails with 6.17.5
>
It was on top of 6.18-rc1, but should apply fine on 6.17.5
Tried myself, saved the email as patch.eml and applied with patch:
mnyman@mnyman-desk:~/src/linux-stable$ git reset --hard v6.17.5
HEAD is now at 99efbd4259f3 Linux 6.17.5
mnyman@mnyman-desk:~/src/linux-stable$ patch -p1 < ~/src/usb/patch/early/patch.eml
(Stripping trailing CRs from patch; use --binary to disable.)
patching file drivers/usb/early/xhci-dbc.c
(Stripping trailing CRs from patch; use --binary to disable.)
patching file drivers/usb/early/xhci-dbc.h
git am also works as it should
mnyman@mnyman-desk:~/src/linux-stable$ git reset --hard v6.17.5
HEAD is now at 99efbd4259f3 Linux 6.17.5
mnyman@mnyman-desk:~/src/linux-stable$ git am ~/src/usb/patch/early/patch.eml
Applying: usb: early: xhci-dbc: Try smaller early_ioremap size if original size fails
mnyman@mnyman-desk:~/src/linux-stable$ git log --oneline
2ab737012cb8 (HEAD -> linux-6.17.y) usb: early: xhci-dbc: Try smaller early_ioremap size if original size fails
99efbd4259f3 (tag: v6.17.5, origin/linux-6.17.y) Linux 6.17.5
...
Maybe you still have some custom dbc hacks on top of 6.17.5 while patching?
Thanks
Mathias
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Fwd: USB DBC hang during earlyprintk initialization
2025-10-27 9:34 ` Mathias Nyman
@ 2025-10-28 10:13 ` Mathias Nyman
2025-10-28 13:29 ` Milan Oravec
0 siblings, 1 reply; 25+ messages in thread
From: Mathias Nyman @ 2025-10-28 10:13 UTC (permalink / raw)
To: Milan Oravec; +Cc: Greg KH, linux-usb
On 10/27/25 11:34, Mathias Nyman wrote:
> On 10/24/25 21:48, Milan Oravec wrote:
>> Thank you, should try this patch against stable 6.17.5 or 6.18 branch?
>> It fails with 6.17.5
>>
>
> It was on top of 6.18-rc1, but should apply fine on 6.17.5
> Tried myself, saved the email as patch.eml and applied with patch:
>
List was accidentally dropped.
Milan got patch running, DbC tried ioremapping smaller and smaller size until it was successful.
DbC capability was within successfully mapped size, but DbC failed to start properly.
Log:
[ 0.000000] Linux version 6.17.5-dirty (migo@migoG17) (gcc (GCC)
...
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: dbgp_num: 1
[ 0.000000] ------------[ cut here ]------------
[ 0.000000] WARNING: CPU: 0 PID: 0 at mm/early_ioremap.c:139
__early_ioremap+0xae/0x190
[ 0.000000] Modules linked in:
[ 0.000000] RIP: __early_ioremap+0xae/0x190
...
[ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Failed to ioremap xhci-dbc with size 0x100000
[ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Retry xhci-dbc ioremap with reduced size 0x80000
[ 0.000000] ------------[ cut here ]------------
[ 0.000000] WARNING: CPU: 0 PID: 0 at mm/early_ioremap.c:139
__early_ioremap+0xae/0x190
[ 0.000000] Modules linked in:
[ 0.000000] Tainted: [W]=WARN
[ 0.000000] RIP: __early_ioremap+0xae/0x190
...
[ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Failed to ioremap xhci-dbc with size 0x80000
[ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Retry xhci-dbc ioremap with reduced size 0x40000
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x480
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x490
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x4a0
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x4c0
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x4e0
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: DbC capability found at offset 0x4e0
...
[ 5.018291] xhci_dbc:early_xdbc_setup_hardware: failed to setup the connection to host
Milan, can you add more debugging into early dbc, showing in detail where it fails.
On top op previous patch:
diff --git a/drivers/usb/early/xhci-dbc.c b/drivers/usb/early/xhci-dbc.c
index 9a7f3f12f18f..dc372f028dc3 100644
--- a/drivers/usb/early/xhci-dbc.c
+++ b/drivers/usb/early/xhci-dbc.c
@@ -29,11 +29,7 @@
static struct xdbc_state xdbc;
static bool early_console_keep;
-#ifdef XDBC_TRACE
-#define xdbc_trace trace_printk
-#else
-static inline void xdbc_trace(const char *fmt, ...) { }
-#endif /* XDBC_TRACE */
+#define xdbc_trace pr_err
static void __iomem * __init xdbc_map_pci_mmio(u32 bus, u32 dev, u32 func)
{
@@ -568,35 +564,42 @@ static int __init xdbc_early_setup(void)
ret = handshake(&xdbc.xdbc_reg->control, CTRL_DBC_ENABLE, 0, 100000, 100);
if (ret)
return ret;
+ pr_notice("DCE successfully cleared");
/* Allocate the table page: */
xdbc.table_base = xdbc_get_page(&xdbc.table_dma);
if (!xdbc.table_base)
return -ENOMEM;
+ pr_notice("Successfully got xdbc table_dma page");
/* Get and store the transfer buffer: */
xdbc.out_buf = xdbc_get_page(&xdbc.out_dma);
if (!xdbc.out_buf)
return -ENOMEM;
+ pr_notice("Successfully got xdbc out_dma page");
/* Allocate the event ring: */
ret = xdbc_alloc_ring(&xdbc.evt_seg, &xdbc.evt_ring);
if (ret < 0)
return ret;
+ pr_notice("Successfully allocated event ring");
/* Allocate IN/OUT endpoint transfer rings: */
ret = xdbc_alloc_ring(&xdbc.in_seg, &xdbc.in_ring);
if (ret < 0)
return ret;
+ pr_notice("Successfully allocated in ring");
ret = xdbc_alloc_ring(&xdbc.out_seg, &xdbc.out_ring);
if (ret < 0)
return ret;
+ pr_notice("Successfully allocated out ring");
xdbc_mem_init();
ret = xdbc_start();
if (ret < 0) {
+ pr_notice("Failed to start xdbc ret: %d", ret);
writel(0, &xdbc.xdbc_reg->control);
return ret;
}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* Re: Fwd: USB DBC hang during earlyprintk initialization
2025-10-28 10:13 ` Mathias Nyman
@ 2025-10-28 13:29 ` Milan Oravec
2025-10-28 17:19 ` Mathias Nyman
0 siblings, 1 reply; 25+ messages in thread
From: Milan Oravec @ 2025-10-28 13:29 UTC (permalink / raw)
To: Mathias Nyman; +Cc: Greg KH, linux-usb
Hello Mathias, here is dmesg output after applying additional patch:
[Ut okt 28 14:07:39 2025] Linux version 6.17.5-dirty (migo@migoG17)
(gcc (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #59 SMP
PREEMPT_DYNAMIC Tue Oct 28 11:54:08 CET
2025
[Ut okt 28 14:07:39 2025] Command line: BOOT_IMAGE=/vmlinuz
root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=keep,xdbc1
debug ignore_loglevel sysrq_always_enabled
force_early_printk sched_verbose ft usbcore.autosuspend=-1
no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[Ut okt 28 14:07:39 2025] BIOS-provided physical RAM map:
[Ut okt 28 14:07:39 2025] BIOS-e820: [mem
0x0000000000000000-0x000000000009ffff] usable
[Ut okt 28 14:07:39 2025] BIOS-e820: [mem
0x00000000000a0000-0x00000000000fffff] reserved
[Ut okt 28 14:07:39 2025] BIOS-e820: [mem
0x0000000000100000-0x0000000009afefff] usable
[Ut okt 28 14:07:39 2025] BIOS-e820: [mem
0x0000000009aff000-0x0000000009ffffff] reserved
[Ut okt 28 14:07:39 2025] BIOS-e820: [mem
0x000000000a000000-0x000000000a1fffff] usable
[Ut okt 28 14:07:39 2025] BIOS-e820: [mem
0x000000000a200000-0x000000000a211fff] ACPI NVS
[Ut okt 28 14:07:39 2025] BIOS-e820: [mem
0x000000000a212000-0x000000008e43bfff] usable
[Ut okt 28 14:07:39 2025] BIOS-e820: [mem
0x000000008e43c000-0x000000009443bfff] reserved
[Ut okt 28 14:07:39 2025] BIOS-e820: [mem
0x000000009443c000-0x000000009453bfff] ACPI data
[Ut okt 28 14:07:39 2025] BIOS-e820: [mem
0x000000009453c000-0x000000009653bfff] ACPI NVS
[Ut okt 28 14:07:39 2025] BIOS-e820: [mem
0x000000009653c000-0x000000009a5fefff] reserved
[Ut okt 28 14:07:39 2025] BIOS-e820: [mem
0x000000009a5ff000-0x000000009bffafff] usable
[Ut okt 28 14:07:39 2025] BIOS-e820: [mem
0x000000009bffb000-0x000000009cffffff] reserved
[Ut okt 28 14:07:39 2025] BIOS-e820: [mem
0x000000009d7f3000-0x000000009fffffff] reserved
[Ut okt 28 14:07:39 2025] BIOS-e820: [mem
0x00000000f0000000-0x00000000f7ffffff] reserved
[Ut okt 28 14:07:39 2025] BIOS-e820: [mem
0x00000000fd000000-0x00000000ffffffff] reserved
[Ut okt 28 14:07:39 2025] BIOS-e820: [mem
0x0000000100000000-0x0000000837ffffff] usable
[Ut okt 28 14:07:39 2025] BIOS-e820: [mem
0x0000000838000000-0x0000000857ffffff] reserved
[Ut okt 28 14:07:39 2025] BIOS-e820: [mem
0x0000000858000000-0x000000085de7ffff] usable
[Ut okt 28 14:07:39 2025] BIOS-e820: [mem
0x000000085eec0000-0x00000008801fffff] reserved
[Ut okt 28 14:07:39 2025] BIOS-e820: [mem
0x000000fd00000000-0x000000ffffffffff] reserved
[Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: dbgp_num: 1
[Ut okt 28 14:07:39 2025] ------------[ cut here ]------------
[Ut okt 28 14:07:39 2025] WARNING: CPU: 0 PID: 0 at
mm/early_ioremap.c:139 __early_ioremap+0xae/0x190
[Ut okt 28 14:07:39 2025] Modules linked in:
[Ut okt 28 14:07:39 2025] RIP: __early_ioremap+0xae/0x190
[Ut okt 28 14:07:39 2025] Code: 00 3b 98 b7 4c 89 ca 48 81 e3 00 f0 ff
ff 48 81 e2 00 f0 ff ff 48 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89
d5 83 fa 40 76 04 <0f> 0b eb a2 6
b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
All code
========
0: 00 3b add %bh,(%rbx)
2: 98 cwtl
3: b7 4c mov $0x4c,%bh
5: 89 ca mov %ecx,%edx
7: 48 81 e3 00 f0 ff ff and $0xfffffffffffff000,%rbx
e: 48 81 e2 00 f0 ff ff and $0xfffffffffffff000,%rdx
15: 48 29 d3 sub %rdx,%rbx
18: 48 89 14 24 mov %rdx,(%rsp)
1c: 48 89 da mov %rbx,%rdx
1f: 48 c1 ea 0c shr $0xc,%rdx
23: 89 d5 mov %edx,%ebp
25: 83 fa 40 cmp $0x40,%edx
28: 76 04 jbe 0x2e
2a:* 0f 0b ud2 <-- trapping instruction
2c: eb a2 jmp 0xffffffffffffffd0
2e: 6b c0 c0 imul $0xffffffc0,%eax,%eax
31: 4d 89 ce mov %r9,%r14
34: 41 81 e6 ff 0f 00 00 and $0xfff,%r14d
3b: 44 rex.R
3c: 8d .byte 0x8d
3d: b8 .byte 0xb8
3e: ff .byte 0xff
3f: 05 .byte 0x5
Code starting with the faulting instruction
===========================================
0: 0f 0b ud2
2: eb a2 jmp 0xffffffffffffffa6
4: 6b c0 c0 imul $0xffffffc0,%eax,%eax
7: 4d 89 ce mov %r9,%r14
a: 41 81 e6 ff 0f 00 00 and $0xfff,%r14d
11: 44 rex.R
12: 8d .byte 0x8d
13: b8 .byte 0xb8
14: ff .byte 0xff
15: 05 .byte 0x5
[Ut okt 28 14:07:39 2025] RSP: 0000:ffffffffb7003cb8 EFLAGS: 00010006
ORIG_RAX: 0000000000000000
[Ut okt 28 14:07:39 2025] RAX: 0000000000000000 RBX: 0000000000100000
RCX: 0000000000100000
[Ut okt 28 14:07:39 2025] RDX: 0000000000000100 RSI: 0000000000100000
RDI: 00000000fc300000
[Ut okt 28 14:07:39 2025] RBP: 0000000000000100 R08: 0000000000000000
R09: 00000000fc300000
[Ut okt 28 14:07:39 2025] R10: ffffffffb7079660 R11: ffffffffb7003ad0
R12: 8000000000000163
[Ut okt 28 14:07:39 2025] R13: 0000000000000000 R14: 0000000000000000
R15: 00000000fc300000
[Ut okt 28 14:07:39 2025] FS: 0000000000000000(0000)
GS:0000000000000000(0000) knlGS:0000000000000000
[Ut okt 28 14:07:39 2025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[Ut okt 28 14:07:39 2025] CR2: ffff888000000413 CR3: 00000001ce68a000
CR4: 00000000000000b0
[Ut okt 28 14:07:39 2025] Call Trace:
[Ut okt 28 14:07:39 2025] <TASK>
[Ut okt 28 14:07:39 2025] ? early_xdbc_parse_parameter+0x3b7/0x430
[Ut okt 28 14:07:39 2025] ? setup_early_printk+0x51b/0x540
[Ut okt 28 14:07:39 2025] ? do_early_param+0x41/0x70
[Ut okt 28 14:07:39 2025] ? parse_args+0x210/0x3e0
[Ut okt 28 14:07:39 2025] ? __pfx_do_early_param+0x10/0x10
[Ut okt 28 14:07:39 2025] ? parse_early_options+0x29/0x30
[Ut okt 28 14:07:39 2025] ? __pfx_do_early_param+0x10/0x10
[Ut okt 28 14:07:39 2025] ? parse_early_param+0x64/0xc0
[Ut okt 28 14:07:39 2025] ? setup_arch+0x4c4/0xb40
[Ut okt 28 14:07:39 2025] ? _printk+0x6b/0x90
[Ut okt 28 14:07:39 2025] ? start_kernel+0x6b/0x9b0
[Ut okt 28 14:07:39 2025] ? x86_64_start_reservations+0x24/0x30
[Ut okt 28 14:07:39 2025] ? x86_64_start_kernel+0xd3/0xe0
[Ut okt 28 14:07:39 2025] ? common_startup_64+0x13e/0x141
[Ut okt 28 14:07:39 2025] </TASK>
[Ut okt 28 14:07:39 2025] ---[ end trace 0000000000000000 ]---
[Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_map_pci_mmio: Failed to
ioremap xhci-dbc with size 0x100000
[Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_map_pci_mmio: Retry xhci-dbc
ioremap with reduced size 0x80000
[Ut okt 28 14:07:39 2025] ------------[ cut here ]------------
[Ut okt 28 14:07:39 2025] WARNING: CPU: 0 PID: 0 at
mm/early_ioremap.c:139 __early_ioremap+0xae/0x190
[Ut okt 28 14:07:39 2025] Modules linked in:
[Ut okt 28 14:07:39 2025] Tainted: [W]=WARN
[Ut okt 28 14:07:39 2025] RIP: __early_ioremap+0xae/0x190
[Ut okt 28 14:07:39 2025] Code: 00 3b 98 b7 4c 89 ca 48 81 e3 00 f0 ff
ff 48 81 e2 00 f0 ff ff 48 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89
d5 83 fa 40 76 04 <0f> 0b eb a2 6
b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
All code
========
0: 00 3b add %bh,(%rbx)
2: 98 cwtl
3: b7 4c mov $0x4c,%bh
5: 89 ca mov %ecx,%edx
7: 48 81 e3 00 f0 ff ff and $0xfffffffffffff000,%rbx
e: 48 81 e2 00 f0 ff ff and $0xfffffffffffff000,%rdx
15: 48 29 d3 sub %rdx,%rbx
18: 48 89 14 24 mov %rdx,(%rsp)
1c: 48 89 da mov %rbx,%rdx
1f: 48 c1 ea 0c shr $0xc,%rdx
23: 89 d5 mov %edx,%ebp
25: 83 fa 40 cmp $0x40,%edx
28: 76 04 jbe 0x2e
2a:* 0f 0b ud2 <-- trapping instruction
2c: eb a2 jmp 0xffffffffffffffd0
2e: 6b c0 c0 imul $0xffffffc0,%eax,%eax
31: 4d 89 ce mov %r9,%r14
34: 41 81 e6 ff 0f 00 00 and $0xfff,%r14d
3b: 44 rex.R
3c: 8d .byte 0x8d
3d: b8 .byte 0xb8
3e: ff .byte 0xff
3f: 05 .byte 0x5
Code starting with the faulting instruction
===========================================
0: 0f 0b ud2
2: eb a2 jmp 0xffffffffffffffa6
4: 6b c0 c0 imul $0xffffffc0,%eax,%eax
7: 4d 89 ce mov %r9,%r14
a: 41 81 e6 ff 0f 00 00 and $0xfff,%r14d
11: 44 rex.R
12: 8d .byte 0x8d
13: b8 .byte 0xb8
14: ff .byte 0xff
15: 05 .byte 0x5
[Ut okt 28 14:07:39 2025] RSP: 0000:ffffffffb7003cb8 EFLAGS: 00010002
ORIG_RAX: 0000000000000000
[Ut okt 28 14:07:39 2025] RAX: 0000000000000000 RBX: 0000000000080000
RCX: 0000000000080000
[Ut okt 28 14:07:39 2025] RDX: 0000000000000080 RSI: 0000000000080000
RDI: 00000000fc300000
[Ut okt 28 14:07:39 2025] RBP: 0000000000000080 R08: 0000000000000000
R09: 00000000fc300000
[Ut okt 28 14:07:39 2025] R10: ffffffffb7079660 R11: ffffffffb7003ad0
R12: 8000000000000163
[Ut okt 28 14:07:39 2025] R13: 0000000000000000 R14: 0000000000000000
R15: 00000000fc300000
[Ut okt 28 14:07:39 2025] FS: 0000000000000000(0000)
GS:0000000000000000(0000) knlGS:0000000000000000
[Ut okt 28 14:07:39 2025] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[Ut okt 28 14:07:39 2025] CR2: ffff888000000413 CR3: 00000001ce68a000
CR4: 00000000000000b0
[Ut okt 28 14:07:39 2025] Call Trace:
[Ut okt 28 14:07:39 2025] <TASK>
[Ut okt 28 14:07:39 2025] ? early_xdbc_parse_parameter+0x3b7/0x430
[Ut okt 28 14:07:39 2025] ? setup_early_printk+0x51b/0x540
[Ut okt 28 14:07:39 2025] ? do_early_param+0x41/0x70
[Ut okt 28 14:07:39 2025] ? parse_args+0x210/0x3e0
[Ut okt 28 14:07:39 2025] ? __pfx_do_early_param+0x10/0x10
[Ut okt 28 14:07:39 2025] ? parse_early_options+0x29/0x30
[Ut okt 28 14:07:39 2025] ? __pfx_do_early_param+0x10/0x10
[Ut okt 28 14:07:39 2025] ? parse_early_param+0x64/0xc0
[Ut okt 28 14:07:39 2025] ? setup_arch+0x4c4/0xb40
[Ut okt 28 14:07:39 2025] ? _printk+0x6b/0x90
[Ut okt 28 14:07:39 2025] ? start_kernel+0x6b/0x9b0
[Ut okt 28 14:07:39 2025] ? x86_64_start_reservations+0x24/0x30
[Ut okt 28 14:07:39 2025] ? x86_64_start_kernel+0xd3/0xe0
[Ut okt 28 14:07:39 2025] ? common_startup_64+0x13e/0x141
[Ut okt 28 14:07:39 2025] </TASK>
[Ut okt 28 14:07:39 2025] ---[ end trace 0000000000000000 ]---
[Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_map_pci_mmio: Failed to
ioremap xhci-dbc with size 0x80000
[Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_map_pci_mmio: Retry xhci-dbc
ioremap with reduced size 0x40000
[Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: Looking
for DbC capability at offset 0x480
[Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: Looking
for DbC capability at offset 0x490
[Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: Looking
for DbC capability at offset 0x4a0
[Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: Looking
for DbC capability at offset 0x4c0
[Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: Looking
for DbC capability at offset 0x4e0
[Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: DbC
capability found at offset 0x4e0
[Ut okt 28 14:07:39 2025] printk: debug: ignoring loglevel setting.
[Ut okt 28 14:07:39 2025] NX (Execute Disable) protection: active
[Ut okt 28 14:07:39 2025] APIC: Static calls initialized
[Ut okt 28 14:07:39 2025] efi: EFI v2.8 by American Megatrends
[Ut okt 28 14:07:39 2025] efi: ACPI=0x9453b000 ACPI 2.0=0x9453b014
TPMFinalLog=0x964f2000 SMBIOS=0x9a165000 SMBIOS 3.0=0x9a164000
MEMATTR=0x8a08d318 ESRT=0x8b3d2118 INITRD=0
x888efb18 RNG=0x944cf018 TPMEventLog=0x944ce018
[Ut okt 28 14:07:39 2025] random: crng init done
[Ut okt 28 14:07:39 2025] efi: Remove mem50: MMIO
range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[Ut okt 28 14:07:39 2025] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[Ut okt 28 14:07:39 2025] efi: Remove mem51: MMIO
range=[0xfd000000-0xfedfffff] (30MB) from e820 map
[Ut okt 28 14:07:39 2025] e820: remove [mem 0xfd000000-0xfedfffff] reserved
[Ut okt 28 14:07:39 2025] efi: Not removing mem52: MMIO
range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[Ut okt 28 14:07:39 2025] efi: Remove mem53: MMIO
range=[0xfee01000-0xffffffff] (17MB) from e820 map
[Ut okt 28 14:07:39 2025] e820: remove [mem 0xfee01000-0xffffffff] reserved
[Ut okt 28 14:07:39 2025] efi: Remove mem56: MMIO
range=[0x860000000-0x8801fffff] (514MB) from e820 map
[Ut okt 28 14:07:39 2025] e820: remove [mem 0x860000000-0x8801fffff] reserved
[Ut okt 28 14:07:39 2025] SMBIOS 3.5.0 present.
[Ut okt 28 14:07:39 2025] DMI: ASUSTeK COMPUTER INC. ROG Strix
G713PV_G713PV/G713PV, BIOS G713PV.336 10/01/2025
[Ut okt 28 14:07:39 2025] DMI: Memory slots populated: 2/2
[Ut okt 28 14:07:39 2025] tsc: Fast TSC calibration using PIT
[Ut okt 28 14:07:39 2025] tsc: Detected 2994.158 MHz processor
[Ut okt 28 14:07:39 2025] e820: update [mem 0x00000000-0x00000fff]
usable ==> reserved
[Ut okt 28 14:07:39 2025] e820: remove [mem 0x000a0000-0x000fffff] usable
[Ut okt 28 14:07:39 2025] last_pfn = 0x85de80 max_arch_pfn = 0x400000000
[Ut okt 28 14:07:39 2025] MTRR map: 6 entries (3 fixed + 3 variable;
max 20), built from 9 variable MTRRs
[Ut okt 28 14:07:39 2025] x86/PAT: Configuration [0-7]: WB WC UC- UC
WB WP UC- WT
[Ut okt 28 14:07:39 2025] last_pfn = 0x9bffb max_arch_pfn = 0x400000000
[Ut okt 28 14:07:39 2025] esrt: Reserving ESRT space from
0x000000008b3d2118 to 0x000000008b3d2150.
[Ut okt 28 14:07:39 2025] e820: update [mem 0x8b3d2000-0x8b3d2fff]
usable ==> reserved
[Ut okt 28 14:07:39 2025] Using GB pages for direct mapping
[Ut okt 28 14:07:39 2025] Secure boot disabled
[Ut okt 28 14:07:39 2025] RAMDISK: [mem 0x79b00000-0x84c36fff]
[Ut okt 28 14:07:39 2025] ACPI: Early table checksum verification disabled
[Ut okt 28 14:07:39 2025] ACPI: RSDP 0x000000009453B014 000024 (v02 _ASUS_)
[Ut okt 28 14:07:39 2025] ACPI: XSDT 0x000000009453A728 00014C (v01
_ASUS_ Notebook 01072009 AMI 01000013)
[Ut okt 28 14:07:39 2025] ACPI: FACP 0x000000009452F000 000114 (v06
_ASUS_ Notebook 01072009 AMI 00010013)
[Ut okt 28 14:07:39 2025] ACPI: DSDT 0x0000000094520000 00EF7C (v02
_ASUS_ Notebook 01072009 INTL 20230331)
[Ut okt 28 14:07:39 2025] ACPI: FACS 0x0000000096522000 000040
[Ut okt 28 14:07:39 2025] ACPI: IVRS 0x0000000094539000 0001A4 (v02
AMD AmdTable 00000001 AMD 00000001)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x0000000094531000 007F51 (v02
AMD Vortex 00000002 MSFT 05000000)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x0000000094530000 000309 (v02
_ASUS_ CPUSSDT 01072009 AMI 01072009)
[Ut okt 28 14:07:39 2025] ACPI: FIDT 0x000000009451F000 00009C (v01
_ASUS_ Notebook 01072009 AMI 00010013)
[Ut okt 28 14:07:39 2025] ACPI: MCFG 0x000000009451E000 00003C (v01
_ASUS_ Notebook 01072009 MSFT 00010013)
[Ut okt 28 14:07:39 2025] ACPI: HPET 0x000000009451D000 000038 (v01
_ASUS_ Notebook 01072009 AMI 00000005)
[Ut okt 28 14:07:39 2025] ACPI: FPDT 0x000000009451C000 000044 (v01
_ASUS_ A M I 01072009 AMI 01000013)
[Ut okt 28 14:07:39 2025] ACPI: VFCT 0x0000000094511000 00AE84 (v01
_ASUS_ Notebook 00000001 AMD 33504F47)
[Ut okt 28 14:07:39 2025] ACPI: BGRT 0x0000000094510000 000038 (v01
_ASUS_ Notebook 01072009 AMI 00010013)
[Ut okt 28 14:07:39 2025] ACPI: TPM2 0x000000009450F000 00004C (v04
_ASUS_ Notebook 00000001 AMI 00000000)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x0000000094507000 0074CE (v02
AMD AmdTable 00000001 AMD 00000001)
[Ut okt 28 14:07:39 2025] ACPI: CRAT 0x0000000094505000 001628 (v01
AMD AmdTable 00000001 AMD 00000001)
[Ut okt 28 14:07:39 2025] ACPI: CDIT 0x0000000094504000 000029 (v01
AMD AmdTable 00000001 AMD 00000001)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x00000000944F9000 00A9F1 (v02
AMD DISCUSB4 00000002 INTL 20230331)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x00000000944F8000 0006B5 (v02
AMD CPMWLRC 00000001 INTL 20230331)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x00000000944F6000 0015B8 (v02
AMD CPMDFIG2 00000001 INTL 20230331)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x00000000944F3000 0029DC (v02
AMD CDFAAIG2 00000001 INTL 20230331)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x00000000944ED000 003949 (v02
_ASUS_ Nv18dGPU 00000001 INTL 20230331)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x00000000944E3000 009713 (v02
AMD CPMCMN 00000001 INTL 20230331)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x00000000944E0000 0022AD (v02
AMD AOD 00000001 INTL 20230331)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x00000000944F2000 000EA2 (v02
AMD NVME 00000001 INTL 20230331)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x00000000944F1000 000EA2 (v02
AMD NVME 00000001 INTL 20230331)
[Ut okt 28 14:07:39 2025] ACPI: WSMT 0x00000000944DF000 000028 (v01
_ASUS_ Notebook 01072009 AMI 00010013)
[Ut okt 28 14:07:39 2025] ACPI: APIC 0x00000000944DE000 00015E (v05
_ASUS_ Notebook 01072009 AMI 00010013)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x00000000944DC000 001BAF (v02
AMD GPP_PME_ 00000001 INTL 20230331)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x00000000944DB000 0006DA (v02
AMD EXTGPP00 00000001 INTL 20230331)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x00000000944DA000 000952 (v02
AMD CPMMSOSC 00000001 INTL 20230331)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x00000000944D9000 000464 (v02
AMD AMDWOV 00000001 INTL 20230331)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x00000000944D8000 000E06 (v02
AMD CPMUCSI 00000001 INTL 20230331)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x00000000944D7000 00008D (v02
AMD CPMMSLPI 00000001 INTL 20230331)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x00000000944D6000 0008F2 (v02
AMD TZ01 00000001 INTL 20230331)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x00000000944D5000 00066F (v02
AMD XHCI 00000001 INTL 20230331)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x00000000944D4000 00070D (v02
AMD GPIORPL 00000001 INTL 20230331)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x00000000944D3000 000D67 (v02
AMD UPEPRPL 00000001 INTL 20230331)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x00000000944D2000 00067B (v02
AMD GPPRPL 00000001 INTL 20230331)
[Ut okt 28 14:07:39 2025] ACPI: SSDT 0x00000000944D0000 00102E (v02
AMD CPMACPV7 00000001 INTL 20230331)
[Ut okt 28 14:07:39 2025] ACPI: Reserving FACP table memory at [mem
0x9452f000-0x9452f113]
[Ut okt 28 14:07:39 2025] ACPI: Reserving DSDT table memory at [mem
0x94520000-0x9452ef7b]
[Ut okt 28 14:07:39 2025] ACPI: Reserving FACS table memory at [mem
0x96522000-0x9652203f]
[Ut okt 28 14:07:39 2025] ACPI: Reserving IVRS table memory at [mem
0x94539000-0x945391a3]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x94531000-0x94538f50]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x94530000-0x94530308]
[Ut okt 28 14:07:39 2025] ACPI: Reserving FIDT table memory at [mem
0x9451f000-0x9451f09b]
[Ut okt 28 14:07:39 2025] ACPI: Reserving MCFG table memory at [mem
0x9451e000-0x9451e03b]
[Ut okt 28 14:07:39 2025] ACPI: Reserving HPET table memory at [mem
0x9451d000-0x9451d037]
[Ut okt 28 14:07:39 2025] ACPI: Reserving FPDT table memory at [mem
0x9451c000-0x9451c043]
[Ut okt 28 14:07:39 2025] ACPI: Reserving VFCT table memory at [mem
0x94511000-0x9451be83]
[Ut okt 28 14:07:39 2025] ACPI: Reserving BGRT table memory at [mem
0x94510000-0x94510037]
[Ut okt 28 14:07:39 2025] ACPI: Reserving TPM2 table memory at [mem
0x9450f000-0x9450f04b]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x94507000-0x9450e4cd]
[Ut okt 28 14:07:39 2025] ACPI: Reserving CRAT table memory at [mem
0x94505000-0x94506627]
[Ut okt 28 14:07:39 2025] ACPI: Reserving CDIT table memory at [mem
0x94504000-0x94504028]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x944f9000-0x945039f0]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x944f8000-0x944f86b4]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x944f6000-0x944f75b7]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x944f3000-0x944f59db]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x944ed000-0x944f0948]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x944e3000-0x944ec712]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x944e0000-0x944e22ac]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x944f2000-0x944f2ea1]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x944f1000-0x944f1ea1]
[Ut okt 28 14:07:39 2025] ACPI: Reserving WSMT table memory at [mem
0x944df000-0x944df027]
[Ut okt 28 14:07:39 2025] ACPI: Reserving APIC table memory at [mem
0x944de000-0x944de15d]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x944dc000-0x944ddbae]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x944db000-0x944db6d9]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x944da000-0x944da951]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x944d9000-0x944d9463]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x944d8000-0x944d8e05]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x944d7000-0x944d708c]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x944d6000-0x944d68f1]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x944d5000-0x944d566e]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x944d4000-0x944d470c]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x944d3000-0x944d3d66]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x944d2000-0x944d267a]
[Ut okt 28 14:07:39 2025] ACPI: Reserving SSDT table memory at [mem
0x944d0000-0x944d102d]
[Ut okt 28 14:07:39 2025] No NUMA configuration found
[Ut okt 28 14:07:39 2025] Faking a node at [mem
0x0000000000000000-0x000000085de7ffff]
[Ut okt 28 14:07:39 2025] NODE_DATA(0) allocated [mem 0x85de552c0-0x85de7ffff]
[Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: DCE successfully cleared
[Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: Successfully got
xdbc table_dma page
[Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: Successfully got
xdbc out_dma page
[Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: Successfully
allocated event ring
[Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: Successfully
allocated in ring
[Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: Successfully
allocated out ring
[Ut okt 28 14:07:44 2025] xhci_dbc:xdbc_start: waiting for connection timed out
[Ut okt 28 14:07:44 2025] xhci_dbc:xdbc_early_setup: Failed to start
xdbc ret: -110
[Ut okt 28 14:07:44 2025] xhci_dbc:early_xdbc_setup_hardware: failed
to setup the connection to host
[Ut okt 28 14:07:44 2025] Zone ranges:
[Ut okt 28 14:07:44 2025] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[Ut okt 28 14:07:44 2025] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[Ut okt 28 14:07:44 2025] Normal [mem 0x0000000100000000-0x000000085de7ffff]
[Ut okt 28 14:07:44 2025] Device empty
[Ut okt 28 14:07:44 2025] Movable zone start for each node
[Ut okt 28 14:07:44 2025] Early memory node ranges
I've tested cable afterwards:
echo enable > /sys/devices/pci0000:00/0000:00:08.1/0000:09:00.4/dbc
[Ut okt 28 14:12:28 2025] xhci_hcd 0000:09:00.4: DbC connected
[Ut okt 28 14:12:29 2025] xhci_hcd 0000:09:00.4: DbC configured
so cable is not the problem here...
Thank you!
On Tue, Oct 28, 2025 at 11:13 AM Mathias Nyman
<mathias.nyman@linux.intel.com> wrote:
>
> On 10/27/25 11:34, Mathias Nyman wrote:
> > On 10/24/25 21:48, Milan Oravec wrote:
> >> Thank you, should try this patch against stable 6.17.5 or 6.18 branch?
> >> It fails with 6.17.5
> >>
> >
> > It was on top of 6.18-rc1, but should apply fine on 6.17.5
> > Tried myself, saved the email as patch.eml and applied with patch:
> >
>
> List was accidentally dropped.
> Milan got patch running, DbC tried ioremapping smaller and smaller size until it was successful.
> DbC capability was within successfully mapped size, but DbC failed to start properly.
>
> Log:
> [ 0.000000] Linux version 6.17.5-dirty (migo@migoG17) (gcc (GCC)
> ...
> [ 0.000000] xhci_dbc:early_xdbc_parse_parameter: dbgp_num: 1
> [ 0.000000] ------------[ cut here ]------------
> [ 0.000000] WARNING: CPU: 0 PID: 0 at mm/early_ioremap.c:139
> __early_ioremap+0xae/0x190
> [ 0.000000] Modules linked in:
> [ 0.000000] RIP: __early_ioremap+0xae/0x190
> ...
> [ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Failed to ioremap xhci-dbc with size 0x100000
> [ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Retry xhci-dbc ioremap with reduced size 0x80000
> [ 0.000000] ------------[ cut here ]------------
> [ 0.000000] WARNING: CPU: 0 PID: 0 at mm/early_ioremap.c:139
> __early_ioremap+0xae/0x190
> [ 0.000000] Modules linked in:
> [ 0.000000] Tainted: [W]=WARN
> [ 0.000000] RIP: __early_ioremap+0xae/0x190
> ...
> [ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Failed to ioremap xhci-dbc with size 0x80000
> [ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Retry xhci-dbc ioremap with reduced size 0x40000
> [ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x480
> [ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x490
> [ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x4a0
> [ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x4c0
> [ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x4e0
> [ 0.000000] xhci_dbc:early_xdbc_parse_parameter: DbC capability found at offset 0x4e0
> ...
> [ 5.018291] xhci_dbc:early_xdbc_setup_hardware: failed to setup the connection to host
>
> Milan, can you add more debugging into early dbc, showing in detail where it fails.
> On top op previous patch:
>
> diff --git a/drivers/usb/early/xhci-dbc.c b/drivers/usb/early/xhci-dbc.c
> index 9a7f3f12f18f..dc372f028dc3 100644
> --- a/drivers/usb/early/xhci-dbc.c
> +++ b/drivers/usb/early/xhci-dbc.c
> @@ -29,11 +29,7 @@
> static struct xdbc_state xdbc;
> static bool early_console_keep;
>
> -#ifdef XDBC_TRACE
> -#define xdbc_trace trace_printk
> -#else
> -static inline void xdbc_trace(const char *fmt, ...) { }
> -#endif /* XDBC_TRACE */
> +#define xdbc_trace pr_err
>
> static void __iomem * __init xdbc_map_pci_mmio(u32 bus, u32 dev, u32 func)
> {
> @@ -568,35 +564,42 @@ static int __init xdbc_early_setup(void)
> ret = handshake(&xdbc.xdbc_reg->control, CTRL_DBC_ENABLE, 0, 100000, 100);
> if (ret)
> return ret;
> + pr_notice("DCE successfully cleared");
>
> /* Allocate the table page: */
> xdbc.table_base = xdbc_get_page(&xdbc.table_dma);
> if (!xdbc.table_base)
> return -ENOMEM;
> + pr_notice("Successfully got xdbc table_dma page");
>
> /* Get and store the transfer buffer: */
> xdbc.out_buf = xdbc_get_page(&xdbc.out_dma);
> if (!xdbc.out_buf)
> return -ENOMEM;
> + pr_notice("Successfully got xdbc out_dma page");
>
> /* Allocate the event ring: */
> ret = xdbc_alloc_ring(&xdbc.evt_seg, &xdbc.evt_ring);
> if (ret < 0)
> return ret;
> + pr_notice("Successfully allocated event ring");
>
> /* Allocate IN/OUT endpoint transfer rings: */
> ret = xdbc_alloc_ring(&xdbc.in_seg, &xdbc.in_ring);
> if (ret < 0)
> return ret;
> + pr_notice("Successfully allocated in ring");
>
> ret = xdbc_alloc_ring(&xdbc.out_seg, &xdbc.out_ring);
> if (ret < 0)
> return ret;
> + pr_notice("Successfully allocated out ring");
>
> xdbc_mem_init();
>
> ret = xdbc_start();
> if (ret < 0) {
> + pr_notice("Failed to start xdbc ret: %d", ret);
> writel(0, &xdbc.xdbc_reg->control);
> return ret;
> }
>
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Fwd: USB DBC hang during earlyprintk initialization
2025-10-28 13:29 ` Milan Oravec
@ 2025-10-28 17:19 ` Mathias Nyman
2025-10-28 18:10 ` Milan Oravec
0 siblings, 1 reply; 25+ messages in thread
From: Mathias Nyman @ 2025-10-28 17:19 UTC (permalink / raw)
To: Milan Oravec; +Cc: Greg KH, linux-usb
On 10/28/25 15:29, Milan Oravec wrote:
> Hello Mathias, here is dmesg output after applying additional patch:
>
> [Ut okt 28 14:07:39 2025] Linux version 6.17.5-dirty (migo@migoG17)
> (gcc (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #59 SMP
> PREEMPT_DYNAMIC Tue Oct 28 11:54:08 CET
> 2025
> [Ut okt 28 14:07:39 2025] Command line: BOOT_IMAGE=/vmlinuz
> root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=keep,xdbc1
> [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_map_pci_mmio: Failed to
> ioremap xhci-dbc with size 0x100000
> [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_map_pci_mmio: Retry xhci-dbc
> ioremap with reduced size 0x80000
> [Ut okt 28 14:07:39 2025] ------------[ cut here ]------------
> [Ut okt 28 14:07:39 2025] WARNING: CPU: 0 PID: 0 at
...> [Ut okt 28 14:07:39 2025] ---[ end trace 0000000000000000 ]---
> [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_map_pci_mmio: Failed to
> ioremap xhci-dbc with size 0x80000
> [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_map_pci_mmio: Retry xhci-dbc
> ioremap with reduced size 0x40000
> [Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: Looking
> for DbC capability at offset 0x480
> [Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: Looking
> for DbC capability at offset 0x490
> [Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: Looking
> for DbC capability at offset 0x4a0
> [Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: Looking
> for DbC capability at offset 0x4c0
> [Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: Looking
> for DbC capability at offset 0x4e0
> [Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: DbC
> capability found at offset 0x4e0
...> [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: DCE successfully cleared
> [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: Successfully got
> xdbc table_dma page
> [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: Successfully got
> xdbc out_dma page
> [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: Successfully
> allocated event ring
> [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: Successfully
> allocated in ring
> [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: Successfully
> allocated out ring
> [Ut okt 28 14:07:44 2025] xhci_dbc:xdbc_start: waiting for connection timed out
This is promising, looks like code successfully interacts with hardware.
> [Ut okt 28 14:07:44 2025] xhci_dbc:xdbc_early_setup: Failed to start
> xdbc ret: -110
> [Ut okt 28 14:07:44 2025] xhci_dbc:early_xdbc_setup_hardware: failed
> to setup the connection to host
> [Ut okt 28 14:07:44 2025] Zone ranges:
> [Ut okt 28 14:07:44 2025] DMA [mem 0x0000000000001000-0x0000000000ffffff]
> [Ut okt 28 14:07:44 2025] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
> [Ut okt 28 14:07:44 2025] Normal [mem 0x0000000100000000-0x000000085de7ffff]
> [Ut okt 28 14:07:44 2025] Device empty
> [Ut okt 28 14:07:44 2025] Movable zone start for each node
> [Ut okt 28 14:07:44 2025] Early memory node ranges
>
> I've tested cable afterwards:
>
> echo enable > /sys/devices/pci0000:00/0000:00:08.1/0000:09:00.4/dbc
>
> [Ut okt 28 14:12:28 2025] xhci_hcd 0000:09:00.4: DbC connected
> [Ut okt 28 14:12:29 2025] xhci_hcd 0000:09:00.4: DbC configured
>
> so cable is not the problem here...
>
> Thank you!
your lspci listed four xHCI controllers:
07:00.0 USB controller: ASMedia Technology Inc. Device 242c (rev 01)
(prog-if 30 [XHCI])
Region 0: Memory at fc600000 (64-bit, non-prefetchable) [size=32K]
09:00.3 USB controller: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge USB 3.1 xHCI (prog-if 30 [XHCI])
Region 0: Memory at fc300000 (64-bit, non-prefetchable) [size=1M]
09:00.4 USB controller: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge USB 3.1 xHCI (prog-if 30 [XHCI])
Region 0: Memory at fc200000 (64-bit, non-prefetchable) [size=1M]
0a:00.0 USB controller: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge USB 2.0 xHCI (prog-if 30 [XHCI])
Region 0: Memory at fca00000 (64-bit, non-prefetchable) [size=1M]
Could it be that the cable is connected to xHCI at 09:00.4 while
earlyprintk=keep,xdbc1 refers to different xHCI? possibly the one at 09:00.3?
Does earlyprintk=keep,xdbc2 work? or trying a different usb port?
Thanks
Mathias
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Fwd: USB DBC hang during earlyprintk initialization
2025-10-28 17:19 ` Mathias Nyman
@ 2025-10-28 18:10 ` Milan Oravec
2025-10-31 13:15 ` Milan Oravec
0 siblings, 1 reply; 25+ messages in thread
From: Milan Oravec @ 2025-10-28 18:10 UTC (permalink / raw)
To: Mathias Nyman; +Cc: Greg KH, linux-usb
[-- Attachment #1: Type: text/plain, Size: 5242 bytes --]
Thank you, with earlyprintk=keep,xdbc2 it establishes connection, but
I need to plug in the usb cable after the system starts booting, when
I let it plugged in all the time I get timeout like in my previous
posts. Discovered this randomly by forgetting to plug in the usb
cable... Is this normal behaviour?
After establishing a connection system hangs :( it doesn't boot any
further. I can only power the system off. :( Here is picture from
debugging host:
Any ideas? Thank you,
Milan
On Tue, Oct 28, 2025 at 6:19 PM Mathias Nyman
<mathias.nyman@linux.intel.com> wrote:
>
> On 10/28/25 15:29, Milan Oravec wrote:
> > Hello Mathias, here is dmesg output after applying additional patch:
> >
> > [Ut okt 28 14:07:39 2025] Linux version 6.17.5-dirty (migo@migoG17)
> > (gcc (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #59 SMP
> > PREEMPT_DYNAMIC Tue Oct 28 11:54:08 CET
> > 2025
> > [Ut okt 28 14:07:39 2025] Command line: BOOT_IMAGE=/vmlinuz
> > root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=keep,xdbc1
>
> > [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_map_pci_mmio: Failed to
> > ioremap xhci-dbc with size 0x100000
> > [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_map_pci_mmio: Retry xhci-dbc
> > ioremap with reduced size 0x80000
> > [Ut okt 28 14:07:39 2025] ------------[ cut here ]------------
> > [Ut okt 28 14:07:39 2025] WARNING: CPU: 0 PID: 0 at
> ...> [Ut okt 28 14:07:39 2025] ---[ end trace 0000000000000000 ]---
> > [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_map_pci_mmio: Failed to
> > ioremap xhci-dbc with size 0x80000
> > [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_map_pci_mmio: Retry xhci-dbc
> > ioremap with reduced size 0x40000
> > [Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: Looking
> > for DbC capability at offset 0x480
> > [Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: Looking
> > for DbC capability at offset 0x490
> > [Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: Looking
> > for DbC capability at offset 0x4a0
> > [Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: Looking
> > for DbC capability at offset 0x4c0
> > [Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: Looking
> > for DbC capability at offset 0x4e0
> > [Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: DbC
> > capability found at offset 0x4e0
> ...> [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: DCE successfully cleared
> > [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: Successfully got
> > xdbc table_dma page
> > [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: Successfully got
> > xdbc out_dma page
> > [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: Successfully
> > allocated event ring
> > [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: Successfully
> > allocated in ring
> > [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: Successfully
> > allocated out ring
> > [Ut okt 28 14:07:44 2025] xhci_dbc:xdbc_start: waiting for connection timed out
>
> This is promising, looks like code successfully interacts with hardware.
>
> > [Ut okt 28 14:07:44 2025] xhci_dbc:xdbc_early_setup: Failed to start
> > xdbc ret: -110
> > [Ut okt 28 14:07:44 2025] xhci_dbc:early_xdbc_setup_hardware: failed
> > to setup the connection to host
> > [Ut okt 28 14:07:44 2025] Zone ranges:
> > [Ut okt 28 14:07:44 2025] DMA [mem 0x0000000000001000-0x0000000000ffffff]
> > [Ut okt 28 14:07:44 2025] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
> > [Ut okt 28 14:07:44 2025] Normal [mem 0x0000000100000000-0x000000085de7ffff]
> > [Ut okt 28 14:07:44 2025] Device empty
> > [Ut okt 28 14:07:44 2025] Movable zone start for each node
> > [Ut okt 28 14:07:44 2025] Early memory node ranges
> >
> > I've tested cable afterwards:
> >
> > echo enable > /sys/devices/pci0000:00/0000:00:08.1/0000:09:00.4/dbc
> >
> > [Ut okt 28 14:12:28 2025] xhci_hcd 0000:09:00.4: DbC connected
> > [Ut okt 28 14:12:29 2025] xhci_hcd 0000:09:00.4: DbC configured
> >
> > so cable is not the problem here...
> >
> > Thank you!
>
> your lspci listed four xHCI controllers:
>
> 07:00.0 USB controller: ASMedia Technology Inc. Device 242c (rev 01)
> (prog-if 30 [XHCI])
> Region 0: Memory at fc600000 (64-bit, non-prefetchable) [size=32K]
>
> 09:00.3 USB controller: Advanced Micro Devices, Inc. [AMD]
> Raphael/Granite Ridge USB 3.1 xHCI (prog-if 30 [XHCI])
> Region 0: Memory at fc300000 (64-bit, non-prefetchable) [size=1M]
>
> 09:00.4 USB controller: Advanced Micro Devices, Inc. [AMD]
> Raphael/Granite Ridge USB 3.1 xHCI (prog-if 30 [XHCI])
> Region 0: Memory at fc200000 (64-bit, non-prefetchable) [size=1M]
>
> 0a:00.0 USB controller: Advanced Micro Devices, Inc. [AMD]
> Raphael/Granite Ridge USB 2.0 xHCI (prog-if 30 [XHCI])
> Region 0: Memory at fca00000 (64-bit, non-prefetchable) [size=1M]
>
> Could it be that the cable is connected to xHCI at 09:00.4 while
> earlyprintk=keep,xdbc1 refers to different xHCI? possibly the one at 09:00.3?
>
> Does earlyprintk=keep,xdbc2 work? or trying a different usb port?
>
> Thanks
> Mathias
>
>
[-- Attachment #2: 20251028_185746.jpg --]
[-- Type: image/jpeg, Size: 3065855 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Fwd: USB DBC hang during earlyprintk initialization
2025-10-28 18:10 ` Milan Oravec
@ 2025-10-31 13:15 ` Milan Oravec
2025-12-04 20:46 ` Mathias Nyman
0 siblings, 1 reply; 25+ messages in thread
From: Milan Oravec @ 2025-10-31 13:15 UTC (permalink / raw)
To: Mathias Nyman; +Cc: Greg KH, linux-usb
I'm sorry but I can't provide better feedback. When the USB cable is
connected during initramfs loading DbC is connected, but the system
stops booting with no messages in the DbC host. When I let USB
connected prior to the boot, DbC is not initialized. What should I try
else? Any ideas? Thank you!
On Tue, Oct 28, 2025 at 7:10 PM Milan Oravec <migo.oravec@gmail.com> wrote:
>
> Thank you, with earlyprintk=keep,xdbc2 it establishes connection, but
> I need to plug in the usb cable after the system starts booting, when
> I let it plugged in all the time I get timeout like in my previous
> posts. Discovered this randomly by forgetting to plug in the usb
> cable... Is this normal behaviour?
>
> After establishing a connection system hangs :( it doesn't boot any
> further. I can only power the system off. :( Here is picture from
> debugging host:
>
> Any ideas? Thank you,
>
> Milan
>
> On Tue, Oct 28, 2025 at 6:19 PM Mathias Nyman
> <mathias.nyman@linux.intel.com> wrote:
> >
> > On 10/28/25 15:29, Milan Oravec wrote:
> > > Hello Mathias, here is dmesg output after applying additional patch:
> > >
> > > [Ut okt 28 14:07:39 2025] Linux version 6.17.5-dirty (migo@migoG17)
> > > (gcc (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #59 SMP
> > > PREEMPT_DYNAMIC Tue Oct 28 11:54:08 CET
> > > 2025
> > > [Ut okt 28 14:07:39 2025] Command line: BOOT_IMAGE=/vmlinuz
> > > root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=keep,xdbc1
> >
> > > [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_map_pci_mmio: Failed to
> > > ioremap xhci-dbc with size 0x100000
> > > [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_map_pci_mmio: Retry xhci-dbc
> > > ioremap with reduced size 0x80000
> > > [Ut okt 28 14:07:39 2025] ------------[ cut here ]------------
> > > [Ut okt 28 14:07:39 2025] WARNING: CPU: 0 PID: 0 at
> > ...> [Ut okt 28 14:07:39 2025] ---[ end trace 0000000000000000 ]---
> > > [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_map_pci_mmio: Failed to
> > > ioremap xhci-dbc with size 0x80000
> > > [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_map_pci_mmio: Retry xhci-dbc
> > > ioremap with reduced size 0x40000
> > > [Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: Looking
> > > for DbC capability at offset 0x480
> > > [Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: Looking
> > > for DbC capability at offset 0x490
> > > [Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: Looking
> > > for DbC capability at offset 0x4a0
> > > [Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: Looking
> > > for DbC capability at offset 0x4c0
> > > [Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: Looking
> > > for DbC capability at offset 0x4e0
> > > [Ut okt 28 14:07:39 2025] xhci_dbc:early_xdbc_parse_parameter: DbC
> > > capability found at offset 0x4e0
> > ...> [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: DCE successfully cleared
> > > [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: Successfully got
> > > xdbc table_dma page
> > > [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: Successfully got
> > > xdbc out_dma page
> > > [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: Successfully
> > > allocated event ring
> > > [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: Successfully
> > > allocated in ring
> > > [Ut okt 28 14:07:39 2025] xhci_dbc:xdbc_early_setup: Successfully
> > > allocated out ring
> > > [Ut okt 28 14:07:44 2025] xhci_dbc:xdbc_start: waiting for connection timed out
> >
> > This is promising, looks like code successfully interacts with hardware.
> >
> > > [Ut okt 28 14:07:44 2025] xhci_dbc:xdbc_early_setup: Failed to start
> > > xdbc ret: -110
> > > [Ut okt 28 14:07:44 2025] xhci_dbc:early_xdbc_setup_hardware: failed
> > > to setup the connection to host
> > > [Ut okt 28 14:07:44 2025] Zone ranges:
> > > [Ut okt 28 14:07:44 2025] DMA [mem 0x0000000000001000-0x0000000000ffffff]
> > > [Ut okt 28 14:07:44 2025] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
> > > [Ut okt 28 14:07:44 2025] Normal [mem 0x0000000100000000-0x000000085de7ffff]
> > > [Ut okt 28 14:07:44 2025] Device empty
> > > [Ut okt 28 14:07:44 2025] Movable zone start for each node
> > > [Ut okt 28 14:07:44 2025] Early memory node ranges
> > >
> > > I've tested cable afterwards:
> > >
> > > echo enable > /sys/devices/pci0000:00/0000:00:08.1/0000:09:00.4/dbc
> > >
> > > [Ut okt 28 14:12:28 2025] xhci_hcd 0000:09:00.4: DbC connected
> > > [Ut okt 28 14:12:29 2025] xhci_hcd 0000:09:00.4: DbC configured
> > >
> > > so cable is not the problem here...
> > >
> > > Thank you!
> >
> > your lspci listed four xHCI controllers:
> >
> > 07:00.0 USB controller: ASMedia Technology Inc. Device 242c (rev 01)
> > (prog-if 30 [XHCI])
> > Region 0: Memory at fc600000 (64-bit, non-prefetchable) [size=32K]
> >
> > 09:00.3 USB controller: Advanced Micro Devices, Inc. [AMD]
> > Raphael/Granite Ridge USB 3.1 xHCI (prog-if 30 [XHCI])
> > Region 0: Memory at fc300000 (64-bit, non-prefetchable) [size=1M]
> >
> > 09:00.4 USB controller: Advanced Micro Devices, Inc. [AMD]
> > Raphael/Granite Ridge USB 3.1 xHCI (prog-if 30 [XHCI])
> > Region 0: Memory at fc200000 (64-bit, non-prefetchable) [size=1M]
> >
> > 0a:00.0 USB controller: Advanced Micro Devices, Inc. [AMD]
> > Raphael/Granite Ridge USB 2.0 xHCI (prog-if 30 [XHCI])
> > Region 0: Memory at fca00000 (64-bit, non-prefetchable) [size=1M]
> >
> > Could it be that the cable is connected to xHCI at 09:00.4 while
> > earlyprintk=keep,xdbc1 refers to different xHCI? possibly the one at 09:00.3?
> >
> > Does earlyprintk=keep,xdbc2 work? or trying a different usb port?
> >
> > Thanks
> > Mathias
> >
> >
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Fwd: USB DBC hang during earlyprintk initialization
2025-10-31 13:15 ` Milan Oravec
@ 2025-12-04 20:46 ` Mathias Nyman
2025-12-05 7:18 ` Milan Oravec
0 siblings, 1 reply; 25+ messages in thread
From: Mathias Nyman @ 2025-12-04 20:46 UTC (permalink / raw)
To: Milan Oravec; +Cc: Greg KH, linux-usb
On 10/31/25 15:15, Milan Oravec wrote:
> I'm sorry but I can't provide better feedback. When the USB cable is
> connected during initramfs loading DbC is connected, but the system
> stops booting with no messages in the DbC host. When I let USB
> connected prior to the boot, DbC is not initialized. What should I try
> else? Any ideas? Thank you!
>
I was able to set up a similar system, and I could reproduce this.
I think that firmware/BIOS is controlling xHCI and uses it for debugging before kernel loads,
so if cable is connected too early then it gets stuck in firmware control.
I can see on the host side that a usb device is connected almost immediately after
power on, and it has a different vendor and product ID than what early xdbc driver sets:
host log if cable is connected before power on:
[3474920.221407] usb 4-1: new SuperSpeed USB device number 65 using xhci_hcd
[3474920.233582] usb 4-1: LPM exit latency is zeroed, disabling LPM.
[3474920.233673] usb 4-1: New USB device found, idVendor=8087, idProduct=0b21, bcdDevice= 0.00
[3474920.233677] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
host log if cable is connected when loading kernel:
[3475961.148597] usb 4-1: new SuperSpeed USB device number 73 using xhci_hcd
[3475961.160775] usb 4-1: LPM exit latency is zeroed, disabling LPM.
[3475961.161016] usb 4-1: New USB device found, idVendor=1d6b, idProduct=0010, bcdDevice= 0.10
[3475961.161020] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[3475961.161022] usb 4-1: Product: Linux USB GDB Target
[3475961.161023] usb 4-1: Manufacturer: Linux Foundation
[3475961.161025] usb 4-1: SerialNumber: 0001
[3475961.162413] usb_debug 4-1:1.0: xhci_dbc converter detected
[3475961.162480] usb 4-1: xhci_dbc converter now attached to ttyUSB2
when actual xhci driver is later loaded it resets the controller, which then gives
linux kernel full control.
Maybe we should reset xHCI in early xdbc driver as well.
Regarding "system stops booting with no messages in the DbC host" issue,
it appears either messages or whole boot is blocked if nobody is reading the
messages.
try to read them and see if it helps.
"minicom -D /dev/ttyUSB2" on host worked for me
Thanks
Mathias
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Fwd: USB DBC hang during earlyprintk initialization
2025-12-04 20:46 ` Mathias Nyman
@ 2025-12-05 7:18 ` Milan Oravec
2025-12-05 18:49 ` Milan Oravec
0 siblings, 1 reply; 25+ messages in thread
From: Milan Oravec @ 2025-12-05 7:18 UTC (permalink / raw)
To: Mathias Nyman; +Cc: Greg KH, linux-usb
Hello Mathias, thank you very much for looking into it. I was reading
DbC messages on debug host with this script:
===== start of bash scripts =============
#!/bin/bash
while true ; do
while [ ! -d /sys/class/tty/ttyUSB0 ] ; do
:
done
cat /dev/ttyUSB0
done
===== end of bash scripts ===============
but I will try it with minicom as you suggested and report back.
Thank you! Kind regards,
Milan
On Thu, Dec 4, 2025 at 9:46 PM Mathias Nyman
<mathias.nyman@linux.intel.com> wrote:
>
> On 10/31/25 15:15, Milan Oravec wrote:
> > I'm sorry but I can't provide better feedback. When the USB cable is
> > connected during initramfs loading DbC is connected, but the system
> > stops booting with no messages in the DbC host. When I let USB
> > connected prior to the boot, DbC is not initialized. What should I try
> > else? Any ideas? Thank you!
> >
>
> I was able to set up a similar system, and I could reproduce this.
>
> I think that firmware/BIOS is controlling xHCI and uses it for debugging before kernel loads,
> so if cable is connected too early then it gets stuck in firmware control.
>
> I can see on the host side that a usb device is connected almost immediately after
> power on, and it has a different vendor and product ID than what early xdbc driver sets:
>
> host log if cable is connected before power on:
>
> [3474920.221407] usb 4-1: new SuperSpeed USB device number 65 using xhci_hcd
> [3474920.233582] usb 4-1: LPM exit latency is zeroed, disabling LPM.
> [3474920.233673] usb 4-1: New USB device found, idVendor=8087, idProduct=0b21, bcdDevice= 0.00
> [3474920.233677] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
>
> host log if cable is connected when loading kernel:
>
> [3475961.148597] usb 4-1: new SuperSpeed USB device number 73 using xhci_hcd
> [3475961.160775] usb 4-1: LPM exit latency is zeroed, disabling LPM.
> [3475961.161016] usb 4-1: New USB device found, idVendor=1d6b, idProduct=0010, bcdDevice= 0.10
> [3475961.161020] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> [3475961.161022] usb 4-1: Product: Linux USB GDB Target
> [3475961.161023] usb 4-1: Manufacturer: Linux Foundation
> [3475961.161025] usb 4-1: SerialNumber: 0001
> [3475961.162413] usb_debug 4-1:1.0: xhci_dbc converter detected
> [3475961.162480] usb 4-1: xhci_dbc converter now attached to ttyUSB2
>
> when actual xhci driver is later loaded it resets the controller, which then gives
> linux kernel full control.
>
> Maybe we should reset xHCI in early xdbc driver as well.
>
> Regarding "system stops booting with no messages in the DbC host" issue,
> it appears either messages or whole boot is blocked if nobody is reading the
> messages.
>
> try to read them and see if it helps.
> "minicom -D /dev/ttyUSB2" on host worked for me
>
> Thanks
> Mathias
>
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Fwd: USB DBC hang during earlyprintk initialization
2025-12-05 7:18 ` Milan Oravec
@ 2025-12-05 18:49 ` Milan Oravec
2025-12-17 9:20 ` Mathias Nyman
0 siblings, 1 reply; 25+ messages in thread
From: Milan Oravec @ 2025-12-05 18:49 UTC (permalink / raw)
To: Mathias Nyman; +Cc: Greg KH, linux-usb
[-- Attachment #1: Type: text/plain, Size: 3855 bytes --]
Hello Mathias, I've replaced cat with minicom in the script above and
let minicom capture the file. First minicom displayed no messages,
then I realised I need to press and hold enter to be able see messages
sent from debug target.
Computer hangs and needs a long press of the power button to recover.
Boot cmd used:
linux /vmlinuz root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c
earlyprintk=keep,xdbc2 debug ignore_loglevel sysrq_always_enabled
force_early_printk sched_verbose usbcore.autosuspend=-1
no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
I've attached a captured log from deminicom.
What should I try next?
Thank you,
Milan
On Fri, Dec 5, 2025 at 8:18 AM Milan Oravec <migo.oravec@gmail.com> wrote:
>
> Hello Mathias, thank you very much for looking into it. I was reading
> DbC messages on debug host with this script:
>
> ===== start of bash scripts =============
> #!/bin/bash
>
> while true ; do
> while [ ! -d /sys/class/tty/ttyUSB0 ] ; do
> :
> done
> cat /dev/ttyUSB0
> done
> ===== end of bash scripts ===============
>
> but I will try it with minicom as you suggested and report back.
>
> Thank you! Kind regards,
> Milan
>
> On Thu, Dec 4, 2025 at 9:46 PM Mathias Nyman
> <mathias.nyman@linux.intel.com> wrote:
> >
> > On 10/31/25 15:15, Milan Oravec wrote:
> > > I'm sorry but I can't provide better feedback. When the USB cable is
> > > connected during initramfs loading DbC is connected, but the system
> > > stops booting with no messages in the DbC host. When I let USB
> > > connected prior to the boot, DbC is not initialized. What should I try
> > > else? Any ideas? Thank you!
> > >
> >
> > I was able to set up a similar system, and I could reproduce this.
> >
> > I think that firmware/BIOS is controlling xHCI and uses it for debugging before kernel loads,
> > so if cable is connected too early then it gets stuck in firmware control.
> >
> > I can see on the host side that a usb device is connected almost immediately after
> > power on, and it has a different vendor and product ID than what early xdbc driver sets:
> >
> > host log if cable is connected before power on:
> >
> > [3474920.221407] usb 4-1: new SuperSpeed USB device number 65 using xhci_hcd
> > [3474920.233582] usb 4-1: LPM exit latency is zeroed, disabling LPM.
> > [3474920.233673] usb 4-1: New USB device found, idVendor=8087, idProduct=0b21, bcdDevice= 0.00
> > [3474920.233677] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
> >
> > host log if cable is connected when loading kernel:
> >
> > [3475961.148597] usb 4-1: new SuperSpeed USB device number 73 using xhci_hcd
> > [3475961.160775] usb 4-1: LPM exit latency is zeroed, disabling LPM.
> > [3475961.161016] usb 4-1: New USB device found, idVendor=1d6b, idProduct=0010, bcdDevice= 0.10
> > [3475961.161020] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> > [3475961.161022] usb 4-1: Product: Linux USB GDB Target
> > [3475961.161023] usb 4-1: Manufacturer: Linux Foundation
> > [3475961.161025] usb 4-1: SerialNumber: 0001
> > [3475961.162413] usb_debug 4-1:1.0: xhci_dbc converter detected
> > [3475961.162480] usb 4-1: xhci_dbc converter now attached to ttyUSB2
> >
> > when actual xhci driver is later loaded it resets the controller, which then gives
> > linux kernel full control.
> >
> > Maybe we should reset xHCI in early xdbc driver as well.
> >
> > Regarding "system stops booting with no messages in the DbC host" issue,
> > it appears either messages or whole boot is blocked if nobody is reading the
> > messages.
> >
> > try to read them and see if it helps.
> > "minicom -D /dev/ttyUSB2" on host worked for me
> >
> > Thanks
> > Mathias
> >
[-- Attachment #2: degug.txt --]
[-- Type: text/plain, Size: 72276 bytes --]
[ 0.000000] Linux version 6.18.0-dirty (migo@migoG17) (gcc (GCC) 15.2.1 20251112, GNU ld (GNU Binutils) 2.45.1) #64 SMP PREEMPT_DYNAMIC Mon Dec 1 12:32:19 CET 2025
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=keep,xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afefff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009aff000-0x0000000009ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a211fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000a212000-0x000000008e43bfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000008e43c000-0x000000009443bfff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009443c000-0x000000009453bfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000009453c000-0x000000009653bfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000009653c000-0x000000009a5fefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009a5ff000-0x000000009bffafff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009bffb000-0x000000009cffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009d7f3000-0x000000009fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000837ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000838000000-0x0000000857ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000858000000-0x000000085de7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000085eec0000-0x00000008801fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: dbgp_num: 2
[ 0.000000] ------------[ cut here ]------------
[ 0.000000] WARNING: CPU: 0 PID: 0 at mm/early_ioremap.c:139 __early_ioremap+0xae/0x190
[ 0.000000] Modules linked in:
[ 0.000000] CPU: 0 UID: 0 PID: 0 Comm: swapper Not tainted 6.18.0-dirty #64 PREEMPT(undef) fb3cb4c5816b3eb59b567e32e256eb6317eb5a83
[ 0.000000] RIP: 0010:__early_ioremap+0xae/0x190
[ 0.000000] Code: 40 fa 98 96 4c 89 ca 48 81 e3 00 f0 ff ff 48 81 e2 00 f0 ff ff 48 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 0.000000] RSP: 0000:ffffffff96003cb8 EFLAGS: 00010006 ORIG_RAX: 0000000000000000
[ 0.000000] RAX: 0000000000000000 RBX: 0000000000100000 RCX: 0000000000100000
[ 0.000000] RDX: 0000000000000100 RSI: 0000000000100000 RDI: 00000000fc200000
[ 0.000000] RBP: 0000000000000100 R08: 0000000000000000 R09: 00000000fc200000
[ 0.000000] R10: ffffffff96079dc0 R11: ffffffff96003ad0 R12: 8000000000000163
[ 0.000000] R13: 0000000000000000 R14: 0000000000000000 R15: 00000000fc200000
[ 0.000000] FS: 0000000000000000(0000) GS:0000000000000000(0000) knlGS:0000000000000000
[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 0.000000] CR2: ffff888000000413 CR3: 00000005d5a96000 CR4: 00000000000000b0
[ 0.000000] Call Trace:
[ 0.000000] <TASK>
[ 0.000000] ? early_xdbc_parse_parameter+0x3b7/0x430
[ 0.000000] ? setup_early_printk+0x51b/0x540
[ 0.000000] ? do_early_param+0x44/0x70
[ 0.000000] ? parse_args+0x210/0x3e0
[ 0.000000] ? __pfx_do_early_param+0x10/0x10
[ 0.000000] ? parse_early_options+0x29/0x30
[ 0.000000] ? __pfx_do_early_param+0x10/0x10
[ 0.000000] ? parse_early_param+0x64/0xc0
[ 0.000000] ? setup_arch+0x4c7/0xb60
[ 0.000000] ? _printk+0x6b/0x90
[ 0.000000] ? start_kernel+0x6b/0x9b0
[ 0.000000] ? x86_64_start_reservations+0x24/0x30
[ 0.000000] ? x86_64_start_kernel+0xd3/0xe0
[ 0.000000] ? common_startup_64+0x13e/0x141
[ 0.000000] </TASK>
[ 0.000000] ---[ end trace 0000000000000000 ]---
[ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Failed to ioremap xhci-dbc with size 0x100000
[ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Retry xhci-dbc ioremap with reduced size 0x80000
[ 0.000000] ------------[ cut here ]------------
[ 0.000000] WARNING: CPU: 0 PID: 0 at mm/early_ioremap.c:139 __early_ioremap+0xae/0x190
[ 0.000000] Modules linked in:
[ 0.000000] CPU: 0 UID: 0 PID: 0 Comm: swapper Tainted: G W 6.18.0-dirty #64 PREEMPT(undef) fb3cb4c5816b3eb59b567e32e256eb6317eb5a83
[ 0.000000] Tainted: [W]=WARN
[ 0.000000] RIP: 0010:__early_ioremap+0xae/0x190
[ 0.000000] Code: 40 fa 98 96 4c 89 ca 48 81 e3 00 f0 ff ff 48 81 e2 00 f0 ff ff 48 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 0.000000] RSP: 0000:ffffffff96003cb8 EFLAGS: 00010002 ORIG_RAX: 0000000000000000
[ 0.000000] RAX: 0000000000000000 RBX: 0000000000080000 RCX: 0000000000080000
[ 0.000000] RDX: 0000000000000080 RSI: 0000000000080000 RDI: 00000000fc200000
[ 0.000000] RBP: 0000000000000080 R08: 0000000000000000 R09: 00000000fc200000
[ 0.000000] R10: ffffffff96079dc0 R11: ffffffff96003ad0 R12: 8000000000000163
[ 0.000000] R13: 0000000000000000 R14: 0000000000000000 R15: 00000000fc200000
[ 0.000000] FS: 0000000000000000(0000) GS:0000000000000000(0000) knlGS:0000000000000000
[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 0.000000] CR2: ffff888000000413 CR3: 00000005d5a96000 CR4: 00000000000000b0
[ 0.000000] Call Trace:
[ 0.000000] <TASK>
[ 0.000000] ? early_xdbc_parse_parameter+0x3b7/0x430
[ 0.000000] ? setup_early_printk+0x51b/0x540
[ 0.000000] ? do_early_param+0x44/0x70
[ 0.000000] ? parse_args+0x210/0x3e0
[ 0.000000] ? __pfx_do_early_param+0x10/0x10
[ 0.000000] ? parse_early_options+0x29/0x30
[ 0.000000] ? __pfx_do_early_param+0x10/0x10
[ 0.000000] ? parse_early_param+0x64/0xc0
[ 0.000000] ? setup_arch+0x4c7/0xb60
[ 0.000000] ? _printk+0x6b/0x90
[ 0.000000] ? start_kernel+0x6b/0x9b0
[ 0.000000] ? x86_64_start_reservations+0x24/0x30
[ 0.000000] ? x86_64_start_kernel+0xd3/0xe0
[ 0.000000] ? common_startup_64+0x13e/0x141
[ 0.000000] </TASK>
[ 0.000000] ---[ end trace 0000000000000000 ]---
[ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Failed to ioremap xhci-dbc with size 0x80000
[ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Retry xhci-dbc ioremap with reduced size 0x40000
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x480
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x490
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x4a0
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x4c0
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x4e0
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: DbC capability found at offset 0x4e0
[ 0.000000] printk: debug: ignoring loglevel setting.
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] efi: EFI v2.8 by American Megatrends
[ 0.000000] efi: ACPI=0x9453b000 ACPI 2.0=0x9453b014 TPMFinalLog=0x964f2000 SMBIOS=0x9a165000 SMBIOS 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2118 INITRD=0x888efb18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem50: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[ 0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[ 0.000000] efi: Remove mem51: MMIO range=[0xfd000000-0xfedfffff] (30MB) from e820 map
[ 0.000000] e820: remove [mem 0xfd000000-0xfedfffff] reserved
[ 0.000000] efi: Not removing mem52: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem53: MMIO range=[0xfee01000-0xffffffff] (17MB) from e820 map
[ 0.000000] e820: remove [mem 0xfee01000-0xffffffff] reserved
[ 0.000000] efi: Remove mem56: MMIO range=[0x860000000-0x8801fffff] (514MB) from e820 map
[ 0.000000] e820: remove [mem 0x860000000-0x8801fffff] reserved
[ 0.000000] SMBIOS 3.5.0 present.
[ 0.000000] DMI: ASUSTeK COMPUTER INC. ROG Strix G713PV_G713PV/G713PV, BIOS G713PV.336 10/01/2025
[ 0.000000] DMI: Memory slots populated: 2/2
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2994.343 MHz processor
[ 0.000132] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000133] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000137] last_pfn = 0x85de80 max_arch_pfn = 0x400000000
[ 0.000142] MTRR map: 6 entries (3 fixed + 3 variable; max 20), built from 9 variable MTRRs
[ 0.000143] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000382] last_pfn = 0x9bffb max_arch_pfn = 0x400000000
[ 0.002768] esrt: Reserving ESRT space from 0x000000008b3d2118 to 0x000000008b3d2150.
[ 0.002773] e820: update [mem 0x8b3d2000-0x8b3d2fff] usable ==> reserved
[ 0.002782] Using GB pages for direct mapping
[ 0.003020] Secure boot disabled
[ 0.003020] RAMDISK: [mem 0x79956000-0x84c12fff]
[ 0.003148] ACPI: Early table checksum verification disabled
[ 0.003151] ACPI: RSDP 0x000000009453B014 000024 (v02 _ASUS_)
[ 0.003153] ACPI: XSDT 0x000000009453A728 00014C (v01 _ASUS_ Notebook 01072009 AMI 01000013)
[ 0.003157] ACPI: FACP 0x000000009452F000 000114 (v06 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003160] ACPI: DSDT 0x0000000094520000 00EF7C (v02 _ASUS_ Notebook 01072009 INTL 20230331)
[ 0.003161] ACPI: FACS 0x0000000096522000 000040
[ 0.003162] ACPI: IVRS 0x0000000094539000 0001A4 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.003163] ACPI: SSDT 0x0000000094531000 007F51 (v02 AMD Vortex 00000002 MSFT 05000000)
[ 0.003164] ACPI: SSDT 0x0000000094530000 000309 (v02 _ASUS_ CPUSSDT 01072009 AMI 01072009)
[ 0.003165] ACPI: FIDT 0x000000009451F000 00009C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003167] ACPI: MCFG 0x000000009451E000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
[ 0.003168] ACPI: HPET 0x000000009451D000 000038 (v01 _ASUS_ Notebook 01072009 AMI 00000005)
[ 0.003169] ACPI: FPDT 0x000000009451C000 000044 (v01 _ASUS_ A M I 01072009 AMI 01000013)
[ 0.003170] ACPI: VFCT 0x0000000094511000 00AE84 (v01 _ASUS_ Notebook 00000001 AMD 33504F47)
[ 0.003171] ACPI: BGRT 0x0000000094510000 000038 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003172] ACPI: TPM2 0x000000009450F000 00004C (v04 _ASUS_ Notebook 00000001 AMI 00000000)
[ 0.003173] ACPI: SSDT 0x0000000094507000 0074CE (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.003174] ACPI: CRAT 0x0000000094505000 001628 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.003174] ACPI: CDIT 0x0000000094504000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.003175] ACPI: SSDT 0x00000000944F9000 00A9F1 (v02 AMD DISCUSB4 00000002 INTL 20230331)
[ 0.003176] ACPI: SSDT 0x00000000944F8000 0006B5 (v02 AMD CPMWLRC 00000001 INTL 20230331)
[ 0.003177] ACPI: SSDT 0x00000000944F6000 0015B8 (v02 AMD CPMDFIG2 00000001 INTL 20230331)
[ 0.003178] ACPI: SSDT 0x00000000944F3000 0029DC (v02 AMD CDFAAIG2 00000001 INTL 20230331)
[ 0.003179] ACPI: SSDT 0x00000000944ED000 003949 (v02 _ASUS_ Nv18dGPU 00000001 INTL 20230331)
[ 0.003180] ACPI: SSDT 0x00000000944E3000 009713 (v02 AMD CPMCMN 00000001 INTL 20230331)
[ 0.003181] ACPI: SSDT 0x00000000944E0000 0022AD (v02 AMD AOD 00000001 INTL 20230331)
[ 0.003182] ACPI: SSDT 0x00000000944F2000 000EA2 (v02 AMD NVME 00000001 INTL 20230331)
[ 0.003183] ACPI: SSDT 0x00000000944F1000 000EA2 (v02 AMD NVME 00000001 INTL 20230331)
[ 0.003184] ACPI: WSMT 0x00000000944DF000 000028 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003185] ACPI: APIC 0x00000000944DE000 00015E (v05 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003186] ACPI: SSDT 0x00000000944DC000 001BAF (v02 AMD GPP_PME_ 00000001 INTL 20230331)
[ 0.003187] ACPI: SSDT 0x00000000944DB000 0006DA (v02 AMD EXTGPP00 00000001 INTL 20230331)
[ 0.003188] ACPI: SSDT 0x00000000944DA000 000952 (v02 AMD CPMMSOSC 00000001 INTL 20230331)
[ 0.003189] ACPI: SSDT 0x00000000944D9000 000464 (v02 AMD AMDWOV 00000001 INTL 20230331)
[ 0.003190] ACPI: SSDT 0x00000000944D8000 000E06 (v02 AMD CPMUCSI 00000001 INTL 20230331)
[ 0.003191] ACPI: SSDT 0x00000000944D7000 00008D (v02 AMD CPMMSLPI 00000001 INTL 20230331)
[ 0.003192] ACPI: SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 0.003193] ACPI: SSDT 0x00000000944D5000 00066F (v02 AMD XHCI 00000001 INTL 20230331)
[ 0.003194] ACPI: SSDT 0x00000000944D4000 00070D (v02 AMD GPIORPL 00000001 INTL 20230331)
[ 0.003195] ACPI: SSDT 0x00000000944D3000 000D67 (v02 AMD UPEPRPL 00000001 INTL 20230331)
[ 0.003196] ACPI: SSDT 0x00000000944D2000 00067B (v02 AMD GPPRPL 00000001 INTL 20230331)
[ 0.003197] ACPI: SSDT 0x00000000944D0000 00102E (v02 AMD CPMACPV7 00000001 INTL 20230331)
[ 0.003198] ACPI: Reserving FACP table memory at [mem 0x9452f000-0x9452f113]
[ 0.003198] ACPI: Reserving DSDT table memory at [mem 0x94520000-0x9452ef7b]
[ 0.003199] ACPI: Reserving FACS table memory at [mem 0x96522000-0x9652203f]
[ 0.003199] ACPI: Reserving IVRS table memory at [mem 0x94539000-0x945391a3]
[ 0.003199] ACPI: Reserving SSDT table memory at [mem 0x94531000-0x94538f50]
[ 0.003199] ACPI: Reserving SSDT table memory at [mem 0x94530000-0x94530308]
[ 0.003200] ACPI: Reserving FIDT table memory at [mem 0x9451f000-0x9451f09b]
[ 0.003200] ACPI: Reserving MCFG table memory at [mem 0x9451e000-0x9451e03b]
[ 0.003200] ACPI: Reserving HPET table memory at [mem 0x9451d000-0x9451d037]
[ 0.003200] ACPI: Reserving FPDT table memory at [mem 0x9451c000-0x9451c043]
[ 0.003201] ACPI: Reserving VFCT table memory at [mem 0x94511000-0x9451be83]
[ 0.003201] ACPI: Reserving BGRT table memory at [mem 0x94510000-0x94510037]
[ 0.003201] ACPI: Reserving TPM2 table memory at [mem 0x9450f000-0x9450f04b]
[ 0.003201] ACPI: Reserving SSDT table memory at [mem 0x94507000-0x9450e4cd]
[ 0.003202] ACPI: Reserving CRAT table memory at [mem 0x94505000-0x94506627]
[ 0.003202] ACPI: Reserving CDIT table memory at [mem 0x94504000-0x94504028]
[ 0.003202] ACPI: Reserving SSDT table memory at [mem 0x944f9000-0x945039f0]
[ 0.003202] ACPI: Reserving SSDT table memory at [mem 0x944f8000-0x944f86b4]
[ 0.003203] ACPI: Reserving SSDT table memory at [mem 0x944f6000-0x944f75b7]
[ 0.003203] ACPI: Reserving SSDT table memory at [mem 0x944f3000-0x944f59db]
[ 0.003203] ACPI: Reserving SSDT table memory at [mem 0x944ed000-0x944f0948]
[ 0.003203] ACPI: Reserving SSDT table memory at [mem 0x944e3000-0x944ec712]
[ 0.003203] ACPI: Reserving SSDT table memory at [mem 0x944e0000-0x944e22ac]
[ 0.003204] ACPI: Reserving SSDT table memory at [mem 0x944f2000-0x944f2ea1]
[ 0.003204] ACPI: Reserving SSDT table memory at [mem 0x944f1000-0x944f1ea1]
[ 0.003204] ACPI: Reserving WSMT table memory at [mem 0x944df000-0x944df027]
[ 0.003205] ACPI: Reserving APIC table memory at [mem 0x944de000-0x944de15d]
[ 0.003205] ACPI: Reserving SSDT table memory at [mem 0x944dc000-0x944ddbae]
[ 0.003205] ACPI: Reserving SSDT table memory at [mem 0x944db000-0x944db6d9]
[ 0.003205] ACPI: Reserving SSDT table memory at [mem 0x944da000-0x944da951]
[ 0.003206] ACPI: Reserving SSDT table memory at [mem 0x944d9000-0x944d9463]
[ 0.003206] ACPI: Reserving SSDT table memory at [mem 0x944d8000-0x944d8e05]
[ 0.003206] ACPI: Reserving SSDT table memory at [mem 0x944d7000-0x944d708c]
[ 0.003206] ACPI: Reserving SSDT table memory at [mem 0x944d6000-0x944d68f1]
[ 0.003207] ACPI: Reserving SSDT table memory at [mem 0x944d5000-0x944d566e]
[ 0.003207] ACPI: Reserving SSDT table memory at [mem 0x944d4000-0x944d470c]
[ 0.003207] ACPI: Reserving SSDT table memory at [mem 0x944d3000-0x944d3d66]
[ 0.003207] ACPI: Reserving SSDT table memory at [mem 0x944d2000-0x944d267a]
[ 0.003208] ACPI: Reserving SSDT table memory at [mem 0x944d0000-0x944d102d]
[ 0.003261] No NUMA configuration found
[ 0.003261] Faking a node at [mem 0x0000000000000000-0x000000085de7ffff]
[ 0.003265] NODE_DATA(0) allocated [mem 0x85de55280-0x85de7ffff]
[ 0.003369] xhci_dbc:xdbc_early_setup: DCE successfully cleared
[ 0.003370] xhci_dbc:xdbc_early_setup: Successfully got xdbc table_dma page
[ 0.003371] xhci_dbc:xdbc_early_setup: Successfully got xdbc out_dma page
[ 0.003371] xhci_dbc:xdbc_early_setup: Successfully allocated event ring
[ 0.003372] xhci_dbc:xdbc_early_setup: Successfully allocated in ring
[ 0.003372] xhci_dbc:xdbc_early_setup: Successfully allocated out ring
[ 0.254339] xhci_dbc:xdbc_start: DbC is running now, control 0x850f0003 port ID 3
[ 0.254341] printk: legacy console [earlyxdbc0] enabled
[ 0.254347] xhci_dbc:xdbc_handle_port_status: connect status change event
[ 0.254347] xhci_dbc:xdbc_handle_port_status: port reset change event
[ 8.544936] Zone ranges:
[ 8.575483] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 8.605288] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 8.635727] Normal [mem 0x0000000100000000-0x000000085de7ffff]
[ 8.665427] Device empty
[ 8.695019] Movable zone start for each node
[ 8.725775] Early memory node ranges
[ 8.756008] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 8.786132] node 0: [mem 0x0000000000100000-0x0000000009afefff]
[ 8.815937] node 0: [mem 0x000000000a000000-0x000000000a1fffff]
[ 8.846164] node 0: [mem 0x000000000a212000-0x000000008e43bfff]
[ 8.876290] node 0: [mem 0x000000009a5ff000-0x000000009bffafff]
[ 8.906936] node 0: [mem 0x0000000100000000-0x0000000837ffffff]
[ 8.936848] node 0: [mem 0x0000000858000000-0x000000085de7ffff]
[ 8.967080] Initmem setup node 0 [mem 0x0000000000001000-0x000000085de7ffff]
[ 8.997526] On node 0, zone DMA: 1 pages in unavailable ranges
[ 9.027340] On node 0, zone DMA: 96 pages in unavailable ranges
[ 9.057742] On node 0, zone DMA32: 1281 pages in unavailable ranges
[ 9.088478] On node 0, zone DMA32: 18 pages in unavailable ranges
[ 9.117534] On node 0, zone DMA32: 16835 pages in unavailable ranges
[ 9.170665] On node 0, zone Normal: 16389 pages in unavailable ranges
[ 9.179203] On node 0, zone Normal: 8576 pages in unavailable ranges
[ 9.209629] ACPI: PM-Timer IO Port: 0x808
[ 9.238600] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 9.268420] IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
[ 9.298653] IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
[ 9.328881] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 9.359007] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 9.389449] ACPI: Using ACPI (MADT) for SMP configuration information
[ 9.419362] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 9.449177] e820: update [mem 0x89d45000-0x89da3fff] usable ==> reserved
[ 9.479313] CPU topo: Max. logical packages: 1
[ 9.509543] CPU topo: Max. logical dies: 2
[ 9.539983] CPU topo: Max. dies per package: 2
[ 9.569794] CPU topo: Max. threads per core: 2
[ 9.599708] CPU topo: Num. cores per package: 12
[ 9.630466] CPU topo: Num. threads per package: 24
[ 9.660268] CPU topo: Allowing 24 present CPUs plus 0 hotplug CPUs
[ 9.690722] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 9.720743] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 9.750655] PM: hibernation: Registered nosave memory: [mem 0x09aff000-0x09ffffff]
[ 9.781302] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a211fff]
[ 9.811217] PM: hibernation: Registered nosave memory: [mem 0x89d45000-0x89da3fff]
[ 9.840601] PM: hibernation: Registered nosave memory: [mem 0x8b3d2000-0x8b3d2fff]
[ 9.871253] PM: hibernation: Registered nosave memory: [mem 0x8e43c000-0x9a5fefff]
[ 9.901694] PM: hibernation: Registered nosave memory: [mem 0x9bffb000-0xffffffff]
[ 9.931291] PM: hibernation: Registered nosave memory: [mem 0x838000000-0x857ffffff]
[ 9.961942] [mem 0xa0000000-0xfedfffff] available for PCI devices
[ 9.991221] Booting paravirtualized kernel on bare hardware
[ 10.021130] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 10.054957] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:1
[ 10.082912] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
[ 10.115164] pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
[ 10.141801] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 10.172983] pcpu-alloc: [0] 16 17 18 19 20 21 22 23
[ 10.203013] Kernel command line: BOOT_IMAGE=/vmlinuz root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=keep,xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 10.232966] sysrq: sysrq always enabled.
[ 10.263013] Unknown kernel command line parameters "force_early_printk", will be passed to user space.
[ 10.294384] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 10.323352] printk: log_buf_len total cpu_extra contributions: 94208 bytes
[ 10.354215] printk: log_buf_len min size: 131072 bytes
[ 10.383885] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[ 10.413483] printk: early log buf free: 110320(84%)
[ 10.445901] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 10.474608] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 10.504647] software IO TLB: area num 32.
[ 10.540977] Fallback order for Node 0: 0
[ 10.540985] Built 1 zonelists, mobility grouping on. Total pages: 8181572
[ 10.594750] Policy zone: Normal
[ 10.624805] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 10.685609] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
Poking KASLR using RDRAND RDTSC...
[ 10.843382] ftrace: allocating 51927 entries in 204 pages
[ 10.865797] ftrace: allocated 204 pages with 4 groups
[ 10.896823] Dynamic Preempt: full
[ 10.925840] rcu: Preemptible hierarchical RCU implementation.
[ 10.956705] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=24.
[ 10.986398] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 11.016519] Trampoline variant of Tasks RCU enabled.
[ 11.046531] Rude variant of Tasks RCU enabled.
[ 11.077495] Tracing variant of Tasks RCU enabled.
[ 11.107083] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 11.137520] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
[ 11.167435] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 11.197872] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 11.227570] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 11.259568] NR_IRQS: 524544, nr_irqs: 1160, preallocated irqs: 16
[ 11.287547] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 11.317711] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 11.348071] Console: colour dummy device 80x25
[ 11.377668] printk: legacy console [tty0] enabled
[ 11.408773] ACPI: Core revision 20250807
[ 11.437998] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 11.468345] APIC: Switch to symmetric I/O mode setup
[ 11.498365] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:0xa0
[ 11.528245] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:0xa0
[ 11.558943] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:0xa0
[ 11.589327] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:0xa0
[ 11.618984] AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x0
[ 11.649771] x2apic: IRQ remapping doesn't support X2APIC mode
[ 11.679587] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 11.714350] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b29656e641, max_idle_ns: 440795331135 ns
[ 11.739891] Calibrating delay loop (skipped), value calculated using timer frequency.. 5988.68 BogoMIPS (lpj=2994343)
[ 11.740901] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 11.741916] LVT offset 1 assigned for vector 0xf9
[ 11.742989] LVT offset 2 assigned for vector 0xf4
[ 11.743940] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[ 11.744890] Last level dTLB entries: 4KB 3072, 2MB 3072, 4MB 1536, 1GB 0
[ 11.745892] process: using mwait in idle threads
[ 11.746891] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[ 11.747891] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 11.748891] Transient Scheduler Attacks: Mitigation: Clear CPU buffers
[ 11.749891] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 11.750891] Spectre V2 : User space: Mitigation: STIBP always-on protection
[ 11.751891] Speculative Return Stack Overflow: Mitigation: Safe RET
[ 11.752890] VMSCAPE: Mitigation: IBPB before exit to userspace
[ 11.753891] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 11.754891] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 11.755891] active return thunk: srso_alias_return_thunk
[ 11.756894] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 11.757891] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 11.758891] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 11.759891] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[ 11.760891] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[ 11.761891] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[ 11.762891] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 11.763891] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 11.764891] x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
[ 11.765891] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 11.766891] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
[ 11.767891] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
[ 11.768891] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[ 11.769891] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
[ 11.770891] x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]: 16
[ 11.771891] x86/fpu: xstate_offset[12]: 2456, xstate_sizes[12]: 24
[ 11.772891] x86/fpu: Enabled xstate features 0x1ae7, context size is 2480 bytes, using 'compacted' format.
[ 11.794003] Freeing SMP alternatives memory: 48K
[ 11.794892] pid_max: default: 32768 minimum: 301
[ 11.795922] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
[ 11.796951] landlock: Up and running.
[ 11.797893] Yama: becoming mindful.
[ 11.799051] LSM support for eBPF active
[ 11.799928] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 11.800915] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 11.905269] smpboot: CPU0: AMD Ryzen 9 7845HX with Radeon Graphics (family: 0x19, model: 0x61, stepping: 0x2)
[ 11.905525] Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
[ 11.905665] ... version: 2
[ 11.905884] ... bit width: 48
[ 11.905891] ... generic counters: 6
[ 11.906891] ... generic bitmap: 000000000000003f
[ 11.907891] ... fixed-purpose counters: 0
[ 11.908891] ... fixed-purpose bitmap: 0000000000000000
[ 11.909891] ... value mask: 0000ffffffffffff
[ 11.910891] ... max period: 00007fffffffffff
[ 11.911893] ... global_ctrl mask: 000000000000003f
[ 11.912972] signal: max sigframe size: 3376
[ 11.913931] rcu: Hierarchical SRCU implementation.
[ 11.914891] rcu: Max phase no-delay instances is 400.
[ 11.915932] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[ 11.920541] MCE: In-kernel MCE decoding enabled.
[ 11.920916] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 11.922005] smp: Bringing up secondary CPUs ...
[ 11.922970] smpboot: x86: Booting SMP configuration:
[ 11.923893] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
[ 11.941018] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 11.954940] smp: Brought up 1 node, 24 CPUs
[ 11.955892] smpboot: Total of 24 processors activated (143728.46 BogoMIPS)
[ 11.958989] CPU0 attaching sched-domain(s):
[ 11.959892] domain-0: span=0,12 level=SMT
[ 11.960891] groups: 0:{ span=0 cap=973 }, 12:{ span=12 }
[ 11.961891] domain-1: span=0-5,12-17 level=MC
[ 11.962896] groups: 0:{ span=0,12 cap=1997 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2028 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }
[ 11.963891] domain-2: span=0-23 level=PKG
[ 11.964891] groups: 0:{ span=0-5,12-17 cap=12217 }, 6:{ span=6-11,18-23 cap=12288 }
[ 11.965893] CPU1 attaching sched-domain(s):
[ 11.966895] domain-0: span=1,13 level=SMT
[ 11.967891] groups: 1:{ span=1 }, 13:{ span=13 }
[ 11.968891] domain-1: span=0-5,12-17 level=MC
[ 11.969891] groups: 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2028 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=1997 }
[ 11.970893] domain-2: span=0-23 level=PKG
[ 11.971891] groups: 0:{ span=0-5,12-17 cap=12217 }, 6:{ span=6-11,18-23 cap=12288 }
[ 11.972892] CPU2 attaching sched-domain(s):
[ 11.973891] domain-0: span=2,14 level=SMT
[ 11.974893] groups: 2:{ span=2 }, 14:{ span=14 cap=1004 }
[ 11.975891] domain-1: span=0-5,12-17 level=MC
[ 11.976891] groups: 2:{ span=2,14 cap=2028 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=1997 }, 1:{ span=1,13 cap=2048 }
[ 11.977891] domain-2: span=0-23 level=PKG
[ 11.978893] groups: 0:{ span=0-5,12-17 cap=12217 }, 6:{ span=6-11,18-23 cap=12288 }
[ 11.979891] CPU3 attaching sched-domain(s):
[ 11.980891] domain-0: span=3,15 level=SMT
[ 11.981891] groups: 3:{ span=3 }, 15:{ span=15 }
[ 11.982893] domain-1: span=0-5,12-17 level=MC
[ 11.983891] groups: 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=1997 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2028 }
[ 11.984891] domain-2: span=0-23 level=PKG
[ 11.985891] groups: 0:{ span=0-5,12-17 cap=12217 }, 6:{ span=6-11,18-23 cap=12288 }
[ 11.986893] CPU4 attaching sched-domain(s):
[ 11.987891] domain-0: span=4,16 level=SMT
[ 11.988891] groups: 4:{ span=4 }, 16:{ span=16 }
[ 11.989892] domain-1: span=0-5,12-17 level=MC
[ 11.990893] groups: 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=1997 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2028 }, 3:{ span=3,15 cap=2048 }
[ 11.991891] domain-2: span=0-23 level=PKG
[ 11.992891] groups: 0:{ span=0-5,12-17 cap=12217 }, 6:{ span=6-11,18-23 cap=12288 }
[ 11.993891] CPU5 attaching sched-domain(s):
[ 11.994893] domain-0: span=5,17 level=SMT
[ 11.995891] groups: 5:{ span=5 }, 17:{ span=17 }
[ 11.996891] domain-1: span=0-5,12-17 level=MC
[ 11.997891] groups: 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=1997 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2028 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }
[ 11.998893] domain-2: span=0-23 level=PKG
[ 11.999891] groups: 0:{ span=0-5,12-17 cap=12217 }, 6:{ span=6-11,18-23 cap=12288 }
[ 12.000891] CPU6 attaching sched-domain(s):
[ 12.001891] domain-0: span=6,18 level=SMT
[ 12.002893] groups: 6:{ span=6 }, 18:{ span=18 }
[ 12.003891] domain-1: span=6-11,18-23 level=MC
[ 12.004891] groups: 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }
[ 12.005895] domain-2: span=0-23 level=PKG
[ 12.006893] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12217 }
[ 12.007892] CPU7 attaching sched-domain(s):
[ 12.008891] domain-0: span=7,19 level=SMT
[ 12.009891] groups: 7:{ span=7 }, 19:{ span=19 }
[ 12.010893] domain-1: span=6-11,18-23 level=MC
[ 12.011891] groups: 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }
[ 12.012891] domain-2: span=0-23 level=PKG
[ 12.013891] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12217 }
[ 12.014894] CPU8 attaching sched-domain(s):
[ 12.015891] domain-0: span=8,20 level=SMT
[ 12.016891] groups: 8:{ span=8 }, 20:{ span=20 }
[ 12.017891] domain-1: span=6-11,18-23 level=MC
[ 12.018893] groups: 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }
[ 12.019891] domain-2: span=0-23 level=PKG
[ 12.020891] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12217 }
[ 12.021892] CPU9 attaching sched-domain(s):
[ 12.022893] domain-0: span=9,21 level=SMT
[ 12.023891] groups: 9:{ span=9 }, 21:{ span=21 }
[ 12.024891] domain-1: span=6-11,18-23 level=MC
[ 12.025891] groups: 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }
[ 12.026893] domain-2: span=0-23 level=PKG
[ 12.027891] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12217 }
[ 12.028892] CPU10 attaching sched-domain(s):
[ 12.029891] domain-0: span=10,22 level=SMT
[ 12.030893] groups: 10:{ span=10 }, 22:{ span=22 }
[ 12.031891] domain-1: span=6-11,18-23 level=MC
[ 12.032891] groups: 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }
[ 12.033891] domain-2: span=0-23 level=PKG
[ 12.034893] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12217 }
[ 12.035892] CPU11 attaching sched-domain(s):
[ 12.036891] domain-0: span=11,23 level=SMT
[ 12.037891] groups: 11:{ span=11 }, 23:{ span=23 }
[ 12.038893] domain-1: span=6-11,18-23 level=MC
[ 12.039891] groups: 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }
[ 12.040891] domain-2: span=0-23 level=PKG
[ 12.041891] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12217 }
[ 12.042894] CPU12 attaching sched-domain(s):
[ 12.043891] domain-0: span=0,12 level=SMT
[ 12.044891] groups: 12:{ span=12 }, 0:{ span=0 cap=986 }
[ 12.045891] domain-1: span=0-5,12-17 level=MC
[ 12.046893] groups: 0:{ span=0,12 cap=1997 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2028 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }
[ 12.047891] domain-2: span=0-23 level=PKG
[ 12.048891] groups: 0:{ span=0-5,12-17 cap=12217 }, 6:{ span=6-11,18-23 cap=12288 }
[ 12.049892] CPU13 attaching sched-domain(s):
[ 12.050893] domain-0: span=1,13 level=SMT
[ 12.051891] groups: 13:{ span=13 }, 1:{ span=1 }
[ 12.052892] domain-1: span=0-5,12-17 level=MC
[ 12.053891] groups: 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2028 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2010 }
[ 12.054893] domain-2: span=0-23 level=PKG
[ 12.055891] groups: 0:{ span=0-5,12-17 cap=12217 }, 6:{ span=6-11,18-23 cap=12288 }
[ 12.056892] CPU14 attaching sched-domain(s):
[ 12.057891] domain-0: span=2,14 level=SMT
[ 12.058893] groups: 14:{ span=14 cap=1004 }, 2:{ span=2 }
[ 12.059891] domain-1: span=0-5,12-17 level=MC
[ 12.060891] groups: 2:{ span=2,14 cap=2028 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2010 }, 1:{ span=1,13 cap=2048 }
[ 12.061891] domain-2: span=0-23 level=PKG
[ 12.062893] groups: 0:{ span=0-5,12-17 cap=12217 }, 6:{ span=6-11,18-23 cap=12288 }
[ 12.063891] CPU15 attaching sched-domain(s):
[ 12.064891] domain-0: span=3,15 level=SMT
[ 12.065891] groups: 15:{ span=15 }, 3:{ span=3 }
[ 12.066893] domain-1: span=0-5,12-17 level=MC
[ 12.067891] groups: 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2010 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2028 }
[ 12.068891] domain-2: span=0-23 level=PKG
[ 12.069891] groups: 0:{ span=0-5,12-17 cap=12217 }, 6:{ span=6-11,18-23 cap=12288 }
[ 12.070893] CPU16 attaching sched-domain(s):
[ 12.071891] domain-0: span=4,16 level=SMT
[ 12.072891] groups: 16:{ span=16 }, 4:{ span=4 }
[ 12.073891] domain-1: span=0-5,12-17 level=MC
[ 12.074893] groups: 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2038 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2028 }, 3:{ span=3,15 cap=2048 }
[ 12.075891] domain-2: span=0-23 level=PKG
[ 12.076891] groups: 0:{ span=0-5,12-17 cap=12217 }, 6:{ span=6-11,18-23 cap=12288 }
[ 12.077891] CPU17 attaching sched-domain(s):
[ 12.078893] domain-0: span=5,17 level=SMT
[ 12.079891] groups: 17:{ span=17 }, 5:{ span=5 }
[ 12.080891] domain-1: span=0-5,12-17 level=MC
[ 12.081891] groups: 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2038 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2046 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }
[ 12.082893] domain-2: span=0-23 level=PKG
[ 12.083891] groups: 0:{ span=0-5,12-17 cap=12276 }, 6:{ span=6-11,18-23 cap=12288 }
[ 12.084892] CPU18 attaching sched-domain(s):
[ 12.085891] domain-0: span=6,18 level=SMT
[ 12.086893] groups: 18:{ span=18 }, 6:{ span=6 }
[ 12.087891] domain-1: span=6-11,18-23 level=MC
[ 12.088891] groups: 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }
[ 12.089891] domain-2: span=0-23 level=PKG
[ 12.090893] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12276 }
[ 12.091892] CPU19 attaching sched-domain(s):
[ 12.092891] domain-0: span=7,19 level=SMT
[ 12.093891] groups: 19:{ span=19 }, 7:{ span=7 }
[ 12.094893] domain-1: span=6-11,18-23 level=MC
[ 12.095891] groups: 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }
[ 12.096891] domain-2: span=0-23 level=PKG
[ 12.097891] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12276 }
[ 12.098894] CPU20 attaching sched-domain(s):
[ 12.099891] domain-0: span=8,20 level=SMT
[ 12.100891] groups: 20:{ span=20 }, 8:{ span=8 }
[ 12.101891] domain-1: span=6-11,18-23 level=MC
[ 12.102893] groups: 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }
[ 12.103891] domain-2: span=0-23 level=PKG
[ 12.104891] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12276 }
[ 12.105892] CPU21 attaching sched-domain(s):
[ 12.106893] domain-0: span=9,21 level=SMT
[ 12.107891] groups: 21:{ span=21 }, 9:{ span=9 }
[ 12.108891] domain-1: span=6-11,18-23 level=MC
[ 12.109891] groups: 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }
[ 12.110893] domain-2: span=0-23 level=PKG
[ 12.111891] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12276 }
[ 12.112892] CPU22 attaching sched-domain(s):
[ 12.113891] domain-0: span=10,22 level=SMT
[ 12.114893] groups: 22:{ span=22 }, 10:{ span=10 }
[ 12.115891] domain-1: span=6-11,18-23 level=MC
[ 12.116891] groups: 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }
[ 12.117891] domain-2: span=0-23 level=PKG
[ 12.118893] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12276 }
[ 12.119892] CPU23 attaching sched-domain(s):
[ 12.120891] domain-0: span=11,23 level=SMT
[ 12.121891] groups: 23:{ span=23 }, 11:{ span=11 }
[ 12.122893] domain-1: span=6-11,18-23 level=MC
[ 12.123891] groups: 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }
[ 12.124891] domain-2: span=0-23 level=PKG
[ 12.125891] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12276 }
[ 12.126896] root domain span: 0-23
[ 12.127947] Memory: 31820800K/32726288K available (17966K kernel code, 2789K rwdata, 14300K rodata, 4376K init, 3956K bss, 872680K reserved, 0K cma-reserved)
[ 12.129162] devtmpfs: initialized
[ 12.129933] x86/mm: Memory block size: 128MB
[ 12.133807] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a211fff] (73728 bytes)
[ 12.133895] ACPI: PM: Registering ACPI NVS region [mem 0x9453c000-0x9653bfff] (33554432 bytes)
[ 12.136119] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 12.136901] posixtimers hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 12.137917] futex hash table entries: 8192 (524288 bytes on 1 NUMA nodes, total 512 KiB, linear).
[ 12.138963] pinctrl core: initialized pinctrl subsystem
[ 12.140891] PM: RTC time: 18:36:02, date: 2025-12-05
[ 12.142126] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 12.143143] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 12.143996] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 12.144992] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 12.145895] audit: initializing netlink subsys (disabled)
[ 12.146901] audit: type=2000 audit(1764959754.421:1): state=initialized audit_enabled=0 res=1
[ 12.146969] thermal_sys: Registered thermal governor 'fair_share'
[ 12.147892] thermal_sys: Registered thermal governor 'bang_bang'
[ 12.148891] thermal_sys: Registered thermal governor 'step_wise'
[ 12.149892] thermal_sys: Registered thermal governor 'user_space'
[ 12.150891] thermal_sys: Registered thermal governor 'power_allocator'
[ 12.151895] cpuidle: using governor ladder
[ 12.153893] cpuidle: using governor menu
[ 12.154979] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 12.155951] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
[ 12.156899] PCI: Using configuration type 1 for base access
[ 12.157992] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 12.158950] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 12.159891] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 12.160891] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 12.161895] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 12.163295] fbcon: Taking over console
[ 12.163913] ACPI: Added _OSI(Module Device)
[ 12.164891] ACPI: Added _OSI(Processor Device)
[ 12.165891] ACPI: Added _OSI(Processor Aggregator Device)
[ 12.185985] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP0._PRW], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 12.186892] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 12.187895] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP2], AE_NOT_FOUND (20250807/dswload2-162)
[ 12.188892] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20250807/psobject-220)
[ 12.189891] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[ 12.192641] ACPI: 25 ACPI AML tables successfully acquired and loaded
[ 12.193233] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20250807/dspkginit-438)
[ 12.193926] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20250807/dspkginit-438)
[ 12.194923] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20250807/dspkginit-438)
[ 12.195932] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20250807/dspkginit-438)
[ 12.196901] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20250807/dspkginit-438)
[ 12.200709] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 12.282647] ACPI: Interpreter enabled
[ 12.282903] ACPI: PM: (supports S0 S4 S5)
[ 12.283016] ACPI: Using IOAPIC for interrupt routing
[ 12.293219] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 12.320898] PCI: Ignoring E820 reservations for host bridge windows
[ 12.352294] ACPI: Enabled 7 GPEs in block 00 to 1F
[ 12.383552] ACPI: \_SB_.PCI0.GP17.XHC0.P0U0: New power resource
[ 12.412964] ACPI: \_SB_.PCI0.GP17.XHC0.RHUB.PRT2.BUTH.BTPR: New power resource
[ 12.442464] ACPI: \_SB_.PCI0.GP17.XHC1.P0U1: New power resource
[ 12.474014] ACPI: \_SB_.PCI0.GP19.XHC2.P0U2: New power resource
[ 12.503370] ACPI: \_SB_.PCI0.GPP1.P0NV: New power resource
[ 12.532538] ACPI: \_SB_.PCI0.GPP5.PWR1: New power resource
[ 12.563189] ACPI: \_SB_.PCI0.GPP7.PWRS: New power resource
[ 12.651055] ACPI: \_SB_.PCI0.GPP7.U4UP.PWRS: New power resource
[ 12.671515] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P0.PWRS: New power resource
[ 12.673009] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P0.UP0D.PWRS: New power resource
[ 12.683896] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P1.PWRS: New power resource
[ 12.714571] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P1.UP1D.PWRS: New power resource
[ 12.744357] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P2.PWRS: New power resource
[ 12.794780] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P2.UXHC.PWRS: New power resource
[ 12.815158] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P3.PWRS: New power resource
[ 12.835980] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P3.UHI0.PWRS: New power resource
[ 12.864165] ACPI: \_SB_.PCI0.GPP3.P0NV: New power resource
[ 12.894833] ACPI: \_SB_.PCI0.GPP0.M237: New power resource
[ 12.929375] ACPI: \_SB_.PRWL: New power resource
[ 12.953920] ACPI: \_SB_.PRWB: New power resource
[ 12.986332] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 13.014894] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 13.045044] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[ 13.074907] acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf0000000-0xf7ffffff] for domain 0000 [bus 00-7f] only partially covers this bridge
[ 13.105259] PCI host bridge to bus 0000:00
[ 13.135894] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 13.164895] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 13.194892] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 13.224892] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 13.255892] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 13.285894] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xfcffffff window]
[ 13.315891] pci_bus 0000:00: root bus resource [mem 0x860000000-0xfdffffffff window]
[ 13.345892] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 13.375905] pci 0000:00:00.0: [1022:14d8] type 00 class 0x060000 conventional PCI endpoint
[ 13.404994] pci 0000:00:00.2: [1022:14d9] type 00 class 0x080600 conventional PCI endpoint
[ 13.435984] pci 0000:00:01.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 13.465970] pci 0000:00:01.1: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 13.495902] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 13.526895] pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
[ 13.556892] pci 0000:00:01.1: bridge window [mem 0xfb000000-0xfc0fffff]
[ 13.586896] pci 0000:00:01.1: bridge window [mem 0xfa00000000-0xfc01ffffff 64bit pref]
[ 13.616963] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 13.648089] pci 0000:00:01.2: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 13.676905] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 13.706895] pci 0000:00:01.2: bridge window [mem 0xfce00000-0xfcefffff]
[ 13.737966] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[ 13.767027] pci 0000:00:01.6: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 13.797906] pci 0000:00:01.6: PCI bridge to [bus 03]
[ 13.827894] pci 0000:00:01.6: bridge window [io 0xe000-0xefff]
[ 13.857893] pci 0000:00:01.6: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 13.887903] pci 0000:00:01.6: enabling Extended Tags
[ 13.917953] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
[ 13.948986] pci 0000:00:01.7: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 13.978904] pci 0000:00:01.7: PCI bridge to [bus 04]
[ 14.008895] pci 0000:00:01.7: bridge window [mem 0xfcc00000-0xfccfffff]
[ 14.038903] pci 0000:00:01.7: enabling Extended Tags
[ 14.068953] pci 0000:00:01.7: PME# supported from D0 D3hot D3cold
[ 14.099006] pci 0000:00:02.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 14.128970] pci 0000:00:02.1: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 14.158904] pci 0000:00:02.1: PCI bridge to [bus 05-07]
[ 14.188896] pci 0000:00:02.1: bridge window [mem 0xfc600000-0xfc9fffff]
[ 14.220079] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[ 14.277891] pci 0000:00:02.2: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 14.279911] pci 0000:00:02.2: PCI bridge to [bus 08]
[ 14.309896] pci 0000:00:02.2: bridge window [mem 0xfcb00000-0xfcbfffff]
[ 14.339958] pci 0000:00:02.2: enabling Extended Tags
[ 14.370958] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[ 14.400023] pci 0000:00:03.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 14.430984] pci 0000:00:04.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 14.460984] pci 0000:00:08.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 14.489967] pci 0000:00:08.1: [1022:14dd] type 01 class 0x060400 PCIe Root Port
[ 14.519903] pci 0000:00:08.1: PCI bridge to [bus 09]
[ 14.550894] pci 0000:00:08.1: bridge window [io 0xd000-0xdfff]
[ 14.580893] pci 0000:00:08.1: bridge window [mem 0xfc200000-0xfc5fffff]
[ 14.610895] pci 0000:00:08.1: bridge window [mem 0xfc10000000-0xfc201fffff 64bit pref]
[ 14.640896] pci 0000:00:08.1: enabling Extended Tags
[ 14.670933] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 14.702055] pci 0000:00:08.3: [1022:14dd] type 01 class 0x060400 PCIe Root Port
[ 14.730903] pci 0000:00:08.3: PCI bridge to [bus 0a]
[ 14.761894] pci 0000:00:08.3: bridge window [mem 0xfca00000-0xfcafffff]
[ 14.791900] pci 0000:00:08.3: enabling Extended Tags
[ 14.821933] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[ 14.852999] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[ 14.882004] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[ 14.912020] pci 0000:00:18.0: [1022:14e0] type 00 class 0x060000 conventional PCI endpoint
[ 14.942930] pci 0000:00:18.1: [1022:14e1] type 00 class 0x060000 conventional PCI endpoint
[ 14.972923] pci 0000:00:18.2: [1022:14e2] type 00 class 0x060000 conventional PCI endpoint
[ 15.002924] pci 0000:00:18.3: [1022:14e3] type 00 class 0x060000 conventional PCI endpoint
[ 15.032928] pci 0000:00:18.4: [1022:14e4] type 00 class 0x060000 conventional PCI endpoint
[ 15.062923] pci 0000:00:18.5: [1022:14e5] type 00 class 0x060000 conventional PCI endpoint
[ 15.093940] pci 0000:00:18.6: [1022:14e6] type 00 class 0x060000 conventional PCI endpoint
[ 15.124926] pci 0000:00:18.7: [1022:14e7] type 00 class 0x060000 conventional PCI endpoint
[ 15.154009] pci 0000:01:00.0: [10de:28e0] type 00 class 0x030000 PCIe Legacy Endpoint
[ 15.183913] pci 0000:01:00.0: BAR 0 [mem 0xfb000000-0xfbffffff]
[ 15.213893] pci 0000:01:00.0: BAR 1 [mem 0xfa00000000-0xfbffffffff 64bit pref]
[ 15.243893] pci 0000:01:00.0: BAR 3 [mem 0xfc00000000-0xfc01ffffff 64bit pref]
[ 15.273892] pci 0000:01:00.0: BAR 5 [io 0xf000-0xf07f]
[ 15.303893] pci 0000:01:00.0: ROM [mem 0xfc000000-0xfc07ffff pref]
[ 15.334944] pci 0000:01:00.0: PME# supported from D0 D3hot
[ 15.364286] pci 0000:01:00.1: [10de:22be] type 00 class 0x040300 PCIe Endpoint
[ 15.394914] pci 0000:01:00.1: BAR 0 [mem 0xfc080000-0xfc083fff]
[ 15.425044] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 15.455431] pci 0000:02:00.0: [144d:a80c] type 00 class 0x010802 PCIe Endpoint
[ 15.485339] pci 0000:02:00.0: BAR 0 [mem 0xfce00000-0xfce03fff 64bit]
[ 15.516184] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 15.544979] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
[ 15.575935] pci 0000:03:00.0: BAR 0 [io 0xe000-0xe0ff]
[ 15.604895] pci 0000:03:00.0: BAR 2 [mem 0xfcd04000-0xfcd04fff 64bit]
[ 15.634894] pci 0000:03:00.0: BAR 4 [mem 0xfcd00000-0xfcd03fff 64bit]
[ 15.664980] pci 0000:03:00.0: supports D1 D2
[ 15.694891] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 15.726052] pci 0000:00:01.6: PCI bridge to [bus 03]
[ 15.757208] pci 0000:04:00.0: [8086:2725] type 00 class 0x028000 PCIe Endpoint
[ 15.786044] pci 0000:04:00.0: BAR 0 [mem 0xfcc00000-0xfcc03fff 64bit]
[ 15.817086] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 15.847371] pci 0000:00:01.7: PCI bridge to [bus 04]
[ 15.876964] pci 0000:05:00.0: [1b21:242a] type 01 class 0x060400 PCIe Switch Upstream Port
[ 15.906914] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[ 15.936899] pci 0000:05:00.0: bridge window [mem 0xfc600000-0xfc9fffff]
[ 15.966978] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[ 16.014121] pci 0000:00:02.1: PCI bridge to [bus 05-07]
[ 16.027161] pci 0000:06:02.0: [1b21:242b] type 01 class 0x060400 PCIe Switch Downstream Port
[ 16.056913] pci 0000:06:02.0: PCI bridge to [bus 07]
[ 16.086895] pci 0000:06:02.0: bridge window [mem 0xfc600000-0xfc9fffff]
[ 16.116967] pci 0000:06:02.0: PME# supported from D0 D3hot D3cold
[ 16.164544] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[ 16.178046] pci 0000:07:00.0: [1b21:242c] type 00 class 0x0c0330 PCIe Legacy Endpoint
[ 16.207930] pci 0000:07:00.0: BAR 0 [mem 0xfc600000-0xfc607fff 64bit]
[ 16.237951] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[ 16.276388] pci 0000:06:02.0: PCI bridge to [bus 07]
[ 16.297266] pci 0000:08:00.0: [15b7:5017] type 00 class 0x010802 PCIe Endpoint
[ 16.328214] pci 0000:08:00.0: BAR 0 [mem 0xfcb00000-0xfcb03fff 64bit]
[ 16.358392] pci 0000:00:02.2: PCI bridge to [bus 08]
[ 16.387984] pci 0000:09:00.0: [1002:164e] type 00 class 0x030000 PCIe Legacy Endpoint
[ 16.417915] pci 0000:09:00.0: BAR 0 [mem 0xfc10000000-0xfc1fffffff 64bit pref]
[ 16.447894] pci 0000:09:00.0: BAR 2 [mem 0xfc20000000-0xfc201fffff 64bit pref]
[ 16.478892] pci 0000:09:00.0: BAR 4 [io 0xd000-0xd0ff]
[ 16.508893] pci 0000:09:00.0: BAR 5 [mem 0xfc500000-0xfc57ffff]
[ 16.537895] pci 0000:09:00.0: enabling Extended Tags
[ 16.568952] pci 0000:09:00.0: PME# supported from D1 D2 D3hot D3cold
[ 16.598993] pci 0000:09:00.2: [1022:1649] type 00 class 0x108000 PCIe Endpoint
[ 16.629959] pci 0000:09:00.2: BAR 2 [mem 0xfc400000-0xfc4fffff]
[ 16.659894] pci 0000:09:00.2: BAR 5 [mem 0xfc5c8000-0xfc5c9fff]
[ 16.688895] pci 0000:09:00.2: enabling Extended Tags
[ 16.720015] pci 0000:09:00.3: [1022:15b6] type 00 class 0x0c0330 PCIe Endpoint
[ 16.748915] pci 0000:09:00.3: BAR 0 [mem 0xfc300000-0xfc3fffff 64bit]
[ 16.780899] pci 0000:09:00.3: enabling Extended Tags
[ 16.809933] pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
[ 16.839984] pci 0000:09:00.4: [1022:15b7] type 00 class 0x0c0330 PCIe Endpoint
[ 16.870916] pci 0000:09:00.4: BAR 0 [mem 0xfc200000-0xfc2fffff 64bit]
[ 16.899899] pci 0000:09:00.4: enabling Extended Tags
[ 16.930936] pci 0000:09:00.4: PME# supported from D0 D3hot D3cold
[ 16.959987] pci 0000:09:00.5: [1022:15e2] type 00 class 0x048000 PCIe Endpoint
[ 16.990914] pci 0000:09:00.5: BAR 0 [mem 0xfc580000-0xfc5bffff]
[ 17.020898] pci 0000:09:00.5: enabling Extended Tags
[ 17.050931] pci 0000:09:00.5: PME# supported from D0 D3hot D3cold
[ 17.081936] pci 0000:09:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
[ 17.111916] pci 0000:09:00.6: BAR 0 [mem 0xfc5c0000-0xfc5c7fff]
[ 17.141899] pci 0000:09:00.6: enabling Extended Tags
[ 17.171931] pci 0000:09:00.6: PME# supported from D0 D3hot D3cold
[ 17.202996] pci 0000:00:08.1: PCI bridge to [bus 09]
[ 17.230934] pci 0000:0a:00.0: [1022:15b8] type 00 class 0x0c0330 PCIe Endpoint
[ 17.262919] pci 0000:0a:00.0: BAR 0 [mem 0xfca00000-0xfcafffff 64bit]
[ 17.291898] pci 0000:0a:00.0: enabling Extended Tags
[ 17.322942] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
[ 17.354003] pci 0000:00:08.3: PCI bridge to [bus 0a]
[ 17.384702] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 17.411942] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 17.442936] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 17.472952] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 17.502936] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 17.533932] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 17.562937] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 17.593932] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 17.625471] Low-power S0 idle used by default for system suspend
[ 17.653904] iommu: Default domain type: Translated
[ 17.684892] iommu: DMA domain TLB invalidation policy: lazy mode
[ 17.715048] SCSI subsystem initialized
[ 17.744898] libata version 3.00 loaded.
[ 17.774897] ACPI: bus type USB registered
[ 17.803904] usbcore: registered new interface driver usbfs
[ 17.834898] usbcore: registered new interface driver hub
[ 17.864900] usbcore: registered new device driver usb
[ 17.909169] EDAC MC: Ver: 3.0.0
[ 17.926918] efivars: Registered efivars operations
[ 17.955121] NetLabel: Initializing
[ 17.985892] NetLabel: domain hash size = 128
[ 18.015892] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 18.045917] NetLabel: unlabeled traffic allowed by default
[ 18.075896] mctp: management component transport protocol core
[ 18.106891] NET: Registered PF_MCTP protocol family
[ 18.137902] PCI: Using ACPI for IRQ routing
[ 18.166745] PCI: Discovered peer bus 28
[ 18.196894] PCI: root bus 28: using default resources
[ 18.226892] PCI: Probing PCI hardware (bus 28)
[ 18.256908] PCI host bridge to bus 0000:28
[ 18.286895] pci_bus 0000:28: root bus resource [io 0x0000-0xffff]
[ 18.316892] pci_bus 0000:28: root bus resource [mem 0x00000000-0xffffffffffff]
[ 18.347892] pci_bus 0000:28: No busn resource found for root bus, will use [bus 28-ff]
[ 18.377892] pci_bus 0000:28: busn_res: can not insert [bus 28-ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff])
[ 18.406931] pci_bus 0000:28: busn_res: [bus 28-ff] end is updated to 28
[ 18.436891] pci_bus 0000:28: busn_res: can not insert [bus 28] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff])
[ 18.470595] PCI: pci_cache_line_size set to 64 bytes
[ 18.498021] resource: Expanded resource Reserved due to conflict with PCI Bus 0000:00
[ 18.527892] e820: reserve RAM buffer [mem 0x09aff000-0x0bffffff]
[ 18.557892] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[ 18.587892] e820: reserve RAM buffer [mem 0x89d45000-0x8bffffff]
[ 18.617899] e820: reserve RAM buffer [mem 0x8b3d2000-0x8bffffff]
[ 18.647892] e820: reserve RAM buffer [mem 0x8e43c000-0x8fffffff]
[ 18.678892] e820: reserve RAM buffer [mem 0x9bffb000-0x9bffffff]
[ 18.707896] e820: reserve RAM buffer [mem 0x85de80000-0x85fffffff]
[ 18.737933] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[ 18.768891] pci 0000:01:00.0: vgaarb: bridge control possible
[ 18.796900] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 18.828898] pci 0000:09:00.0: vgaarb: setting as boot VGA device (overriding previous)
[ 18.829890] pci 0000:09:00.0: vgaarb: bridge control possible
[ 18.829890] pci 0000:09:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 18.918892] vgaarb: loaded
[ 18.948974] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 18.979891] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 19.011906] clocksource: Switched to clocksource tsc-early
[ 19.040650] VFS: Disk quotas dquot_6.6.0
[ 19.070367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 19.099982] pnp: PnP ACPI init
[ 19.130611] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 19.160801] system 00:01: [mem 0x838000000-0x857ffffff window] has been reserved
[ 19.190841] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 19.220763] system 00:03: [io 0x040b] has been reserved
[ 19.250557] system 00:03: [io 0x04d6] has been reserved
[ 19.281220] system 00:03: [io 0x0c00-0x0c01] has been reserved
[ 19.311033] system 00:03: [io 0x0c14] has been reserved
[ 19.341368] system 00:03: [io 0x0c50-0x0c51] has been reserved
[ 19.372447] system 00:03: [io 0x0c52] has been reserved
[ 19.401182] system 00:03: [io 0x0c6c] has been reserved
[ 19.432375] system 00:03: [io 0x0c6f] has been reserved
[ 19.462400] system 00:03: [io 0x0cd8-0x0cdf] has been reserved
[ 19.491783] system 00:03: [io 0x0800-0x089f] has been reserved
[ 19.522766] system 00:03: [io 0x0b00-0x0b0f] has been reserved
[ 19.552576] system 00:03: [io 0x0b20-0x0b3f] has been reserved
[ 19.583138] system 00:03: [io 0x0900-0x090f] has been reserved
[ 19.613264] system 00:03: [io 0x0910-0x091f] has been reserved
[ 19.643065] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 19.672651] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[ 19.702768] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 19.733736] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[ 19.763637] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 19.793442] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[ 19.824202] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[ 19.855275] pnp: PnP ACPI: found 4 devices
[ 19.890075] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 19.913933] NET: Registered PF_INET protocol family
[ 19.944124] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 19.983661] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 20.004000] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 20.034184] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 20.064480] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 20.094798] TCP: Hash tables configured (established 262144 bind 65536)
[ 20.126719] MPTCP token hash table entries: 32768 (order: 8, 786432 bytes, linear)
[ 20.154973] UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[ 20.185586] UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[ 20.215175] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 20.245420] NET: Registered PF_XDP protocol family
[ 20.275342] pci 0000:00:02.1: bridge window [io 0x1000-0x0fff] to [bus 05-07] add_size 1000
[ 20.305790] pci 0000:00:02.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05-07] add_size 200000 add_align 100000
[ 20.335812] pci 0000:00:02.1: bridge window [mem 0x860000000-0x8601fffff 64bit pref]: assigned
[ 20.366256] pci 0000:00:02.1: bridge window [io 0x1000-0x1fff]: assigned
[ 20.395531] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 20.425661] pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
[ 20.456534] pci 0000:00:01.1: bridge window [mem 0xfb000000-0xfc0fffff]
[ 20.486871] pci 0000:00:01.1: bridge window [mem 0xfa00000000-0xfc01ffffff 64bit pref]
[ 20.517225] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 20.546707] pci 0000:00:01.2: bridge window [mem 0xfce00000-0xfcefffff]
[ 20.576962] pci 0000:00:01.6: PCI bridge to [bus 03]
[ 20.607084] pci 0000:00:01.6: bridge window [io 0xe000-0xefff]
[ 20.636777] pci 0000:00:01.6: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 20.667879] pci 0000:00:01.7: PCI bridge to [bus 04]
[ 20.697787] pci 0000:00:01.7: bridge window [mem 0xfcc00000-0xfccfffff]
[ 20.727709] pci 0000:06:02.0: PCI bridge to [bus 07]
[ 20.758776] pci 0000:06:02.0: bridge window [mem 0xfc600000-0xfc9fffff]
[ 20.787614] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[ 20.817829] pci 0000:05:00.0: bridge window [mem 0xfc600000-0xfc9fffff]
[ 20.848056] pci 0000:00:02.1: PCI bridge to [bus 05-07]
[ 20.877944] pci 0000:00:02.1: bridge window [io 0x1000-0x1fff]
[ 20.908903] pci 0000:00:02.1: bridge window [mem 0xfc600000-0xfc9fffff]
[ 20.938156] pci 0000:00:02.1: bridge window [mem 0x860000000-0x8601fffff 64bit pref]
[ 20.968716] pci 0000:00:02.2: PCI bridge to [bus 08]
[ 20.998608] pci 0000:00:02.2: bridge window [mem 0xfcb00000-0xfcbfffff]
[ 21.028742] pci 0000:00:08.1: PCI bridge to [bus 09]
[ 21.059274] pci 0000:00:08.1: bridge window [io 0xd000-0xdfff]
[ 21.089283] pci 0000:00:08.1: bridge window [mem 0xfc200000-0xfc5fffff]
[ 21.119390] pci 0000:00:08.1: bridge window [mem 0xfc10000000-0xfc201fffff 64bit pref]
[ 21.149186] pci 0000:00:08.3: PCI bridge to [bus 0a]
[ 21.179714] pci 0000:00:08.3: bridge window [mem 0xfca00000-0xfcafffff]
[ 21.209721] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 21.239507] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 21.270043] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 21.300254] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 21.330048] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[ 21.360042] pci_bus 0000:00: resource 9 [mem 0xa0000000-0xfcffffff window]
[ 21.389832] pci_bus 0000:00: resource 10 [mem 0x860000000-0xfdffffffff window]
[ 21.419937] pci_bus 0000:01: resource 0 [io 0xf000-0xffff]
[ 21.450584] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
[ 21.480476] pci_bus 0000:01: resource 2 [mem 0xfa00000000-0xfc01ffffff 64bit pref]
[ 21.510381] pci_bus 0000:02: resource 1 [mem 0xfce00000-0xfcefffff]
[ 21.540491] pci_bus 0000:03: resource 0 [io 0xe000-0xefff]
[ 21.570815] pci_bus 0000:03: resource 1 [mem 0xfcd00000-0xfcdfffff]
[ 21.600928] pci_bus 0000:04: resource 1 [mem 0xfcc00000-0xfccfffff]
[ 21.630923] pci_bus 0000:05: resource 0 [io 0x1000-0x1fff]
[ 21.661029] pci_bus 0000:05: resource 1 [mem 0xfc600000-0xfc9fffff]
[ 21.691134] pci_bus 0000:05: resource 2 [mem 0x860000000-0x8601fffff 64bit pref]
[ 21.721991] pci_bus 0000:06: resource 1 [mem 0xfc600000-0xfc9fffff]
[ 21.752528] pci_bus 0000:07: resource 1 [mem 0xfc600000-0xfc9fffff]
[ 21.782419] pci_bus 0000:08: resource 1 [mem 0xfcb00000-0xfcbfffff]
[ 21.812742] pci_bus 0000:09: resource 0 [io 0xd000-0xdfff]
[ 21.842638] pci_bus 0000:09: resource 1 [mem 0xfc200000-0xfc5fffff]
[ 21.873071] pci_bus 0000:09: resource 2 [mem 0xfc10000000-0xfc201fffff 64bit pref]
[ 21.903298] pci_bus 0000:0a: resource 1 [mem 0xfca00000-0xfcafffff]
[ 21.933252] pci_bus 0000:28: resource 4 [io 0x0000-0xffff]
[ 21.965722] pci_bus 0000:28: resource 5 [mem 0x00000000-0xffffffffffff]
[ 21.993948] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[ 22.023855] pci 0000:01:00.1: quirk_nvidia_hda_pm+0x0/0x20 took 29206 usecs
[ 22.053237] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[ 22.083901] pci 0000:01:00.1: quirk_gpu_hda+0x0/0x20 took 29962 usecs
[ 22.115545] PCI: CLS 64 bytes, default 64
[ 22.144070] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 22.144093] Unpacking initramfs...
[ 22.174663] pci 0000:00:01.0: Adding to iommu group 0
[ 22.234817] pci 0000:00:01.1: Adding to iommu group 1
[ 22.264343] pci 0000:00:01.2: Adding to iommu group 2
[ 22.275595] Freeing initrd memory: 183028K
[ 22.294394] pci 0000:00:01.6: Adding to iommu group 3
[ 22.354956] pci 0000:00:01.7: Adding to iommu group 4
[ 22.385514] pci 0000:00:02.0: Adding to iommu group 5
[ 22.415638] pci 0000:00:02.1: Adding to iommu group 6
[ 22.445566] pci 0000:00:02.2: Adding to iommu group 7
[ 22.475823] pci 0000:00:03.0: Adding to iommu group 8
[ 22.505632] pci 0000:00:04.0: Adding to iommu group 9
[ 22.536406] pci 0000:00:08.0: Adding to iommu group 10
[ 22.566016] pci 0000:00:08.1: Adding to iommu group 11
[ 22.596039] pci 0000:00:08.3: Adding to iommu group 12
[ 22.625550] pci 0000:00:14.0: Adding to iommu group 13
[ 22.655587] pci 0000:00:14.3: Adding to iommu group 13
[ 22.686929] pci 0000:00:18.0: Adding to iommu group 14
[ 22.717060] pci 0000:00:18.1: Adding to iommu group 14
[ 22.746763] pci 0000:00:18.2: Adding to iommu group 14
[ 22.776579] pci 0000:00:18.3: Adding to iommu group 14
[ 22.807348] pci 0000:00:18.4: Adding to iommu group 14
[ 22.837048] pci 0000:00:18.5: Adding to iommu group 14
[ 22.867817] pci 0000:00:18.6: Adding to iommu group 14
[ 22.897738] pci 0000:00:18.7: Adding to iommu group 14
[ 22.927574] pci 0000:01:00.0: Adding to iommu group 15
[ 22.957505] pci 0000:01:00.1: Adding to iommu group 15
[ 22.987638] pci 0000:02:00.0: Adding to iommu group 16
[ 23.018308] pci 0000:03:00.0: Adding to iommu group 17
[ 23.048561] pci 0000:04:00.0: Adding to iommu group 18
[ 23.078056] pci 0000:05:00.0: Adding to iommu group 19
[ 23.110004] pci 0000:06:02.0: Adding to iommu group 20
[ 23.137993] pci 0000:07:00.0: Adding to iommu group 20
[ 23.168461] pci 0000:08:00.0: Adding to iommu group 21
[ 23.198921] pci 0000:09:00.0: Adding to iommu group 22
[ 23.228730] pci 0000:09:00.2: Adding to iommu group 23
[ 23.258342] pci 0000:09:00.3: Adding to iommu group 24
[ 23.288822] pci 0000:09:00.4: Adding to iommu group 25
[ 23.319496] pci 0000:09:00.5: Adding to iommu group 26
[ 23.349632] pci 0000:09:00.6: Adding to iommu group 27
[ 23.379457] pci 0000:0a:00.0: Adding to iommu group 28
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Fwd: USB DBC hang during earlyprintk initialization
2025-12-05 18:49 ` Milan Oravec
@ 2025-12-17 9:20 ` Mathias Nyman
2025-12-18 20:03 ` Milan Oravec
0 siblings, 1 reply; 25+ messages in thread
From: Mathias Nyman @ 2025-12-17 9:20 UTC (permalink / raw)
To: Milan Oravec; +Cc: Greg KH, linux-usb
Hi
On 12/5/25 20:49, Milan Oravec wrote:
> Hello Mathias, I've replaced cat with minicom in the script above and
> let minicom capture the file. First minicom displayed no messages,
> then I realised I need to press and hold enter to be able see messages
> sent from debug target.
You shouldn't need to do that, something is set up oddly.
>
> Computer hangs and needs a long press of the power button to recover.
> Boot cmd used:
> linux /vmlinuz root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c
> earlyprintk=keep,xdbc2 debug ignore_loglevel sysrq_always_enabled
> force_early_printk sched_verbose usbcore.autosuspend=-1
> no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
>
> I've attached a captured log from deminicom.
>
> What should I try next?
early_xdbc_write() is called every time a new entry is written to console.
It only uses one transfer buffer, (one TRB).
early_xdbc_write() will block for up to 2 seconds in a udelay loop waiting
for the previous transfer to complete.
blocking for 2 seconds on every console message doesn't sound reasonable.
Maybe for the first message to make sure other side is set up and reading the data.
I'm also not sure the "keep" flag works.
Once the actual xhci driver binds to the device it will reset the controller , losing
DBC capability and console.
You could try without the keep flag, and setting timeout to 100ms instead of 2 seconds
diff --git a/drivers/usb/early/xhci-dbc.c b/drivers/usb/early/xhci-dbc.c
index 41118bba9197..515a172ba25b 100644
--- a/drivers/usb/early/xhci-dbc.c
+++ b/drivers/usb/early/xhci-dbc.c
@@ -855,7 +855,7 @@ static int xdbc_bulk_write(const char *bytes, int size)
xdbc_handle_events();
/* Check completion of the previous request: */
- if ((xdbc.flags & XDBC_FLAGS_OUT_PROCESS) && (timeout < 2000000)) {
+ if ((xdbc.flags & XDBC_FLAGS_OUT_PROCESS) && (timeout < 100000)) {
raw_spin_unlock_irqrestore(&xdbc.lock, flags);
udelay(100);
timeout += 100;
Thanks
Mathias
^ permalink raw reply related [flat|nested] 25+ messages in thread
* Re: Fwd: USB DBC hang during earlyprintk initialization
2025-12-17 9:20 ` Mathias Nyman
@ 2025-12-18 20:03 ` Milan Oravec
2026-01-19 8:18 ` Milan Oravec
0 siblings, 1 reply; 25+ messages in thread
From: Milan Oravec @ 2025-12-18 20:03 UTC (permalink / raw)
To: Mathias Nyman; +Cc: Greg KH, linux-usb
[-- Attachment #1: Type: text/plain, Size: 2920 bytes --]
Hello Mathias, thank you very much.
I've tried without the keep flag, and setting timeout to 100ms instead
of 2 seconds. I need to hold the enter button on the debug host to see
messages from the debug target. But without a keep flag system doesn't
hang during boot but DbC is disconnected instead and console messages
return to the display of the debug target, please see attached log
from debug host.
It seems the computer hangs with the keep flag at the same moment that
console messages are returned to the laptop screen without the keep
flag applied.
Do you have any other ideas to try?
Thank you,
Milan
On Wed, Dec 17, 2025 at 10:20 AM Mathias Nyman
<mathias.nyman@linux.intel.com> wrote:
>
> Hi
>
> On 12/5/25 20:49, Milan Oravec wrote:
> > Hello Mathias, I've replaced cat with minicom in the script above and
> > let minicom capture the file. First minicom displayed no messages,
> > then I realised I need to press and hold enter to be able see messages
> > sent from debug target.
>
> You shouldn't need to do that, something is set up oddly.
>
> >
> > Computer hangs and needs a long press of the power button to recover.
> > Boot cmd used:
> > linux /vmlinuz root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c
> > earlyprintk=keep,xdbc2 debug ignore_loglevel sysrq_always_enabled
> > force_early_printk sched_verbose usbcore.autosuspend=-1
> > no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
> >
> > I've attached a captured log from deminicom.
> >
> > What should I try next?
>
> early_xdbc_write() is called every time a new entry is written to console.
> It only uses one transfer buffer, (one TRB).
> early_xdbc_write() will block for up to 2 seconds in a udelay loop waiting
> for the previous transfer to complete.
>
> blocking for 2 seconds on every console message doesn't sound reasonable.
> Maybe for the first message to make sure other side is set up and reading the data.
>
> I'm also not sure the "keep" flag works.
> Once the actual xhci driver binds to the device it will reset the controller , losing
> DBC capability and console.
>
> You could try without the keep flag, and setting timeout to 100ms instead of 2 seconds
>
> diff --git a/drivers/usb/early/xhci-dbc.c b/drivers/usb/early/xhci-dbc.c
> index 41118bba9197..515a172ba25b 100644
> --- a/drivers/usb/early/xhci-dbc.c
> +++ b/drivers/usb/early/xhci-dbc.c
> @@ -855,7 +855,7 @@ static int xdbc_bulk_write(const char *bytes, int size)
> xdbc_handle_events();
>
> /* Check completion of the previous request: */
> - if ((xdbc.flags & XDBC_FLAGS_OUT_PROCESS) && (timeout < 2000000)) {
> + if ((xdbc.flags & XDBC_FLAGS_OUT_PROCESS) && (timeout < 100000)) {
> raw_spin_unlock_irqrestore(&xdbc.lock, flags);
> udelay(100);
> timeout += 100;
>
> Thanks
> Mathias
>
[-- Attachment #2: degug.txt --]
[-- Type: text/plain, Size: 45872 bytes --]
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] CR2: ffff888000000413 CR3: 00000004eae96000 CR4: 00000000000000b0
[ 0.000000] ? setup_early_printk+0x51b/0x540
[ 0.000000] ? __pfx_do_early_param+0x10/0x10
[ 0.000000] ? parse_early_param+0x64/0xc0
[ 0.000000] ? setup_arch+0x4c7/0xb60
[ 0.000000] ? _printk+0x6b/0x90
[ 0.000000] ? start_kernel+0x6b/0x9b0
[ 0.000000] ? x86_64_start_reservations+0x24/0x30
[ 0.000000] ? x86_64_start_kernel+0xd3/0xe0
[ 0.000000] ? common_startup_64+0x13e/0x141
[ 0.000000] </TASK>
[ 0.000000] ---[ end trace 0000000000000000 ]---
[ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Failed to ioremap xhci-dbc with size 0x100000
[ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Retry xhci-dbc ioremap with reduced size 0x80000
[ 0.000000] ------------[ cut here ]------------
[ 0.000000] WARNING: CPU: 0 PID: 0 at mm/early_ioremap.c:139 __early_ioremap+0xae/0x190
[ 0.000000] Modules linked in:
[ 0.000000] CPU: 0 UID: 0 PID: 0 Comm: swapper Tainted: G W 6.18.2-dirty #68 PREEMPT(undef) a0f4f25d2517db2912895d3f1be66886260085ac
[ 0.000000] Tainted: [W]=WARN
[ 0.000000] RIP: 0010:__early_ioremap+0xae/0x190
[ 0.000000] Code: 40 fa 98 ac 4c 89 ca 48 81 e3 00 f0 ff ff 48 81 e2 00 f0 ff ff 48 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 0.000000] RSP: 0000:ffffffffac003cb8 EFLAGS: 00010002 ORIG_RAX: 0000000000000000
[ 0.000000] RAX: 0000000000000000 RBX: 0000000000080000 RCX: 0000000000080000
[ 0.000000] RDX: 0000000000000080 RSI: 0000000000080000 RDI: 00000000fc200000
[ 0.000000] RBP: 0000000000000080 R08: 0000000000000000 R09: 00000000fc200000
[ 0.000000] R10: ffffffffac079dc0 R11: ffffffffac003ad0 R12: 8000000000000163
[ 0.000000] R13: 0000000000000000 R14: 0000000000000000 R15: 00000000fc200000
[ 0.000000] FS: 0000000000000000(0000) GS:0000000000000000(0000) knlGS:0000000000000000
[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 0.000000] CR2: ffff888000000413 CR3: 00000004eae96000 CR4: 00000000000000b0
[ 0.000000] Call Trace:
[ 0.000000] <TASK>
[ 0.000000] ? early_xdbc_parse_parameter+0x3b7/0x430
[ 0.000000] ? setup_early_printk+0x51b/0x540
[ 0.000000] ? __pfx_do_early_param+0x10/0x10
[ 0.000000] ? _printk+0x6b/0x90
[ 0.000000] ? start_kernel+0x6b/0x9b0
[ 0.000000] ? x86_64_start_reservations+0x24/0x30
[ 0.000000] ? x86_64_start_kernel+0xd3/0xe0
[ 0.000000] ? common_startup_64+0x13e/0x141
[ 0.000000] </TASK>
[ 0.000000] ---[ end trace 0000000000000000 ]---
[ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Failed to ioremap xhci-dbc with size 0x80000
[ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Retry xhci-dbc ioremap with reduced size 0x40000
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x480
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x490
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x4a0
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x4c0
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x4e0
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: DbC capability found at offset 0x4e0
[ 0.000000] printk: debug: ignoring loglevel setting.
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] efi: EFI v2.8 by American Megatrends
[ 0.000000] efi: ACPI=0x9453b000 ACPI 2.0=0x9453b014 TPMFinalLog=0x964f2000 SMBIOS=0x9a165000 SMBIOS 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2118 INITRD=0x888efb18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem50: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[ 0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[ 0.000000] efi: Remove mem51: MMIO range=[0xfd000000-0xfedfffff] (30MB) from e820 map
[ 0.000000] e820: remove [mem 0xfd000000-0xfedfffff] reserved
[ 0.000000] efi: Not removing mem52: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem53: MMIO range=[0xfee01000-0xffffffff] (17MB) from e820 map
[ 0.000000] e820: remove [mem 0xfee01000-0xffffffff] reserved
[ 0.000000] efi: Remove mem56: MMIO range=[0x860000000-0x8801fffff] (514MB) from e820 map
[ 0.000000] e820: remove [mem 0x860000000-0x8801fffff] reserved
[ 0.000000] SMBIOS 3.5.0 present.
[ 0.000000] DMI: ASUSTeK COMPUTER INC. ROG Strix G713PV_G713PV/G713PV, BIOS G713PV.336 10/01/2025
[ 0.000000] DMI: Memory slots populated: 2/2
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2994.262 MHz processor
[ 0.000133] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000134] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000137] last_pfn = 0x85de80 max_arch_pfn = 0x400000000
[ 0.000142] MTRR map: 6 entries (3 fixed + 3 variable; max 20), built from 9 variable MTRRs
[ 0.000143] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000379] last_pfn = 0x9bffb max_arch_pfn = 0x400000000
[ 0.002759] esrt: Reserving ESRT space from 0x000000008b3d2118 to 0x000000008b3d2150.
[ 0.002764] e820: update [mem 0x8b3d2000-0x8b3d2fff] usable ==> reserved
[ 0.002773] Using GB pages for direct mapping
[ 0.003040] Secure boot disabled
[ 0.003040] RAMDISK: [mem 0x79958000-0x84c10fff]
[ 0.003169] ACPI: Early table checksum verification disabled
[ 0.003172] ACPI: RSDP 0x000000009453B014 000024 (v02 _ASUS_)
[ 0.003174] ACPI: XSDT 0x000000009453A728 00014C (v01 _ASUS_ Notebook 01072009 AMI 01000013)
[ 0.003177] ACPI: FACP 0x000000009452F000 000114 (v06 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003182] ACPI: FACS 0x0000000096522000 000040
[ 0.003185] ACPI: SSDT 0x0000000094530000 000309 (v02 _ASUS_ CPUSSDT 01072009 AMI 01072009)
[ 0.003190] ACPI: VFCT 0x0000000094511000 00AE84 (v01 _ASUS_ Notebook 00000001 AMD 33504F47)
[ 0.003191] ACPI: BGRT 0x0000000094510000 000038 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003192] ACPI: TPM2 0x000000009450F000 00004C (v04 _ASUS_ Notebook 00000001 AMI 00000000)
[ 0.003193] ACPI: SSDT 0x0000000094507000 0074CE (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.003194] ACPI: CRAT 0x0000000094505000 001628 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.003194] ACPI: CDIT 0x0000000094504000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.003195] ACPI: SSDT 0x00000000944F9000 00A9F1 (v02 AMD DISCUSB4 00000002 INTL 20230331)
[ 0.003196] ACPI: SSDT 0x00000000944F8000 0006B5 (v02 AMD CPMWLRC 00000001 INTL 20230331)
[ 0.003197] ACPI: SSDT 0x00000000944F6000 0015B8 (v02 AMD CPMDFIG2 00000001 INTL 20230331)
[ 0.003198] ACPI: SSDT 0x00000000944F3000 0029DC (v02 AMD CDFAAIG2 00000001 INTL 20230331)
[ 0.003199] ACPI: SSDT 0x00000000944ED000 003949 (v02 _ASUS_ Nv18dGPU 00000001 INTL 20230331)
[ 0.003200] ACPI: SSDT 0x00000000944E3000 009713 (v02 AMD CPMCMN 00000001 INTL 20230331)
[ 0.003201] ACPI: SSDT 0x00000000944E0000 0022AD (v02 AMD AOD 00000001 INTL 20230331)
[ 0.003202] ACPI: SSDT 0x00000000944F2000 000EA2 (v02 AMD NVME 00000001 INTL 20230331)
[ 0.003203] ACPI: SSDT 0x00000000944F1000 000EA2 (v02 AMD NVME 00000001 INTL 20230331)
[ 0.003204] ACPI: WSMT 0x00000000944DF000 000028 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003205] ACPI: APIC 0x00000000944DE000 00015E (v05 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003206] ACPI: SSDT 0x00000000944DC000 001BAF (v02 AMD GPP_PME_ 00000001 INTL 20230331)
[ 0.003207] ACPI: SSDT 0x00000000944DB000 0006DA (v02 AMD EXTGPP00 00000001 INTL 20230331)
[ 0.003208] ACPI: SSDT 0x00000000944DA000 000952 (v02 AMD CPMMSOSC 00000001 INTL 20230331)
[ 0.003209] ACPI: SSDT 0x00000000944D9000 000464 (v02 AMD AMDWOV 00000001 INTL 20230331)
[ 0.003210] ACPI: SSDT 0x00000000944D8000 000E06 (v02 AMD CPMUCSI 00000001 INTL 20230331)
[ 0.003211] ACPI: SSDT 0x00000000944D7000 00008D (v02 AMD CPMMSLPI 00000001 INTL 20230331)
[ 0.003212] ACPI: SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 0.003213] ACPI: SSDT 0x00000000944D5000 00066F (v02 AMD XHCI 00000001 INTL 20230331)
[ 0.003214] ACPI: SSDT 0x00000000944D4000 00070D (v02 AMD GPIORPL 00000001 INTL 20230331)
[ 0.003215] ACPI: SSDT 0x00000000944D3000 000D67 (v02 AMD UPEPRPL 00000001 INTL 20230331)
[ 0.003215] ACPI: SSDT 0x00000000944D2000 00067B (v02 AMD GPPRPL 00000001 INTL 20230331)
[ 0.003216] ACPI: SSDT 0x00000000944D0000 00102E (v02 AMD CPMACPV7 00000001 INTL 20230331)
[ 0.003217] ACPI: Reserving FACP table memory at [mem 0x9452f000-0x9452f113]
[ 0.003218] ACPI: Reserving DSDT table memory at [mem 0x94520000-0x9452ef7b]
[ 0.003218] ACPI: Reserving FACS table memory at [mem 0x96522000-0x9652203f]
[ 0.003219] ACPI: Reserving IVRS table memory at [mem 0x94539000-0x945391a3]
[ 0.003219] ACPI: Reserving SSDT table memory at [mem 0x94531000-0x94538f50]
[ 0.003219] ACPI: Reserving SSDT table memory at [mem 0x94530000-0x94530308]
[ 0.003219] ACPI: Reserving FIDT table memory at [mem 0x9451f000-0x9451f09b]
[ 0.003220] ACPI: Reserving MCFG table memory at [mem 0x9451e000-0x9451e03b]
[ 0.003220] ACPI: Reserving HPET table memory at [mem 0x9451d000-0x9451d037]
[ 0.003220] ACPI: Reserving FPDT table memory at [mem 0x9451c000-0x9451c043]
[ 0.003220] ACPI: Reserving VFCT table memory at [mem 0x94511000-0x9451be83]
[ 0.003221] ACPI: Reserving BGRT table memory at [mem 0x94510000-0x94510037]
[ 0.003221] ACPI: Reserving TPM2 table memory at [mem 0x9450f000-0x9450f04b]
[ 0.003221] ACPI: Reserving SSDT table memory at [mem 0x94507000-0x9450e4cd]
[ 0.003221] ACPI: Reserving CRAT table memory at [mem 0x94505000-0x94506627]
[ 0.003222] ACPI: Reserving CDIT table memory at [mem 0x94504000-0x94504028]
[ 0.003222] ACPI: Reserving SSDT table memory at [mem 0x944f9000-0x945039f0]
[ 0.003222] ACPI: Reserving SSDT table memory at [mem 0x944f8000-0x944f86b4]
[ 0.003222] ACPI: Reserving SSDT table memory at [mem 0x944f6000-0x944f75b7]
[ 0.003223] ACPI: Reserving SSDT table memory at [mem 0x944f3000-0x944f59db]
[ 0.003223] ACPI: Reserving SSDT table memory at [mem 0x944ed000-0x944f0948]
[ 0.003223] ACPI: Reserving SSDT table memory at [mem 0x944e3000-0x944ec712]
[ 0.003223] ACPI: Reserving SSDT table memory at [mem 0x944e0000-0x944e22ac]
[ 0.003224] ACPI: Reserving SSDT table memory at [mem 0x944f2000-0x944f2ea1]
[ 0.003224] ACPI: Reserving SSDT table memory at [mem 0x944f1000-0x944f1ea1]
[ 0.003224] ACPI: Reserving WSMT table memory at [mem 0x944df000-0x944df027]
[ 0.003225] ACPI: Reserving APIC table memory at [mem 0x944de000-0x944de15d]
[ 0.003225] ACPI: Reserving SSDT table memory at [mem 0x944dc000-0x944ddbae]
[ 0.003225] ACPI: Reserving SSDT table memory at [mem 0x944db000-0x944db6d9]
[ 0.003225] ACPI: Reserving SSDT table memory at [mem 0x944da000-0x944da951]
[ 0.003226] ACPI: Reserving SSDT table memory at [mem 0x944d9000-0x944d9463]
[ 0.003226] ACPI: Reserving SSDT table memory at [mem 0x944d8000-0x944d8e05]
[ 0.003226] ACPI: Reserving SSDT table memory at [mem 0x944d7000-0x944d708c]
[ 0.003226] ACPI: Reserving SSDT table memory at [mem 0x944d6000-0x944d68f1]
[ 0.003227] ACPI: Reserving SSDT table memory at [mem 0x944d5000-0x944d566e]
[ 0.003227] ACPI: Reserving SSDT table memory at [mem 0x944d4000-0x944d470c]
[ 0.003227] ACPI: Reserving SSDT table memory at [mem 0x944d3000-0x944d3d66]
[ 0.003227] ACPI: Reserving SSDT table memory at [mem 0x944d2000-0x944d267a]
[ 0.003228] ACPI: Reserving SSDT table memory at [mem 0x944d0000-0x944d102d]
[ 0.003281] No NUMA configuration found
[ 0.003282] Faking a node at [mem 0x0000000000000000-0x000000085de7ffff]
[ 0.003285] NODE_DATA(0) allocated [mem 0x85de55280-0x85de7ffff]
[ 0.003389] xhci_dbc:xdbc_early_setup: DCE successfully cleared
[ 0.003390] xhci_dbc:xdbc_early_setup: Successfully got xdbc table_dma page
[ 0.003391] xhci_dbc:xdbc_early_setup: Successfully got xdbc out_dma page
[ 0.003392] xhci_dbc:xdbc_early_setup: Successfully allocated event ring
[ 0.003393] xhci_dbc:xdbc_early_setup: Successfully allocated in ring
[ 0.003393] xhci_dbc:xdbc_early_setup: Successfully allocated out ring
[ 0.420303] xhci_dbc:xdbc_start: DbC is running now, control 0x830f0003 port ID 3
[ 0.420305] printk: legacy bootconsole [earlyxdbc0] enabled
[ 0.420311] xhci_dbc:xdbc_handle_port_status: connect status change event
[ 0.420312] xhci_dbc:xdbc_handle_port_status: port reset change event
[ 0.578526] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 0.578527] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afefff] usable
[ 0.578527]
[ 0.578527] a3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 0.578527] }
[ 0.684202] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 0.684202] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x0000000009aff000-0x0000000009ffffff] reserved
[ 0.684202] a3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 0.684202] }
[ 0.789876] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 0.789876] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.789876]
[ 0.789876] a3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 0.789876] }
[ 0.895550] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 0.895550] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a211fff] ACPI NVS
[ 0.895550] a3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 0.895550] }
[ 1.001216] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 1.001216] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000000a212000-0x000000008e43bfff] usable
[ 1.001216]
[ 1.001216] a3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 1.001216] }
[ 1.106890] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 1.106890] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000008e43c000-0x000000009443bfff] reserved
[ 1.106890] a3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 1.106890] }
[ 1.212565] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 1.212565] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000009443c000-0x000000009453bfff] ACPI data
[ 1.212565] 3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 1.212565] }
[ 1.318241] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 1.318241] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000009453c000-0x000000009653bfff] ACPI NVS
[ 1.318241]
[ 1.318241] 3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 1.318241] }
[ 1.423916] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 1.423916] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000009653c000-0x000000009a5fefff] reserved
[ 1.423916]
[ 1.423916] 3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 1.423916] }
[ 1.529590] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 1.529590] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000009a5ff000-0x000000009bffafff] usable
[ 1.529590]
[ 1.529590]
[ 1.529590] 3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 1.529590] }
[ 1.635264] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 1.635264] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000009bffb000-0x000000009cffffff] reserved
[ 1.635264]
[ 1.635264] 3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 1.635264] }
[ 1.740937] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 1.740937] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000009d7f3000-0x000000009fffffff] reserved
[ 1.740937]
[ 1.740937] 3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 1.740937] }
[ 1.846609] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 1.846610] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 1.846610]
[ 1.846610] 3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 1.846610] }
[ 1.952282] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 1.952282] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[ 1.952282]
[ 1.952282] 3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 1.952282] }
[ 2.057956] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.057956] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000837ffffff] usable
[ 2.057956]
[ 2.057956]
[ 2.057956] 3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.057956] }
[ 2.163631] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.163631] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x0000000838000000-0x0000000857ffffff] reserved
[ 2.163631]
[ 2.163631] 3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.163631] }
[ 2.269304] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.269304] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x0000000858000000-0x000000085de7ffff] usable
[ 2.269304]
[ 2.269304]
[ 2.269304] 3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.269304] }
[ 2.374977] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.374977] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000085eec0000-0x00000008801fffff] reserved
[ 2.374977]
[ 2.374977] 3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.374977] }
[ 2.480652] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.480652] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[ 2.480652]
[ 2.480652] 3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.480652] }
[ 2.586325] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.586325] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: dbgp_num: 2
[ 2.586325] fff] reserved
[ 2.586325]
[ 2.586325] 3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.586325] }
[ 2.691998] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.691998] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ------------[ cut here ]------------
[ 2.691998] bgp_num: 2
[ 2.691998] fff] reserved
[ 2.691998]
[ 2.691998] 3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.691998] }
[ 2.797671] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.797671] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] WARNING: CPU: 0 PID: 0 at mm/early_ioremap.c:139 __early_ioremap+0xae/0x190
[ 2.797671] b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.797671] }
[ 2.903346] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.903346] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] Modules linked in:
[ 2.903346] 0 at mm/early_ioremap.c:139 __early_ioremap+0xae/0x190
[ 2.903346] b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.903346] }
[ 3.009019] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.009019] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CPU: 0 UID: 0 PID: 0 Comm: swapper Not tainted 6.18.2-dirty #68 PREEMPT(undef) a0f4f25d2517db2912895d3f1be66886260085ac
[ 3.009019] ysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.009019] }
[ 3.114694] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.114694] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] RIP: 0010:__early_ioremap+0xae/0x190
[ 3.114694] tainted 6.18.2-dirty #68 PREEMPT(undef) a0f4f25d2517db2912895d3f1be66886260085ac
[ 3.114694] ysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.114694] }
[ 3.220370] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.220370] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] Code: 40 fa 98 ac 4c 89 ca 48 81 e3 00 f0 ff ff 48 81 e2 00 f0 ff ff 48 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 3.220370] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.220370] }
[ 3.326043] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.326043] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] RSP: 0000:ffffffffac003cb8 EFLAGS: 00010006 ORIG_RAX: 0000000000000000
[ 3.326043] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 3.326043] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.326043] }
[ 3.431717] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.431717] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] RAX: 0000000000000000 RBX: 0000000000100000 RCX: 0000000000100000
[ 3.431717] 000
[ 3.431717] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 3.431717] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.431717] }
[ 3.537392] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.537393] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] RDX: 0000000000000100 RSI: 0000000000100000 RDI: 00000000fc200000
[ 3.537393] 000
[ 3.537393] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 3.537393] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.537393] }
[ 3.643066] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.643066] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] RBP: 0000000000000100 R08: 0000000000000000 R09: 00000000fc200000
[ 3.643066] 000
[ 3.643066] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 3.643066] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.643066] }
[ 3.748740] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.748740] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] R10: ffffffffac079dc0 R11: ffffffffac003ad0 R12: 8000000000000163
[ 3.748740] 000
[ 3.748740] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 3.748740] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.748740] }
[ 3.854413] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.854413] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] R13: 0000000000000000 R14: 0000000000000000 R15: 00000000fc200000
[ 3.854413] 000
[ 3.854413] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 3.854413] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.854413] }
[ 3.960087] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.960088] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] FS: 0000000000000000(0000) GS:0000000000000000(0000) knlGS:0000000000000000
[ 3.960088] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 3.960088] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.960088] }
[ 4.065761] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 4.065762] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4.065762] 0) knlGS:0000000000000000
[ 4.065762] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 4.065762] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 4.065762] }
[ 4.224153] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 4.224153] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] Call Trace:
[ 4.224153] 00000413 CR3: 00000004eae96000 CR4: 00000000000000b0
[ 4.224153] 000000000
[ 4.224153] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 4.224153] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 4.224153] }
[ 4.329817] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 4.329817] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] <TASK>
[ 4.329817] e:
[ 4.329817] 00000413 CR3: 00000004eae96000 CR4: 00000000000000b0
[ 4.329817] 000000000
[ 4.329817] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 4.329817] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 4.329817] }
[ 4.435480] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 4.435481] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? early_xdbc_parse_parameter+0x3b7/0x430
[ 4.435481] CR4: 00000000000000b0
[ 4.435481] 000000000
[ 4.435481] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 4.435481] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 4.435481] }
[ 4.575698] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 4.575698] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? do_early_param+0x44/0x70
[ 4.575698] x540
[ 4.575698] /0x430
[ 4.575698] CR4: 00000000000000b0
[ 4.575698] 000000000
[ 4.575698] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 4.575698] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 4.575698] }
[ 4.681362] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 4.681362] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? parse_args+0x210/0x3e0
[ 4.681362]
[ 4.681362] x540
[ 4.681362] /0x430
[ 4.681362] CR4: 00000000000000b0
[ 4.681362] 000000000
[ 4.681362] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 4.681362] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 4.681362] }
[ 4.787026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 4.787026] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? __pfx_do_early_param+0x10/0x10
[ 4.787026] /0x430
[ 4.787026] CR4: 00000000000000b0
[ 4.787026] 000000000
[ 4.787026] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 4.787026] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 4.787026] }
[ 4.892689] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 4.892689] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? parse_early_options+0x29/0x30
[ 4.892689]
[ 4.892689] /0x430
[ 4.892689] CR4: 00000000000000b0
[ 4.892689] 000000000
[ 4.892689] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 4.892689] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 4.892689] }
[ 5.978506] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 5.978506] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? do_early_param+0x44/0x70
[ 5.978506] x540
[ 5.978506] /0x430
[ 5.978506] CR4: 00000000000000b0
[ 5.978506] 000000000
[ 5.978506] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 5.978506] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 5.978506] }
[ 6.084169] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 6.084170] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? parse_args+0x210/0x3e0
[ 6.084170]
[ 6.084170] x540
[ 6.084170] /0x430
[ 6.084170] CR4: 00000000000000b0
[ 6.084170] 000000000
[ 6.084170] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 6.084170] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 6.084170] }
[ 6.191221] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 6.191222] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? parse_early_options+0x29/0x30
[ 6.191222]
[ 6.191222] /0x430
[ 6.191222] CR4: 00000000000000b0
[ 6.191222] 000000000
[ 6.191222] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 6.191222] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 6.191222] }
[ 6.296897] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 6.296897] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? __pfx_do_early_param+0x10/0x10
[ 6.296897] /0x430
[ 6.296897] CR4: 00000000000000b0
[ 6.296897] 000000000
[ 6.296897] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 6.296897] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 6.296897] }
[ 6.402570] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 6.402570] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? parse_early_param+0x64/0xc0
[ 6.402570] 0
[ 6.402570] /0x430
[ 6.402570] CR4: 00000000000000b0
[ 6.402570] 000000000
[ 6.402570] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 6.402570] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 6.402570] }
[ 6.508243] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 6.508243] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? setup_arch+0x4c7/0xb60
[ 6.508243] xc0
[ 6.508243] 0
[ 6.508243] /0x430
[ 6.508243] CR4: 00000000000000b0
[ 6.508243] 000000000
[ 6.508243] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 6.508243] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 6.508243] }
[ 8.137259] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 8.137259] xhci_dbc:early_xdbc_write: missed message {[ 0.003180] ACPI: DSDT 0x0000000094520000 00EF7C (v02 _ASUS_ Notebook 01072009 INTL 20230331)
[ 8.137259] 25
[ 8.137259] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2118 INITRD=0x888efb18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 8.137259] 05
[ 8.137259] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 8.137259] }
[ 8.308754] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 8.308754] xhci_dbc:early_xdbc_write: missed message {[ 0.003183] ACPI: IVRS 0x0000000094539000 0001A4 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 8.308754] 25
[ 8.308754] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2118 INITRD=0x888efb18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 8.308754] 05
[ 8.308754] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 8.308754] }
[ 8.414418] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 8.414418] xhci_dbc:early_xdbc_write: missed message {[ 0.003184] ACPI: SSDT 0x0000000094531000 007F51 (v02 AMD Vortex 00000002 MSFT 05000000)
[ 8.414418] 25
[ 8.414418] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2118 INITRD=0x888efb18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 8.414418] 05
[ 8.414418] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 8.414418] }
[ 8.579267] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 8.579267] xhci_dbc:early_xdbc_write: missed message {[ 0.003186] ACPI: FIDT 0x000000009451F000 00009C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 8.579267] 25
[ 8.579267] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2118 INITRD=0x888efb18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 8.579267] 05
[ 8.579267] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 8.579267] }
[ 8.684941] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 8.684941] xhci_dbc:early_xdbc_write: missed message {[ 0.003187] ACPI: MCFG 0x000000009451E000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
[ 8.684941] 25
[ 8.684941] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2118 INITRD=0x888efb18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 8.684941] 05
[ 8.684941] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 8.684941] }
[ 8.790616] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 8.790617] xhci_dbc:early_xdbc_write: missed message {[ 0.003188] ACPI: HPET 0x000000009451D000 000038 (v01 _ASUS_ Notebook 01072009 AMI 00000005)
[ 8.790617] 25
[ 8.790617] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2118 INITRD=0x888efb18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 8.790617] 05
[ 8.790617] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 8.790617] }
[ 8.896290] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 8.896290] xhci_dbc:early_xdbc_write: missed message {[ 0.003189] ACPI: FPDT 0x000000009451C000 000044 (v01 _ASUS_ A M I 01072009 AMI 01000013)
[ 8.896290] 25
[ 8.896290] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2118 INITRD=0x888efb18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 8.896290] 05
[ 8.896290] console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 8.896290] }
[ 14.612369] Zone ranges:
[ 14.641328] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 14.672081] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 14.702305] Normal [mem 0x0000000100000000-0x000000085de7ffff]
[ 14.732114] Device empty
[ 14.763396] Movable zone start for each node
[ 14.792664] Early memory node ranges
[ 14.822573] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 14.852906] node 0: [mem 0x0000000000100000-0x0000000009afefff]
[ 14.883131] node 0: [mem 0x000000000a000000-0x000000000a1fffff]
[ 14.913778] node 0: [mem 0x000000000a212000-0x000000008e43bfff]
[ 14.942844] node 0: [mem 0x000000009a5ff000-0x000000009bffafff]
[ 14.973070] node 0: [mem 0x0000000100000000-0x0000000837ffffff]
[ 15.003085] node 0: [mem 0x0000000858000000-0x000000085de7ffff]
[ 15.033310] Initmem setup node 0 [mem 0x0000000000001000-0x000000085de7ffff]
[ 15.075049] On node 0, zone DMA: 1 pages in unavailable ranges
[ 15.094606] On node 0, zone DMA: 96 pages in unavailable ranges
[ 15.123415] On node 0, zone DMA32: 1281 pages in unavailable ranges
[ 15.154690] On node 0, zone DMA32: 18 pages in unavailable ranges
[ 15.183947] On node 0, zone DMA32: 16835 pages in unavailable ranges
[ 15.236390] On node 0, zone Normal: 16389 pages in unavailable ranges
[ 15.243453] On node 0, zone Normal: 8576 pages in unavailable ranges
[ 15.274717] ACPI: PM-Timer IO Port: 0x808
[ 15.303894] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 15.334135] IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
[ 15.363309] IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
[ 15.394168] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 15.424604] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 15.455783] ACPI: Using ACPI (MADT) for SMP configuration information
[ 15.484319] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 15.514973] e820: update [mem 0x89d45000-0x89da3fff] usable ==> reserved
[ 15.545102] CPU topo: Max. logical packages: 1
[ 15.575962] CPU topo: Max. logical dies: 2
[ 15.606717] CPU topo: Max. dies per package: 2
[ 15.634931] CPU topo: Max. threads per core: 2
[ 15.665789] CPU topo: Num. cores per package: 12
[ 15.695801] CPU topo: Num. threads per package: 24
[ 15.726129] CPU topo: Allowing 24 present CPUs plus 0 hotplug CPUs
[ 15.757207] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 15.785106] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 15.816280] PM: hibernation: Registered nosave memory: [mem 0x09aff000-0x09ffffff]
[ 15.846292] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a211fff]
[ 15.876832] PM: hibernation: Registered nosave memory: [mem 0x89d45000-0x89da3fff]
[ 15.907267] PM: hibernation: Registered nosave memory: [mem 0x8b3d2000-0x8b3d2fff]
[ 15.937489] PM: hibernation: Registered nosave memory: [mem 0x8e43c000-0x9a5fefff]
[ 15.966660] PM: hibernation: Registered nosave memory: [mem 0x9bffb000-0xffffffff]
[ 15.997308] PM: hibernation: Registered nosave memory: [mem 0x838000000-0x857ffffff]
[ 16.027532] [mem 0xa0000000-0xfedfffff] available for PCI devices
[ 16.058287] Booting paravirtualized kernel on bare hardware
[ 16.087458] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 16.119798] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:1
[ 16.148069] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
[ 16.177565] pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
[ 16.209166] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 16.237809] pcpu-alloc: [0] 16 17 18 19 20 21 22 23
[ 16.267616] Kernel command line: BOOT_IMAGE=/vmlinuz root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=xdbc2 debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 16.298415] sysrq: sysrq always enabled.
[ 16.328667] Unknown kernel command line parameters "force_early_printk", will be passed to user space.
[ 16.359606] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 16.390148] printk: log_buf_len total cpu_extra contributions: 94208 bytes
[ 16.418789] printk: log_buf_len min size: 131072 bytes
[ 16.450695] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[ 16.479867] printk: early log buf free: 88296(67%)
[ 16.511938] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 16.541925] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 16.569425] software IO TLB: area num 32.
[ 16.607095] Fallback order for Node 0: 0
[ 16.607103] Built 1 zonelists, mobility grouping on. Total pages: 8181572
[ 16.660619] Policy zone: Normal
[ 16.691407] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 16.749889] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
Poking KASLR using RDRAND RDTSC...
[ 16.909211] ftrace: allocating 51934 entries in 204 pages
[ 16.931306] ftrace: allocated 204 pages with 4 groups
[ 16.962120] Dynamic Preempt: full
[ 16.991871] rcu: Preemptible hierarchical RCU implementation.
[ 17.021353] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=24.
[ 17.051783] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 17.082744] Trampoline variant of Tasks RCU enabled.
[ 17.112754] Rude variant of Tasks RCU enabled.
[ 17.143288] Tracing variant of Tasks RCU enabled.
[ 17.173082] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 17.202458] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
[ 17.233528] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 17.262906] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 17.294286] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 17.326182] NR_IRQS: 524544, nr_irqs: 1160, preallocated irqs: 16
[ 17.353631] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 17.384422] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 17.414249] Console: colour dummy device 80x25
[ 17.444472] printk: legacy console [tty0] enabled
[ 17.474483] printk: legacy bootconsole [earlyxdbc0] disabled
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Fwd: USB DBC hang during earlyprintk initialization
2025-12-18 20:03 ` Milan Oravec
@ 2026-01-19 8:18 ` Milan Oravec
2026-01-19 11:01 ` Milan Oravec
0 siblings, 1 reply; 25+ messages in thread
From: Milan Oravec @ 2026-01-19 8:18 UTC (permalink / raw)
To: Mathias Nyman; +Cc: Greg KH, linux-usb
[-- Attachment #1: Type: text/plain, Size: 3366 bytes --]
Hello, I've tried the 6.19.0-rc6 kernel with experimental patches
applied, but no changes unfortunately, the system freezes at the same
log output line as before. :( DbC log attached. Any ideas?
Thank you,
Milan
On Thu, Dec 18, 2025 at 9:03 PM Milan Oravec <migo.oravec@gmail.com> wrote:
>
> Hello Mathias, thank you very much.
>
> I've tried without the keep flag, and setting timeout to 100ms instead
> of 2 seconds. I need to hold the enter button on the debug host to see
> messages from the debug target. But without a keep flag system doesn't
> hang during boot but DbC is disconnected instead and console messages
> return to the display of the debug target, please see attached log
> from debug host.
>
> It seems the computer hangs with the keep flag at the same moment that
> console messages are returned to the laptop screen without the keep
> flag applied.
>
> Do you have any other ideas to try?
>
> Thank you,
> Milan
>
> On Wed, Dec 17, 2025 at 10:20 AM Mathias Nyman
> <mathias.nyman@linux.intel.com> wrote:
> >
> > Hi
> >
> > On 12/5/25 20:49, Milan Oravec wrote:
> > > Hello Mathias, I've replaced cat with minicom in the script above and
> > > let minicom capture the file. First minicom displayed no messages,
> > > then I realised I need to press and hold enter to be able see messages
> > > sent from debug target.
> >
> > You shouldn't need to do that, something is set up oddly.
> >
> > >
> > > Computer hangs and needs a long press of the power button to recover.
> > > Boot cmd used:
> > > linux /vmlinuz root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c
> > > earlyprintk=keep,xdbc2 debug ignore_loglevel sysrq_always_enabled
> > > force_early_printk sched_verbose usbcore.autosuspend=-1
> > > no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
> > >
> > > I've attached a captured log from deminicom.
> > >
> > > What should I try next?
> >
> > early_xdbc_write() is called every time a new entry is written to console.
> > It only uses one transfer buffer, (one TRB).
> > early_xdbc_write() will block for up to 2 seconds in a udelay loop waiting
> > for the previous transfer to complete.
> >
> > blocking for 2 seconds on every console message doesn't sound reasonable.
> > Maybe for the first message to make sure other side is set up and reading the data.
> >
> > I'm also not sure the "keep" flag works.
> > Once the actual xhci driver binds to the device it will reset the controller , losing
> > DBC capability and console.
> >
> > You could try without the keep flag, and setting timeout to 100ms instead of 2 seconds
> >
> > diff --git a/drivers/usb/early/xhci-dbc.c b/drivers/usb/early/xhci-dbc.c
> > index 41118bba9197..515a172ba25b 100644
> > --- a/drivers/usb/early/xhci-dbc.c
> > +++ b/drivers/usb/early/xhci-dbc.c
> > @@ -855,7 +855,7 @@ static int xdbc_bulk_write(const char *bytes, int size)
> > xdbc_handle_events();
> >
> > /* Check completion of the previous request: */
> > - if ((xdbc.flags & XDBC_FLAGS_OUT_PROCESS) && (timeout < 2000000)) {
> > + if ((xdbc.flags & XDBC_FLAGS_OUT_PROCESS) && (timeout < 100000)) {
> > raw_spin_unlock_irqrestore(&xdbc.lock, flags);
> > udelay(100);
> > timeout += 100;
> >
> > Thanks
> > Mathias
> >
[-- Attachment #2: degug.txt --]
[-- Type: text/plain, Size: 76143 bytes --]
[ 0.000000] BIOS-e820: [mem 0x000000009443c000-0x000000009453bfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000009d7f3000-0x000000009fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000837ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000838000000-0x0000000857ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000858000000-0x000000085de7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000085eec0000-0x00000008801fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: dbgp_num: 2
[ 0.000000] ------------[ cut here ]------------
[ 0.000000] WARNING: mm/early_ioremap.c:139 at __early_ioremap+0xac/0x190, CPU#0: swapper/0
[ 0.000000] Modules linked in:
[ 0.000000] CPU: 0 UID: 0 PID: 0 Comm: swapper Not tainted 6.19.0-rc6-dirty #36 PREEMPT(undef) 264bb0fa2473bb7c2ddc2df64f08dc8677a1cbbe
[ 0.000000] RIP: 0010:__early_ioremap+0xac/0x190
[ 0.000000] Code: 40 dd da a6 4c 89 ca 48 81 e3 00 f0 ff ff 48 81 e2 00 f0 ff ff 48 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 0.000000] RSP: 0000:ffffffffa6403cb8 EFLAGS: 00010006 ORIG_RAX: 0000000000000000
[ 0.000000] RAX: 0000000000000000 RBX: 0000000000100000 RCX: 0000000000100000
[ 0.000000] RDX: 0000000000000100 RSI: 0000000000100000 RDI: 00000000fc200000
[ 0.000000] RBP: 0000000000000100 R08: 0000000000000000 R09: 00000000fc200000
[ 0.000000] R10: ffffffffa647c1c0 R11: ffffffffa6403ad0 R12: 8000000000000163
[ 0.000000] R13: 0000000000000000 R14: 0000000000000000 R15: 00000000fc200000
[ 0.000000] FS: 0000000000000000(0000) GS:0000000000000000(0000) knlGS:0000000000000000
[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 0.000000] CR2: ffff888000000413 CR3: 00000006752b4000 CR4: 00000000000000b0
[ 0.000000] Call Trace:
[ 0.000000] <TASK>
[ 0.000000] ? early_xdbc_parse_parameter+0x3b7/0x430
[ 0.000000] ? setup_early_printk+0x51b/0x540
[ 0.000000] ? do_early_param+0x44/0x70
[ 0.000000] ? parse_args+0x1e9/0x420
[ 0.000000] ? __pfx_do_early_param+0x10/0x10
[ 0.000000] ? parse_early_options+0x29/0x30
[ 0.000000] ? __pfx_do_early_param+0x10/0x10
[ 0.000000] ? parse_early_param+0x64/0xc0
[ 0.000000] ? setup_arch+0x4c7/0xb60
[ 0.000000] ? _printk+0x6b/0x90
[ 0.000000] ? start_kernel+0x6b/0xa60
[ 0.000000] ? x86_64_start_reservations+0x24/0x30
[ 0.000000] ? x86_64_start_kernel+0xd3/0xe0
[ 0.000000] ? common_startup_64+0x13e/0x141
[ 0.000000] </TASK>
[ 0.000000] ---[ end trace 0000000000000000 ]---
[ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Failed to ioremap xhci-dbc with size 0x100000
[ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Retry xhci-dbc ioremap with reduced size 0x80000
[ 0.000000] ------------[ cut here ]------------
[ 0.000000] WARNING: mm/early_ioremap.c:139 at __early_ioremap+0xac/0x190, CPU#0: swapper/0
[ 0.000000] Modules linked in:
[ 0.000000] CPU: 0 UID: 0 PID: 0 Comm: swapper Tainted: G W 6.19.0-rc6-dirty #36 PREEMPT(undef) 264bb0fa2473bb7c2ddc2df64f08dc8677a1cbbe
[ 0.000000] Tainted: [W]=WARN
[ 0.000000] RIP: 0010:__early_ioremap+0xac/0x190
[ 0.000000] Code: 40 dd da a6 4c 89 ca 48 81 e3 00 f0 ff ff 48 81 e2 00 f0 ff ff 48 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 0.000000] RSP: 0000:ffffffffa6403cb8 EFLAGS: 00010002 ORIG_RAX: 0000000000000000
[ 0.000000] RAX: 0000000000000000 RBX: 0000000000080000 RCX: 0000000000080000
[ 0.000000] RDX: 0000000000000080 RSI: 0000000000080000 RDI: 00000000fc200000
[ 0.000000] RBP: 0000000000000080 R08: 0000000000000000 R09: 00000000fc200000
[ 0.000000] R10: ffffffffa647c1c0 R11: ffffffffa6403ad0 R12: 8000000000000163
[ 0.000000] R13: 0000000000000000 R14: 0000000000000000 R15: 00000000fc200000
[ 0.000000] FS: 0000000000000000(0000) GS:0000000000000000(0000) knlGS:0000000000000000
[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 0.000000] CR2: ffff888000000413 CR3: 00000006752b4000 CR4: 00000000000000b0
[ 0.000000] Call Trace:
[ 0.000000] <TASK>
[ 0.000000] ? early_xdbc_parse_parameter+0x3b7/0x430
[ 0.000000] ? setup_early_printk+0x51b/0x540
[ 0.000000] ? do_early_param+0x44/0x70
[ 0.000000] ? parse_args+0x1e9/0x420
[ 0.000000] ? __pfx_do_early_param+0x10/0x10
[ 0.000000] ? parse_early_options+0x29/0x30
[ 0.000000] ? __pfx_do_early_param+0x10/0x10
[ 0.000000] ? parse_early_param+0x64/0xc0
[ 0.000000] ? setup_arch+0x4c7/0xb60
[ 0.000000] ? _printk+0x6b/0x90
[ 0.000000] ? start_kernel+0x6b/0xa60
[ 0.000000] ? x86_64_start_reservations+0x24/0x30
[ 0.000000] ? x86_64_start_kernel+0xd3/0xe0
[ 0.000000] ? common_startup_64+0x13e/0x141
[ 0.000000] </TASK>
[ 0.000000] ---[ end trace 0000000000000000 ]---
[ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Failed to ioremap xhci-dbc with size 0x80000
[ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Retry xhci-dbc ioremap with reduced size 0x40000
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x480
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x490
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x4a0
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x4c0
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x4e0
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: DbC capability found at offset 0x4e0
[ 0.000000] printk: debug: ignoring loglevel setting.
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] efi: EFI v2.8 by American Megatrends
[ 0.000000] efi: ACPI=0x9453b000 ACPI 2.0=0x9453b014 TPMFinalLog=0x964f2000 SMBIOS=0x9a165000 SMBIOS 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem50: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[ 0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[ 0.000000] efi: Remove mem51: MMIO range=[0xfd000000-0xfedfffff] (30MB) from e820 map
[ 0.000000] e820: remove [mem 0xfd000000-0xfedfffff] reserved
[ 0.000000] efi: Not removing mem52: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem53: MMIO range=[0xfee01000-0xffffffff] (17MB) from e820 map
[ 0.000000] e820: remove [mem 0xfee01000-0xffffffff] reserved
[ 0.000000] efi: Remove mem56: MMIO range=[0x860000000-0x8801fffff] (514MB) from e820 map
[ 0.000000] e820: remove [mem 0x860000000-0x8801fffff] reserved
[ 0.000000] SMBIOS 3.5.0 present.
[ 0.000000] DMI: ASUSTeK COMPUTER INC. ROG Strix G713PV_G713PV/G713PV, BIOS G713PV.336 10/01/2025
[ 0.000000] DMI: Memory slots populated: 2/2
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2994.343 MHz processor
[ 0.000133] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000134] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000138] last_pfn = 0x85de80 max_arch_pfn = 0x400000000
[ 0.000143] MTRR map: 6 entries (3 fixed + 3 variable; max 20), built from 9 variable MTRRs
[ 0.000144] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000385] last_pfn = 0x9bffb max_arch_pfn = 0x400000000
[ 0.002716] esrt: Reserving ESRT space from 0x000000008b3d2198 to 0x000000008b3d21d0.
[ 0.002721] e820: update [mem 0x8b3d2000-0x8b3d2fff] usable ==> reserved
[ 0.002731] Using GB pages for direct mapping
[ 0.002940] Secure boot disabled
[ 0.002940] RAMDISK: [mem 0x78fd2000-0x84bb6fff]
[ 0.003057] ACPI: Early table checksum verification disabled
[ 0.003060] ACPI: RSDP 0x000000009453B014 000024 (v02 _ASUS_)
[ 0.003063] ACPI: XSDT 0x000000009453A728 00014C (v01 _ASUS_ Notebook 01072009 AMI 01000013)
[ 0.003066] ACPI: FACP 0x000000009452F000 000114 (v06 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003069] ACPI: DSDT 0x0000000094520000 00EF7C (v02 _ASUS_ Notebook 01072009 INTL 20230331)
[ 0.003070] ACPI: FACS 0x0000000096522000 000040
[ 0.003071] ACPI: IVRS 0x0000000094539000 0001A4 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.003072] ACPI: SSDT 0x0000000094531000 007F51 (v02 AMD Vortex 00000002 MSFT 05000000)
[ 0.003074] ACPI: SSDT 0x0000000094530000 000309 (v02 _ASUS_ CPUSSDT 01072009 AMI 01072009)
[ 0.003075] ACPI: FIDT 0x000000009451F000 00009C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003076] ACPI: MCFG 0x000000009451E000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
[ 0.003076] ACPI: HPET 0x000000009451D000 000038 (v01 _ASUS_ Notebook 01072009 AMI 00000005)
[ 0.003077] ACPI: FPDT 0x000000009451C000 000044 (v01 _ASUS_ A M I 01072009 AMI 01000013)
[ 0.003078] ACPI: VFCT 0x0000000094511000 00AE84 (v01 _ASUS_ Notebook 00000001 AMD 33504F47)
[ 0.003079] ACPI: BGRT 0x0000000094510000 000038 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003080] ACPI: TPM2 0x000000009450F000 00004C (v04 _ASUS_ Notebook 00000001 AMI 00000000)
[ 0.003081] ACPI: SSDT 0x0000000094507000 0074CE (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.003082] ACPI: CRAT 0x0000000094505000 001628 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.003083] ACPI: CDIT 0x0000000094504000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.003084] ACPI: SSDT 0x00000000944F9000 00A9F1 (v02 AMD DISCUSB4 00000002 INTL 20230331)
[ 0.003085] ACPI: SSDT 0x00000000944F8000 0006B5 (v02 AMD CPMWLRC 00000001 INTL 20230331)
[ 0.003086] ACPI: SSDT 0x00000000944F6000 0015B8 (v02 AMD CPMDFIG2 00000001 INTL 20230331)
[ 0.003087] ACPI: SSDT 0x00000000944F3000 0029DC (v02 AMD CDFAAIG2 00000001 INTL 20230331)
[ 0.003088] ACPI: SSDT 0x00000000944ED000 003949 (v02 _ASUS_ Nv18dGPU 00000001 INTL 20230331)
[ 0.003089] ACPI: SSDT 0x00000000944E3000 009713 (v02 AMD CPMCMN 00000001 INTL 20230331)
[ 0.003090] ACPI: SSDT 0x00000000944E0000 0022AD (v02 AMD AOD 00000001 INTL 20230331)
[ 0.003091] ACPI: SSDT 0x00000000944F2000 000EA2 (v02 AMD NVME 00000001 INTL 20230331)
[ 0.003092] ACPI: SSDT 0x00000000944F1000 000EA2 (v02 AMD NVME 00000001 INTL 20230331)
[ 0.003093] ACPI: WSMT 0x00000000944DF000 000028 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003094] ACPI: APIC 0x00000000944DE000 00015E (v05 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003095] ACPI: SSDT 0x00000000944DC000 001BAF (v02 AMD GPP_PME_ 00000001 INTL 20230331)
[ 0.003096] ACPI: SSDT 0x00000000944DB000 0006DA (v02 AMD EXTGPP00 00000001 INTL 20230331)
[ 0.003096] ACPI: SSDT 0x00000000944DA000 000952 (v02 AMD CPMMSOSC 00000001 INTL 20230331)
[ 0.003098] ACPI: SSDT 0x00000000944D9000 000464 (v02 AMD AMDWOV 00000001 INTL 20230331)
[ 0.003099] ACPI: SSDT 0x00000000944D8000 000E06 (v02 AMD CPMUCSI 00000001 INTL 20230331)
[ 0.003099] ACPI: SSDT 0x00000000944D7000 00008D (v02 AMD CPMMSLPI 00000001 INTL 20230331)
[ 0.003100] ACPI: SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 0.003101] ACPI: SSDT 0x00000000944D5000 00066F (v02 AMD XHCI 00000001 INTL 20230331)
[ 0.003102] ACPI: SSDT 0x00000000944D4000 00070D (v02 AMD GPIORPL 00000001 INTL 20230331)
[ 0.003103] ACPI: SSDT 0x00000000944D3000 000D67 (v02 AMD UPEPRPL 00000001 INTL 20230331)
[ 0.003104] ACPI: SSDT 0x00000000944D2000 00067B (v02 AMD GPPRPL 00000001 INTL 20230331)
[ 0.003105] ACPI: SSDT 0x00000000944D0000 00102E (v02 AMD CPMACPV7 00000001 INTL 20230331)
[ 0.003106] ACPI: Reserving FACP table memory at [mem 0x9452f000-0x9452f113]
[ 0.003107] ACPI: Reserving DSDT table memory at [mem 0x94520000-0x9452ef7b]
[ 0.003107] ACPI: Reserving FACS table memory at [mem 0x96522000-0x9652203f]
[ 0.003107] ACPI: Reserving IVRS table memory at [mem 0x94539000-0x945391a3]
[ 0.003107] ACPI: Reserving SSDT table memory at [mem 0x94531000-0x94538f50]
[ 0.003108] ACPI: Reserving SSDT table memory at [mem 0x94530000-0x94530308]
[ 0.003108] ACPI: Reserving FIDT table memory at [mem 0x9451f000-0x9451f09b]
[ 0.003108] ACPI: Reserving MCFG table memory at [mem 0x9451e000-0x9451e03b]
[ 0.003108] ACPI: Reserving HPET table memory at [mem 0x9451d000-0x9451d037]
[ 0.003109] ACPI: Reserving FPDT table memory at [mem 0x9451c000-0x9451c043]
[ 0.003109] ACPI: Reserving VFCT table memory at [mem 0x94511000-0x9451be83]
[ 0.003109] ACPI: Reserving BGRT table memory at [mem 0x94510000-0x94510037]
[ 0.003109] ACPI: Reserving TPM2 table memory at [mem 0x9450f000-0x9450f04b]
[ 0.003110] ACPI: Reserving SSDT table memory at [mem 0x94507000-0x9450e4cd]
[ 0.003110] ACPI: Reserving CRAT table memory at [mem 0x94505000-0x94506627]
[ 0.003110] ACPI: Reserving CDIT table memory at [mem 0x94504000-0x94504028]
[ 0.003110] ACPI: Reserving SSDT table memory at [mem 0x944f9000-0x945039f0]
[ 0.003111] ACPI: Reserving SSDT table memory at [mem 0x944f8000-0x944f86b4]
[ 0.003111] ACPI: Reserving SSDT table memory at [mem 0x944f6000-0x944f75b7]
[ 0.003111] ACPI: Reserving SSDT table memory at [mem 0x944f3000-0x944f59db]
[ 0.003111] ACPI: Reserving SSDT table memory at [mem 0x944ed000-0x944f0948]
[ 0.003112] ACPI: Reserving SSDT table memory at [mem 0x944e3000-0x944ec712]
[ 0.003112] ACPI: Reserving SSDT table memory at [mem 0x944e0000-0x944e22ac]
[ 0.003112] ACPI: Reserving SSDT table memory at [mem 0x944f2000-0x944f2ea1]
[ 0.003112] ACPI: Reserving SSDT table memory at [mem 0x944f1000-0x944f1ea1]
[ 0.003113] ACPI: Reserving WSMT table memory at [mem 0x944df000-0x944df027]
[ 0.003113] ACPI: Reserving APIC table memory at [mem 0x944de000-0x944de15d]
[ 0.003113] ACPI: Reserving SSDT table memory at [mem 0x944dc000-0x944ddbae]
[ 0.003113] ACPI: Reserving SSDT table memory at [mem 0x944db000-0x944db6d9]
[ 0.003114] ACPI: Reserving SSDT table memory at [mem 0x944da000-0x944da951]
[ 0.003114] ACPI: Reserving SSDT table memory at [mem 0x944d9000-0x944d9463]
[ 0.003114] ACPI: Reserving SSDT table memory at [mem 0x944d8000-0x944d8e05]
[ 0.003114] ACPI: Reserving SSDT table memory at [mem 0x944d7000-0x944d708c]
[ 0.003115] ACPI: Reserving SSDT table memory at [mem 0x944d6000-0x944d68f1]
[ 0.003115] ACPI: Reserving SSDT table memory at [mem 0x944d5000-0x944d566e]
[ 0.003115] ACPI: Reserving SSDT table memory at [mem 0x944d4000-0x944d470c]
[ 0.003115] ACPI: Reserving SSDT table memory at [mem 0x944d3000-0x944d3d66]
[ 0.003116] ACPI: Reserving SSDT table memory at [mem 0x944d2000-0x944d267a]
[ 0.003116] ACPI: Reserving SSDT table memory at [mem 0x944d0000-0x944d102d]
[ 0.003170] No NUMA configuration found
[ 0.003170] Faking a node at [mem 0x0000000000000000-0x000000085de7ffff]
[ 0.003173] NODE_DATA(0) allocated [mem 0x85de55280-0x85de7ffff]
[ 0.003279] xhci_dbc:xdbc_early_setup: DCE successfully cleared
[ 0.003280] xhci_dbc:xdbc_early_setup: Successfully got xdbc table_dma page
[ 0.003281] xhci_dbc:xdbc_early_setup: Successfully got xdbc out_dma page
[ 0.003282] xhci_dbc:xdbc_early_setup: Successfully allocated event ring
[ 0.003282] xhci_dbc:xdbc_early_setup: Successfully allocated in ring
[ 0.003283] xhci_dbc:xdbc_early_setup: Successfully allocated out ring
[ 1.908847] xhci_dbc:xdbc_start: DbC is running now, control 0x840f0003 port ID 3
[ 1.908849] printk: legacy console [earlyxdbc0] enabled
[ 1.908854] xhci_dbc:xdbc_handle_port_status: connect status change event
[ 1.908855] xhci_dbc:xdbc_handle_port_status: port reset change event
[ 2.014546] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.014547] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.014547] }
[ 2.120235] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.120235] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-provided physical RAM map:
[ 2.120235] root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.120235] }
[ 2.225924] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.225924] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 2.225924] 95a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.225924] }
[ 2.331612] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.331612] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 2.331612] a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.331612] }
[ 2.437300] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.437300] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afefff] usable
[ 2.437300]
[ 2.437300] a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.437300] }
[ 2.542988] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.542988] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x0000000009aff000-0x0000000009ffffff] reserved
[ 2.542988] a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.542988] }
[ 2.648677] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.648677] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 2.648677]
[ 2.648677] a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.648677] }
[ 2.754365] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.754365] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a211fff] ACPI NVS
[ 2.754365] a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.754365] }
[ 2.860053] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.860054] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000000a212000-0x000000008e43bfff] usable
[ 2.860054]
[ 2.860054] a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.860054] }
[ 2.965742] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.965742] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000008e43c000-0x000000009443bfff] reserved
[ 2.965742] a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.965742] }
[ 3.140440] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.140440] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000009453c000-0x000000009653bfff] ACPI NVS
[ 3.140440]
[ 3.140440] 3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.140440] }
[ 3.246127] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.246127] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000009653c000-0x000000009a5fefff] reserved
[ 3.246127]
[ 3.246127] 3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.246127] }
[ 3.351813] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.351814] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000009a5ff000-0x000000009bffafff] usable
[ 3.351814]
[ 3.351814]
[ 3.351814] 3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.351814] }
[ 3.457501] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.457501] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000009bffb000-0x000000009cffffff] reserved
[ 3.457501]
[ 3.457501] 3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.457501] }
[ 10.676683] Zone ranges:
[ 10.706913] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 10.747078] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 10.767691] Normal [mem 0x0000000100000000-0x000000085de7ffff]
[ 10.796970] Device empty
[ 10.827201] Movable zone start for each node
[ 10.857005] Early memory node ranges
[ 10.887552] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 10.917889] node 0: [mem 0x0000000000100000-0x0000000009afefff]
[ 10.947696] node 0: [mem 0x000000000a000000-0x000000000a1fffff]
[ 10.978032] node 0: [mem 0x000000000a212000-0x000000008e43bfff]
[ 11.007836] node 0: [mem 0x000000009a5ff000-0x000000009bffafff]
[ 11.038384] node 0: [mem 0x0000000100000000-0x0000000837ffffff]
[ 11.068403] node 0: [mem 0x0000000858000000-0x000000085de7ffff]
[ 11.098317] Initmem setup node 0 [mem 0x0000000000001000-0x000000085de7ffff]
[ 11.128127] On node 0, zone DMA: 1 pages in unavailable ranges
[ 11.158895] On node 0, zone DMA: 96 pages in unavailable ranges
[ 11.189081] On node 0, zone DMA32: 1281 pages in unavailable ranges
[ 11.220050] On node 0, zone DMA32: 18 pages in unavailable ranges
[ 11.248786] On node 0, zone DMA32: 16835 pages in unavailable ranges
[ 11.301693] On node 0, zone Normal: 16389 pages in unavailable ranges
[ 11.309276] On node 0, zone Normal: 8576 pages in unavailable ranges
[ 11.340857] ACPI: PM-Timer IO Port: 0x808
[ 11.369828] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 11.399543] IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
[ 11.430627] IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
[ 11.460118] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 11.490772] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 11.520581] ACPI: Using ACPI (MADT) for SMP configuration information
[ 11.550707] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 11.580940] e820: update [mem 0x89d45000-0x89da3fff] usable ==> reserved
[ 11.610863] CPU topo: Max. logical packages: 1
[ 11.641301] CPU topo: Max. logical dies: 2
[ 11.671215] CPU topo: Max. dies per package: 2
[ 11.701443] CPU topo: Max. threads per core: 2
[ 11.731564] CPU topo: Num. cores per package: 12
[ 11.762006] CPU topo: Num. threads per package: 24
[ 11.792025] CPU topo: Allowing 24 present CPUs plus 0 hotplug CPUs
[ 11.822267] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 11.852287] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 11.883046] PM: hibernation: Registered nosave memory: [mem 0x09aff000-0x09ffffff]
[ 11.912432] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a211fff]
[ 11.942978] PM: hibernation: Registered nosave memory: [mem 0x89d45000-0x89da3fff]
[ 11.973099] PM: hibernation: Registered nosave memory: [mem 0x8b3d2000-0x8b3d2fff]
[ 12.003224] PM: hibernation: Registered nosave memory: [mem 0x8e43c000-0x9a5fefff]
[ 12.033138] PM: hibernation: Registered nosave memory: [mem 0x9bffb000-0xffffffff]
[ 12.063368] PM: hibernation: Registered nosave memory: [mem 0x838000000-0x857ffffff]
[ 12.093595] [mem 0xa0000000-0xfedfffff] available for PCI devices
[ 12.124038] Booting paravirtualized kernel on bare hardware
[ 12.153952] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 12.186659] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:1
[ 12.214303] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[ 12.243808] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[ 12.274039] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 12.304592] pcpu-alloc: [0] 16 17 18 19 20 21 22 23
[ 12.334621] Kernel command line: BOOT_IMAGE=/vmlinuz root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled force_early_printk sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 12.365104] sysrq: sysrq always enabled.
[ 12.394832] Unknown kernel command line parameters "force_early_printk", will be passed to user space.
[ 12.425141] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 12.455160] printk: log_buf_len total cpu_extra contributions: 94208 bytes
[ 12.485814] printk: log_buf_len min size: 131072 bytes
[ 12.515812] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[ 12.545729] printk: early log buf free: 104480(79%)
[ 12.577614] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 12.607079] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 12.636598] software IO TLB: area num 32.
[ 12.673316] Fallback order for Node 0: 0
[ 12.673322] Built 1 zonelists, mobility grouping on. Total pages: 8181572
[ 12.726772] Policy zone: Normal
[ 12.756703] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 12.818282] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
Poking KASLR using RDRAND RDTSC...
[ 12.975459] ftrace: allocating 52423 entries in 208 pages
[ 12.997874] ftrace: allocated 208 pages with 3 groups
[ 13.028055] Dynamic Preempt: full
[ 13.058229] rcu: Preemptible hierarchical RCU implementation.
[ 13.088141] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=24.
[ 13.118576] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 13.148694] Trampoline variant of Tasks RCU enabled.
[ 13.178810] Rude variant of Tasks RCU enabled.
[ 13.208822] Tracing variant of Tasks RCU enabled.
[ 13.239256] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 13.269058] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
[ 13.299184] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 13.329516] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 13.359744] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 13.392044] NR_IRQS: 524544, nr_irqs: 1160, preallocated irqs: 16
[ 13.420446] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 13.450295] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 13.480127] Console: colour dummy device 80x25
[ 13.510035] printk: legacy console [tty0] enabled
[ 13.540543] ACPI: Core revision 20250807
[ 13.571666] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 13.600743] APIC: Switch to symmetric I/O mode setup
[ 13.631196] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:0xa0
[ 13.661285] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:0xa0
[ 13.691035] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:0xa0
[ 13.721217] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:0xa0
[ 13.751605] AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x0
[ 13.781874] x2apic: IRQ remapping doesn't support X2APIC mode
[ 13.812099] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 13.846748] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b29656e641, max_idle_ns: 440795331135 ns
[ 13.871555] Calibrating delay loop (skipped), value calculated using timer frequency.. 5988.68 BogoMIPS (lpj=2994343)
[ 13.872565] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 13.873579] LVT offset 1 assigned for vector 0xf9
[ 13.874554] LVT offset 2 assigned for vector 0xf4
[ 13.876572] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[ 13.877554] Last level dTLB entries: 4KB 3072, 2MB 3072, 4MB 1536, 1GB 0
[ 13.878555] process: using mwait in idle threads
[ 13.879555] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[ 13.880554] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 13.881554] Transient Scheduler Attacks: Mitigation: Clear CPU buffers
[ 13.882554] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 13.883554] Spectre V2 : User space: Mitigation: STIBP always-on protection
[ 13.884554] Speculative Return Stack Overflow: Mitigation: Safe RET
[ 13.885554] VMSCAPE: Mitigation: IBPB before exit to userspace
[ 13.886554] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 13.887555] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 13.888554] active return thunk: srso_alias_return_thunk
[ 13.889558] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 13.890554] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 13.891554] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 13.892554] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[ 13.893554] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[ 13.894554] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[ 13.895554] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 13.896554] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 13.897554] x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
[ 13.898555] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 13.899554] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
[ 13.900554] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
[ 13.901554] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[ 13.902554] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
[ 13.903554] x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]: 16
[ 13.904554] x86/fpu: xstate_offset[12]: 2456, xstate_sizes[12]: 24
[ 13.905554] x86/fpu: Enabled xstate features 0x1ae7, context size is 2480 bytes, using 'compacted' format.
[ 13.927371] Freeing SMP alternatives memory: 48K
[ 13.927555] pid_max: default: 32768 minimum: 301
[ 13.928646] landlock: Up and running.
[ 13.929556] Yama: becoming mindful.
[ 13.930714] LSM support for eBPF active
[ 13.931593] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 13.932578] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 14.036633] smpboot: CPU0: AMD Ryzen 9 7845HX with Radeon Graphics (family: 0x19, model: 0x61, stepping: 0x2)
[ 14.036783] Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
[ 14.036817] ... version: 2
[ 14.036930] ... bit width: 48
[ 14.037555] ... generic counters: 6
[ 14.038555] ... generic bitmap: 000000000000003f
[ 14.039555] ... fixed-purpose counters: 0
[ 14.040555] ... fixed-purpose bitmap: 0000000000000000
[ 14.041555] ... value mask: 0000ffffffffffff
[ 14.042555] ... max period: 00007fffffffffff
[ 14.043555] ... global_ctrl mask: 000000000000003f
[ 14.044633] signal: max sigframe size: 3376
[ 14.045589] rcu: Hierarchical SRCU implementation.
[ 14.046555] rcu: Max phase no-delay instances is 400.
[ 14.047596] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[ 14.052609] MCE: In-kernel MCE decoding enabled.
[ 14.053583] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 14.054675] smp: Bringing up secondary CPUs ...
[ 14.055627] smpboot: x86: Booting SMP configuration:
[ 14.056557] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
[ 14.073680] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 14.087599] smp: Brought up 1 node, 24 CPUs
[ 14.088556] smpboot: Total of 24 processors activated (143728.46 BogoMIPS)
[ 14.090693] CPU0 attaching sched-domain(s):
[ 14.091557] domain-0: span=0,12 level=SMT
[ 14.092555] groups: 0:{ span=0 cap=975 }, 12:{ span=12 }
[ 14.093555] domain-1: span=0-5,12-17 level=MC
[ 14.094560] groups: 0:{ span=0,12 cap=1999 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }
[ 14.095555] domain-2: span=0-23 level=PKG
[ 14.096555] groups: 0:{ span=0-5,12-17 cap=12239 }, 6:{ span=6-11,18-23 cap=12288 }
[ 14.097557] CPU1 attaching sched-domain(s):
[ 14.098559] domain-0: span=1,13 level=SMT
[ 14.099555] groups: 1:{ span=1 }, 13:{ span=13 }
[ 14.100554] domain-1: span=0-5,12-17 level=MC
[ 14.101555] groups: 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=1999 }
[ 14.102557] domain-2: span=0-23 level=PKG
[ 14.103555] groups: 0:{ span=0-5,12-17 cap=12239 }, 6:{ span=6-11,18-23 cap=12288 }
[ 14.104555] CPU2 attaching sched-domain(s):
[ 14.105554] domain-0: span=2,14 level=SMT
[ 14.106556] groups: 2:{ span=2 }, 14:{ span=14 }
[ 14.107555] domain-1: span=0-5,12-17 level=MC
[ 14.108554] groups: 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=1999 }, 1:{ span=1,13 cap=2048 }
[ 14.109555] domain-2: span=0-23 level=PKG
[ 14.110556] groups: 0:{ span=0-5,12-17 cap=12239 }, 6:{ span=6-11,18-23 cap=12288 }
[ 14.111555] CPU3 attaching sched-domain(s):
[ 14.112554] domain-0: span=3,15 level=SMT
[ 14.113554] groups: 3:{ span=3 }, 15:{ span=15 }
[ 14.114557] domain-1: span=0-5,12-17 level=MC
[ 14.115554] groups: 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=1999 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }
[ 14.116555] domain-2: span=0-23 level=PKG
[ 14.117554] groups: 0:{ span=0-5,12-17 cap=12239 }, 6:{ span=6-11,18-23 cap=12288 }
[ 14.118557] CPU4 attaching sched-domain(s):
[ 14.119554] domain-0: span=4,16 level=SMT
[ 14.120554] groups: 4:{ span=4 }, 16:{ span=16 }
[ 14.121556] domain-1: span=0-5,12-17 level=MC
[ 14.122556] groups: 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=1999 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }
[ 14.123555] domain-2: span=0-23 level=PKG
[ 14.124554] groups: 0:{ span=0-5,12-17 cap=12239 }, 6:{ span=6-11,18-23 cap=12288 }
[ 14.125555] CPU5 attaching sched-domain(s):
[ 14.126556] domain-0: span=5,17 level=SMT
[ 14.127554] groups: 5:{ span=5 }, 17:{ span=17 }
[ 14.128554] domain-1: span=0-5,12-17 level=MC
[ 14.129554] groups: 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=1999 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }
[ 14.130556] domain-2: span=0-23 level=PKG
[ 14.131554] groups: 0:{ span=0-5,12-17 cap=12239 }, 6:{ span=6-11,18-23 cap=12288 }
[ 14.132555] CPU6 attaching sched-domain(s):
[ 14.133554] domain-0: span=6,18 level=SMT
[ 14.134556] groups: 6:{ span=6 }, 18:{ span=18 }
[ 14.135554] domain-1: span=6-11,18-23 level=MC
[ 14.136554] groups: 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }
[ 14.137558] domain-2: span=0-23 level=PKG
[ 14.138557] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12239 }
[ 14.139555] CPU7 attaching sched-domain(s):
[ 14.140555] domain-0: span=7,19 level=SMT
[ 14.141554] groups: 7:{ span=7 }, 19:{ span=19 }
[ 14.142557] domain-1: span=6-11,18-23 level=MC
[ 14.143554] groups: 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }
[ 14.144555] domain-2: span=0-23 level=PKG
[ 14.145554] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12239 }
[ 14.146558] CPU8 attaching sched-domain(s):
[ 14.147554] domain-0: span=8,20 level=SMT
[ 14.148554] groups: 8:{ span=8 }, 20:{ span=20 }
[ 14.149554] domain-1: span=6-11,18-23 level=MC
[ 14.150556] groups: 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }
[ 14.151555] domain-2: span=0-23 level=PKG
[ 14.152554] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12239 }
[ 14.153556] CPU9 attaching sched-domain(s):
[ 14.154556] domain-0: span=9,21 level=SMT
[ 14.155554] groups: 9:{ span=9 }, 21:{ span=21 }
[ 14.156555] domain-1: span=6-11,18-23 level=MC
[ 14.157554] groups: 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }
[ 14.158556] domain-2: span=0-23 level=PKG
[ 14.159554] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12239 }
[ 14.160556] CPU10 attaching sched-domain(s):
[ 14.161554] domain-0: span=10,22 level=SMT
[ 14.162556] groups: 10:{ span=10 }, 22:{ span=22 }
[ 14.163554] domain-1: span=6-11,18-23 level=MC
[ 14.164554] groups: 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }
[ 14.165555] domain-2: span=0-23 level=PKG
[ 14.166556] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12239 }
[ 14.167556] CPU11 attaching sched-domain(s):
[ 14.168554] domain-0: span=11,23 level=SMT
[ 14.169554] groups: 11:{ span=11 }, 23:{ span=23 }
[ 14.170556] domain-1: span=6-11,18-23 level=MC
[ 14.171554] groups: 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2041 }
[ 14.172555] domain-2: span=0-23 level=PKG
[ 14.173554] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12239 }
[ 14.174558] CPU12 attaching sched-domain(s):
[ 14.175554] domain-0: span=0,12 level=SMT
[ 14.176554] groups: 12:{ span=12 }, 0:{ span=0 cap=998 }
[ 14.177555] domain-1: span=0-5,12-17 level=MC
[ 14.178556] groups: 0:{ span=0,12 cap=1999 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }
[ 14.179554] domain-2: span=0-23 level=PKG
[ 14.180554] groups: 0:{ span=0-5,12-17 cap=12239 }, 6:{ span=6-11,18-23 cap=12288 }
[ 14.181555] CPU13 attaching sched-domain(s):
[ 14.182556] domain-0: span=1,13 level=SMT
[ 14.183555] groups: 13:{ span=13 }, 1:{ span=1 }
[ 14.184555] domain-1: span=0-5,12-17 level=MC
[ 14.185554] groups: 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2022 }
[ 14.186556] domain-2: span=0-23 level=PKG
[ 14.187554] groups: 0:{ span=0-5,12-17 cap=12239 }, 6:{ span=6-11,18-23 cap=12288 }
[ 14.188556] CPU14 attaching sched-domain(s):
[ 14.189554] domain-0: span=2,14 level=SMT
[ 14.190556] groups: 14:{ span=14 }, 2:{ span=2 }
[ 14.191554] domain-1: span=0-5,12-17 level=MC
[ 14.192554] groups: 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2022 }, 1:{ span=1,13 cap=2048 }
[ 14.193555] domain-2: span=0-23 level=PKG
[ 14.194556] groups: 0:{ span=0-5,12-17 cap=12239 }, 6:{ span=6-11,18-23 cap=12281 }
[ 14.195555] CPU15 attaching sched-domain(s):
[ 14.196554] domain-0: span=3,15 level=SMT
[ 14.197554] groups: 15:{ span=15 }, 3:{ span=3 }
[ 14.198556] domain-1: span=0-5,12-17 level=MC
[ 14.199554] groups: 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2022 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }
[ 14.200554] domain-2: span=0-23 level=PKG
[ 14.201554] groups: 0:{ span=0-5,12-17 cap=12239 }, 6:{ span=6-11,18-23 cap=12281 }
[ 14.202557] CPU16 attaching sched-domain(s):
[ 14.203554] domain-0: span=4,16 level=SMT
[ 14.204554] groups: 16:{ span=16 }, 4:{ span=4 }
[ 14.205554] domain-1: span=0-5,12-17 level=MC
[ 14.206556] groups: 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2041 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }
[ 14.207555] domain-2: span=0-23 level=PKG
[ 14.208554] groups: 0:{ span=0-5,12-17 cap=12239 }, 6:{ span=6-11,18-23 cap=12281 }
[ 14.209555] CPU17 attaching sched-domain(s):
[ 14.210556] domain-0: span=5,17 level=SMT
[ 14.211554] groups: 17:{ span=17 }, 5:{ span=5 }
[ 14.212555] domain-1: span=0-5,12-17 level=MC
[ 14.213554] groups: 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2041 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }
[ 14.214556] domain-2: span=0-23 level=PKG
[ 14.215554] groups: 0:{ span=0-5,12-17 cap=12281 }, 6:{ span=6-11,18-23 cap=12281 }
[ 14.216555] CPU18 attaching sched-domain(s):
[ 14.217554] domain-0: span=6,18 level=SMT
[ 14.218556] groups: 18:{ span=18 }, 6:{ span=6 }
[ 14.219554] domain-1: span=6-11,18-23 level=MC
[ 14.220554] groups: 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2046 }, 11:{ span=11,23 cap=2048 }
[ 14.221554] domain-2: span=0-23 level=PKG
[ 14.222556] groups: 6:{ span=6-11,18-23 cap=12281 }, 0:{ span=0-5,12-17 cap=12281 }
[ 14.223556] CPU19 attaching sched-domain(s):
[ 14.224554] domain-0: span=7,19 level=SMT
[ 14.225554] groups: 19:{ span=19 }, 7:{ span=7 }
[ 14.226556] domain-1: span=6-11,18-23 level=MC
[ 14.227554] groups: 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2046 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }
[ 14.228555] domain-2: span=0-23 level=PKG
[ 14.229554] groups: 6:{ span=6-11,18-23 cap=12281 }, 0:{ span=0-5,12-17 cap=12281 }
[ 14.230558] CPU20 attaching sched-domain(s):
[ 14.231554] domain-0: span=8,20 level=SMT
[ 14.232554] groups: 20:{ span=20 }, 8:{ span=8 }
[ 14.233554] domain-1: span=6-11,18-23 level=MC
[ 14.234556] groups: 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2046 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }
[ 14.235555] domain-2: span=0-23 level=PKG
[ 14.236555] groups: 6:{ span=6-11,18-23 cap=12286 }, 0:{ span=0-5,12-17 cap=12281 }
[ 14.237556] CPU21 attaching sched-domain(s):
[ 14.238556] domain-0: span=9,21 level=SMT
[ 14.239555] groups: 21:{ span=21 }, 9:{ span=9 }
[ 14.240555] domain-1: span=6-11,18-23 level=MC
[ 14.241554] groups: 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2047 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }
[ 14.242556] domain-2: span=0-23 level=PKG
[ 14.243554] groups: 6:{ span=6-11,18-23 cap=12286 }, 0:{ span=0-5,12-17 cap=12281 }
[ 14.244556] CPU22 attaching sched-domain(s):
[ 14.245554] domain-0: span=10,22 level=SMT
[ 14.246556] groups: 22:{ span=22 }, 10:{ span=10 cap=1023 }
[ 14.247555] domain-1: span=6-11,18-23 level=MC
[ 14.248554] groups: 10:{ span=10,22 cap=2047 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2043 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }
[ 14.249554] domain-2: span=0-23 level=PKG
[ 14.250556] groups: 6:{ span=6-11,18-23 cap=12286 }, 0:{ span=0-5,12-17 cap=12281 }
[ 14.251556] CPU23 attaching sched-domain(s):
[ 14.252554] domain-0: span=11,23 level=SMT
[ 14.253554] groups: 23:{ span=23 }, 11:{ span=11 }
[ 14.254556] domain-1: span=6-11,18-23 level=MC
[ 14.255555] groups: 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2043 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2047 }
[ 14.256555] domain-2: span=0-23 level=PKG
[ 14.258556] groups: 6:{ span=6-11,18-23 cap=12286 }, 0:{ span=0-5,12-17 cap=12281 }
[ 14.260556] root domain span: 0-23
[ 14.261613] Memory: 31811932K/32726288K available (18165K kernel code, 2804K rwdata, 14488K rodata, 4404K init, 3812K bss, 884200K reserved, 0K cma-reserved)
[ 14.262882] devtmpfs: initialized
[ 14.263595] x86/mm: Memory block size: 128MB
[ 14.267996] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a211fff] (73728 bytes)
[ 14.268556] ACPI: PM: Registering ACPI NVS region [mem 0x9453c000-0x9653bfff] (33554432 bytes)
[ 14.270682] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 14.271568] posixtimers hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 14.272578] futex hash table entries: 8192 (524288 bytes on 1 NUMA nodes, total 512 KiB, linear).
[ 14.273710] PM: RTC time: 07:09:17, date: 2026-01-19
[ 14.274787] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 14.275812] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 14.276663] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 14.277655] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 14.278558] audit: initializing netlink subsys (disabled)
[ 14.279565] audit: type=2000 audit(1768806549.422:1): state=initialized audit_enabled=0 res=1
[ 14.279625] thermal_sys: Registered thermal governor 'fair_share'
[ 14.280555] thermal_sys: Registered thermal governor 'bang_bang'
[ 14.281555] thermal_sys: Registered thermal governor 'step_wise'
[ 14.282555] thermal_sys: Registered thermal governor 'user_space'
[ 14.283555] thermal_sys: Registered thermal governor 'power_allocator'
[ 14.284559] cpuidle: using governor ladder
[ 14.286557] cpuidle: using governor menu
[ 14.287643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 14.288612] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
[ 14.289563] PCI: Using configuration type 1 for base access
[ 14.290660] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 14.291612] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 14.292555] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 14.293555] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 14.294559] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 14.297006] fbcon: Taking over console
[ 14.297576] ACPI: Added _OSI(Module Device)
[ 14.298555] ACPI: Added _OSI(Processor Device)
[ 14.299555] ACPI: Added _OSI(Processor Aggregator Device)
[ 14.319460] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP0._PRW], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 14.319556] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 14.320559] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP2], AE_NOT_FOUND (20250807/dswload2-162)
[ 14.321555] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20250807/psobject-220)
[ 14.322555] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[ 14.325993] ACPI: 25 ACPI AML tables successfully acquired and loaded
[ 14.326897] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20250807/dspkginit-438)
[ 14.327590] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20250807/dspkginit-438)
[ 14.328587] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20250807/dspkginit-438)
[ 14.329596] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20250807/dspkginit-438)
[ 14.330564] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20250807/dspkginit-438)
[ 14.333803] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 14.416671] ACPI: Interpreter enabled
[ 14.416699] ACPI: PM: (supports S0 S4 S5)
[ 14.416705] ACPI: Using IOAPIC for interrupt routing
[ 14.420223] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 14.420571] PCI: Ignoring E820 reservations for host bridge windows
[ 14.422594] ACPI: Enabled 7 GPEs in block 00 to 1F
[ 14.426028] ACPI: \_SB_.PCI0.GP17.XHC0.P0U0: New power resource
[ 14.427656] ACPI: \_SB_.PCI0.GP17.XHC0.RHUB.PRT2.BUTH.BTPR: New power resource
[ 14.429587] ACPI: \_SB_.PCI0.GP17.XHC1.P0U1: New power resource
[ 14.433057] ACPI: \_SB_.PCI0.GP19.XHC2.P0U2: New power resource
[ 14.434207] ACPI: \_SB_.PCI0.GPP1.P0NV: New power resource
[ 14.436905] ACPI: \_SB_.PCI0.GPP5.PWR1: New power resource
[ 14.438126] ACPI: \_SB_.PCI0.GPP7.PWRS: New power resource
[ 14.496755] ACPI: \_SB_.PCI0.GPP7.U4UP.PWRS: New power resource
[ 14.516572] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P0.PWRS: New power resource
[ 14.517746] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P0.UP0D.PWRS: New power resource
[ 14.529059] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P1.PWRS: New power resource
[ 14.559703] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P1.UP1D.PWRS: New power resource
[ 14.589015] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P2.PWRS: New power resource
[ 14.639042] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P2.UXHC.PWRS: New power resource
[ 14.659710] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P3.PWRS: New power resource
[ 14.680325] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P3.UHI0.PWRS: New power resource
[ 14.709967] ACPI: \_SB_.PCI0.GPP3.P0NV: New power resource
[ 14.741248] ACPI: \_SB_.PCI0.GPP0.M237: New power resource
[ 14.775693] ACPI: \_SB_.PRWL: New power resource
[ 14.799579] ACPI: \_SB_.PRWB: New power resource
[ 14.832050] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 14.859560] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 14.890725] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[ 14.920563] acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf0000000-0xf7ffffff] for domain 0000 [bus 00-7f] only partially covers this bridge
[ 14.950754] PCI host bridge to bus 0000:00
[ 14.980565] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 15.010559] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 15.041556] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 15.071555] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 15.101561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 15.131557] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xfcffffff window]
[ 15.161556] pci_bus 0000:00: root bus resource [mem 0x860000000-0xfdffffffff window]
[ 15.191558] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 15.222571] pci 0000:00:00.0: [1022:14d8] type 00 class 0x060000 conventional PCI endpoint
[ 15.251672] pci 0000:00:00.2: [1022:14d9] type 00 class 0x080600 conventional PCI endpoint
[ 15.281712] pci 0000:00:01.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 15.312636] pci 0000:00:01.1: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 15.342568] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 15.372559] pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
[ 15.402562] pci 0000:00:01.1: bridge window [mem 0xfb000000-0xfc0fffff]
[ 15.432561] pci 0000:00:01.1: bridge window [mem 0xfa00000000-0xfc01ffffff 64bit pref]
[ 15.463631] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 15.492998] pci 0000:00:01.2: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 15.523569] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 15.553559] pci 0000:00:01.2: bridge window [mem 0xfce00000-0xfcefffff]
[ 15.582628] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[ 15.613689] pci 0000:00:01.6: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 15.643568] pci 0000:00:01.6: PCI bridge to [bus 03]
[ 15.673558] pci 0000:00:01.6: bridge window [io 0xe000-0xefff]
[ 15.703557] pci 0000:00:01.6: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 15.733570] pci 0000:00:01.6: enabling Extended Tags
[ 15.763617] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
[ 15.793672] pci 0000:00:01.7: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 15.824569] pci 0000:00:01.7: PCI bridge to [bus 04]
[ 15.854558] pci 0000:00:01.7: bridge window [mem 0xfcc00000-0xfccfffff]
[ 15.884566] pci 0000:00:01.7: enabling Extended Tags
[ 15.915617] pci 0000:00:01.7: PME# supported from D0 D3hot D3cold
[ 15.944739] pci 0000:00:02.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 15.974640] pci 0000:00:02.1: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 16.005569] pci 0000:00:02.1: PCI bridge to [bus 05-07]
[ 16.034559] pci 0000:00:02.1: bridge window [mem 0xfc600000-0xfc9fffff]
[ 16.068745] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[ 16.124785] pci 0000:00:02.2: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 16.125558] pci 0000:00:02.2: PCI bridge to [bus 08]
[ 16.155614] pci 0000:00:02.2: bridge window [mem 0xfcb00000-0xfcbfffff]
[ 16.185568] pci 0000:00:02.2: enabling Extended Tags
[ 16.215618] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[ 16.245688] pci 0000:00:03.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 16.276646] pci 0000:00:04.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 16.306603] pci 0000:00:08.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 16.336618] pci 0000:00:08.1: [1022:14dd] type 01 class 0x060400 PCIe Root Port
[ 16.367566] pci 0000:00:08.1: PCI bridge to [bus 09]
[ 16.396557] pci 0000:00:08.1: bridge window [io 0xd000-0xdfff]
[ 16.426556] pci 0000:00:08.1: bridge window [mem 0xfc200000-0xfc5fffff]
[ 16.457559] pci 0000:00:08.1: bridge window [mem 0xfc10000000-0xfc201fffff 64bit pref]
[ 16.487560] pci 0000:00:08.1: enabling Extended Tags
[ 16.517595] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 16.547676] pci 0000:00:08.3: [1022:14dd] type 01 class 0x060400 PCIe Root Port
[ 16.577570] pci 0000:00:08.3: PCI bridge to [bus 0a]
[ 16.608559] pci 0000:00:08.3: bridge window [mem 0xfca00000-0xfcafffff]
[ 16.638564] pci 0000:00:08.3: enabling Extended Tags
[ 16.667595] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[ 16.698675] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[ 16.728667] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[ 16.758684] pci 0000:00:18.0: [1022:14e0] type 00 class 0x060000 conventional PCI endpoint
[ 16.788593] pci 0000:00:18.1: [1022:14e1] type 00 class 0x060000 conventional PCI endpoint
[ 16.818588] pci 0000:00:18.2: [1022:14e2] type 00 class 0x060000 conventional PCI endpoint
[ 16.849587] pci 0000:00:18.3: [1022:14e3] type 00 class 0x060000 conventional PCI endpoint
[ 16.878587] pci 0000:00:18.4: [1022:14e4] type 00 class 0x060000 conventional PCI endpoint
[ 16.909592] pci 0000:00:18.5: [1022:14e5] type 00 class 0x060000 conventional PCI endpoint
[ 16.939586] pci 0000:00:18.6: [1022:14e6] type 00 class 0x060000 conventional PCI endpoint
[ 16.968589] pci 0000:00:18.7: [1022:14e7] type 00 class 0x060000 conventional PCI endpoint
[ 16.999671] pci 0000:01:00.0: [10de:28e0] type 00 class 0x030000 PCIe Legacy Endpoint
[ 17.029579] pci 0000:01:00.0: BAR 0 [mem 0xfb000000-0xfbffffff]
[ 17.059556] pci 0000:01:00.0: BAR 1 [mem 0xfa00000000-0xfbffffffff 64bit pref]
[ 17.089557] pci 0000:01:00.0: BAR 3 [mem 0xfc00000000-0xfc01ffffff 64bit pref]
[ 17.119556] pci 0000:01:00.0: BAR 5 [io 0xf000-0xf07f]
[ 17.149557] pci 0000:01:00.0: ROM [mem 0xfc000000-0xfc07ffff pref]
[ 17.179615] pci 0000:01:00.0: PME# supported from D0 D3hot
[ 17.209983] pci 0000:01:00.1: [10de:22be] type 00 class 0x040300 PCIe Endpoint
[ 17.240584] pci 0000:01:00.1: BAR 0 [mem 0xfc080000-0xfc083fff]
[ 17.270754] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 17.301097] pci 0000:02:00.0: [144d:a80c] type 00 class 0x010802 PCIe Endpoint
[ 17.331038] pci 0000:02:00.0: BAR 0 [mem 0xfce00000-0xfce03fff 64bit]
[ 17.361140] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 17.391647] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
[ 17.421599] pci 0000:03:00.0: BAR 0 [io 0xe000-0xe0ff]
[ 17.451559] pci 0000:03:00.0: BAR 2 [mem 0xfcd04000-0xfcd04fff 64bit]
[ 17.481560] pci 0000:03:00.0: BAR 4 [mem 0xfcd00000-0xfcd03fff 64bit]
[ 17.511638] pci 0000:03:00.0: supports D1 D2
[ 17.541555] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 17.571755] pci 0000:00:01.6: PCI bridge to [bus 03]
[ 17.602029] pci 0000:04:00.0: [8086:2725] type 00 class 0x028000 PCIe Endpoint
[ 17.631715] pci 0000:04:00.0: BAR 0 [mem 0xfcc00000-0xfcc03fff 64bit]
[ 17.662035] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 17.693402] pci 0000:00:01.7: PCI bridge to [bus 04]
[ 17.722658] pci 0000:05:00.0: [1b21:242a] type 01 class 0x060400 PCIe Switch Upstream Port
[ 17.752579] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[ 17.782562] pci 0000:05:00.0: bridge window [mem 0xfc600000-0xfc9fffff]
[ 17.812643] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[ 17.861485] pci 0000:00:02.1: PCI bridge to [bus 05-07]
[ 17.873811] pci 0000:06:02.0: [1b21:242b] type 01 class 0x060400 PCIe Switch Downstream Port
[ 17.902598] pci 0000:06:02.0: PCI bridge to [bus 07]
[ 17.933561] pci 0000:06:02.0: bridge window [mem 0xfc600000-0xfc9fffff]
[ 17.963640] pci 0000:06:02.0: PME# supported from D0 D3hot D3cold
[ 18.012024] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[ 18.023708] pci 0000:07:00.0: [1b21:242c] type 00 class 0x0c0330 PCIe Legacy Endpoint
[ 18.053601] pci 0000:07:00.0: BAR 0 [mem 0xfc600000-0xfc607fff 64bit]
[ 18.083641] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[ 18.124246] pci 0000:06:02.0: PCI bridge to [bus 07]
[ 18.144973] pci 0000:08:00.0: [15b7:5017] type 00 class 0x010802 PCIe Endpoint
[ 18.174867] pci 0000:08:00.0: BAR 0 [mem 0xfcb00000-0xfcb03fff 64bit]
[ 18.205096] pci 0000:00:02.2: PCI bridge to [bus 08]
[ 18.234656] pci 0000:09:00.0: [1002:164e] type 00 class 0x030000 PCIe Legacy Endpoint
[ 18.264579] pci 0000:09:00.0: BAR 0 [mem 0xfc10000000-0xfc1fffffff 64bit pref]
[ 18.294557] pci 0000:09:00.0: BAR 2 [mem 0xfc20000000-0xfc201fffff 64bit pref]
[ 18.325556] pci 0000:09:00.0: BAR 4 [io 0xd000-0xd0ff]
[ 18.355556] pci 0000:09:00.0: BAR 5 [mem 0xfc500000-0xfc57ffff]
[ 18.385563] pci 0000:09:00.0: enabling Extended Tags
[ 18.415617] pci 0000:09:00.0: PME# supported from D1 D2 D3hot D3cold
[ 18.445697] pci 0000:09:00.2: [1022:1649] type 00 class 0x108000 PCIe Endpoint
[ 18.475622] pci 0000:09:00.2: BAR 2 [mem 0xfc400000-0xfc4fffff]
[ 18.505557] pci 0000:09:00.2: BAR 5 [mem 0xfc5c8000-0xfc5c9fff]
[ 18.535560] pci 0000:09:00.2: enabling Extended Tags
[ 18.565688] pci 0000:09:00.3: [1022:15b6] type 00 class 0x0c0330 PCIe Endpoint
[ 18.596579] pci 0000:09:00.3: BAR 0 [mem 0xfc300000-0xfc3fffff 64bit]
[ 18.626565] pci 0000:09:00.3: enabling Extended Tags
[ 18.656605] pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
[ 18.686661] pci 0000:09:00.4: [1022:15b7] type 00 class 0x0c0330 PCIe Endpoint
[ 18.716579] pci 0000:09:00.4: BAR 0 [mem 0xfc200000-0xfc2fffff 64bit]
[ 18.746560] pci 0000:09:00.4: enabling Extended Tags
[ 18.777598] pci 0000:09:00.4: PME# supported from D0 D3hot D3cold
[ 18.807652] pci 0000:09:00.5: [1022:15e2] type 00 class 0x048000 PCIe Endpoint
[ 18.837577] pci 0000:09:00.5: BAR 0 [mem 0xfc580000-0xfc5bffff]
[ 18.867563] pci 0000:09:00.5: enabling Extended Tags
[ 18.897594] pci 0000:09:00.5: PME# supported from D0 D3hot D3cold
[ 18.927647] pci 0000:09:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
[ 18.957578] pci 0000:09:00.6: BAR 0 [mem 0xfc5c0000-0xfc5c7fff]
[ 18.987562] pci 0000:09:00.6: enabling Extended Tags
[ 19.017594] pci 0000:09:00.6: PME# supported from D0 D3hot D3cold
[ 19.048662] pci 0000:00:08.1: PCI bridge to [bus 09]
[ 19.077609] pci 0000:0a:00.0: [1022:15b8] type 00 class 0x0c0330 PCIe Endpoint
[ 19.108582] pci 0000:0a:00.0: BAR 0 [mem 0xfca00000-0xfcafffff 64bit]
[ 19.138561] pci 0000:0a:00.0: enabling Extended Tags
[ 19.168601] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
[ 19.198674] pci 0000:00:08.3: PCI bridge to [bus 0a]
[ 19.232903] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 19.258608] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 19.289607] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 19.319647] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 19.348607] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 19.379603] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 19.409597] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 19.439598] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 19.471200] Low-power S0 idle used by default for system suspend
[ 19.499801] iommu: Default domain type: Translated
[ 19.529555] iommu: DMA domain TLB invalidation policy: lazy mode
[ 19.560687] SCSI subsystem initialized
[ 19.590571] libata version 3.00 loaded.
[ 19.619565] ACPI: bus type USB registered
[ 19.650570] usbcore: registered new interface driver usbfs
[ 19.679560] usbcore: registered new interface driver hub
[ 19.710569] usbcore: registered new device driver usb
[ 19.753554] EDAC MC: Ver: 3.0.0
[ 19.771577] efivars: Registered efivars operations
[ 19.800714] NetLabel: Initializing
[ 19.830555] NetLabel: domain hash size = 128
[ 19.860555] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 19.890571] NetLabel: unlabeled traffic allowed by default
[ 19.920561] mctp: management component transport protocol core
[ 19.951555] NET: Registered PF_MCTP protocol family
[ 19.981563] PCI: Using ACPI for IRQ routing
[ 20.015761] PCI: pci_cache_line_size set to 64 bytes
[ 20.042691] resource: Expanded resource Reserved due to conflict with PCI Bus 0000:00
[ 20.073556] e820: reserve RAM buffer [mem 0x09aff000-0x0bffffff]
[ 20.101560] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[ 20.131558] e820: reserve RAM buffer [mem 0x89d45000-0x8bffffff]
[ 20.161556] e820: reserve RAM buffer [mem 0x8b3d2000-0x8bffffff]
[ 20.191556] e820: reserve RAM buffer [mem 0x8e43c000-0x8fffffff]
[ 20.221555] e820: reserve RAM buffer [mem 0x9bffb000-0x9bffffff]
[ 20.251559] e820: reserve RAM buffer [mem 0x85de80000-0x85fffffff]
[ 20.282592] pci 0000:01:00.0: vgaarb: bridge control possible
[ 20.310565] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 20.342564] pci 0000:09:00.0: vgaarb: setting as boot VGA device
[ 20.343554] pci 0000:09:00.0: vgaarb: bridge control possible
[ 20.343554] pci 0000:09:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 20.432556] vgaarb: loaded
[ 20.463625] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 20.493555] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 20.525621] clocksource: Switched to clocksource tsc-early
[ 20.554409] VFS: Disk quotas dquot_6.6.0
[ 20.584097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 20.614612] pnp: PnP ACPI init
[ 20.644357] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 20.674541] system 00:01: [mem 0x838000000-0x857ffffff window] has been reserved
[ 20.705489] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 20.735087] system 00:03: [io 0x040b] has been reserved
[ 20.764896] system 00:03: [io 0x04d6] has been reserved
[ 20.795344] system 00:03: [io 0x0c00-0x0c01] has been reserved
[ 20.824953] system 00:03: [io 0x0c14] has been reserved
[ 20.855823] system 00:03: [io 0x0c50-0x0c51] has been reserved
[ 20.885835] system 00:03: [io 0x0c52] has been reserved
[ 20.916060] system 00:03: [io 0x0c6c] has been reserved
[ 20.945857] system 00:03: [io 0x0c6f] has been reserved
[ 20.976082] system 00:03: [io 0x0cd8-0x0cdf] has been reserved
[ 21.006406] system 00:03: [io 0x0800-0x089f] has been reserved
[ 21.036409] system 00:03: [io 0x0b00-0x0b0f] has been reserved
[ 21.066199] system 00:03: [io 0x0b20-0x0b3f] has been reserved
[ 21.097162] system 00:03: [io 0x0900-0x090f] has been reserved
[ 21.127377] system 00:03: [io 0x0910-0x091f] has been reserved
[ 21.157391] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 21.187295] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[ 21.218161] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 21.247207] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[ 21.277646] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 21.307767] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[ 21.337568] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[ 21.370344] pnp: PnP ACPI: found 4 devices
[ 21.403906] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 21.428724] NET: Registered PF_INET protocol family
[ 21.458951] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 21.498113] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 21.519089] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 21.548848] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 21.579472] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 21.609549] TCP: Hash tables configured (established 262144 bind 65536)
[ 21.639453] MPTCP token hash table entries: 32768 (order: 8, 786432 bytes, linear)
[ 21.670697] UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[ 21.699943] UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[ 21.730474] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 21.760489] NET: Registered PF_XDP protocol family
[ 21.790293] pci 0000:00:02.1: bridge window [io 0x1000-0x0fff] to [bus 05-07] add_size 1000
[ 21.820520] pci 0000:00:02.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05-07] add_size 200000 add_align 100000
[ 21.850226] pci 0000:00:02.1: bridge window [mem 0x860000000-0x8601fffff 64bit pref]: assigned
[ 21.880999] pci 0000:00:02.1: bridge window [io 0x1000-0x1fff]: assigned
[ 21.911232] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 21.941149] pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
[ 21.970860] pci 0000:00:01.1: bridge window [mem 0xfb000000-0xfc0fffff]
[ 22.000876] pci 0000:00:01.1: bridge window [mem 0xfa00000000-0xfc01ffffff 64bit pref]
[ 22.031547] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 22.061559] pci 0000:00:01.2: bridge window [mem 0xfce00000-0xfcefffff]
[ 22.091911] pci 0000:00:01.6: PCI bridge to [bus 03]
[ 22.121917] pci 0000:00:01.6: bridge window [io 0xe000-0xefff]
[ 22.152570] pci 0000:00:01.6: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 22.181963] pci 0000:00:01.7: PCI bridge to [bus 04]
[ 22.212308] pci 0000:00:01.7: bridge window [mem 0xfcc00000-0xfccfffff]
[ 22.242113] pci 0000:06:02.0: PCI bridge to [bus 07]
[ 22.272331] pci 0000:06:02.0: bridge window [mem 0xfc600000-0xfc9fffff]
[ 22.302662] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[ 22.332249] pci 0000:05:00.0: bridge window [mem 0xfc600000-0xfc9fffff]
[ 22.362799] pci 0000:00:02.1: PCI bridge to [bus 05-07]
[ 22.392379] pci 0000:00:02.1: bridge window [io 0x1000-0x1fff]
[ 22.423031] pci 0000:00:02.1: bridge window [mem 0xfc600000-0xfc9fffff]
[ 22.452612] pci 0000:00:02.1: bridge window [mem 0x860000000-0x8601fffff 64bit pref]
[ 22.483166] pci 0000:00:02.2: PCI bridge to [bus 08]
[ 22.516366] pci 0000:00:02.2: bridge window [mem 0xfcb00000-0xfcbfffff]
[ 22.542981] pci 0000:00:08.1: PCI bridge to [bus 09]
[ 22.573642] pci 0000:00:08.1: bridge window [io 0xd000-0xdfff]
[ 22.603227] pci 0000:00:08.1: bridge window [mem 0xfc200000-0xfc5fffff]
[ 22.633558] pci 0000:00:08.1: bridge window [mem 0xfc10000000-0xfc201fffff 64bit pref]
[ 22.663571] pci 0000:00:08.3: PCI bridge to [bus 0a]
[ 22.693373] pci 0000:00:08.3: bridge window [mem 0xfca00000-0xfcafffff]
[ 22.723707] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 22.753931] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 22.784049] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 22.814483] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 22.844067] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[ 22.874402] pci_bus 0000:00: resource 9 [mem 0xa0000000-0xfcffffff window]
[ 22.904939] pci_bus 0000:00: resource 10 [mem 0x860000000-0xfdffffffff window]
[ 22.935154] pci_bus 0000:01: resource 0 [io 0xf000-0xffff]
[ 22.965372] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
[ 22.995158] pci_bus 0000:01: resource 2 [mem 0xfa00000000-0xfc01ffffff 64bit pref]
[ 23.025274] pci_bus 0000:02: resource 1 [mem 0xfce00000-0xfcefffff]
[ 23.055501] pci_bus 0000:03: resource 0 [io 0xe000-0xefff]
[ 23.085408] pci_bus 0000:03: resource 1 [mem 0xfcd00000-0xfcdfffff]
[ 23.115313] pci_bus 0000:04: resource 1 [mem 0xfcc00000-0xfccfffff]
[ 23.146178] pci_bus 0000:05: resource 0 [io 0x1000-0x1fff]
[ 23.176188] pci_bus 0000:05: resource 1 [mem 0xfc600000-0xfc9fffff]
[ 23.206186] pci_bus 0000:05: resource 2 [mem 0x860000000-0x8601fffff 64bit pref]
[ 23.236397] pci_bus 0000:06: resource 1 [mem 0xfc600000-0xfc9fffff]
[ 23.266079] pci_bus 0000:07: resource 1 [mem 0xfc600000-0xfc9fffff]
[ 23.296723] pci_bus 0000:08: resource 1 [mem 0xfcb00000-0xfcbfffff]
[ 23.326511] pci_bus 0000:09: resource 0 [io 0xd000-0xdfff]
[ 23.356511] pci_bus 0000:09: resource 1 [mem 0xfc200000-0xfc5fffff]
[ 23.386615] pci_bus 0000:09: resource 2 [mem 0xfc10000000-0xfc201fffff 64bit pref]
[ 23.417045] pci_bus 0000:0a: resource 1 [mem 0xfca00000-0xfcafffff]
[ 23.447708] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[ 23.477615] pci 0000:01:00.1: quirk_nvidia_hda_pm+0x0/0x20 took 29206 usecs
[ 23.507321] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[ 23.537545] pci 0000:01:00.1: quirk_gpu_hda+0x0/0x20 took 29530 usecs
[ 23.568815] PCI: CLS 64 bytes, default 64
[ 23.598084] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 23.598114] Unpacking initramfs...
[ 23.628039] pci 0000:00:01.0: Adding to iommu group 0
[ 23.688835] pci 0000:00:01.1: Adding to iommu group 1
[ 23.718222] pci 0000:00:01.2: Adding to iommu group 2
[ 23.730275] Freeing initrd memory: 192404K
[ 23.748633] pci 0000:00:01.6: Adding to iommu group 3
[ 23.808680] pci 0000:00:01.7: Adding to iommu group 4
[ 23.838608] pci 0000:00:02.0: Adding to iommu group 5
[ 23.869274] pci 0000:00:02.1: Adding to iommu group 6
[ 23.899299] pci 0000:00:02.2: Adding to iommu group 7
[ 23.929656] pci 0000:00:03.0: Adding to iommu group 8
[ 23.959681] pci 0000:00:04.0: Adding to iommu group 9
[ 23.989385] pci 0000:00:08.0: Adding to iommu group 10
[ 24.019515] pci 0000:00:08.1: Adding to iommu group 11
[ 24.049858] pci 0000:00:08.3: Adding to iommu group 12
[ 24.080207] pci 0000:00:14.0: Adding to iommu group 13
[ 24.110014] pci 0000:00:14.3: Adding to iommu group 13
[ 24.140336] pci 0000:00:18.0: Adding to iommu group 14
[ 24.170801] pci 0000:00:18.1: Adding to iommu group 14
[ 24.200284] pci 0000:00:18.2: Adding to iommu group 14
[ 24.230734] pci 0000:00:18.3: Adding to iommu group 14
[ 24.260659] pci 0000:00:18.4: Adding to iommu group 14
[ 24.290689] pci 0000:00:18.5: Adding to iommu group 14
[ 24.321030] pci 0000:00:18.6: Adding to iommu group 14
[ 24.351372] pci 0000:00:18.7: Adding to iommu group 14
[ 24.381205] pci 0000:01:00.0: Adding to iommu group 15
[ 24.411129] pci 0000:01:00.1: Adding to iommu group 15
[ 24.441796] pci 0000:02:00.0: Adding to iommu group 16
[ 24.471611] pci 0000:03:00.0: Adding to iommu group 17
[ 24.502169] pci 0000:04:00.0: Adding to iommu group 18
[ 24.532080] pci 0000:05:00.0: Adding to iommu group 19
[ 24.561893] pci 0000:06:02.0: Adding to iommu group 20
[ 24.592766] pci 0000:07:00.0: Adding to iommu group 20
[ 24.622041] pci 0000:08:00.0: Adding to iommu group 21
[ 24.652391] pci 0000:09:00.0: Adding to iommu group 22
[ 24.682749] pci 0000:09:00.2: Adding to iommu group 23
[ 24.712788] pci 0000:09:00.3: Adding to iommu group 24
[ 24.742604] pci 0000:09:00.4: Adding to iommu group 25
[ 24.772958] pci 0000:09:00.5: Adding to iommu group 26
[ 24.803213] pci 0000:09:00.6: Adding to iommu group 27
[ 24.833555] pci 0000:0a:00.0: Adding to iommu group 28
\x01
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Fwd: USB DBC hang during earlyprintk initialization
2026-01-19 8:18 ` Milan Oravec
@ 2026-01-19 11:01 ` Milan Oravec
2026-04-01 15:58 ` Milan Oravec
0 siblings, 1 reply; 25+ messages in thread
From: Milan Oravec @ 2026-01-19 11:01 UTC (permalink / raw)
To: Mathias Nyman; +Cc: Greg KH, linux-usb
[-- Attachment #1: Type: text/plain, Size: 4422 bytes --]
Hello, I've moved a bit further. I connected the usb debugging cable 3
seconds after the boot started (like normal), but not connected the
minicom at that time but waited for another 10-15 seconds and then ran
the minicom. I still need to hold the enter key to keep displaying
messages in minicom but this later connection prevented that boot hang
that I had before. Boot continues on the minicom console to one point
(displaying: Poking KASLR using RDRAND RDTSC...) and then returns to
the laptop screen and the system successfully boots. There are some
errors in dmesg and the Logitech USB mouse is not working.
I've attached the output from the Minicom as minicom.txt and the dmesg
-T output from the laptop itself as dmesg.txt. I hope this can help
with this problem.
Thank you,
Milan
On Mon, Jan 19, 2026 at 9:18 AM Milan Oravec <migo.oravec@gmail.com> wrote:
>
> Hello, I've tried the 6.19.0-rc6 kernel with experimental patches
> applied, but no changes unfortunately, the system freezes at the same
> log output line as before. :( DbC log attached. Any ideas?
>
> Thank you,
> Milan
>
> On Thu, Dec 18, 2025 at 9:03 PM Milan Oravec <migo.oravec@gmail.com> wrote:
> >
> > Hello Mathias, thank you very much.
> >
> > I've tried without the keep flag, and setting timeout to 100ms instead
> > of 2 seconds. I need to hold the enter button on the debug host to see
> > messages from the debug target. But without a keep flag system doesn't
> > hang during boot but DbC is disconnected instead and console messages
> > return to the display of the debug target, please see attached log
> > from debug host.
> >
> > It seems the computer hangs with the keep flag at the same moment that
> > console messages are returned to the laptop screen without the keep
> > flag applied.
> >
> > Do you have any other ideas to try?
> >
> > Thank you,
> > Milan
> >
> > On Wed, Dec 17, 2025 at 10:20 AM Mathias Nyman
> > <mathias.nyman@linux.intel.com> wrote:
> > >
> > > Hi
> > >
> > > On 12/5/25 20:49, Milan Oravec wrote:
> > > > Hello Mathias, I've replaced cat with minicom in the script above and
> > > > let minicom capture the file. First minicom displayed no messages,
> > > > then I realised I need to press and hold enter to be able see messages
> > > > sent from debug target.
> > >
> > > You shouldn't need to do that, something is set up oddly.
> > >
> > > >
> > > > Computer hangs and needs a long press of the power button to recover.
> > > > Boot cmd used:
> > > > linux /vmlinuz root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c
> > > > earlyprintk=keep,xdbc2 debug ignore_loglevel sysrq_always_enabled
> > > > force_early_printk sched_verbose usbcore.autosuspend=-1
> > > > no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
> > > >
> > > > I've attached a captured log from deminicom.
> > > >
> > > > What should I try next?
> > >
> > > early_xdbc_write() is called every time a new entry is written to console.
> > > It only uses one transfer buffer, (one TRB).
> > > early_xdbc_write() will block for up to 2 seconds in a udelay loop waiting
> > > for the previous transfer to complete.
> > >
> > > blocking for 2 seconds on every console message doesn't sound reasonable.
> > > Maybe for the first message to make sure other side is set up and reading the data.
> > >
> > > I'm also not sure the "keep" flag works.
> > > Once the actual xhci driver binds to the device it will reset the controller , losing
> > > DBC capability and console.
> > >
> > > You could try without the keep flag, and setting timeout to 100ms instead of 2 seconds
> > >
> > > diff --git a/drivers/usb/early/xhci-dbc.c b/drivers/usb/early/xhci-dbc.c
> > > index 41118bba9197..515a172ba25b 100644
> > > --- a/drivers/usb/early/xhci-dbc.c
> > > +++ b/drivers/usb/early/xhci-dbc.c
> > > @@ -855,7 +855,7 @@ static int xdbc_bulk_write(const char *bytes, int size)
> > > xdbc_handle_events();
> > >
> > > /* Check completion of the previous request: */
> > > - if ((xdbc.flags & XDBC_FLAGS_OUT_PROCESS) && (timeout < 2000000)) {
> > > + if ((xdbc.flags & XDBC_FLAGS_OUT_PROCESS) && (timeout < 100000)) {
> > > raw_spin_unlock_irqrestore(&xdbc.lock, flags);
> > > udelay(100);
> > > timeout += 100;
> > >
> > > Thanks
> > > Mathias
> > >
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: dmesg.txt --]
[-- Type: text/plain; charset="US-ASCII"; name="dmesg.txt", Size: 315020 bytes --]
[Po jan 19 11:18:03 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:03 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 65.209125] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:03 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:03 2026] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 65.420485] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:03 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:03 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 65.526166] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:03 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:03 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 65.631847] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:03 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:03 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 65.737528] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:03 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:03 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 65.843209] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:03 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:03 2026] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 66.054570] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:03 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:03 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 66.160250] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:04 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:04 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 66.265932] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:04 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:04 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 66.371612] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:04 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:04 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 66.477293] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:04 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:04 2026] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 66.688655] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:04 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:04 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 66.794336] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:04 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:04 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 66.900017] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:04 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:04 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 67.005696] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:04 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:04 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 67.111375] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:04 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:04 2026] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 67.322736] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:05 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:05 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 67.428416] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:05 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:05 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 67.534097] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:05 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:05 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 67.639764] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:05 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:05 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 67.745433] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:05 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:05 2026] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 67.956769] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:05 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:05 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 68.062439] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:05 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:05 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 68.168105] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:05 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:05 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 68.273772] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:05 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:05 2026] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 68.485109] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:05 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:05 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 68.590776] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:06 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:06 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 68.696443] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:06 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:06 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 68.802111] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:06 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:06 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 68.907779] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:06 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:06 2026] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 69.119116] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:06 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:06 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 69.224784] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:06 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:06 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 69.330453] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:06 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:06 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 69.436120] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:06 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:06 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 69.541801] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:06 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:06 2026] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 69.753161] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:07 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:07 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 69.858841] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:07 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:07 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 69.964520] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:07 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:07 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 70.070202] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:07 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:07 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 70.175881] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] dropped **
[ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 63.940963] [ 45.341513] [ 19.555497] 25
[ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 63.940963] [ 45.341513] [ 19.555497] 05
[ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [ 45.341513] [ 19.555497] }
[ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 63.940963] [
[Po jan 19 11:18:07 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:07 2026] xhci_dbc:early_xdbc_write: missed message {** 2 printk messages dropped **
[ 70.281562] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 70.281562] [ 54.852461] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 70.281562] dropped **
[ 70.281562] [ 54.535421] [ 33.082562] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 70.281562] [ 54.535421] dbc:early_xdbc_write: missed message {[ 0.000000] RBP: 0000000000000100 R08: 0000000000000000 R09: 00000000fc200000
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 000
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] }
[ 70.281562] [ 54
[Po jan 19 11:18:07 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:07 2026] xhci_dbc:early_xdbc_write: missed message { 70.281562] [ 54.535421] [ 32.765521] }
[ 70.281562] [ 54.535421] }
[ 70.281562] }
ntk messages dropped **
[ 70.281562] [ 54.852461] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 70.281562] dropped **
[ 70.281562] [ 54.535421] [ 33.082562] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 70.281562] [ 54.535421] dbc:early_xdbc_write: missed message {[ 0.000000] RBP: 0000000000000100 R08: 0000000000000000 R09: 00000000fc200000
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 000
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] }
[ 70.281562] [ 54
[Po jan 19 11:18:07 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:07 2026] xhci_dbc:early_xdbc_write: missed message {** 4 printk messages dropped **
[ 70.598602] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 70.281562] [ 54.852461] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 70.281562] dropped **
[ 70.281562] [ 54.535421] [ 33.082562] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 70.281562] [ 54.535421] dbc:early_xdbc_write: missed message {[ 0.000000] RBP: 0000000000000100 R08: 0000000000000000 R09: 00000000fc200000
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 000
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] }
[ 70.281562] [ 54
[Po jan 19 11:18:07 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:07 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 70.704282] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 70.281562] [ 54.852461] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 70.281562] dropped **
[ 70.281562] [ 54.535421] [ 33.082562] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 70.281562] [ 54.535421] dbc:early_xdbc_write: missed message {[ 0.000000] RBP: 0000000000000100 R08: 0000000000000000 R09: 00000000fc200000
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 000
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] }
[ 70.281562] [ 54
[Po jan 19 11:18:07 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:07 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 70.809962] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 70.281562] [ 54.852461] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 70.281562] dropped **
[ 70.281562] [ 54.535421] [ 33.082562] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 70.281562] [ 54.535421] dbc:early_xdbc_write: missed message {[ 0.000000] RBP: 0000000000000100 R08: 0000000000000000 R09: 00000000fc200000
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 000
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] }
[ 70.281562] [ 54
[Po jan 19 11:18:08 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:08 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 70.915643] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 70.281562] [ 54.852461] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 70.281562] dropped **
[ 70.281562] [ 54.535421] [ 33.082562] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 70.281562] [ 54.535421] dbc:early_xdbc_write: missed message {[ 0.000000] RBP: 0000000000000100 R08: 0000000000000000 R09: 00000000fc200000
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 000
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] }
[ 70.281562] [ 54
[Po jan 19 11:18:08 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:08 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 71.021323] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 70.281562] [ 54.852461] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 70.281562] dropped **
[ 70.281562] [ 54.535421] [ 33.082562] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 70.281562] [ 54.535421] dbc:early_xdbc_write: missed message {[ 0.000000] RBP: 0000000000000100 R08: 0000000000000000 R09: 00000000fc200000
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 000
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] }
[ 70.281562] [ 54
[Po jan 19 11:18:08 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:08 2026] xhci_dbc:early_xdbc_write: missed message {** 2 printk messages dropped **
[ 71.127002] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 71.127002] [ 56.014947] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 71.127002] dropped **
[ 71.127002] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 71.127002] [ 54.958142] [ 33.610965] 4.337
[Po jan 19 11:18:08 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:08 2026] xhci_dbc:early_xdbc_write: missed message {3.610965] }
[ 71.127002] [ 54.958142] }
[ 71.127002] 54.535421] }
[ 71.127002] }
ntk messages dropped **
[ 71.127002] [ 56.014947] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 71.127002] dropped **
[ 71.127002] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 71.127002] [ 54.958142] [ 33.610965] 4.337
[Po jan 19 11:18:08 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:08 2026] xhci_dbc:early_xdbc_write: missed message {** 4 printk messages dropped **
[ 71.444043] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 71.127002] [ 56.014947] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 71.127002] dropped **
[ 71.127002] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 71.127002] [ 54.958142] [ 33.610965] 4.337
[Po jan 19 11:18:08 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:08 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 71.549723] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 71.127002] [ 56.014947] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 71.127002] dropped **
[ 71.127002] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 71.127002] [ 54.958142] [ 33.610965] 4.337
[Po jan 19 11:18:08 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:08 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 71.655402] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 71.127002] [ 56.014947] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 71.127002] dropped **
[ 71.127002] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 71.127002] [ 54.958142] [ 33.610965] 4.337
[Po jan 19 11:18:08 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:08 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 71.761083] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 71.127002] [ 56.014947] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 71.127002] dropped **
[ 71.127002] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 71.127002] [ 54.958142] [ 33.610965] 4.337
[Po jan 19 11:18:08 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:08 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 71.866763] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 71.127002] [ 56.014947] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 71.127002] dropped **
[ 71.127002] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 71.127002] [ 54.958142] [ 33.610965] 4.337
[Po jan 19 11:18:08 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:08 2026] xhci_dbc:early_xdbc_write: missed message {** 2 printk messages dropped **
[ 71.972443] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 71.972443] dropped **
[ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 71.972443] [ 54.958142] [ 33.610965] 4.337
[Po jan 19 11:18:09 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:09 2026] xhci_dbc:early_xdbc_write: missed message {3.610965] }
[ 71.972443] [ 54.958142] }
[ 71.972443] 54.535421] }
[ 71.972443] }
ntk messages dropped **
[ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 71.972443] dropped **
[ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 71.972443] [ 54.958142] [ 33.610965] 4.337
[Po jan 19 11:18:09 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:09 2026] xhci_dbc:early_xdbc_write: missed message {** 4 printk messages dropped **
[ 72.289485] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 71.972443] dropped **
[ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 71.972443] [ 54.958142] [ 33.610965] 4.337
[Po jan 19 11:18:09 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:09 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 72.395165] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 71.972443] dropped **
[ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 71.972443] [ 54.958142] [ 33.610965] 4.337
[Po jan 19 11:18:09 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:09 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 72.500845] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 71.972443] dropped **
[ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 71.972443] [ 54.958142] [ 33.610965] 4.337
[Po jan 19 11:18:09 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:09 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 72.606524] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 71.972443] dropped **
[ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 71.972443] [ 54.958142] [ 33.610965] 4.337
[Po jan 19 11:18:09 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:09 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 72.712205] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 71.972443] dropped **
[ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 71.972443] [ 54.958142] [ 33.610965] 4.337
[Po jan 19 11:18:09 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:09 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 72.817885] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 71.972443] dropped **
[ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 71.972443] [ 54.958142] [ 33.610965] 4.337
[Po jan 19 11:18:09 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:09 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 72.923565] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 71.972443] dropped **
[ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 71.972443] [ 54.958142] [ 33.610965] 4.337
[Po jan 19 11:18:09 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:09 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 73.029246] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 71.972443] dropped **
[ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 71.972443] [ 54.958142] [ 33.610965] 4.337
[Po jan 19 11:18:10 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:10 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 73.134927] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 71.972443] dropped **
[ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 71.972443] [ 54.958142] [ 33.610965] 4.337
[Po jan 19 11:18:10 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:10 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 73.240608] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 71.972443] dropped **
[ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 71.972443] [ 54.958142] [ 33.610965] 4.337
[Po jan 19 11:18:10 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:10 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 73.346289] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
dropped **
[ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 71.972443] dropped **
[ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 71.972443] [ 54.958142] [ 33.610965] 4.337
[Po jan 19 11:18:10 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:10 2026] xhci_dbc:early_xdbc_write: missed message {[ 73.451971] xhci_dbc:early_xdbc_write: missed message {** 2 printk messages dropped **
[ 73.451971] [ 58.762635] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 73.451971] [ 58.762635] [ 38.894995] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 73.451971] [ 58.762635] dropped **
[ 73.451971] [ 58.762635] [ 38.577955] [ 9.410182] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 73.451971] [ 58.762635] [ 38.577955] ffffffffa407c1c0 R11: ffffffffa4003ad0 R12: 8000000000000163
[ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] 000
[ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 73.
[Po jan 19 11:18:10 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:10 2026] xhci_dbc:early_xdbc_write: missed message {98822] }
[ 73.451971] [ 58.762635] [ 38.577955] 1a9322ce49
[ 73.451971] [ 58.762635] [ 38.577955] [ 7.613623] }
[ 73.451971] [ 58.762635] [ 38.577955] 7.085223] }
[ 73.451971] [
762635] [ 38.894995] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 73.451971] [ 58.762635] dropped **
[ 73.451971] [ 58.762635] [ 38.577955] [ 9.410182] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 73.451971] [ 58.762635] [ 38.577955] ffffffffa407c1c0 R11: ffffffffa4003ad0 R12: 8000000000000163
[ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] 000
[ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 73.
[Po jan 19 11:18:10 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:10 2026] xhci_dbc:early_xdbc_write: missed message {** 2 printk messages dropped **
[ 73.663333] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
577955] [ 7.613623] }
[ 73.451971] [ 58.762635] [ 38.577955] 7.085223] }
[ 73.451971] [
762635] [ 38.894995] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 73.451971] [ 58.762635] dropped **
[ 73.451971] [ 58.762635] [ 38.577955] [ 9.410182] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 73.451971] [ 58.762635] [ 38.577955] ffffffffa407c1c0 R11: ffffffffa4003ad0 R12: 8000000000000163
[ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] 000
[ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 73.
[Po jan 19 11:18:10 2026] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[Po jan 19 11:18:10 2026] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 73.769013] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
577955] [ 7.613623] }
[ 73.451971] [ 58.762635] [ 38.577955] 7.085223] }
[ 73.451971] [
762635] [ 38.894995] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 73.451971] [ 58.762635] dropped **
[ 73.451971] [ 58.762635] [ 38.577955] [ 9.410182] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 73.451971] [ 58.762635] [ 38.577955] ffffffffa407c1c0 R11: ffffffffa4003ad0 R12: 8000000000000163
[ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] 000
[ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 73.
[Po jan 19 11:18:21 2026] Zone ranges:
[Po jan 19 11:18:21 2026] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[Po jan 19 11:18:21 2026] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[Po jan 19 11:18:21 2026] Normal [mem 0x0000000100000000-0x000000085de7ffff]
[Po jan 19 11:18:21 2026] Device empty
[Po jan 19 11:18:21 2026] Movable zone start for each node
[Po jan 19 11:18:21 2026] Early memory node ranges
[Po jan 19 11:18:21 2026] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[Po jan 19 11:18:21 2026] node 0: [mem 0x0000000000100000-0x0000000009afefff]
[Po jan 19 11:18:21 2026] node 0: [mem 0x000000000a000000-0x000000000a1fffff]
[Po jan 19 11:18:21 2026] node 0: [mem 0x000000000a212000-0x000000008e43bfff]
[Po jan 19 11:18:21 2026] node 0: [mem 0x000000009a5ff000-0x000000009bffafff]
[Po jan 19 11:18:21 2026] node 0: [mem 0x0000000100000000-0x0000000837ffffff]
[Po jan 19 11:18:21 2026] node 0: [mem 0x0000000858000000-0x000000085de7ffff]
[Po jan 19 11:18:21 2026] Initmem setup node 0 [mem 0x0000000000001000-0x000000085de7ffff]
[Po jan 19 11:18:21 2026] On node 0, zone DMA: 1 pages in unavailable ranges
[Po jan 19 11:18:21 2026] On node 0, zone DMA: 96 pages in unavailable ranges
[Po jan 19 11:18:21 2026] On node 0, zone DMA32: 1281 pages in unavailable ranges
[Po jan 19 11:18:21 2026] On node 0, zone DMA32: 18 pages in unavailable ranges
[Po jan 19 11:18:21 2026] On node 0, zone DMA32: 16835 pages in unavailable ranges
[Po jan 19 11:18:21 2026] On node 0, zone Normal: 16389 pages in unavailable ranges
[Po jan 19 11:18:21 2026] On node 0, zone Normal: 8576 pages in unavailable ranges
[Po jan 19 11:18:21 2026] ACPI: PM-Timer IO Port: 0x808
[Po jan 19 11:18:21 2026] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[Po jan 19 11:18:22 2026] IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
[Po jan 19 11:18:22 2026] IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
[Po jan 19 11:18:22 2026] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[Po jan 19 11:18:22 2026] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[Po jan 19 11:18:22 2026] ACPI: Using ACPI (MADT) for SMP configuration information
[Po jan 19 11:18:22 2026] ACPI: HPET id: 0x10228201 base: 0xfed00000
[Po jan 19 11:18:22 2026] e820: update [mem 0x89d45000-0x89da3fff] usable ==> reserved
[Po jan 19 11:18:22 2026] CPU topo: Max. logical packages: 1
[Po jan 19 11:18:22 2026] CPU topo: Max. logical dies: 2
[Po jan 19 11:18:22 2026] CPU topo: Max. dies per package: 2
[Po jan 19 11:18:22 2026] CPU topo: Max. threads per core: 2
[Po jan 19 11:18:22 2026] CPU topo: Num. cores per package: 12
[Po jan 19 11:18:22 2026] CPU topo: Num. threads per package: 24
[Po jan 19 11:18:22 2026] CPU topo: Allowing 24 present CPUs plus 0 hotplug CPUs
[Po jan 19 11:18:22 2026] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[Po jan 19 11:18:22 2026] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[Po jan 19 11:18:22 2026] PM: hibernation: Registered nosave memory: [mem 0x09aff000-0x09ffffff]
[Po jan 19 11:18:22 2026] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a211fff]
[Po jan 19 11:18:22 2026] PM: hibernation: Registered nosave memory: [mem 0x89d45000-0x89da3fff]
[Po jan 19 11:18:22 2026] PM: hibernation: Registered nosave memory: [mem 0x8b3d2000-0x8b3d2fff]
[Po jan 19 11:18:22 2026] PM: hibernation: Registered nosave memory: [mem 0x8e43c000-0x9a5fefff]
[Po jan 19 11:18:22 2026] PM: hibernation: Registered nosave memory: [mem 0x9bffb000-0xffffffff]
[Po jan 19 11:18:22 2026] PM: hibernation: Registered nosave memory: [mem 0x838000000-0x857ffffff]
[Po jan 19 11:18:22 2026] [mem 0xa0000000-0xfedfffff] available for PCI devices
[Po jan 19 11:18:22 2026] Booting paravirtualized kernel on bare hardware
[Po jan 19 11:18:22 2026] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[Po jan 19 11:18:22 2026] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:1
[Po jan 19 11:18:22 2026] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[Po jan 19 11:18:22 2026] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[Po jan 19 11:18:22 2026] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[Po jan 19 11:18:22 2026] pcpu-alloc: [0] 16 17 18 19 20 21 22 23
[Po jan 19 11:18:22 2026] Kernel command line: BOOT_IMAGE=/vmlinuz root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[Po jan 19 11:18:22 2026] sysrq: sysrq always enabled.
[Po jan 19 11:18:23 2026] printk: log_buf_len individual max cpu contribution: 4096 bytes
[Po jan 19 11:18:23 2026] printk: log_buf_len total cpu_extra contributions: 94208 bytes
[Po jan 19 11:18:23 2026] printk: log_buf_len min size: 131072 bytes
[Po jan 19 11:18:23 2026] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[Po jan 19 11:18:23 2026] printk: early log buf free: 2280(1%)
[Po jan 19 11:18:23 2026] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[Po jan 19 11:18:23 2026] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[Po jan 19 11:18:23 2026] software IO TLB: area num 32.
[Po jan 19 11:18:23 2026] Fallback order for Node 0: 0
[Po jan 19 11:18:23 2026] Built 1 zonelists, mobility grouping on. Total pages: 8181572
[Po jan 19 11:18:23 2026] Policy zone: Normal
[Po jan 19 11:18:23 2026] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[Po jan 19 11:18:23 2026] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
[Po jan 19 11:18:23 2026] ftrace: allocating 52423 entries in 208 pages
[Po jan 19 11:18:23 2026] ftrace: allocated 208 pages with 3 groups
[Po jan 19 11:18:23 2026] Dynamic Preempt: full
[Po jan 19 11:18:23 2026] rcu: Preemptible hierarchical RCU implementation.
[Po jan 19 11:18:23 2026] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=24.
[Po jan 19 11:18:23 2026] rcu: RCU priority boosting: priority 1 delay 500 ms.
[Po jan 19 11:18:23 2026] Trampoline variant of Tasks RCU enabled.
[Po jan 19 11:18:23 2026] Rude variant of Tasks RCU enabled.
[Po jan 19 11:18:23 2026] Tracing variant of Tasks RCU enabled.
[Po jan 19 11:18:23 2026] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[Po jan 19 11:18:23 2026] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
[Po jan 19 11:18:23 2026] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[Po jan 19 11:18:23 2026] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[Po jan 19 11:18:23 2026] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[Po jan 19 11:18:23 2026] NR_IRQS: 524544, nr_irqs: 1160, preallocated irqs: 16
[Po jan 19 11:18:23 2026] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[Po jan 19 11:18:23 2026] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[Po jan 19 11:18:23 2026] Console: colour dummy device 80x25
[Po jan 19 11:18:23 2026] printk: legacy console [tty0] enabled
[Po jan 19 11:18:23 2026] ACPI: Core revision 20250807
[Po jan 19 11:18:23 2026] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[Po jan 19 11:18:23 2026] APIC: Switch to symmetric I/O mode setup
[Po jan 19 11:18:23 2026] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:0xa0
[Po jan 19 11:18:23 2026] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:0xa0
[Po jan 19 11:18:23 2026] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:0xa0
[Po jan 19 11:18:23 2026] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:0xa0
[Po jan 19 11:18:23 2026] AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x0
[Po jan 19 11:18:23 2026] x2apic: IRQ remapping doesn't support X2APIC mode
[Po jan 19 11:18:23 2026] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[Po jan 19 11:18:23 2026] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b29656e641, max_idle_ns: 440795331135 ns
[Po jan 19 11:18:23 2026] Calibrating delay loop (skipped), value calculated using timer frequency.. 5988.68 BogoMIPS (lpj=2994343)
[Po jan 19 11:18:23 2026] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[Po jan 19 11:18:23 2026] LVT offset 1 assigned for vector 0xf9
[Po jan 19 11:18:23 2026] LVT offset 2 assigned for vector 0xf4
[Po jan 19 11:18:23 2026] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[Po jan 19 11:18:23 2026] Last level dTLB entries: 4KB 3072, 2MB 3072, 4MB 1536, 1GB 0
[Po jan 19 11:18:23 2026] process: using mwait in idle threads
[Po jan 19 11:18:23 2026] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[Po jan 19 11:18:23 2026] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[Po jan 19 11:18:23 2026] Transient Scheduler Attacks: Mitigation: Clear CPU buffers
[Po jan 19 11:18:23 2026] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[Po jan 19 11:18:23 2026] Spectre V2 : User space: Mitigation: STIBP always-on protection
[Po jan 19 11:18:23 2026] Speculative Return Stack Overflow: Mitigation: Safe RET
[Po jan 19 11:18:23 2026] VMSCAPE: Mitigation: IBPB before exit to userspace
[Po jan 19 11:18:23 2026] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[Po jan 19 11:18:23 2026] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[Po jan 19 11:18:23 2026] active return thunk: srso_alias_return_thunk
[Po jan 19 11:18:23 2026] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[Po jan 19 11:18:23 2026] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[Po jan 19 11:18:23 2026] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[Po jan 19 11:18:23 2026] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[Po jan 19 11:18:23 2026] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[Po jan 19 11:18:23 2026] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[Po jan 19 11:18:23 2026] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[Po jan 19 11:18:23 2026] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[Po jan 19 11:18:23 2026] x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
[Po jan 19 11:18:23 2026] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[Po jan 19 11:18:23 2026] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
[Po jan 19 11:18:23 2026] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
[Po jan 19 11:18:23 2026] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[Po jan 19 11:18:23 2026] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
[Po jan 19 11:18:23 2026] x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]: 16
[Po jan 19 11:18:23 2026] x86/fpu: xstate_offset[12]: 2456, xstate_sizes[12]: 24
[Po jan 19 11:18:23 2026] x86/fpu: Enabled xstate features 0x1ae7, context size is 2480 bytes, using 'compacted' format.
[Po jan 19 11:18:23 2026] Freeing SMP alternatives memory: 48K
[Po jan 19 11:18:23 2026] pid_max: default: 32768 minimum: 301
[Po jan 19 11:18:23 2026] landlock: Up and running.
[Po jan 19 11:18:23 2026] Yama: becoming mindful.
[Po jan 19 11:18:23 2026] LSM support for eBPF active
[Po jan 19 11:18:23 2026] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[Po jan 19 11:18:23 2026] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[Po jan 19 11:18:23 2026] smpboot: CPU0: AMD Ryzen 9 7845HX with Radeon Graphics (family: 0x19, model: 0x61, stepping: 0x2)
[Po jan 19 11:18:23 2026] Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
[Po jan 19 11:18:23 2026] ... version: 2
[Po jan 19 11:18:23 2026] ... bit width: 48
[Po jan 19 11:18:23 2026] ... generic counters: 6
[Po jan 19 11:18:23 2026] ... generic bitmap: 000000000000003f
[Po jan 19 11:18:23 2026] ... fixed-purpose counters: 0
[Po jan 19 11:18:23 2026] ... fixed-purpose bitmap: 0000000000000000
[Po jan 19 11:18:23 2026] ... value mask: 0000ffffffffffff
[Po jan 19 11:18:23 2026] ... max period: 00007fffffffffff
[Po jan 19 11:18:23 2026] ... global_ctrl mask: 000000000000003f
[Po jan 19 11:18:23 2026] signal: max sigframe size: 3376
[Po jan 19 11:18:23 2026] rcu: Hierarchical SRCU implementation.
[Po jan 19 11:18:23 2026] rcu: Max phase no-delay instances is 400.
[Po jan 19 11:18:23 2026] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[Po jan 19 11:18:23 2026] MCE: In-kernel MCE decoding enabled.
[Po jan 19 11:18:23 2026] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[Po jan 19 11:18:23 2026] smp: Bringing up secondary CPUs ...
[Po jan 19 11:18:23 2026] smpboot: x86: Booting SMP configuration:
[Po jan 19 11:18:23 2026] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
[Po jan 19 11:18:23 2026] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[Po jan 19 11:18:23 2026] smp: Brought up 1 node, 24 CPUs
[Po jan 19 11:18:23 2026] smpboot: Total of 24 processors activated (143728.46 BogoMIPS)
[Po jan 19 11:18:23 2026] CPU0 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=0,12 level=SMT
[Po jan 19 11:18:23 2026] groups: 0:{ span=0 cap=981 }, 12:{ span=12 }
[Po jan 19 11:18:23 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:23 2026] groups: 0:{ span=0,12 cap=2005 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 0:{ span=0-5,12-17 cap=12245 }, 6:{ span=6-11,18-23 cap=12268 }
[Po jan 19 11:18:23 2026] CPU1 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=1,13 level=SMT
[Po jan 19 11:18:23 2026] groups: 1:{ span=1 }, 13:{ span=13 }
[Po jan 19 11:18:23 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:23 2026] groups: 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2005 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 0:{ span=0-5,12-17 cap=12245 }, 6:{ span=6-11,18-23 cap=12268 }
[Po jan 19 11:18:23 2026] CPU2 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=2,14 level=SMT
[Po jan 19 11:18:23 2026] groups: 2:{ span=2 }, 14:{ span=14 }
[Po jan 19 11:18:23 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:23 2026] groups: 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2005 }, 1:{ span=1,13 cap=2048 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 0:{ span=0-5,12-17 cap=12245 }, 6:{ span=6-11,18-23 cap=12268 }
[Po jan 19 11:18:23 2026] CPU3 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=3,15 level=SMT
[Po jan 19 11:18:23 2026] groups: 3:{ span=3 }, 15:{ span=15 }
[Po jan 19 11:18:23 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:23 2026] groups: 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2005 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 0:{ span=0-5,12-17 cap=12245 }, 6:{ span=6-11,18-23 cap=12268 }
[Po jan 19 11:18:23 2026] CPU4 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=4,16 level=SMT
[Po jan 19 11:18:23 2026] groups: 4:{ span=4 }, 16:{ span=16 }
[Po jan 19 11:18:23 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:23 2026] groups: 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2005 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 0:{ span=0-5,12-17 cap=12245 }, 6:{ span=6-11,18-23 cap=12268 }
[Po jan 19 11:18:23 2026] CPU5 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=5,17 level=SMT
[Po jan 19 11:18:23 2026] groups: 5:{ span=5 }, 17:{ span=17 }
[Po jan 19 11:18:23 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:23 2026] groups: 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2005 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 0:{ span=0-5,12-17 cap=12245 }, 6:{ span=6-11,18-23 cap=12268 }
[Po jan 19 11:18:23 2026] CPU6 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=6,18 level=SMT
[Po jan 19 11:18:23 2026] groups: 6:{ span=6 }, 18:{ span=18 }
[Po jan 19 11:18:23 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:23 2026] groups: 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2028 }, 11:{ span=11,23 cap=2048 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 6:{ span=6-11,18-23 cap=12268 }, 0:{ span=0-5,12-17 cap=12245 }
[Po jan 19 11:18:23 2026] CPU7 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=7,19 level=SMT
[Po jan 19 11:18:23 2026] groups: 7:{ span=7 }, 19:{ span=19 }
[Po jan 19 11:18:23 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:23 2026] groups: 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2028 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 6:{ span=6-11,18-23 cap=12268 }, 0:{ span=0-5,12-17 cap=12245 }
[Po jan 19 11:18:23 2026] CPU8 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=8,20 level=SMT
[Po jan 19 11:18:23 2026] groups: 8:{ span=8 }, 20:{ span=20 }
[Po jan 19 11:18:23 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:23 2026] groups: 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2028 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 6:{ span=6-11,18-23 cap=12268 }, 0:{ span=0-5,12-17 cap=12245 }
[Po jan 19 11:18:23 2026] CPU9 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=9,21 level=SMT
[Po jan 19 11:18:23 2026] groups: 9:{ span=9 }, 21:{ span=21 }
[Po jan 19 11:18:23 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:23 2026] groups: 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2028 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 6:{ span=6-11,18-23 cap=12268 }, 0:{ span=0-5,12-17 cap=12245 }
[Po jan 19 11:18:23 2026] CPU10 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=10,22 level=SMT
[Po jan 19 11:18:23 2026] groups: 10:{ span=10 cap=1004 }, 22:{ span=22 }
[Po jan 19 11:18:23 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:23 2026] groups: 10:{ span=10,22 cap=2028 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 6:{ span=6-11,18-23 cap=12268 }, 0:{ span=0-5,12-17 cap=12245 }
[Po jan 19 11:18:23 2026] CPU11 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=11,23 level=SMT
[Po jan 19 11:18:23 2026] groups: 11:{ span=11 }, 23:{ span=23 }
[Po jan 19 11:18:23 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:23 2026] groups: 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2028 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 6:{ span=6-11,18-23 cap=12268 }, 0:{ span=0-5,12-17 cap=12245 }
[Po jan 19 11:18:23 2026] CPU12 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=0,12 level=SMT
[Po jan 19 11:18:23 2026] groups: 12:{ span=12 }, 0:{ span=0 cap=981 }
[Po jan 19 11:18:23 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:23 2026] groups: 0:{ span=0,12 cap=2005 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 0:{ span=0-5,12-17 cap=12245 }, 6:{ span=6-11,18-23 cap=12268 }
[Po jan 19 11:18:23 2026] CPU13 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=1,13 level=SMT
[Po jan 19 11:18:23 2026] groups: 13:{ span=13 }, 1:{ span=1 }
[Po jan 19 11:18:23 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:23 2026] groups: 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2005 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 0:{ span=0-5,12-17 cap=12245 }, 6:{ span=6-11,18-23 cap=12268 }
[Po jan 19 11:18:23 2026] CPU14 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=2,14 level=SMT
[Po jan 19 11:18:23 2026] groups: 14:{ span=14 }, 2:{ span=2 }
[Po jan 19 11:18:23 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:23 2026] groups: 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2005 }, 1:{ span=1,13 cap=2048 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 0:{ span=0-5,12-17 cap=12245 }, 6:{ span=6-11,18-23 cap=12268 }
[Po jan 19 11:18:23 2026] CPU15 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=3,15 level=SMT
[Po jan 19 11:18:23 2026] groups: 15:{ span=15 }, 3:{ span=3 }
[Po jan 19 11:18:23 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:23 2026] groups: 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2005 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 0:{ span=0-5,12-17 cap=12245 }, 6:{ span=6-11,18-23 cap=12268 }
[Po jan 19 11:18:23 2026] CPU16 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=4,16 level=SMT
[Po jan 19 11:18:23 2026] groups: 16:{ span=16 }, 4:{ span=4 }
[Po jan 19 11:18:23 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:23 2026] groups: 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2005 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 0:{ span=0-5,12-17 cap=12245 }, 6:{ span=6-11,18-23 cap=12268 }
[Po jan 19 11:18:23 2026] CPU17 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=5,17 level=SMT
[Po jan 19 11:18:23 2026] groups: 17:{ span=17 }, 5:{ span=5 }
[Po jan 19 11:18:23 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:23 2026] groups: 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2005 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 0:{ span=0-5,12-17 cap=12245 }, 6:{ span=6-11,18-23 cap=12268 }
[Po jan 19 11:18:23 2026] CPU18 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=6,18 level=SMT
[Po jan 19 11:18:23 2026] groups: 18:{ span=18 }, 6:{ span=6 }
[Po jan 19 11:18:23 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:23 2026] groups: 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2028 }, 11:{ span=11,23 cap=2048 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 6:{ span=6-11,18-23 cap=12268 }, 0:{ span=0-5,12-17 cap=12245 }
[Po jan 19 11:18:23 2026] CPU19 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=7,19 level=SMT
[Po jan 19 11:18:23 2026] groups: 19:{ span=19 }, 7:{ span=7 }
[Po jan 19 11:18:23 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:23 2026] groups: 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2028 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 6:{ span=6-11,18-23 cap=12268 }, 0:{ span=0-5,12-17 cap=12245 }
[Po jan 19 11:18:23 2026] CPU20 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=8,20 level=SMT
[Po jan 19 11:18:23 2026] groups: 20:{ span=20 }, 8:{ span=8 }
[Po jan 19 11:18:23 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:23 2026] groups: 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2028 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 6:{ span=6-11,18-23 cap=12268 }, 0:{ span=0-5,12-17 cap=12245 }
[Po jan 19 11:18:23 2026] CPU21 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=9,21 level=SMT
[Po jan 19 11:18:23 2026] groups: 21:{ span=21 }, 9:{ span=9 }
[Po jan 19 11:18:23 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:23 2026] groups: 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2028 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 6:{ span=6-11,18-23 cap=12268 }, 0:{ span=0-5,12-17 cap=12245 }
[Po jan 19 11:18:23 2026] CPU22 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=10,22 level=SMT
[Po jan 19 11:18:23 2026] groups: 22:{ span=22 }, 10:{ span=10 cap=1004 }
[Po jan 19 11:18:23 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:23 2026] groups: 10:{ span=10,22 cap=2028 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 6:{ span=6-11,18-23 cap=12268 }, 0:{ span=0-5,12-17 cap=12245 }
[Po jan 19 11:18:23 2026] CPU23 attaching sched-domain(s):
[Po jan 19 11:18:23 2026] domain-0: span=11,23 level=SMT
[Po jan 19 11:18:23 2026] groups: 23:{ span=23 }, 11:{ span=11 }
[Po jan 19 11:18:23 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:23 2026] groups: 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2028 }
[Po jan 19 11:18:23 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:23 2026] groups: 6:{ span=6-11,18-23 cap=12268 }, 0:{ span=0-5,12-17 cap=12245 }
[Po jan 19 11:18:23 2026] root domain span: 0-23
[Po jan 19 11:18:23 2026] Memory: 31811928K/32726288K available (18165K kernel code, 2804K rwdata, 14488K rodata, 4404K init, 3812K bss, 884204K reserved, 0K cma-reserved)
[Po jan 19 11:18:23 2026] devtmpfs: initialized
[Po jan 19 11:18:23 2026] x86/mm: Memory block size: 128MB
[Po jan 19 11:18:23 2026] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a211fff] (73728 bytes)
[Po jan 19 11:18:23 2026] ACPI: PM: Registering ACPI NVS region [mem 0x9453c000-0x9653bfff] (33554432 bytes)
[Po jan 19 11:18:23 2026] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[Po jan 19 11:18:23 2026] posixtimers hash table entries: 16384 (order: 6, 262144 bytes, linear)
[Po jan 19 11:18:23 2026] futex hash table entries: 8192 (524288 bytes on 1 NUMA nodes, total 512 KiB, linear).
[Po jan 19 11:18:23 2026] PM: RTC time: 10:18:23, date: 2026-01-19
[Po jan 19 11:18:23 2026] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[Po jan 19 11:18:23 2026] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[Po jan 19 11:18:23 2026] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[Po jan 19 11:18:23 2026] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[Po jan 19 11:18:23 2026] audit: initializing netlink subsys (disabled)
[Po jan 19 11:18:23 2026] audit: type=2000 audit(1768817902.167:1): state=initialized audit_enabled=0 res=1
[Po jan 19 11:18:23 2026] thermal_sys: Registered thermal governor 'fair_share'
[Po jan 19 11:18:23 2026] thermal_sys: Registered thermal governor 'bang_bang'
[Po jan 19 11:18:23 2026] thermal_sys: Registered thermal governor 'step_wise'
[Po jan 19 11:18:23 2026] thermal_sys: Registered thermal governor 'user_space'
[Po jan 19 11:18:23 2026] thermal_sys: Registered thermal governor 'power_allocator'
[Po jan 19 11:18:23 2026] cpuidle: using governor ladder
[Po jan 19 11:18:23 2026] cpuidle: using governor menu
[Po jan 19 11:18:23 2026] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[Po jan 19 11:18:23 2026] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
[Po jan 19 11:18:23 2026] PCI: Using configuration type 1 for base access
[Po jan 19 11:18:23 2026] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[Po jan 19 11:18:23 2026] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[Po jan 19 11:18:23 2026] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[Po jan 19 11:18:23 2026] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[Po jan 19 11:18:23 2026] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[Po jan 19 11:18:23 2026] fbcon: Taking over console
[Po jan 19 11:18:23 2026] ACPI: Added _OSI(Module Device)
[Po jan 19 11:18:23 2026] ACPI: Added _OSI(Processor Device)
[Po jan 19 11:18:23 2026] ACPI: Added _OSI(Processor Aggregator Device)
[Po jan 19 11:18:23 2026] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP0._PRW], AE_ALREADY_EXISTS (20250807/dswload2-326)
[Po jan 19 11:18:23 2026] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[Po jan 19 11:18:23 2026] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP2], AE_NOT_FOUND (20250807/dswload2-162)
[Po jan 19 11:18:23 2026] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20250807/psobject-220)
[Po jan 19 11:18:23 2026] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[Po jan 19 11:18:23 2026] ACPI: 25 ACPI AML tables successfully acquired and loaded
[Po jan 19 11:18:23 2026] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20250807/dspkginit-438)
[Po jan 19 11:18:23 2026] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20250807/dspkginit-438)
[Po jan 19 11:18:23 2026] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20250807/dspkginit-438)
[Po jan 19 11:18:23 2026] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20250807/dspkginit-438)
[Po jan 19 11:18:23 2026] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20250807/dspkginit-438)
[Po jan 19 11:18:23 2026] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[Po jan 19 11:18:23 2026] ACPI: Interpreter enabled
[Po jan 19 11:18:23 2026] ACPI: PM: (supports S0 S4 S5)
[Po jan 19 11:18:23 2026] ACPI: Using IOAPIC for interrupt routing
[Po jan 19 11:18:23 2026] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[Po jan 19 11:18:23 2026] PCI: Ignoring E820 reservations for host bridge windows
[Po jan 19 11:18:23 2026] ACPI: Enabled 7 GPEs in block 00 to 1F
[Po jan 19 11:18:23 2026] ACPI: \_SB_.PCI0.GP17.XHC0.P0U0: New power resource
[Po jan 19 11:18:23 2026] ACPI: \_SB_.PCI0.GP17.XHC0.RHUB.PRT2.BUTH.BTPR: New power resource
[Po jan 19 11:18:23 2026] ACPI: \_SB_.PCI0.GP17.XHC1.P0U1: New power resource
[Po jan 19 11:18:23 2026] ACPI: \_SB_.PCI0.GP19.XHC2.P0U2: New power resource
[Po jan 19 11:18:23 2026] ACPI: \_SB_.PCI0.GPP1.P0NV: New power resource
[Po jan 19 11:18:23 2026] ACPI: \_SB_.PCI0.GPP5.PWR1: New power resource
[Po jan 19 11:18:23 2026] ACPI: \_SB_.PCI0.GPP7.PWRS: New power resource
[Po jan 19 11:18:23 2026] ACPI: \_SB_.PCI0.GPP7.U4UP.PWRS: New power resource
[Po jan 19 11:18:23 2026] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P0.PWRS: New power resource
[Po jan 19 11:18:23 2026] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P0.UP0D.PWRS: New power resource
[Po jan 19 11:18:23 2026] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P1.PWRS: New power resource
[Po jan 19 11:18:23 2026] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P1.UP1D.PWRS: New power resource
[Po jan 19 11:18:23 2026] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P2.PWRS: New power resource
[Po jan 19 11:18:23 2026] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P2.UXHC.PWRS: New power resource
[Po jan 19 11:18:23 2026] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P3.PWRS: New power resource
[Po jan 19 11:18:23 2026] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P3.UHI0.PWRS: New power resource
[Po jan 19 11:18:23 2026] ACPI: \_SB_.PCI0.GPP3.P0NV: New power resource
[Po jan 19 11:18:23 2026] ACPI: \_SB_.PCI0.GPP0.M237: New power resource
[Po jan 19 11:18:23 2026] ACPI: \_SB_.PRWL: New power resource
[Po jan 19 11:18:23 2026] ACPI: \_SB_.PRWB: New power resource
[Po jan 19 11:18:23 2026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[Po jan 19 11:18:23 2026] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[Po jan 19 11:18:23 2026] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[Po jan 19 11:18:23 2026] acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf0000000-0xf7ffffff] for domain 0000 [bus 00-7f] only partially covers this bridge
[Po jan 19 11:18:23 2026] PCI host bridge to bus 0000:00
[Po jan 19 11:18:23 2026] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[Po jan 19 11:18:23 2026] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[Po jan 19 11:18:23 2026] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[Po jan 19 11:18:23 2026] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[Po jan 19 11:18:23 2026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[Po jan 19 11:18:23 2026] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xfcffffff window]
[Po jan 19 11:18:23 2026] pci_bus 0000:00: root bus resource [mem 0x860000000-0xfdffffffff window]
[Po jan 19 11:18:23 2026] pci_bus 0000:00: root bus resource [bus 00-ff]
[Po jan 19 11:18:23 2026] pci 0000:00:00.0: [1022:14d8] type 00 class 0x060000 conventional PCI endpoint
[Po jan 19 11:18:23 2026] pci 0000:00:00.2: [1022:14d9] type 00 class 0x080600 conventional PCI endpoint
[Po jan 19 11:18:23 2026] pci 0000:00:01.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[Po jan 19 11:18:23 2026] pci 0000:00:01.1: [1022:14db] type 01 class 0x060400 PCIe Root Port
[Po jan 19 11:18:23 2026] pci 0000:00:01.1: PCI bridge to [bus 01]
[Po jan 19 11:18:23 2026] pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
[Po jan 19 11:18:23 2026] pci 0000:00:01.1: bridge window [mem 0xfb000000-0xfc0fffff]
[Po jan 19 11:18:23 2026] pci 0000:00:01.1: bridge window [mem 0xfa00000000-0xfc01ffffff 64bit pref]
[Po jan 19 11:18:23 2026] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[Po jan 19 11:18:23 2026] pci 0000:00:01.2: [1022:14db] type 01 class 0x060400 PCIe Root Port
[Po jan 19 11:18:23 2026] pci 0000:00:01.2: PCI bridge to [bus 02]
[Po jan 19 11:18:23 2026] pci 0000:00:01.2: bridge window [mem 0xfce00000-0xfcefffff]
[Po jan 19 11:18:23 2026] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[Po jan 19 11:18:23 2026] pci 0000:00:01.6: [1022:14db] type 01 class 0x060400 PCIe Root Port
[Po jan 19 11:18:23 2026] pci 0000:00:01.6: PCI bridge to [bus 03]
[Po jan 19 11:18:23 2026] pci 0000:00:01.6: bridge window [io 0xe000-0xefff]
[Po jan 19 11:18:23 2026] pci 0000:00:01.6: bridge window [mem 0xfcd00000-0xfcdfffff]
[Po jan 19 11:18:23 2026] pci 0000:00:01.6: enabling Extended Tags
[Po jan 19 11:18:23 2026] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
[Po jan 19 11:18:23 2026] pci 0000:00:01.7: [1022:14db] type 01 class 0x060400 PCIe Root Port
[Po jan 19 11:18:23 2026] pci 0000:00:01.7: PCI bridge to [bus 04]
[Po jan 19 11:18:23 2026] pci 0000:00:01.7: bridge window [mem 0xfcc00000-0xfccfffff]
[Po jan 19 11:18:23 2026] pci 0000:00:01.7: enabling Extended Tags
[Po jan 19 11:18:23 2026] pci 0000:00:01.7: PME# supported from D0 D3hot D3cold
[Po jan 19 11:18:23 2026] pci 0000:00:02.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[Po jan 19 11:18:23 2026] pci 0000:00:02.1: [1022:14db] type 01 class 0x060400 PCIe Root Port
[Po jan 19 11:18:23 2026] pci 0000:00:02.1: PCI bridge to [bus 05-07]
[Po jan 19 11:18:23 2026] pci 0000:00:02.1: bridge window [mem 0xfc600000-0xfc9fffff]
[Po jan 19 11:18:23 2026] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[Po jan 19 11:18:23 2026] pci 0000:00:02.2: [1022:14db] type 01 class 0x060400 PCIe Root Port
[Po jan 19 11:18:23 2026] pci 0000:00:02.2: PCI bridge to [bus 08]
[Po jan 19 11:18:23 2026] pci 0000:00:02.2: bridge window [mem 0xfcb00000-0xfcbfffff]
[Po jan 19 11:18:23 2026] pci 0000:00:02.2: enabling Extended Tags
[Po jan 19 11:18:23 2026] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[Po jan 19 11:18:23 2026] pci 0000:00:03.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[Po jan 19 11:18:23 2026] pci 0000:00:04.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[Po jan 19 11:18:23 2026] pci 0000:00:08.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[Po jan 19 11:18:23 2026] pci 0000:00:08.1: [1022:14dd] type 01 class 0x060400 PCIe Root Port
[Po jan 19 11:18:23 2026] pci 0000:00:08.1: PCI bridge to [bus 09]
[Po jan 19 11:18:23 2026] pci 0000:00:08.1: bridge window [io 0xd000-0xdfff]
[Po jan 19 11:18:23 2026] pci 0000:00:08.1: bridge window [mem 0xfc200000-0xfc5fffff]
[Po jan 19 11:18:23 2026] pci 0000:00:08.1: bridge window [mem 0xfc10000000-0xfc201fffff 64bit pref]
[Po jan 19 11:18:23 2026] pci 0000:00:08.1: enabling Extended Tags
[Po jan 19 11:18:23 2026] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[Po jan 19 11:18:23 2026] pci 0000:00:08.3: [1022:14dd] type 01 class 0x060400 PCIe Root Port
[Po jan 19 11:18:23 2026] pci 0000:00:08.3: PCI bridge to [bus 0a]
[Po jan 19 11:18:23 2026] pci 0000:00:08.3: bridge window [mem 0xfca00000-0xfcafffff]
[Po jan 19 11:18:23 2026] pci 0000:00:08.3: enabling Extended Tags
[Po jan 19 11:18:23 2026] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[Po jan 19 11:18:23 2026] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[Po jan 19 11:18:23 2026] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[Po jan 19 11:18:23 2026] pci 0000:00:18.0: [1022:14e0] type 00 class 0x060000 conventional PCI endpoint
[Po jan 19 11:18:23 2026] pci 0000:00:18.1: [1022:14e1] type 00 class 0x060000 conventional PCI endpoint
[Po jan 19 11:18:23 2026] pci 0000:00:18.2: [1022:14e2] type 00 class 0x060000 conventional PCI endpoint
[Po jan 19 11:18:23 2026] pci 0000:00:18.3: [1022:14e3] type 00 class 0x060000 conventional PCI endpoint
[Po jan 19 11:18:23 2026] pci 0000:00:18.4: [1022:14e4] type 00 class 0x060000 conventional PCI endpoint
[Po jan 19 11:18:23 2026] pci 0000:00:18.5: [1022:14e5] type 00 class 0x060000 conventional PCI endpoint
[Po jan 19 11:18:23 2026] pci 0000:00:18.6: [1022:14e6] type 00 class 0x060000 conventional PCI endpoint
[Po jan 19 11:18:23 2026] pci 0000:00:18.7: [1022:14e7] type 00 class 0x060000 conventional PCI endpoint
[Po jan 19 11:18:23 2026] pci 0000:01:00.0: [10de:28e0] type 00 class 0x030000 PCIe Legacy Endpoint
[Po jan 19 11:18:23 2026] pci 0000:01:00.0: BAR 0 [mem 0xfb000000-0xfbffffff]
[Po jan 19 11:18:23 2026] pci 0000:01:00.0: BAR 1 [mem 0xfa00000000-0xfbffffffff 64bit pref]
[Po jan 19 11:18:23 2026] pci 0000:01:00.0: BAR 3 [mem 0xfc00000000-0xfc01ffffff 64bit pref]
[Po jan 19 11:18:23 2026] pci 0000:01:00.0: BAR 5 [io 0xf000-0xf07f]
[Po jan 19 11:18:23 2026] pci 0000:01:00.0: ROM [mem 0xfc000000-0xfc07ffff pref]
[Po jan 19 11:18:23 2026] pci 0000:01:00.0: PME# supported from D0 D3hot
[Po jan 19 11:18:23 2026] pci 0000:01:00.1: [10de:22be] type 00 class 0x040300 PCIe Endpoint
[Po jan 19 11:18:23 2026] pci 0000:01:00.1: BAR 0 [mem 0xfc080000-0xfc083fff]
[Po jan 19 11:18:23 2026] pci 0000:00:01.1: PCI bridge to [bus 01]
[Po jan 19 11:18:23 2026] pci 0000:02:00.0: [144d:a80c] type 00 class 0x010802 PCIe Endpoint
[Po jan 19 11:18:23 2026] pci 0000:02:00.0: BAR 0 [mem 0xfce00000-0xfce03fff 64bit]
[Po jan 19 11:18:23 2026] pci 0000:00:01.2: PCI bridge to [bus 02]
[Po jan 19 11:18:23 2026] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
[Po jan 19 11:18:23 2026] pci 0000:03:00.0: BAR 0 [io 0xe000-0xe0ff]
[Po jan 19 11:18:23 2026] pci 0000:03:00.0: BAR 2 [mem 0xfcd04000-0xfcd04fff 64bit]
[Po jan 19 11:18:23 2026] pci 0000:03:00.0: BAR 4 [mem 0xfcd00000-0xfcd03fff 64bit]
[Po jan 19 11:18:23 2026] pci 0000:03:00.0: supports D1 D2
[Po jan 19 11:18:23 2026] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[Po jan 19 11:18:23 2026] pci 0000:00:01.6: PCI bridge to [bus 03]
[Po jan 19 11:18:23 2026] pci 0000:04:00.0: [8086:2725] type 00 class 0x028000 PCIe Endpoint
[Po jan 19 11:18:23 2026] pci 0000:04:00.0: BAR 0 [mem 0xfcc00000-0xfcc03fff 64bit]
[Po jan 19 11:18:23 2026] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[Po jan 19 11:18:23 2026] pci 0000:00:01.7: PCI bridge to [bus 04]
[Po jan 19 11:18:23 2026] pci 0000:05:00.0: [1b21:242a] type 01 class 0x060400 PCIe Switch Upstream Port
[Po jan 19 11:18:23 2026] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[Po jan 19 11:18:23 2026] pci 0000:05:00.0: bridge window [mem 0xfc600000-0xfc9fffff]
[Po jan 19 11:18:23 2026] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[Po jan 19 11:18:23 2026] pci 0000:00:02.1: PCI bridge to [bus 05-07]
[Po jan 19 11:18:23 2026] pci 0000:06:02.0: [1b21:242b] type 01 class 0x060400 PCIe Switch Downstream Port
[Po jan 19 11:18:23 2026] pci 0000:06:02.0: PCI bridge to [bus 07]
[Po jan 19 11:18:23 2026] pci 0000:06:02.0: bridge window [mem 0xfc600000-0xfc9fffff]
[Po jan 19 11:18:23 2026] pci 0000:06:02.0: PME# supported from D0 D3hot D3cold
[Po jan 19 11:18:23 2026] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[Po jan 19 11:18:23 2026] pci 0000:07:00.0: [1b21:242c] type 00 class 0x0c0330 PCIe Legacy Endpoint
[Po jan 19 11:18:23 2026] pci 0000:07:00.0: BAR 0 [mem 0xfc600000-0xfc607fff 64bit]
[Po jan 19 11:18:23 2026] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[Po jan 19 11:18:23 2026] pci 0000:06:02.0: PCI bridge to [bus 07]
[Po jan 19 11:18:23 2026] pci 0000:08:00.0: [15b7:5017] type 00 class 0x010802 PCIe Endpoint
[Po jan 19 11:18:23 2026] pci 0000:08:00.0: BAR 0 [mem 0xfcb00000-0xfcb03fff 64bit]
[Po jan 19 11:18:23 2026] pci 0000:00:02.2: PCI bridge to [bus 08]
[Po jan 19 11:18:23 2026] pci 0000:09:00.0: [1002:164e] type 00 class 0x030000 PCIe Legacy Endpoint
[Po jan 19 11:18:23 2026] pci 0000:09:00.0: BAR 0 [mem 0xfc10000000-0xfc1fffffff 64bit pref]
[Po jan 19 11:18:23 2026] pci 0000:09:00.0: BAR 2 [mem 0xfc20000000-0xfc201fffff 64bit pref]
[Po jan 19 11:18:23 2026] pci 0000:09:00.0: BAR 4 [io 0xd000-0xd0ff]
[Po jan 19 11:18:23 2026] pci 0000:09:00.0: BAR 5 [mem 0xfc500000-0xfc57ffff]
[Po jan 19 11:18:23 2026] pci 0000:09:00.0: enabling Extended Tags
[Po jan 19 11:18:23 2026] pci 0000:09:00.0: PME# supported from D1 D2 D3hot D3cold
[Po jan 19 11:18:23 2026] pci 0000:09:00.2: [1022:1649] type 00 class 0x108000 PCIe Endpoint
[Po jan 19 11:18:23 2026] pci 0000:09:00.2: BAR 2 [mem 0xfc400000-0xfc4fffff]
[Po jan 19 11:18:23 2026] pci 0000:09:00.2: BAR 5 [mem 0xfc5c8000-0xfc5c9fff]
[Po jan 19 11:18:23 2026] pci 0000:09:00.2: enabling Extended Tags
[Po jan 19 11:18:23 2026] pci 0000:09:00.3: [1022:15b6] type 00 class 0x0c0330 PCIe Endpoint
[Po jan 19 11:18:23 2026] pci 0000:09:00.3: BAR 0 [mem 0xfc300000-0xfc3fffff 64bit]
[Po jan 19 11:18:23 2026] pci 0000:09:00.3: enabling Extended Tags
[Po jan 19 11:18:23 2026] pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
[Po jan 19 11:18:23 2026] pci 0000:09:00.4: [1022:15b7] type 00 class 0x0c0330 PCIe Endpoint
[Po jan 19 11:18:23 2026] pci 0000:09:00.4: BAR 0 [mem 0xfc200000-0xfc2fffff 64bit]
[Po jan 19 11:18:23 2026] pci 0000:09:00.4: enabling Extended Tags
[Po jan 19 11:18:23 2026] pci 0000:09:00.4: PME# supported from D0 D3hot D3cold
[Po jan 19 11:18:23 2026] pci 0000:09:00.5: [1022:15e2] type 00 class 0x048000 PCIe Endpoint
[Po jan 19 11:18:23 2026] pci 0000:09:00.5: BAR 0 [mem 0xfc580000-0xfc5bffff]
[Po jan 19 11:18:23 2026] pci 0000:09:00.5: enabling Extended Tags
[Po jan 19 11:18:23 2026] pci 0000:09:00.5: PME# supported from D0 D3hot D3cold
[Po jan 19 11:18:23 2026] pci 0000:09:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
[Po jan 19 11:18:23 2026] pci 0000:09:00.6: BAR 0 [mem 0xfc5c0000-0xfc5c7fff]
[Po jan 19 11:18:23 2026] pci 0000:09:00.6: enabling Extended Tags
[Po jan 19 11:18:23 2026] pci 0000:09:00.6: PME# supported from D0 D3hot D3cold
[Po jan 19 11:18:23 2026] pci 0000:00:08.1: PCI bridge to [bus 09]
[Po jan 19 11:18:23 2026] pci 0000:0a:00.0: [1022:15b8] type 00 class 0x0c0330 PCIe Endpoint
[Po jan 19 11:18:23 2026] pci 0000:0a:00.0: BAR 0 [mem 0xfca00000-0xfcafffff 64bit]
[Po jan 19 11:18:23 2026] pci 0000:0a:00.0: enabling Extended Tags
[Po jan 19 11:18:23 2026] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
[Po jan 19 11:18:23 2026] pci 0000:00:08.3: PCI bridge to [bus 0a]
[Po jan 19 11:18:23 2026] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[Po jan 19 11:18:23 2026] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[Po jan 19 11:18:23 2026] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[Po jan 19 11:18:23 2026] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[Po jan 19 11:18:23 2026] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[Po jan 19 11:18:23 2026] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[Po jan 19 11:18:23 2026] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[Po jan 19 11:18:23 2026] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[Po jan 19 11:18:23 2026] Low-power S0 idle used by default for system suspend
[Po jan 19 11:18:23 2026] iommu: Default domain type: Translated
[Po jan 19 11:18:23 2026] iommu: DMA domain TLB invalidation policy: lazy mode
[Po jan 19 11:18:23 2026] SCSI subsystem initialized
[Po jan 19 11:18:23 2026] libata version 3.00 loaded.
[Po jan 19 11:18:23 2026] ACPI: bus type USB registered
[Po jan 19 11:18:23 2026] usbcore: registered new interface driver usbfs
[Po jan 19 11:18:23 2026] usbcore: registered new interface driver hub
[Po jan 19 11:18:23 2026] usbcore: registered new device driver usb
[Po jan 19 11:18:23 2026] EDAC MC: Ver: 3.0.0
[Po jan 19 11:18:23 2026] efivars: Registered efivars operations
[Po jan 19 11:18:23 2026] NetLabel: Initializing
[Po jan 19 11:18:23 2026] NetLabel: domain hash size = 128
[Po jan 19 11:18:23 2026] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[Po jan 19 11:18:23 2026] NetLabel: unlabeled traffic allowed by default
[Po jan 19 11:18:23 2026] mctp: management component transport protocol core
[Po jan 19 11:18:23 2026] NET: Registered PF_MCTP protocol family
[Po jan 19 11:18:23 2026] PCI: Using ACPI for IRQ routing
[Po jan 19 11:18:23 2026] PCI: pci_cache_line_size set to 64 bytes
[Po jan 19 11:18:23 2026] resource: Expanded resource Reserved due to conflict with PCI Bus 0000:00
[Po jan 19 11:18:23 2026] e820: reserve RAM buffer [mem 0x09aff000-0x0bffffff]
[Po jan 19 11:18:23 2026] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[Po jan 19 11:18:23 2026] e820: reserve RAM buffer [mem 0x89d45000-0x8bffffff]
[Po jan 19 11:18:23 2026] e820: reserve RAM buffer [mem 0x8b3d2000-0x8bffffff]
[Po jan 19 11:18:23 2026] e820: reserve RAM buffer [mem 0x8e43c000-0x8fffffff]
[Po jan 19 11:18:23 2026] e820: reserve RAM buffer [mem 0x9bffb000-0x9bffffff]
[Po jan 19 11:18:23 2026] e820: reserve RAM buffer [mem 0x85de80000-0x85fffffff]
[Po jan 19 11:18:23 2026] pci 0000:01:00.0: vgaarb: bridge control possible
[Po jan 19 11:18:23 2026] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[Po jan 19 11:18:23 2026] pci 0000:09:00.0: vgaarb: setting as boot VGA device
[Po jan 19 11:18:23 2026] pci 0000:09:00.0: vgaarb: bridge control possible
[Po jan 19 11:18:23 2026] pci 0000:09:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[Po jan 19 11:18:23 2026] vgaarb: loaded
[Po jan 19 11:18:23 2026] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[Po jan 19 11:18:23 2026] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[Po jan 19 11:18:23 2026] clocksource: Switched to clocksource tsc-early
[Po jan 19 11:18:23 2026] VFS: Disk quotas dquot_6.6.0
[Po jan 19 11:18:23 2026] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[Po jan 19 11:18:23 2026] pnp: PnP ACPI init
[Po jan 19 11:18:23 2026] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[Po jan 19 11:18:23 2026] system 00:01: [mem 0x838000000-0x857ffffff window] has been reserved
[Po jan 19 11:18:23 2026] system 00:03: [io 0x04d0-0x04d1] has been reserved
[Po jan 19 11:18:23 2026] system 00:03: [io 0x040b] has been reserved
[Po jan 19 11:18:23 2026] system 00:03: [io 0x04d6] has been reserved
[Po jan 19 11:18:23 2026] system 00:03: [io 0x0c00-0x0c01] has been reserved
[Po jan 19 11:18:23 2026] system 00:03: [io 0x0c14] has been reserved
[Po jan 19 11:18:23 2026] system 00:03: [io 0x0c50-0x0c51] has been reserved
[Po jan 19 11:18:23 2026] system 00:03: [io 0x0c52] has been reserved
[Po jan 19 11:18:23 2026] system 00:03: [io 0x0c6c] has been reserved
[Po jan 19 11:18:23 2026] system 00:03: [io 0x0c6f] has been reserved
[Po jan 19 11:18:23 2026] system 00:03: [io 0x0cd8-0x0cdf] has been reserved
[Po jan 19 11:18:23 2026] system 00:03: [io 0x0800-0x089f] has been reserved
[Po jan 19 11:18:23 2026] system 00:03: [io 0x0b00-0x0b0f] has been reserved
[Po jan 19 11:18:23 2026] system 00:03: [io 0x0b20-0x0b3f] has been reserved
[Po jan 19 11:18:23 2026] system 00:03: [io 0x0900-0x090f] has been reserved
[Po jan 19 11:18:23 2026] system 00:03: [io 0x0910-0x091f] has been reserved
[Po jan 19 11:18:23 2026] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[Po jan 19 11:18:23 2026] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[Po jan 19 11:18:23 2026] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[Po jan 19 11:18:23 2026] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[Po jan 19 11:18:23 2026] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[Po jan 19 11:18:23 2026] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[Po jan 19 11:18:23 2026] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[Po jan 19 11:18:23 2026] pnp: PnP ACPI: found 4 devices
[Po jan 19 11:18:23 2026] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[Po jan 19 11:18:23 2026] NET: Registered PF_INET protocol family
[Po jan 19 11:18:23 2026] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[Po jan 19 11:18:23 2026] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[Po jan 19 11:18:23 2026] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[Po jan 19 11:18:23 2026] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[Po jan 19 11:18:23 2026] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[Po jan 19 11:18:23 2026] TCP: Hash tables configured (established 262144 bind 65536)
[Po jan 19 11:18:23 2026] MPTCP token hash table entries: 32768 (order: 8, 786432 bytes, linear)
[Po jan 19 11:18:23 2026] UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[Po jan 19 11:18:23 2026] UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[Po jan 19 11:18:23 2026] NET: Registered PF_UNIX/PF_LOCAL protocol family
[Po jan 19 11:18:23 2026] NET: Registered PF_XDP protocol family
[Po jan 19 11:18:23 2026] pci 0000:00:02.1: bridge window [io 0x1000-0x0fff] to [bus 05-07] add_size 1000
[Po jan 19 11:18:23 2026] pci 0000:00:02.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05-07] add_size 200000 add_align 100000
[Po jan 19 11:18:23 2026] pci 0000:00:02.1: bridge window [mem 0x860000000-0x8601fffff 64bit pref]: assigned
[Po jan 19 11:18:23 2026] pci 0000:00:02.1: bridge window [io 0x1000-0x1fff]: assigned
[Po jan 19 11:18:23 2026] pci 0000:00:01.1: PCI bridge to [bus 01]
[Po jan 19 11:18:23 2026] pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
[Po jan 19 11:18:23 2026] pci 0000:00:01.1: bridge window [mem 0xfb000000-0xfc0fffff]
[Po jan 19 11:18:23 2026] pci 0000:00:01.1: bridge window [mem 0xfa00000000-0xfc01ffffff 64bit pref]
[Po jan 19 11:18:23 2026] pci 0000:00:01.2: PCI bridge to [bus 02]
[Po jan 19 11:18:23 2026] pci 0000:00:01.2: bridge window [mem 0xfce00000-0xfcefffff]
[Po jan 19 11:18:23 2026] pci 0000:00:01.6: PCI bridge to [bus 03]
[Po jan 19 11:18:23 2026] pci 0000:00:01.6: bridge window [io 0xe000-0xefff]
[Po jan 19 11:18:23 2026] pci 0000:00:01.6: bridge window [mem 0xfcd00000-0xfcdfffff]
[Po jan 19 11:18:23 2026] pci 0000:00:01.7: PCI bridge to [bus 04]
[Po jan 19 11:18:23 2026] pci 0000:00:01.7: bridge window [mem 0xfcc00000-0xfccfffff]
[Po jan 19 11:18:23 2026] pci 0000:06:02.0: PCI bridge to [bus 07]
[Po jan 19 11:18:23 2026] pci 0000:06:02.0: bridge window [mem 0xfc600000-0xfc9fffff]
[Po jan 19 11:18:23 2026] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[Po jan 19 11:18:23 2026] pci 0000:05:00.0: bridge window [mem 0xfc600000-0xfc9fffff]
[Po jan 19 11:18:23 2026] pci 0000:00:02.1: PCI bridge to [bus 05-07]
[Po jan 19 11:18:23 2026] pci 0000:00:02.1: bridge window [io 0x1000-0x1fff]
[Po jan 19 11:18:23 2026] pci 0000:00:02.1: bridge window [mem 0xfc600000-0xfc9fffff]
[Po jan 19 11:18:23 2026] pci 0000:00:02.1: bridge window [mem 0x860000000-0x8601fffff 64bit pref]
[Po jan 19 11:18:23 2026] pci 0000:00:02.2: PCI bridge to [bus 08]
[Po jan 19 11:18:23 2026] pci 0000:00:02.2: bridge window [mem 0xfcb00000-0xfcbfffff]
[Po jan 19 11:18:23 2026] pci 0000:00:08.1: PCI bridge to [bus 09]
[Po jan 19 11:18:23 2026] pci 0000:00:08.1: bridge window [io 0xd000-0xdfff]
[Po jan 19 11:18:23 2026] pci 0000:00:08.1: bridge window [mem 0xfc200000-0xfc5fffff]
[Po jan 19 11:18:23 2026] pci 0000:00:08.1: bridge window [mem 0xfc10000000-0xfc201fffff 64bit pref]
[Po jan 19 11:18:23 2026] pci 0000:00:08.3: PCI bridge to [bus 0a]
[Po jan 19 11:18:23 2026] pci 0000:00:08.3: bridge window [mem 0xfca00000-0xfcafffff]
[Po jan 19 11:18:23 2026] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[Po jan 19 11:18:23 2026] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[Po jan 19 11:18:23 2026] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[Po jan 19 11:18:23 2026] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[Po jan 19 11:18:23 2026] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[Po jan 19 11:18:23 2026] pci_bus 0000:00: resource 9 [mem 0xa0000000-0xfcffffff window]
[Po jan 19 11:18:23 2026] pci_bus 0000:00: resource 10 [mem 0x860000000-0xfdffffffff window]
[Po jan 19 11:18:23 2026] pci_bus 0000:01: resource 0 [io 0xf000-0xffff]
[Po jan 19 11:18:23 2026] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
[Po jan 19 11:18:23 2026] pci_bus 0000:01: resource 2 [mem 0xfa00000000-0xfc01ffffff 64bit pref]
[Po jan 19 11:18:23 2026] pci_bus 0000:02: resource 1 [mem 0xfce00000-0xfcefffff]
[Po jan 19 11:18:23 2026] pci_bus 0000:03: resource 0 [io 0xe000-0xefff]
[Po jan 19 11:18:23 2026] pci_bus 0000:03: resource 1 [mem 0xfcd00000-0xfcdfffff]
[Po jan 19 11:18:23 2026] pci_bus 0000:04: resource 1 [mem 0xfcc00000-0xfccfffff]
[Po jan 19 11:18:23 2026] pci_bus 0000:05: resource 0 [io 0x1000-0x1fff]
[Po jan 19 11:18:23 2026] pci_bus 0000:05: resource 1 [mem 0xfc600000-0xfc9fffff]
[Po jan 19 11:18:23 2026] pci_bus 0000:05: resource 2 [mem 0x860000000-0x8601fffff 64bit pref]
[Po jan 19 11:18:23 2026] pci_bus 0000:06: resource 1 [mem 0xfc600000-0xfc9fffff]
[Po jan 19 11:18:23 2026] pci_bus 0000:07: resource 1 [mem 0xfc600000-0xfc9fffff]
[Po jan 19 11:18:23 2026] pci_bus 0000:08: resource 1 [mem 0xfcb00000-0xfcbfffff]
[Po jan 19 11:18:23 2026] pci_bus 0000:09: resource 0 [io 0xd000-0xdfff]
[Po jan 19 11:18:23 2026] pci_bus 0000:09: resource 1 [mem 0xfc200000-0xfc5fffff]
[Po jan 19 11:18:23 2026] pci_bus 0000:09: resource 2 [mem 0xfc10000000-0xfc201fffff 64bit pref]
[Po jan 19 11:18:23 2026] pci_bus 0000:0a: resource 1 [mem 0xfca00000-0xfcafffff]
[Po jan 19 11:18:23 2026] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[Po jan 19 11:18:23 2026] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[Po jan 19 11:18:23 2026] PCI: CLS 64 bytes, default 64
[Po jan 19 11:18:23 2026] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[Po jan 19 11:18:23 2026] Unpacking initramfs...
[Po jan 19 11:18:23 2026] pci 0000:00:01.0: Adding to iommu group 0
[Po jan 19 11:18:23 2026] pci 0000:00:01.1: Adding to iommu group 1
[Po jan 19 11:18:23 2026] pci 0000:00:01.2: Adding to iommu group 2
[Po jan 19 11:18:23 2026] pci 0000:00:01.6: Adding to iommu group 3
[Po jan 19 11:18:23 2026] pci 0000:00:01.7: Adding to iommu group 4
[Po jan 19 11:18:23 2026] pci 0000:00:02.0: Adding to iommu group 5
[Po jan 19 11:18:23 2026] pci 0000:00:02.1: Adding to iommu group 6
[Po jan 19 11:18:23 2026] pci 0000:00:02.2: Adding to iommu group 7
[Po jan 19 11:18:23 2026] pci 0000:00:03.0: Adding to iommu group 8
[Po jan 19 11:18:23 2026] pci 0000:00:04.0: Adding to iommu group 9
[Po jan 19 11:18:23 2026] pci 0000:00:08.0: Adding to iommu group 10
[Po jan 19 11:18:23 2026] pci 0000:00:08.1: Adding to iommu group 11
[Po jan 19 11:18:23 2026] pci 0000:00:08.3: Adding to iommu group 12
[Po jan 19 11:18:23 2026] pci 0000:00:14.0: Adding to iommu group 13
[Po jan 19 11:18:23 2026] pci 0000:00:14.3: Adding to iommu group 13
[Po jan 19 11:18:23 2026] pci 0000:00:18.0: Adding to iommu group 14
[Po jan 19 11:18:23 2026] pci 0000:00:18.1: Adding to iommu group 14
[Po jan 19 11:18:23 2026] pci 0000:00:18.2: Adding to iommu group 14
[Po jan 19 11:18:23 2026] pci 0000:00:18.3: Adding to iommu group 14
[Po jan 19 11:18:23 2026] pci 0000:00:18.4: Adding to iommu group 14
[Po jan 19 11:18:23 2026] pci 0000:00:18.5: Adding to iommu group 14
[Po jan 19 11:18:23 2026] pci 0000:00:18.6: Adding to iommu group 14
[Po jan 19 11:18:23 2026] pci 0000:00:18.7: Adding to iommu group 14
[Po jan 19 11:18:23 2026] pci 0000:01:00.0: Adding to iommu group 15
[Po jan 19 11:18:23 2026] pci 0000:01:00.1: Adding to iommu group 15
[Po jan 19 11:18:23 2026] pci 0000:02:00.0: Adding to iommu group 16
[Po jan 19 11:18:23 2026] pci 0000:03:00.0: Adding to iommu group 17
[Po jan 19 11:18:23 2026] pci 0000:04:00.0: Adding to iommu group 18
[Po jan 19 11:18:23 2026] pci 0000:05:00.0: Adding to iommu group 19
[Po jan 19 11:18:23 2026] pci 0000:06:02.0: Adding to iommu group 20
[Po jan 19 11:18:23 2026] pci 0000:07:00.0: Adding to iommu group 20
[Po jan 19 11:18:23 2026] pci 0000:08:00.0: Adding to iommu group 21
[Po jan 19 11:18:23 2026] pci 0000:09:00.0: Adding to iommu group 22
[Po jan 19 11:18:23 2026] pci 0000:09:00.2: Adding to iommu group 23
[Po jan 19 11:18:23 2026] pci 0000:09:00.3: Adding to iommu group 24
[Po jan 19 11:18:23 2026] pci 0000:09:00.4: Adding to iommu group 25
[Po jan 19 11:18:23 2026] pci 0000:09:00.5: Adding to iommu group 26
[Po jan 19 11:18:23 2026] pci 0000:09:00.6: Adding to iommu group 27
[Po jan 19 11:18:23 2026] pci 0000:0a:00.0: Adding to iommu group 28
[Po jan 19 11:18:23 2026] AMD-Vi: Extended features (0x246577efa2254afa, 0x0): PPR NX GT [5] IA GA PC GA_vAPIC
[Po jan 19 11:18:23 2026] AMD-Vi: Interrupt remapping enabled
[Po jan 19 11:18:23 2026] Freeing initrd memory: 192404K
[Po jan 19 11:18:24 2026] AMD-Vi: Virtual APIC enabled
[Po jan 19 11:18:24 2026] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[Po jan 19 11:18:24 2026] software IO TLB: mapped [mem 0x0000000074fd2000-0x0000000078fd2000] (64MB)
[Po jan 19 11:18:24 2026] LVT offset 0 assigned for vector 0x400
[Po jan 19 11:18:24 2026] perf: AMD IBS detected (0x00000bff)
[Po jan 19 11:18:24 2026] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[Po jan 19 11:18:24 2026] Initialise system trusted keyrings
[Po jan 19 11:18:24 2026] Key type blacklist registered
[Po jan 19 11:18:24 2026] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[Po jan 19 11:18:24 2026] fuse: init (API version 7.45)
[Po jan 19 11:18:24 2026] gfs2: GFS2 installed
[Po jan 19 11:18:24 2026] integrity: Platform Keyring initialized
[Po jan 19 11:18:24 2026] integrity: Machine keyring initialized
[Po jan 19 11:18:24 2026] cryptd: max_cpu_qlen set to 1000
[Po jan 19 11:18:24 2026] Key type asymmetric registered
[Po jan 19 11:18:24 2026] Asymmetric key parser 'x509' registered
[Po jan 19 11:18:24 2026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[Po jan 19 11:18:24 2026] io scheduler mq-deadline registered
[Po jan 19 11:18:24 2026] io scheduler kyber registered
[Po jan 19 11:18:24 2026] io scheduler bfq registered
[Po jan 19 11:18:24 2026] ledtrig-cpu: registered to indicate activity on CPUs
[Po jan 19 11:18:24 2026] pcieport 0000:00:01.1: PME: Signaling with IRQ 32
[Po jan 19 11:18:24 2026] pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[Po jan 19 11:18:24 2026] pcieport 0000:00:01.2: PME: Signaling with IRQ 33
[Po jan 19 11:18:24 2026] pcieport 0000:00:01.6: PME: Signaling with IRQ 34
[Po jan 19 11:18:24 2026] pcieport 0000:00:01.7: PME: Signaling with IRQ 35
[Po jan 19 11:18:24 2026] pcieport 0000:00:02.1: PME: Signaling with IRQ 36
[Po jan 19 11:18:24 2026] pcieport 0000:00:02.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[Po jan 19 11:18:24 2026] pcieport 0000:00:02.2: PME: Signaling with IRQ 37
[Po jan 19 11:18:24 2026] pcieport 0000:00:08.1: PME: Signaling with IRQ 38
[Po jan 19 11:18:24 2026] pcieport 0000:00:08.3: PME: Signaling with IRQ 39
[Po jan 19 11:18:24 2026] ACPI: AC: AC Adapter [ADP0] (on-line)
[Po jan 19 11:18:24 2026] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/PNP0C0D:00/input/input0
[Po jan 19 11:18:24 2026] ACPI: button: Lid Switch [LID0]
[Po jan 19 11:18:24 2026] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[Po jan 19 11:18:24 2026] ACPI: button: Power Button [PWRB]
[Po jan 19 11:18:24 2026] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[Po jan 19 11:18:24 2026] ACPI: button: Sleep Button [SLPB]
[Po jan 19 11:18:24 2026] Monitor-Mwait will be used to enter C-1 state
[Po jan 19 11:18:24 2026] Estimated ratio of average max frequency by base frequency (times 1024): 1416
[Po jan 19 11:18:24 2026] thermal LNXTHERM:00: registered as thermal_zone0
[Po jan 19 11:18:24 2026] ACPI: thermal: Thermal Zone [TZ01] (67 C)
[Po jan 19 11:18:24 2026] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[Po jan 19 11:18:24 2026] ACPI: battery: Slot [BAT0] (battery present)
[Po jan 19 11:18:24 2026] Non-volatile memory driver v1.3
[Po jan 19 11:18:24 2026] Linux agpgart interface v0.103
[Po jan 19 11:18:24 2026] tpm_crb MSFT0101:00: Disabling hwrng
[Po jan 19 11:18:24 2026] ACPI: bus type drm_connector registered
[Po jan 19 11:18:24 2026] xhci_hcd 0000:07:00.0: xHCI Host Controller
[Po jan 19 11:18:24 2026] xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 1
[Po jan 19 11:18:24 2026] xhci_hcd 0000:07:00.0: hcc params 0x0200ef81 hci version 0x120 quirks 0x0000000200000010
[Po jan 19 11:18:24 2026] xhci_hcd 0000:07:00.0: xHCI Host Controller
[Po jan 19 11:18:24 2026] xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 2
[Po jan 19 11:18:24 2026] xhci_hcd 0000:07:00.0: Host supports USB 3.2 Enhanced SuperSpeed
[Po jan 19 11:18:24 2026] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
[Po jan 19 11:18:24 2026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Po jan 19 11:18:24 2026] usb usb1: Product: xHCI Host Controller
[Po jan 19 11:18:24 2026] usb usb1: Manufacturer: Linux 6.19.0-rc6-dirty xhci-hcd
[Po jan 19 11:18:24 2026] usb usb1: SerialNumber: 0000:07:00.0
[Po jan 19 11:18:24 2026] hub 1-0:1.0: USB hub found
[Po jan 19 11:18:24 2026] hub 1-0:1.0: 2 ports detected
[Po jan 19 11:18:24 2026] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[Po jan 19 11:18:24 2026] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
[Po jan 19 11:18:24 2026] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Po jan 19 11:18:24 2026] usb usb2: Product: xHCI Host Controller
[Po jan 19 11:18:24 2026] usb usb2: Manufacturer: Linux 6.19.0-rc6-dirty xhci-hcd
[Po jan 19 11:18:24 2026] usb usb2: SerialNumber: 0000:07:00.0
[Po jan 19 11:18:24 2026] hub 2-0:1.0: USB hub found
[Po jan 19 11:18:24 2026] hub 2-0:1.0: 2 ports detected
[Po jan 19 11:18:24 2026] xhci_hcd 0000:09:00.3: xHCI Host Controller
[Po jan 19 11:18:24 2026] xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 3
[Po jan 19 11:18:24 2026] xhci_hcd 0000:09:00.3: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000010
[Po jan 19 11:18:24 2026] xhci_hcd 0000:09:00.3: xHCI Host Controller
[Po jan 19 11:18:24 2026] xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 4
[Po jan 19 11:18:24 2026] xhci_hcd 0000:09:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[Po jan 19 11:18:24 2026] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
[Po jan 19 11:18:24 2026] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Po jan 19 11:18:24 2026] usb usb3: Product: xHCI Host Controller
[Po jan 19 11:18:24 2026] usb usb3: Manufacturer: Linux 6.19.0-rc6-dirty xhci-hcd
[Po jan 19 11:18:24 2026] usb usb3: SerialNumber: 0000:09:00.3
[Po jan 19 11:18:24 2026] hub 3-0:1.0: USB hub found
[Po jan 19 11:18:24 2026] hub 3-0:1.0: 2 ports detected
[Po jan 19 11:18:24 2026] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[Po jan 19 11:18:24 2026] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
[Po jan 19 11:18:24 2026] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Po jan 19 11:18:24 2026] usb usb4: Product: xHCI Host Controller
[Po jan 19 11:18:24 2026] usb usb4: Manufacturer: Linux 6.19.0-rc6-dirty xhci-hcd
[Po jan 19 11:18:24 2026] usb usb4: SerialNumber: 0000:09:00.3
[Po jan 19 11:18:24 2026] hub 4-0:1.0: USB hub found
[Po jan 19 11:18:24 2026] hub 4-0:1.0: 2 ports detected
[Po jan 19 11:18:24 2026] xhci_hcd 0000:09:00.4: xHCI Host Controller
[Po jan 19 11:18:24 2026] xhci_hcd 0000:09:00.4: new USB bus registered, assigned bus number 5
[Po jan 19 11:18:24 2026] xhci_hcd 0000:09:00.4: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000010
[Po jan 19 11:18:24 2026] xhci_hcd 0000:09:00.4: xHCI Host Controller
[Po jan 19 11:18:24 2026] xhci_hcd 0000:09:00.4: new USB bus registered, assigned bus number 6
[Po jan 19 11:18:24 2026] xhci_hcd 0000:09:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[Po jan 19 11:18:24 2026] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
[Po jan 19 11:18:24 2026] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Po jan 19 11:18:24 2026] usb usb5: Product: xHCI Host Controller
[Po jan 19 11:18:24 2026] usb usb5: Manufacturer: Linux 6.19.0-rc6-dirty xhci-hcd
[Po jan 19 11:18:24 2026] usb usb5: SerialNumber: 0000:09:00.4
[Po jan 19 11:18:24 2026] hub 5-0:1.0: USB hub found
[Po jan 19 11:18:24 2026] hub 5-0:1.0: 2 ports detected
[Po jan 19 11:18:24 2026] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[Po jan 19 11:18:24 2026] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
[Po jan 19 11:18:24 2026] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Po jan 19 11:18:24 2026] usb usb6: Product: xHCI Host Controller
[Po jan 19 11:18:24 2026] usb usb6: Manufacturer: Linux 6.19.0-rc6-dirty xhci-hcd
[Po jan 19 11:18:24 2026] usb usb6: SerialNumber: 0000:09:00.4
[Po jan 19 11:18:24 2026] hub 6-0:1.0: USB hub found
[Po jan 19 11:18:24 2026] hub 6-0:1.0: 2 ports detected
[Po jan 19 11:18:24 2026] xhci_hcd 0000:0a:00.0: xHCI Host Controller
[Po jan 19 11:18:24 2026] xhci_hcd 0000:0a:00.0: new USB bus registered, assigned bus number 7
[Po jan 19 11:18:24 2026] xhci_hcd 0000:09:00.4: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x001b address=0x85de54000 flags=0x0000]
[Po jan 19 11:18:24 2026] xhci_hcd 0000:0a:00.0: USB3 root hub has no ports
[Po jan 19 11:18:24 2026] xhci_hcd 0000:0a:00.0: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000010
[Po jan 19 11:18:24 2026] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
[Po jan 19 11:18:24 2026] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Po jan 19 11:18:24 2026] usb usb7: Product: xHCI Host Controller
[Po jan 19 11:18:24 2026] usb usb7: Manufacturer: Linux 6.19.0-rc6-dirty xhci-hcd
[Po jan 19 11:18:24 2026] usb usb7: SerialNumber: 0000:0a:00.0
[Po jan 19 11:18:24 2026] hub 7-0:1.0: USB hub found
[Po jan 19 11:18:24 2026] hub 7-0:1.0: 1 port detected
[Po jan 19 11:18:24 2026] rtc_cmos 00:02: RTC can wake from S4
[Po jan 19 11:18:24 2026] rtc_cmos 00:02: registered as rtc0
[Po jan 19 11:18:24 2026] rtc_cmos 00:02: setting system clock to 2026-01-19T10:18:23 UTC (1768817903)
[Po jan 19 11:18:24 2026] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[Po jan 19 11:18:25 2026] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[Po jan 19 11:18:25 2026] usb 7-1: new full-speed USB device number 2 using xhci_hcd
[Po jan 19 11:18:29 2026] xhci_dbc:xdbc_start: waiting for device configuration timed out
[Po jan 19 11:18:29 2026] xhci_dbc:xdbc_handle_external_reset: failed to recover from external reset
[Po jan 19 11:18:29 2026] xhci_dbc:xdbc_handle_events: failed to recover connection
[Po jan 19 11:18:29 2026] tsc: Refined TSC clocksource calibration: 2994.380 MHz
[Po jan 19 11:18:29 2026] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b298873dd8, max_idle_ns: 440795219646 ns
[Po jan 19 11:18:29 2026] printk: legacy console [earlyxdbc0] disabled
[Po jan 19 11:18:29 2026] clocksource: Switched to clocksource tsc
[Po jan 19 11:18:29 2026] CPU0 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU1 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU2 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU3 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU4 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU5 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU6 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU7 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU8 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU9 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU10 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU11 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU12 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU13 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU14 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU15 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU16 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU17 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU18 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU19 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU20 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU21 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU22 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU23 attaching NULL sched-domain.
[Po jan 19 11:18:29 2026] CPU0 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=0,12 level=SMT
[Po jan 19 11:18:29 2026] groups: 0:{ span=0 cap=1019 }, 12:{ span=12 }
[Po jan 19 11:18:29 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:29 2026] groups: 0:{ span=0,12 cap=2043 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2047 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 0:{ span=0-5,12-17 cap=12282 }, 6:{ span=6-11,18-23 cap=12265 }
[Po jan 19 11:18:29 2026] CPU1 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=1,13 level=SMT
[Po jan 19 11:18:29 2026] groups: 1:{ span=1 }, 13:{ span=13 }
[Po jan 19 11:18:29 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:29 2026] groups: 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2047 }, 0:{ span=0,12 cap=2043 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 0:{ span=0-5,12-17 cap=12282 }, 6:{ span=6-11,18-23 cap=12265 }
[Po jan 19 11:18:29 2026] CPU2 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=2,14 level=SMT
[Po jan 19 11:18:29 2026] groups: 2:{ span=2 }, 14:{ span=14 }
[Po jan 19 11:18:29 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:29 2026] groups: 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2047 }, 0:{ span=0,12 cap=2043 }, 1:{ span=1,13 cap=2048 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 0:{ span=0-5,12-17 cap=12282 }, 6:{ span=6-11,18-23 cap=12265 }
[Po jan 19 11:18:29 2026] CPU3 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=3,15 level=SMT
[Po jan 19 11:18:29 2026] groups: 3:{ span=3 }, 15:{ span=15 }
[Po jan 19 11:18:29 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:29 2026] groups: 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2047 }, 0:{ span=0,12 cap=2043 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 0:{ span=0-5,12-17 cap=12282 }, 6:{ span=6-11,18-23 cap=12265 }
[Po jan 19 11:18:29 2026] CPU4 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=4,16 level=SMT
[Po jan 19 11:18:29 2026] groups: 4:{ span=4 }, 16:{ span=16 }
[Po jan 19 11:18:29 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:29 2026] groups: 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2047 }, 0:{ span=0,12 cap=2043 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 0:{ span=0-5,12-17 cap=12282 }, 6:{ span=6-11,18-23 cap=12265 }
[Po jan 19 11:18:29 2026] CPU5 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=5,17 level=SMT
[Po jan 19 11:18:29 2026] groups: 5:{ span=5 cap=1023 }, 17:{ span=17 }
[Po jan 19 11:18:29 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:29 2026] groups: 5:{ span=5,17 cap=2047 }, 0:{ span=0,12 cap=2043 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 0:{ span=0-5,12-17 cap=12282 }, 6:{ span=6-11,18-23 cap=12265 }
[Po jan 19 11:18:29 2026] CPU6 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=6,18 level=SMT
[Po jan 19 11:18:29 2026] groups: 6:{ span=6 cap=1003 }, 18:{ span=18 }
[Po jan 19 11:18:29 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:29 2026] groups: 6:{ span=6,18 cap=2027 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2046 }, 11:{ span=11,23 cap=2048 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 6:{ span=6-11,18-23 cap=12265 }, 0:{ span=0-5,12-17 cap=12282 }
[Po jan 19 11:18:29 2026] CPU7 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=7,19 level=SMT
[Po jan 19 11:18:29 2026] groups: 7:{ span=7 }, 19:{ span=19 }
[Po jan 19 11:18:29 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:29 2026] groups: 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2046 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2027 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 6:{ span=6-11,18-23 cap=12265 }, 0:{ span=0-5,12-17 cap=12282 }
[Po jan 19 11:18:29 2026] CPU8 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=8,20 level=SMT
[Po jan 19 11:18:29 2026] groups: 8:{ span=8 }, 20:{ span=20 }
[Po jan 19 11:18:29 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:29 2026] groups: 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2046 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2027 }, 7:{ span=7,19 cap=2048 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 6:{ span=6-11,18-23 cap=12265 }, 0:{ span=0-5,12-17 cap=12282 }
[Po jan 19 11:18:29 2026] CPU9 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=9,21 level=SMT
[Po jan 19 11:18:29 2026] groups: 9:{ span=9 }, 21:{ span=21 }
[Po jan 19 11:18:29 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:29 2026] groups: 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2046 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2027 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 6:{ span=6-11,18-23 cap=12265 }, 0:{ span=0-5,12-17 cap=12282 }
[Po jan 19 11:18:29 2026] CPU10 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=10,22 level=SMT
[Po jan 19 11:18:29 2026] groups: 10:{ span=10 cap=1022 }, 22:{ span=22 }
[Po jan 19 11:18:29 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:29 2026] groups: 10:{ span=10,22 cap=2046 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2027 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 6:{ span=6-11,18-23 cap=12265 }, 0:{ span=0-5,12-17 cap=12282 }
[Po jan 19 11:18:29 2026] CPU11 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=11,23 level=SMT
[Po jan 19 11:18:29 2026] groups: 11:{ span=11 }, 23:{ span=23 }
[Po jan 19 11:18:29 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:29 2026] groups: 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2027 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2046 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 6:{ span=6-11,18-23 cap=12265 }, 0:{ span=0-5,12-17 cap=12282 }
[Po jan 19 11:18:29 2026] CPU12 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=0,12 level=SMT
[Po jan 19 11:18:29 2026] groups: 12:{ span=12 }, 0:{ span=0 cap=1019 }
[Po jan 19 11:18:29 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:29 2026] groups: 0:{ span=0,12 cap=2043 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2047 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 0:{ span=0-5,12-17 cap=12282 }, 6:{ span=6-11,18-23 cap=12265 }
[Po jan 19 11:18:29 2026] CPU13 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=1,13 level=SMT
[Po jan 19 11:18:29 2026] groups: 13:{ span=13 }, 1:{ span=1 }
[Po jan 19 11:18:29 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:29 2026] groups: 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2047 }, 0:{ span=0,12 cap=2043 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 0:{ span=0-5,12-17 cap=12282 }, 6:{ span=6-11,18-23 cap=12265 }
[Po jan 19 11:18:29 2026] CPU14 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=2,14 level=SMT
[Po jan 19 11:18:29 2026] groups: 14:{ span=14 }, 2:{ span=2 }
[Po jan 19 11:18:29 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:29 2026] groups: 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2047 }, 0:{ span=0,12 cap=2043 }, 1:{ span=1,13 cap=2048 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 0:{ span=0-5,12-17 cap=12282 }, 6:{ span=6-11,18-23 cap=12265 }
[Po jan 19 11:18:29 2026] CPU15 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=3,15 level=SMT
[Po jan 19 11:18:29 2026] groups: 15:{ span=15 }, 3:{ span=3 }
[Po jan 19 11:18:29 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:29 2026] groups: 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2047 }, 0:{ span=0,12 cap=2043 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 0:{ span=0-5,12-17 cap=12282 }, 6:{ span=6-11,18-23 cap=12265 }
[Po jan 19 11:18:29 2026] CPU16 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=4,16 level=SMT
[Po jan 19 11:18:29 2026] groups: 16:{ span=16 }, 4:{ span=4 }
[Po jan 19 11:18:29 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:29 2026] groups: 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2047 }, 0:{ span=0,12 cap=2043 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 0:{ span=0-5,12-17 cap=12282 }, 6:{ span=6-11,18-23 cap=12265 }
[Po jan 19 11:18:29 2026] CPU17 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=5,17 level=SMT
[Po jan 19 11:18:29 2026] groups: 17:{ span=17 }, 5:{ span=5 cap=1023 }
[Po jan 19 11:18:29 2026] domain-1: span=0-5,12-17 level=MC
[Po jan 19 11:18:29 2026] groups: 5:{ span=5,17 cap=2047 }, 0:{ span=0,12 cap=2043 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 0:{ span=0-5,12-17 cap=12282 }, 6:{ span=6-11,18-23 cap=12265 }
[Po jan 19 11:18:29 2026] CPU18 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=6,18 level=SMT
[Po jan 19 11:18:29 2026] groups: 18:{ span=18 }, 6:{ span=6 cap=1003 }
[Po jan 19 11:18:29 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:29 2026] groups: 6:{ span=6,18 cap=2027 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2046 }, 11:{ span=11,23 cap=2048 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 6:{ span=6-11,18-23 cap=12265 }, 0:{ span=0-5,12-17 cap=12282 }
[Po jan 19 11:18:29 2026] CPU19 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=7,19 level=SMT
[Po jan 19 11:18:29 2026] groups: 19:{ span=19 }, 7:{ span=7 }
[Po jan 19 11:18:29 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:29 2026] groups: 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2046 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2027 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 6:{ span=6-11,18-23 cap=12265 }, 0:{ span=0-5,12-17 cap=12282 }
[Po jan 19 11:18:29 2026] CPU20 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=8,20 level=SMT
[Po jan 19 11:18:29 2026] groups: 20:{ span=20 }, 8:{ span=8 }
[Po jan 19 11:18:29 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:29 2026] groups: 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2046 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2027 }, 7:{ span=7,19 cap=2048 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 6:{ span=6-11,18-23 cap=12265 }, 0:{ span=0-5,12-17 cap=12282 }
[Po jan 19 11:18:29 2026] CPU21 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=9,21 level=SMT
[Po jan 19 11:18:29 2026] groups: 21:{ span=21 }, 9:{ span=9 }
[Po jan 19 11:18:29 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:29 2026] groups: 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2046 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2027 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 6:{ span=6-11,18-23 cap=12265 }, 0:{ span=0-5,12-17 cap=12282 }
[Po jan 19 11:18:29 2026] CPU22 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=10,22 level=SMT
[Po jan 19 11:18:29 2026] groups: 22:{ span=22 }, 10:{ span=10 cap=1022 }
[Po jan 19 11:18:29 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:29 2026] groups: 10:{ span=10,22 cap=2046 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2027 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 6:{ span=6-11,18-23 cap=12265 }, 0:{ span=0-5,12-17 cap=12282 }
[Po jan 19 11:18:29 2026] CPU23 attaching sched-domain(s):
[Po jan 19 11:18:29 2026] domain-0: span=11,23 level=SMT
[Po jan 19 11:18:29 2026] groups: 23:{ span=23 }, 11:{ span=11 }
[Po jan 19 11:18:29 2026] domain-1: span=6-11,18-23 level=MC
[Po jan 19 11:18:29 2026] groups: 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2027 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2046 }
[Po jan 19 11:18:29 2026] domain-2: span=0-23 level=PKG
[Po jan 19 11:18:29 2026] groups: 6:{ span=6-11,18-23 cap=12265 }, 0:{ span=0-5,12-17 cap=12282 }
[Po jan 19 11:18:29 2026] root domain span: 0-23
[Po jan 19 11:18:29 2026] rd 0-23: Checking EAS, CPUs do not have asymmetric capacities
[Po jan 19 11:18:29 2026] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[Po jan 19 11:18:29 2026] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[Po jan 19 11:18:29 2026] usb 3-1: New USB device found, idVendor=13d3, idProduct=5458, bcdDevice=21.52
[Po jan 19 11:18:29 2026] usb 3-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[Po jan 19 11:18:29 2026] usb 3-1: Product: USB2.0 HD UVC WebCam
[Po jan 19 11:18:29 2026] usb 3-1: Manufacturer: Azurewave
[Po jan 19 11:18:29 2026] usb 3-1: SerialNumber: 0x0001
[Po jan 19 11:18:29 2026] xhci_dbc:xdbc_scrub_function: dbc scrub function exits
[Po jan 19 11:18:29 2026] Console: switching to colour frame buffer device 240x67
[Po jan 19 11:18:29 2026] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[Po jan 19 11:18:29 2026] hid: raw HID events driver (C) Jiri Kosina
[Po jan 19 11:18:29 2026] drop_monitor: Initializing network drop monitor service
[Po jan 19 11:18:29 2026] NET: Registered PF_INET6 protocol family
[Po jan 19 11:18:29 2026] Segment Routing with IPv6
[Po jan 19 11:18:29 2026] RPL Segment Routing with IPv6
[Po jan 19 11:18:29 2026] In-situ OAM (IOAM) with IPv6
[Po jan 19 11:18:29 2026] NET: Registered PF_PACKET protocol family
[Po jan 19 11:18:29 2026] microcode: Current revision: 0x0a60120a
[Po jan 19 11:18:29 2026] microcode: Updated early from: 0x0a601209
[Po jan 19 11:18:29 2026] resctrl: L3 allocation detected
[Po jan 19 11:18:29 2026] resctrl: MB allocation detected
[Po jan 19 11:18:29 2026] resctrl: SMBA allocation detected
[Po jan 19 11:18:29 2026] resctrl: L3 monitoring detected
[Po jan 19 11:18:29 2026] IPI shorthand broadcast: enabled
[Po jan 19 11:18:29 2026] sched_clock: Marking stable (105111000434, 2530801)->(105140468789, -26937554)
[Po jan 19 11:18:29 2026] registered taskstats version 1
[Po jan 19 11:18:29 2026] Loading compiled-in X.509 certificates
[Po jan 19 11:18:29 2026] Loaded X.509 cert 'Build time autogenerated kernel key: beba73f431a5aa28372ea070ee275b83f5047555'
[Po jan 19 11:18:29 2026] Demotion targets for Node 0: null
[Po jan 19 11:18:29 2026] Key type .fscrypt registered
[Po jan 19 11:18:29 2026] Key type fscrypt-provisioning registered
[Po jan 19 11:18:29 2026] PM: Magic number: 10:726:325
[Po jan 19 11:18:29 2026] memory memory179: hash matches
[Po jan 19 11:18:29 2026] RAS: Correctable Errors collector initialized.
[Po jan 19 11:18:29 2026] usb 7-1: New USB device found, idVendor=0b05, idProduct=19b6, bcdDevice= 2.06
[Po jan 19 11:18:29 2026] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Po jan 19 11:18:29 2026] usb 7-1: Product: N-KEY Device
[Po jan 19 11:18:29 2026] usb 7-1: Manufacturer: ASUSTek Computer Inc.
[Po jan 19 11:18:29 2026] clk: Disabling unused clocks
[Po jan 19 11:18:29 2026] PM: genpd: Disabling unused power domains
[Po jan 19 11:18:29 2026] Freeing unused decrypted memory: 2036K
[Po jan 19 11:18:29 2026] Freeing unused kernel image (initmem) memory: 4404K
[Po jan 19 11:18:29 2026] Write protecting the kernel read-only data: 34816k
[Po jan 19 11:18:29 2026] Freeing unused kernel image (text/rodata gap) memory: 264K
[Po jan 19 11:18:29 2026] Freeing unused kernel image (rodata/data gap) memory: 1896K
[Po jan 19 11:18:29 2026] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[Po jan 19 11:18:29 2026] rodata_test: all tests were successful
[Po jan 19 11:18:29 2026] Run /init as init process
[Po jan 19 11:18:29 2026] with arguments:
[Po jan 19 11:18:29 2026] /init
[Po jan 19 11:18:29 2026] with environment:
[Po jan 19 11:18:29 2026] HOME=/
[Po jan 19 11:18:29 2026] TERM=linux
[Po jan 19 11:18:29 2026] usb 3-2: new full-speed USB device number 3 using xhci_hcd
[Po jan 19 11:18:29 2026] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQ00 data block query control method not found
[Po jan 19 11:18:29 2026] Key type psk registered
[Po jan 19 11:18:29 2026] ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
[Po jan 19 11:18:29 2026] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:06/LNXVIDEO:00/input/input3
[Po jan 19 11:18:29 2026] ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[Po jan 19 11:18:29 2026] ACPI: video: Video Device [PEGP] (multi-head: yes rom: no post: no)
[Po jan 19 11:18:29 2026] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3d/LNXVIDEO:01/input/input4
[Po jan 19 11:18:29 2026] usb 3-2: New USB device found, idVendor=8087, idProduct=0032, bcdDevice= 0.00
[Po jan 19 11:18:29 2026] usb 3-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Po jan 19 11:18:29 2026] usbcore: registered new interface driver usbhid
[Po jan 19 11:18:29 2026] usbhid: USB HID core driver
[Po jan 19 11:18:29 2026] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:0a:00.0/usb7/7-1/7-1:1.0/0003:0B05:19B6.0001/input/input5
[Po jan 19 11:18:29 2026] input: ASUSTek Computer Inc. N-KEY Device Keyboard as /devices/pci0000:00/0000:00:08.3/0000:0a:00.0/usb7/7-1/7-1:1.0/0003:0B05:19B6.0001/input/input6
[Po jan 19 11:18:29 2026] nvme 0000:02:00.0: platform quirk: setting simple suspend
[Po jan 19 11:18:29 2026] nvme 0000:08:00.0: platform quirk: setting simple suspend
[Po jan 19 11:18:29 2026] nvme nvme0: pci function 0000:02:00.0
[Po jan 19 11:18:29 2026] nvme nvme1: pci function 0000:08:00.0
[Po jan 19 11:18:29 2026] nvme nvme0: D3 entry latency set to 10 seconds
[Po jan 19 11:18:29 2026] nvme nvme0: 16/0/0 default/read/poll queues
[Po jan 19 11:18:29 2026] nvme0n1: p1 p2 p3 p4
[Po jan 19 11:18:29 2026] nvme nvme1: allocated 64 MiB host memory buffer (1 segment).
[Po jan 19 11:18:29 2026] nvme nvme1: 24/0/0 default/read/poll queues
[Po jan 19 11:18:29 2026] nvme1n1: p1
[Po jan 19 11:18:29 2026] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:0a:00.0/usb7/7-1/7-1:1.0/0003:0B05:19B6.0001/input/input7
[Po jan 19 11:18:29 2026] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:0a:00.0/usb7/7-1/7-1:1.0/0003:0B05:19B6.0001/input/input8
[Po jan 19 11:18:29 2026] input: ASUSTek Computer Inc. N-KEY Device Wireless Radio Control as /devices/pci0000:00/0000:00:08.3/0000:0a:00.0/usb7/7-1/7-1:1.0/0003:0B05:19B6.0001/input/input9
[Po jan 19 11:18:29 2026] input: ASUSTek Computer Inc. N-KEY Device Mouse as /devices/pci0000:00/0000:00:08.3/0000:0a:00.0/usb7/7-1/7-1:1.0/0003:0B05:19B6.0001/input/input10
[Po jan 19 11:18:29 2026] hid-generic 0003:0B05:19B6.0001: input,hiddev0,hidraw0: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:0a:00.0-1/input0
[Po jan 19 11:18:30 2026] i8042: PNP: No PS/2 controller found.
[Po jan 19 11:18:30 2026] asus_wmi: ASUS WMI generic driver loaded
[Po jan 19 11:18:30 2026] asus 0003:0B05:19B6.0001: Fixing up Asus N-Key report descriptor
[Po jan 19 11:18:30 2026] asus 0003:0B05:19B6.0001: using HID for asus::kbd_backlight
[Po jan 19 11:18:30 2026] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:0a:00.0/usb7/7-1/7-1:1.0/0003:0B05:19B6.0001/input/input11
[Po jan 19 11:18:30 2026] asus 0003:0B05:19B6.0001: input,hiddev0,hidraw0: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:0a:00.0-1/input0
[Po jan 19 11:18:32 2026] [drm] amdgpu kernel modesetting enabled.
[Po jan 19 11:18:32 2026] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[Po jan 19 11:18:32 2026] amdgpu: ATPX version 1, functions 0x00000001
[Po jan 19 11:18:32 2026] amdgpu: ATPX Hybrid Graphics
[Po jan 19 11:18:32 2026] amdgpu: Virtual CRAT table created for CPU
[Po jan 19 11:18:32 2026] amdgpu: Topology: Add CPU node
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: enabling device (0006 -> 0007)
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: initializing kernel modesetting (IP DISCOVERY 0x1002:0x164E 0x1043:0x226D 0xD9).
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: register mmio base: 0xFC500000
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: register mmio size: 524288
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: detected ip block number 0 <common_v1_0_0> (nv_common)
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: detected ip block number 1 <gmc_v10_0_0> (gmc_v10_0)
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: detected ip block number 2 <ih_v5_0_0> (navi10_ih)
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: detected ip block number 3 <psp_v13_0_0> (psp)
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: detected ip block number 4 <smu_v13_0_0> (smu)
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: detected ip block number 5 <dce_v1_0_0> (dm)
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: detected ip block number 6 <gfx_v10_0_0> (gfx_v10_0)
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: detected ip block number 7 <sdma_v5_2_0> (sdma_v5_2)
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: detected ip block number 8 <vcn_v3_0_0> (vcn_v3_0)
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: detected ip block number 9 <jpeg_v3_0_0> (jpeg_v3_0)
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: Fetched VBIOS from VFCT
[Po jan 19 11:18:32 2026] amdgpu: ATOM BIOS: 102-RAPHAEL-008
[Po jan 19 11:18:32 2026] Console: switching to colour dummy device 80x25
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: vgaarb: deactivate vga console
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[Po jan 19 11:18:32 2026] [drm] Detected VRAM RAM=512M, BAR=512M
[Po jan 19 11:18:32 2026] [drm] RAM width 128bits DDR5
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: amdgpu: 512M of VRAM memory ready
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: amdgpu: 15646M of GTT memory ready.
[Po jan 19 11:18:32 2026] [drm] GART: num cpu pages 262144, num gpu pages 262144
[Po jan 19 11:18:32 2026] [drm] PCIE GART of 1024M enabled (table at 0x000000F41FC00000).
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x05002E00
[Po jan 19 11:18:32 2026] [drm] use_doorbell being set to: [true]
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: [VCN instance 0] Found VCN firmware Version ENC: 1.33 DEC: 4 VEP: 0 Revision: 14
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: reserve 0xa00000 from 0xf41e000000 for PSP TMR
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: RAS: optional ras ta ucode is not available
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: RAP: optional rap ta ucode is not available
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: SMU is initialized successfully!
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: [drm] Display Core v3.2.359 initialized on DCN 3.1.5
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x05002E00
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: [drm] eDP-1: PSR support 1, DC PSR ver 0, sink PSR ver 1 DPCD caps 0x2a su_y_granularity 0
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: [drm] DP-1: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: [drm] DP-2: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: [drm] DP-3: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: kiq ring mec 2 pipe 1 q 0
[Po jan 19 11:18:32 2026] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[Po jan 19 11:18:32 2026] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[Po jan 19 11:18:32 2026] amdgpu: Virtual CRAT table created for GPU
[Po jan 19 11:18:32 2026] amdgpu: Topology: Add dGPU node [0x164e:0x1002]
[Po jan 19 11:18:32 2026] kfd kfd: amdgpu: added device 1002:164e
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 2, active_cu_number 2
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: Runtime PM not available
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: amdgpu: [drm] Skipping amdgpu DM backlight registration
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: [drm] Registered 4 planes with drm panic
[Po jan 19 11:18:32 2026] [drm] Initialized amdgpu 3.64.0 for 0000:09:00.0 on minor 1
[Po jan 19 11:18:32 2026] fbcon: amdgpudrmfb (fb0) is primary device
[Po jan 19 11:18:32 2026] [drm] pre_validate_dsc:1667 MST_DSC dsc precompute is not needed
[Po jan 19 11:18:32 2026] Console: switching to colour frame buffer device 240x67
[Po jan 19 11:18:32 2026] amdgpu 0000:09:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[Po jan 19 11:20:30 2026] PM: Image not found (code -22)
[Po jan 19 11:20:32 2026] EXT4-fs (nvme0n1p2): orphan cleanup on readonly fs
[Po jan 19 11:20:32 2026] EXT4-fs (nvme0n1p2): mounted filesystem 584262b6-b020-4e4f-95a3-1db754e28b6c ro with ordered data mode. Quota mode: none.
[Po jan 19 11:20:32 2026] systemd[1]: Setting '/proc/sys/kernel/printk_devkmsg' to 'on'
[Po jan 19 11:20:32 2026] systemd[1]: Smack is not enabled in the kernel.
[Po jan 19 11:20:32 2026] systemd[1]: Skipping AppArmor initialization: not supported by the kernel, disabled, or libapparmor not installed.
[Po jan 19 11:20:32 2026] systemd[1]: IPE support is disabled in the kernel, ignoring: No such file or directory
[Po jan 19 11:20:32 2026] systemd[1]: No virtualization found in DMI vendor table.
[Po jan 19 11:20:32 2026] systemd[1]: DMI BIOS Extension table does not indicate virtualization.
[Po jan 19 11:20:32 2026] systemd[1]: UML virtualization not found in /proc/cpuinfo.
[Po jan 19 11:20:32 2026] systemd[1]: Virtualization XEN not found, /proc/xen does not exist
[Po jan 19 11:20:32 2026] systemd[1]: No virtualization found in CPUID
[Po jan 19 11:20:32 2026] systemd[1]: This platform does not support /proc/device-tree
[Po jan 19 11:20:32 2026] systemd[1]: This platform does not support /proc/sysinfo
[Po jan 19 11:20:32 2026] systemd[1]: Found VM virtualization none
[Po jan 19 11:20:32 2026] systemd[1]: Loaded shared library 'libmount.so.1' via dlopen().
[Po jan 19 11:20:32 2026] systemd[1]: Mounting tmpfs (tmpfs) on /dev/shm (MS_NOSUID|MS_NODEV|MS_STRICTATIME "mode=01777,usrquota")...
[Po jan 19 11:20:32 2026] systemd[1]: Mounting devpts (devpts) on /dev/pts (MS_NOSUID|MS_NOEXEC "mode=0600,gid=5")...
[Po jan 19 11:20:32 2026] systemd[1]: Mounting cgroup2 (cgroup2) on /sys/fs/cgroup (MS_NOSUID|MS_NODEV|MS_NOEXEC "nsdelegate,memory_recursiveprot,memory_hugetlb_accounting")...
[Po jan 19 11:20:32 2026] systemd[1]: Mounting pstore (pstore) on /sys/fs/pstore (MS_NOSUID|MS_NODEV|MS_NOEXEC "")...
[Po jan 19 11:20:32 2026] systemd[1]: Mounting bpf (bpf) on /sys/fs/bpf (MS_NOSUID|MS_NODEV|MS_NOEXEC "mode=0700")...
[Po jan 19 11:20:32 2026] systemd[1]: Failed to symlink /proc/kcore to /dev/core: File exists
[Po jan 19 11:20:32 2026] systemd[1]: Failed to symlink /proc/self/fd to /dev/fd: File exists
[Po jan 19 11:20:32 2026] systemd[1]: Failed to symlink /proc/self/fd/0 to /dev/stdin: File exists
[Po jan 19 11:20:32 2026] systemd[1]: Failed to symlink /proc/self/fd/1 to /dev/stdout: File exists
[Po jan 19 11:20:32 2026] systemd[1]: Failed to symlink /proc/self/fd/2 to /dev/stderr: File exists
[Po jan 19 11:20:32 2026] systemd[1]: ProtectSystem=auto selected, but not running in an initrd, skipping.
[Po jan 19 11:20:32 2026] systemd[1]: systemd 259-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[Po jan 19 11:20:32 2026] systemd[1]: CPUID func 1 0
[Po jan 19 11:20:32 2026] systemd[1]: CPUID result a60f12 180800 7ef8320b 178bfbff
[Po jan 19 11:20:32 2026] systemd[1]: CPUID is hypervisor: no
[Po jan 19 11:20:32 2026] systemd[1]: Detected architecture x86-64.
[Po jan 19 11:20:32 2026] systemd[1]: Detected initialized system, this is not the first boot.
[Po jan 19 11:20:32 2026] systemd[1]: Kernel version 6.19.0-rc6-dirty, our baseline is 5.7
[Po jan 19 11:20:32 2026] systemd[1]: No credentials passed via fw_cfg.
[Po jan 19 11:20:32 2026] systemd[1]: Ignoring OEM string:
[Po jan 19 11:20:32 2026] systemd[1]: Ignoring OEM string:
[Po jan 19 11:20:32 2026] systemd[1]: Ignoring OEM string:
[Po jan 19 11:20:32 2026] systemd[1]: Ignoring OEM string:
[Po jan 19 11:20:32 2026] systemd[1]: Ignoring OEM string: 90NR0C34-M004E0
[Po jan 19 11:20:32 2026] systemd[1]: No credentials passed from initrd.
[Po jan 19 11:20:32 2026] systemd[1]: Acquired 0 regular credentials, 0 untrusted credentials.
[Po jan 19 11:20:32 2026] systemd[1]: Failed to open '/etc/machine-id' in writable mode, retrying in read-only mode: Read-only file system
[Po jan 19 11:20:32 2026] systemd[1]: Successfully opened existing '/etc/machine-id' file in read-only mode.
[Po jan 19 11:20:32 2026] systemd[1]: Hostname set to <migoG17>.
[Po jan 19 11:20:32 2026] systemd[1]: Successfully added address 127.0.0.1 to loopback interface
[Po jan 19 11:20:32 2026] systemd[1]: Successfully added address ::1 to loopback interface
[Po jan 19 11:20:32 2026] systemd[1]: Successfully brought loopback interface up
[Po jan 19 11:20:32 2026] systemd[1]: Setting '/proc/sys/net/unix/max_dgram_qlen' to '512'
[Po jan 19 11:20:32 2026] systemd[1]: Setting '/proc/sys/fs/file-max' to '9223372036854775807'
[Po jan 19 11:20:32 2026] systemd[1]: Setting '/proc/sys/fs/nr_open' to '2147483584'
[Po jan 19 11:20:32 2026] systemd[1]: Successfully bumped fs.nr_open to 2147483584
[Po jan 19 11:20:32 2026] systemd[1]: OSC sequence for boot successfully written: \033]3008;start=08d5c2a4c29947e587d270c4163b0fca;user=root;hostname=migoG17;machineid=e001d95ed4764b3eb4747fab60d8de15;bootid=2e4ac1338ca648d1afac24e7ab08af3f;pid=1;pidfdid=2;comm=systemd;type=boot\033\\
[Po jan 19 11:20:32 2026] systemd[1]: Loaded 'libbpf.so.1' via dlopen()
[Po jan 19 11:20:32 2026] systemd[1]: libbpf: prog 'sd_bind4': failed to attach to cgroup: -EBADF
[Po jan 19 11:20:32 2026] systemd[1]: libbpf: prog 'sd_restrictif_i': failed to attach to cgroup: -EBADF
[Po jan 19 11:20:32 2026] systemd[1]: Controller 'cpu' supported: yes
[Po jan 19 11:20:32 2026] systemd[1]: Controller 'cpuacct' supported: no
[Po jan 19 11:20:32 2026] systemd[1]: Controller 'cpuset' supported: yes
[Po jan 19 11:20:32 2026] systemd[1]: Controller 'io' supported: yes
[Po jan 19 11:20:32 2026] systemd[1]: Controller 'blkio' supported: no
[Po jan 19 11:20:32 2026] systemd[1]: Controller 'memory' supported: yes
[Po jan 19 11:20:32 2026] systemd[1]: Controller 'devices' supported: no
[Po jan 19 11:20:32 2026] systemd[1]: Controller 'pids' supported: yes
[Po jan 19 11:20:32 2026] systemd[1]: Controller 'bpf-firewall' supported: yes
[Po jan 19 11:20:32 2026] systemd[1]: Controller 'bpf-devices' supported: yes
[Po jan 19 11:20:32 2026] systemd[1]: Controller 'bpf-foreign' supported: yes
[Po jan 19 11:20:32 2026] systemd[1]: Controller 'bpf-socket-bind' supported: yes
[Po jan 19 11:20:32 2026] systemd[1]: Controller 'bpf-restrict-network-interfaces' supported: yes
[Po jan 19 11:20:32 2026] systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
[Po jan 19 11:20:32 2026] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[Po jan 19 11:20:32 2026] systemd[1]: Using systemd-executor binary from '/usr/lib/systemd/systemd-executor'.
[Po jan 19 11:20:32 2026] systemd[1]: Enabling (yes) showing of status (command line).
[Po jan 19 11:20:32 2026] systemd[1]: Serializing environment-generators to memfd.
[Po jan 19 11:20:32 2026] systemd[1]: Successfully forked off '(environment-generators)' as PID 496.
[Po jan 19 11:20:32 2026] (environme[496]: Serializing 10-arch to memfd.
[Po jan 19 11:20:32 2026] (environme[496]: About to execute /usr/lib/systemd/system-environment-generators/10-arch
[Po jan 19 11:20:32 2026] (environme[496]: Successfully forked off '(exec-inner)' as PID 497.
[Po jan 19 11:20:32 2026] (environme[496]: /usr/lib/systemd/system-environment-generators/10-arch succeeded.
[Po jan 19 11:20:32 2026] (environme[496]: Serializing 60-flatpak-system-only to memfd.
[Po jan 19 11:20:32 2026] (environme[496]: About to execute /usr/lib/systemd/system-environment-generators/60-flatpak-system-only
[Po jan 19 11:20:32 2026] (environme[496]: Successfully forked off '(exec-inner)' as PID 498.
[Po jan 19 11:20:32 2026] (environme[496]: /usr/lib/systemd/system-environment-generators/60-flatpak-system-only succeeded.
[Po jan 19 11:20:32 2026] systemd[1]: (environment-generators) succeeded.
[Po jan 19 11:20:32 2026] systemd[1]: Successfully forked off '(sd-gens)' as PID 499.
[Po jan 19 11:20:32 2026] (sd-gens)[499]: Successfully forked off '(generators)' as PID 500.
[Po jan 19 11:20:32 2026] (generato[500]: About to execute /usr/lib/systemd/system-generators/ostree-system-generator
[Po jan 19 11:20:32 2026] (generato[500]: Successfully forked off '(exec-inner)' as PID 501.
[Po jan 19 11:20:32 2026] (generato[500]: About to execute /usr/lib/systemd/system-generators/systemd-bless-boot-generator
[Po jan 19 11:20:32 2026] (generato[500]: Successfully forked off '(exec-inner)' as PID 502.
[Po jan 19 11:20:32 2026] (generato[500]: About to execute /usr/lib/systemd/system-generators/systemd-cryptsetup-generator
[Po jan 19 11:20:32 2026] (generato[500]: Successfully forked off '(exec-inner)' as PID 503.
[Po jan 19 11:20:32 2026] (generato[500]: About to execute /usr/lib/systemd/system-generators/systemd-debug-generator
[Po jan 19 11:20:32 2026] (generato[500]: Successfully forked off '(exec-inner)' as PID 504.
[Po jan 19 11:20:32 2026] (generato[500]: About to execute /usr/lib/systemd/system-generators/systemd-factory-reset-generator
[Po jan 19 11:20:32 2026] (generato[500]: Successfully forked off '(exec-inner)' as PID 505.
[Po jan 19 11:20:32 2026] systemd-bless-boot-generator[502]: Skipping generator, not booted with boot counting in effect.
[Po jan 19 11:20:32 2026] (generato[500]: About to execute /usr/lib/systemd/system-generators/systemd-fstab-generator
[Po jan 19 11:20:32 2026] (generato[500]: Successfully forked off '(exec-inner)' as PID 506.
[Po jan 19 11:20:32 2026] (generato[500]: About to execute /usr/lib/systemd/system-generators/systemd-getty-generator
[Po jan 19 11:20:32 2026] systemd-factory-reset-generator[505]: Reading EFI variable /sys/firmware/efi/efivars/FactoryResetRequest-8cf2644b-4b0b-428f-9387-6d876050dc67.
[Po jan 19 11:20:32 2026] (generato[500]: Successfully forked off '(exec-inner)' as PID 507.
[Po jan 19 11:20:32 2026] systemd-factory-reset-generator[505]: open("/sys/firmware/efi/efivars/FactoryResetRequest-8cf2644b-4b0b-428f-9387-6d876050dc67") failed: No such file or directory
[Po jan 19 11:20:32 2026] (generato[500]: About to execute /usr/lib/systemd/system-generators/systemd-gpt-auto-generator
[Po jan 19 11:20:32 2026] systemd-fstab-generator[506]: Parsing /etc/fstab...
[Po jan 19 11:20:32 2026] systemd-getty-generator[507]: Checking credentials for configuration...
[Po jan 19 11:20:32 2026] systemd-fstab-generator[506]: Loaded shared library 'libmount.so.1' via dlopen().
[Po jan 19 11:20:32 2026] systemd-fstab-generator[506]: Found entry what=/dev/disk/by-uuid/584262b6-b020-4e4f-95a3-1db754e28b6c where=/ type=ext4 makefs=no growfs=no pcrfs=no validatefs=no noauto=no nofail=no
[Po jan 19 11:20:32 2026] systemd-factory-reset-generator[505]: EFI variable FactoryResetRequest is not set, skipping.
[Po jan 19 11:20:32 2026] systemd-fstab-generator[506]: Found entry what=/dev/disk/by-uuid/935D-CB58 where=/boot type=vfat makefs=no growfs=no pcrfs=no validatefs=no noauto=no nofail=no
[Po jan 19 11:20:32 2026] (generato[500]: Successfully forked off '(exec-inner)' as PID 508.
[Po jan 19 11:20:32 2026] (generato[500]: About to execute /usr/lib/systemd/system-generators/systemd-hibernate-resume-generator
[Po jan 19 11:20:32 2026] (generato[500]: Successfully forked off '(exec-inner)' as PID 509.
[Po jan 19 11:20:32 2026] (generato[500]: About to execute /usr/lib/systemd/system-generators/systemd-import-generator
[Po jan 19 11:20:32 2026] (generato[500]: Successfully forked off '(exec-inner)' as PID 510.
[Po jan 19 11:20:32 2026] (generato[500]: About to execute /usr/lib/systemd/system-generators/systemd-integritysetup-generator
[Po jan 19 11:20:32 2026] (generato[500]: Successfully forked off '(exec-inner)' as PID 511.
[Po jan 19 11:20:32 2026] (generato[500]: About to execute /usr/lib/systemd/system-generators/systemd-run-generator
[Po jan 19 11:20:32 2026] (generato[500]: Successfully forked off '(exec-inner)' as PID 512.
[Po jan 19 11:20:32 2026] (generato[500]: About to execute /usr/lib/systemd/system-generators/systemd-ssh-generator
[Po jan 19 11:20:32 2026] (generato[500]: Successfully forked off '(exec-inner)' as PID 513.
[Po jan 19 11:20:32 2026] (generato[500]: About to execute /usr/lib/systemd/system-generators/systemd-system-update-generator
[Po jan 19 11:20:32 2026] systemd-factory-reset-generator[505]: Not in factory reset mode, skipping.
[Po jan 19 11:20:32 2026] (generato[500]: Successfully forked off '(exec-inner)' as PID 514.
[Po jan 19 11:20:32 2026] (generato[500]: About to execute /usr/lib/systemd/system-generators/systemd-tpm2-generator
[Po jan 19 11:20:32 2026] (generato[500]: Successfully forked off '(exec-inner)' as PID 515.
[Po jan 19 11:20:32 2026] (generato[500]: About to execute /usr/lib/systemd/system-generators/systemd-veritysetup-generator
[Po jan 19 11:20:32 2026] (generato[500]: Successfully forked off '(exec-inner)' as PID 516.
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Disabling partition auto-detection, root= is neither unset, nor set to 'gpt-auto', 'gpt-auto-force', 'dissect' or 'dissect-force'.
[Po jan 19 11:20:32 2026] systemd-fstab-generator[506]: Found entry what=/dev/disk/by-uuid/295c9c49-e4a1-4f98-9ffa-f888b930e04e where=/home type=ext4 makefs=no growfs=no pcrfs=no validatefs=no noauto=no nofail=no
[Po jan 19 11:20:32 2026] systemd-fstab-generator[506]: Found swap entry what=/dev/disk/by-uuid/54ed98b5-56c0-4ab9-95ea-da1a9322ce49 makefs=no growfs=no pcrfs=no validatefs=no noauto=no nofail=no
[Po jan 19 11:20:32 2026] systemd-hibernate-resume-generator[509]: Not running in initrd, exiting.
[Po jan 19 11:20:32 2026] systemd-fstab-generator[506]: Found entry what=//192.168.15.10/g where=/NAS type=cifs makefs=no growfs=no pcrfs=no validatefs=no noauto=no nofail=no
[Po jan 19 11:20:32 2026] systemd-tpm2-generator[515]: Reading EFI variable /sys/firmware/efi/efivars/LoaderTpm2ActivePcrBanks-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f.
[Po jan 19 11:20:32 2026] (generato[500]: /usr/lib/systemd/system-generators/systemd-system-update-generator succeeded.
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Failed to chase block device, ignoring: No such file or directory
[Po jan 19 11:20:32 2026] systemd-tpm2-generator[515]: open("/sys/firmware/efi/efivars/LoaderTpm2ActivePcrBanks-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f") failed: No such file or directory
[Po jan 19 11:20:32 2026] systemd-ssh-generator[513]: No virtualization found in DMI vendor table.
[Po jan 19 11:20:32 2026] systemd-ssh-generator[513]: DMI BIOS Extension table does not indicate virtualization.
[Po jan 19 11:20:32 2026] systemd-ssh-generator[513]: UML virtualization not found in /proc/cpuinfo.
[Po jan 19 11:20:32 2026] systemd-ssh-generator[513]: Virtualization XEN not found, /proc/xen does not exist
[Po jan 19 11:20:32 2026] systemd-ssh-generator[513]: No virtualization found in CPUID
[Po jan 19 11:20:32 2026] systemd-ssh-generator[513]: This platform does not support /proc/device-tree
[Po jan 19 11:20:32 2026] systemd-ssh-generator[513]: This platform does not support /proc/sysinfo
[Po jan 19 11:20:32 2026] systemd-ssh-generator[513]: Found VM virtualization none
[Po jan 19 11:20:32 2026] systemd-ssh-generator[513]: Not running in a VM, not listening on AF_VSOCK.
[Po jan 19 11:20:32 2026] systemd-ssh-generator[513]: Binding SSH to AF_UNIX socket /run/ssh-unix-local/socket.
[Po jan 19 11:20:32 2026] systemd-ssh-generator[513]: → connect via 'ssh .host' locally
[Po jan 19 11:20:32 2026] systemd-ssh-generator[513]: Not running in container, not listening on /run/host/unix-export/ssh
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Loaded shared library 'libblkid.so.1' via dlopen().
[Po jan 19 11:20:32 2026] systemd-tpm2-generator[515]: Failed to read LoaderTpm2ActivePcrBanks variable: No such file or directory
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Dissecting esp partition with label n/a and UUID 0482c689-1c19-4e03-95cc-88b1fcf77ff8.
[Po jan 19 11:20:32 2026] systemd-tpm2-generator[515]: Loaded shared library 'libtss2-esys.so.0' via dlopen().
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Dissecting n/a partition with label n/a and UUID e9a46778-b01b-4e45-b17d-e5413d0b9c79.
[Po jan 19 11:20:32 2026] systemd-tpm2-generator[515]: Loaded shared library 'libtss2-rc.so.0' via dlopen().
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Dissecting n/a partition with label n/a and UUID 0933dae1-1069-444b-b1a6-899eb5928754.
[Po jan 19 11:20:32 2026] systemd-tpm2-generator[515]: Loaded shared library 'libtss2-mu.so.0' via dlopen().
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Dissecting swap partition with label n/a and UUID 448edf92-6e94-49a8-b745-eaf5976cfbd0.
[Po jan 19 11:20:32 2026] systemd-tpm2-generator[515]: Not generating tpm2.target synchronization point, as TPM2 device is already present.
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Found for designator root: absent.
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Found for designator usr: absent.
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Found for designator home: absent.
[Po jan 19 11:20:32 2026] (generato[500]: /usr/lib/systemd/system-generators/systemd-getty-generator succeeded.
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Found for designator srv: absent.
[Po jan 19 11:20:32 2026] (generato[500]: /usr/lib/systemd/system-generators/systemd-tpm2-generator succeeded.
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Found for designator esp: encrypted+unprotected+unused.
[Po jan 19 11:20:32 2026] (generato[500]: /usr/lib/systemd/system-generators/systemd-integritysetup-generator succeeded.
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Found for designator xbootldr: absent.
[Po jan 19 11:20:32 2026] (generato[500]: /usr/lib/systemd/system-generators/ostree-system-generator succeeded.
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Found for designator swap: encrypted+unprotected+unused.
[Po jan 19 11:20:32 2026] (generato[500]: /usr/lib/systemd/system-generators/systemd-factory-reset-generator succeeded.
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Found for designator root-verity: absent.
[Po jan 19 11:20:32 2026] (generato[500]: /usr/lib/systemd/system-generators/systemd-bless-boot-generator succeeded.
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Found for designator usr-verity: absent.
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Found for designator root-verity-sig: absent.
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Found for designator usr-verity-sig: absent.
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Found for designator tmp: absent.
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Found for designator var: absent.
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Probed fstype 'swap' on partition /dev/disk/by-diskseq/1-part4.
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Loaded shared library 'libmount.so.1' via dlopen().
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: swap specified in fstab, ignoring.
[Po jan 19 11:20:32 2026] systemd-gpt-auto-generator[508]: Found mount entries in the /boot/ or /efi/ hierarchies in fstab, not generating ESP or XBOOTLDR mounts.
[Po jan 19 11:20:32 2026] (generato[500]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator succeeded.
[Po jan 19 11:20:32 2026] (generato[500]: /usr/lib/systemd/system-generators/systemd-cryptsetup-generator succeeded.
[Po jan 19 11:20:32 2026] (generato[500]: /usr/lib/systemd/system-generators/systemd-run-generator succeeded.
[Po jan 19 11:20:32 2026] (generato[500]: /usr/lib/systemd/system-generators/systemd-hibernate-resume-generator succeeded.
[Po jan 19 11:20:32 2026] (generato[500]: /usr/lib/systemd/system-generators/systemd-ssh-generator succeeded.
[Po jan 19 11:20:32 2026] (generato[500]: /usr/lib/systemd/system-generators/systemd-veritysetup-generator succeeded.
[Po jan 19 11:20:32 2026] (generato[500]: /usr/lib/systemd/system-generators/systemd-fstab-generator succeeded.
[Po jan 19 11:20:32 2026] (generato[500]: /usr/lib/systemd/system-generators/systemd-debug-generator succeeded.
[Po jan 19 11:20:32 2026] (generato[500]: /usr/lib/systemd/system-generators/systemd-import-generator succeeded.
[Po jan 19 11:20:32 2026] (sd-gens)[499]: (generators) succeeded.
[Po jan 19 11:20:32 2026] systemd[1]: (sd-gens) succeeded.
[Po jan 19 11:20:32 2026] systemd[1]: Looking for unit files in (higher priority first):
[Po jan 19 11:20:32 2026] systemd[1]: /etc/systemd/system.control
[Po jan 19 11:20:32 2026] systemd[1]: /run/systemd/system.control
[Po jan 19 11:20:32 2026] systemd[1]: /run/systemd/transient
[Po jan 19 11:20:32 2026] systemd[1]: /run/systemd/generator.early
[Po jan 19 11:20:32 2026] systemd[1]: /etc/systemd/system
[Po jan 19 11:20:32 2026] systemd[1]: /etc/systemd/system.attached
[Po jan 19 11:20:32 2026] systemd[1]: /run/systemd/system
[Po jan 19 11:20:32 2026] systemd[1]: /run/systemd/system.attached
[Po jan 19 11:20:32 2026] systemd[1]: /run/systemd/generator
[Po jan 19 11:20:32 2026] systemd[1]: /usr/local/lib/systemd/system
[Po jan 19 11:20:32 2026] systemd[1]: /usr/lib/systemd/system
[Po jan 19 11:20:32 2026] systemd[1]: /run/systemd/generator.late
[Po jan 19 11:20:32 2026] systemd[1]: Modification times have changed, need to update cache.
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/sshd-unix-local.socket
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/NAS.mount
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/dev-disk-by\x2duuid-54ed98b5\x2d56c0\x2d4ab9\x2d95ea\x2dda1a9322ce49.swap
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/home.mount
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/boot.mount
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/-.mount
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-tmpfiles-setup-dev.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-battery-check.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/e2scrub@.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-boot-random-seed.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/initrd-switch-root.target
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/initrd-root-fs.target
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/swap.target
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/system-update.target
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/nm-priv-helper.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/ostree-state-overlay@.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/xfs_scrub_all.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-bootctl@.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/iperf-udp.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-pcrfs@.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/virtvboxd-ro.socket
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/NetworkManager-config-initrd.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/brltty.path
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/gpg-agent-browser@.socket
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/virtlxcd-admin.socket
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/openvpn-client@.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/logrotate.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/ostree-finalize-staged.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/poweroff.target
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-sysupdate-reboot.timer
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journal-gatewayd.socket
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/soft-reboot.target
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/system-systemd\x2dveritysetup.slice
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/iio-sensor-proxy.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-mute-console@.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/pam_namespace.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/storage-target-mode.target
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-networkd-resolve-hook.socket
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-networkd.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/imports.target
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/audit-rules.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-tpm2-setup.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-update-utmp.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journald-sync@.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/virtnwfilterd.socket
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/iptables.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/parprouted.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/breakpoint-pre-switch-root.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/atftpd.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-factory-reset-reboot.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/serial-getty@.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/time-sync.target
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/fstrim.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/virtstoraged.socket
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/emergency.target
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-homed-activate.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/imports-pre.target
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/nmb.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sysinit.target
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-bsod.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-factory-reset.socket
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/mdmonitor-oneshot.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/blk-availability.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-growfs-root.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/tpm2.target
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/rsyncd@.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/fwupd.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/exit.target
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/fancontrol.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/mdmonitor-oneshot.timer
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-mountfsd.socket
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/virtstoraged-admin.socket
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sysstat-rotate.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/gnome-remote-desktop.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/mdadm-grow-continue@.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/ibacm.socket
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/virtnwfilterd-admin.socket
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/virtinterfaced-admin.socket
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-pcrnvdone.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/user-runtime-dir@.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-hostnamed.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/openvpn-server@.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-userdbd.socket
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/virtnodedevd.socket
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-confext.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/getty.target
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/virtlockd.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-machined.socket
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/usbmuxd.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/network-online.target
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/talk.socket
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/dhcpcd.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/system-update-cleanup.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-tmpfiles-clean.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journal-catalog-update.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sysstat-summary.timer
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-tpm2-setup-early.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/netctl.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/wpa_supplicant-wired@.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-pcrlock@.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-pcrphase-storage-target-mode.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journal-upload.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-network-generator.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/gpg-agent@.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/virtchd-admin.socket
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/quotaon-root.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/gdm.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/nss-lookup.target
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/geoclue.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/virtnwfilterd.service
[Po jan 19 11:20:32 2026] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/ostree-finalize-staged-hold.service
[Po jan 19 11:20:32 2026] systemd[1]: Too many messages being logged to kmsg, ignoring
[Po jan 19 11:20:32 2026] (mount)[519]: dev-hugepages.mount: Loaded 'libbpf.so.1' via dlopen()
[Po jan 19 11:20:32 2026] (mount)[521]: sys-kernel-debug.mount: Loaded 'libbpf.so.1' via dlopen()
[Po jan 19 11:20:32 2026] (mount)[520]: dev-mqueue.mount: Loaded 'libbpf.so.1' via dlopen()
[Po jan 19 11:20:32 2026] (mount)[522]: sys-kernel-tracing.mount: Loaded 'libbpf.so.1' via dlopen()
[Po jan 19 11:20:32 2026] (mount)[521]: sys-kernel-debug.mount: Loaded shared library 'libcryptsetup.so.12' via dlopen().
[Po jan 19 11:20:32 2026] (mount)[522]: sys-kernel-tracing.mount: Loaded shared library 'libcryptsetup.so.12' via dlopen().
[Po jan 19 11:20:32 2026] (mount)[519]: dev-hugepages.mount: Loaded shared library 'libcryptsetup.so.12' via dlopen().
[Po jan 19 11:20:32 2026] (mount)[520]: dev-mqueue.mount: Loaded shared library 'libcryptsetup.so.12' via dlopen().
[Po jan 19 11:20:32 2026] (mount)[521]: sys-kernel-debug.mount: Loaded shared library 'libmount.so.1' via dlopen().
[Po jan 19 11:20:32 2026] (mount)[522]: sys-kernel-tracing.mount: Loaded shared library 'libmount.so.1' via dlopen().
[Po jan 19 11:20:32 2026] (mount)[521]: sys-kernel-debug.mount: Loaded shared library 'libseccomp.so.2' via dlopen().
[Po jan 19 11:20:32 2026] (mount)[520]: dev-mqueue.mount: Loaded shared library 'libmount.so.1' via dlopen().
[Po jan 19 11:20:32 2026] (mount)[519]: dev-hugepages.mount: Loaded shared library 'libmount.so.1' via dlopen().
[Po jan 19 11:20:32 2026] (mount)[522]: sys-kernel-tracing.mount: Loaded shared library 'libseccomp.so.2' via dlopen().
[Po jan 19 11:20:32 2026] (mount)[520]: dev-mqueue.mount: Loaded shared library 'libseccomp.so.2' via dlopen().
[Po jan 19 11:20:32 2026] (mount)[519]: dev-hugepages.mount: Loaded shared library 'libseccomp.so.2' via dlopen().
[Po jan 19 11:20:32 2026] (mount)[522]: sys-kernel-tracing.mount: sys-kernel-tracing.mount: Executing: /usr/bin/mount tracefs /sys/kernel/tracing -t tracefs -o nosuid,nodev,noexec
[Po jan 19 11:20:32 2026] (mount)[521]: sys-kernel-debug.mount: sys-kernel-debug.mount: Executing: /usr/bin/mount debugfs /sys/kernel/debug -t debugfs -o nosuid,nodev,noexec
[Po jan 19 11:20:32 2026] (mount)[519]: dev-hugepages.mount: dev-hugepages.mount: Executing: /usr/bin/mount hugetlbfs /dev/hugepages -t hugetlbfs -o nosuid,nodev
[Po jan 19 11:20:32 2026] (kmod)[523]: kmod-static-nodes.service: Loaded 'libbpf.so.1' via dlopen()
[Po jan 19 11:20:32 2026] (mount)[520]: dev-mqueue.mount: dev-mqueue.mount: Executing: /usr/bin/mount mqueue /dev/mqueue -t mqueue -o nosuid,nodev,noexec
[Po jan 19 11:20:32 2026] (kmod)[523]: kmod-static-nodes.service: Loaded shared library 'libcryptsetup.so.12' via dlopen().
[Po jan 19 11:20:32 2026] (kmod)[523]: kmod-static-nodes.service: Loaded shared library 'libmount.so.1' via dlopen().
[Po jan 19 11:20:32 2026] (kmod)[523]: kmod-static-nodes.service: Loaded shared library 'libseccomp.so.2' via dlopen().
[Po jan 19 11:20:32 2026] (lvm)[524]: lvm2-monitor.service: Loaded 'libbpf.so.1' via dlopen()
[Po jan 19 11:20:32 2026] (kmod)[523]: kmod-static-nodes.service: kmod-static-nodes.service: Executing: /usr/bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/static-nodes.conf
[Po jan 19 11:20:32 2026] (lvm)[524]: lvm2-monitor.service: Loaded shared library 'libcryptsetup.so.12' via dlopen().
[Po jan 19 11:20:32 2026] (lvm)[524]: lvm2-monitor.service: Loaded shared library 'libmount.so.1' via dlopen().
[Po jan 19 11:20:32 2026] (lvm)[524]: lvm2-monitor.service: Loaded shared library 'libseccomp.so.2' via dlopen().
[Po jan 19 11:20:32 2026] (lvm)[524]: lvm2-monitor.service: lvm2-monitor.service: Executing: /usr/bin/lvm vgchange --monitor y
[Po jan 19 11:20:32 2026] (mount)[526]: sys-fs-fuse-connections.mount: Loaded 'libbpf.so.1' via dlopen()
[Po jan 19 11:20:32 2026] (mount)[525]: sys-kernel-config.mount: Loaded 'libbpf.so.1' via dlopen()
[Po jan 19 11:20:32 2026] (mount)[526]: sys-fs-fuse-connections.mount: Loaded shared library 'libcryptsetup.so.12' via dlopen().
[Po jan 19 11:20:32 2026] (mount)[525]: sys-kernel-config.mount: Loaded shared library 'libcryptsetup.so.12' via dlopen().
[Po jan 19 11:20:32 2026] (mount)[526]: sys-fs-fuse-connections.mount: Loaded shared library 'libmount.so.1' via dlopen().
[Po jan 19 11:20:32 2026] (mount)[525]: sys-kernel-config.mount: Loaded shared library 'libmount.so.1' via dlopen().
[Po jan 19 11:20:32 2026] (mount)[526]: sys-fs-fuse-connections.mount: Loaded shared library 'libseccomp.so.2' via dlopen().
[Po jan 19 11:20:32 2026] (mount)[525]: sys-kernel-config.mount: Loaded shared library 'libseccomp.so.2' via dlopen().
[Po jan 19 11:20:32 2026] (mount)[526]: sys-fs-fuse-connections.mount: sys-fs-fuse-connections.mount: Executing: /usr/bin/mount fusectl /sys/fs/fuse/connections -t fusectl -o nosuid,nodev,noexec
[Po jan 19 11:20:32 2026] (mount)[525]: sys-kernel-config.mount: sys-kernel-config.mount: Executing: /usr/bin/mount configfs /sys/kernel/config -t configfs -o nosuid,nodev,noexec
[Po jan 19 11:20:32 2026] (systemd-fsck)[528]: systemd-fsck-root.service: Credential search path is: /etc/credstore:/run/credstore:/usr/local/lib/credstore:/usr/lib/credstore
[Po jan 19 11:20:32 2026] (systemd-fsck)[528]: systemd-fsck-root.service: Credential search path is: /etc/credstore.encrypted:/run/credstore.encrypted:/usr/local/lib/credstore.encrypted:/usr/lib/credstore.encrypted
[Po jan 19 11:20:32 2026] (systemd-fsck)[528]: systemd-fsck-root.service: Loaded shared library 'libacl.so.1' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-fsck)[528]: systemd-fsck-root.service: Successfully reconfigured credentials fs to be read only.
[Po jan 19 11:20:32 2026] (systemd-fsck)[528]: systemd-fsck-root.service: Loaded 'libbpf.so.1' via dlopen()
[Po jan 19 11:20:32 2026] (systemd-fsck)[528]: systemd-fsck-root.service: Loaded shared library 'libcryptsetup.so.12' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-fsck)[528]: systemd-fsck-root.service: Loaded shared library 'libmount.so.1' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-fsck)[528]: systemd-fsck-root.service: Loaded shared library 'libseccomp.so.2' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-fsck)[528]: systemd-fsck-root.service: systemd-fsck-root.service: Executing: /usr/lib/systemd/systemd-fsck
[Po jan 19 11:20:32 2026] (systemd-journald)[530]: systemd-journald.service: Successfully forked off '(sd-mkuserns)' as PID 533.
[Po jan 19 11:20:32 2026] (sd-mkuserns)[533]: systemd-journald.service: PR_SET_MM_ARG_END failed, proceeding without: Operation not permitted
[Po jan 19 11:20:32 2026] (systemd-journald)[530]: systemd-journald.service: ID-mapping is supported for exec directory /run/systemd/journal
[Po jan 19 11:20:32 2026] (systemd-journald)[530]: systemd-journald.service: Credential search path is: /etc/credstore:/run/credstore:/usr/local/lib/credstore:/usr/lib/credstore
[Po jan 19 11:20:32 2026] (systemd-journald)[530]: systemd-journald.service: Credential search path is: /etc/credstore.encrypted:/run/credstore.encrypted:/usr/local/lib/credstore.encrypted:/usr/lib/credstore.encrypted
[Po jan 19 11:20:32 2026] (systemd-journald)[530]: systemd-journald.service: Loaded shared library 'libacl.so.1' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-journald)[530]: systemd-journald.service: Successfully reconfigured credentials fs to be read only.
[Po jan 19 11:20:32 2026] (systemd-journald)[530]: systemd-journald.service: Loaded 'libbpf.so.1' via dlopen()
[Po jan 19 11:20:32 2026] (systemd-modules-load)[531]: systemd-modules-load.service: Loaded 'libbpf.so.1' via dlopen()
[Po jan 19 11:20:32 2026] (systemd-modules-load)[531]: systemd-modules-load.service: Loaded shared library 'libcryptsetup.so.12' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-journald)[530]: systemd-journald.service: Loaded shared library 'libcryptsetup.so.12' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-modules-load)[531]: systemd-modules-load.service: Loaded shared library 'libmount.so.1' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-journald)[530]: systemd-journald.service: Loaded shared library 'libmount.so.1' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-modules-load)[531]: systemd-modules-load.service: Loaded shared library 'libseccomp.so.2' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-journald)[530]: systemd-journald.service: Loaded shared library 'libseccomp.so.2' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-modules-load)[531]: systemd-modules-load.service: systemd-modules-load.service: Executing: /usr/lib/systemd/systemd-modules-load
[Po jan 19 11:20:32 2026] (systemd-journald)[530]: systemd-journald.service: Enabled MemoryDenyWriteExecute= with PR_SET_MDWE
[Po jan 19 11:20:32 2026] (systemd-journald)[530]: systemd-journald.service: Restricting namespace to: .
[Po jan 19 11:20:32 2026] (udevadm)[532]: systemd-udev-load-credentials.service: Credential search path is: /etc/credstore:/run/credstore:/usr/local/lib/credstore:/usr/lib/credstore
[Po jan 19 11:20:32 2026] (udevadm)[532]: systemd-udev-load-credentials.service: Credential search path is: /etc/credstore.encrypted:/run/credstore.encrypted:/usr/local/lib/credstore.encrypted:/usr/lib/credstore.encrypted
[Po jan 19 11:20:32 2026] (udevadm)[532]: systemd-udev-load-credentials.service: Credential search path is: /etc/credstore:/run/credstore:/usr/local/lib/credstore:/usr/lib/credstore
[Po jan 19 11:20:32 2026] (udevadm)[532]: systemd-udev-load-credentials.service: Credential search path is: /etc/credstore.encrypted:/run/credstore.encrypted:/usr/local/lib/credstore.encrypted:/usr/lib/credstore.encrypted
[Po jan 19 11:20:32 2026] (udevadm)[532]: systemd-udev-load-credentials.service: Loaded shared library 'libacl.so.1' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-journald)[530]: systemd-journald.service: systemd-journald.service: Executing: /usr/lib/systemd/systemd-journald
[Po jan 19 11:20:32 2026] (udevadm)[532]: systemd-udev-load-credentials.service: Successfully reconfigured credentials fs to be read only.
[Po jan 19 11:20:32 2026] (udevadm)[532]: systemd-udev-load-credentials.service: Loaded 'libbpf.so.1' via dlopen()
[Po jan 19 11:20:32 2026] (udevadm)[535]: systemd-udev-trigger.service: Loaded 'libbpf.so.1' via dlopen()
[Po jan 19 11:20:32 2026] systemd-journald[530]: Failed to read credential 'journal.forward_to_socket', ignoring: No such file or directory
[Po jan 19 11:20:32 2026] (udevadm)[532]: systemd-udev-load-credentials.service: Loaded shared library 'libcryptsetup.so.12' via dlopen().
[Po jan 19 11:20:32 2026] (udevadm)[535]: systemd-udev-trigger.service: Loaded shared library 'libcryptsetup.so.12' via dlopen().
[Po jan 19 11:20:32 2026] (udevadm)[535]: systemd-udev-trigger.service: Loaded shared library 'libmount.so.1' via dlopen().
[Po jan 19 11:20:32 2026] (udevadm)[535]: systemd-udev-trigger.service: Loaded shared library 'libseccomp.so.2' via dlopen().
[Po jan 19 11:20:32 2026] systemd-journald[530]: Failed to read credential journal.storage, ignoring: No such file or directory
[Po jan 19 11:20:32 2026] (udevadm)[535]: systemd-udev-trigger.service: systemd-udev-trigger.service: Executing: udevadm trigger --type=all --action=add --prioritized-subsystem=module,block,tpmrm,net,tty,input
[Po jan 19 11:20:32 2026] (udevadm)[532]: systemd-udev-load-credentials.service: Loaded shared library 'libmount.so.1' via dlopen().
[Po jan 19 11:20:32 2026] (udevadm)[532]: systemd-udev-load-credentials.service: Loaded shared library 'libseccomp.so.2' via dlopen().
[Po jan 19 11:20:32 2026] (udevadm)[532]: systemd-udev-load-credentials.service: systemd-udev-load-credentials.service: Executing: udevadm control --load-credentials
[Po jan 19 11:20:32 2026] systemd-journald[530]: Collecting audit messages is disabled.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Fixed min_use=16M max_use=1.5G max_size=128M min_size=512K keep_free=782.3M n_max_files=100
[Po jan 19 11:20:32 2026] systemd-journald[530]: Reserving 1023 entries in field hash table.
[Po jan 19 11:20:32 2026] device-mapper: uevent: version 1.0.3
[Po jan 19 11:20:32 2026] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[Po jan 19 11:20:32 2026] systemd-journald[530]: Reserving 233016 entries in data hash table.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Journal effective settings seal=no keyed_hash=yes compress=ZSTD compress_threshold_bytes=512B
[Po jan 19 11:20:32 2026] systemd-journald[530]: Vacuuming...
[Po jan 19 11:20:32 2026] systemd-journald[530]: Vacuuming done, freed 0B of archived journals from /run/log/journal/e001d95ed4764b3eb4747fab60d8de15.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Flushing /dev/kmsg...
[Po jan 19 11:20:32 2026] systemd-journald[530]: Loaded shared library 'libzstd.so.1' via dlopen().
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 356 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 365 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 371 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 370 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 371 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 382 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 376 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 377 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 380 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 390 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 390 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 390 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 390 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 390 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 390 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 390 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 390 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 359 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 360 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 365 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 364 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 364 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 381 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 406 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 394 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 394 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 392 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 379 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 412 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 389 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 389 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 389 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 391 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 410 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 398 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 398 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 395 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 398 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 398 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 398 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 398 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 394 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 398 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 398 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 398 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 395 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 398 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 398 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 398 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 398 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 398 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 398 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 398 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 398 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 398 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 398 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 398 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 399 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 376 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 384 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 382 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 383 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 380 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 382 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 385 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 382 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 396 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 388 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 389 using ZSTD
[Po jan 19 11:20:32 2026] (systemd-remount-fs)[540]: systemd-remount-fs.service: Loaded 'libbpf.so.1' via dlopen()
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 387 using ZSTD
[Po jan 19 11:20:32 2026] (systemd-remount-fs)[540]: systemd-remount-fs.service: Loaded shared library 'libcryptsetup.so.12' via dlopen().
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 388 using ZSTD
[Po jan 19 11:20:32 2026] (systemd-remount-fs)[540]: systemd-remount-fs.service: Loaded shared library 'libmount.so.1' via dlopen().
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 388 using ZSTD
[Po jan 19 11:20:32 2026] (systemd-remount-fs)[540]: systemd-remount-fs.service: Loaded shared library 'libseccomp.so.2' via dlopen().
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 385 using ZSTD
[Po jan 19 11:20:32 2026] (systemd-remount-fs)[540]: systemd-remount-fs.service: systemd-remount-fs.service: Executing: /usr/lib/systemd/systemd-remount-fs
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 396 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 392 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 391 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 392 using ZSTD
[Po jan 19 11:20:32 2026] (systemd-sysctl)[541]: systemd-sysctl.service: Credential search path is: /etc/credstore:/run/credstore:/usr/local/lib/credstore:/usr/lib/credstore
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 393 using ZSTD
[Po jan 19 11:20:32 2026] (systemd-sysctl)[541]: systemd-sysctl.service: Credential search path is: /etc/credstore.encrypted:/run/credstore.encrypted:/usr/local/lib/credstore.encrypted:/usr/lib/credstore.encrypted
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 392 using ZSTD
[Po jan 19 11:20:32 2026] (systemd-sysctl)[541]: systemd-sysctl.service: Loaded shared library 'libacl.so.1' via dlopen().
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 393 using ZSTD
[Po jan 19 11:20:32 2026] (systemd-sysctl)[541]: systemd-sysctl.service: Successfully reconfigured credentials fs to be read only.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 392 using ZSTD
[Po jan 19 11:20:32 2026] (systemd-sysctl)[541]: systemd-sysctl.service: Loaded 'libbpf.so.1' via dlopen()
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 393 using ZSTD
[Po jan 19 11:20:32 2026] (systemd-sysctl)[541]: systemd-sysctl.service: Loaded shared library 'libcryptsetup.so.12' via dlopen().
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 392 using ZSTD
[Po jan 19 11:20:32 2026] (systemd-sysctl)[541]: systemd-sysctl.service: Loaded shared library 'libmount.so.1' via dlopen().
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 392 using ZSTD
[Po jan 19 11:20:32 2026] (systemd-sysctl)[541]: systemd-sysctl.service: Loaded shared library 'libseccomp.so.2' via dlopen().
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 392 using ZSTD
[Po jan 19 11:20:32 2026] (systemd-sysctl)[541]: systemd-sysctl.service: systemd-sysctl.service: Executing: /usr/lib/systemd/systemd-sysctl
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 371 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 382 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 396 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 395 using ZSTD
[Po jan 19 11:20:32 2026] (systemd-tmpfiles)[542]: systemd-tmpfiles-setup-dev-early.service: Credential search path is: /etc/credstore:/run/credstore:/usr/local/lib/credstore:/usr/lib/credstore
[Po jan 19 11:20:32 2026] (systemd-tmpfiles)[542]: systemd-tmpfiles-setup-dev-early.service: Credential search path is: /etc/credstore.encrypted:/run/credstore.encrypted:/usr/local/lib/credstore.encrypted:/usr/lib/credstore.encrypted
[Po jan 19 11:20:32 2026] (systemd-tmpfiles)[542]: systemd-tmpfiles-setup-dev-early.service: Loaded shared library 'libacl.so.1' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-tmpfiles)[542]: systemd-tmpfiles-setup-dev-early.service: Successfully reconfigured credentials fs to be read only.
[Po jan 19 11:20:32 2026] (systemd-tmpfiles)[542]: systemd-tmpfiles-setup-dev-early.service: Loaded 'libbpf.so.1' via dlopen()
[Po jan 19 11:20:32 2026] (systemd-tmpfiles)[542]: systemd-tmpfiles-setup-dev-early.service: Loaded shared library 'libcryptsetup.so.12' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-tmpfiles)[542]: systemd-tmpfiles-setup-dev-early.service: Loaded shared library 'libmount.so.1' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-tmpfiles)[542]: systemd-tmpfiles-setup-dev-early.service: Loaded shared library 'libseccomp.so.2' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-tmpfiles)[542]: systemd-tmpfiles-setup-dev-early.service: systemd-tmpfiles-setup-dev-early.service: Executing: systemd-tmpfiles --prefix=/dev --create --boot --graceful
[Po jan 19 11:20:32 2026] EXT4-fs (nvme0n1p2): re-mounted 584262b6-b020-4e4f-95a3-1db754e28b6c r/w.
[Po jan 19 11:20:32 2026] (systemd-random-seed)[545]: systemd-random-seed.service: Loaded 'libbpf.so.1' via dlopen()
[Po jan 19 11:20:32 2026] (systemd-random-seed)[545]: systemd-random-seed.service: Loaded shared library 'libcryptsetup.so.12' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-random-seed)[545]: systemd-random-seed.service: Loaded shared library 'libmount.so.1' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-random-seed)[545]: systemd-random-seed.service: Loaded shared library 'libseccomp.so.2' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-random-seed)[545]: systemd-random-seed.service: systemd-random-seed.service: Executing: /usr/lib/systemd/systemd-random-seed load
[Po jan 19 11:20:32 2026] (systemd-tmpfiles)[547]: systemd-tmpfiles-setup-dev.service: Credential search path is: /etc/credstore:/run/credstore:/usr/local/lib/credstore:/usr/lib/credstore
[Po jan 19 11:20:32 2026] (systemd-tmpfiles)[547]: systemd-tmpfiles-setup-dev.service: Credential search path is: /etc/credstore.encrypted:/run/credstore.encrypted:/usr/local/lib/credstore.encrypted:/usr/lib/credstore.encrypted
[Po jan 19 11:20:32 2026] (systemd-tmpfiles)[547]: systemd-tmpfiles-setup-dev.service: Loaded shared library 'libacl.so.1' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-tmpfiles)[547]: systemd-tmpfiles-setup-dev.service: Successfully reconfigured credentials fs to be read only.
[Po jan 19 11:20:32 2026] (systemd-tmpfiles)[547]: systemd-tmpfiles-setup-dev.service: Loaded 'libbpf.so.1' via dlopen()
[Po jan 19 11:20:32 2026] (systemd-tmpfiles)[547]: systemd-tmpfiles-setup-dev.service: Loaded shared library 'libcryptsetup.so.12' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-tmpfiles)[547]: systemd-tmpfiles-setup-dev.service: Loaded shared library 'libmount.so.1' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-tmpfiles)[547]: systemd-tmpfiles-setup-dev.service: Loaded shared library 'libseccomp.so.2' via dlopen().
[Po jan 19 11:20:32 2026] (systemd-tmpfiles)[547]: systemd-tmpfiles-setup-dev.service: systemd-tmpfiles-setup-dev.service: Executing: systemd-tmpfiles --prefix=/dev --create --boot
[Po jan 19 11:20:32 2026] systemd-journald[530]: systemd-journald running as PID 530 for the system.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Sent READY=1 notification.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Sent WATCHDOG=1 notification.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:32 2026] systemd-journald[530]: varlink: New incoming connection.
[Po jan 19 11:20:32 2026] systemd-journald[530]: varlink: Connections of user 0: 0 (of 1024 max)
[Po jan 19 11:20:32 2026] systemd-journald[530]: varlink-21-21: Setting state idle-server
[Po jan 19 11:20:32 2026] systemd-journald[530]: varlink-21-21: Received message: {"method":"io.systemd.Journal.FlushToVar"}
[Po jan 19 11:20:32 2026] systemd-journald[530]: varlink-21-21: Changing state idle-server → processing-method
[Po jan 19 11:20:32 2026] systemd-journald[530]: Received client request to flush runtime journal.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Fixed min_use=16M max_use=4G max_size=128M min_size=512K keep_free=4G n_max_files=100
[Po jan 19 11:20:32 2026] systemd-journald[530]: Journal file /run/log/journal/e001d95ed4764b3eb4747fab60d8de15/system.journal is synchronously transitioning to offline.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Starting new synchronous offlining operation for journal file /run/log/journal/e001d95ed4764b3eb4747fab60d8de15/system.journal.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Flushing to /var/log/journal/e001d95ed4764b3eb4747fab60d8de15...
[Po jan 19 11:20:32 2026] systemd-journald[530]: Considering root directory '/run/log/journal'.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Root directory /run/log/journal added.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Considering directory '/run/log/journal/e001d95ed4764b3eb4747fab60d8de15'.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Directory /run/log/journal/e001d95ed4764b3eb4747fab60d8de15 added.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Journal effective settings seal=no keyed_hash=yes compress=ZSTD compress_threshold_bytes=8B
[Po jan 19 11:20:32 2026] systemd-journald[530]: File /run/log/journal/e001d95ed4764b3eb4747fab60d8de15/system.journal added.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Considering root directory '/var/log/journal'.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Considering root directory '/var/log/journal/remote'.
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 356 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 365 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 371 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 370 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 371 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 382 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 376 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 377 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 380 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 390 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 390 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 390 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 390 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 390 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 390 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 390 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 390 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 359 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 360 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 365 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 364 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 364 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 381 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 406 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 394 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 394 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 392 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 379 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 412 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 389 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 389 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 389 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 391 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 410 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Compressed data object 1029 -> 397 using ZSTD
[Po jan 19 11:20:32 2026] systemd-journald[530]: Too many messages being logged to kmsg, ignoring
[Po jan 19 11:20:33 2026] Serial bus multi instantiate pseudo device driver CSC3551:00: Instantiated 2 I2C devices.
[Po jan 19 11:20:33 2026] mousedev: PS/2 mouse device common for all mice
[Po jan 19 11:20:33 2026] Adding 100663292k swap on /dev/nvme0n1p4. Priority:-1 extents:1 across:100663292k SS
[Po jan 19 11:20:33 2026] ccp 0000:09:00.2: enabling device (0000 -> 0002)
[Po jan 19 11:20:33 2026] ccp 0000:09:00.2: tee enabled
[Po jan 19 11:20:33 2026] ccp 0000:09:00.2: psp enabled
[Po jan 19 11:20:33 2026] input: PC Speaker as /devices/platform/pcspkr/input/input12
[Po jan 19 11:20:33 2026] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
[Po jan 19 11:20:33 2026] RAPL PMU: hw unit of domain package 2^-16 Joules
[Po jan 19 11:20:33 2026] RAPL PMU: hw unit of domain core 2^-16 Joules
[Po jan 19 11:20:33 2026] mc: Linux media interface: v0.10
[Po jan 19 11:20:33 2026] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[Po jan 19 11:20:33 2026] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[Po jan 19 11:20:33 2026] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[Po jan 19 11:20:33 2026] faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
[Po jan 19 11:20:33 2026] cfg80211: failed to load regulatory.db
[Po jan 19 11:20:33 2026] input: ASUF1204:00 2808:0104 Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUF1204:00/0018:2808:0104.0002/input/input13
[Po jan 19 11:20:33 2026] input: ASUF1204:00 2808:0104 Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUF1204:00/0018:2808:0104.0002/input/input14
[Po jan 19 11:20:33 2026] hid-generic 0018:2808:0104.0002: input,hidraw1: I2C HID v1.00 Mouse [ASUF1204:00 2808:0104] on i2c-ASUF1204:00
[Po jan 19 11:20:33 2026] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[Po jan 19 11:20:33 2026] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[Po jan 19 11:20:33 2026] i2c i2c-11: Successfully instantiated SPD at 0x50
[Po jan 19 11:20:33 2026] i2c i2c-11: Successfully instantiated SPD at 0x51
[Po jan 19 11:20:33 2026] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[Po jan 19 11:20:33 2026] i2c i2c-13: Successfully instantiated SPD at 0x50
[Po jan 19 11:20:33 2026] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[Po jan 19 11:20:33 2026] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[Po jan 19 11:20:33 2026] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[Po jan 19 11:20:33 2026] Bluetooth: Core ver 2.22
[Po jan 19 11:20:33 2026] NET: Registered PF_BLUETOOTH protocol family
[Po jan 19 11:20:33 2026] Bluetooth: HCI device and connection manager initialized
[Po jan 19 11:20:33 2026] Bluetooth: HCI socket layer initialized
[Po jan 19 11:20:33 2026] Bluetooth: L2CAP socket layer initialized
[Po jan 19 11:20:33 2026] Bluetooth: SCO socket layer initialized
[Po jan 19 11:20:33 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Adding DSD properties for 10431D1F
[Po jan 19 11:20:33 2026] videodev: Linux video capture interface: v2.00
[Po jan 19 11:20:33 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Using extra _DSD properties, bypassing _DSD in ACPI
[Po jan 19 11:20:33 2026] r8169 0000:03:00.0 eth0: RTL8168h/8111h, 08:bf:b8:c6:7e:f1, XID 541, IRQ 123
[Po jan 19 11:20:33 2026] r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[Po jan 19 11:20:33 2026] asus_wmi: Initialization: 0x1
[Po jan 19 11:20:33 2026] asus_wmi: SFUN value: 0x21
[Po jan 19 11:20:33 2026] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
[Po jan 19 11:20:33 2026] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[Po jan 19 11:20:33 2026] r8169 0000:03:00.0 enp3s0: renamed from eth0
[Po jan 19 11:20:33 2026] spd5118 11-0050: DDR5 temperature sensor: vendor 0x00:0xb3 revision 2.2
[Po jan 19 11:20:33 2026] snd_rpl_pci_acp6x 0000:09:00.5: enabling device (0000 -> 0002)
[Po jan 19 11:20:33 2026] usbcore: registered new interface driver btusb
[Po jan 19 11:20:33 2026] asus-nb-wmi asus-nb-wmi: Using throttle_thermal_policy for platform_profile support
[Po jan 19 11:20:33 2026] iwlwifi 0000:04:00.0: Detected crf-id 0x400410, cnv-id 0x400410 wfpm id 0x80000000
[Po jan 19 11:20:33 2026] iwlwifi 0000:04:00.0: PCI dev 2725/0024, rev=0x420, rfid=0x10d000
[Po jan 19 11:20:33 2026] Bluetooth: hci0: Device revision is 0
[Po jan 19 11:20:33 2026] iwlwifi 0000:04:00.0: Detected Intel(R) Wi-Fi 6E AX210 160MHz
[Po jan 19 11:20:33 2026] Bluetooth: hci0: Secure boot is enabled
[Po jan 19 11:20:33 2026] Bluetooth: hci0: OTP lock is enabled
[Po jan 19 11:20:33 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Cirrus Logic CS35L41 (35a40), Revision: B2
[Po jan 19 11:20:33 2026] Bluetooth: hci0: API lock is enabled
[Po jan 19 11:20:33 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Adding DSD properties for 10431D1F
[Po jan 19 11:20:33 2026] Bluetooth: hci0: Debug lock is disabled
[Po jan 19 11:20:33 2026] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[Po jan 19 11:20:33 2026] spd5118 11-0051: DDR5 temperature sensor: vendor 0x00:0xb3 revision 2.2
[Po jan 19 11:20:33 2026] Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
[Po jan 19 11:20:33 2026] iwlwifi 0000:04:00.0: loaded firmware version 89.df9556fc.0 ty-a0-gf-a0-89.ucode op_mode iwlmvm
[Po jan 19 11:20:33 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Using extra _DSD properties, bypassing _DSD in ACPI
[Po jan 19 11:20:33 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Reset line busy, assuming shared reset
[Po jan 19 11:20:33 2026] Bluetooth: hci0: No support for _PRR ACPI method
[Po jan 19 11:20:33 2026] Bluetooth: hci0: Found device firmware: intel/ibt-0041-0041.sfi
[Po jan 19 11:20:33 2026] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input16
[Po jan 19 11:20:33 2026] Bluetooth: hci0: Boot Address: 0x100800
[Po jan 19 11:20:33 2026] Bluetooth: hci0: Firmware Version: 133-20.25
[Po jan 19 11:20:33 2026] asus_wmi: fan_curve_get_factory_default (0x00110032) failed: -19
[Po jan 19 11:20:33 2026] uvcvideo 3-1:1.0: Found UVC 1.10 device USB2.0 HD UVC WebCam (13d3:5458)
[Po jan 19 11:20:33 2026] pps_core: LinuxPPS API ver. 1 registered
[Po jan 19 11:20:33 2026] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[Po jan 19 11:20:33 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Cirrus Logic CS35L41 (35a40), Revision: B2
[Po jan 19 11:20:33 2026] usbcore: registered new interface driver uvcvideo
[Po jan 19 11:20:33 2026] ACPI: battery: new hook: ASUS Battery Extension
[Po jan 19 11:20:33 2026] PTP clock support registered
[Po jan 19 11:20:33 2026] kvm_amd: TSC scaling supported
[Po jan 19 11:20:33 2026] kvm_amd: Nested Virtualization enabled
[Po jan 19 11:20:33 2026] kvm_amd: Nested Paging enabled
[Po jan 19 11:20:33 2026] kvm_amd: LBR virtualization supported
[Po jan 19 11:20:33 2026] kvm_amd: AVIC enabled
[Po jan 19 11:20:33 2026] kvm_amd: x2AVIC enabled (max 512 vCPUs)
[Po jan 19 11:20:33 2026] kvm_amd: Virtual GIF supported
[Po jan 19 11:20:33 2026] kvm_amd: Virtual NMI enabled
[Po jan 19 11:20:33 2026] input: ASUF1204:00 2808:0104 Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUF1204:00/0018:2808:0104.0002/input/input17
[Po jan 19 11:20:33 2026] input: ASUF1204:00 2808:0104 Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUF1204:00/0018:2808:0104.0002/input/input18
[Po jan 19 11:20:33 2026] hid-multitouch 0018:2808:0104.0002: input,hidraw1: I2C HID v1.00 Mouse [ASUF1204:00 2808:0104] on i2c-ASUF1204:00
[Po jan 19 11:20:33 2026] intel_rapl_common: Found RAPL domain package
[Po jan 19 11:20:33 2026] intel_rapl_common: Found RAPL domain core
[Po jan 19 11:20:33 2026] amd_atl: AMD Address Translation Library initialized
[Po jan 19 11:20:33 2026] snd_hda_codec_alc269 hdaudioC0D0: ALC294: picked fixup for PCI SSID 1043:1d1f
[Po jan 19 11:20:33 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431d1f.wmfw: format 3 timestamp 0x630cb3c2
[Po jan 19 11:20:33 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431d1f.wmfw: Mon 29 Aug 2022 14:40:34 W. Europe Daylight Time
[Po jan 19 11:20:33 2026] iwlwifi 0000:04:00.0: BIOS contains WGDS but no WRDS
[Po jan 19 11:20:33 2026] iwlwifi 0000:04:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
[Po jan 19 11:20:33 2026] iwlwifi 0000:04:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[Po jan 19 11:20:33 2026] iwlwifi 0000:04:00.0: WFPM_AUTH_KEY_0: 0x90
[Po jan 19 11:20:33 2026] iwlwifi 0000:04:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
[Po jan 19 11:20:33 2026] iwlwifi 0000:04:00.0: Detected RF GF, rfid=0x10d000
[Po jan 19 11:20:33 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: Firmware: 400a4 vendor: 0x2 v0.60.0, 2 algorithms
[Po jan 19 11:20:33 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431d1f-spkid1-l0.bin: v0.60.0
[Po jan 19 11:20:33 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: spk-prot: C:\Users\dchunyi\Documents\Asus_ROG\Project\G733_Strix15_17\Tuning\20230113\10431503_230113_V1_A0.bi
[Po jan 19 11:20:33 2026] iwlwifi 0000:04:00.0: base HW address: 30:05:05:92:65:a8
[Po jan 19 11:20:33 2026] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
[Po jan 19 11:20:33 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Calibration applied: R0=11124
[Po jan 19 11:20:33 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Firmware Loaded - Type: spk-prot, Gain: 17
[Po jan 19 11:20:33 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: CS35L41 Bound - SSID: 10431D1F, BST: 0, VSPK: 0, CH: L, FW EN: 1, SPKID: 1
[Po jan 19 11:20:33 2026] snd_hda_codec_alc269 hdaudioC0D0: bound i2c-CSC3551:00-cs35l41-hda.0 (ops cs35l41_hda_comp_ops [snd_hda_scodec_cs35l41])
[Po jan 19 11:20:33 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431d1f.wmfw: format 3 timestamp 0x630cb3c2
[Po jan 19 11:20:33 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431d1f.wmfw: Mon 29 Aug 2022 14:40:34 W. Europe Daylight Time
[Po jan 19 11:20:34 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: Firmware: 400a4 vendor: 0x2 v0.60.0, 2 algorithms
[Po jan 19 11:20:34 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431d1f-spkid1-r0.bin: v0.60.0
[Po jan 19 11:20:34 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: spk-prot: C:\Users\dchunyi\Documents\Asus_ROG\Project\G733_Strix15_17\Tuning\20230113\10431503_230113_V1_A1.bi
[Po jan 19 11:20:34 2026] Bluetooth: hci0: Waiting for firmware download to complete
[Po jan 19 11:20:34 2026] Bluetooth: hci0: Firmware loaded in 1125628 usecs
[Po jan 19 11:20:34 2026] Bluetooth: hci0: Waiting for device to boot
[Po jan 19 11:20:34 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Calibration applied: R0=11102
[Po jan 19 11:20:34 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Firmware Loaded - Type: spk-prot, Gain: 17
[Po jan 19 11:20:34 2026] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: CS35L41 Bound - SSID: 10431D1F, BST: 0, VSPK: 0, CH: R, FW EN: 1, SPKID: 1
[Po jan 19 11:20:34 2026] snd_hda_codec_alc269 hdaudioC0D0: bound i2c-CSC3551:00-cs35l41-hda.1 (ops cs35l41_hda_comp_ops [snd_hda_scodec_cs35l41])
[Po jan 19 11:20:34 2026] snd_hda_codec_alc269 hdaudioC0D0: autoconfig for ALC294: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[Po jan 19 11:20:34 2026] snd_hda_codec_alc269 hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[Po jan 19 11:20:34 2026] snd_hda_codec_alc269 hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[Po jan 19 11:20:34 2026] snd_hda_codec_alc269 hdaudioC0D0: mono: mono_out=0x0
[Po jan 19 11:20:34 2026] snd_hda_codec_alc269 hdaudioC0D0: inputs:
[Po jan 19 11:20:34 2026] snd_hda_codec_alc269 hdaudioC0D0: Mic=0x12
[Po jan 19 11:20:34 2026] Bluetooth: hci0: Device booted in 26958 usecs
[Po jan 19 11:20:34 2026] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-0041-0041.ddc
[Po jan 19 11:20:34 2026] Bluetooth: hci0: Applying Intel DDC parameters completed
[Po jan 19 11:20:34 2026] Bluetooth: hci0: Firmware timestamp 2025.20 buildtype 1 build 82053
[Po jan 19 11:20:34 2026] Bluetooth: hci0: Firmware SHA1: 0x937bca4a
[Po jan 19 11:20:34 2026] Bluetooth: hci0: Fseq status: Success (0x00)
[Po jan 19 11:20:34 2026] Bluetooth: hci0: Fseq executed: 00.00.02.41
[Po jan 19 11:20:34 2026] Bluetooth: hci0: Fseq BT Top: 00.00.02.41
[Po jan 19 11:20:34 2026] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:09:00.6/sound/card0/input20
[Po jan 19 11:20:37 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:37 2026] EXT4-fs (nvme0n1p3): mounted filesystem 295c9c49-e4a1-4f98-9ffa-f888b930e04e r/w with ordered data mode. Quota mode: none.
[Po jan 19 11:20:37 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:37 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:37 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:37 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:37 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:37 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:37 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:37 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:37 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:37 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:37 2026] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[Po jan 19 11:20:38 2026] r8169 0000:03:00.0 enp3s0: Link is Down
[Po jan 19 11:20:38 2026] iwlwifi 0000:04:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
[Po jan 19 11:20:38 2026] iwlwifi 0000:04:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[Po jan 19 11:20:38 2026] iwlwifi 0000:04:00.0: WFPM_AUTH_KEY_0: 0x90
[Po jan 19 11:20:38 2026] iwlwifi 0000:04:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
[Po jan 19 11:20:38 2026] iwlwifi 0000:04:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
[Po jan 19 11:20:38 2026] iwlwifi 0000:04:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[Po jan 19 11:20:38 2026] iwlwifi 0000:04:00.0: WFPM_AUTH_KEY_0: 0x90
[Po jan 19 11:20:38 2026] iwlwifi 0000:04:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
[Po jan 19 11:20:38 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:38 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:38 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:38 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:38 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:38 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:42 2026] wlp4s0: authenticate with 84:d8:1b:dc:c7:47 (local address=30:05:05:92:65:a8)
[Po jan 19 11:20:42 2026] wlp4s0: send auth to 84:d8:1b:dc:c7:47 (try 1/3)
[Po jan 19 11:20:42 2026] wlp4s0: authenticated
[Po jan 19 11:20:42 2026] wlp4s0: associate with 84:d8:1b:dc:c7:47 (try 1/3)
[Po jan 19 11:20:42 2026] wlp4s0: RX AssocResp from 84:d8:1b:dc:c7:47 (capab=0x1431 status=0 aid=131)
[Po jan 19 11:20:42 2026] wlp4s0: associated
[Po jan 19 11:20:44 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:44 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:44 2026] Key type dns_resolver registered
[Po jan 19 11:20:44 2026] Key type cifs.idmap registered
[Po jan 19 11:20:44 2026] Use of the less secure dialect vers=1.0 is not recommended unless required for access to very old servers
[Po jan 19 11:20:44 2026] CIFS: VFS: Use of the less secure dialect vers=1.0 is not recommended unless required for access to very old servers
[Po jan 19 11:20:44 2026] CIFS: enabling forceuid mount option implicitly because uid= option is specified
[Po jan 19 11:20:44 2026] CIFS: enabling forcegid mount option implicitly because gid= option is specified
[Po jan 19 11:20:44 2026] CIFS: Attempting to mount //192.168.15.10/g
[Po jan 19 11:20:44 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:44 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:44 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:44 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:44 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:44 2026] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[Po jan 19 11:20:44 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:44 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:44 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:44 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:44 2026] u32 classifier
[Po jan 19 11:20:44 2026] Performance counters on
[Po jan 19 11:20:44 2026] input device check on
[Po jan 19 11:20:44 2026] Actions configured
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:45 2026] rfkill: input handler disabled
[Po jan 19 11:20:45 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:46 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:46 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:46 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:46 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:46 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:46 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:46 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:46 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:46 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:46 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:46 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:47 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:47 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:47 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:47 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:59 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:20:59 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:01 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:01 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:01 2026] systemd-journald[530]: Fixed min_use=3.9G max_use=4G max_size=128M min_size=512K keep_free=4G n_max_files=100
[Po jan 19 11:21:01 2026] systemd-journald[530]: Journal effective settings seal=no keyed_hash=yes compress=ZSTD compress_threshold_bytes=512B
[Po jan 19 11:21:01 2026] systemd-journald[530]: Loaded shared library 'libacl.so.1' via dlopen().
[Po jan 19 11:21:01 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:01 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:01 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:01 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:02 2026] rfkill: input handler enabled
[Po jan 19 11:21:02 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:02 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:02 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:02 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:02 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:02 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:02 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:02 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:02 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:02 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:02 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] rfkill: input handler disabled
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Failed to parse message, ignoring.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] nvme nvme0: using unchecked data buffer
[Po jan 19 11:21:03 2026] block nvme1n1: No UUID available providing old NGUID
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:04 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:04 2026] warning: `gnome-shell' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[Po jan 19 11:21:04 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:04 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:04 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:04 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:04 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:07 2026] wlp4s0: disconnect from AP 84:d8:1b:dc:c7:47 for new auth to 84:d8:1b:dc:c7:46
[Po jan 19 11:21:07 2026] wlp4s0: authenticate with 84:d8:1b:dc:c7:46 (local address=30:05:05:92:65:a8)
[Po jan 19 11:21:07 2026] wlp4s0: send auth to 84:d8:1b:dc:c7:46 (try 1/3)
[Po jan 19 11:21:07 2026] wlp4s0: authenticated
[Po jan 19 11:21:07 2026] wlp4s0: associate with 84:d8:1b:dc:c7:46 (try 1/3)
[Po jan 19 11:21:07 2026] wlp4s0: RX ReassocResp from 84:d8:1b:dc:c7:46 (capab=0x1411 status=0 aid=4)
[Po jan 19 11:21:07 2026] wlp4s0: associated
[Po jan 19 11:21:07 2026] wlp4s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 84:d8:1b:dc:c7:46
[Po jan 19 11:21:09 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:09 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:21:13 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[Po jan 19 11:22:03 2026] systemd-journald[530]: Sent WATCHDOG=1 notification.
[Po jan 19 11:22:30 2026] INFO: task kworker/3:0:39 blocked for more than 122 seconds.
[Po jan 19 11:22:30 2026] Tainted: G W 6.19.0-rc6-dirty #36
[Po jan 19 11:22:30 2026] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[Po jan 19 11:22:30 2026] task:kworker/3:0 state:D stack:0 pid:39 tgid:39 ppid:2 task_flags:0x4208060 flags:0x00080000
[Po jan 19 11:22:30 2026] Workqueue: usb_hub_wq hub_event
[Po jan 19 11:22:30 2026] Call Trace:
[Po jan 19 11:22:30 2026] <TASK>
[Po jan 19 11:22:30 2026] __schedule+0x44d/0x1680
[Po jan 19 11:22:30 2026] ? srso_alias_return_thunk+0x5/0xfbef5
[Po jan 19 11:22:30 2026] ? srso_alias_return_thunk+0x5/0xfbef5
[Po jan 19 11:22:30 2026] ? preempt_schedule_thunk+0x16/0x30
[Po jan 19 11:22:30 2026] schedule+0x27/0xd0
[Po jan 19 11:22:30 2026] schedule_timeout+0xbd/0x100
[Po jan 19 11:22:30 2026] wait_for_completion+0x86/0x140
[Po jan 19 11:22:30 2026] xhci_alloc_dev+0x9f/0x2a0
[Po jan 19 11:22:30 2026] usb_alloc_dev+0x7a/0x3b0
[Po jan 19 11:22:30 2026] hub_event+0x10b4/0x1a20
[Po jan 19 11:22:30 2026] process_one_work+0x192/0x350
[Po jan 19 11:22:30 2026] worker_thread+0x2d6/0x410
[Po jan 19 11:22:30 2026] ? __pfx_worker_thread+0x10/0x10
[Po jan 19 11:22:30 2026] kthread+0xfc/0x240
[Po jan 19 11:22:30 2026] ? __pfx_kthread+0x10/0x10
[Po jan 19 11:22:30 2026] ? __pfx_kthread+0x10/0x10
[Po jan 19 11:22:30 2026] ret_from_fork+0x244/0x280
[Po jan 19 11:22:30 2026] ? __pfx_kthread+0x10/0x10
[Po jan 19 11:22:30 2026] ret_from_fork_asm+0x1a/0x30
[Po jan 19 11:22:30 2026] </TASK>
[Po jan 19 11:23:03 2026] systemd-journald[530]: Successfully sent stream file descriptor to service manager.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: mimicom.txt --]
[-- Type: text/plain; charset="GB18030"; name="mimicom.txt", Size: 270746 bytes --]
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000837ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000085eec0000-0x00000008801fffff] reserved
[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: dbgp_num: 2
[ 0.000000] WARNING: mm/early_ioremap.c:139 at __early_ioremap+0xac/0x190, CPU#0: swapper/0
[ 0.000000] CPU: 0 UID: 0 PID: 0 Comm: swapper Not tainted 6.19.0-rc6-dirty #36 PREEMPT(undef) 264bb0fa2473bb7c2ddc2df64f08dc8677a1cbbe
\x01q\x03\x01q\x01z\x01q\x01\x01\x11\x11\x01\x01qqq\x11q[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
\x01q \x11\x1c \w]<l\x01qs\x03cq\x01\x03\x01\x11\[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: DbC capability found at offset 0x4e0
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: ACPI=0x9453b000 ACPI 2.0=0x9453b014 TPMFinalLog=0x964f2000 SMBIOS=0x9a165000 SMBIOS 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[ 0.000000] e820: remove [mem 0xfee01000-0xffffffff] reserved
[ 0.000000] efi: Remove mem56: MMIO range=[0x860000000-0x8801fffff] (514MB) from e820 map
[ 0.000000] e820: remove [mem 0x860000000-0x8801fffff] reserved
[ 0.000000] SMBIOS 3.5.0 present.
[ 0.000000] DMI: ASUSTeK COMPUTER INC. ROG Strix G713PV_G713PV/G713PV, BIOS G713PV.336 10/01/2025
[ 0.000000] DMI: Memory slots populated: 2/2
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2994.262 MHz processor
[ 0.000130] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000131] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000135] last_pfn = 0x85de80 max_arch_pfn = 0x400000000
[ 0.000140] MTRR map: 6 entries (3 fixed + 3 variable; max 20), built from 9 variable MTRRs
[ 0.002710] esrt: Reserving ESRT space from 0x000000008b3d2198 to 0x000000008b3d21d0.
[ 0.002725] Using GB pages for direct mapping
[ 0.003096] ACPI: XSDT 0x000000009453A728 00014C (v01 _ASUS_ Notebook 01072009 AMI 01000013)
[ 0.003100] ACPI: FACP 0x000000009452F000 000114 (v06 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003102] ACPI: DSDT 0x0000000094520000 00EF7C (v02 _ASUS_ Notebook 01072009 INTL 20230331)
[ 0.003104] ACPI: FACS 0x0000000096522000 000040
[ 0.003105] ACPI: IVRS 0x0000000094539000 0001A4 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.003106] ACPI: SSDT 0x0000000094531000 007F51 (v02 AMD Vortex 00000002 MSFT 05000000)
[ 0.003107] ACPI: SSDT 0x0000000094530000 000309 (v02 _ASUS_ CPUSSDT 01072009 AMI 01072009)
[ 0.003108] ACPI: FIDT 0x000000009451F000 00009C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003109] ACPI: MCFG 0x000000009451E000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
[ 0.003110] ACPI: HPET 0x000000009451D000 000038 (v01 _ASUS_ Notebook 01072009 AMI 00000005)
[ 0.003111] ACPI: FPDT 0x000000009451C000 000044 (v01 _ASUS_ A M I 01072009 AMI 01000013)
[ 0.003112] ACPI: VFCT 0x0000000094511000 00AE84 (v01 _ASUS_ Notebook 00000001 AMD 33504F47)
[ 0.003112] ACPI: BGRT 0x0000000094510000 000038 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003113] ACPI: TPM2 0x000000009450F000 00004C (v04 _ASUS_ Notebook 00000001 AMI 00000000)
[ 0.003114] ACPI: SSDT 0x0000000094507000 0074CE (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.003115] ACPI: CRAT 0x0000000094505000 001628 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.003116] ACPI: CDIT 0x0000000094504000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.003117] ACPI: SSDT 0x00000000944F9000 00A9F1 (v02 AMD DISCUSB4 00000002 INTL 20230331)
[ 0.003118] ACPI: SSDT 0x00000000944F8000 0006B5 (v02 AMD CPMWLRC 00000001 INTL 20230331)
[ 0.003119] ACPI: SSDT 0x00000000944F6000 0015B8 (v02 AMD CPMDFIG2 00000001 INTL 20230331)
[ 0.003120] ACPI: SSDT 0x00000000944F3000 0029DC (v02 AMD CDFAAIG2 00000001 INTL 20230331)
[ 0.003121] ACPI: SSDT 0x00000000944ED000 003949 (v02 _ASUS_ Nv18dGPU 00000001 INTL 20230331)
[ 0.003122] ACPI: SSDT 0x00000000944E3000 009713 (v02 AMD CPMCMN 00000001 INTL 20230331)
[ 0.003123] ACPI: SSDT 0x00000000944E0000 0022AD (v02 AMD AOD 00000001 INTL 20230331)
[ 0.003124] ACPI: SSDT 0x00000000944F2000 000EA2 (v02 AMD NVME 00000001 INTL 20230331)
[ 0.003125] ACPI: SSDT 0x00000000944F1000 000EA2 (v02 AMD NVME 00000001 INTL 20230331)
[ 0.003126] ACPI: WSMT 0x00000000944DF000 000028 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003127] ACPI: APIC 0x00000000944DE000 00015E (v05 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003128] ACPI: SSDT 0x00000000944DC000 001BAF (v02 AMD GPP_PME_ 00000001 INTL 20230331)
[ 0.003129] ACPI: SSDT 0x00000000944DB000 0006DA (v02 AMD EXTGPP00 00000001 INTL 20230331)
[ 0.003129] ACPI: SSDT 0x00000000944DA000 000952 (v02 AMD CPMMSOSC 00000001 INTL 20230331)
[ 0.003131] ACPI: SSDT 0x00000000944D9000 000464 (v02 AMD AMDWOV 00000001 INTL 20230331)
[ 0.003132] ACPI: SSDT 0x00000000944D8000 000E06 (v02 AMD CPMUCSI 00000001 INTL 20230331)
[ 0.003133] ACPI: SSDT 0x00000000944D7000 00008D (v02 AMD CPMMSLPI 00000001 INTL 20230331)
[ 0.003133] ACPI: SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 0.003134] ACPI: SSDT 0x00000000944D5000 00066F (v02 AMD XHCI 00000001 INTL 20230331)
[ 0.003135] ACPI: SSDT 0x00000000944D4000 00070D (v02 AMD GPIORPL 00000001 INTL 20230331)
[ 0.003136] ACPI: SSDT 0x00000000944D3000 000D67 (v02 AMD UPEPRPL 00000001 INTL 20230331)
[ 0.003137] ACPI: SSDT 0x00000000944D2000 00067B (v02 AMD GPPRPL 00000001 INTL 20230331)
[ 0.003138] ACPI: SSDT 0x00000000944D0000 00102E (v02 AMD CPMACPV7 00000001 INTL 20230331)
[ 0.003139] ACPI: Reserving FACP table memory at [mem 0x9452f000-0x9452f113]
[ 0.003140] ACPI: Reserving DSDT table memory at [mem 0x94520000-0x9452ef7b]
[ 0.003140] ACPI: Reserving FACS table memory at [mem 0x96522000-0x9652203f]
[ 0.003140] ACPI: Reserving IVRS table memory at [mem 0x94539000-0x945391a3]
[ 0.003140] ACPI: Reserving SSDT table memory at [mem 0x94531000-0x94538f50]
[ 0.003141] ACPI: Reserving SSDT table memory at [mem 0x94530000-0x94530308]
[ 0.003141] ACPI: Reserving FIDT table memory at [mem 0x9451f000-0x9451f09b]
[ 0.003141] ACPI: Reserving MCFG table memory at [mem 0x9451e000-0x9451e03b]
[ 0.003141] ACPI: Reserving HPET table memory at [mem 0x9451d000-0x9451d037]
[ 0.003142] ACPI: Reserving FPDT table memory at [mem 0x9451c000-0x9451c043]
[ 0.003142] ACPI: Reserving VFCT table memory at [mem 0x94511000-0x9451be83]
[ 0.003142] ACPI: Reserving BGRT table memory at [mem 0x94510000-0x94510037]
[ 0.003142] ACPI: Reserving TPM2 table memory at [mem 0x9450f000-0x9450f04b]
[ 0.003143] ACPI: Reserving SSDT table memory at [mem 0x94507000-0x9450e4cd]
[ 0.003143] ACPI: Reserving CRAT table memory at [mem 0x94505000-0x94506627]
[ 0.003143] ACPI: Reserving CDIT table memory at [mem 0x94504000-0x94504028]
[ 0.003143] ACPI: Reserving SSDT table memory at [mem 0x944f9000-0x945039f0]
[ 0.003144] ACPI: Reserving SSDT table memory at [mem 0x944f8000-0x944f86b4]
[ 0.003144] ACPI: Reserving SSDT table memory at [mem 0x944f6000-0x944f75b7]
[ 0.003144] ACPI: Reserving SSDT table memory at [mem 0x944f3000-0x944f59db]
[ 0.003144] ACPI: Reserving SSDT table memory at [mem 0x944ed000-0x944f0948]
[ 0.003145] ACPI: Reserving SSDT table memory at [mem 0x944e3000-0x944ec712]
[ 0.003145] ACPI: Reserving SSDT table memory at [mem 0x944e0000-0x944e22ac]
[ 0.003145] ACPI: Reserving SSDT table memory at [mem 0x944f2000-0x944f2ea1]
[ 0.003145] ACPI: Reserving SSDT table memory at [mem 0x944f1000-0x944f1ea1]
[ 0.003146] ACPI: Reserving WSMT table memory at [mem 0x944df000-0x944df027]
[ 0.003146] ACPI: Reserving APIC table memory at [mem 0x944de000-0x944de15d]
[ 0.003146] ACPI: Reserving SSDT table memory at [mem 0x944dc000-0x944ddbae]
[ 0.003146] ACPI: Reserving SSDT table memory at [mem 0x944db000-0x944db6d9]
[ 0.003147] ACPI: Reserving SSDT table memory at [mem 0x944da000-0x944da951]
[ 0.003147] ACPI: Reserving SSDT table memory at [mem 0x944d9000-0x944d9463]
[ 0.003147] ACPI: Reserving SSDT table memory at [mem 0x944d8000-0x944d8e05]
[ 0.003147] ACPI: Reserving SSDT table memory at [mem 0x944d7000-0x944d708c]
[ 0.003148] ACPI: Reserving SSDT table memory at [mem 0x944d6000-0x944d68f1]
[ 0.003148] ACPI: Reserving SSDT table memory at [mem 0x944d5000-0x944d566e]
[ 0.003148] ACPI: Reserving SSDT table memory at [mem 0x944d4000-0x944d470c]
[ 0.003148] ACPI: Reserving SSDT table memory at [mem 0x944d3000-0x944d3d66]
[ 0.003149] ACPI: Reserving SSDT table memory at [mem 0x944d2000-0x944d267a]
[ 0.003149] ACPI: Reserving SSDT table memory at [mem 0x944d0000-0x944d102d]
[ 0.003202] No NUMA configuration found
[ 0.003203] Faking a node at [mem 0x0000000000000000-0x000000085de7ffff]
[ 0.003206] NODE_DATA(0) allocated [mem 0x85de55280-0x85de7ffff]
[ 0.003312] xhci_dbc:xdbc_early_setup: DCE successfully cleared
[ 0.003314] xhci_dbc:xdbc_early_setup: Successfully got xdbc table_dma page
[ 0.003315] xhci_dbc:xdbc_early_setup: Successfully got xdbc out_dma page
[ 0.003315] xhci_dbc:xdbc_early_setup: Successfully allocated event ring
[ 0.003316] xhci_dbc:xdbc_early_setup: Successfully allocated in ring
[ 0.003316] xhci_dbc:xdbc_early_setup: Successfully allocated out ring
[ 0.578971] xhci_dbc:xdbc_start: DbC is running now, control 0x8e0f0003 port ID 3
[ 0.578973] printk: legacy console [earlyxdbc0] enabled
[ 0.578979] xhci_dbc:xdbc_handle_port_status: connect status change event
[ 0.578979] xhci_dbc:xdbc_handle_port_status: port reset change event
[ 0.684644] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 0.684645] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 0.684645] }
[ 0.790306] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 0.790306] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-provided physical RAM map:
[ 0.790306] root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 0.790306] }
[ 0.895964] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 0.895964] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.895964] 95a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 0.895964] }
[ 1.001615] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 1.001615] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 1.001615] a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 1.001615] }
[ 1.107265] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 1.107265] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afefff] usable
[ 1.107265]
[ 1.107265] a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 1.107265] }
[ 1.212915] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 1.212915] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x0000000009aff000-0x0000000009ffffff] reserved
[ 1.212915] a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 1.212915] }
[ 1.318566] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 1.318566] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 1.318566]
[ 1.318566] a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 1.318566] }
[ 1.424216] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 1.424216] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a211fff] ACPI NVS
[ 1.424216] a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 1.424216] }
[ 1.529867] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 1.529867] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000000a212000-0x000000008e43bfff] usable
[ 1.529867]
[ 1.529867] a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 1.529867] }
[ 1.635517] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 1.635517] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000008e43c000-0x000000009443bfff] reserved
[ 1.635517] a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 1.635517] }
[ 1.741167] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 1.741168] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000009443c000-0x000000009453bfff] ACPI data
[ 1.741168] 3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 1.741168] }
[ 1.846817] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 1.846817] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000009453c000-0x000000009653bfff] ACPI NVS
[ 1.846817]
[ 1.846817] 3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 1.846817] }
[ 1.952468] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 1.952468] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000009653c000-0x000000009a5fefff] reserved
[ 1.952468]
[ 1.952468] 3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 1.952468] }
[ 2.058118] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.058118] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000009a5ff000-0x000000009bffafff] usable
[ 2.058118]
[ 2.058118]
[ 2.058118] 3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.058118] }
[ 2.163768] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.163768] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000009bffb000-0x000000009cffffff] reserved
[ 2.163768]
[ 2.163768] 3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.163768] }
[ 2.269419] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.269419] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000009d7f3000-0x000000009fffffff] reserved
[ 2.269419]
[ 2.269419] 3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.269419] }
[ 2.375070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.375070] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 2.375070]
[ 2.375070] 3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.375070] }
[ 2.480720] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.480720] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[ 2.480720]
[ 2.480720] 3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.480720] }
[ 2.586371] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.586371] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000837ffffff] usable
[ 2.586371]
[ 2.586371]
[ 2.586371] 3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.586371] }
[ 2.692022] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.692022] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x0000000838000000-0x0000000857ffffff] reserved
[ 2.692022]
[ 2.692022] 3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.692022] }
[ 2.797672] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.797672] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x0000000858000000-0x000000085de7ffff] usable
[ 2.797672]
[ 2.797672]
[ 2.797672] 3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.797672] }
[ 2.903322] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 2.903322] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000085eec0000-0x00000008801fffff] reserved
[ 2.903322]
[ 2.903322] 3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 2.903322] }
[ 3.008973] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.008973] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[ 3.008973]
[ 3.008973] 3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.008973] }
[ 3.114623] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.114623] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: dbgp_num: 2
[ 3.114623] fff] reserved
[ 3.114623]
[ 3.114623] 3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.114623] }
[ 3.220274] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.220274] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ------------[ cut here ]------------
[ 3.220274] bgp_num: 2
[ 3.220274] fff] reserved
[ 3.220274]
[ 3.220274] 3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.220274] }
[ 3.325926] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.325926] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] WARNING: mm/early_ioremap.c:139 at __early_ioremap+0xac/0x190, CPU#0: swapper/0
[ 3.325926] earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.325926] }
[ 3.431576] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.431577] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] Modules linked in:
[ 3.431577] remap.c:139 at __early_ioremap+0xac/0x190, CPU#0: swapper/0
[ 3.431577] earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.431577] }
[ 3.537227] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.537227] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CPU: 0 UID: 0 PID: 0 Comm: swapper Not tainted 6.19.0-rc6-dirty #36 PREEMPT(undef) 264bb0fa2473bb7c2ddc2df64f08dc8677a1cbbe
[ 3.537227] sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.537227] }
[ 3.642878] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.642878] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] RIP: 0010:__early_ioremap+0xac/0x190
[ 3.642878] tainted 6.19.0-rc6-dirty #36 PREEMPT(undef) 264bb0fa2473bb7c2ddc2df64f08dc8677a1cbbe
[ 3.642878] sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.642878] }
[ 3.748528] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.748529] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] Code: 40 dd 9a 96 4c 89 ca 48 81 e3 00 f0 ff ff 48 81 e2 00 f0 ff ff 48 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 3.748529] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.748529] }
[ 3.854180] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.854180] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] RSP: 0000:ffffffff96003cb8 EFLAGS: 00010006 ORIG_RAX: 0000000000000000
[ 3.854180] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 3.854180] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.854180] }
[ 3.959831] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 3.959831] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] RAX: 0000000000000000 RBX: 0000000000100000 RCX: 0000000000100000
[ 3.959831] 000
[ 3.959831] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 3.959831] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 3.959831] }
[ 4.065482] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 4.065482] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] RDX: 0000000000000100 RSI: 0000000000100000 RDI: 00000000fc200000
[ 4.065482] 000
[ 4.065482] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 4.065482] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 4.065482] }
[ 4.171132] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 4.171132] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] RBP: 0000000000000100 R08: 0000000000000000 R09: 00000000fc200000
[ 4.171132] 000
[ 4.171132] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 4.171132] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 4.171132] }
[ 4.276783] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 4.276783] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] R10: ffffffff9607c1c0 R11: ffffffff96003ad0 R12: 8000000000000163
[ 4.276783] 000
[ 4.276783] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 4.276783] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 4.276783] }
[ 4.382434] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 4.382434] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] R13: 0000000000000000 R14: 0000000000000000 R15: 00000000fc200000
[ 4.382434] 000
[ 4.382434] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 4.382434] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 4.382434] }
[ 4.488085] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 4.488085] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] FS: 0000000000000000(0000) GS:0000000000000000(0000) knlGS:0000000000000000
[ 4.488085] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 4.488085] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 4.488085] }
[ 4.593735] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 4.593736] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4.593736] 0) knlGS:0000000000000000
[ 4.593736] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 4.593736] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 4.593736] }
[ 4.699386] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 4.699386] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CR2: ffff888000000413 CR3: 0000000803ab4000 CR4: 00000000000000b0
[ 4.699386] 000000000
[ 4.699386] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 4.699386] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 4.699386] }
[ 4.805036] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 4.805037] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] Call Trace:
[ 4.805037] 00000413 CR3: 0000000803ab4000 CR4: 00000000000000b0
[ 4.805037] 000000000
[ 4.805037] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 4.805037] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 4.805037] }
[ 4.910687] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 4.910687] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] <TASK>
[ 4.910687] e:
[ 4.910687] 00000413 CR3: 0000000803ab4000 CR4: 00000000000000b0
[ 4.910687] 000000000
[ 4.910687] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 4.910687] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 4.910687] }
[ 5.016333] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 5.016333] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? early_xdbc_parse_parameter+0x3b7/0x430
[ 5.016333] CR4: 00000000000000b0
[ 5.016333] 000000000
[ 5.016333] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 5.016333] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 5.016333] }
[ 5.121984] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 5.121984] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? setup_early_printk+0x51b/0x540
[ 5.121984] /0x430
[ 5.121984] CR4: 00000000000000b0
[ 5.121984] 000000000
[ 5.121984] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 5.121984] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 5.121984] }
[ 5.227635] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 5.227635] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? do_early_param+0x44/0x70
[ 5.227635] x540
[ 5.227635] /0x430
[ 5.227635] CR4: 00000000000000b0
[ 5.227635] 000000000
[ 5.227635] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 5.227635] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 5.227635] }
[ 5.333286] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 5.333286] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? parse_args+0x1e9/0x420
[ 5.333286]
[ 5.333286] x540
[ 5.333286] /0x430
[ 5.333286] CR4: 00000000000000b0
[ 5.333286] 000000000
[ 5.333286] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 5.333286] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 5.333286] }
[ 5.438936] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 5.438936] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? __pfx_do_early_param+0x10/0x10
[ 5.438936] /0x430
[ 5.438936] CR4: 00000000000000b0
[ 5.438936] 000000000
[ 5.438936] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 5.438936] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 5.438936] }
[ 5.544587] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 5.544588] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? parse_early_options+0x29/0x30
[ 5.544588]
[ 5.544588] /0x430
[ 5.544588] CR4: 00000000000000b0
[ 5.544588] 000000000
[ 5.544588] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 5.544588] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 5.544588] }
[ 5.650238] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 5.650239] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? __pfx_do_early_param+0x10/0x10
[ 5.650239] /0x430
[ 5.650239] CR4: 00000000000000b0
[ 5.650239] 000000000
[ 5.650239] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 5.650239] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 5.650239] }
[ 5.755889] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 5.755889] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? parse_early_param+0x64/0xc0
[ 5.755889] 0
[ 5.755889] /0x430
[ 5.755889] CR4: 00000000000000b0
[ 5.755889] 000000000
[ 5.755889] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 5.755889] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 5.755889] }
[ 5.861540] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 5.861540] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? setup_arch+0x4c7/0xb60
[ 5.861540] xc0
[ 5.861540] 0
[ 5.861540] /0x430
[ 5.861540] CR4: 00000000000000b0
[ 5.861540] 000000000
[ 5.861540] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 5.861540] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 5.861540] }
[ 5.967190] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 5.967190] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? _printk+0x6b/0x90
[ 5.967190] b60
[ 5.967190] xc0
[ 5.967190] 0
[ 5.967190] /0x430
[ 5.967190] CR4: 00000000000000b0
[ 5.967190] 000000000
[ 5.967190] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 5.967190] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 5.967190] }
[ 6.072841] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 6.072841] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? start_kernel+0x6b/0xa60
[ 6.072841] c0
[ 6.072841] 0
[ 6.072841] /0x430
[ 6.072841] CR4: 00000000000000b0
[ 6.072841] 000000000
[ 6.072841] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 6.072841] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 6.072841] }
[ 6.178491] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 6.178491] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? x86_64_start_reservations+0x24/0x30
[ 6.178491] 0
[ 6.178491] CR4: 00000000000000b0
[ 6.178491] 000000000
[ 6.178491] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 6.178491] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 6.178491] }
[ 6.284142] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 6.284142] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? x86_64_start_kernel+0xd3/0xe0
[ 6.284142] 0x30
[ 6.284142] 0
[ 6.284142] CR4: 00000000000000b0
[ 6.284142] 000000000
[ 6.284142] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 6.284142] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 6.284142] }
[ 6.389793] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 6.389793] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? common_startup_64+0x13e/0x141
[ 6.389793] 0x30
[ 6.389793] 0
[ 6.389793] CR4: 00000000000000b0
[ 6.389793] 000000000
[ 6.389793] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 6.389793] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 6.389793] }
[ 6.495443] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 6.495443] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] </TASK>
[ 6.495443] startup_64+0x13e/0x141
[ 6.495443] 0x30
[ 6.495443] 0
[ 6.495443] CR4: 00000000000000b0
[ 6.495443] 000000000
[ 6.495443] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 6.495443] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 6.495443] }
[ 6.601094] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 6.601094] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ---[ end trace 0000000000000000 ]---
[ 6.601094]
[ 6.601094] 0
[ 6.601094] CR4: 00000000000000b0
[ 6.601094] 000000000
[ 6.601094] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 6.601094] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 6.601094] }
[ 6.706744] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 6.706745] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Failed to ioremap xhci-dbc with size 0x100000
[ 6.706745] 0
[ 6.706745] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 6.706745] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 6.706745] }
[ 6.812395] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 6.812395] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Retry xhci-dbc ioremap with reduced size 0x80000
[ 6.812395] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 6.812395] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 6.812395] }
[ 6.918045] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 6.918045] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ------------[ cut here ]------------
[ 6.918045] -dbc ioremap with reduced size 0x80000
[ 6.918045] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 6.918045] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 6.918045] }
[ 7.023696] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 7.023696] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] WARNING: mm/early_ioremap.c:139 at __early_ioremap+0xac/0x190, CPU#0: swapper/0
[ 7.023696] 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 7.023696] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 7.023696] }
[ 7.129347] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 7.129347] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] Modules linked in:
[ 7.129347] remap.c:139 at __early_ioremap+0xac/0x190, CPU#0: swapper/0
[ 7.129347] 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 7.129347] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 7.129347] }
[ 7.234997] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 7.234998] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CPU: 0 UID: 0 PID: 0 Comm: swapper Tainted: G W 6.19.0-rc6-dirty #36 PREEMPT(undef) 264bb0fa2473bb7c2ddc2df64f08dc8677a1cbbe
[ 7.234998] 2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 7.234998] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 7.234998] }
[ 7.340648] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 7.340648] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] Tainted: [W]=WARN
[ 7.340648] 0 Comm: swapper Tainted: G W 6.19.0-rc6-dirty #36 PREEMPT(undef) 264bb0fa2473bb7c2ddc2df64f08dc8677a1cbbe
[ 7.340648] 2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 7.340648] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 7.340648] }
[ 7.446299] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 7.446299] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] RIP: 0010:__early_ioremap+0xac/0x190
[ 7.446299] nted: G W 6.19.0-rc6-dirty #36 PREEMPT(undef) 264bb0fa2473bb7c2ddc2df64f08dc8677a1cbbe
[ 7.446299] 2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 7.446299] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 7.446299] }
[ 7.551950] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 7.551950] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] Code: 40 dd 9a 96 4c 89 ca 48 81 e3 00 f0 ff ff 48 81 e2 00 f0 ff ff 48 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 7.551950] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 7.551950] }
[ 7.657600] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 7.657600] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] RSP: 0000:ffffffff96003cb8 EFLAGS: 00010002 ORIG_RAX: 0000000000000000
[ 7.657600] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 7.657600] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 7.657600] }
[ 7.763251] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 7.763251] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] RAX: 0000000000000000 RBX: 0000000000080000 RCX: 0000000000080000
[ 7.763251] 000
[ 7.763251] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 7.763251] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 7.763251] }
[ 7.868901] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 7.868902] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] RDX: 0000000000000080 RSI: 0000000000080000 RDI: 00000000fc200000
[ 7.868902] 000
[ 7.868902] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 7.868902] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 7.868902] }
[ 7.974552] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 7.974552] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] RBP: 0000000000000080 R08: 0000000000000000 R09: 00000000fc200000
[ 7.974552] 000
[ 7.974552] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 7.974552] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 7.974552] }
[ 8.080203] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 8.080203] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] R10: ffffffff9607c1c0 R11: ffffffff96003ad0 R12: 8000000000000163
[ 8.080203] 000
[ 8.080203] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 8.080203] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 8.080203] }
[ 8.185854] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 8.185854] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] R13: 0000000000000000 R14: 0000000000000000 R15: 00000000fc200000
[ 8.185854] 000
[ 8.185854] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 8.185854] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 8.185854] }
[ 8.291504] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 8.291504] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] FS: 0000000000000000(0000) GS:0000000000000000(0000) knlGS:0000000000000000
[ 8.291504] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 8.291504] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 8.291504] }
[ 8.397154] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 8.397154] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 8.397154] 0) knlGS:0000000000000000
[ 8.397154] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 8.397154] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 8.397154] }
[ 8.502805] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 8.502805] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CR2: ffff888000000413 CR3: 0000000803ab4000 CR4: 00000000000000b0
[ 8.502805] 000000000
[ 8.502805] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 8.502805] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 8.502805] }
[ 8.608455] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 8.608455] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] Call Trace:
[ 8.608455] 00000413 CR3: 0000000803ab4000 CR4: 00000000000000b0
[ 8.608455] 000000000
[ 8.608455] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 8.608455] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 8.608455] }
[ 8.714105] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 8.714105] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] <TASK>
[ 8.714105] e:
[ 8.714105] 00000413 CR3: 0000000803ab4000 CR4: 00000000000000b0
[ 8.714105] 000000000
[ 8.714105] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 8.714105] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 8.714105] }
[ 8.819755] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 8.819755] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? early_xdbc_parse_parameter+0x3b7/0x430
[ 8.819755] CR4: 00000000000000b0
[ 8.819755] 000000000
[ 8.819755] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 8.819755] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 8.819755] }
[ 8.925407] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 8.925407] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? setup_early_printk+0x51b/0x540
[ 8.925407] /0x430
[ 8.925407] CR4: 00000000000000b0
[ 8.925407] 000000000
[ 8.925407] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 8.925407] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 8.925407] }
[ 9.031058] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 9.031058] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? do_early_param+0x44/0x70
[ 9.031058] x540
[ 9.031058] /0x430
[ 9.031058] CR4: 00000000000000b0
[ 9.031058] 000000000
[ 9.031058] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 9.031058] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 9.031058] }
[ 9.136709] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 9.136709] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? parse_args+0x1e9/0x420
[ 9.136709]
[ 9.136709] x540
[ 9.136709] /0x430
[ 9.136709] CR4: 00000000000000b0
[ 9.136709] 000000000
[ 9.136709] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 9.136709] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 9.136709] }
[ 9.242359] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 9.242359] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? __pfx_do_early_param+0x10/0x10
[ 9.242359] /0x430
[ 9.242359] CR4: 00000000000000b0
[ 9.242359] 000000000
[ 9.242359] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 9.242359] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 9.242359] }
[ 9.348010] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 9.348010] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? parse_early_options+0x29/0x30
[ 9.348010]
[ 9.348010] /0x430
[ 9.348010] CR4: 00000000000000b0
[ 9.348010] 000000000
[ 9.348010] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 9.348010] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 9.348010] }
[ 9.453660] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 9.453660] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? __pfx_do_early_param+0x10/0x10
[ 9.453660] /0x430
[ 9.453660] CR4: 00000000000000b0
[ 9.453660] 000000000
[ 9.453660] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 9.453660] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 9.453660] }
[ 9.559311] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 9.559311] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? parse_early_param+0x64/0xc0
[ 9.559311] 0
[ 9.559311] /0x430
[ 9.559311] CR4: 00000000000000b0
[ 9.559311] 000000000
[ 9.559311] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 9.559311] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 9.559311] }
[ 9.664962] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 9.664962] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? setup_arch+0x4c7/0xb60
[ 9.664962] xc0
[ 9.664962] 0
[ 9.664962] /0x430
[ 9.664962] CR4: 00000000000000b0
[ 9.664962] 000000000
[ 9.664962] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 9.664962] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 9.664962] }
[ 9.770612] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 9.770612] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? _printk+0x6b/0x90
[ 9.770612] b60
[ 9.770612] xc0
[ 9.770612] 0
[ 9.770612] /0x430
[ 9.770612] CR4: 00000000000000b0
[ 9.770612] 000000000
[ 9.770612] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 9.770612] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 9.770612] }
[ 9.876263] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 9.876263] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? start_kernel+0x6b/0xa60
[ 9.876263] c0
[ 9.876263] 0
[ 9.876263] /0x430
[ 9.876263] CR4: 00000000000000b0
[ 9.876263] 000000000
[ 9.876263] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 9.876263] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 9.876263] }
[ 9.981914] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 9.981914] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? x86_64_start_reservations+0x24/0x30
[ 9.981914] 0
[ 9.981914] CR4: 00000000000000b0
[ 9.981914] 000000000
[ 9.981914] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 9.981914] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 9.981914] }
[ 10.087565] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 10.087565] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? x86_64_start_kernel+0xd3/0xe0
[ 10.087565] 0x30
[ 10.087565] 0
[ 10.087565] CR4: 00000000000000b0
[ 10.087565] 000000000
[ 10.087565] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 10.087565] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 10.087565] }
[ 10.193215] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 10.193216] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ? common_startup_64+0x13e/0x141
[ 10.193216] 0x30
[ 10.193216] 0
[ 10.193216] CR4: 00000000000000b0
[ 10.193216] 000000000
[ 10.193216] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 10.193216] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 10.193216] }
[ 10.298866] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 10.298866] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] </TASK>
[ 10.298866] startup_64+0x13e/0x141
[ 10.298866] 0x30
[ 10.298866] 0
[ 10.298866] CR4: 00000000000000b0
[ 10.298866] 000000000
[ 10.298866] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 10.298866] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 10.298866] }
[ 10.404517] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 10.404517] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] ---[ end trace 0000000000000000 ]---
[ 10.404517]
[ 10.404517] 0
[ 10.404517] CR4: 00000000000000b0
[ 10.404517] 000000000
[ 10.404517] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 10.404517] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 10.404517] }
[ 10.510167] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 10.510167] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Failed to ioremap xhci-dbc with size 0x80000
[ 10.510167] 00
[ 10.510167] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 10.510167] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 10.510167] }
[ 10.615818] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 10.615818] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] xhci_dbc:xdbc_map_pci_mmio: Retry xhci-dbc ioremap with reduced size 0x40000
[ 10.615818] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 10.615818] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 10.615818] }
[ 10.721468] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 10.721468] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x480
[ 10.721468] 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 10.721468] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 10.721468] }
[ 10.827119] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 10.827119] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x490
[ 10.827119] 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 10.827119] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 10.827119] }
[ 10.932770] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 10.932770] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x4a0
[ 10.932770] 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 10.932770] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 10.932770] }
[ 11.038421] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 11.038421] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x4c0
[ 11.038421] 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 11.038421] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 11.038421] }
[ 11.144071] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 11.144071] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] xhci_dbc:early_xdbc_parse_parameter: Looking for DbC capability at offset 0x4e0
[ 11.144071] 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 11.144071] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 11.144071] }
[ 11.296651] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 11.296651] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] printk: debug: ignoring loglevel setting.
[ 11.296651] pability found at offset 0x4e0
[ 11.296651] x4e0
[ 11.296651] 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 11.296651] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 11.296651] }
[ 11.479150] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 11.479150] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] APIC: Static calls initialized
[ 11.479150] active
[ 11.479150]
[ 11.479150] pability found at offset 0x4e0
[ 11.479150] x4e0
[ 11.479150] 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 11.479150] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 11.479150] }
[ 11.584822] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 11.584822] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] efi: EFI v2.8 by American Megatrends
[ 11.584822] e
[ 11.584822]
[ 11.584822] pability found at offset 0x4e0
[ 11.584822] x4e0
[ 11.584822] 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 11.584822] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 11.584822] }
[ 11.691979] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 11.691979] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] random: crng init done
[ 11.691979] I 2.0=0x9453b014 TPMFinalLog=0x964f2000 SMBIOS=0x9a165000 SMBIOS 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 11.691979] 05
[ 11.691979] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 11.691979] }
[ 11.797652] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 11.797652] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] efi: Remove mem50: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[ 11.797652] 5000 SMBIOS 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 11.797652] 05
[ 11.797652] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 11.797652] }
[ 11.924019] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 11.924019] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] efi: Remove mem51: MMIO range=[0xfd000000-0xfedfffff] (30MB) from e820 map
[ 11.924019]
[ 11.924019] 5000 SMBIOS 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 11.924019] 05
[ 11.924019] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 11.924019] }
[ 12.029670] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 12.029670] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] e820: remove [mem 0xfd000000-0xfedfffff] reserved
[ 12.029670] f] (30MB) from e820 map
[ 12.029670]
[ 12.029670] 5000 SMBIOS 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 12.029670] 05
[ 12.029670] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 12.029670] }
[ 12.135320] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 12.135320] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] efi: Not removing mem52: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 12.135320] SMBIOS 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 12.135320] 05
[ 12.135320] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 12.135320] }
[ 12.240970] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 12.240970] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] efi: Remove mem53: MMIO range=[0xfee01000-0xffffffff] (17MB) from e820 map
[ 12.240970] map
[ 12.240970] SMBIOS 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 12.240970] 05
[ 12.240970] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 12.240970] }
[ 12.725236] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 12.725236] xhci_dbc:early_xdbc_write: missed message {[ 0.000141] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 12.725236] variable MTRRs
[ 12.725236] 2025
[ 12.725236] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 12.725236] 05
[ 12.725236] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 12.725236] }
[ 12.830887] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 12.830888] xhci_dbc:early_xdbc_write: missed message {[ 0.000378] last_pfn = 0x9bffb max_arch_pfn = 0x400000000
[ 12.830888] B WP UC- WT
[ 12.830888] variable MTRRs
[ 12.830888] 2025
[ 12.830888] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 12.830888] 05
[ 12.830888] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 12.830888] }
[ 12.968154] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 12.968155] xhci_dbc:early_xdbc_write: missed message {[ 0.002715] e820: update [mem 0x8b3d2000-0x8b3d2fff] usable ==> reserved
[ 12.968155] 008b3d21d0.
[ 12.968155] TRRs
[ 12.968155] 2025
[ 12.968155] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 12.968155] 05
[ 12.968155] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 12.968155] }
[ 13.177807] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 13.177807] xhci_dbc:early_xdbc_write: missed message {[ 0.002973] Secure boot disabled
[ 13.177807] ect mapping
[ 13.177807] 2fff] usable ==> reserved
[ 13.177807] 008b3d21d0.
[ 13.177807] TRRs
[ 13.177807] 2025
[ 13.177807] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 13.177807] 05
[ 13.177807] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 13.177807] }
[ 13.283478] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 13.283478] xhci_dbc:early_xdbc_write: missed message {[ 0.002973] RAMDISK: [mem 0x78fd2000-0x84bb6fff]
[ 13.283478] f] usable ==> reserved
[ 13.283478] 008b3d21d0.
[ 13.283478] TRRs
[ 13.283478] 2025
[ 13.283478] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 13.283478] 05
[ 13.283478] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 13.283478] }
[ 13.389149] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 13.389149] xhci_dbc:early_xdbc_write: missed message {[ 0.003091] ACPI: Early table checksum verification disabled
[ 13.389149] > reserved
[ 13.389149] 008b3d21d0.
[ 13.389149] TRRs
[ 13.389149] 2025
[ 13.389149] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 13.389149] 05
[ 13.389149] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 13.389149] }
[ 13.494822] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 13.494822] xhci_dbc:early_xdbc_write: missed message {[ 0.003094] ACPI: RSDP 0x000000009453B014 000024 (v02 _ASUS_)
[ 13.494822] reserved
[ 13.494822] 008b3d21d0.
[ 13.494822] TRRs
[ 13.494822] 2025
[ 13.494822] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 13.494822] 05
[ 13.494822] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 13.494822] }
[ 23.272314] Zone ranges:
[ 23.302652] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 23.332244] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 23.362566] Normal [mem 0x0000000100000000-0x000000085de7ffff]
[ 23.392158] Device empty
[ 23.422596] Movable zone start for each node
[ 23.453245] Early memory node ranges
[ 23.483254] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 23.513164] node 0: [mem 0x0000000000100000-0x0000000009afefff]
[ 23.543179] node 0: [mem 0x000000000a000000-0x000000000a1fffff]
[ 23.573088] node 0: [mem 0x000000000a212000-0x000000008e43bfff]
[ 23.603515] node 0: [mem 0x000000009a5ff000-0x000000009bffafff]
[ 23.633425] node 0: [mem 0x0000000100000000-0x0000000837ffffff]
[ 23.662909] node 0: [mem 0x0000000858000000-0x000000085de7ffff]
[ 23.693030] Initmem setup node 0 [mem 0x0000000000001000-0x000000085de7ffff]
[ 23.723887] On node 0, zone DMA: 1 pages in unavailable ranges
[ 23.753809] On node 0, zone DMA: 96 pages in unavailable ranges
[ 23.783778] On node 0, zone DMA32: 1281 pages in unavailable ranges
[ 23.815160] On node 0, zone DMA32: 18 pages in unavailable ranges
[ 23.844417] On node 0, zone DMA32: 16835 pages in unavailable ranges
[ 23.896710] On node 0, zone Normal: 16389 pages in unavailable ranges
[ 23.904192] On node 0, zone Normal: 8576 pages in unavailable ranges
[ 23.936041] ACPI: PM-Timer IO Port: 0x808
[ 23.964474] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 23.994921] IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
[ 24.025047] IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
[ 24.054536] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 24.085391] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 24.114982] ACPI: Using ACPI (MADT) for SMP configuration information
[ 24.145527] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 24.175762] e820: update [mem 0x89d45000-0x89da3fff] usable ==> reserved
[ 24.205359] CPU topo: Max. logical packages: 1
[ 24.236009] CPU topo: Max. logical dies: 2
[ 24.265809] CPU topo: Max. dies per package: 2
[ 24.296356] CPU topo: Max. threads per core: 2
[ 24.326470] CPU topo: Num. cores per package: 12
[ 24.356381] CPU topo: Num. threads per package: 24
[ 24.390836] CPU topo: Allowing 24 present CPUs plus 0 hotplug CPUs
[ 24.416526] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 24.446959] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 24.477081] PM: hibernation: Registered nosave memory: [mem 0x09aff000-0x09ffffff]
[ 24.506039] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a211fff]
[ 24.535950] PM: hibernation: Registered nosave memory: [mem 0x89d45000-0x89da3fff]
[ 24.567438] PM: hibernation: Registered nosave memory: [mem 0x8b3d2000-0x8b3d2fff]
[ 24.597877] PM: hibernation: Registered nosave memory: [mem 0x8e43c000-0x9a5fefff]
[ 24.627571] PM: hibernation: Registered nosave memory: [mem 0x9bffb000-0xffffffff]
[ 24.657693] PM: hibernation: Registered nosave memory: [mem 0x838000000-0x857ffffff]
[ 24.687492] [mem 0xa0000000-0xfedfffff] available for PCI devices
[ 24.718882] Booting paravirtualized kernel on bare hardware
[ 24.748054] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 24.781506] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:1
[ 24.808710] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[ 24.838419] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[ 24.868854] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 24.898558] pcpu-alloc: [0] 16 17 18 19 20 21 22 23
[ 24.928573] Kernel command line: BOOT_IMAGE=/vmlinuz root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 24.959163] sysrq: sysrq always enabled.
[ 24.988966] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 25.019310] printk: log_buf_len total cpu_extra contributions: 94208 bytes
[ 25.049425] printk: log_buf_len min size: 131072 bytes
[ 25.079540] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[ 25.109772] printk: early log buf free: 64968(49%)
[ 25.141017] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 25.170682] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 25.199780] software IO TLB: area num 32.
[ 25.237093] Fallback order for Node 0: 0
[ 25.237101] Built 1 zonelists, mobility grouping on. Total pages: 8181572
[ 25.290084] Policy zone: Normal
[ 25.320353] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 25.381612] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
Poking KASLR using RDRAND RDTSC...
[ 25.538657] ftrace: allocating 52423 entries in 208 pages
[ 25.561381] ftrace: allocated 208 pages with 3 groups
[ 25.591451] Dynamic Preempt: full
[ 25.621735] rcu: Preemptible hierarchical RCU implementation.
[ 25.651428] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=24.
[ 25.681966] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 25.711760] Trampoline variant of Tasks RCU enabled.
[ 25.742509] Rude variant of Tasks RCU enabled.
[ 25.771986] Tracing variant of Tasks RCU enabled.
[ 25.801995] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 25.832110] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
[ 25.862339] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 25.892561] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 25.922888] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 25.954900] NR_IRQS: 524544, nr_irqs: 1160, preallocated irqs: 16
[ 25.982769] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 26.012932] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 26.043289] Console: colour dummy device 80x25
[ 26.073084] printk: legacy console [tty0] enabled
[ 26.103654] ACPI: Core revision 20250807
[ 26.133922] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 26.163419] APIC: Switch to symmetric I/O mode setup
[ 26.193865] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:0xa0
[ 26.223633] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:0xa0
[ 26.253389] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:0xa0
[ 26.284090] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:0xa0
[ 26.314063] AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x0
[ 26.344539] x2apic: IRQ remapping doesn't support X2APIC mode
[ 26.374763] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 26.408431] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b291906204, max_idle_ns: 440795269018 ns
[ 26.434708] Calibrating delay loop (skipped), value calculated using timer frequency.. 5988.52 BogoMIPS (lpj=2994262)
[ 26.435719] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 26.436736] LVT offset 1 assigned for vector 0xf9
[ 26.437707] LVT offset 2 assigned for vector 0xf4
[ 26.438865] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[ 26.439707] Last level dTLB entries: 4KB 3072, 2MB 3072, 4MB 1536, 1GB 0
[ 26.440708] process: using mwait in idle threads
[ 26.441708] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[ 26.442707] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 26.443708] Transient Scheduler Attacks: Mitigation: Clear CPU buffers
[ 26.444707] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 26.445707] Spectre V2 : User space: Mitigation: STIBP always-on protection
[ 26.446707] Speculative Return Stack Overflow: Mitigation: Safe RET
[ 26.447707] VMSCAPE: Mitigation: IBPB before exit to userspace
[ 26.448707] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 26.449708] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 26.450707] active return thunk: srso_alias_return_thunk
[ 26.451711] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 26.452707] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 26.453707] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 26.454707] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[ 26.455707] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[ 26.456707] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[ 26.457707] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 26.458707] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 26.459707] x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
[ 26.460708] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 26.461707] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
[ 26.462707] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
[ 26.463707] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[ 26.464707] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
[ 26.465707] x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]: 16
[ 26.466707] x86/fpu: xstate_offset[12]: 2456, xstate_sizes[12]: 24
[ 26.467707] x86/fpu: Enabled xstate features 0x1ae7, context size is 2480 bytes, using 'compacted' format.
[ 26.489102] Freeing SMP alternatives memory: 48K
[ 26.489708] pid_max: default: 32768 minimum: 301
[ 26.490797] landlock: Up and running.
[ 26.491709] Yama: becoming mindful.
[ 26.493745] LSM support for eBPF active
[ 26.494745] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 26.495734] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 26.600443] smpboot: CPU0: AMD Ryzen 9 7845HX with Radeon Graphics (family: 0x19, model: 0x61, stepping: 0x2)
[ 26.600594] Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
[ 26.600707] ... version: 2
[ 26.600708] ... bit width: 48
[ 26.601708] ... generic counters: 6
[ 26.602708] ... generic bitmap: 000000000000003f
[ 26.603708] ... fixed-purpose counters: 0
[ 26.604708] ... fixed-purpose bitmap: 0000000000000000
[ 26.605708] ... value mask: 0000ffffffffffff
[ 26.606708] ... max period: 00007fffffffffff
[ 26.608708] ... global_ctrl mask: 000000000000003f
[ 26.609787] signal: max sigframe size: 3376
[ 26.610743] rcu: Hierarchical SRCU implementation.
[ 26.611708] rcu: Max phase no-delay instances is 400.
[ 26.612748] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[ 26.617811] MCE: In-kernel MCE decoding enabled.
[ 26.618736] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 26.619828] smp: Bringing up secondary CPUs ...
[ 26.620778] smpboot: x86: Booting SMP configuration:
[ 26.621710] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
[ 26.638836] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 26.653753] smp: Brought up 1 node, 24 CPUs
[ 26.654708] smpboot: Total of 24 processors activated (143724.57 BogoMIPS)
[ 26.656841] CPU0 attaching sched-domain(s):
[ 26.658709] domain-0: span=0,12 level=SMT
[ 26.659708] groups: 0:{ span=0 cap=948 }, 12:{ span=12 }
[ 26.660712] domain-1: span=0-5,12-17 level=MC
[ 26.661708] groups: 0:{ span=0,12 cap=1972 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }
[ 26.662708] domain-2: span=0-23 level=PKG
[ 26.663708] groups: 0:{ span=0-5,12-17 cap=12212 }, 6:{ span=6-11,18-23 cap=12288 }
[ 26.664713] CPU1 attaching sched-domain(s):
[ 26.665709] domain-0: span=1,13 level=SMT
[ 26.666708] groups: 1:{ span=1 }, 13:{ span=13 }
[ 26.667708] domain-1: span=0-5,12-17 level=MC
[ 26.668710] groups: 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=1972 }
[ 26.669708] domain-2: span=0-23 level=PKG
[ 26.670708] groups: 0:{ span=0-5,12-17 cap=12212 }, 6:{ span=6-11,18-23 cap=12288 }
[ 26.671708] CPU2 attaching sched-domain(s):
[ 26.672710] domain-0: span=2,14 level=SMT
[ 26.673708] groups: 2:{ span=2 }, 14:{ span=14 }
[ 26.674708] domain-1: span=0-5,12-17 level=MC
[ 26.675708] groups: 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=1972 }, 1:{ span=1,13 cap=2048 }
[ 26.676710] domain-2: span=0-23 level=PKG
[ 26.677708] groups: 0:{ span=0-5,12-17 cap=12212 }, 6:{ span=6-11,18-23 cap=12288 }
[ 26.678708] CPU3 attaching sched-domain(s):
[ 26.679708] domain-0: span=3,15 level=SMT
[ 26.680710] groups: 3:{ span=3 }, 15:{ span=15 }
[ 26.681708] domain-1: span=0-5,12-17 level=MC
[ 26.682708] groups: 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=1972 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }
[ 26.683708] domain-2: span=0-23 level=PKG
[ 26.684710] groups: 0:{ span=0-5,12-17 cap=12212 }, 6:{ span=6-11,18-23 cap=12288 }
[ 26.685708] CPU4 attaching sched-domain(s):
[ 26.686708] domain-0: span=4,16 level=SMT
[ 26.687709] groups: 4:{ span=4 }, 16:{ span=16 }
[ 26.688710] domain-1: span=0-5,12-17 level=MC
[ 26.689708] groups: 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=1972 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }
[ 26.690708] domain-2: span=0-23 level=PKG
[ 26.691708] groups: 0:{ span=0-5,12-17 cap=12212 }, 6:{ span=6-11,18-23 cap=12288 }
[ 26.693713] CPU5 attaching sched-domain(s):
[ 26.694708] domain-0: span=5,17 level=SMT
[ 26.695708] groups: 5:{ span=5 }, 17:{ span=17 }
[ 26.696708] domain-1: span=0-5,12-17 level=MC
[ 26.697710] groups: 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=1972 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }
[ 26.698708] domain-2: span=0-23 level=PKG
[ 26.699708] groups: 0:{ span=0-5,12-17 cap=12212 }, 6:{ span=6-11,18-23 cap=12288 }
[ 26.700712] CPU6 attaching sched-domain(s):
[ 26.701710] domain-0: span=6,18 level=SMT
[ 26.702708] groups: 6:{ span=6 }, 18:{ span=18 }
[ 26.703708] domain-1: span=6-11,18-23 level=MC
[ 26.704708] groups: 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }
[ 26.705710] domain-2: span=0-23 level=PKG
[ 26.706708] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12212 }
[ 26.707709] CPU7 attaching sched-domain(s):
[ 26.708708] domain-0: span=7,19 level=SMT
[ 26.709710] groups: 7:{ span=7 }, 19:{ span=19 }
[ 26.710708] domain-1: span=6-11,18-23 level=MC
[ 26.711708] groups: 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }
[ 26.712708] domain-2: span=0-23 level=PKG
[ 26.713709] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12212 }
[ 26.714709] CPU8 attaching sched-domain(s):
[ 26.715708] domain-0: span=8,20 level=SMT
[ 26.716708] groups: 8:{ span=8 }, 20:{ span=20 }
[ 26.717710] domain-1: span=6-11,18-23 level=MC
[ 26.718708] groups: 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }
[ 26.719708] domain-2: span=0-23 level=PKG
[ 26.720708] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12212 }
[ 26.721711] CPU9 attaching sched-domain(s):
[ 26.722708] domain-0: span=9,21 level=SMT
[ 26.723708] groups: 9:{ span=9 }, 21:{ span=21 }
[ 26.724708] domain-1: span=6-11,18-23 level=MC
[ 26.725709] groups: 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }
[ 26.726708] domain-2: span=0-23 level=PKG
[ 26.727708] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12212 }
[ 26.729711] CPU10 attaching sched-domain(s):
[ 26.730708] domain-0: span=10,22 level=SMT
[ 26.731708] groups: 10:{ span=10 }, 22:{ span=22 }
[ 26.732708] domain-1: span=6-11,18-23 level=MC
[ 26.733710] groups: 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }
[ 26.734708] domain-2: span=0-23 level=PKG
[ 26.735708] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12212 }
[ 26.736709] CPU11 attaching sched-domain(s):
[ 26.737710] domain-0: span=11,23 level=SMT
[ 26.738708] groups: 11:{ span=11 }, 23:{ span=23 }
[ 26.739708] domain-1: span=6-11,18-23 level=MC
[ 26.740708] groups: 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }
[ 26.741710] domain-2: span=0-23 level=PKG
[ 26.742708] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12212 }
[ 26.743709] CPU12 attaching sched-domain(s):
[ 26.744708] domain-0: span=0,12 level=SMT
[ 26.745710] groups: 12:{ span=12 }, 0:{ span=0 cap=972 }
[ 26.746708] domain-1: span=0-5,12-17 level=MC
[ 26.747708] groups: 0:{ span=0,12 cap=1972 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }
[ 26.748708] domain-2: span=0-23 level=PKG
[ 26.749710] groups: 0:{ span=0-5,12-17 cap=12212 }, 6:{ span=6-11,18-23 cap=12288 }
[ 26.750709] CPU13 attaching sched-domain(s):
[ 26.751708] domain-0: span=1,13 level=SMT
[ 26.752708] groups: 13:{ span=13 }, 1:{ span=1 }
[ 26.754709] domain-1: span=0-5,12-17 level=MC
[ 26.755708] groups: 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2014 }
[ 26.756708] domain-2: span=0-23 level=PKG
[ 26.757708] groups: 0:{ span=0-5,12-17 cap=12212 }, 6:{ span=6-11,18-23 cap=12288 }
[ 26.758711] CPU14 attaching sched-domain(s):
[ 26.759708] domain-0: span=2,14 level=SMT
[ 26.760708] groups: 14:{ span=14 }, 2:{ span=2 }
[ 26.761708] domain-1: span=0-5,12-17 level=MC
[ 26.762709] groups: 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2014 }, 1:{ span=1,13 cap=2048 }
[ 26.763708] domain-2: span=0-23 level=PKG
[ 26.764708] groups: 0:{ span=0-5,12-17 cap=12212 }, 6:{ span=6-11,18-23 cap=12288 }
[ 26.765708] CPU15 attaching sched-domain(s):
[ 26.766710] domain-0: span=3,15 level=SMT
[ 26.767708] groups: 15:{ span=15 }, 3:{ span=3 }
[ 26.768708] domain-1: span=0-5,12-17 level=MC
[ 26.769708] groups: 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2014 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }
[ 26.770709] domain-2: span=0-23 level=PKG
[ 26.771708] groups: 0:{ span=0-5,12-17 cap=12212 }, 6:{ span=6-11,18-23 cap=12288 }
[ 26.772708] CPU16 attaching sched-domain(s):
[ 26.773708] domain-0: span=4,16 level=SMT
[ 26.774709] groups: 16:{ span=16 }, 4:{ span=4 }
[ 26.775708] domain-1: span=0-5,12-17 level=MC
[ 26.776708] groups: 4:{ span=4,16 cap=2048 }, 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2014 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }
[ 26.777708] domain-2: span=0-23 level=PKG
[ 26.778710] groups: 0:{ span=0-5,12-17 cap=12254 }, 6:{ span=6-11,18-23 cap=12288 }
[ 26.779708] CPU17 attaching sched-domain(s):
[ 26.780708] domain-0: span=5,17 level=SMT
[ 26.781708] groups: 17:{ span=17 }, 5:{ span=5 }
[ 26.782710] domain-1: span=0-5,12-17 level=MC
[ 26.783708] groups: 5:{ span=5,17 cap=2048 }, 0:{ span=0,12 cap=2014 }, 1:{ span=1,13 cap=2048 }, 2:{ span=2,14 cap=2048 }, 3:{ span=3,15 cap=2048 }, 4:{ span=4,16 cap=2048 }
[ 26.784708] domain-2: span=0-23 level=PKG
[ 26.785708] groups: 0:{ span=0-5,12-17 cap=12254 }, 6:{ span=6-11,18-23 cap=12288 }
[ 26.786710] CPU18 attaching sched-domain(s):
[ 26.787708] domain-0: span=6,18 level=SMT
[ 26.788708] groups: 18:{ span=18 }, 6:{ span=6 }
[ 26.789708] domain-1: span=6-11,18-23 level=MC
[ 26.790710] groups: 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }
[ 26.791708] domain-2: span=0-23 level=PKG
[ 26.792708] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12254 }
[ 26.793709] CPU19 attaching sched-domain(s):
[ 26.794709] domain-0: span=7,19 level=SMT
[ 26.795708] groups: 19:{ span=19 }, 7:{ span=7 }
[ 26.796708] domain-1: span=6-11,18-23 level=MC
[ 26.797708] groups: 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }
[ 26.798709] domain-2: span=0-23 level=PKG
[ 26.799708] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12254 }
[ 26.800709] CPU20 attaching sched-domain(s):
[ 26.801708] domain-0: span=8,20 level=SMT
[ 26.802710] groups: 20:{ span=20 }, 8:{ span=8 }
[ 26.803708] domain-1: span=6-11,18-23 level=MC
[ 26.804708] groups: 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }
[ 26.805708] domain-2: span=0-23 level=PKG
[ 26.806710] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12254 }
[ 26.807709] CPU21 attaching sched-domain(s):
[ 26.808708] domain-0: span=9,21 level=SMT
[ 26.809708] groups: 21:{ span=21 }, 9:{ span=9 }
[ 26.810709] domain-1: span=6-11,18-23 level=MC
[ 26.811708] groups: 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }
[ 26.812708] domain-2: span=0-23 level=PKG
[ 26.813708] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12254 }
[ 26.814711] CPU22 attaching sched-domain(s):
[ 26.815708] domain-0: span=10,22 level=SMT
[ 26.816708] groups: 22:{ span=22 }, 10:{ span=10 }
[ 26.817708] domain-1: span=6-11,18-23 level=MC
[ 26.818710] groups: 10:{ span=10,22 cap=2048 }, 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }
[ 26.819708] domain-2: span=0-23 level=PKG
[ 26.820708] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12254 }
[ 26.821709] CPU23 attaching sched-domain(s):
[ 26.822709] domain-0: span=11,23 level=SMT
[ 26.823708] groups: 23:{ span=23 }, 11:{ span=11 }
[ 26.824708] domain-1: span=6-11,18-23 level=MC
[ 26.825708] groups: 11:{ span=11,23 cap=2048 }, 6:{ span=6,18 cap=2048 }, 7:{ span=7,19 cap=2048 }, 8:{ span=8,20 cap=2048 }, 9:{ span=9,21 cap=2048 }, 10:{ span=10,22 cap=2048 }
[ 26.826709] domain-2: span=0-23 level=PKG
[ 26.827708] groups: 6:{ span=6-11,18-23 cap=12288 }, 0:{ span=0-5,12-17 cap=12254 }
[ 26.828711] root domain span: 0-23
[ 26.829766] Memory: 31811924K/32726288K available (18165K kernel code, 2804K rwdata, 14488K rodata, 4404K init, 3812K bss, 884212K reserved, 0K cma-reserved)
[ 26.831033] devtmpfs: initialized
[ 26.831749] x86/mm: Memory block size: 128MB
[ 26.835488] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a211fff] (73728 bytes)
[ 26.835709] ACPI: PM: Registering ACPI NVS region [mem 0x9453c000-0x9653bfff] (33554432 bytes)
[ 26.837714] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 26.838722] posixtimers hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 26.839732] futex hash table entries: 8192 (524288 bytes on 1 NUMA nodes, total 512 KiB, linear).
[ 26.841811] PM: RTC time: 09:28:15, date: 2026-01-19
[ 26.842939] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 26.843959] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 26.844812] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 26.845816] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 26.846711] audit: initializing netlink subsys (disabled)
[ 26.847718] audit: type=2000 audit(1768814887.427:1): state=initialized audit_enabled=0 res=1
[ 26.847777] thermal_sys: Registered thermal governor 'fair_share'
[ 26.848708] thermal_sys: Registered thermal governor 'bang_bang'
[ 26.849708] thermal_sys: Registered thermal governor 'step_wise'
[ 26.850708] thermal_sys: Registered thermal governor 'user_space'
[ 26.851708] thermal_sys: Registered thermal governor 'power_allocator'
[ 26.852712] cpuidle: using governor ladder
[ 26.854710] cpuidle: using governor menu
[ 26.855796] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 26.856764] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
[ 26.857716] PCI: Using configuration type 1 for base access
[ 26.858806] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 26.860772] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 26.861708] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 26.862712] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 26.863713] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 26.865733] fbcon: Taking over console
[ 26.866728] ACPI: Added _OSI(Module Device)
[ 26.867708] ACPI: Added _OSI(Processor Device)
[ 26.868708] ACPI: Added _OSI(Processor Aggregator Device)
[ 26.888262] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP0._PRW], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 26.888709] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 26.889712] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP2], AE_NOT_FOUND (20250807/dswload2-162)
[ 26.890708] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20250807/psobject-220)
[ 26.891708] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[ 26.894671] ACPI: 25 ACPI AML tables successfully acquired and loaded
[ 26.895051] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20250807/dspkginit-438)
[ 26.895743] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20250807/dspkginit-438)
[ 26.896740] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20250807/dspkginit-438)
[ 26.897749] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20250807/dspkginit-438)
[ 26.898718] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20250807/dspkginit-438)
[ 26.901780] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 26.984595] ACPI: Interpreter enabled
[ 26.984725] ACPI: PM: (supports S0 S4 S5)
[ 26.984838] ACPI: Using IOAPIC for interrupt routing
[ 26.988247] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 26.988712] PCI: Ignoring E820 reservations for host bridge windows
[ 26.990114] ACPI: Enabled 7 GPEs in block 00 to 1F
[ 26.992506] ACPI: \_SB_.PCI0.GP17.XHC0.P0U0: New power resource
[ 26.993285] ACPI: \_SB_.PCI0.GP17.XHC0.RHUB.PRT2.BUTH.BTPR: New power resource
[ 26.995830] ACPI: \_SB_.PCI0.GP17.XHC1.P0U1: New power resource
[ 26.999549] ACPI: \_SB_.PCI0.GP19.XHC2.P0U2: New power resource
[ 27.001166] ACPI: \_SB_.PCI0.GPP1.P0NV: New power resource
[ 27.002347] ACPI: \_SB_.PCI0.GPP5.PWR1: New power resource
[ 27.003841] ACPI: \_SB_.PCI0.GPP7.PWRS: New power resource
[ 27.061556] ACPI: \_SB_.PCI0.GPP7.U4UP.PWRS: New power resource
[ 27.082132] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P0.PWRS: New power resource
[ 27.083615] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P0.UP0D.PWRS: New power resource
[ 27.095220] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P1.PWRS: New power resource
[ 27.126554] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P1.UP1D.PWRS: New power resource
[ 27.156166] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P2.PWRS: New power resource
[ 27.205491] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P2.UXHC.PWRS: New power resource
[ 27.226862] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P3.PWRS: New power resource
[ 27.247263] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P3.UHI0.PWRS: New power resource
[ 27.276118] ACPI: \_SB_.PCI0.GPP3.P0NV: New power resource
[ 27.306889] ACPI: \_SB_.PCI0.GPP0.M237: New power resource
[ 27.341484] ACPI: \_SB_.PRWL: New power resource
[ 27.366724] ACPI: \_SB_.PRWB: New power resource
[ 27.398490] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 27.425711] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 27.455868] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[ 27.486717] acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf0000000-0xf7ffffff] for domain 0000 [bus 00-7f] only partially covers this bridge
[ 27.517741] PCI host bridge to bus 0000:00
[ 27.546717] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 27.576708] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 27.606709] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 27.637715] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 27.667709] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 27.697708] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xfcffffff window]
[ 27.727709] pci_bus 0000:00: root bus resource [mem 0x860000000-0xfdffffffff window]
[ 27.757712] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 27.787725] pci 0000:00:00.0: [1022:14d8] type 00 class 0x060000 conventional PCI endpoint
[ 27.818825] pci 0000:00:00.2: [1022:14d9] type 00 class 0x080600 conventional PCI endpoint
[ 27.848810] pci 0000:00:01.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 27.878787] pci 0000:00:01.1: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 27.908722] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 27.938711] pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
[ 27.968710] pci 0000:00:01.1: bridge window [mem 0xfb000000-0xfc0fffff]
[ 27.999713] pci 0000:00:01.1: bridge window [mem 0xfa00000000-0xfc01ffffff 64bit pref]
[ 28.029779] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 28.060150] pci 0000:00:01.2: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 28.089721] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 28.120712] pci 0000:00:01.2: bridge window [mem 0xfce00000-0xfcefffff]
[ 28.150777] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[ 28.180712] pci 0000:00:01.6: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 28.209722] pci 0000:00:01.6: PCI bridge to [bus 03]
[ 28.239711] pci 0000:00:01.6: bridge window [io 0xe000-0xefff]
[ 28.268709] pci 0000:00:01.6: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 28.299719] pci 0000:00:01.6: enabling Extended Tags
[ 28.330801] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
[ 28.360883] pci 0000:00:01.7: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 28.391723] pci 0000:00:01.7: PCI bridge to [bus 04]
[ 28.421713] pci 0000:00:01.7: bridge window [mem 0xfcc00000-0xfccfffff]
[ 28.451722] pci 0000:00:01.7: enabling Extended Tags
[ 28.480779] pci 0000:00:01.7: PME# supported from D0 D3hot D3cold
[ 28.510937] pci 0000:00:02.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 28.541772] pci 0000:00:02.1: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 28.571722] pci 0000:00:02.1: PCI bridge to [bus 05-07]
[ 28.601713] pci 0000:00:02.1: bridge window [mem 0xfc600000-0xfc9fffff]
[ 28.632892] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[ 28.691866] pci 0000:00:02.2: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 28.693722] pci 0000:00:02.2: PCI bridge to [bus 08]
[ 28.722784] pci 0000:00:02.2: bridge window [mem 0xfcb00000-0xfcbfffff]
[ 28.752720] pci 0000:00:02.2: enabling Extended Tags
[ 28.782769] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[ 28.812849] pci 0000:00:03.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 28.843795] pci 0000:00:04.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 28.872798] pci 0000:00:08.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 28.903792] pci 0000:00:08.1: [1022:14dd] type 01 class 0x060400 PCIe Root Port
[ 28.933720] pci 0000:00:08.1: PCI bridge to [bus 09]
[ 28.963711] pci 0000:00:08.1: bridge window [io 0xd000-0xdfff]
[ 28.993709] pci 0000:00:08.1: bridge window [mem 0xfc200000-0xfc5fffff]
[ 29.023713] pci 0000:00:08.1: bridge window [mem 0xfc10000000-0xfc201fffff 64bit pref]
[ 29.054713] pci 0000:00:08.1: enabling Extended Tags
[ 29.084749] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 29.114847] pci 0000:00:08.3: [1022:14dd] type 01 class 0x060400 PCIe Root Port
[ 29.144722] pci 0000:00:08.3: PCI bridge to [bus 0a]
[ 29.175712] pci 0000:00:08.3: bridge window [mem 0xfca00000-0xfcafffff]
[ 29.204717] pci 0000:00:08.3: enabling Extended Tags
[ 29.235755] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[ 29.265851] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[ 29.295826] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[ 29.325861] pci 0000:00:18.0: [1022:14e0] type 00 class 0x060000 conventional PCI endpoint
[ 29.355742] pci 0000:00:18.1: [1022:14e1] type 00 class 0x060000 conventional PCI endpoint
[ 29.385735] pci 0000:00:18.2: [1022:14e2] type 00 class 0x060000 conventional PCI endpoint
[ 29.415749] pci 0000:00:18.3: [1022:14e3] type 00 class 0x060000 conventional PCI endpoint
[ 29.445741] pci 0000:00:18.4: [1022:14e4] type 00 class 0x060000 conventional PCI endpoint
[ 29.475740] pci 0000:00:18.5: [1022:14e5] type 00 class 0x060000 conventional PCI endpoint
[ 29.505759] pci 0000:00:18.6: [1022:14e6] type 00 class 0x060000 conventional PCI endpoint
[ 29.536749] pci 0000:00:18.7: [1022:14e7] type 00 class 0x060000 conventional PCI endpoint
[ 29.566820] pci 0000:01:00.0: [10de:28e0] type 00 class 0x030000 PCIe Legacy Endpoint
[ 29.596731] pci 0000:01:00.0: BAR 0 [mem 0xfb000000-0xfbffffff]
[ 29.626710] pci 0000:01:00.0: BAR 1 [mem 0xfa00000000-0xfbffffffff 64bit pref]
[ 29.656710] pci 0000:01:00.0: BAR 3 [mem 0xfc00000000-0xfc01ffffff 64bit pref]
[ 29.686709] pci 0000:01:00.0: BAR 5 [io 0xf000-0xf07f]
[ 29.716712] pci 0000:01:00.0: ROM [mem 0xfc000000-0xfc07ffff pref]
[ 29.746762] pci 0000:01:00.0: PME# supported from D0 D3hot
[ 29.777114] pci 0000:01:00.1: [10de:22be] type 00 class 0x040300 PCIe Endpoint
[ 29.806731] pci 0000:01:00.1: BAR 0 [mem 0xfc080000-0xfc083fff]
[ 29.837841] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 29.868727] pci 0000:02:00.0: [144d:a80c] type 00 class 0x010802 PCIe Endpoint
[ 29.898191] pci 0000:02:00.0: BAR 0 [mem 0xfce00000-0xfce03fff 64bit]
[ 29.928960] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 29.957814] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
[ 29.987753] pci 0000:03:00.0: BAR 0 [io 0xe000-0xe0ff]
[ 30.018712] pci 0000:03:00.0: BAR 2 [mem 0xfcd04000-0xfcd04fff 64bit]
[ 30.047711] pci 0000:03:00.0: BAR 4 [mem 0xfcd00000-0xfcd03fff 64bit]
[ 30.077802] pci 0000:03:00.0: supports D1 D2
[ 30.108709] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 30.138888] pci 0000:00:01.6: PCI bridge to [bus 03]
[ 30.169069] pci 0000:04:00.0: [8086:2725] type 00 class 0x028000 PCIe Endpoint
[ 30.198814] pci 0000:04:00.0: BAR 0 [mem 0xfcc00000-0xfcc03fff 64bit]
[ 30.229044] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 30.259901] pci 0000:00:01.7: PCI bridge to [bus 04]
[ 30.288802] pci 0000:05:00.0: [1b21:242a] type 01 class 0x060400 PCIe Switch Upstream Port
[ 30.319730] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[ 30.349714] pci 0000:05:00.0: bridge window [mem 0xfc600000-0xfc9fffff]
[ 30.379791] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[ 30.428455] pci 0000:00:02.1: PCI bridge to [bus 05-07]
[ 30.439928] pci 0000:06:02.0: [1b21:242b] type 01 class 0x060400 PCIe Switch Downstream Port
[ 30.469731] pci 0000:06:02.0: PCI bridge to [bus 07]
[ 30.499712] pci 0000:06:02.0: bridge window [mem 0xfc600000-0xfc9fffff]
[ 30.529785] pci 0000:06:02.0: PME# supported from D0 D3hot D3cold
[ 30.579176] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[ 30.590867] pci 0000:07:00.0: [1b21:242c] type 00 class 0x0c0330 PCIe Legacy Endpoint
[ 30.620763] pci 0000:07:00.0: BAR 0 [mem 0xfc600000-0xfc607fff 64bit]
[ 30.650778] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[ 30.689911] pci 0000:06:02.0: PCI bridge to [bus 07]
[ 30.711757] pci 0000:08:00.0: [15b7:5017] type 00 class 0x010802 PCIe Endpoint
[ 30.741028] pci 0000:08:00.0: BAR 0 [mem 0xfcb00000-0xfcb03fff 64bit]
[ 30.771792] pci 0000:00:02.2: PCI bridge to [bus 08]
[ 30.801807] pci 0000:09:00.0: [1002:164e] type 00 class 0x030000 PCIe Legacy Endpoint
[ 30.831732] pci 0000:09:00.0: BAR 0 [mem 0xfc10000000-0xfc1fffffff 64bit pref]
[ 30.861710] pci 0000:09:00.0: BAR 2 [mem 0xfc20000000-0xfc201fffff 64bit pref]
[ 30.891709] pci 0000:09:00.0: BAR 4 [io 0xd000-0xd0ff]
[ 30.921709] pci 0000:09:00.0: BAR 5 [mem 0xfc500000-0xfc57ffff]
[ 30.952712] pci 0000:09:00.0: enabling Extended Tags
[ 30.981773] pci 0000:09:00.0: PME# supported from D1 D2 D3hot D3cold
[ 31.011842] pci 0000:09:00.2: [1022:1649] type 00 class 0x108000 PCIe Endpoint
[ 31.042774] pci 0000:09:00.2: BAR 2 [mem 0xfc400000-0xfc4fffff]
[ 31.072710] pci 0000:09:00.2: BAR 5 [mem 0xfc5c8000-0xfc5c9fff]
[ 31.102712] pci 0000:09:00.2: enabling Extended Tags
[ 31.131836] pci 0000:09:00.3: [1022:15b6] type 00 class 0x0c0330 PCIe Endpoint
[ 31.162732] pci 0000:09:00.3: BAR 0 [mem 0xfc300000-0xfc3fffff 64bit]
[ 31.192723] pci 0000:09:00.3: enabling Extended Tags
[ 31.222760] pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
[ 31.252823] pci 0000:09:00.4: [1022:15b7] type 00 class 0x0c0330 PCIe Endpoint
[ 31.282732] pci 0000:09:00.4: BAR 0 [mem 0xfc200000-0xfc2fffff 64bit]
[ 31.312715] pci 0000:09:00.4: enabling Extended Tags
[ 31.343750] pci 0000:09:00.4: PME# supported from D0 D3hot D3cold
[ 31.373802] pci 0000:09:00.5: [1022:15e2] type 00 class 0x048000 PCIe Endpoint
[ 31.403730] pci 0000:09:00.5: BAR 0 [mem 0xfc580000-0xfc5bffff]
[ 31.433715] pci 0000:09:00.5: enabling Extended Tags
[ 31.463747] pci 0000:09:00.5: PME# supported from D0 D3hot D3cold
[ 31.493805] pci 0000:09:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
[ 31.523731] pci 0000:09:00.6: BAR 0 [mem 0xfc5c0000-0xfc5c7fff]
[ 31.554716] pci 0000:09:00.6: enabling Extended Tags
[ 31.584741] pci 0000:09:00.6: PME# supported from D0 D3hot D3cold
[ 31.614819] pci 0000:00:08.1: PCI bridge to [bus 09]
[ 31.644762] pci 0000:0a:00.0: [1022:15b8] type 00 class 0x0c0330 PCIe Endpoint
[ 31.674735] pci 0000:0a:00.0: BAR 0 [mem 0xfca00000-0xfcafffff 64bit]
[ 31.705715] pci 0000:0a:00.0: enabling Extended Tags
[ 31.734758] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
[ 31.764819] pci 0000:00:08.3: PCI bridge to [bus 0a]
[ 31.800041] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 31.824759] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 31.855743] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 31.885768] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 31.915764] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 31.945749] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 31.975749] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 32.005753] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 32.037952] Low-power S0 idle used by default for system suspend
[ 32.066851] iommu: Default domain type: Translated
[ 32.095709] iommu: DMA domain TLB invalidation policy: lazy mode
[ 32.129820] SCSI subsystem initialized
[ 32.155715] libata version 3.00 loaded.
[ 32.186717] ACPI: bus type USB registered
[ 32.216722] usbcore: registered new interface driver usbfs
[ 32.247713] usbcore: registered new interface driver hub
[ 32.276716] usbcore: registered new device driver usb
[ 32.320707] EDAC MC: Ver: 3.0.0
[ 32.338728] efivars: Registered efivars operations
[ 32.367865] NetLabel: Initializing
[ 32.397716] NetLabel: domain hash size = 128
[ 32.427709] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 32.457731] NetLabel: unlabeled traffic allowed by default
[ 32.487713] mctp: management component transport protocol core
[ 32.517709] NET: Registered PF_MCTP protocol family
[ 32.547721] PCI: Using ACPI for IRQ routing
[ 32.581960] PCI: pci_cache_line_size set to 64 bytes
[ 32.609557] resource: Expanded resource Reserved due to conflict with PCI Bus 0000:00
[ 32.638709] e820: reserve RAM buffer [mem 0x09aff000-0x0bffffff]
[ 32.668714] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[ 32.697708] e820: reserve RAM buffer [mem 0x89d45000-0x8bffffff]
[ 32.728708] e820: reserve RAM buffer [mem 0x8b3d2000-0x8bffffff]
[ 32.758711] e820: reserve RAM buffer [mem 0x8e43c000-0x8fffffff]
[ 32.788709] e820: reserve RAM buffer [mem 0x9bffb000-0x9bffffff]
[ 32.818709] e820: reserve RAM buffer [mem 0x85de80000-0x85fffffff]
[ 32.848755] pci 0000:01:00.0: vgaarb: bridge control possible
[ 32.849707] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 32.909713] pci 0000:09:00.0: vgaarb: setting as boot VGA device
[ 32.939708] pci 0000:09:00.0: vgaarb: bridge control possible
[ 32.969709] pci 0000:09:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 32.999718] vgaarb: loaded
[ 33.029786] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 33.059708] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 33.092707] clocksource: Switched to clocksource tsc-early
[ 33.119977] VFS: Disk quotas dquot_6.6.0
[ 33.151920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 33.181115] pnp: PnP ACPI init
[ 33.210677] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 33.241177] system 00:01: [mem 0x838000000-0x857ffffff window] has been reserved
[ 33.271644] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 33.301240] system 00:03: [io 0x040b] has been reserved
[ 33.331149] system 00:03: [io 0x04d6] has been reserved
[ 33.361808] system 00:03: [io 0x0c00-0x0c01] has been reserved
[ 33.391727] system 00:03: [io 0x0c14] has been reserved
[ 33.421846] system 00:03: [io 0x0c50-0x0c51] has been reserved
[ 33.451960] system 00:03: [io 0x0c52] has been reserved
[ 33.482405] system 00:03: [io 0x0c6c] has been reserved
[ 33.512633] system 00:03: [io 0x0c6f] has been reserved
[ 33.542110] system 00:03: [io 0x0cd8-0x0cdf] has been reserved
[ 33.572542] system 00:03: [io 0x0800-0x089f] has been reserved
[ 33.602880] system 00:03: [io 0x0b00-0x0b0f] has been reserved
[ 33.632357] system 00:03: [io 0x0b20-0x0b3f] has been reserved
[ 33.662690] system 00:03: [io 0x0900-0x090f] has been reserved
[ 33.692914] system 00:03: [io 0x0910-0x091f] has been reserved
[ 33.723675] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 33.753800] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[ 33.783172] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 33.814038] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[ 33.843834] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 33.874059] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[ 33.904176] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[ 33.936025] pnp: PnP ACPI: found 4 devices
[ 33.970318] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 33.994719] NET: Registered PF_INET protocol family
[ 34.025024] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 34.064468] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 34.085120] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 34.115084] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 34.145463] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 34.175321] TCP: Hash tables configured (established 262144 bind 65536)
[ 34.206030] MPTCP token hash table entries: 32768 (order: 8, 786432 bytes, linear)
[ 34.235049] UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[ 34.265341] UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[ 34.295850] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 34.326403] NET: Registered PF_XDP protocol family
[ 34.356417] pci 0000:00:02.1: bridge window [io 0x1000-0x0fff] to [bus 05-07] add_size 1000
[ 34.386646] pci 0000:00:02.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05-07] add_size 200000 add_align 100000
[ 34.416561] pci 0000:00:02.1: bridge window [mem 0x860000000-0x8601fffff 64bit pref]: assigned
[ 34.447215] pci 0000:00:02.1: bridge window [io 0x1000-0x1fff]: assigned
[ 34.476585] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 34.506493] pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
[ 34.537374] pci 0000:00:01.1: bridge window [mem 0xfb000000-0xfc0fffff]
[ 34.567075] pci 0000:00:01.1: bridge window [mem 0xfa00000000-0xfc01ffffff 64bit pref]
[ 34.597745] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 34.627011] pci 0000:00:01.2: bridge window [mem 0xfce00000-0xfcefffff]
[ 34.657794] pci 0000:00:01.6: PCI bridge to [bus 03]
[ 34.687915] pci 0000:00:01.6: bridge window [io 0xe000-0xefff]
[ 34.717929] pci 0000:00:01.6: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 34.747324] pci 0000:00:01.7: PCI bridge to [bus 04]
[ 34.777766] pci 0000:00:01.7: bridge window [mem 0xfcc00000-0xfccfffff]
[ 34.808332] pci 0000:06:02.0: PCI bridge to [bus 07]
[ 34.838665] pci 0000:06:02.0: bridge window [mem 0xfc600000-0xfc9fffff]
[ 34.868576] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[ 34.898274] pci 0000:05:00.0: bridge window [mem 0xfc600000-0xfc9fffff]
[ 34.928614] pci 0000:00:02.1: PCI bridge to [bus 05-07]
[ 34.958619] pci 0000:00:02.1: bridge window [io 0x1000-0x1fff]
[ 34.988951] pci 0000:00:02.1: bridge window [mem 0xfc600000-0xfc9fffff]
[ 35.018975] pci 0000:00:02.1: bridge window [mem 0x860000000-0x8601fffff 64bit pref]
[ 35.048900] pci 0000:00:02.2: PCI bridge to [bus 08]
[ 35.079663] pci 0000:00:02.2: bridge window [mem 0xfcb00000-0xfcbfffff]
[ 35.109053] pci 0000:00:08.1: PCI bridge to [bus 09]
[ 35.139492] pci 0000:00:08.1: bridge window [io 0xd000-0xdfff]
[ 35.169295] pci 0000:00:08.1: bridge window [mem 0xfc200000-0xfc5fffff]
[ 35.199736] pci 0000:00:08.1: bridge window [mem 0xfc10000000-0xfc201fffff 64bit pref]
[ 35.229537] pci 0000:00:08.3: PCI bridge to [bus 0a]
[ 35.259761] pci 0000:00:08.3: bridge window [mem 0xfca00000-0xfcafffff]
[ 35.289995] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 35.320010] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 35.350454] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 35.380144] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 35.410802] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[ 35.440715] pci_bus 0000:00: resource 9 [mem 0xa0000000-0xfcffffff window]
[ 35.470723] pci_bus 0000:00: resource 10 [mem 0x860000000-0xfdffffffff window]
[ 35.501163] pci_bus 0000:01: resource 0 [io 0xf000-0xffff]
[ 35.530741] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
[ 35.560972] pci_bus 0000:01: resource 2 [mem 0xfa00000000-0xfc01ffffff 64bit pref]
[ 35.591202] pci_bus 0000:02: resource 1 [mem 0xfce00000-0xfcefffff]
[ 35.621216] pci_bus 0000:03: resource 0 [io 0xe000-0xefff]
[ 35.651653] pci_bus 0000:03: resource 1 [mem 0xfcd00000-0xfcdfffff]
[ 35.681775] pci_bus 0000:04: resource 1 [mem 0xfcc00000-0xfccfffff]
[ 35.712001] pci_bus 0000:05: resource 0 [io 0x1000-0x1fff]
[ 35.742012] pci_bus 0000:05: resource 1 [mem 0xfc600000-0xfc9fffff]
[ 35.771911] pci_bus 0000:05: resource 2 [mem 0x860000000-0x8601fffff 64bit pref]
[ 35.801925] pci_bus 0000:06: resource 1 [mem 0xfc600000-0xfc9fffff]
[ 35.832154] pci_bus 0000:07: resource 1 [mem 0xfc600000-0xfc9fffff]
[ 35.862054] pci_bus 0000:08: resource 1 [mem 0xfcb00000-0xfcbfffff]
[ 35.892813] pci_bus 0000:09: resource 0 [io 0xd000-0xdfff]
[ 35.922717] pci_bus 0000:09: resource 1 [mem 0xfc200000-0xfc5fffff]
[ 35.952621] pci_bus 0000:09: resource 2 [mem 0xfc10000000-0xfc201fffff 64bit pref]
[ 35.983491] pci_bus 0000:0a: resource 1 [mem 0xfca00000-0xfcafffff]
[ 36.012841] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[ 36.043386] pci 0000:01:00.1: quirk_nvidia_hda_pm+0x0/0x20 took 29829 usecs
[ 36.073430] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[ 36.103236] pci 0000:01:00.1: quirk_gpu_hda+0x0/0x20 took 29128 usecs
[ 36.136566] PCI: CLS 64 bytes, default 64
[ 36.162749] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 36.162781] Unpacking initramfs...
[ 36.193578] pci 0000:00:01.0: Adding to iommu group 0
[ 36.253617] pci 0000:00:01.1: Adding to iommu group 1
[ 36.284767] pci 0000:00:01.2: Adding to iommu group 2
[ 36.297605] Freeing initrd memory: 192404K
[ 36.314150] pci 0000:00:01.6: Adding to iommu group 3
[ 36.374447] pci 0000:00:01.7: Adding to iommu group 4
[ 36.404594] pci 0000:00:02.0: Adding to iommu group 5
[ 36.435157] pci 0000:00:02.1: Adding to iommu group 6
[ 36.464978] pci 0000:00:02.2: Adding to iommu group 7
[ 36.494063] pci 0000:00:03.0: Adding to iommu group 8
[ 36.524309] pci 0000:00:04.0: Adding to iommu group 9
[ 36.555300] pci 0000:00:08.0: Adding to iommu group 10
[ 36.585431] pci 0000:00:08.1: Adding to iommu group 11
[ 36.615026] pci 0000:00:08.3: Adding to iommu group 12
[ 36.645494] pci 0000:00:14.0: Adding to iommu group 13
[ 36.675947] pci 0000:00:14.3: Adding to iommu group 13
[ 36.706005] pci 0000:00:18.0: Adding to iommu group 14
[ 36.735813] pci 0000:00:18.1: Adding to iommu group 14
[ 36.766052] pci 0000:00:18.2: Adding to iommu group 14
[ 36.796291] pci 0000:00:18.3: Adding to iommu group 14
[ 36.826633] pci 0000:00:18.4: Adding to iommu group 14
[ 36.856117] pci 0000:00:18.5: Adding to iommu group 14
[ 36.886137] pci 0000:00:18.6: Adding to iommu group 14
[ 36.916370] pci 0000:00:18.7: Adding to iommu group 14
[ 36.946832] pci 0000:01:00.0: Adding to iommu group 15
[ 36.977175] pci 0000:01:00.1: Adding to iommu group 15
[ 37.006872] pci 0000:02:00.0: Adding to iommu group 16
[ 37.037640] pci 0000:03:00.0: Adding to iommu group 17
[ 37.066915] pci 0000:04:00.0: Adding to iommu group 18
[ 37.097156] pci 0000:05:00.0: Adding to iommu group 19
[ 37.127717] pci 0000:06:02.0: Adding to iommu group 20
[ 37.157092] pci 0000:07:00.0: Adding to iommu group 20
[ 37.188289] pci 0000:08:00.0: Adding to iommu group 21
[ 37.217479] pci 0000:09:00.0: Adding to iommu group 22
[ 37.246440] pci 0000:09:00.2: Adding to iommu group 23
[ 37.276568] pci 0000:09:00.3: Adding to iommu group 24
[ 37.307769] pci 0000:09:00.4: Adding to iommu group 25
[ 37.338222] pci 0000:09:00.5: Adding to iommu group 26
[ 37.367920] pci 0000:09:00.6: Adding to iommu group 27
[ 37.398373] pci 0000:0a:00.0: Adding to iommu group 28
\x01\x03\x01\x01\x01\x01\x01\x01** 1 printk messages dropped **
[ 73.451971] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
** 1 printk messages dropped **
[ 73.874694] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 73.874694] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 73.874694] [ 59.396714] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 73.874694] dropped **
[ 73.874694] [ 58.762635] [ 38.894995] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 73.874694] [ 58.762635] dropped **
[ 73.874694] [ 58.762635] [ 38.577955] [ 9.410182] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 73.874694] [ 58.762635] [ 38.577955] ffffffffa407c1c0 R11: ffffffffa4003ad0 R12: 8000000000000163
[ 73.874694] [ 58.762635] [ 38.577955] [ 9.198822] 000
[ 73.874694] [ 58.762635] [ 38.577955] [ 9.198822] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 73.874694] [ 58.762635] [ 38.577955] [ 9.198822] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 73.874694] [ 58.762635] [ 38.577955] [ 9.198822] }
[ 73.874694] [ 58.762635] [ 38.577955] 1a9322ce49
[ 73.874694] [ 58.762635] [ 38.577955] [ 7.613623] }
[ 73.874694] [ 58.762635] [ 38.577955] 7.085223] }
[ 73.874694] [
[ 73.980374] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 73.980374] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 73.980374] [ 59.502394] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 73.980374] dropped **
[ 73.980374] [ 58.762635] [ 38.894995] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 73.980374] [ 58.762635] dropped **
[ 73.980374] [ 58.762635] [ 38.577955] [ 9.410182] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 73.980374] [ 58.762635] [ 38.577955] ffffffffa407c1c0 R11: ffffffffa4003ad0 R12: 8000000000000163
[ 73.980374] [ 58.762635] [ 38.577955] [ 9.198822] 000
[ 73.980374] [ 58.762635] [ 38.577955] [ 9.198822] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 73.980374] [ 58.762635] [ 38.577955] [ 9.198822] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 73.980374] [ 58.762635] [ 38.577955] [ 9.198822] }
[ 73.980374] [ 58.762635] [ 38.577955] 1a9322ce49
[ 73.980374] [ 58.762635] [ 38.577955] [ 7.613623] }
[ 73.980374] [ 58.762635] [ 38.577955] 7.085223] }
[ 73.980374] [
[ 74.086053] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.086054] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 74.086054] [ 59.608075] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.086054] dropped **
[ 74.086054] [ 58.762635] [ 38.894995] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.086054] [ 58.762635] dropped **
[ 74.086054] [ 58.762635] [ 38.577955] [ 9.410182] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.086054] [ 58.762635] [ 38.577955] ffffffffa407c1c0 R11: ffffffffa4003ad0 R12: 8000000000000163
[ 74.086054] [ 58.762635] [ 38.577955] [ 9.198822] 000
[ 74.086054] [ 58.762635] [ 38.577955] [ 9.198822] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 74.086054] [ 58.762635] [ 38.577955] [ 9.198822] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 74.086054] [ 58.762635] [ 38.577955] [ 9.198822] }
[ 74.086054] [ 58.762635] [ 38.577955] 1a9322ce49
[ 74.086054] [ 58.762635] [ 38.577955] [ 7.613623] }
[ 74.086054] [ 58.762635] [ 38.577955] 7.085223] }
[ 74.086054] [
[ 74.191734] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.191734] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 74.191734] [ 59.713756] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.191734] dropped **
[ 74.191734] [ 58.762635] [ 38.894995] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.191734] [ 58.762635] dropped **
[ 74.191734] [ 58.762635] [ 38.577955] [ 9.410182] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.191734] [ 58.762635] [ 38.577955] ffffffffa407c1c0 R11: ffffffffa4003ad0 R12: 8000000000000163
[ 74.191734] [ 58.762635] [ 38.577955] [ 9.198822] 000
[ 74.191734] [ 58.762635] [ 38.577955] [ 9.198822] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 74.191734] [ 58.762635] [ 38.577955] [ 9.198822] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 74.191734] [ 58.762635] [ 38.577955] [ 9.198822] }
[ 74.191734] [ 58.762635] [ 38.577955] 1a9322ce49
[ 74.191734] [ 58.762635] [ 38.577955] [ 7.613623] }
[ 74.191734] [ 58.762635] [ 38.577955] 7.085223] }
[ 74.191734] [
[ 74.297414] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.297414] xhci_dbc:early_xdbc_write: missed message {** 2 printk messages dropped **
[ 74.297414] [ 59.819437] xhci_dbc:early_xdbc_write: missed message {** 2 printk messages dropped **
[ 74.297414] [ 59.819437] [ 40.374527] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 74.297414] [ 59.819437] [ 40.374527] [ 12.157873] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.297414] [ 59.819437] [ 40.374527] tup_arch+0x4c7/0xb60
[ 74.297414] [ 59.819437] [ 40.374527] [ 10.784026] xc0
[ 74.297414] [ 59.819437] [ 40.374527] [ 10.784026] 0
[ 74.297414] [ 59.819437] [ 40.374527] [ 10.784026] /0x430
[ 74.297414] [ 59.819437] [ 40.374527] [ 10.784026] CR4: 00000000000000b0
[ 74.297414] [ 59.819437] [ 40.374527] [ 10.784026] 000000000
[ 74.297414] [ 59.819437] [ 40.374527] [ 10.784026] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 74.297414] [ 59.819437] [ 40.374527] [ 10.784026] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 74.297414] [ 59.819437] [
[ 74.403093] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.403093] xhci_dbc:early_xdbc_write: missed message { [ 40.374527] }
[ 74.403093] [ 59.819437] }
[ 74.403093] 9.819437] xhci_dbc:early_xdbc_write: missed message {** 2 printk messages dropped **
[ 74.403093] [ 59.819437] [ 40.374527] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 74.403093] [ 59.819437] [ 40.374527] [ 12.157873] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.403093] [ 59.819437] [ 40.374527] tup_arch+0x4c7/0xb60
[ 74.403093] [ 59.819437] [ 40.374527] [ 10.784026] xc0
[ 74.403093] [ 59.819437] [ 40.374527] [ 10.784026] 0
[ 74.403093] [ 59.819437] [ 40.374527] [ 10.784026] /0x430
[ 74.403093] [ 59.819437] [ 40.374527] [ 10.784026] CR4: 00000000000000b0
[ 74.403093] [ 59.819437] [ 40.374527] [ 10.784026] 000000000
[ 74.403093] [ 59.819437] [ 40.374527] [ 10.784026] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 74.403093] [ 59.819437] [ 40.374527] [ 10.784026] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 74.403093] [ 59.819437] [
[ 74.508773] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.508774] xhci_dbc:early_xdbc_write: missed message {** 4 printk messages dropped **
[ 74.508774] [ 60.136479] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.508774] dropped **
[ 74.508774] [ 59.819437] [ 40.374527] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 74.508774] [ 59.819437] [ 40.374527] [ 12.157873] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.508774] [ 59.819437] [ 40.374527] tup_arch+0x4c7/0xb60
[ 74.508774] [ 59.819437] [ 40.374527] [ 10.784026] xc0
[ 74.508774] [ 59.819437] [ 40.374527] [ 10.784026] 0
[ 74.508774] [ 59.819437] [ 40.374527] [ 10.784026] /0x430
[ 74.508774] [ 59.819437] [ 40.374527] [ 10.784026] CR4: 00000000000000b0
[ 74.508774] [ 59.819437] [ 40.374527] [ 10.784026] 000000000
[ 74.508774] [ 59.819437] [ 40.374527] [ 10.784026] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 74.508774] [ 59.819437] [ 40.374527] [ 10.784026] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 74.508774] [ 59.819437] [
[ 74.614454] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.614454] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 74.614454] [ 60.242159] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.614454] dropped **
[ 74.614454] [ 59.819437] [ 40.374527] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 74.614454] [ 59.819437] [ 40.374527] [ 12.157873] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.614454] [ 59.819437] [ 40.374527] tup_arch+0x4c7/0xb60
[ 74.614454] [ 59.819437] [ 40.374527] [ 10.784026] xc0
[ 74.614454] [ 59.819437] [ 40.374527] [ 10.784026] 0
[ 74.614454] [ 59.819437] [ 40.374527] [ 10.784026] /0x430
[ 74.614454] [ 59.819437] [ 40.374527] [ 10.784026] CR4: 00000000000000b0
[ 74.614454] [ 59.819437] [ 40.374527] [ 10.784026] 000000000
[ 74.614454] [ 59.819437] [ 40.374527] [ 10.784026] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 74.614454] [ 59.819437] [ 40.374527] [ 10.784026] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 74.614454] [ 59.819437] [
[ 74.720135] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.720135] xhci_dbc:early_xdbc_write: missed message {** 2 printk messages dropped **
[ 74.720135] [ 60.347840] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 74.720135] [ 60.347840] [ 41.219972] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.720135] [ 60.347840] dropped **
[ 74.720135] [ 60.347840] [ 40.374527] [ 12.157873] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.720135] [ 60.347840] [ 40.374527] tup_arch+0x4c7/0xb60
[ 74.720135] [ 60.347840] [ 40.374527] [ 10.784026] xc0
[ 74.720135] [ 60.347840] [ 40.374527] [ 10.784026] 0
[ 74.720135] [ 60.347840] [ 40.374527] [ 10.784026] /0x430
[ 74.720135] [ 60.347840] [ 40.374527] [ 10.784026] CR4: 00000000000000b0
[ 74.720135] [ 60.347840] [ 40.374527] [ 10.784026] 000000000
[ 74.720135] [ 60.347840] [ 40.374527] [ 10.784026] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 74.720135] [ 60.347840] [ 40.374527] [ 10.784026] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 74.720135] [
[ 74.825816] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.825817] xhci_dbc:early_xdbc_write: missed message {
[ 74.825817] [ 60.347840] [ 40.374527] }
[ 74.825817] [ 60.347840] }
[ 74.825817] bc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 74.825817] [ 60.347840] [ 41.219972] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.825817] [ 60.347840] dropped **
[ 74.825817] [ 60.347840] [ 40.374527] [ 12.157873] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.825817] [ 60.347840] [ 40.374527] tup_arch+0x4c7/0xb60
[ 74.825817] [ 60.347840] [ 40.374527] [ 10.784026] xc0
[ 74.825817] [ 60.347840] [ 40.374527] [ 10.784026] 0
[ 74.825817] [ 60.347840] [ 40.374527] [ 10.784026] /0x430
[ 74.825817] [ 60.347840] [ 40.374527] [ 10.784026] CR4: 00000000000000b0
[ 74.825817] [ 60.347840] [ 40.374527] [ 10.784026] 000000000
[ 74.825817] [ 60.347840] [ 40.374527] [ 10.784026] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 74.825817] [ 60.347840] [ 40.374527] [ 10.784026] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 74.825817] [
[ 74.931497] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.931498] xhci_dbc:early_xdbc_write: missed message {** 4 printk messages dropped **
[ 74.931498] [ 60.664880] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.931498] dropped **
[ 74.931498] [ 60.347840] [ 41.219972] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.931498] [ 60.347840] dropped **
[ 74.931498] [ 60.347840] [ 40.374527] [ 12.157873] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 74.931498] [ 60.347840] [ 40.374527] tup_arch+0x4c7/0xb60
[ 74.931498] [ 60.347840] [ 40.374527] [ 10.784026] xc0
[ 74.931498] [ 60.347840] [ 40.374527] [ 10.784026] 0
[ 74.931498] [ 60.347840] [ 40.374527] [ 10.784026] /0x430
[ 74.931498] [ 60.347840] [ 40.374527] [ 10.784026] CR4: 00000000000000b0
[ 74.931498] [ 60.347840] [ 40.374527] [ 10.784026] 000000000
[ 74.931498] [ 60.347840] [ 40.374527] [ 10.784026] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 74.931498] [ 60.347840] [ 40.374527] [ 10.784026] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 74.931498] [
[ 75.037178] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.037179] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 75.037179] [ 60.770560] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.037179] dropped **
[ 75.037179] [ 60.347840] [ 41.219972] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.037179] [ 60.347840] dropped **
[ 75.037179] [ 60.347840] [ 40.374527] [ 12.157873] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.037179] [ 60.347840] [ 40.374527] tup_arch+0x4c7/0xb60
[ 75.037179] [ 60.347840] [ 40.374527] [ 10.784026] xc0
[ 75.037179] [ 60.347840] [ 40.374527] [ 10.784026] 0
[ 75.037179] [ 60.347840] [ 40.374527] [ 10.784026] /0x430
[ 75.037179] [ 60.347840] [ 40.374527] [ 10.784026] CR4: 00000000000000b0
[ 75.037179] [ 60.347840] [ 40.374527] [ 10.784026] 000000000
[ 75.037179] [ 60.347840] [ 40.374527] [ 10.784026] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 75.037179] [ 60.347840] [ 40.374527] [ 10.784026] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 75.037179] [
[ 75.142860] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.142860] xhci_dbc:early_xdbc_write: missed message {** 2 printk messages dropped **
[ 75.142860] [ 60.876240] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 75.142860] [ 60.876240] [ 41.959738] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.142860] [ 60.876240] dropped **
[ 75.142860] [ 60.876240] [ 41.431335] [ 13.743077] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.142860] [ 60.876240] [ 41.431335] xecute Disable) protection: active
[ 75.142860] [ 60.876240] [ 41.431335] [ 12.580594]
[ 75.142860] [ 60.876240] [ 41.431335] [ 12.580594] pability found at offset 0x4e0
[ 75.142860] [ 60.876240] [ 41.431335] [ 12.580594] x4e0
[ 75.142860] [ 60.876240] [ 41.431335] [ 12.580594] 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 75.142860] [ 60.876240] [ 41.431335] [ 12.580594] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 75.142860] [ 60.876240] [ 41.431335] [ 12.580594] }
[ 75.142860] [ 60.876240] [ 41.431335] a1a9322ce49
[ 75.142860] [
[ 75.248540] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.248540] xhci_dbc:early_xdbc_write: missed message {
[ 75.248540] [ 60.876240] [ 41.431335] }
[ 75.248540] [ 60.876240] }
[ 75.248540] bc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 75.248540] [ 60.876240] [ 41.959738] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.248540] [ 60.876240] dropped **
[ 75.248540] [ 60.876240] [ 41.431335] [ 13.743077] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.248540] [ 60.876240] [ 41.431335] xecute Disable) protection: active
[ 75.248540] [ 60.876240] [ 41.431335] [ 12.580594]
[ 75.248540] [ 60.876240] [ 41.431335] [ 12.580594] pability found at offset 0x4e0
[ 75.248540] [ 60.876240] [ 41.431335] [ 12.580594] x4e0
[ 75.248540] [ 60.876240] [ 41.431335] [ 12.580594] 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 75.248540] [ 60.876240] [ 41.431335] [ 12.580594] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 75.248540] [ 60.876240] [ 41.431335] [ 12.580594] }
[ 75.248540] [ 60.876240] [ 41.431335] a1a9322ce49
[ 75.248540] [
[ 75.354220] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.354220] xhci_dbc:early_xdbc_write: missed message {** 4 printk messages dropped **
[ 75.354220] [ 61.193281] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.354220] dropped **
[ 75.354220] [ 60.876240] [ 41.959738] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.354220] [ 60.876240] dropped **
[ 75.354220] [ 60.876240] [ 41.431335] [ 13.743077] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.354220] [ 60.876240] [ 41.431335] xecute Disable) protection: active
[ 75.354220] [ 60.876240] [ 41.431335] [ 12.580594]
[ 75.354220] [ 60.876240] [ 41.431335] [ 12.580594] pability found at offset 0x4e0
[ 75.354220] [ 60.876240] [ 41.431335] [ 12.580594] x4e0
[ 75.354220] [ 60.876240] [ 41.431335] [ 12.580594] 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 75.354220] [ 60.876240] [ 41.431335] [ 12.580594] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 75.354220] [ 60.876240] [ 41.431335] [ 12.580594] }
[ 75.354220] [ 60.876240] [ 41.431335] a1a9322ce49
[ 75.354220] [
[ 75.459900] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.459901] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 75.459901] [ 61.298960] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.459901] dropped **
[ 75.459901] [ 60.876240] [ 41.959738] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.459901] [ 60.876240] dropped **
[ 75.459901] [ 60.876240] [ 41.431335] [ 13.743077] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.459901] [ 60.876240] [ 41.431335] xecute Disable) protection: active
[ 75.459901] [ 60.876240] [ 41.431335] [ 12.580594]
[ 75.459901] [ 60.876240] [ 41.431335] [ 12.580594] pability found at offset 0x4e0
[ 75.459901] [ 60.876240] [ 41.431335] [ 12.580594] x4e0
[ 75.459901] [ 60.876240] [ 41.431335] [ 12.580594] 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 75.459901] [ 60.876240] [ 41.431335] [ 12.580594] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 75.459901] [ 60.876240] [ 41.431335] [ 12.580594] }
[ 75.459901] [ 60.876240] [ 41.431335] a1a9322ce49
[ 75.459901] [
[ 75.565581] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.565581] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 75.565581] [ 61.404642] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.565581] dropped **
[ 75.565581] [ 60.876240] [ 41.959738] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.565581] [ 60.876240] dropped **
[ 75.565581] [ 60.876240] [ 41.431335] [ 13.743077] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.565581] [ 60.876240] [ 41.431335] xecute Disable) protection: active
[ 75.565581] [ 60.876240] [ 41.431335] [ 12.580594]
[ 75.565581] [ 60.876240] [ 41.431335] [ 12.580594] pability found at offset 0x4e0
[ 75.565581] [ 60.876240] [ 41.431335] [ 12.580594] x4e0
[ 75.565581] [ 60.876240] [ 41.431335] [ 12.580594] 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 75.565581] [ 60.876240] [ 41.431335] [ 12.580594] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 75.565581] [ 60.876240] [ 41.431335] [ 12.580594] }
[ 75.565581] [ 60.876240] [ 41.431335] a1a9322ce49
[ 75.565581] [
[ 75.671261] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.671261] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 75.671261] [ 61.616002] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.671261] dropped **
[ 75.671261] [ 60.876240] [ 41.959738] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.671261] [ 60.876240] dropped **
[ 75.671261] [ 60.876240] [ 41.431335] [ 13.743077] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.671261] [ 60.876240] [ 41.431335] xecute Disable) protection: active
[ 75.671261] [ 60.876240] [ 41.431335] [ 12.580594]
[ 75.671261] [ 60.876240] [ 41.431335] [ 12.580594] pability found at offset 0x4e0
[ 75.671261] [ 60.876240] [ 41.431335] [ 12.580594] x4e0
[ 75.671261] [ 60.876240] [ 41.431335] [ 12.580594] 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 75.671261] [ 60.876240] [ 41.431335] [ 12.580594] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 75.671261] [ 60.876240] [ 41.431335] [ 12.580594] }
[ 75.671261] [ 60.876240] [ 41.431335] a1a9322ce49
[ 75.671261] [
[ 75.776941] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.776941] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 75.776941] [ 61.721682] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.776941] dropped **
[ 75.776941] [ 60.876240] [ 41.959738] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.776941] [ 60.876240] dropped **
[ 75.776941] [ 60.876240] [ 41.431335] [ 13.743077] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.776941] [ 60.876240] [ 41.431335] xecute Disable) protection: active
[ 75.776941] [ 60.876240] [ 41.431335] [ 12.580594]
[ 75.776941] [ 60.876240] [ 41.431335] [ 12.580594] pability found at offset 0x4e0
[ 75.776941] [ 60.876240] [ 41.431335] [ 12.580594] x4e0
[ 75.776941] [ 60.876240] [ 41.431335] [ 12.580594] 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 75.776941] [ 60.876240] [ 41.431335] [ 12.580594] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 75.776941] [ 60.876240] [ 41.431335] [ 12.580594] }
[ 75.776941] [ 60.876240] [ 41.431335] a1a9322ce49
[ 75.776941] [
[ 75.882622] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.882622] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 75.882622] [ 61.827362] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.882622] dropped **
[ 75.882622] [ 60.876240] [ 41.959738] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.882622] [ 60.876240] dropped **
[ 75.882622] [ 60.876240] [ 41.431335] [ 13.743077] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.882622] [ 60.876240] [ 41.431335] xecute Disable) protection: active
[ 75.882622] [ 60.876240] [ 41.431335] [ 12.580594]
[ 75.882622] [ 60.876240] [ 41.431335] [ 12.580594] pability found at offset 0x4e0
[ 75.882622] [ 60.876240] [ 41.431335] [ 12.580594] x4e0
[ 75.882622] [ 60.876240] [ 41.431335] [ 12.580594] 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 75.882622] [ 60.876240] [ 41.431335] [ 12.580594] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 75.882622] [ 60.876240] [ 41.431335] [ 12.580594] }
[ 75.882622] [ 60.876240] [ 41.431335] a1a9322ce49
[ 75.882622] [
[ 75.988302] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.988302] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 75.988302] [ 61.933043] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.988302] dropped **
[ 75.988302] [ 60.876240] [ 41.959738] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.988302] [ 60.876240] dropped **
[ 75.988302] [ 60.876240] [ 41.431335] [ 13.743077] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 75.988302] [ 60.876240] [ 41.431335] xecute Disable) protection: active
[ 75.988302] [ 60.876240] [ 41.431335] [ 12.580594]
[ 75.988302] [ 60.876240] [ 41.431335] [ 12.580594] pability found at offset 0x4e0
[ 75.988302] [ 60.876240] [ 41.431335] [ 12.580594] x4e0
[ 75.988302] [ 60.876240] [ 41.431335] [ 12.580594] 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 75.988302] [ 60.876240] [ 41.431335] [ 12.580594] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 75.988302] [ 60.876240] [ 41.431335] [ 12.580594] }
[ 75.988302] [ 60.876240] [ 41.431335] a1a9322ce49
[ 75.988302] [
[ 76.093984] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.093984] xhci_dbc:early_xdbc_write: missed message {** 2 printk messages dropped **
[ 76.093984] [ 62.038724] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 76.093984] [ 62.038724] [ 43.544942] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.093984] [ 62.038724] dropped **
[ 76.093984] [ 62.038724] [ 42.910862] [ 16.068051] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.093984] [ 62.038724] [ 42.910862] e boot disabled
[ 76.093984] [ 62.038724] [ 42.910862] [ 15.539648] ect mapping
[ 76.093984] [ 62.038724] [ 42.910862] [ 15.539648] 2fff] usable ==> reserved
[ 76.093984] [ 62.038724] [ 42.910862] [ 15.539648] 008b3d21d0.
[ 76.093984] [ 62.038724] [ 42.910862] [ 15.539648] TRRs
[ 76.093984] [ 62.038724] [ 42.910862] [ 15.539648] 2025
[ 76.093984] [ 62.038724] [ 42.910862] [ 15.539648] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 76.093984] [ 62.038724] [ 42.910862] [ 15.539648] 05
[ 76.093984] [ 62.038724] [ 42.910862] [ 15.539648] d resume=
[ 76.199664] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.199664] xhci_dbc:early_xdbc_write: missed message {[ 62.038724] [ 42.910862] [ 15.539648] }
[ 76.199664] [ 62.038724] [ 42.910862] }
[ 76.199664] [ 62.038724] }
[ 76.199664] messages dropped **
[ 76.199664] [ 62.038724] [ 43.544942] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.199664] [ 62.038724] dropped **
[ 76.199664] [ 62.038724] [ 42.910862] [ 16.068051] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.199664] [ 62.038724] [ 42.910862] e boot disabled
[ 76.199664] [ 62.038724] [ 42.910862] [ 15.539648] ect mapping
[ 76.199664] [ 62.038724] [ 42.910862] [ 15.539648] 2fff] usable ==> reserved
[ 76.199664] [ 62.038724] [ 42.910862] [ 15.539648] 008b3d21d0.
[ 76.199664] [ 62.038724] [ 42.910862] [ 15.539648] TRRs
[ 76.199664] [ 62.038724] [ 42.910862] [ 15.539648] 2025
[ 76.199664] [ 62.038724] [ 42.910862] [ 15.539648] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 76.199664] [ 62.038724] [ 42.910862] [ 15.539648] 05
[ 76.199664] [ 62.038724] [ 42.910862] [ 15.539648] d resume=
[ 76.305344] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.305344] xhci_dbc:early_xdbc_write: missed message {** 4 printk messages dropped **
[ 76.305344] [ 62.355766] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.305344] dropped **
[ 76.305344] [ 62.038724] [ 43.544942] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.305344] [ 62.038724] dropped **
[ 76.305344] [ 62.038724] [ 42.910862] [ 16.068051] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.305344] [ 62.038724] [ 42.910862] e boot disabled
[ 76.305344] [ 62.038724] [ 42.910862] [ 15.539648] ect mapping
[ 76.305344] [ 62.038724] [ 42.910862] [ 15.539648] 2fff] usable ==> reserved
[ 76.305344] [ 62.038724] [ 42.910862] [ 15.539648] 008b3d21d0.
[ 76.305344] [ 62.038724] [ 42.910862] [ 15.539648] TRRs
[ 76.305344] [ 62.038724] [ 42.910862] [ 15.539648] 2025
[ 76.305344] [ 62.038724] [ 42.910862] [ 15.539648] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 76.305344] [ 62.038724] [ 42.910862] [ 15.539648] 05
[ 76.305344] [ 62.038724] [ 42.910862] [ 15.539648] d resume=
[ 76.411025] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.411025] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 76.411025] [ 62.461446] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.411025] dropped **
[ 76.411025] [ 62.038724] [ 43.544942] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.411025] [ 62.038724] dropped **
[ 76.411025] [ 62.038724] [ 42.910862] [ 16.068051] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.411025] [ 62.038724] [ 42.910862] e boot disabled
[ 76.411025] [ 62.038724] [ 42.910862] [ 15.539648] ect mapping
[ 76.411025] [ 62.038724] [ 42.910862] [ 15.539648] 2fff] usable ==> reserved
[ 76.411025] [ 62.038724] [ 42.910862] [ 15.539648] 008b3d21d0.
[ 76.411025] [ 62.038724] [ 42.910862] [ 15.539648] TRRs
[ 76.411025] [ 62.038724] [ 42.910862] [ 15.539648] 2025
[ 76.411025] [ 62.038724] [ 42.910862] [ 15.539648] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 76.411025] [ 62.038724] [ 42.910862] [ 15.539648] 05
[ 76.411025] [ 62.038724] [ 42.910862] [ 15.539648] d resume=
[ 76.516705] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.516705] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 76.516705] [ 62.567128] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.516705] dropped **
[ 76.516705] [ 62.038724] [ 43.544942] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.516705] [ 62.038724] dropped **
[ 76.516705] [ 62.038724] [ 42.910862] [ 16.068051] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.516705] [ 62.038724] [ 42.910862] e boot disabled
[ 76.516705] [ 62.038724] [ 42.910862] [ 15.539648] ect mapping
[ 76.516705] [ 62.038724] [ 42.910862] [ 15.539648] 2fff] usable ==> reserved
[ 76.516705] [ 62.038724] [ 42.910862] [ 15.539648] 008b3d21d0.
[ 76.516705] [ 62.038724] [ 42.910862] [ 15.539648] TRRs
[ 76.516705] [ 62.038724] [ 42.910862] [ 15.539648] 2025
[ 76.516705] [ 62.038724] [ 42.910862] [ 15.539648] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 76.516705] [ 62.038724] [ 42.910862] [ 15.539648] 05
[ 76.516705] [ 62.038724] [ 42.910862] [ 15.539648] d resume=
[ 76.622387] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.622387] xhci_dbc:early_xdbc_write: missed message {** 2 printk messages dropped **
[ 76.622387] [ 62.672808] xhci_dbc:early_xdbc_write: missed message {** 2 printk messages dropped **
[ 76.622387] [ 62.672808] [ 44.496069] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.622387] [ 62.672808] dropped **
[ 76.622387] [ 62.672808] [ 44.284707] [ 18.287334] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.622387] [ 62.672808] [ 44.284707] CRAT 0x0000000094505000 001628 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 76.622387] [ 62.672808] [ 44.284707] [ 17.547572] 25
[ 76.622387] [ 62.672808] [ 44.284707] [ 17.547572] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 76.622387] [ 62.672808] [ 44.284707] [ 17.547572] 05
[ 76.622387] [ 62.672808] [ 44.284707] [ 17.547572] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 76.622387] [ 62.672808] [ 44.284707] [ 17.547572] }
[ 76.622387] [ 62.672808] [ 44.284707] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 76.622387] [ 62.672808] [
[ 76.728067] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.728067] xhci_dbc:early_xdbc_write: missed message { [ 44.284707] }
[ 76.728067] [ 62.672808] 5.539648] }
[ 76.728067] [ 62.672808] [ 42.910862] }
[ 76.728067] [ 62.672808] }
[ 76.728067] messages dropped **
[ 76.728067] [ 62.672808] [ 44.496069] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.728067] [ 62.672808] dropped **
[ 76.728067] [ 62.672808] [ 44.284707] [ 18.287334] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.728067] [ 62.672808] [ 44.284707] CRAT 0x0000000094505000 001628 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 76.728067] [ 62.672808] [ 44.284707] [ 17.547572] 25
[ 76.728067] [ 62.672808] [ 44.284707] [ 17.547572] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 76.728067] [ 62.672808] [ 44.284707] [ 17.547572] 05
[ 76.728067] [ 62.672808] [ 44.284707] [ 17.547572] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 76.728067] [ 62.672808] [ 44.284707] [ 17.547572] }
[ 76.728067] [ 62.672808] [ 44.284707] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 76.728067] [ 62.672808] [
[ 76.833747] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.833747] xhci_dbc:early_xdbc_write: missed message {** 4 printk messages dropped **
[ 76.833747] [ 62.989847] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.833747] dropped **
[ 76.833747] [ 62.672808] [ 44.496069] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.833747] [ 62.672808] dropped **
[ 76.833747] [ 62.672808] [ 44.284707] [ 18.287334] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.833747] [ 62.672808] [ 44.284707] CRAT 0x0000000094505000 001628 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 76.833747] [ 62.672808] [ 44.284707] [ 17.547572] 25
[ 76.833747] [ 62.672808] [ 44.284707] [ 17.547572] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 76.833747] [ 62.672808] [ 44.284707] [ 17.547572] 05
[ 76.833747] [ 62.672808] [ 44.284707] [ 17.547572] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 76.833747] [ 62.672808] [ 44.284707] [ 17.547572] }
[ 76.833747] [ 62.672808] [ 44.284707] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 76.833747] [ 62.672808] [
[ 76.939427] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.939428] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 76.939428] [ 63.095528] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.939428] dropped **
[ 76.939428] [ 62.672808] [ 44.496069] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.939428] [ 62.672808] dropped **
[ 76.939428] [ 62.672808] [ 44.284707] [ 18.287334] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 76.939428] [ 62.672808] [ 44.284707] CRAT 0x0000000094505000 001628 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 76.939428] [ 62.672808] [ 44.284707] [ 17.547572] 25
[ 76.939428] [ 62.672808] [ 44.284707] [ 17.547572] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 76.939428] [ 62.672808] [ 44.284707] [ 17.547572] 05
[ 76.939428] [ 62.672808] [ 44.284707] [ 17.547572] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 76.939428] [ 62.672808] [ 44.284707] [ 17.547572] }
[ 76.939428] [ 62.672808] [ 44.284707] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 76.939428] [ 62.672808] [
[ 77.045108] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.045108] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 77.045108] [ 63.201208] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.045108] dropped **
[ 77.045108] [ 62.672808] [ 44.496069] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.045108] [ 62.672808] dropped **
[ 77.045108] [ 62.672808] [ 44.284707] [ 18.287334] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.045108] [ 62.672808] [ 44.284707] CRAT 0x0000000094505000 001628 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 77.045108] [ 62.672808] [ 44.284707] [ 17.547572] 25
[ 77.045108] [ 62.672808] [ 44.284707] [ 17.547572] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 77.045108] [ 62.672808] [ 44.284707] [ 17.547572] 05
[ 77.045108] [ 62.672808] [ 44.284707] [ 17.547572] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 77.045108] [ 62.672808] [ 44.284707] [ 17.547572] }
[ 77.045108] [ 62.672808] [ 44.284707] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 77.045108] [ 62.672808] [
[ 77.150789] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.150789] xhci_dbc:early_xdbc_write: missed message {** 2 printk messages dropped **
[ 77.150789] [ 63.306889] xhci_dbc:early_xdbc_write: missed message {** 2 printk messages dropped **
[ 77.150789] [ 63.306889] [ 45.341513] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 77.150789] [ 63.306889] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.150789] [ 63.306889] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 77.150789] [ 63.306889] [ 45.341513] [ 19.555497] 25
[ 77.150789] [ 63.306889] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 77.150789] [ 63.306889] [ 45.341513] [ 19.555497] 05
[ 77.150789] [ 63.306889] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 77.150789] [ 63.306889] [ 45.341513] [ 19.555497] }
[ 77.150789] [ 63.306889] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 77.150789] [ 63.306889] [ 45.341513] [
[ 77.256469] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.256469] xhci_dbc:early_xdbc_write: missed message {}
[ 77.256469] [ 63.306889] 5.539648] }
[ 77.256469] [ 63.306889] [ 42.910862] }
[ 77.256469] [ 63.306889] }
[ 77.256469] age {** 2 printk messages dropped **
[ 77.256469] [ 63.306889] [ 45.341513] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 77.256469] [ 63.306889] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.256469] [ 63.306889] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 77.256469] [ 63.306889] [ 45.341513] [ 19.555497] 25
[ 77.256469] [ 63.306889] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 77.256469] [ 63.306889] [ 45.341513] [ 19.555497] 05
[ 77.256469] [ 63.306889] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 77.256469] [ 63.306889] [ 45.341513] [ 19.555497] }
[ 77.256469] [ 63.306889] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 77.256469] [ 63.306889] [ 45.341513] [
[ 77.362148] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.362149] xhci_dbc:early_xdbc_write: missed message {** 4 printk messages dropped **
[ 77.362149] [ 63.623922] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.362149] dropped **
[ 77.362149] [ 63.306889] [ 45.341513] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 77.362149] [ 63.306889] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.362149] [ 63.306889] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 77.362149] [ 63.306889] [ 45.341513] [ 19.555497] 25
[ 77.362149] [ 63.306889] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 77.362149] [ 63.306889] [ 45.341513] [ 19.555497] 05
[ 77.362149] [ 63.306889] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 77.362149] [ 63.306889] [ 45.341513] [ 19.555497] }
[ 77.362149] [ 63.306889] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 77.362149] [ 63.306889] [ 45.341513] [
[ 77.467829] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.467829] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 77.467829] [ 63.729604] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.467829] dropped **
[ 77.467829] [ 63.306889] [ 45.341513] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 77.467829] [ 63.306889] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.467829] [ 63.306889] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 77.467829] [ 63.306889] [ 45.341513] [ 19.555497] 25
[ 77.467829] [ 63.306889] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 77.467829] [ 63.306889] [ 45.341513] [ 19.555497] 05
[ 77.467829] [ 63.306889] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 77.467829] [ 63.306889] [ 45.341513] [ 19.555497] }
[ 77.467829] [ 63.306889] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 77.467829] [ 63.306889] [ 45.341513] [
[ 77.573509] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.573509] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 77.573509] [ 63.835284] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.573509] dropped **
[ 77.573509] [ 63.306889] [ 45.341513] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 77.573509] [ 63.306889] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.573509] [ 63.306889] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 77.573509] [ 63.306889] [ 45.341513] [ 19.555497] 25
[ 77.573509] [ 63.306889] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 77.573509] [ 63.306889] [ 45.341513] [ 19.555497] 05
[ 77.573509] [ 63.306889] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 77.573509] [ 63.306889] [ 45.341513] [ 19.555497] }
[ 77.573509] [ 63.306889] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 77.573509] [ 63.306889] [ 45.341513] [
[ 77.679189] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.679190] xhci_dbc:early_xdbc_write: missed message {** 2 printk messages dropped **
[ 77.679190] [ 63.940963] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 77.679190] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.679190] [ 63.940963] dropped **
[ 77.679190] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.679190] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 77.679190] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 77.679190] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 77.679190] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 77.679190] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 77.679190] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 77.679190] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 77.679190] [ 63.940963] [
[ 77.784870] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.784870] xhci_dbc:early_xdbc_write: missed message { [ 45.341513] }
[ 77.784870] [ 63.940963] 5.539648] }
[ 77.784870] [ 63.940963] [ 42.910862] }
[ 77.784870] [ 63.940963] }
[ 77.784870] messages dropped **
[ 77.784870] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.784870] [ 63.940963] dropped **
[ 77.784870] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.784870] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 77.784870] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 77.784870] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 77.784870] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 77.784870] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 77.784870] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 77.784870] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 77.784870] [ 63.940963] [
[ 77.890551] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.890551] xhci_dbc:early_xdbc_write: missed message {** 4 printk messages dropped **
[ 77.890551] [ 64.258005] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.890551] dropped **
[ 77.890551] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.890551] [ 63.940963] dropped **
[ 77.890551] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.890551] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 77.890551] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 77.890551] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 77.890551] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 77.890551] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 77.890551] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 77.890551] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 77.890551] [ 63.940963] [
[ 77.996230] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.996230] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 77.996230] [ 64.363685] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.996230] dropped **
[ 77.996230] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.996230] [ 63.940963] dropped **
[ 77.996230] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 77.996230] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 77.996230] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 77.996230] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 77.996230] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 77.996230] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 77.996230] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 77.996230] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 77.996230] [ 63.940963] [
[ 78.101911] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.101911] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 78.101911] [ 64.469366] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.101911] dropped **
[ 78.101911] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.101911] [ 63.940963] dropped **
[ 78.101911] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.101911] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 78.101911] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 78.101911] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 78.101911] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 78.101911] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 78.101911] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 78.101911] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 78.101911] [ 63.940963] [
[ 78.207591] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.207592] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 78.207592] [ 64.575045] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.207592] dropped **
[ 78.207592] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.207592] [ 63.940963] dropped **
[ 78.207592] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.207592] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 78.207592] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 78.207592] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 78.207592] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 78.207592] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 78.207592] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 78.207592] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 78.207592] [ 63.940963] [
[ 78.313272] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.313272] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 78.313272] [ 64.786405] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.313272] dropped **
[ 78.313272] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.313272] [ 63.940963] dropped **
[ 78.313272] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.313272] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 78.313272] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 78.313272] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 78.313272] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 78.313272] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 78.313272] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 78.313272] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 78.313272] [ 63.940963] [
[ 78.418953] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.418954] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 78.418954] [ 64.892086] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.418954] dropped **
[ 78.418954] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.418954] [ 63.940963] dropped **
[ 78.418954] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.418954] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 78.418954] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 78.418954] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 78.418954] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 78.418954] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 78.418954] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 78.418954] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 78.418954] [ 63.940963] [
[ 78.524633] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.524633] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 78.524633] [ 64.997766] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.524633] dropped **
[ 78.524633] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.524633] [ 63.940963] dropped **
[ 78.524633] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.524633] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 78.524633] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 78.524633] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 78.524633] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 78.524633] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 78.524633] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 78.524633] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 78.524633] [ 63.940963] [
[ 78.630313] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.630313] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 78.630313] [ 65.103446] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.630313] dropped **
[ 78.630313] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.630313] [ 63.940963] dropped **
[ 78.630313] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.630313] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 78.630313] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 78.630313] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 78.630313] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 78.630313] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 78.630313] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 78.630313] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 78.630313] [ 63.940963] [
[ 78.735994] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.735994] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 78.735994] [ 65.209125] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.735994] dropped **
[ 78.735994] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.735994] [ 63.940963] dropped **
[ 78.735994] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.735994] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 78.735994] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 78.735994] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 78.735994] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 78.735994] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 78.735994] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 78.735994] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 78.735994] [ 63.940963] [
[ 78.841674] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.841675] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 78.841675] [ 65.420485] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.841675] dropped **
[ 78.841675] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.841675] [ 63.940963] dropped **
[ 78.841675] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.841675] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 78.841675] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 78.841675] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 78.841675] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 78.841675] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 78.841675] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 78.841675] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 78.841675] [ 63.940963] [
[ 78.947355] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.947356] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 78.947356] [ 65.526166] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.947356] dropped **
[ 78.947356] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.947356] [ 63.940963] dropped **
[ 78.947356] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 78.947356] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 78.947356] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 78.947356] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 78.947356] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 78.947356] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 78.947356] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 78.947356] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 78.947356] [ 63.940963] [
[ 79.053036] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.053036] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 79.053036] [ 65.631847] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.053036] dropped **
[ 79.053036] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.053036] [ 63.940963] dropped **
[ 79.053036] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.053036] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 79.053036] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 79.053036] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 79.053036] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 79.053036] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 79.053036] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 79.053036] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 79.053036] [ 63.940963] [
[ 79.158717] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.158717] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 79.158717] [ 65.737528] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.158717] dropped **
[ 79.158717] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.158717] [ 63.940963] dropped **
[ 79.158717] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.158717] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 79.158717] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 79.158717] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 79.158717] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 79.158717] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 79.158717] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 79.158717] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 79.158717] [ 63.940963] [
[ 79.264396] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.264396] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 79.264396] [ 65.843209] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.264396] dropped **
[ 79.264396] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.264396] [ 63.940963] dropped **
[ 79.264396] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.264396] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 79.264396] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 79.264396] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 79.264396] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 79.264396] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 79.264396] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 79.264396] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 79.264396] [ 63.940963] [
[ 79.370076] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.370076] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 79.370076] [ 66.054570] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.370076] dropped **
[ 79.370076] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.370076] [ 63.940963] dropped **
[ 79.370076] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.370076] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 79.370076] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 79.370076] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 79.370076] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 79.370076] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 79.370076] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 79.370076] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 79.370076] [ 63.940963] [
[ 79.475757] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.475757] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 79.475757] [ 66.160250] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.475757] dropped **
[ 79.475757] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.475757] [ 63.940963] dropped **
[ 79.475757] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.475757] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 79.475757] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 79.475757] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 79.475757] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 79.475757] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 79.475757] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 79.475757] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 79.475757] [ 63.940963] [
[ 79.581437] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.581437] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 79.581437] [ 66.265932] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.581437] dropped **
[ 79.581437] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.581437] [ 63.940963] dropped **
[ 79.581437] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.581437] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 79.581437] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 79.581437] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 79.581437] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 79.581437] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 79.581437] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 79.581437] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 79.581437] [ 63.940963] [
[ 79.687117] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.687117] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 79.687117] [ 66.371612] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.687117] dropped **
[ 79.687117] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.687117] [ 63.940963] dropped **
[ 79.687117] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.687117] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 79.687117] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 79.687117] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 79.687117] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 79.687117] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 79.687117] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 79.687117] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 79.687117] [ 63.940963] [
[ 79.792797] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.792797] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 79.792797] [ 66.477293] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.792797] dropped **
[ 79.792797] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.792797] [ 63.940963] dropped **
[ 79.792797] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.792797] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 79.792797] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 79.792797] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 79.792797] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 79.792797] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 79.792797] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 79.792797] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 79.792797] [ 63.940963] [
[ 79.898477] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.898477] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 79.898477] [ 66.688655] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.898477] dropped **
[ 79.898477] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.898477] [ 63.940963] dropped **
[ 79.898477] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 79.898477] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 79.898477] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 79.898477] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 79.898477] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 79.898477] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 79.898477] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 79.898477] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 79.898477] [ 63.940963] [
[ 80.004158] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.004158] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 80.004158] [ 66.794336] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.004158] dropped **
[ 80.004158] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.004158] [ 63.940963] dropped **
[ 80.004158] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.004158] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 80.004158] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 80.004158] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 80.004158] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 80.004158] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 80.004158] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 80.004158] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 80.004158] [ 63.940963] [
[ 80.109837] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.109837] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 80.109837] [ 66.900017] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.109837] dropped **
[ 80.109837] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.109837] [ 63.940963] dropped **
[ 80.109837] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.109837] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 80.109837] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 80.109837] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 80.109837] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 80.109837] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 80.109837] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 80.109837] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 80.109837] [ 63.940963] [
[ 80.215517] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.215517] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 80.215517] [ 67.005696] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.215517] dropped **
[ 80.215517] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.215517] [ 63.940963] dropped **
[ 80.215517] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.215517] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 80.215517] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 80.215517] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 80.215517] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 80.215517] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 80.215517] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 80.215517] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 80.215517] [ 63.940963] [
[ 80.321198] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.321198] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 80.321198] [ 67.111375] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.321198] dropped **
[ 80.321198] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.321198] [ 63.940963] dropped **
[ 80.321198] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.321198] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 80.321198] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 80.321198] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 80.321198] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 80.321198] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 80.321198] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 80.321198] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 80.321198] [ 63.940963] [
[ 80.426877] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.426877] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 80.426877] [ 67.322736] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.426877] dropped **
[ 80.426877] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.426877] [ 63.940963] dropped **
[ 80.426877] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.426877] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 80.426877] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 80.426877] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 80.426877] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 80.426877] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 80.426877] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 80.426877] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 80.426877] [ 63.940963] [
[ 80.532558] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.532558] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 80.532558] [ 67.428416] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.532558] dropped **
[ 80.532558] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.532558] [ 63.940963] dropped **
[ 80.532558] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.532558] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 80.532558] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 80.532558] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 80.532558] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 80.532558] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 80.532558] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 80.532558] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 80.532558] [ 63.940963] [
[ 80.638238] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.638238] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 80.638238] [ 67.534097] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.638238] dropped **
[ 80.638238] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.638238] [ 63.940963] dropped **
[ 80.638238] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.638238] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 80.638238] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 80.638238] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 80.638238] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 80.638238] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 80.638238] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 80.638238] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 80.638238] [ 63.940963] [
[ 80.743918] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.743918] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 80.743918] [ 67.639764] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.743918] dropped **
[ 80.743918] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.743918] [ 63.940963] dropped **
[ 80.743918] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.743918] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 80.743918] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 80.743918] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 80.743918] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 80.743918] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 80.743918] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 80.743918] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 80.743918] [ 63.940963] [
[ 80.849599] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.849600] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 80.849600] [ 67.745433] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.849600] dropped **
[ 80.849600] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.849600] [ 63.940963] dropped **
[ 80.849600] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.849600] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 80.849600] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 80.849600] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 80.849600] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 80.849600] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 80.849600] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 80.849600] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 80.849600] [ 63.940963] [
[ 80.955279] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.955279] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 80.955279] [ 67.956769] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.955279] dropped **
[ 80.955279] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.955279] [ 63.940963] dropped **
[ 80.955279] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 80.955279] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 80.955279] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 80.955279] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 80.955279] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 80.955279] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 80.955279] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 80.955279] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 80.955279] [ 63.940963] [
[ 81.060959] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.060960] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 81.060960] [ 68.062439] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.060960] dropped **
[ 81.060960] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.060960] [ 63.940963] dropped **
[ 81.060960] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.060960] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 81.060960] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 81.060960] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 81.060960] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 81.060960] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 81.060960] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 81.060960] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 81.060960] [ 63.940963] [
[ 81.166640] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.166640] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 81.166640] [ 68.168105] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.166640] dropped **
[ 81.166640] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.166640] [ 63.940963] dropped **
[ 81.166640] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.166640] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 81.166640] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 81.166640] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 81.166640] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 81.166640] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 81.166640] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 81.166640] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 81.166640] [ 63.940963] [
[ 81.272321] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.272321] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 81.272321] [ 68.273772] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.272321] dropped **
[ 81.272321] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.272321] [ 63.940963] dropped **
[ 81.272321] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.272321] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 81.272321] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 81.272321] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 81.272321] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 81.272321] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 81.272321] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 81.272321] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 81.272321] [ 63.940963] [
[ 81.378001] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.378001] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 81.378001] [ 68.485109] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.378001] dropped **
[ 81.378001] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.378001] [ 63.940963] dropped **
[ 81.378001] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.378001] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 81.378001] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 81.378001] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 81.378001] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 81.378001] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 81.378001] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 81.378001] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 81.378001] [ 63.940963] [
[ 81.483681] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.483682] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 81.483682] [ 68.590776] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.483682] dropped **
[ 81.483682] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.483682] [ 63.940963] dropped **
[ 81.483682] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.483682] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 81.483682] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 81.483682] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 81.483682] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 81.483682] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 81.483682] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 81.483682] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 81.483682] [ 63.940963] [
[ 81.589363] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.589363] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 81.589363] [ 68.696443] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.589363] dropped **
[ 81.589363] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.589363] [ 63.940963] dropped **
[ 81.589363] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.589363] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 81.589363] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 81.589363] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 81.589363] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 81.589363] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 81.589363] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 81.589363] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 81.589363] [ 63.940963] [
[ 81.695043] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.695043] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 81.695043] [ 68.802111] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.695043] dropped **
[ 81.695043] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.695043] [ 63.940963] dropped **
[ 81.695043] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.695043] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 81.695043] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 81.695043] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 81.695043] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 81.695043] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 81.695043] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 81.695043] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 81.695043] [ 63.940963] [
[ 81.800724] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.800725] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 81.800725] [ 68.907779] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.800725] dropped **
[ 81.800725] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.800725] [ 63.940963] dropped **
[ 81.800725] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.800725] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 81.800725] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 81.800725] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 81.800725] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 81.800725] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 81.800725] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 81.800725] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 81.800725] [ 63.940963] [
[ 81.906407] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.906407] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 81.906407] [ 69.119116] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.906407] dropped **
[ 81.906407] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.906407] [ 63.940963] dropped **
[ 81.906407] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 81.906407] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 81.906407] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 81.906407] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 81.906407] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 81.906407] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 81.906407] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 81.906407] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 81.906407] [ 63.940963] [
[ 82.012087] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.012087] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 82.012087] [ 69.224784] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.012087] dropped **
[ 82.012087] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.012087] [ 63.940963] dropped **
[ 82.012087] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.012087] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 82.012087] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 82.012087] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 82.012087] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 82.012087] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 82.012087] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 82.012087] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 82.012087] [ 63.940963] [
[ 82.117767] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.117767] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 82.117767] [ 69.330453] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.117767] dropped **
[ 82.117767] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.117767] [ 63.940963] dropped **
[ 82.117767] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.117767] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 82.117767] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 82.117767] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 82.117767] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 82.117767] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 82.117767] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 82.117767] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 82.117767] [ 63.940963] [
[ 82.223449] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.223449] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 82.223449] [ 69.436120] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.223449] dropped **
[ 82.223449] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.223449] [ 63.940963] dropped **
[ 82.223449] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.223449] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 82.223449] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 82.223449] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 82.223449] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 82.223449] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 82.223449] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 82.223449] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 82.223449] [ 63.940963] [
[ 82.329129] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.329129] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 82.329129] [ 69.541801] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.329129] dropped **
[ 82.329129] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.329129] [ 63.940963] dropped **
[ 82.329129] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.329129] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 82.329129] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 82.329129] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 82.329129] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 82.329129] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 82.329129] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 82.329129] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 82.329129] [ 63.940963] [
[ 82.434808] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.434808] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 82.434808] [ 69.753161] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.434808] dropped **
[ 82.434808] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.434808] [ 63.940963] dropped **
[ 82.434808] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.434808] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 82.434808] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 82.434808] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 82.434808] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 82.434808] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 82.434808] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 82.434808] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 82.434808] [ 63.940963] [
[ 82.540488] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.540488] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 82.540488] [ 69.858841] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.540488] dropped **
[ 82.540488] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.540488] [ 63.940963] dropped **
[ 82.540488] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.540488] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 82.540488] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 82.540488] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 82.540488] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 82.540488] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 82.540488] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 82.540488] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 82.540488] [ 63.940963] [
[ 82.646168] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.646168] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 82.646168] [ 69.964520] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.646168] dropped **
[ 82.646168] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.646168] [ 63.940963] dropped **
[ 82.646168] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.646168] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 82.646168] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 82.646168] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 82.646168] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 82.646168] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 82.646168] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 82.646168] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 82.646168] [ 63.940963] [
[ 82.751850] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.751850] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 82.751850] [ 70.070202] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.751850] dropped **
[ 82.751850] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.751850] [ 63.940963] dropped **
[ 82.751850] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.751850] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 82.751850] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 82.751850] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 82.751850] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 82.751850] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 82.751850] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 82.751850] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 82.751850] [ 63.940963] [
[ 82.857531] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.857531] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 82.857531] [ 70.175881] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.857531] dropped **
[ 82.857531] [ 63.940963] [ 46.292634] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.857531] [ 63.940963] dropped **
[ 82.857531] [ 63.940963] [ 45.341513] [ 19.978217] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.857531] [ 63.940963] [ 45.341513] SSDT 0x00000000944D6000 0008F2 (v02 AMD TZ01 00000001 INTL 20230331)
[ 82.857531] [ 63.940963] [ 45.341513] [ 19.555497] 25
[ 82.857531] [ 63.940963] [ 45.341513] [ 19.555497] S 3.0=0x9a164000 MEMATTR=0x8a08d318 ESRT=0x8b3d2198 INITRD=0x888f6b18 RNG=0x944cf018 TPMEventLog=0x944ce018
[ 82.857531] [ 63.940963] [ 45.341513] [ 19.555497] 05
[ 82.857531] [ 63.940963] [ 45.341513] [ 19.555497] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 82.857531] [ 63.940963] [ 45.341513] [ 19.555497] }
[ 82.857531] [ 63.940963] [ 45.341513] e=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 82.857531] [ 63.940963] [
[ 82.963212] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.963212] xhci_dbc:early_xdbc_write: missed message {** 2 printk messages dropped **
[ 82.963212] [ 70.281562] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 82.963212] [ 70.281562] [ 54.852461] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.963212] [ 70.281562] dropped **
[ 82.963212] [ 70.281562] [ 54.535421] [ 33.082562] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 82.963212] [ 70.281562] [ 54.535421] dbc:early_xdbc_write: missed message {[ 0.000000] RBP: 0000000000000100 R08: 0000000000000000 R09: 00000000fc200000
[ 82.963212] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 000
[ 82.963212] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 82.963212] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 82.963212] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] }
[ 82.963212] [ 70.281562] [ 54
[ 83.068892] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.068892] xhci_dbc:early_xdbc_write: missed message { 70.281562] [ 54.535421] [ 32.765521] }
[ 83.068892] [ 70.281562] [ 54.535421] }
[ 83.068892] [ 70.281562] }
[ 83.068892] ntk messages dropped **
[ 83.068892] [ 70.281562] [ 54.852461] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.068892] [ 70.281562] dropped **
[ 83.068892] [ 70.281562] [ 54.535421] [ 33.082562] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.068892] [ 70.281562] [ 54.535421] dbc:early_xdbc_write: missed message {[ 0.000000] RBP: 0000000000000100 R08: 0000000000000000 R09: 00000000fc200000
[ 83.068892] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 000
[ 83.068892] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 83.068892] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 83.068892] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] }
[ 83.068892] [ 70.281562] [ 54
[ 83.174572] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.174573] xhci_dbc:early_xdbc_write: missed message {** 4 printk messages dropped **
[ 83.174573] [ 70.598602] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.174573] dropped **
[ 83.174573] [ 70.281562] [ 54.852461] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.174573] [ 70.281562] dropped **
[ 83.174573] [ 70.281562] [ 54.535421] [ 33.082562] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.174573] [ 70.281562] [ 54.535421] dbc:early_xdbc_write: missed message {[ 0.000000] RBP: 0000000000000100 R08: 0000000000000000 R09: 00000000fc200000
[ 83.174573] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 000
[ 83.174573] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 83.174573] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 83.174573] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] }
[ 83.174573] [ 70.281562] [ 54
[ 83.280252] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.280252] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 83.280252] [ 70.704282] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.280252] dropped **
[ 83.280252] [ 70.281562] [ 54.852461] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.280252] [ 70.281562] dropped **
[ 83.280252] [ 70.281562] [ 54.535421] [ 33.082562] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.280252] [ 70.281562] [ 54.535421] dbc:early_xdbc_write: missed message {[ 0.000000] RBP: 0000000000000100 R08: 0000000000000000 R09: 00000000fc200000
[ 83.280252] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 000
[ 83.280252] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 83.280252] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 83.280252] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] }
[ 83.280252] [ 70.281562] [ 54
[ 83.385932] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.385932] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 83.385932] [ 70.809962] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.385932] dropped **
[ 83.385932] [ 70.281562] [ 54.852461] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.385932] [ 70.281562] dropped **
[ 83.385932] [ 70.281562] [ 54.535421] [ 33.082562] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.385932] [ 70.281562] [ 54.535421] dbc:early_xdbc_write: missed message {[ 0.000000] RBP: 0000000000000100 R08: 0000000000000000 R09: 00000000fc200000
[ 83.385932] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 000
[ 83.385932] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 83.385932] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 83.385932] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] }
[ 83.385932] [ 70.281562] [ 54
[ 83.491613] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.491613] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 83.491613] [ 70.915643] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.491613] dropped **
[ 83.491613] [ 70.281562] [ 54.852461] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.491613] [ 70.281562] dropped **
[ 83.491613] [ 70.281562] [ 54.535421] [ 33.082562] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.491613] [ 70.281562] [ 54.535421] dbc:early_xdbc_write: missed message {[ 0.000000] RBP: 0000000000000100 R08: 0000000000000000 R09: 00000000fc200000
[ 83.491613] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 000
[ 83.491613] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 83.491613] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 83.491613] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] }
[ 83.491613] [ 70.281562] [ 54
[ 83.597294] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.597294] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 83.597294] [ 71.021323] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.597294] dropped **
[ 83.597294] [ 70.281562] [ 54.852461] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.597294] [ 70.281562] dropped **
[ 83.597294] [ 70.281562] [ 54.535421] [ 33.082562] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.597294] [ 70.281562] [ 54.535421] dbc:early_xdbc_write: missed message {[ 0.000000] RBP: 0000000000000100 R08: 0000000000000000 R09: 00000000fc200000
[ 83.597294] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 000
[ 83.597294] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 83.597294] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 83.597294] [ 70.281562] [ 54.535421] [ 32.765521] [ 5.288659] }
[ 83.597294] [ 70.281562] [ 54
[ 83.702975] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.702976] xhci_dbc:early_xdbc_write: missed message {** 2 printk messages dropped **
[ 83.702976] [ 71.127002] xhci_dbc:early_xdbc_write: missed message {** 3 printk messages dropped **
[ 83.702976] [ 71.127002] [ 56.014947] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.702976] [ 71.127002] dropped **
[ 83.702976] [ 71.127002] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 83.702976] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 83.702976] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 83.702976] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 83.702976] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 83.702976] [ 71.127002] [ 54.958142] [ 33.610965] 4.337
[ 83.808656] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.808657] xhci_dbc:early_xdbc_write: missed message {3.610965] }
[ 83.808657] [ 71.127002] [ 54.958142] }
[ 83.808657] [ 71.127002] 54.535421] }
[ 83.808657] [ 71.127002] }
[ 83.808657] ntk messages dropped **
[ 83.808657] [ 71.127002] [ 56.014947] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.808657] [ 71.127002] dropped **
[ 83.808657] [ 71.127002] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 83.808657] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 83.808657] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 83.808657] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 83.808657] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 83.808657] [ 71.127002] [ 54.958142] [ 33.610965] 4.337
[ 83.914337] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.914338] xhci_dbc:early_xdbc_write: missed message {** 4 printk messages dropped **
[ 83.914338] [ 71.444043] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.914338] dropped **
[ 83.914338] [ 71.127002] [ 56.014947] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 83.914338] [ 71.127002] dropped **
[ 83.914338] [ 71.127002] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 83.914338] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 83.914338] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 83.914338] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 83.914338] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 83.914338] [ 71.127002] [ 54.958142] [ 33.610965] 4.337
[ 84.020018] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.020018] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 84.020018] [ 71.549723] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.020018] dropped **
[ 84.020018] [ 71.127002] [ 56.014947] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.020018] [ 71.127002] dropped **
[ 84.020018] [ 71.127002] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 84.020018] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 84.020018] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 84.020018] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 84.020018] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 84.020018] [ 71.127002] [ 54.958142] [ 33.610965] 4.337
[ 84.125699] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.125699] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 84.125699] [ 71.655402] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.125699] dropped **
[ 84.125699] [ 71.127002] [ 56.014947] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.125699] [ 71.127002] dropped **
[ 84.125699] [ 71.127002] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 84.125699] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 84.125699] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 84.125699] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 84.125699] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 84.125699] [ 71.127002] [ 54.958142] [ 33.610965] 4.337
[ 84.231379] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.231379] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 84.231379] [ 71.761083] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.231379] dropped **
[ 84.231379] [ 71.127002] [ 56.014947] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.231379] [ 71.127002] dropped **
[ 84.231379] [ 71.127002] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 84.231379] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 84.231379] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 84.231379] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 84.231379] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 84.231379] [ 71.127002] [ 54.958142] [ 33.610965] 4.337
[ 84.337059] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.337059] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 84.337059] [ 71.866763] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.337059] dropped **
[ 84.337059] [ 71.127002] [ 56.014947] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.337059] [ 71.127002] dropped **
[ 84.337059] [ 71.127002] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 84.337059] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 84.337059] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 84.337059] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 84.337059] [ 71.127002] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 84.337059] [ 71.127002] [ 54.958142] [ 33.610965] 4.337
[ 84.442741] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.442741] xhci_dbc:early_xdbc_write: missed message {** 2 printk messages dropped **
[ 84.442741] [ 71.972443] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 84.442741] [ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.442741] [ 71.972443] dropped **
[ 84.442741] [ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 84.442741] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 84.442741] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 84.442741] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 84.442741] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 84.442741] [ 71.972443] [ 54.958142] [ 33.610965] 4.337
[ 84.548420] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.548420] xhci_dbc:early_xdbc_write: missed message {3.610965] }
[ 84.548420] [ 71.972443] [ 54.958142] }
[ 84.548420] [ 71.972443] 54.535421] }
[ 84.548420] [ 71.972443] }
[ 84.548420] ntk messages dropped **
[ 84.548420] [ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.548420] [ 71.972443] dropped **
[ 84.548420] [ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 84.548420] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 84.548420] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 84.548420] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 84.548420] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 84.548420] [ 71.972443] [ 54.958142] [ 33.610965] 4.337
[ 84.654101] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.654101] xhci_dbc:early_xdbc_write: missed message {** 4 printk messages dropped **
[ 84.654101] [ 72.289485] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.654101] dropped **
[ 84.654101] [ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.654101] [ 71.972443] dropped **
[ 84.654101] [ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 84.654101] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 84.654101] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 84.654101] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 84.654101] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 84.654101] [ 71.972443] [ 54.958142] [ 33.610965] 4.337
[ 84.759781] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.759781] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 84.759781] [ 72.395165] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.759781] dropped **
[ 84.759781] [ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.759781] [ 71.972443] dropped **
[ 84.759781] [ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 84.759781] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 84.759781] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 84.759781] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 84.759781] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 84.759781] [ 71.972443] [ 54.958142] [ 33.610965] 4.337
[ 84.865462] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.865463] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 84.865463] [ 72.500845] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.865463] dropped **
[ 84.865463] [ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.865463] [ 71.972443] dropped **
[ 84.865463] [ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 84.865463] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 84.865463] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 84.865463] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 84.865463] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 84.865463] [ 71.972443] [ 54.958142] [ 33.610965] 4.337
[ 84.971142] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.971142] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 84.971142] [ 72.606524] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.971142] dropped **
[ 84.971142] [ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 84.971142] [ 71.972443] dropped **
[ 84.971142] [ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 84.971142] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 84.971142] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 84.971142] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 84.971142] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 84.971142] [ 71.972443] [ 54.958142] [ 33.610965] 4.337
[ 85.076822] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.076823] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 85.076823] [ 72.712205] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.076823] dropped **
[ 85.076823] [ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.076823] [ 71.972443] dropped **
[ 85.076823] [ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 85.076823] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 85.076823] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 85.076823] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 85.076823] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 85.076823] [ 71.972443] [ 54.958142] [ 33.610965] 4.337
[ 85.182504] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.182504] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 85.182504] [ 72.817885] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.182504] dropped **
[ 85.182504] [ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.182504] [ 71.972443] dropped **
[ 85.182504] [ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 85.182504] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 85.182504] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 85.182504] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 85.182504] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 85.182504] [ 71.972443] [ 54.958142] [ 33.610965] 4.337
[ 85.288185] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.288185] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 85.288185] [ 72.923565] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.288185] dropped **
[ 85.288185] [ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.288185] [ 71.972443] dropped **
[ 85.288185] [ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 85.288185] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 85.288185] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 85.288185] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 85.288185] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 85.288185] [ 71.972443] [ 54.958142] [ 33.610965] 4.337
[ 85.393865] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.393865] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 85.393865] [ 73.029246] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.393865] dropped **
[ 85.393865] [ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.393865] [ 71.972443] dropped **
[ 85.393865] [ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 85.393865] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 85.393865] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 85.393865] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 85.393865] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 85.393865] [ 71.972443] [ 54.958142] [ 33.610965] 4.337
[ 85.499547] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.499547] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 85.499547] [ 73.134927] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.499547] dropped **
[ 85.499547] [ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.499547] [ 71.972443] dropped **
[ 85.499547] [ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 85.499547] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 85.499547] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 85.499547] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 85.499547] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 85.499547] [ 71.972443] [ 54.958142] [ 33.610965] 4.337
[ 85.605227] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.605227] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 85.605227] [ 73.240608] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.605227] dropped **
[ 85.605227] [ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.605227] [ 71.972443] dropped **
[ 85.605227] [ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 85.605227] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 85.605227] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 85.605227] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 85.605227] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 85.605227] [ 71.972443] [ 54.958142] [ 33.610965] 4.337
[ 85.710908] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.710908] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 85.710908] [ 73.346289] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.710908] dropped **
[ 85.710908] [ 71.972443] [ 56.966070] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.710908] [ 71.972443] dropped **
[ 85.710908] [ 71.972443] [ 54.958142] [ 33.610965] xhci_dbc:early_xdbc_write: missed message {[ 5.711380] xhci_dbc:early_xdbc_write: missed message {[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 85.710908] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 0) knlGS:0000000000000000
[ 85.710908] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 85.710908] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 85.710908] [ 71.972443] [ 54.958142] [ 33.610965] [ 5.711380] }
[ 85.710908] [ 71.972443] [ 54.958142] [ 33.610965] 4.337
[ 85.882113] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.882113] xhci_dbc:early_xdbc_write: missed message {[ 73.451971] xhci_dbc:early_xdbc_write: missed message {** 2 printk messages dropped **
[ 85.882113] [ 73.451971] [ 58.762635] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 85.882113] [ 73.451971] [ 58.762635] [ 38.894995] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.882113] [ 73.451971] [ 58.762635] dropped **
[ 85.882113] [ 73.451971] [ 58.762635] [ 38.577955] [ 9.410182] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.882113] [ 73.451971] [ 58.762635] [ 38.577955] ffffffffa407c1c0 R11: ffffffffa4003ad0 R12: 8000000000000163
[ 85.882113] [ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] 000
[ 85.882113] [ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 85.882113] [ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 85.882113] [ 73.
[ 85.987792] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.987792] xhci_dbc:early_xdbc_write: missed message {98822] }
[ 85.987792] [ 73.451971] [ 58.762635] [ 38.577955] 1a9322ce49
[ 85.987792] [ 73.451971] [ 58.762635] [ 38.577955] [ 7.613623] }
[ 85.987792] [ 73.451971] [ 58.762635] [ 38.577955] 7.085223] }
[ 85.987792] [ 73.451971] [
[ 85.987792] 762635] [ 38.894995] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.987792] [ 73.451971] [ 58.762635] dropped **
[ 85.987792] [ 73.451971] [ 58.762635] [ 38.577955] [ 9.410182] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 85.987792] [ 73.451971] [ 58.762635] [ 38.577955] ffffffffa407c1c0 R11: ffffffffa4003ad0 R12: 8000000000000163
[ 85.987792] [ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] 000
[ 85.987792] [ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 85.987792] [ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 85.987792] [ 73.
[ 86.093472] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 86.093473] xhci_dbc:early_xdbc_write: missed message {** 2 printk messages dropped **
[ 86.093473] [ 73.663333] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 86.093473] 577955] [ 7.613623] }
[ 86.093473] [ 73.451971] [ 58.762635] [ 38.577955] 7.085223] }
[ 86.093473] [ 73.451971] [
[ 86.093473] 762635] [ 38.894995] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 86.093473] [ 73.451971] [ 58.762635] dropped **
[ 86.093473] [ 73.451971] [ 58.762635] [ 38.577955] [ 9.410182] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 86.093473] [ 73.451971] [ 58.762635] [ 38.577955] ffffffffa407c1c0 R11: ffffffffa4003ad0 R12: 8000000000000163
[ 86.093473] [ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] 000
[ 86.093473] [ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 86.093473] [ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 86.093473] [ 73.
[ 86.199153] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 86.199153] xhci_dbc:early_xdbc_write: missed message {** 1 printk messages dropped **
[ 86.199153] [ 73.769013] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 86.199153] 577955] [ 7.613623] }
[ 86.199153] [ 73.451971] [ 58.762635] [ 38.577955] 7.085223] }
[ 86.199153] [ 73.451971] [
[ 86.199153] 762635] [ 38.894995] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 86.199153] [ 73.451971] [ 58.762635] dropped **
[ 86.199153] [ 73.451971] [ 58.762635] [ 38.577955] [ 9.410182] xhci_dbc:xdbc_bulk_write: previous transfer not completed yet
[ 86.199153] [ 73.451971] [ 58.762635] [ 38.577955] ffffffffa407c1c0 R11: ffffffffa4003ad0 R12: 8000000000000163
[ 86.199153] [ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] 000
[ 86.199153] [ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] 29 d3 48 89 14 24 48 89 da 48 c1 ea 0c 89 d5 83 fa 40 76 04 <0f> 0b eb a2 6b c0 c0 4d 89 ce 41 81 e6 ff 0f 00 00 44 8d b8 ff 05
[ 86.199153] [ 73.451971] [ 58.762635] [ 38.577955] [ 9.198822] d resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 86.199153] [ 73.
[ 96.732019] Zone ranges:
[ 96.823127] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 96.853145] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 96.883481] Normal [mem 0x0000000100000000-0x000000085de7ffff]
[ 96.913184] Device empty
[ 96.943515] Movable zone start for each node
[ 96.974061] Early memory node ranges
[ 97.004080] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 97.034412] node 0: [mem 0x0000000000100000-0x0000000009afefff]
[ 97.064429] node 0: [mem 0x000000000a000000-0x000000000a1fffff]
[ 97.095926] node 0: [mem 0x000000000a212000-0x000000008e43bfff]
[ 97.124993] node 0: [mem 0x000000009a5ff000-0x000000009bffafff]
[ 97.154586] node 0: [mem 0x0000000100000000-0x0000000837ffffff]
[ 97.183969] node 0: [mem 0x0000000858000000-0x000000085de7ffff]
[ 97.214933] Initmem setup node 0 [mem 0x0000000000001000-0x000000085de7ffff]
[ 97.245378] On node 0, zone DMA: 1 pages in unavailable ranges
[ 97.275089] On node 0, zone DMA: 96 pages in unavailable ranges
[ 97.305380] On node 0, zone DMA32: 1281 pages in unavailable ranges
[ 97.336664] On node 0, zone DMA32: 18 pages in unavailable ranges
[ 97.366031] On node 0, zone DMA32: 16835 pages in unavailable ranges
[ 97.418516] On node 0, zone Normal: 16389 pages in unavailable ranges
[ 97.426209] On node 0, zone Normal: 8576 pages in unavailable ranges
[ 97.458011] ACPI: PM-Timer IO Port: 0x808
[ 97.486030] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 97.516696] IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
[ 97.547140] IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
[ 97.577157] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 97.607284] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 97.637517] ACPI: Using ACPI (MADT) for SMP configuration information
[ 97.667640] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 97.697768] e820: update [mem 0x89d45000-0x89da3fff] usable ==> reserved
[ 97.728010] CPU topo: Max. logical packages: 1
[ 97.758237] CPU topo: Max. logical dies: 2
[ 97.788466] CPU topo: Max. dies per package: 2
[ 97.818696] CPU topo: Max. threads per core: 2
[ 97.848610] CPU topo: Num. cores per package: 12
[ 97.878731] CPU topo: Num. threads per package: 24
[ 97.909065] CPU topo: Allowing 24 present CPUs plus 0 hotplug CPUs
[ 97.938984] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 97.969426] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 97.999447] PM: hibernation: Registered nosave memory: [mem 0x09aff000-0x09ffffff]
[ 98.029464] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a211fff]
[ 98.058952] PM: hibernation: Registered nosave memory: [mem 0x89d45000-0x89da3fff]
[ 98.088972] PM: hibernation: Registered nosave memory: [mem 0x8b3d2000-0x8b3d2fff]
[ 98.119626] PM: hibernation: Registered nosave memory: [mem 0x8e43c000-0x9a5fefff]
[ 98.150172] PM: hibernation: Registered nosave memory: [mem 0x9bffb000-0xffffffff]
[ 98.180188] PM: hibernation: Registered nosave memory: [mem 0x838000000-0x857ffffff]
[ 98.210209] [mem 0xa0000000-0xfedfffff] available for PCI devices
[ 98.240753] Booting paravirtualized kernel on bare hardware
[ 98.270455] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 98.303580] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:1
[ 98.331431] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[ 98.360938] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[ 98.391162] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 98.421289] pcpu-alloc: [0] 16 17 18 19 20 21 22 23
[ 98.451737] Kernel command line: BOOT_IMAGE=/vmlinuz root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c earlyprintk=xdbc2,keep debug ignore_loglevel sysrq_always_enabled sched_verbose usbcore.autosuspend=-1 no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
[ 98.481802] sysrq: sysrq always enabled.
[ 98.512026] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 98.541947] printk: log_buf_len total cpu_extra contributions: 94208 bytes
[ 98.572173] printk: log_buf_len min size: 131072 bytes
Poking KASLR using RDRAND RDTSC...
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Fwd: USB DBC hang during earlyprintk initialization
2026-01-19 11:01 ` Milan Oravec
@ 2026-04-01 15:58 ` Milan Oravec
0 siblings, 0 replies; 25+ messages in thread
From: Milan Oravec @ 2026-04-01 15:58 UTC (permalink / raw)
To: Mathias Nyman; +Cc: Greg KH, linux-usb
[-- Attachment #1: Type: text/plain, Size: 9236 bytes --]
Hello to all, I've here another laptop with hibernation problems, this
time it is HP OmniBook X (OmniBook X Flip Laptop 16-ar0xxx/8DA8, BIOS
F.11 11/03/2025), unfortunately DbC does not work here too :( Without
your experimental patches:
mar 31 21:19:13 migo-HP kernel: xhci_dbc:early_xdbc_parse_parameter: dbgp_num: 1
mar 31 21:19:13 migo-HP kernel: ------------[ cut here ]------------
mar 31 21:19:13 migo-HP kernel: nrpages > NR_FIX_BTMAPS
mar 31 21:19:13 migo-HP kernel: WARNING: mm/early_ioremap.c:139 at
__early_ioremap+0xac/0x190, CPU#0: swapper/0
mar 31 21:19:13 migo-HP kernel: Modules linked in:
mar 31 21:19:13 migo-HP kernel: CPU: 0 UID: 0 PID: 0 Comm: swapper Not
tainted 6.19.10-arch1-1 #1 PREEMPT(undef)
63ba695b544fca873a9b42d2eb96b2b409fa31b5
mar 31 21:19:13 migo-HP kernel: RIP: 0010:__early_ioremap+0xac/0x190
mar 31 21:19:13 migo-HP kernel: Code: 60 3d a9 90 4c 89 ca 48 81 e3 00
f0 ff ff 48 81 e2 00 f0 ff ff 48 29 d3 48 89 14 24 48 89 da 48 c1 ea
0c 89 d5 83 fa >
mar 31 21:19:13 migo-HP kernel: RSP: 0000:ffffffff90003cb8 EFLAGS:
00010006 ORIG_RAX: 0000000000000000
mar 31 21:19:13 migo-HP kernel: RAX: 0000000000000000 RBX:
0000000000100000 RCX: 0000000000100000
mar 31 21:19:13 migo-HP kernel: RDX: 0000000000000100 RSI:
0000000000100000 RDI: 0000000098900000
mar 31 21:19:13 migo-HP kernel: RBP: 0000000000000100 R08:
0000000000000000 R09: 0000000098900000
mar 31 21:19:13 migo-HP kernel: R10: 0000000000000004 R11:
ffffffff90003ad0 R12: 8000000000000163
mar 31 21:19:13 migo-HP kernel: R13: 0000000000000000 R14:
0000000098900000 R15: 0000000000000000
mar 31 21:19:13 migo-HP kernel: FS: 0000000000000000(0000)
GS:0000000000000000(0000) knlGS:0000000000000000
mar 31 21:19:13 migo-HP kernel: CS: 0010 DS: 0000 ES: 0000 CR0:
0000000080050033
mar 31 21:19:13 migo-HP kernel: CR2: ffff888000000413 CR3:
000000018f19a000 CR4: 00000000000000f0
mar 31 21:19:13 migo-HP kernel: Call Trace:
mar 31 21:19:13 migo-HP kernel: <TASK>
mar 31 21:19:13 migo-HP kernel: ? early_xdbc_parse_parameter+0x32c/0x360
mar 31 21:19:13 migo-HP kernel: ? setup_early_printk+0x51b/0x540
mar 31 21:19:13 migo-HP kernel: ? do_early_param+0x44/0x70
mar 31 21:19:13 migo-HP kernel: ? parse_args+0x1e0/0x410
mar 31 21:19:13 migo-HP kernel: ? __pfx_do_early_param+0x10/0x10
mar 31 21:19:13 migo-HP kernel: ? parse_early_options+0x29/0x30
mar 31 21:19:13 migo-HP kernel: ? __pfx_do_early_param+0x10/0x10
mar 31 21:19:13 migo-HP kernel: ? parse_early_param+0x64/0xc0
mar 31 21:19:13 migo-HP kernel: ? setup_arch+0x542/0xbe0
mar 31 21:19:13 migo-HP kernel: ? _printk+0x6b/0x90
mar 31 21:19:13 migo-HP kernel: ? start_kernel+0x6b/0xa60
mar 31 21:19:13 migo-HP kernel: ? x86_64_start_reservations+0x24/0x30
mar 31 21:19:13 migo-HP kernel: ? x86_64_start_kernel+0xd1/0xe0
mar 31 21:19:13 migo-HP kernel: ? common_startup_64+0x13e/0x141
mar 31 21:19:13 migo-HP kernel: </TASK>
mar 31 21:19:13 migo-HP kernel: ---[ end trace 0000000000000000 ]---
It is somehow better with your experimental patches applied:
mar 31 21:16:09 migo-HP kernel: xhci_dbc:xdbc_early_setup: DCE
successfully cleared
mar 31 21:16:09 migo-HP kernel: xhci_dbc:xdbc_early_setup:
Successfully got xdbc table_dma page
mar 31 21:16:09 migo-HP kernel: xhci_dbc:xdbc_early_setup:
Successfully got xdbc out_dma page
mar 31 21:16:09 migo-HP kernel: xhci_dbc:xdbc_early_setup:
Successfully allocated event ring
mar 31 21:16:09 migo-HP kernel: xhci_dbc:xdbc_early_setup:
Successfully allocated in ring
mar 31 21:16:09 migo-HP kernel: xhci_dbc:xdbc_early_setup:
Successfully allocated out ring
mar 31 21:16:09 migo-HP kernel: xhci_dbc:xdbc_start: waiting for
connection timed out
mar 31 21:16:09 migo-HP kernel: xhci_dbc:xdbc_early_setup: Failed to
start xdbc ret: -110
mar 31 21:16:09 migo-HP kernel: xhci_dbc:early_xdbc_setup_hardware:
failed to setup the connection to host
I was able to read the first line of the log on the debug host with
cat /dev/ttyUSB0 but that was all, boot hangs and no other messages
were displayed on the debug host. But the strange thing is that
minicom -D /dev/ttyUSB0 failed to establish connection with: Failed to
set baud rate error. I'm attaching a screenshot from the debugging
host.
If i need to report this and follow up in another thread please excuse
me and let me know, I'll do.
I'll add more technical info upon request off course.
Is there somebody that can help me with this?
Thank you very much, best regards
Milan
On Mon, Jan 19, 2026 at 12:01 PM Milan Oravec <migo.oravec@gmail.com> wrote:
>
> Hello, I've moved a bit further. I connected the usb debugging cable 3
> seconds after the boot started (like normal), but not connected the
> minicom at that time but waited for another 10-15 seconds and then ran
> the minicom. I still need to hold the enter key to keep displaying
> messages in minicom but this later connection prevented that boot hang
> that I had before. Boot continues on the minicom console to one point
> (displaying: Poking KASLR using RDRAND RDTSC...) and then returns to
> the laptop screen and the system successfully boots. There are some
> errors in dmesg and the Logitech USB mouse is not working.
>
> I've attached the output from the Minicom as minicom.txt and the dmesg
> -T output from the laptop itself as dmesg.txt. I hope this can help
> with this problem.
>
> Thank you,
> Milan
>
> On Mon, Jan 19, 2026 at 9:18 AM Milan Oravec <migo.oravec@gmail.com> wrote:
> >
> > Hello, I've tried the 6.19.0-rc6 kernel with experimental patches
> > applied, but no changes unfortunately, the system freezes at the same
> > log output line as before. :( DbC log attached. Any ideas?
> >
> > Thank you,
> > Milan
> >
> > On Thu, Dec 18, 2025 at 9:03 PM Milan Oravec <migo.oravec@gmail.com> wrote:
> > >
> > > Hello Mathias, thank you very much.
> > >
> > > I've tried without the keep flag, and setting timeout to 100ms instead
> > > of 2 seconds. I need to hold the enter button on the debug host to see
> > > messages from the debug target. But without a keep flag system doesn't
> > > hang during boot but DbC is disconnected instead and console messages
> > > return to the display of the debug target, please see attached log
> > > from debug host.
> > >
> > > It seems the computer hangs with the keep flag at the same moment that
> > > console messages are returned to the laptop screen without the keep
> > > flag applied.
> > >
> > > Do you have any other ideas to try?
> > >
> > > Thank you,
> > > Milan
> > >
> > > On Wed, Dec 17, 2025 at 10:20 AM Mathias Nyman
> > > <mathias.nyman@linux.intel.com> wrote:
> > > >
> > > > Hi
> > > >
> > > > On 12/5/25 20:49, Milan Oravec wrote:
> > > > > Hello Mathias, I've replaced cat with minicom in the script above and
> > > > > let minicom capture the file. First minicom displayed no messages,
> > > > > then I realised I need to press and hold enter to be able see messages
> > > > > sent from debug target.
> > > >
> > > > You shouldn't need to do that, something is set up oddly.
> > > >
> > > > >
> > > > > Computer hangs and needs a long press of the power button to recover.
> > > > > Boot cmd used:
> > > > > linux /vmlinuz root=UUID=584262b6-b020-4e4f-95a3-1db754e28b6c
> > > > > earlyprintk=keep,xdbc2 debug ignore_loglevel sysrq_always_enabled
> > > > > force_early_printk sched_verbose usbcore.autosuspend=-1
> > > > > no_console_suspend resume=UUID=54ed98b5-56c0-4ab9-95ea-da1a9322ce49
> > > > >
> > > > > I've attached a captured log from deminicom.
> > > > >
> > > > > What should I try next?
> > > >
> > > > early_xdbc_write() is called every time a new entry is written to console.
> > > > It only uses one transfer buffer, (one TRB).
> > > > early_xdbc_write() will block for up to 2 seconds in a udelay loop waiting
> > > > for the previous transfer to complete.
> > > >
> > > > blocking for 2 seconds on every console message doesn't sound reasonable.
> > > > Maybe for the first message to make sure other side is set up and reading the data.
> > > >
> > > > I'm also not sure the "keep" flag works.
> > > > Once the actual xhci driver binds to the device it will reset the controller , losing
> > > > DBC capability and console.
> > > >
> > > > You could try without the keep flag, and setting timeout to 100ms instead of 2 seconds
> > > >
> > > > diff --git a/drivers/usb/early/xhci-dbc.c b/drivers/usb/early/xhci-dbc.c
> > > > index 41118bba9197..515a172ba25b 100644
> > > > --- a/drivers/usb/early/xhci-dbc.c
> > > > +++ b/drivers/usb/early/xhci-dbc.c
> > > > @@ -855,7 +855,7 @@ static int xdbc_bulk_write(const char *bytes, int size)
> > > > xdbc_handle_events();
> > > >
> > > > /* Check completion of the previous request: */
> > > > - if ((xdbc.flags & XDBC_FLAGS_OUT_PROCESS) && (timeout < 2000000)) {
> > > > + if ((xdbc.flags & XDBC_FLAGS_OUT_PROCESS) && (timeout < 100000)) {
> > > > raw_spin_unlock_irqrestore(&xdbc.lock, flags);
> > > > udelay(100);
> > > > timeout += 100;
> > > >
> > > > Thanks
> > > > Mathias
> > > >
[-- Attachment #2: signal-2026-03-31-212543_002.png --]
[-- Type: image/png, Size: 109973 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
end of thread, other threads:[~2026-04-01 15:58 UTC | newest]
Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CAAcb1K_MJKWz+BYJmx0FDgrBOzzXm71-M7sgHDUOmBRppXWNzA@mail.gmail.com>
2025-10-15 7:43 ` Fwd: USB DBC hang during earlyprintk initialization Milan Oravec
2025-10-15 9:13 ` Greg KH
2025-10-15 19:11 ` Milan Oravec
2025-10-16 13:42 ` Mathias Nyman
2025-10-16 14:31 ` Milan Oravec
2025-10-16 20:49 ` Mathias Nyman
2025-10-20 6:43 ` Milan Oravec
2025-10-24 15:36 ` Mathias Nyman
2025-10-24 15:41 ` [RFT PATCH] usb: early: xhci-dbc: Try smaller early_ioremap size if original size fails Mathias Nyman
2025-10-26 2:32 ` kernel test robot
2025-10-24 18:48 ` Fwd: USB DBC hang during earlyprintk initialization Milan Oravec
2025-10-27 9:34 ` Mathias Nyman
2025-10-28 10:13 ` Mathias Nyman
2025-10-28 13:29 ` Milan Oravec
2025-10-28 17:19 ` Mathias Nyman
2025-10-28 18:10 ` Milan Oravec
2025-10-31 13:15 ` Milan Oravec
2025-12-04 20:46 ` Mathias Nyman
2025-12-05 7:18 ` Milan Oravec
2025-12-05 18:49 ` Milan Oravec
2025-12-17 9:20 ` Mathias Nyman
2025-12-18 20:03 ` Milan Oravec
2026-01-19 8:18 ` Milan Oravec
2026-01-19 11:01 ` Milan Oravec
2026-04-01 15:58 ` Milan Oravec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox