* 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