regressions.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* 6.8-rc: system freezes after resuming from suspend
@ 2024-02-16  2:42 Trolli Schmittlauch
  2024-02-16  5:05 ` Linux regression tracking (Thorsten Leemhuis)
  0 siblings, 1 reply; 12+ messages in thread
From: Trolli Schmittlauch @ 2024-02-16  2:42 UTC (permalink / raw)
  To: stable; +Cc: regressions


[-- Attachment #1.1.1: Type: text/plain, Size: 3419 bytes --]

I've found a regression somewhere between 6.7.4 and 6.8.0-rc0 that causes my Framework 7840 AMD laptop to freeze after waking it from a suspend. I can reliably trigger the issue, but unfortunately cannot provide useful logs for now and hope to get some help with doing so.

How to reproduce
----------------

The last working kernel release was 6.7.4, the issue appeared in all 6.8 release candidates from 1-4.

1. normally boot the system with a 6.8 kernel
2. suspend and resume the system 2 to 4 times. Usually, the freeze already occurs at the 2nd resume.
2.1 graphical approach: I've reproduced this directly from the "Suspend" button in my SDDM display manager (X11)
2.2 TTY approach: You can also directly swith to a tty after boot, log in, and then issue `systemctl suspend` 2 to 4 times
3. After resume number 2 or later, the system freezes while resuming and cannot be used anymore. The screen is switched on and displays something, but no inputs are processed and the image is static.
3.1 graphical approach: When suspending and resuming by closing and opening the laptop lid, the screen is black with the cursor displayed. When doing so while keeping the lid open, the display manager's background image and a cursor are displayed, but only statically frozen. No keyboard or touchpad input is processed.
3.2 on a TTY: When suspending and resuming from a tty, a few kernel messages still manage to be printed, but after that no new information is displayed. E.g. when keeping a `journalctl -f` session open in another tmux pane, that journal output does not update anymore. Keyboard inputs are not processed anymore. Nonetheless, the cursor continues to blink regulary.
I've attached two screenshots showing the situation with kernels 6.7.4 (working) and 6.8 (broken).

Detailed Description
--------------------

In most cases, the freeze already occurs after the 2nd suspend-resume-cycle.
Unfortunately, this freeze also appears to block IO, as after a forced hard reboot I cannot retrieve relevant information from `journalctl -b "-1"`. The last retrievable log messages are from the successful suspend action.
I welcome any recommendation on how to retrieve valuable information. I have not yet played around with cmdline parameters relevant for debug.

System Details
--------------

Distro: NixOS 23.11, kernel 6.8 rc1-4 compiled manually
kernel: Linux version 6.8.0-rc4 (nixbld@localhost) (gcc (GCC) 12.3.0, GNU ld (GNU Binutils) 2.40) #1-NixOS SMP PREEMPT_DYNAMIC Sun Feb 11 20:18:13 UTC 2024
hardware: Framework 13 laptop, 7840 AMD series, CPU AMD Ryzen 7 7840U x86_64

In the attachments you find:
- the used kernel config
- my cmdline params
- 2 screenshots from the bug occuring when triggered from a tty

Next Steps
----------

I intend to bisect the issue, but this can take a while due to the need for manual testing and a kernel compile cycle requiring >30min for now.
I am mostly reporting this now already to still raise awareness in the RC phase and to have something where I can point other Framework laptop users towards for reproduction of the bug.

All the best
schmittlauch

Disclaimer:
I read the kernel docs on reporting issues, IMHO these were a bit unclear on whether RC kernels are in the scope of the stable and regressions lists.
If they aren't please point me to where to do this. So far I had only reported bugs via the bugzilla.

[-- Attachment #1.1.2: 20240215_014050.jpg --]
[-- Type: image/jpeg, Size: 1391169 bytes --]

[-- Attachment #1.1.3: 20240215_014247.jpg --]
[-- Type: image/jpeg, Size: 1829443 bytes --]

[-- Attachment #1.1.4: cmdline --]
[-- Type: text/plain, Size: 274 bytes --]

initrd=\efi\nixos\192wlpsshd9mb14qkmigj0h1z7lc4483-initrd-linux-6.8-rc4-initrd.efi init=/nix/store/rqjg8g51p7v4ria0hjjl4jl41s0nx8x9-nixos-system-framenix-23.11.20240211.809cca7/init amd_pstate=active amdgpu.sg_display=0 amd_pstate=active amdgpu.abmlevel=1 splash loglevel=4

[-- Attachment #1.1.5: config.gz --]
[-- Type: application/gzip, Size: 65717 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: 6.8-rc: system freezes after resuming from suspend
  2024-02-16  2:42 6.8-rc: system freezes after resuming from suspend Trolli Schmittlauch
@ 2024-02-16  5:05 ` Linux regression tracking (Thorsten Leemhuis)
  2024-02-16 14:19   ` Mario Limonciello
  2024-02-16 23:13   ` Trolli Schmittlauch
  0 siblings, 2 replies; 12+ messages in thread
From: Linux regression tracking (Thorsten Leemhuis) @ 2024-02-16  5:05 UTC (permalink / raw)
  To: Trolli Schmittlauch; +Cc: regressions, Mario Limonciello

[moved stable list to bcc, as this is nothing for the stable team]

On 16.02.24 03:42, Trolli Schmittlauch wrote:
> I've found a regression somewhere between 6.7.4 and 6.8.0-rc0 that
> causes my Framework 7840 AMD laptop to freeze after waking it from a
> suspend. I can reliably trigger the issue, but unfortunately cannot
> provide useful logs for now and hope to get some help with doing so.

Thx for the report. I'm CCing Mario, who has some experience with this
kind of problems and often had helpful advice in situations like this.
He also wrote a script that can help find the root of the problem on
systems that use Suspend-to-Idle:
https://gitlab.freedesktop.org/drm/amd/-/blob/master/scripts/amd_s2idle.py

Or does you system use ACPI S3 to suspend?

Furthermore: could you please provide the output of dmesg after the
first suspend? Maybe something goes sideways there and causes the later
resume processes to fail.

Have you tried if the system is reachable by ssh from another machine
when it seems to hang?

And you might want to configure your kernel to print all messages to the
tty consoles, maybe then you get to see what the kernel prints before it
hangs

> How to reproduce
> ----------------
> 
> The last working kernel release was 6.7.4, the issue appeared in all 6.8
> release candidates from 1-4.
> 
> 1. normally boot the system with a 6.8 kernel
> 2. suspend and resume the system 2 to 4 times. Usually, the freeze
> already occurs at the 2nd resume.
> 2.1 graphical approach: I've reproduced this directly from the "Suspend"
> button in my SDDM display manager (X11)
> 2.2 TTY approach: You can also directly swith to a tty after boot, log
> in, and then issue `systemctl suspend` 2 to 4 times
> 3. After resume number 2 or later, the system freezes while resuming and
> cannot be used anymore. The screen is switched on and displays
> something, but no inputs are processed and the image is static.
> 3.1 graphical approach: When suspending and resuming by closing and
> opening the laptop lid, the screen is black with the cursor displayed.
> When doing so while keeping the lid open, the display manager's
> background image and a cursor are displayed, but only statically frozen.
> No keyboard or touchpad input is processed.
> 3.2 on a TTY: When suspending and resuming from a tty, a few kernel
> messages still manage to be printed, but after that no new information
> is displayed. E.g. when keeping a `journalctl -f` session open in
> another tmux pane, that journal output does not update anymore. Keyboard
> inputs are not processed anymore. Nonetheless, the cursor continues to
> blink regulary.
> I've attached two screenshots showing the situation with kernels 6.7.4
> (working) and 6.8 (broken).
> 
> Detailed Description
> --------------------
> 
> In most cases, the freeze already occurs after the 2nd
> suspend-resume-cycle.
> Unfortunately, this freeze also appears to block IO, as after a forced
> hard reboot I cannot retrieve relevant information from `journalctl -b
> "-1"`. The last retrievable log messages are from the successful suspend
> action.
> I welcome any recommendation on how to retrieve valuable information. I
> have not yet played around with cmdline parameters relevant for debug.
> 
> System Details
> --------------
> 
> Distro: NixOS 23.11, kernel 6.8 rc1-4 compiled manually
> kernel: Linux version 6.8.0-rc4 (nixbld@localhost) (gcc (GCC) 12.3.0,
> GNU ld (GNU Binutils) 2.40) #1-NixOS SMP PREEMPT_DYNAMIC Sun Feb 11
> 20:18:13 UTC 2024
> hardware: Framework 13 laptop, 7840 AMD series, CPU AMD Ryzen 7 7840U
> x86_64
> 
> In the attachments you find:
> - the used kernel config
> - my cmdline params
> - 2 screenshots from the bug occuring when triggered from a tty
> 
> Next Steps
> ----------
> 
> I intend to bisect the issue, but this can take a while due to the need
> for manual testing and a kernel compile cycle requiring >30min for now.
> I am mostly reporting this now already to still raise awareness in the
> RC phase and to have something where I can point other Framework laptop
> users towards for reproduction of the bug.
> 
> All the best
> schmittlauch
> 
> Disclaimer:
> I read the kernel docs on reporting issues, IMHO these were a bit
> unclear on whether RC kernels are in the scope of the stable and
> regressions lists.

You mean
https://docs.kernel.org/admin-guide/reporting-issues.html ?
Could you elaborate on that? Did you mean the TLDR version or the longer
version?

> If they aren't please point me to where to do this. So far I had only
> reported bugs via the bugzilla.

Ciao, Thorsten

[TLDR: I'm adding this report to the list of tracked Linux kernel
regressions; the text you find below is based on a few templates
paragraphs you might have encountered already in similar form.
See link in footer if these mails annoy you.]

P.S. To be sure the issue doesn't fall through the cracks unnoticed, I'm
adding it to regzbot, the Linux kernel regression tracking bot:

#regzbot ^introduced v6.7..v6.8-1
#regzbot title suspend: Framework 7840 AMD freezes on resume
#regzbot ignore-activity

This isn't a regression? This issue or a fix for it are already
discussed somewhere else? It was fixed already? You want to clarify when
the regression started to happen? Or point out I got the title or
something else totally wrong? Then just reply and tell me -- ideally
while also telling regzbot about it, as explained by the page listed in
the footer of this mail.

Developers: When fixing the issue, remember to add 'Link:' tags pointing
to the report (the parent of this mail). See page linked in footer for
details.

Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
--
Everything you wanna know about Linux kernel regression tracking:
https://linux-regtracking.leemhuis.info/about/#tldr
That page also explains what to do if mails like this annoy you.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: 6.8-rc: system freezes after resuming from suspend
  2024-02-16  5:05 ` Linux regression tracking (Thorsten Leemhuis)
@ 2024-02-16 14:19   ` Mario Limonciello
  2024-02-16 21:55     ` Trolli Schmittlauch
  2024-02-16 23:13   ` Trolli Schmittlauch
  1 sibling, 1 reply; 12+ messages in thread
From: Mario Limonciello @ 2024-02-16 14:19 UTC (permalink / raw)
  To: Linux regressions mailing list, Trolli Schmittlauch

On 2/15/2024 23:05, Linux regression tracking (Thorsten Leemhuis) wrote:
> [moved stable list to bcc, as this is nothing for the stable team]
> 
> On 16.02.24 03:42, Trolli Schmittlauch wrote:
>> I've found a regression somewhere between 6.7.4 and 6.8.0-rc0 that
>> causes my Framework 7840 AMD laptop to freeze after waking it from a
>> suspend. I can reliably trigger the issue, but unfortunately cannot
>> provide useful logs for now and hope to get some help with doing so.
> 
> Thx for the report. I'm CCing Mario, who has some experience with this
> kind of problems and often had helpful advice in situations like this.
> He also wrote a script that can help find the root of the problem on
> systems that use Suspend-to-Idle:
> https://gitlab.freedesktop.org/drm/amd/-/blob/master/scripts/amd_s2idle.py
> 
> Or does you system use ACPI S3 to suspend?
> 
> Furthermore: could you please provide the output of dmesg after the
> first suspend? Maybe something goes sideways there and causes the later
> resume processes to fail.
> 
> Have you tried if the system is reachable by ssh from another machine
> when it seems to hang?
> 
> And you might want to configure your kernel to print all messages to the
> tty consoles, maybe then you get to see what the kernel prints before it
> hangs
> 

There have been a lot of regressions in 6.8-rc both in GPU scheduler, MM 
and AMDGPU.

If it's not already fixed with the stuff that's going into 6.8-rc5 this 
weekend this is going to be a relatively difficult to bisect.

Here is what I would suggest:

1) Test 6.8-rc4 + patch 1 and patch 2 from this series:

https://lore.kernel.org/amd-gfx/20240208055256.130917-1-mario.limonciello@amd.com/

These two patches are headed into 6.8-rc5.

2) Test 6.8-rc4 + those 2 above patches + these two from drm-misc-fixes

* 
https://cgit.freedesktop.org/drm/drm-misc/commit/?h=drm-misc-fixes&id=02f76a9cd4494719600baf1ab278930df39431ab
* 
https://cgit.freedesktop.org/drm/drm-misc/commit/?h=drm-misc-fixes&id=8746c6c9dfa31d269c65dd52ab42fde0720b7d91

These two patches are headed into 6.8-rc5.

2) If that doesn't work, then do a bisect, but you'll need to apply the 
following for each (applicable) step.

* patch 1 + patch 2 from 
https://lore.kernel.org/amd-gfx/20240208055256.130917-1-mario.limonciello@amd.com/
* 
https://github.com/torvalds/linux/commit/66dbd9004a55073c5931f5f65f5fe2bbd414bdaa
* 
https://github.com/torvalds/linux/commit/d0399da9fb5f8e3d897b9776bffee2d3bfe20210
* 
https://cgit.freedesktop.org/drm/drm-misc/commit/?h=drm-misc-fixes&id=02f76a9cd4494719600baf1ab278930df39431ab
* 
https://cgit.freedesktop.org/drm/drm-misc/commit/?h=drm-misc-fixes&id=8746c6c9dfa31d269c65dd52ab42fde0720b7d91

>> How to reproduce
>> ----------------
>>
>> The last working kernel release was 6.7.4, the issue appeared in all 6.8
>> release candidates from 1-4.
>>
>> 1. normally boot the system with a 6.8 kernel
>> 2. suspend and resume the system 2 to 4 times. Usually, the freeze
>> already occurs at the 2nd resume.
>> 2.1 graphical approach: I've reproduced this directly from the "Suspend"
>> button in my SDDM display manager (X11)
>> 2.2 TTY approach: You can also directly swith to a tty after boot, log
>> in, and then issue `systemctl suspend` 2 to 4 times
>> 3. After resume number 2 or later, the system freezes while resuming and
>> cannot be used anymore. The screen is switched on and displays
>> something, but no inputs are processed and the image is static.
>> 3.1 graphical approach: When suspending and resuming by closing and
>> opening the laptop lid, the screen is black with the cursor displayed.
>> When doing so while keeping the lid open, the display manager's
>> background image and a cursor are displayed, but only statically frozen.
>> No keyboard or touchpad input is processed.
>> 3.2 on a TTY: When suspending and resuming from a tty, a few kernel
>> messages still manage to be printed, but after that no new information
>> is displayed. E.g. when keeping a `journalctl -f` session open in
>> another tmux pane, that journal output does not update anymore. Keyboard
>> inputs are not processed anymore. Nonetheless, the cursor continues to
>> blink regulary.
>> I've attached two screenshots showing the situation with kernels 6.7.4
>> (working) and 6.8 (broken).
>>
>> Detailed Description
>> --------------------
>>
>> In most cases, the freeze already occurs after the 2nd
>> suspend-resume-cycle.
>> Unfortunately, this freeze also appears to block IO, as after a forced
>> hard reboot I cannot retrieve relevant information from `journalctl -b
>> "-1"`. The last retrievable log messages are from the successful suspend
>> action.
>> I welcome any recommendation on how to retrieve valuable information. I
>> have not yet played around with cmdline parameters relevant for debug.
>>
>> System Details
>> --------------
>>
>> Distro: NixOS 23.11, kernel 6.8 rc1-4 compiled manually
>> kernel: Linux version 6.8.0-rc4 (nixbld@localhost) (gcc (GCC) 12.3.0,
>> GNU ld (GNU Binutils) 2.40) #1-NixOS SMP PREEMPT_DYNAMIC Sun Feb 11
>> 20:18:13 UTC 2024
>> hardware: Framework 13 laptop, 7840 AMD series, CPU AMD Ryzen 7 7840U
>> x86_64
>>
>> In the attachments you find:
>> - the used kernel config
>> - my cmdline params
>> - 2 screenshots from the bug occuring when triggered from a tty
>>
>> Next Steps
>> ----------
>>
>> I intend to bisect the issue, but this can take a while due to the need
>> for manual testing and a kernel compile cycle requiring >30min for now.
>> I am mostly reporting this now already to still raise awareness in the
>> RC phase and to have something where I can point other Framework laptop
>> users towards for reproduction of the bug.
>>
>> All the best
>> schmittlauch
>>
>> Disclaimer:
>> I read the kernel docs on reporting issues, IMHO these were a bit
>> unclear on whether RC kernels are in the scope of the stable and
>> regressions lists.
> 
> You mean
> https://docs.kernel.org/admin-guide/reporting-issues.html ?
> Could you elaborate on that? Did you mean the TLDR version or the longer
> version?
> 
>> If they aren't please point me to where to do this. So far I had only
>> reported bugs via the bugzilla.
> 
> Ciao, Thorsten
> 
> [TLDR: I'm adding this report to the list of tracked Linux kernel
> regressions; the text you find below is based on a few templates
> paragraphs you might have encountered already in similar form.
> See link in footer if these mails annoy you.]
> 
> P.S. To be sure the issue doesn't fall through the cracks unnoticed, I'm
> adding it to regzbot, the Linux kernel regression tracking bot:
> 
> #regzbot ^introduced v6.7..v6.8-1
> #regzbot title suspend: Framework 7840 AMD freezes on resume
> #regzbot ignore-activity
> 
> This isn't a regression? This issue or a fix for it are already
> discussed somewhere else? It was fixed already? You want to clarify when
> the regression started to happen? Or point out I got the title or
> something else totally wrong? Then just reply and tell me -- ideally
> while also telling regzbot about it, as explained by the page listed in
> the footer of this mail.
> 
> Developers: When fixing the issue, remember to add 'Link:' tags pointing
> to the report (the parent of this mail). See page linked in footer for
> details.
> 
> Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
> --
> Everything you wanna know about Linux kernel regression tracking:
> https://linux-regtracking.leemhuis.info/about/#tldr
> That page also explains what to do if mails like this annoy you.


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: 6.8-rc: system freezes after resuming from suspend
  2024-02-16 14:19   ` Mario Limonciello
@ 2024-02-16 21:55     ` Trolli Schmittlauch
  2024-02-16 23:01       ` Mario Limonciello
  0 siblings, 1 reply; 12+ messages in thread
From: Trolli Schmittlauch @ 2024-02-16 21:55 UTC (permalink / raw)
  To: Mario Limonciello, Linux regressions mailing list


[-- Attachment #1.1.1: Type: text/plain, Size: 1232 bytes --]

Hi,

thanks for the hints.


> There have been a lot of regressions in 6.8-rc both in GPU scheduler, MM and AMDGPU.

Still, I had the time to bisect the vanilla kernel and landed at 7c45534afa4435c9fceeeb8ca33c0fdc269c2240 as the first bad commit.
Could be a red herring though if there have been multiple phases of brokenness between v6.7 and v6.8-rc1. I've attached the bisect log in case it might be useful anyways.
I'll continue trying out the patches and – if necessary – the bisecting with the patches applied as you've described.

I see you already found the Framework forum thread [1] where other users also were able to confirm this issue. Still leaving the link here for the mailing list.

> Here is what I would suggest:
> 
> 1) Test 6.8-rc4 + patch 1 and patch 2 from this series:> https://lore.kernel.org/amd-gfx/20240208055256.130917-1-mario.limonciello@amd.com/
> 
> These two patches are headed into 6.8-rc5.

Just to clarify, you mean the first two e-mails from that thread, [PATCH v4 1/3] and [PATCH v4 2/3]?

I'll report back once I've discovered more information.

[1] https://community.frame.work/t/kernel-6-8-rc-system-freezes-after-resuming-from-suspend-reproducers-wanted/45381


[-- Attachment #1.1.2: bisectlog-kernel-6768 --]
[-- Type: text/plain, Size: 2796 bytes --]

git bisect start
# Status: warte auf guten und schlechten Commit
# bad: [6613476e225e090cc9aad49be7fa504e290dd33d] Linux 6.8-rc1
git bisect bad 6613476e225e090cc9aad49be7fa504e290dd33d
# Status: warte auf gute(n) Commit(s), schlechter Commit bekannt
# good: [0dd3ee31125508cd67f7e7172247f05b7fd1753a] Linux 6.7
git bisect good 0dd3ee31125508cd67f7e7172247f05b7fd1753a
# bad: [ba5afb9a84df2e6b26a1b6389b98849cd16ea757] fs: rework listmount() implementation
git bisect bad ba5afb9a84df2e6b26a1b6389b98849cd16ea757
# bad: [de927f6c0b07d9e698416c5b287c521b07694cac] Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
git bisect bad de927f6c0b07d9e698416c5b287c521b07694cac
# good: [35f11a3710cdcbbc5090d14017a6295454e0cc73] Merge tag 'mtd/for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
git bisect good 35f11a3710cdcbbc5090d14017a6295454e0cc73
# bad: [d8c8e595dc31fb639bc4f8a202901afaa15bb13f] Merge tag 'dlm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
git bisect bad d8c8e595dc31fb639bc4f8a202901afaa15bb13f
# bad: [5d09f61e505a614250df24a0f7e646802e40fc87] Merge tag 'linux_kselftest-nolibc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
git bisect bad 5d09f61e505a614250df24a0f7e646802e40fc87
# good: [7da71072e1d6967c0482abcbb5991ffb5953fdf2] Merge tag 'pm-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
git bisect good 7da71072e1d6967c0482abcbb5991ffb5953fdf2
# bad: [095fa72a19f13b15629611d52447cb17ce223bcd] platform/x86: wmi: Create WMI bus device first
git bisect bad 095fa72a19f13b15629611d52447cb17ce223bcd
# good: [35ddd61cf023b5deb2b7e9f1627abef053281c0a] platform/x86: x86-android-tablets: Fix an IS_ERR() vs NULL check in probe
git bisect good 35ddd61cf023b5deb2b7e9f1627abef053281c0a
# good: [ed289b98c2aeb35f1d4198933315a9c5c30e961a] Merge tag 'platform-drivers-x86-amd-wbrf-v6.8-1' into review-hans
git bisect good ed289b98c2aeb35f1d4198933315a9c5c30e961a
# bad: [4984dbb60789ccb8674708446431f3bc0dc73100] platform/x86/amd/pmf: Make source_as_str() as non-static
git bisect bad 4984dbb60789ccb8674708446431f3bc0dc73100
# bad: [7c45534afa4435c9fceeeb8ca33c0fdc269c2240] platform/x86/amd/pmf: Add support for PMF Policy Binary
git bisect bad 7c45534afa4435c9fceeeb8ca33c0fdc269c2240
# good: [ae82cef7d9c53cad0852d2d79d430b210432a025] platform/x86/amd/pmf: Add support for PMF-TA interaction
git bisect good ae82cef7d9c53cad0852d2d79d430b210432a025
# good: [2b3a7f06caaf1aa7379cc0233462799852fcd8b4] platform/x86/amd/pmf: Change return type of amd_pmf_set_dram_addr()
git bisect good 2b3a7f06caaf1aa7379cc0233462799852fcd8b4
# first bad commit: [7c45534afa4435c9fceeeb8ca33c0fdc269c2240] platform/x86/amd/pmf: Add support for PMF Policy Binary

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: 6.8-rc: system freezes after resuming from suspend
  2024-02-16 21:55     ` Trolli Schmittlauch
@ 2024-02-16 23:01       ` Mario Limonciello
  2024-02-16 23:26         ` Trolli Schmittlauch
  0 siblings, 1 reply; 12+ messages in thread
From: Mario Limonciello @ 2024-02-16 23:01 UTC (permalink / raw)
  To: Trolli Schmittlauch, Linux regressions mailing list

On 2/16/2024 15:55, Trolli Schmittlauch wrote:
> Hi,
> 
> thanks for the hints.
> 
> 
>> There have been a lot of regressions in 6.8-rc both in GPU scheduler, 
>> MM and AMDGPU.
> 
> Still, I had the time to bisect the vanilla kernel and landed at 
> 7c45534afa4435c9fceeeb8ca33c0fdc269c2240 as the first bad commit.
> Could be a red herring though if there have been multiple phases of 
> brokenness between v6.7 and v6.8-rc1. I've attached the bisect log in 
> case it might be useful anyways.
> I'll continue trying out the patches and – if necessary – the bisecting 
> with the patches applied as you've described.

If this turns out to be accurate, it's actually quite interesting.
You can prove it's accurate by doing a module blacklist for the amd-pmf 
driver (even on 6.8-rc4+).

If that works, it's a great hint at the problem scope and we need to 
pull Shyam into the conversation.

> 
> I see you already found the Framework forum thread [1] where other users 
> also were able to confirm this issue. Still leaving the link here for 
> the mailing list.
> 
>> Here is what I would suggest:
>>
>> 1) Test 6.8-rc4 + patch 1 and patch 2 from this series:> 
>> https://lore.kernel.org/amd-gfx/20240208055256.130917-1-mario.limonciello@amd.com/
>>
>> These two patches are headed into 6.8-rc5.
> 
> Just to clarify, you mean the first two e-mails from that thread, [PATCH 
> v4 1/3] and [PATCH v4 2/3]?
> 
> I'll report back once I've discovered more information.
> 
> [1] 
> https://community.frame.work/t/kernel-6-8-rc-system-freezes-after-resuming-from-suspend-reproducers-wanted/45381
> 


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: 6.8-rc: system freezes after resuming from suspend
  2024-02-16  5:05 ` Linux regression tracking (Thorsten Leemhuis)
  2024-02-16 14:19   ` Mario Limonciello
@ 2024-02-16 23:13   ` Trolli Schmittlauch
  2024-02-17  8:20     ` Thorsten Leemhuis
  1 sibling, 1 reply; 12+ messages in thread
From: Trolli Schmittlauch @ 2024-02-16 23:13 UTC (permalink / raw)
  To: Linux regressions mailing list, Mario Limonciello


[-- Attachment #1.1.1: Type: text/plain, Size: 1936 bytes --]

Hi Thorsten, hi Mario,

thanks for getting this to the correct people.

The s2idle logs stop at the time the 2nd suspend is initiated, see the attached logs.

I've also attached the diff in dmesg from before and after the 1st suspend.
The system cannot be accessed via SSH anymore after it freezes, and a printk log level of 8 also does not really reveal anything further (see picture attached).

>> Disclaimer:
>> I read the kernel docs on reporting issues, IMHO these were a bit
>> unclear on whether RC kernels are in the scope of the stable and
>> regressions lists.
> 
> You mean
> https://docs.kernel.org/admin-guide/reporting-issues.html ?
> Could you elaborate on that? Did you mean the TLDR version or the longer
> version?

The TL;DR version does not mention rc and development kernels at all, only the stable and regressions mailing list. And in this case with such a broad freeze and no logs, I couldn't really make out the correct subsystem mailing list. And there's no fallback/ catchall list mentioned for such a case, would this be LKML?

In the longer version, release candidates are only briefly mentioned in the context of the merge window and the recommendation of waiting for an RC at that time. But whether these RCs now qualify as something special/ a separate stage there isn't mentioned.

Of yourse I was aware that release candidates are not really stable. But they are also considerably different from just any other random development mainline commit, especially when it comes to the expectation of catching and resolving regressions. So I decided that RCs are closer to a stable kernel than they are to any random development kernel.

That's my understanding. I cannot reliably say whether I missed any of the information when skimming (thou thoroughly) the long text late at night. If I just missed the relevant sentence, please accept my apologies.

All the best
schmittlauch

[-- Attachment #1.1.2: dmesg_diff_after_1st_suspend.log --]
[-- Type: text/x-log, Size: 3228 bytes --]

1275a1276,1320
> [  330.698134] PM: suspend entry (s2idle)
> [  330.706155] Filesystems sync: 0.007 seconds
> [  330.717577] Freezing user space processes
> [  330.718820] Freezing user space processes completed (elapsed 0.001 seconds)
> [  330.718897] OOM killer disabled.
> [  330.718919] Freezing remaining freezable tasks
> [  330.719876] Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
> [  330.719919] printk: Suspending console(s) (use no_console_suspend to debug)
> [  330.769173] atkbd serio0: Disabling IRQ1 wakeup source to avoid platform firmware bug
> [  330.894968] pcieport 0000:00:08.3: quirk: disabling D3cold for suspend
> [  330.895614] ACPI: EC: interrupt blocked
> [  336.515731] ACPI: EC: interrupt unblocked
> [  336.706316] nvme nvme0: 16/0/0 default/read/poll queues
> [  336.814246] [drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=14
> [  336.814452] [drm:amdgpu_mes_reg_write_reg_wait [amdgpu]] *ERROR* failed to reg_write_reg_wait
> [  336.816922] [drm] PCIE GART of 512M enabled (table at 0x000000801FD00000).
> [  336.817046] amdgpu 0000:c1:00.0: amdgpu: SMU is resuming...
> [  336.820237] amdgpu 0000:c1:00.0: amdgpu: SMU is resumed successfully!
> [  336.937929] r8152 2-1:1.0 enp193s0f3u1: carrier on
> [  337.009494] [drm] VCN decode and encode initialized successfully(under DPG Mode).
> [  337.009744] amdgpu 0000:c1:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully.
> [  337.009995] amdgpu 0000:c1:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
> [  337.009998] amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
> [  337.009999] amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
> [  337.010000] amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
> [  337.010001] amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
> [  337.010002] amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
> [  337.010003] amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
> [  337.010004] amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
> [  337.010005] amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
> [  337.010006] amdgpu 0000:c1:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
> [  337.010007] amdgpu 0000:c1:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
> [  337.010008] amdgpu 0000:c1:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
> [  337.010009] amdgpu 0000:c1:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
> [  337.077717] [drm] ring gfx_32772.1.1 was added
> [  337.078269] [drm] ring compute_32772.2.2 was added
> [  337.078783] [drm] ring sdma_32772.3.3 was added
> [  337.078844] [drm] ring gfx_32772.1.1 ib test pass
> [  337.078904] [drm] ring compute_32772.2.2 ib test pass
> [  337.078971] [drm] ring sdma_32772.3.3 ib test pass
> [  337.353187] OOM killer enabled.
> [  337.353207] Restarting tasks ... done.
> [  337.353934] random: crng reseeded on system resumption
> [  337.359999] PM: suspend exit
> [  337.705961] r8152 2-1:1.0 enp193s0f3u1: carrier on

[-- Attachment #1.1.3: printk_8_suspend_freeze.jpg --]
[-- Type: image/jpeg, Size: 1340349 bytes --]

[-- Attachment #1.1.4: s2idle_report-2024-02-16.txt --]
[-- Type: text/plain, Size: 156787 bytes --]

2024-02-16 23:46:39,811 DEBUG:	Since support: 1
2024-02-16 23:46:39,819 INFO:	Debugging script for s2idle on AMD systems
2024-02-16 23:46:39,819 INFO:	💻 Framework Laptop 13 (AMD Ryzen 7040Series) (Laptop) running BIOS 3.3 (03.03) released 10/17/2023 and EC unknown
2024-02-16 23:46:39,819 INFO:	🐧 Kernel 6.8.0-rc4
2024-02-16 23:46:39,821 DEBUG:	BAT1 charge level is 3923000 µAh
2024-02-16 23:46:39,821 INFO:	🔋 Battery BAT1 ( ) is operating at 100.18% of design
2024-02-16 23:46:39,821 INFO:	Checking prerequisites for s2idle
2024-02-16 23:46:39,821 WARNING:	🚦Logs are provided via dmesg, timestamps may not be accurate over multiple cycles
2024-02-16 23:46:39,821 INFO:	✅ AMD Ryzen 7 7840U w/ Radeon  780M Graphics (family 19 model 74)
2024-02-16 23:46:39,821 INFO:	✅ LPS0 _DSM enabled
2024-02-16 23:46:39,821 INFO:	✅ ACPI FADT supports Low-power S0 idle
2024-02-16 23:46:39,821 DEBUG:	/sys/module/gpiolib_acpi/parameters/ignore_wake is not configured
2024-02-16 23:46:39,821 DEBUG:	/sys/module/gpiolib_acpi/parameters/ignore_interrupt is not configured
2024-02-16 23:46:39,821 DEBUG:	/proc/cmdline: init=/nix/store/xaz3kg2wpc4jwys8wjjggdc0j7jplbxn-nixos-system-framenix-23.11.20240211.809cca7/init amd_pstate=active amdgpu.sg_display=0 amd_pstate=active amdgpu.abmlevel=1
2024-02-16 23:46:39,822 DEBUG:	LOGIND: configuration changes:
2024-02-16 23:46:39,822 DEBUG:		killuserprocesses: no
2024-02-16 23:46:39,823 DEBUG:		handlepowerkey: poweroff
2024-02-16 23:46:39,823 DEBUG:		handlepowerkeylongpress: ignore
2024-02-16 23:46:39,823 DEBUG:		handlerebootkey: reboot
2024-02-16 23:46:39,823 DEBUG:		handlerebootkeylongpress: poweroff
2024-02-16 23:46:39,823 DEBUG:		handlesuspendkey: suspend
2024-02-16 23:46:39,823 DEBUG:		handlesuspendkeylongpress: hibernate
2024-02-16 23:46:39,823 DEBUG:		handlehibernatekey: hibernate
2024-02-16 23:46:39,823 DEBUG:		handlehibernatekeylongpress: ignore
2024-02-16 23:46:39,823 DEBUG:		handlelidswitch: suspend
2024-02-16 23:46:39,823 DEBUG:		handlelidswitchexternalpower: suspend
2024-02-16 23:46:39,823 DEBUG:		handlelidswitchdocked: ignore
2024-02-16 23:46:39,823 INFO:	✅ HSMP driver `amd_hsmp` not detected (blocked: False)
2024-02-16 23:46:39,825 INFO:	✅ PMC driver `amd_pmc` loaded (Program 0 Firmware 76.70.0)
2024-02-16 23:46:39,830 INFO:	✅ USB4 driver `thunderbolt` loaded
2024-02-16 23:46:39,833 INFO:	✅ GPU driver `amdgpu` available
2024-02-16 23:46:39,833 INFO:	✅ System is configured for s2idle
2024-02-16 23:46:39,836 INFO:	✅ NVME Sandisk Corp WD Black SN770 / PC SN740 256GB / PC SN560 (DRAM-less) NVMe SSD is configured for s2idle in BIOS
2024-02-16 23:46:39,838 INFO:	✅ GPIO driver `pinctrl_amd` available
2024-02-16 23:46:39,840 DEBUG:	Winblue GPIO 0 debounce: disabled
2024-02-16 23:46:39,840 DEBUG:	gpio	  int|active|trigger|S0i3| S3|S4/S5| Z|wake|pull|  orient|       debounce|reg
2024-02-16 23:46:39,840 DEBUG:	#0	   😛|     ↑|   edge|  ⏰| ⏰|     |⏰|    |  ↑ |input  ↑|b (🕑 046875us)|0x81578e3
2024-02-16 23:46:39,840 DEBUG:	#2	   😛|     ↓|   edge|  ⏰| ⏰|     |  |    |    |input  ↑|               |0x57a00
2024-02-16 23:46:39,840 DEBUG:	#5	   😛|     ↓|  level|    |   |     |  |    |  ↑ |input  ↑|               |0x151b00
2024-02-16 23:46:39,840 DEBUG:	#6	   😛|     ↓|   edge|  ⏰| ⏰|     |  |    |  ↑ |input  ↑|               |0x157a00
2024-02-16 23:46:39,840 DEBUG:	#8	   😛|     ↓|  level|    |   |     |⏰|    |  ↑ |input  ↑|               |0x8151b00
2024-02-16 23:46:39,840 DEBUG:	#44	   😷|     ↑|   edge|    |   |     |  |    |    |input  ↓|               |0x800
2024-02-16 23:46:39,840 DEBUG:	#52	   😷|     ↑|  level|    |   |     |  |    |    |input  ↓|               |0x900
2024-02-16 23:46:39,840 DEBUG:	#54	   😛|     ↑|   edge|  ⏰| ⏰|     |  |    |    |input  ↓|               |0x7800
2024-02-16 23:46:39,840 DEBUG:	#58	   😛|     ↑|  level|  ⏰| ⏰|     |⏰|    |    |input  ↓|               |0x8007900
2024-02-16 23:46:39,840 DEBUG:	#59	   😛|     ↑|  level|  ⏰| ⏰|     |⏰|    |    |input  ↓|               |0x8007900
2024-02-16 23:46:39,840 DEBUG:	#61	   😛|     ↑|  level|  ⏰| ⏰|     |  |    |    |input  ↓|               |0x7900
2024-02-16 23:46:39,840 DEBUG:	#62	   😛|     ↑|  level|  ⏰| ⏰|     |  |    |    |input  ↓|               |0x7900
2024-02-16 23:46:39,840 DEBUG:	#84	   😛|     ↓|  level|    |   |     |  |    |  ↑ |input  ↑|               |0x151b00
2024-02-16 23:46:39,840 DEBUG:	#172	   😷|     ↑|  level|    |   |     |  |    |    |input  ↓|               |0x900
2024-02-16 23:46:39,841 DEBUG:	Lockdown not available
2024-02-16 23:46:39,841 DEBUG:	VCE feature version: 0, firmware version: 0x00000000
2024-02-16 23:46:39,841 DEBUG:	UVD feature version: 0, firmware version: 0x00000000
2024-02-16 23:46:39,841 DEBUG:	MC feature version: 0, firmware version: 0x00000000
2024-02-16 23:46:39,841 DEBUG:	ME feature version: 33, firmware version: 0x00000026
2024-02-16 23:46:39,841 DEBUG:	PFP feature version: 33, firmware version: 0x0000002d
2024-02-16 23:46:39,841 DEBUG:	CE feature version: 0, firmware version: 0x00000000
2024-02-16 23:46:39,841 DEBUG:	RLC feature version: 1, firmware version: 0x00000077
2024-02-16 23:46:39,841 DEBUG:	RLC SRLC feature version: 0, firmware version: 0x00000000
2024-02-16 23:46:39,841 DEBUG:	RLC SRLG feature version: 0, firmware version: 0x00000000
2024-02-16 23:46:39,841 DEBUG:	RLC SRLS feature version: 0, firmware version: 0x00000000
2024-02-16 23:46:39,841 DEBUG:	RLCP feature version: 1, firmware version: 0x0000000e
2024-02-16 23:46:39,841 DEBUG:	RLCV feature version: 0, firmware version: 0x00000000
2024-02-16 23:46:39,841 DEBUG:	MEC feature version: 33, firmware version: 0x00000021
2024-02-16 23:46:39,841 DEBUG:	IMU feature version: 0, firmware version: 0x0b012c00
2024-02-16 23:46:39,841 DEBUG:	SOS feature version: 0, firmware version: 0x00000000
2024-02-16 23:46:39,841 DEBUG:	ASD feature version: 553648302, firmware version: 0x210000ae
2024-02-16 23:46:39,841 DEBUG:	TA XGMI feature version: 0x00000000, firmware version: 0x00000000
2024-02-16 23:46:39,841 DEBUG:	TA RAS feature version: 0x00000000, firmware version: 0x00000000
2024-02-16 23:46:39,841 DEBUG:	TA HDCP feature version: 0x00000000, firmware version: 0x1700003a
2024-02-16 23:46:39,841 DEBUG:	TA DTM feature version: 0x00000000, firmware version: 0x12000015
2024-02-16 23:46:39,841 DEBUG:	TA RAP feature version: 0x00000000, firmware version: 0x00000000
2024-02-16 23:46:39,841 DEBUG:	TA SECUREDISPLAY feature version: 0x00000000, firmware version: 0x00000000
2024-02-16 23:46:39,841 DEBUG:	SMC feature version: 0, program: 0, firmware version: 0x004c4600 (76.70.0)
2024-02-16 23:46:39,841 DEBUG:	SDMA0 feature version: 60, firmware version: 0x00000010
2024-02-16 23:46:39,841 DEBUG:	VCN feature version: 0, firmware version: 0x0510a000
2024-02-16 23:46:39,841 DEBUG:	DMCU feature version: 0, firmware version: 0x00000000
2024-02-16 23:46:39,841 DEBUG:	DMCUB feature version: 0, firmware version: 0x08003000
2024-02-16 23:46:39,841 DEBUG:	TOC feature version: 0, firmware version: 0x0000000b
2024-02-16 23:46:39,841 DEBUG:	MES_KIQ feature version: 6, firmware version: 0x0000006a
2024-02-16 23:46:39,841 DEBUG:	MES feature version: 1, firmware version: 0x00000042
2024-02-16 23:46:39,841 DEBUG:	VPE feature version: 0, firmware version: 0x00000000
2024-02-16 23:46:39,841 DEBUG:	VBIOS version: 113-PHXGENERIC-001
2024-02-16 23:46:39,845 DEBUG:	PCI devices
2024-02-16 23:46:39,845 DEBUG:	| 0000:00:00.0 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14e8]
2024-02-16 23:46:39,845 DEBUG:	| 0000:00:00.2 : Advanced Micro Devices, Inc. [AMD] IOMMU [1022:14e9]
2024-02-16 23:46:39,845 DEBUG:	| 0000:00:01.0 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14ea]
2024-02-16 23:46:39,845 DEBUG:	| 0000:00:02.0 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14ea]
2024-02-16 23:46:39,845 DEBUG:	| 0000:00:02.2 : Advanced Micro Devices, Inc. [AMD] PCI bridge [1022:14ee] : \_SB_.PCI0.GPP6
2024-02-16 23:46:39,846 DEBUG:	├─ 0000:01:00.0 : MEDIATEK Corp. Network controller [14c3:0616] : \_SB_.PCI0.GPP6.WLAN
2024-02-16 23:46:39,846 DEBUG:	| 0000:00:02.4 : Advanced Micro Devices, Inc. [AMD] PCI bridge [1022:14ee] : \_SB_.PCI0.GPP8
2024-02-16 23:46:39,846 DEBUG:	├─ 0000:02:00.0 : Sandisk Corp Non-Volatile memory controller [15b7:5017] : \_SB_.PCI0.GPP8.NVME
2024-02-16 23:46:39,846 DEBUG:	| 0000:00:03.0 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14ea]
2024-02-16 23:46:39,846 DEBUG:	| 0000:00:03.1 : Advanced Micro Devices, Inc. [AMD] PCI bridge [1022:14ef] : \_SB_.PCI0.GP11
2024-02-16 23:46:39,846 DEBUG:	| 0000:00:04.0 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14ea]
2024-02-16 23:46:39,846 DEBUG:	| 0000:00:04.1 : Advanced Micro Devices, Inc. [AMD] PCI bridge [1022:14ef] : \_SB_.PCI0.GP12
2024-02-16 23:46:39,846 DEBUG:	| 0000:00:08.0 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14ea]
2024-02-16 23:46:39,846 DEBUG:	| 0000:00:08.1 : Advanced Micro Devices, Inc. [AMD] PCI bridge [1022:14eb] : \_SB_.PCI0.GP17
2024-02-16 23:46:39,846 DEBUG:	├─ 0000:c1:00.0 : Advanced Micro Devices, Inc. [AMD/ATI] VGA compatible controller [1002:15bf] : \_SB_.PCI0.GP17.VGA_
2024-02-16 23:46:39,847 DEBUG:	├─ 0000:c1:00.1 : Advanced Micro Devices, Inc. [AMD/ATI] Audio device [1002:1640] : \_SB_.PCI0.GP17.HDAU
2024-02-16 23:46:39,847 DEBUG:	├─ 0000:c1:00.2 : Advanced Micro Devices, Inc. [AMD] Encryption controller [1022:15c7] : \_SB_.PCI0.GP17.PSP_
2024-02-16 23:46:39,847 DEBUG:	├─ 0000:c1:00.3 : Advanced Micro Devices, Inc. [AMD] USB controller [1022:15b9] : \_SB_.PCI0.GP17.XHC0
2024-02-16 23:46:39,847 DEBUG:	├─ 0000:c1:00.4 : Advanced Micro Devices, Inc. [AMD] USB controller [1022:15ba] : \_SB_.PCI0.GP17.XHC1
2024-02-16 23:46:39,847 DEBUG:	├─ 0000:c1:00.5 : Advanced Micro Devices, Inc. [AMD] Multimedia controller [1022:15e2] : \_SB_.PCI0.GP17.ACP_
2024-02-16 23:46:39,847 DEBUG:	├─ 0000:c1:00.6 : Advanced Micro Devices, Inc. [AMD] Audio device [1022:15e3] : \_SB_.PCI0.GP17.AZAL
2024-02-16 23:46:39,847 DEBUG:	| 0000:00:08.2 : Advanced Micro Devices, Inc. [AMD] PCI bridge [1022:14eb] : \_SB_.PCI0.GP18
2024-02-16 23:46:39,847 DEBUG:	├─ 0000:c2:00.0 : Advanced Micro Devices, Inc. [AMD]  [1022:14ec]
2024-02-16 23:46:39,847 DEBUG:	├─ 0000:c2:00.1 : Advanced Micro Devices, Inc. [AMD] Signal processing controller [1022:1502] : \_SB_.PCI0.GP18.IPU_
2024-02-16 23:46:39,847 DEBUG:	| 0000:00:08.3 : Advanced Micro Devices, Inc. [AMD] PCI bridge [1022:14eb] : \_SB_.PCI0.GP19
2024-02-16 23:46:39,848 DEBUG:	├─ 0000:c3:00.0 : Advanced Micro Devices, Inc. [AMD]  [1022:14ec] : \_SB_.PCI0.GP19.XHC2
2024-02-16 23:46:39,848 DEBUG:	├─ 0000:c3:00.3 : Advanced Micro Devices, Inc. [AMD] USB controller [1022:15c0] : \_SB_.PCI0.GP19.XHC3
2024-02-16 23:46:39,848 DEBUG:	├─ 0000:c3:00.4 : Advanced Micro Devices, Inc. [AMD] USB controller [1022:15c1] : \_SB_.PCI0.GP19.XHC4
2024-02-16 23:46:39,848 DEBUG:	├─ 0000:c3:00.5 : Advanced Micro Devices, Inc. [AMD] USB controller [1022:1668] : \_SB_.PCI0.GP19.NHI0
2024-02-16 23:46:39,848 DEBUG:	├─ 0000:c3:00.6 : Advanced Micro Devices, Inc. [AMD] USB controller [1022:1669] : \_SB_.PCI0.GP19.NHI1
2024-02-16 23:46:39,848 DEBUG:	| 0000:00:14.0 : Advanced Micro Devices, Inc. [AMD] SMBus [1022:790b] : \_SB_.PCI0.SMBS
2024-02-16 23:46:39,848 DEBUG:	| 0000:00:14.3 : Advanced Micro Devices, Inc. [AMD] ISA bridge [1022:790e] : \_SB_.PCI0.LPC0
2024-02-16 23:46:39,848 DEBUG:	| 0000:00:18.0 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14f0]
2024-02-16 23:46:39,848 DEBUG:	| 0000:00:18.1 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14f1]
2024-02-16 23:46:39,848 DEBUG:	| 0000:00:18.2 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14f2]
2024-02-16 23:46:39,849 DEBUG:	| 0000:00:18.3 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14f3]
2024-02-16 23:46:39,849 DEBUG:	| 0000:00:18.4 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14f4]
2024-02-16 23:46:39,849 DEBUG:	| 0000:00:18.5 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14f5]
2024-02-16 23:46:39,849 DEBUG:	| 0000:00:18.6 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14f6]
2024-02-16 23:46:39,849 DEBUG:	└─0000:00:18.7 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14f7]
2024-02-16 23:46:39,856 DEBUG:	I2C HID devices
2024-02-16 23:46:39,856 DEBUG:	| "FRMW0004:00 32AC:0006 Wireless Radio Control" [FRMW0004] : \_SB_.I2CA.ECSH
2024-02-16 23:46:39,856 DEBUG:	| "FRMW0004:00 32AC:0006 Consumer Control" [FRMW0004] : \_SB_.I2CA.ECSH
2024-02-16 23:46:39,856 DEBUG:	| "PIXA3854:00 093A:0274 Mouse" [PIXA3854] : \_SB_.I2CD.TPAD
2024-02-16 23:46:39,856 DEBUG:	└─"PIXA3854:00 093A:0274 Touchpad" [PIXA3854] : \_SB_.I2CD.TPAD
2024-02-16 23:46:39,877 DEBUG:	Wakeup sources:
2024-02-16 23:46:39,877 DEBUG:	|  [/sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:001/wakeup57]: enabled
2024-02-16 23:46:39,877 DEBUG:	|  [/sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:002/wakeup59]: enabled
2024-02-16 23:46:39,877 DEBUG:	|  [/sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:003/wakeup60]: enabled
2024-02-16 23:46:39,877 DEBUG:	|  [/sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:004/wakeup61]: enabled
2024-02-16 23:46:39,877 DEBUG:	| ACPI Battery [PNP0C0A:00]: enabled
2024-02-16 23:46:39,877 DEBUG:	| ACPI Lid Switch [PNP0C0D:00]: enabled
2024-02-16 23:46:39,877 DEBUG:	| ACPI Power Button [PNP0C0C:00]: enabled
2024-02-16 23:46:39,877 DEBUG:	| AT Translated Set 2 keyboard [serio0]: enabled
2024-02-16 23:46:39,877 DEBUG:	| Advanced Micro Devices, Inc. [AMD] ISA bridge [0000:00:14.3]: enabled
2024-02-16 23:46:39,877 DEBUG:	| Advanced Micro Devices, Inc. [AMD] Multimedia controller [0000:c1:00.5]: enabled
2024-02-16 23:46:39,877 DEBUG:	| Advanced Micro Devices, Inc. [AMD] PCI bridge [0000:00:02.2]: enabled
2024-02-16 23:46:39,877 DEBUG:	| Advanced Micro Devices, Inc. [AMD] PCI bridge [0000:00:03.1]: enabled
2024-02-16 23:46:39,877 DEBUG:	| Advanced Micro Devices, Inc. [AMD] PCI bridge [0000:00:04.1]: enabled
2024-02-16 23:46:39,877 DEBUG:	| Advanced Micro Devices, Inc. [AMD] USB controller [0000:c1:00.3]: enabled
2024-02-16 23:46:39,877 DEBUG:	| Advanced Micro Devices, Inc. [AMD] USB controller [0000:c1:00.3]: enabled
2024-02-16 23:46:39,877 DEBUG:	| Advanced Micro Devices, Inc. [AMD] USB controller [0000:c1:00.4]: enabled
2024-02-16 23:46:39,877 DEBUG:	| Advanced Micro Devices, Inc. [AMD] USB controller [0000:c3:00.3]: enabled
2024-02-16 23:46:39,877 DEBUG:	| Advanced Micro Devices, Inc. [AMD] USB controller [0000:c3:00.4]: enabled
2024-02-16 23:46:39,877 DEBUG:	| Advanced Micro Devices, Inc. [AMD] USB controller [0000:c3:00.5]: enabled
2024-02-16 23:46:39,877 DEBUG:	| Advanced Micro Devices, Inc. [AMD] USB controller [0000:c3:00.6]: enabled
2024-02-16 23:46:39,877 DEBUG:	| PIXA3854:00 093A:0274 Mouse [i2c-PIXA3854:00]: enabled
2024-02-16 23:46:39,877 DEBUG:	| Plug-n-play Real Time Clock [00:01]: enabled
2024-02-16 23:46:39,877 DEBUG:	| Real Time Clock alarm timer [rtc0]: enabled
2024-02-16 23:46:39,877 DEBUG:	| Thunderbolt domain [domain0]: enabled
2024-02-16 23:46:39,877 DEBUG:	| Thunderbolt domain [domain1]: enabled
2024-02-16 23:46:39,877 DEBUG:	| USB4 host controller [0-0]: enabled
2024-02-16 23:46:39,877 DEBUG:	└─USB4 host controller [1-0]: enabled
2024-02-16 23:46:39,880 DEBUG:	/*
2024-02-16 23:46:39,880 DEBUG:	 * Intel ACPI Component Architecture
2024-02-16 23:46:39,880 DEBUG:	 * AML/ASL+ Disassembler version 20230628 (64-bit version)
2024-02-16 23:46:39,880 DEBUG:	 * Copyright (c) 2000 - 2023 Intel Corporation
2024-02-16 23:46:39,880 DEBUG:	 *
2024-02-16 23:46:39,880 DEBUG:	 * Disassembling to symbolic ASL+ operators
2024-02-16 23:46:39,880 DEBUG:	 *
2024-02-16 23:46:39,880 DEBUG:	 * Disassembly of /sys/firmware/acpi/tables/SSDT23, Fri Feb 16 23:46:39 2024
2024-02-16 23:46:39,880 DEBUG:	 *
2024-02-16 23:46:39,880 DEBUG:	 * Original Table Header:
2024-02-16 23:46:39,880 DEBUG:	 *     Signature        "SSDT"
2024-02-16 23:46:39,880 DEBUG:	 *     Length           0x00000C7F (3199)
2024-02-16 23:46:39,880 DEBUG:	 *     Revision         0x02
2024-02-16 23:46:39,880 DEBUG:	 *     Checksum         0x3F
2024-02-16 23:46:39,880 DEBUG:	 *     OEM ID           "INSYDE"
2024-02-16 23:46:39,880 DEBUG:	 *     OEM Table ID     "EDK2    "
2024-02-16 23:46:39,880 DEBUG:	 *     OEM Revision     0x00000001 (1)
2024-02-16 23:46:39,880 DEBUG:	 *     Compiler ID      "ACPI"
2024-02-16 23:46:39,880 DEBUG:	 *     Compiler Version 0x00040000 (262144)
2024-02-16 23:46:39,880 DEBUG:	 */
2024-02-16 23:46:39,880 DEBUG:	DefinitionBlock ("", "SSDT", 2, "INSYDE", "EDK2    ", 0x00000001)
2024-02-16 23:46:39,880 DEBUG:	{
2024-02-16 23:46:39,880 DEBUG:	    External (_SB_.GPIO, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (_SB_.PCI0.GP17.ACP_, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (_SB_.PCI0.GP17.AZAL, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (_SB_.PCI0.GP17.MP2C, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (_SB_.PCI0.GP17.XHC0, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (_SB_.PCI0.GP17.XHC1, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (_SB_.PCI0.GPP0, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (_SB_.PCI0.GPP1, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (_SB_.PCI0.GPP2, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (_SB_.PCI0.GPP5, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (_SB_.PCI0.GPP6, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (_SB_.PCI0.GPP7, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (_SB_.PCI0.GPP7.DEV0, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (_SB_.PCI0.LPC0.EC0_, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (_SB_.PCI0.LPC0.EC0_.OKEC, IntObj)
2024-02-16 23:46:39,880 DEBUG:	    External (_SB_.PCI0.LPC0.EC0_.Z009, MutexObj)
2024-02-16 23:46:39,880 DEBUG:	    External (_SB_.PWRB, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (M000, MethodObj)    // 1 Arguments
2024-02-16 23:46:39,880 DEBUG:	    External (M037, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (M046, IntObj)
2024-02-16 23:46:39,880 DEBUG:	    External (M047, IntObj)
2024-02-16 23:46:39,880 DEBUG:	    External (M050, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (M051, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (M052, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (M053, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (M054, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (M055, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (M056, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (M057, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (M058, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (M059, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (M062, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (M068, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (M069, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (M070, DeviceObj)
2024-02-16 23:46:39,880 DEBUG:	    External (M071, DeviceObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M072, DeviceObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M074, DeviceObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M075, DeviceObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M076, DeviceObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M077, DeviceObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M078, DeviceObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M079, DeviceObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M080, DeviceObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M081, DeviceObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M082, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M083, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M084, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M085, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M086, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M087, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M088, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M089, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M090, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M091, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M092, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M093, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M094, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M095, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M096, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M097, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M098, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M099, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M100, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M101, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M102, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M103, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M104, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M105, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M106, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M107, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M108, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M109, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M110, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M115, BuffObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M116, BuffFieldObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M117, BuffFieldObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M118, BuffFieldObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M119, BuffFieldObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M120, BuffFieldObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M122, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M127, DeviceObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M128, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M131, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M132, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M133, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M134, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M135, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M136, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M220, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M221, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M226, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M227, DeviceObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M229, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M231, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M233, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M235, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M23A, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M251, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M280, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M290, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M29A, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M310, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M31C, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M320, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M321, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M322, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M323, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M324, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M325, FieldUnitObj)
2024-02-16 23:46:39,881 DEBUG:	    External (M326, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M327, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M328, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M329, DeviceObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M32A, DeviceObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M32B, DeviceObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M330, DeviceObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M331, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M378, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M379, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M380, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M381, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M382, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M383, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M384, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M385, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M386, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M387, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M388, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M389, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M390, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M391, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M392, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M404, BuffObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M408, MutexObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M414, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M444, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M449, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M453, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M454, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M455, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M456, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M457, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M460, MethodObj)    // 7 Arguments
2024-02-16 23:46:39,882 DEBUG:	    External (M4C0, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M4F0, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M610, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M620, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M631, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	    External (M652, FieldUnitObj)
2024-02-16 23:46:39,882 DEBUG:	
2024-02-16 23:46:39,882 DEBUG:	    Scope (\_SB.PCI0.LPC0.EC0)
2024-02-16 23:46:39,882 DEBUG:	    {
2024-02-16 23:46:39,882 DEBUG:	        OperationRegion (ECRM, EmbeddedControl, Zero, 0xFF)
2024-02-16 23:46:39,882 DEBUG:	        Field (ECRM, ByteAcc, NoLock, Preserve)
2024-02-16 23:46:39,882 DEBUG:	        {
2024-02-16 23:46:39,882 DEBUG:	            Offset (0xCC),
2024-02-16 23:46:39,882 DEBUG:	            PBCN,   8
2024-02-16 23:46:39,882 DEBUG:	        }
2024-02-16 23:46:39,882 DEBUG:	    }
2024-02-16 23:46:39,882 DEBUG:	
2024-02-16 23:46:39,882 DEBUG:	    Scope (\_SB.GPIO)
2024-02-16 23:46:39,882 DEBUG:	    {
2024-02-16 23:46:39,882 DEBUG:	        Method (_AEI, 0, NotSerialized)  // _AEI: ACPI Event Interrupts
2024-02-16 23:46:39,882 DEBUG:	        {
2024-02-16 23:46:39,882 DEBUG:	            Name (BUF0, ResourceTemplate ()
2024-02-16 23:46:39,882 DEBUG:	            {
2024-02-16 23:46:39,882 DEBUG:	                GpioInt (Edge, ActiveHigh, ExclusiveAndWake, PullDefault, 0x1388,
2024-02-16 23:46:39,882 DEBUG:	                    "\\_SB.GPIO", 0x00, ResourceConsumer, ,
2024-02-16 23:46:39,882 DEBUG:	                    )
2024-02-16 23:46:39,882 DEBUG:	                    {   // Pin list
2024-02-16 23:46:39,882 DEBUG:	                        0x0000
2024-02-16 23:46:39,882 DEBUG:	                    }
2024-02-16 23:46:39,882 DEBUG:	                GpioInt (Level, ActiveHigh, ExclusiveAndWake, PullNone, 0x0000,
2024-02-16 23:46:39,882 DEBUG:	                    "\\_SB.GPIO", 0x00, ResourceConsumer, ,
2024-02-16 23:46:39,882 DEBUG:	                    )
2024-02-16 23:46:39,882 DEBUG:	                    {   // Pin list
2024-02-16 23:46:39,882 DEBUG:	                        0x003D
2024-02-16 23:46:39,882 DEBUG:	                    }
2024-02-16 23:46:39,882 DEBUG:	                GpioInt (Level, ActiveHigh, ExclusiveAndWake, PullNone, 0x0000,
2024-02-16 23:46:39,882 DEBUG:	                    "\\_SB.GPIO", 0x00, ResourceConsumer, ,
2024-02-16 23:46:39,882 DEBUG:	                    )
2024-02-16 23:46:39,882 DEBUG:	                    {   // Pin list
2024-02-16 23:46:39,882 DEBUG:	                        0x003E
2024-02-16 23:46:39,882 DEBUG:	                    }
2024-02-16 23:46:39,882 DEBUG:	                GpioInt (Level, ActiveHigh, ExclusiveAndWake, PullNone, 0x0000,
2024-02-16 23:46:39,882 DEBUG:	                    "\\_SB.GPIO", 0x00, ResourceConsumer, ,
2024-02-16 23:46:39,882 DEBUG:	                    )
2024-02-16 23:46:39,882 DEBUG:	                    {   // Pin list
2024-02-16 23:46:39,882 DEBUG:	                        0x003A
2024-02-16 23:46:39,882 DEBUG:	                    }
2024-02-16 23:46:39,882 DEBUG:	                GpioInt (Level, ActiveHigh, ExclusiveAndWake, PullNone, 0x0000,
2024-02-16 23:46:39,882 DEBUG:	                    "\\_SB.GPIO", 0x00, ResourceConsumer, ,
2024-02-16 23:46:39,882 DEBUG:	                    )
2024-02-16 23:46:39,882 DEBUG:	                    {   // Pin list
2024-02-16 23:46:39,882 DEBUG:	                        0x003B
2024-02-16 23:46:39,882 DEBUG:	                    }
2024-02-16 23:46:39,882 DEBUG:	                GpioInt (Edge, ActiveLow, ExclusiveAndWake, PullNone, 0x0000,
2024-02-16 23:46:39,882 DEBUG:	                    "\\_SB.GPIO", 0x00, ResourceConsumer, ,
2024-02-16 23:46:39,882 DEBUG:	                    )
2024-02-16 23:46:39,882 DEBUG:	                    {   // Pin list
2024-02-16 23:46:39,882 DEBUG:	                        0x0002
2024-02-16 23:46:39,882 DEBUG:	                    }
2024-02-16 23:46:39,882 DEBUG:	                GpioInt (Edge, ActiveLow, ExclusiveAndWake, PullNone, 0x0000,
2024-02-16 23:46:39,882 DEBUG:	                    "\\_SB.GPIO", 0x00, ResourceConsumer, ,
2024-02-16 23:46:39,882 DEBUG:	                    )
2024-02-16 23:46:39,882 DEBUG:	                    {   // Pin list
2024-02-16 23:46:39,882 DEBUG:	                        0x0006
2024-02-16 23:46:39,882 DEBUG:	                    }
2024-02-16 23:46:39,882 DEBUG:	                GpioInt (Edge, ActiveHigh, ExclusiveAndWake, PullNone, 0x0000,
2024-02-16 23:46:39,882 DEBUG:	                    "\\_SB.GPIO", 0x00, ResourceConsumer, ,
2024-02-16 23:46:39,882 DEBUG:	                    )
2024-02-16 23:46:39,882 DEBUG:	                    {   // Pin list
2024-02-16 23:46:39,882 DEBUG:	                        0x0036
2024-02-16 23:46:39,882 DEBUG:	                    }
2024-02-16 23:46:39,882 DEBUG:	            })
2024-02-16 23:46:39,882 DEBUG:	            M460 ("  OEM-ASL-\\_SB.GPIO._AEI\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-16 23:46:39,882 DEBUG:	            Return (BUF0) /* \_SB_.GPIO._AEI.BUF0 */
2024-02-16 23:46:39,883 DEBUG:	        }
2024-02-16 23:46:39,883 DEBUG:	
2024-02-16 23:46:39,883 DEBUG:	        Method (_EVT, 1, Serialized)  // _EVT: Event
2024-02-16 23:46:39,883 DEBUG:	        {
2024-02-16 23:46:39,883 DEBUG:	            Name (HPDW, 0x55)
2024-02-16 23:46:39,883 DEBUG:	            M460 ("  OEM-ASL-\\_SB.GPIO._EVT-Start Case %d\n", ToInteger (Arg0), Zero, Zero, Zero, Zero, Zero)
2024-02-16 23:46:39,883 DEBUG:	            Switch (ToInteger (Arg0))
2024-02-16 23:46:39,883 DEBUG:	            {
2024-02-16 23:46:39,883 DEBUG:	                Case (Zero)
2024-02-16 23:46:39,883 DEBUG:	                {
2024-02-16 23:46:39,883 DEBUG:	                }
2024-02-16 23:46:39,883 DEBUG:	                Case (0x02)
2024-02-16 23:46:39,883 DEBUG:	                {
2024-02-16 23:46:39,883 DEBUG:	                    M000 (0x3902)
2024-02-16 23:46:39,883 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GPP0, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-16 23:46:39,883 DEBUG:	                    Notify (\_SB.PCI0.GPP0, 0x02) // Device Wake
2024-02-16 23:46:39,883 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GPP1, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-16 23:46:39,883 DEBUG:	                    Notify (\_SB.PCI0.GPP1, 0x02) // Device Wake
2024-02-16 23:46:39,883 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GPP2, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-16 23:46:39,883 DEBUG:	                    Notify (\_SB.PCI0.GPP2, 0x02) // Device Wake
2024-02-16 23:46:39,883 DEBUG:	                }
2024-02-16 23:46:39,883 DEBUG:	                Case (0x03)
2024-02-16 23:46:39,883 DEBUG:	                {
2024-02-16 23:46:39,883 DEBUG:	                    M000 (0x3902)
2024-02-16 23:46:39,883 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GPP7, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-16 23:46:39,883 DEBUG:	                    Notify (\_SB.PCI0.GPP7, 0x02) // Device Wake
2024-02-16 23:46:39,883 DEBUG:	                }
2024-02-16 23:46:39,883 DEBUG:	                Case (0x0B)
2024-02-16 23:46:39,883 DEBUG:	                {
2024-02-16 23:46:39,883 DEBUG:	                    M000 (0x390B)
2024-02-16 23:46:39,883 DEBUG:	                }
2024-02-16 23:46:39,883 DEBUG:	                Case (0x11)
2024-02-16 23:46:39,883 DEBUG:	                {
2024-02-16 23:46:39,883 DEBUG:	                    M000 (0x3911)
2024-02-16 23:46:39,883 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GPP2, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-16 23:46:39,883 DEBUG:	                    Notify (\_SB.PCI0.GPP2, 0x02) // Device Wake
2024-02-16 23:46:39,883 DEBUG:	                }
2024-02-16 23:46:39,883 DEBUG:	                Case (0x06)
2024-02-16 23:46:39,883 DEBUG:	                {
2024-02-16 23:46:39,883 DEBUG:	                    M000 (0x3912)
2024-02-16 23:46:39,883 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GPP6, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-16 23:46:39,883 DEBUG:	                    Notify (\_SB.PCI0.GPP6, 0x02) // Device Wake
2024-02-16 23:46:39,883 DEBUG:	                }
2024-02-16 23:46:39,883 DEBUG:	                Case (0x18)
2024-02-16 23:46:39,883 DEBUG:	                {
2024-02-16 23:46:39,883 DEBUG:	                    M000 (0x3918)
2024-02-16 23:46:39,883 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GPP5, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-16 23:46:39,883 DEBUG:	                    Notify (\_SB.PCI0.GPP5, 0x02) // Device Wake
2024-02-16 23:46:39,883 DEBUG:	                }
2024-02-16 23:46:39,883 DEBUG:	                Case (0x36)
2024-02-16 23:46:39,883 DEBUG:	                {
2024-02-16 23:46:39,883 DEBUG:	                    M000 (0x3936)
2024-02-16 23:46:39,883 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GP17.MP2C, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-16 23:46:39,883 DEBUG:	                    Notify (\_SB.PCI0.GP17.MP2C, 0x02) // Device Wake
2024-02-16 23:46:39,883 DEBUG:	                    If ((HPDW == One))
2024-02-16 23:46:39,883 DEBUG:	                    {
2024-02-16 23:46:39,883 DEBUG:	                        M460 ("    Notify (\\_SB.PCI0.GP17.MP2C(HPDW):PWRB 0x80)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-16 23:46:39,883 DEBUG:	                        Notify (\_SB.PWRB, 0x80) // Status Change
2024-02-16 23:46:39,883 DEBUG:	                    }
2024-02-16 23:46:39,883 DEBUG:	                }
2024-02-16 23:46:39,883 DEBUG:	                Case (0x3A)
2024-02-16 23:46:39,883 DEBUG:	                {
2024-02-16 23:46:39,883 DEBUG:	                    M000 (0x393A)
2024-02-16 23:46:39,883 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GP17.XHC0, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-16 23:46:39,883 DEBUG:	                    Notify (\_SB.PCI0.GP17.XHC0, 0x02) // Device Wake
2024-02-16 23:46:39,883 DEBUG:	                }
2024-02-16 23:46:39,883 DEBUG:	                Case (0x3B)
2024-02-16 23:46:39,883 DEBUG:	                {
2024-02-16 23:46:39,883 DEBUG:	                    M000 (0x393B)
2024-02-16 23:46:39,883 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GP17.XHC1, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-16 23:46:39,883 DEBUG:	                    Notify (\_SB.PCI0.GP17.XHC1, 0x02) // Device Wake
2024-02-16 23:46:39,883 DEBUG:	                }
2024-02-16 23:46:39,883 DEBUG:	                Case (0x2A)
2024-02-16 23:46:39,883 DEBUG:	                {
2024-02-16 23:46:39,883 DEBUG:	                    M000 (0x392A)
2024-02-16 23:46:39,883 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GPP7.DEV0, 0x01)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-16 23:46:39,883 DEBUG:	                    Notify (\_SB.PCI0.GPP7.DEV0, One) // Device Check
2024-02-16 23:46:39,883 DEBUG:	                }
2024-02-16 23:46:39,883 DEBUG:	                Case (0x3D)
2024-02-16 23:46:39,883 DEBUG:	                {
2024-02-16 23:46:39,883 DEBUG:	                    M000 (0x393D)
2024-02-16 23:46:39,883 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GP17.AZAL, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-16 23:46:39,883 DEBUG:	                    Notify (\_SB.PCI0.GP17.AZAL, 0x02) // Device Wake
2024-02-16 23:46:39,883 DEBUG:	                }
2024-02-16 23:46:39,883 DEBUG:	                Case (0x3E)
2024-02-16 23:46:39,883 DEBUG:	                {
2024-02-16 23:46:39,883 DEBUG:	                    M000 (0x393D)
2024-02-16 23:46:39,883 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GP17.ACP, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-16 23:46:39,883 DEBUG:	                    Notify (\_SB.PCI0.GP17.ACP, 0x02) // Device Wake
2024-02-16 23:46:39,883 DEBUG:	                }
2024-02-16 23:46:39,883 DEBUG:	
2024-02-16 23:46:39,883 DEBUG:	            }
2024-02-16 23:46:39,883 DEBUG:	
2024-02-16 23:46:39,883 DEBUG:	            M460 ("  OEM-ASL-\\_SB.GPIO._EVT-End Case %d\n", ToInteger (Arg0), Zero, Zero, Zero, Zero, Zero)
2024-02-16 23:46:39,883 DEBUG:	        }
2024-02-16 23:46:39,883 DEBUG:	    }
2024-02-16 23:46:39,883 DEBUG:	}
2024-02-16 23:46:39,884 ERROR:	❌ Kernel is tainted: 4096
2024-02-16 23:46:39,884 INFO:	Your system does not meet s2idle prerequisites!
2024-02-16 23:46:39,884 DEBUG:	Linux version 6.8.0-rc4 (nixbld@localhost) (gcc (GCC) 12.3.0, GNU ld (GNU Binutils) 2.40) #1-NixOS SMP PREEMPT_DYNAMIC Sun Feb 11 20:18:13 UTC 2024
2024-02-16 23:46:39,884 DEBUG:	Command line: initrd=\efi\nixos\192wlpsshd9mb14qkmigj0h1z7lc4483-initrd-linux-6.8-rc4-initrd.efi init=/nix/store/xaz3kg2wpc4jwys8wjjggdc0j7jplbxn-nixos-system-framenix-23.11.20240211.809cca7/init amd_pstate=active amdgpu.sg_display=0 amd_pstate=active amdgpu.abmlevel=1 splash loglevel=4
2024-02-16 23:46:39,884 DEBUG:	BIOS-provided physical RAM map:
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x0000000009f00000-0x0000000009f3bfff] ACPI NVS
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x0000000009f3c000-0x000000004235ffff] usable
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x0000000042360000-0x000000004455ffff] reserved
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x0000000044560000-0x0000000044568fff] usable
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x0000000044569000-0x000000004456cfff] reserved
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x000000004456d000-0x000000004456efff] usable
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x000000004456f000-0x000000004456ffff] reserved
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x0000000044570000-0x000000005077efff] usable
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x000000005077f000-0x0000000052f7efff] reserved
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x0000000052f7f000-0x000000005af7efff] ACPI NVS
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x000000005af7f000-0x000000005affefff] ACPI data
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x000000005afff000-0x000000005affffff] usable
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x000000005b000000-0x000000005bffffff] reserved
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x000000005d790000-0x000000005d7effff] reserved
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x000000005d7f5000-0x000000005fffffff] reserved
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x00000000c0300000-0x00000000c03fffff] reserved
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x0000000100000000-0x000000047e2fffff] usable
2024-02-16 23:46:39,884 DEBUG:	BIOS-e820: [mem 0x0000000480000000-0x00000004c01fffff] reserved
2024-02-16 23:46:39,884 DEBUG:	NX (Execute Disable) protection: active
2024-02-16 23:46:39,884 DEBUG:	APIC: Static calls initialized
2024-02-16 23:46:39,884 DEBUG:	e820: update [mem 0x40492018-0x40496257] usable ==> usable
2024-02-16 23:46:39,884 DEBUG:	e820: update [mem 0x40492018-0x40496257] usable ==> usable
2024-02-16 23:46:39,884 DEBUG:	extended physical RAM map:
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x0000000000100000-0x0000000009afffff] usable
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x0000000009f00000-0x0000000009f3bfff] ACPI NVS
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x0000000009f3c000-0x0000000040492017] usable
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x0000000040492018-0x0000000040496257] usable
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x0000000040496258-0x000000004235ffff] usable
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x0000000042360000-0x000000004455ffff] reserved
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x0000000044560000-0x0000000044568fff] usable
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x0000000044569000-0x000000004456cfff] reserved
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x000000004456d000-0x000000004456efff] usable
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x000000004456f000-0x000000004456ffff] reserved
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x0000000044570000-0x000000005077efff] usable
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x000000005077f000-0x0000000052f7efff] reserved
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x0000000052f7f000-0x000000005af7efff] ACPI NVS
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x000000005af7f000-0x000000005affefff] ACPI data
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x000000005afff000-0x000000005affffff] usable
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x000000005b000000-0x000000005bffffff] reserved
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x000000005d790000-0x000000005d7effff] reserved
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x000000005d7f5000-0x000000005fffffff] reserved
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x00000000c0300000-0x00000000c03fffff] reserved
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x0000000100000000-0x000000047e2fffff] usable
2024-02-16 23:46:39,884 DEBUG:	reserve setup_data: [mem 0x0000000480000000-0x00000004c01fffff] reserved
2024-02-16 23:46:39,884 DEBUG:	efi: EFI v2.8 by INSYDE Corp.
2024-02-16 23:46:39,884 DEBUG:	efi: ACPI=0x5affe000 ACPI 2.0=0x5affe014 TPMFinalLog=0x5af3f000 SMBIOS=0x51677000 SMBIOS 3.0=0x51674000 MEMATTR=0x4b812018 ESRT=0x4d16b898 RNG=0x5af9bf18 INITRD=0x44571698 TPMEventLog=0x40497018 
2024-02-16 23:46:39,884 DEBUG:	random: crng init done
2024-02-16 23:46:39,884 DEBUG:	efi: Remove mem56: MMIO range=[0xc0300000-0xc03fffff] (1MB) from e820 map
2024-02-16 23:46:39,884 DEBUG:	e820: remove [mem 0xc0300000-0xc03fffff] reserved
2024-02-16 23:46:39,884 DEBUG:	efi: Not removing mem57: MMIO range=[0xfed80000-0xfed80fff] (4KB) from e820 map
2024-02-16 23:46:39,884 DEBUG:	efi: Remove mem58: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
2024-02-16 23:46:39,884 DEBUG:	e820: remove [mem 0xff000000-0xffffffff] reserved
2024-02-16 23:46:39,884 DEBUG:	efi: Remove mem60: MMIO range=[0x4a0000000-0x4c01fffff] (514MB) from e820 map
2024-02-16 23:46:39,884 DEBUG:	e820: remove [mem 0x4a0000000-0x4c01fffff] reserved
2024-02-16 23:46:39,884 DEBUG:	SMBIOS 3.5.0 present.
2024-02-16 23:46:39,884 DEBUG:	DMI: Framework Laptop 13 (AMD Ryzen 7040Series)/FRANMDCP07, BIOS 03.03 10/17/2023
2024-02-16 23:46:39,884 DEBUG:	tsc: Fast TSC calibration using PIT
2024-02-16 23:46:39,884 DEBUG:	tsc: Detected 3293.619 MHz processor
2024-02-16 23:46:39,884 DEBUG:	e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
2024-02-16 23:46:39,884 DEBUG:	e820: remove [mem 0x000a0000-0x000fffff] usable
2024-02-16 23:46:39,884 DEBUG:	last_pfn = 0x47e300 max_arch_pfn = 0x400000000
2024-02-16 23:46:39,884 DEBUG:	MTRR map: 7 entries (3 fixed + 4 variable; max 20), built from 9 variable MTRRs
2024-02-16 23:46:39,885 DEBUG:	x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
2024-02-16 23:46:39,885 DEBUG:	last_pfn = 0x5b000 max_arch_pfn = 0x400000000
2024-02-16 23:46:39,885 DEBUG:	esrt: Reserving ESRT space from 0x000000004d16b898 to 0x000000004d16b8d0.
2024-02-16 23:46:39,885 DEBUG:	e820: update [mem 0x4d16b000-0x4d16bfff] usable ==> reserved
2024-02-16 23:46:39,885 DEBUG:	Using GB pages for direct mapping
2024-02-16 23:46:39,885 DEBUG:	Secure boot disabled
2024-02-16 23:46:39,885 DEBUG:	RAMDISK: [mem 0x39769000-0x3c698fff]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Early table checksum verification disabled
2024-02-16 23:46:39,885 DEBUG:	ACPI: RSDP 0x000000005AFFE014 000024 (v02 INSYDE)
2024-02-16 23:46:39,885 DEBUG:	ACPI: XSDT 0x000000005AF9E228 00017C (v01 INSYDE EDK2     00000002      01000013)
2024-02-16 23:46:39,885 DEBUG:	ACPI: FACP 0x000000005AFEE000 00010C (v05 INSYDE EDK2     00000002 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20230628/tbfadt-615)
2024-02-16 23:46:39,885 DEBUG:	ACPI: DSDT 0x000000005AFDE000 0093A6 (v02 INSYDE EDK2     00000002 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: FACS 0x000000005AEB4000 000040
2024-02-16 23:46:39,885 DEBUG:	ACPI: UEFI 0x000000005AF67000 0001CF (v01 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFF4000 008416 (v02 INSYDE EDK2     00000002 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFF3000 00033E (v01 INSYDE EDK2     00001000 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFF1000 000ABD (v02 INSYDE EDK2     00001000 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: ASF! 0x000000005AFF0000 0000A5 (v32 INSYDE EDK2     00000002 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: BOOT 0x000000005AFEF000 000028 (v01 INSYDE EDK2     00000002 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: HPET 0x000000005AFED000 000038 (v01 INSYDE EDK2     00000002 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: APIC 0x000000005AFEC000 000138 (v03 INSYDE EDK2     00000002 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: MCFG 0x000000005AFEB000 00003C (v01 INSYDE EDK2     00000002 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SLIC 0x000000005AFEA000 000176 (v01 INSYDE EDK2     00000002 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: VFCT 0x000000005AFD9000 004284 (v01 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFD8000 0000F8 (v02 INSYDE EDK2     00001000 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFD2000 00547E (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: CRAT 0x000000005AFD1000 000F10 (v01 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: CDIT 0x000000005AFD0000 000029 (v01 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFCF000 000F8D (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFCE000 000EC1 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFFD000 000931 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFCB000 0013EC (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFCA000 00077A (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFC9000 000737 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFC7000 0015C8 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFC4000 002A8F (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFBA000 009821 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: FPDT 0x000000005AFB9000 000044 (v01 INSYDE EDK2     00000002 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: WSMT 0x000000005AFB7000 000028 (v01 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: TPM2 0x000000005AFE9000 000050 (v05 INSYDE EDK2     20505348 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: MHSP 0x000000005AFE8000 0000C8 (v04 INSYDE EDK2     20505348 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFB6000 0000E5 (v02 INSYDE EDK2     00000004 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: IVRS 0x000000005AFB5000 0001A4 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFB4000 000747 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFB3000 000C88 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFB2000 000057 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFB0000 00170B (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFAF000 000FF7 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFA5000 0097E3 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFA0000 004FEB (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AF9F000 000C7F (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AFCD000 000956 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AF9D000 00008D (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: SSDT 0x000000005AF9C000 000EAD (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: BGRT 0x000000005AFB8000 000038 (v01 INSYDE EDK2     00000002 ACPI 00040000)
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving FACP table memory at [mem 0x5afee000-0x5afee10b]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving DSDT table memory at [mem 0x5afde000-0x5afe73a5]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving FACS table memory at [mem 0x5aeb4000-0x5aeb403f]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving UEFI table memory at [mem 0x5af67000-0x5af671ce]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5aff4000-0x5affc415]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5aff3000-0x5aff333d]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5aff1000-0x5aff1abc]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving ASF! table memory at [mem 0x5aff0000-0x5aff00a4]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving BOOT table memory at [mem 0x5afef000-0x5afef027]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving HPET table memory at [mem 0x5afed000-0x5afed037]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving APIC table memory at [mem 0x5afec000-0x5afec137]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving MCFG table memory at [mem 0x5afeb000-0x5afeb03b]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SLIC table memory at [mem 0x5afea000-0x5afea175]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving VFCT table memory at [mem 0x5afd9000-0x5afdd283]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afd8000-0x5afd80f7]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afd2000-0x5afd747d]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving CRAT table memory at [mem 0x5afd1000-0x5afd1f0f]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving CDIT table memory at [mem 0x5afd0000-0x5afd0028]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afcf000-0x5afcff8c]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afce000-0x5afceec0]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5affd000-0x5affd930]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afcb000-0x5afcc3eb]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afca000-0x5afca779]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afc9000-0x5afc9736]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afc7000-0x5afc85c7]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afc4000-0x5afc6a8e]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afba000-0x5afc3820]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving FPDT table memory at [mem 0x5afb9000-0x5afb9043]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving WSMT table memory at [mem 0x5afb7000-0x5afb7027]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving TPM2 table memory at [mem 0x5afe9000-0x5afe904f]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving MHSP table memory at [mem 0x5afe8000-0x5afe80c7]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afb6000-0x5afb60e4]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving IVRS table memory at [mem 0x5afb5000-0x5afb51a3]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afb4000-0x5afb4746]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afb3000-0x5afb3c87]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afb2000-0x5afb2056]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afb0000-0x5afb170a]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afaf000-0x5afafff6]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afa5000-0x5afae7e2]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afa0000-0x5afa4fea]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5af9f000-0x5af9fc7e]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afcd000-0x5afcd955]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5af9d000-0x5af9d08c]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5af9c000-0x5af9ceac]
2024-02-16 23:46:39,885 DEBUG:	ACPI: Reserving BGRT table memory at [mem 0x5afb8000-0x5afb8037]
2024-02-16 23:46:39,885 DEBUG:	No NUMA configuration found
2024-02-16 23:46:39,885 DEBUG:	Faking a node at [mem 0x0000000000000000-0x000000047e2fffff]
2024-02-16 23:46:39,885 DEBUG:	NODE_DATA(0) allocated [mem 0x47e2fa000-0x47e2fffff]
2024-02-16 23:46:39,885 DEBUG:	Zone ranges:
2024-02-16 23:46:39,885 DEBUG:	  DMA      [mem 0x0000000000001000-0x0000000000ffffff]
2024-02-16 23:46:39,886 DEBUG:	  DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
2024-02-16 23:46:39,886 DEBUG:	  Normal   [mem 0x0000000100000000-0x000000047e2fffff]
2024-02-16 23:46:39,886 DEBUG:	  Device   empty
2024-02-16 23:46:39,886 DEBUG:	Movable zone start for each node
2024-02-16 23:46:39,886 DEBUG:	Early memory node ranges
2024-02-16 23:46:39,886 DEBUG:	  node   0: [mem 0x0000000000001000-0x000000000009efff]
2024-02-16 23:46:39,886 DEBUG:	  node   0: [mem 0x0000000000100000-0x0000000009afffff]
2024-02-16 23:46:39,886 DEBUG:	  node   0: [mem 0x0000000009e00000-0x0000000009efffff]
2024-02-16 23:46:39,886 DEBUG:	  node   0: [mem 0x0000000009f3c000-0x000000004235ffff]
2024-02-16 23:46:39,886 DEBUG:	  node   0: [mem 0x0000000044560000-0x0000000044568fff]
2024-02-16 23:46:39,886 DEBUG:	  node   0: [mem 0x000000004456d000-0x000000004456efff]
2024-02-16 23:46:39,886 DEBUG:	  node   0: [mem 0x0000000044570000-0x000000005077efff]
2024-02-16 23:46:39,886 DEBUG:	  node   0: [mem 0x000000005afff000-0x000000005affffff]
2024-02-16 23:46:39,886 DEBUG:	  node   0: [mem 0x0000000100000000-0x000000047e2fffff]
2024-02-16 23:46:39,886 DEBUG:	Initmem setup node 0 [mem 0x0000000000001000-0x000000047e2fffff]
2024-02-16 23:46:39,886 DEBUG:	On node 0, zone DMA: 1 pages in unavailable ranges
2024-02-16 23:46:39,886 DEBUG:	On node 0, zone DMA: 97 pages in unavailable ranges
2024-02-16 23:46:39,886 DEBUG:	On node 0, zone DMA32: 768 pages in unavailable ranges
2024-02-16 23:46:39,886 DEBUG:	On node 0, zone DMA32: 60 pages in unavailable ranges
2024-02-16 23:46:39,886 DEBUG:	On node 0, zone DMA32: 8704 pages in unavailable ranges
2024-02-16 23:46:39,886 DEBUG:	On node 0, zone DMA32: 4 pages in unavailable ranges
2024-02-16 23:46:39,886 DEBUG:	On node 0, zone DMA32: 1 pages in unavailable ranges
2024-02-16 23:46:39,886 DEBUG:	On node 0, zone DMA32: 43136 pages in unavailable ranges
2024-02-16 23:46:39,886 DEBUG:	On node 0, zone Normal: 20480 pages in unavailable ranges
2024-02-16 23:46:39,886 DEBUG:	On node 0, zone Normal: 7424 pages in unavailable ranges
2024-02-16 23:46:39,886 DEBUG:	ACPI: PM-Timer IO Port: 0x408
2024-02-16 23:46:39,886 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
2024-02-16 23:46:39,886 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
2024-02-16 23:46:39,886 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
2024-02-16 23:46:39,886 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
2024-02-16 23:46:39,886 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
2024-02-16 23:46:39,886 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
2024-02-16 23:46:39,886 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
2024-02-16 23:46:39,886 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
2024-02-16 23:46:39,886 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
2024-02-16 23:46:39,886 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
2024-02-16 23:46:39,886 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
2024-02-16 23:46:39,886 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
2024-02-16 23:46:39,886 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
2024-02-16 23:46:39,886 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
2024-02-16 23:46:39,886 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
2024-02-16 23:46:39,886 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
2024-02-16 23:46:39,886 DEBUG:	IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
2024-02-16 23:46:39,886 DEBUG:	IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
2024-02-16 23:46:39,886 DEBUG:	ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
2024-02-16 23:46:39,886 DEBUG:	ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
2024-02-16 23:46:39,886 DEBUG:	ACPI: Using ACPI (MADT) for SMP configuration information
2024-02-16 23:46:39,886 DEBUG:	ACPI: HPET id: 0x10228210 base: 0xfed00000
2024-02-16 23:46:39,886 DEBUG:	e820: update [mem 0x4b835000-0x4b883fff] usable ==> reserved
2024-02-16 23:46:39,886 DEBUG:	smpboot: Allowing 16 CPUs, 0 hotplug CPUs
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f3bfff]
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x40492000-0x40492fff]
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x40496000-0x40496fff]
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x42360000-0x4455ffff]
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x44569000-0x4456cfff]
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x4456f000-0x4456ffff]
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x4b835000-0x4b883fff]
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x4d16b000-0x4d16bfff]
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x5077f000-0x52f7efff]
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x52f7f000-0x5af7efff]
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x5af7f000-0x5affefff]
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x5b000000-0x5bffffff]
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x5c000000-0x5d78ffff]
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x5d790000-0x5d7effff]
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x5d7f0000-0x5d7f4fff]
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x5d7f5000-0x5fffffff]
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x60000000-0xfed7ffff]
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
2024-02-16 23:46:39,886 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xffffffff]
2024-02-16 23:46:39,886 DEBUG:	[mem 0x60000000-0xfed7ffff] available for PCI devices
2024-02-16 23:46:39,886 DEBUG:	Booting paravirtualized kernel on bare hardware
2024-02-16 23:46:39,886 DEBUG:	clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
2024-02-16 23:46:39,886 DEBUG:	setup_percpu: NR_CPUS:384 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
2024-02-16 23:46:39,886 DEBUG:	percpu: Embedded 84 pages/cpu s221184 r8192 d114688 u524288
2024-02-16 23:46:39,886 DEBUG:	pcpu-alloc: s221184 r8192 d114688 u524288 alloc=1*2097152
2024-02-16 23:46:39,886 DEBUG:	pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
2024-02-16 23:46:39,886 DEBUG:	pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15 
2024-02-16 23:46:39,886 DEBUG:	Kernel command line: initrd=\efi\nixos\192wlpsshd9mb14qkmigj0h1z7lc4483-initrd-linux-6.8-rc4-initrd.efi init=/nix/store/xaz3kg2wpc4jwys8wjjggdc0j7jplbxn-nixos-system-framenix-23.11.20240211.809cca7/init amd_pstate=active amdgpu.sg_display=0 amd_pstate=active amdgpu.abmlevel=1 splash loglevel=4
2024-02-16 23:46:39,886 DEBUG:	Unknown kernel command line parameters "splash", will be passed to user space.
2024-02-16 23:46:39,886 DEBUG:	Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
2024-02-16 23:46:39,886 DEBUG:	Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
2024-02-16 23:46:39,886 DEBUG:	Fallback order for Node 0: 0 
2024-02-16 23:46:39,886 DEBUG:	Built 1 zonelists, mobility grouping on.  Total pages: 3920170
2024-02-16 23:46:39,886 DEBUG:	Policy zone: Normal
2024-02-16 23:46:39,886 DEBUG:	mem auto-init: stack:all(zero), heap alloc:off, heap free:off
2024-02-16 23:46:39,886 DEBUG:	software IO TLB: area num 16.
2024-02-16 23:46:39,886 DEBUG:	Memory: 15411736K/15930228K available (14336K kernel code, 2321K rwdata, 9464K rodata, 3008K init, 2880K bss, 518232K reserved, 0K cma-reserved)
2024-02-16 23:46:39,886 DEBUG:	SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
2024-02-16 23:46:39,886 DEBUG:	ftrace: allocating 40393 entries in 158 pages
2024-02-16 23:46:39,886 DEBUG:	ftrace: allocated 158 pages with 5 groups
2024-02-16 23:46:39,886 DEBUG:	Dynamic Preempt: voluntary
2024-02-16 23:46:39,886 DEBUG:	rcu: Preemptible hierarchical RCU implementation.
2024-02-16 23:46:39,886 DEBUG:	rcu: 	RCU event tracing is enabled.
2024-02-16 23:46:39,886 DEBUG:	rcu: 	RCU restricting CPUs from NR_CPUS=384 to nr_cpu_ids=16.
2024-02-16 23:46:39,886 DEBUG:		Trampoline variant of Tasks RCU enabled.
2024-02-16 23:46:39,886 DEBUG:		Rude variant of Tasks RCU enabled.
2024-02-16 23:46:39,886 DEBUG:		Tracing variant of Tasks RCU enabled.
2024-02-16 23:46:39,886 DEBUG:	rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
2024-02-16 23:46:39,886 DEBUG:	rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
2024-02-16 23:46:39,886 DEBUG:	NR_IRQS: 24832, nr_irqs: 1096, preallocated irqs: 16
2024-02-16 23:46:39,886 DEBUG:	rcu: srcu_init: Setting srcu_struct sizes based on contention.
2024-02-16 23:46:39,886 DEBUG:	Console: colour dummy device 80x25
2024-02-16 23:46:39,887 DEBUG:	printk: legacy console [tty0] enabled
2024-02-16 23:46:39,887 DEBUG:	ACPI: Core revision 20230628
2024-02-16 23:46:39,887 DEBUG:	clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
2024-02-16 23:46:39,887 DEBUG:	APIC: Switch to symmetric I/O mode setup
2024-02-16 23:46:39,887 DEBUG:	AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
2024-02-16 23:46:39,887 DEBUG:	AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
2024-02-16 23:46:39,887 DEBUG:	AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
2024-02-16 23:46:39,887 DEBUG:	AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
2024-02-16 23:46:39,887 DEBUG:	AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x0
2024-02-16 23:46:39,887 DEBUG:	x2apic: IRQ remapping doesn't support X2APIC mode
2024-02-16 23:46:39,887 DEBUG:	APIC: Switched APIC routing to: physical flat
2024-02-16 23:46:39,887 DEBUG:	..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
2024-02-16 23:46:39,887 DEBUG:	clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2f79bff11a6, max_idle_ns: 440795210885 ns
2024-02-16 23:46:39,887 DEBUG:	Calibrating delay loop (skipped), value calculated using timer frequency.. 6587.23 BogoMIPS (lpj=3293619)
2024-02-16 23:46:39,887 DEBUG:	x86/cpu: User Mode Instruction Prevention (UMIP) activated
2024-02-16 23:46:39,887 DEBUG:	LVT offset 1 assigned for vector 0xf9
2024-02-16 23:46:39,887 DEBUG:	LVT offset 2 assigned for vector 0xf4
2024-02-16 23:46:39,887 DEBUG:	process: using mwait in idle threads
2024-02-16 23:46:39,887 DEBUG:	Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
2024-02-16 23:46:39,887 DEBUG:	Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
2024-02-16 23:46:39,887 DEBUG:	Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
2024-02-16 23:46:39,887 DEBUG:	Spectre V2 : Mitigation: Enhanced / Automatic IBRS
2024-02-16 23:46:39,887 DEBUG:	Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
2024-02-16 23:46:39,887 DEBUG:	Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
2024-02-16 23:46:39,887 DEBUG:	Spectre V2 : User space: Mitigation: STIBP always-on protection
2024-02-16 23:46:39,887 DEBUG:	Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
2024-02-16 23:46:39,887 DEBUG:	Speculative Return Stack Overflow: IBPB-extending microcode not applied!
2024-02-16 23:46:39,887 DEBUG:	Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options.
2024-02-16 23:46:39,887 DEBUG:	Speculative Return Stack Overflow: Vulnerable: Safe RET, no microcode
2024-02-16 23:46:39,887 DEBUG:	x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
2024-02-16 23:46:39,887 DEBUG:	x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
2024-02-16 23:46:39,887 DEBUG:	x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
2024-02-16 23:46:39,887 DEBUG:	x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
2024-02-16 23:46:39,887 DEBUG:	x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
2024-02-16 23:46:39,887 DEBUG:	x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
2024-02-16 23:46:39,887 DEBUG:	x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
2024-02-16 23:46:39,887 DEBUG:	x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
2024-02-16 23:46:39,887 DEBUG:	x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
2024-02-16 23:46:39,887 DEBUG:	x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
2024-02-16 23:46:39,887 DEBUG:	x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
2024-02-16 23:46:39,887 DEBUG:	x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
2024-02-16 23:46:39,887 DEBUG:	x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
2024-02-16 23:46:39,887 DEBUG:	x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]:   16
2024-02-16 23:46:39,887 DEBUG:	x86/fpu: Enabled xstate features 0xae7, context size is 2456 bytes, using 'compacted' format.
2024-02-16 23:46:39,887 DEBUG:	Freeing SMP alternatives memory: 36K
2024-02-16 23:46:39,887 DEBUG:	pid_max: default: 32768 minimum: 301
2024-02-16 23:46:39,887 DEBUG:	LSM: initializing lsm=capability,landlock,yama,selinux,bpf,integrity
2024-02-16 23:46:39,887 DEBUG:	landlock: Up and running.
2024-02-16 23:46:39,887 DEBUG:	Yama: becoming mindful.
2024-02-16 23:46:39,887 DEBUG:	SELinux:  Initializing.
2024-02-16 23:46:39,887 DEBUG:	LSM support for eBPF active
2024-02-16 23:46:39,887 DEBUG:	Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
2024-02-16 23:46:39,887 DEBUG:	Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
2024-02-16 23:46:39,887 DEBUG:	smpboot: CPU0: AMD Ryzen 7 7840U w/ Radeon  780M Graphics (family: 0x19, model: 0x74, stepping: 0x1)
2024-02-16 23:46:39,887 DEBUG:	RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
2024-02-16 23:46:39,887 DEBUG:	RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
2024-02-16 23:46:39,887 DEBUG:	RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
2024-02-16 23:46:39,887 DEBUG:	Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
2024-02-16 23:46:39,887 DEBUG:	... version:                2
2024-02-16 23:46:39,887 DEBUG:	... bit width:              48
2024-02-16 23:46:39,887 DEBUG:	... generic registers:      6
2024-02-16 23:46:39,887 DEBUG:	... value mask:             0000ffffffffffff
2024-02-16 23:46:39,887 DEBUG:	... max period:             00007fffffffffff
2024-02-16 23:46:39,887 DEBUG:	... fixed-purpose events:   0
2024-02-16 23:46:39,887 DEBUG:	... event mask:             000000000000003f
2024-02-16 23:46:39,887 DEBUG:	signal: max sigframe size: 3376
2024-02-16 23:46:39,887 DEBUG:	rcu: Hierarchical SRCU implementation.
2024-02-16 23:46:39,887 DEBUG:	rcu: 	Max phase no-delay instances is 400.
2024-02-16 23:46:39,887 DEBUG:	smp: Bringing up secondary CPUs ...
2024-02-16 23:46:39,887 DEBUG:	smpboot: x86: Booting SMP configuration:
2024-02-16 23:46:39,887 DEBUG:	.... node  #0, CPUs:        #2  #4  #6  #8 #10 #12 #14  #1  #3  #5  #7  #9 #11 #13 #15
2024-02-16 23:46:39,887 DEBUG:	Spectre V2 : Update user space SMT mitigation: STIBP always-on
2024-02-16 23:46:39,887 DEBUG:	smp: Brought up 1 node, 16 CPUs
2024-02-16 23:46:39,887 DEBUG:	smpboot: Max logical packages: 1
2024-02-16 23:46:39,887 DEBUG:	smpboot: Total of 16 processors activated (105395.80 BogoMIPS)
2024-02-16 23:46:39,887 DEBUG:	devtmpfs: initialized
2024-02-16 23:46:39,887 DEBUG:	x86/mm: Memory block size: 128MB
2024-02-16 23:46:39,887 DEBUG:	ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f3bfff] (245760 bytes)
2024-02-16 23:46:39,887 DEBUG:	ACPI: PM: Registering ACPI NVS region [mem 0x52f7f000-0x5af7efff] (134217728 bytes)
2024-02-16 23:46:39,887 DEBUG:	clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
2024-02-16 23:46:39,887 DEBUG:	futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
2024-02-16 23:46:39,887 DEBUG:	pinctrl core: initialized pinctrl subsystem
2024-02-16 23:46:39,887 DEBUG:	NET: Registered PF_NETLINK/PF_ROUTE protocol family
2024-02-16 23:46:39,887 DEBUG:	DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
2024-02-16 23:46:39,887 DEBUG:	DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
2024-02-16 23:46:39,887 DEBUG:	DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
2024-02-16 23:46:39,887 DEBUG:	audit: initializing netlink subsys (disabled)
2024-02-16 23:46:39,887 DEBUG:	audit: type=2000 audit(1708123099.154:1): state=initialized audit_enabled=0 res=1
2024-02-16 23:46:39,887 DEBUG:	thermal_sys: Registered thermal governor 'bang_bang'
2024-02-16 23:46:39,887 DEBUG:	thermal_sys: Registered thermal governor 'step_wise'
2024-02-16 23:46:39,887 DEBUG:	thermal_sys: Registered thermal governor 'user_space'
2024-02-16 23:46:39,887 DEBUG:	cpuidle: using governor menu
2024-02-16 23:46:39,887 DEBUG:	Simple Boot Flag at 0x44 set to 0x1
2024-02-16 23:46:39,887 DEBUG:	acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
2024-02-16 23:46:39,887 DEBUG:	PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
2024-02-16 23:46:39,887 DEBUG:	PCI: not using ECAM ([mem 0xe0000000-0xefffffff] not reserved)
2024-02-16 23:46:39,887 DEBUG:	PCI: Using configuration type 1 for base access
2024-02-16 23:46:39,887 DEBUG:	PCI: Using configuration type 1 for extended access
2024-02-16 23:46:39,887 DEBUG:	kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
2024-02-16 23:46:39,887 DEBUG:	HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
2024-02-16 23:46:39,887 DEBUG:	HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
2024-02-16 23:46:39,887 DEBUG:	HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
2024-02-16 23:46:39,887 DEBUG:	HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
2024-02-16 23:46:39,887 DEBUG:	ACPI: Added _OSI(Module Device)
2024-02-16 23:46:39,887 DEBUG:	ACPI: Added _OSI(Processor Device)
2024-02-16 23:46:39,887 DEBUG:	ACPI: Added _OSI(3.0 _SCP Extensions)
2024-02-16 23:46:39,888 DEBUG:	ACPI: Added _OSI(Processor Aggregator Device)
2024-02-16 23:46:39,888 DEBUG:	ACPI: 27 ACPI AML tables successfully acquired and loaded
2024-02-16 23:46:39,888 DEBUG:	ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
2024-02-16 23:46:39,888 DEBUG:	ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
2024-02-16 23:46:39,888 DEBUG:	ACPI: _OSC evaluation for CPUs failed, trying _PDC
2024-02-16 23:46:39,888 DEBUG:	ACPI: EC: EC started
2024-02-16 23:46:39,888 DEBUG:	ACPI: EC: interrupt blocked
2024-02-16 23:46:39,888 DEBUG:	ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
2024-02-16 23:46:39,888 DEBUG:	ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
2024-02-16 23:46:39,888 DEBUG:	ACPI: Interpreter enabled
2024-02-16 23:46:39,888 DEBUG:	ACPI: PM: (supports S0 S4 S5)
2024-02-16 23:46:39,888 DEBUG:	ACPI: Using IOAPIC for interrupt routing
2024-02-16 23:46:39,888 DEBUG:	PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
2024-02-16 23:46:39,888 DEBUG:	PCI: [Firmware Info]: ECAM [mem 0xe0000000-0xefffffff] not reserved in ACPI motherboard resources
2024-02-16 23:46:39,888 DEBUG:	PCI: not using ECAM ([mem 0xe0000000-0xefffffff] not reserved)
2024-02-16 23:46:39,888 DEBUG:	PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
2024-02-16 23:46:39,888 DEBUG:	PCI: Ignoring E820 reservations for host bridge windows
2024-02-16 23:46:39,888 DEBUG:	ACPI: Enabled 3 GPEs in block 00 to 1F
2024-02-16 23:46:39,888 DEBUG:	ACPI: \_SB_.PCI0.GPP8.P0NV: New power resource
2024-02-16 23:46:39,888 DEBUG:	ACPI: \_SB_.PCI0.GP11.PWRS: New power resource
2024-02-16 23:46:39,888 DEBUG:	ACPI: \_SB_.PCI0.GP11.SWUS.PWRS: New power resource
2024-02-16 23:46:39,888 DEBUG:	ACPI: \_SB_.PCI0.GP12.PWRS: New power resource
2024-02-16 23:46:39,888 DEBUG:	ACPI: \_SB_.PCI0.GP12.SWUS.PWRS: New power resource
2024-02-16 23:46:39,888 DEBUG:	ACPI: \_SB_.PCI0.GP17.PWRS: New power resource
2024-02-16 23:46:39,888 DEBUG:	ACPI: \_SB_.PCI0.GP17.VGA_.PWRS: New power resource
2024-02-16 23:46:39,888 DEBUG:	ACPI: \_SB_.PCI0.GP17.ACP_.PWRS: New power resource
2024-02-16 23:46:39,888 DEBUG:	ACPI: \_SB_.PCI0.GP17.AZAL.PWRS: New power resource
2024-02-16 23:46:39,888 DEBUG:	ACPI: \_SB_.PCI0.GP17.HDAU.PWRS: New power resource
2024-02-16 23:46:39,888 DEBUG:	ACPI: \_SB_.PCI0.GP17.XHC0.PWRS: New power resource
2024-02-16 23:46:39,888 DEBUG:	ACPI: \_SB_.PCI0.GP17.XHC1.PWRS: New power resource
2024-02-16 23:46:39,888 DEBUG:	ACPI: \_SB_.PCI0.GP19.XHC2.PWRS: New power resource
2024-02-16 23:46:39,888 DEBUG:	ACPI: \_SB_.PCI0.GP19.NHI0.PWRS: New power resource
2024-02-16 23:46:39,888 DEBUG:	ACPI: \_SB_.PCI0.GP19.XHC3.PWRS: New power resource
2024-02-16 23:46:39,888 DEBUG:	ACPI: \_SB_.PCI0.GP19.NHI1.PWRS: New power resource
2024-02-16 23:46:39,888 DEBUG:	ACPI: \_SB_.PCI0.GP19.XHC4.PWRS: New power resource
2024-02-16 23:46:39,888 DEBUG:	ACPI: \_SB_.PRWL: New power resource
2024-02-16 23:46:39,888 DEBUG:	ACPI: \_SB_.PRWB: New power resource
2024-02-16 23:46:39,888 DEBUG:	ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
2024-02-16 23:46:39,888 DEBUG:	acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2024-02-16 23:46:39,888 DEBUG:	acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2024-02-16 23:46:39,888 DEBUG:	PCI host bridge to bus 0000:00
2024-02-16 23:46:39,888 DEBUG:	pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
2024-02-16 23:46:39,888 DEBUG:	pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
2024-02-16 23:46:39,888 DEBUG:	pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
2024-02-16 23:46:39,888 DEBUG:	pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cffff window]
2024-02-16 23:46:39,888 DEBUG:	pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
2024-02-16 23:46:39,888 DEBUG:	pci_bus 0000:00: root bus resource [mem 0x60000000-0x90bfffff window]
2024-02-16 23:46:39,888 DEBUG:	pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfec00000 window]
2024-02-16 23:46:39,888 DEBUG:	pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfed814ff window]
2024-02-16 23:46:39,888 DEBUG:	pci_bus 0000:00: root bus resource [mem 0xfed81900-0xfed81fff window]
2024-02-16 23:46:39,888 DEBUG:	pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc0fff window]
2024-02-16 23:46:39,888 DEBUG:	pci_bus 0000:00: root bus resource [mem 0xfedc6000-0xfedc6fff window]
2024-02-16 23:46:39,888 DEBUG:	pci_bus 0000:00: root bus resource [mem 0x4c0200000-0x7d1fffffff window]
2024-02-16 23:46:39,888 DEBUG:	pci_bus 0000:00: root bus resource [bus 00-ff]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:00.0: [1022:14e8] type 00 class 0x060000 conventional PCI endpoint
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:00.2: [1022:14e9] type 00 class 0x080600 conventional PCI endpoint
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:01.0: [1022:14ea] type 00 class 0x060000 conventional PCI endpoint
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:02.0: [1022:14ea] type 00 class 0x060000 conventional PCI endpoint
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:02.2: [1022:14ee] type 01 class 0x060400 PCIe Root Port
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:02.2: PCI bridge to [bus 01]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:02.2:   bridge window [mem 0x90b00000-0x90bfffff]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:02.2:   bridge window [mem 0x7c10900000-0x7c109fffff 64bit pref]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:02.4: [1022:14ee] type 01 class 0x060400 PCIe Root Port
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:02.4: PCI bridge to [bus 02]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:02.4:   bridge window [mem 0x90a00000-0x90afffff]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:03.0: [1022:14ea] type 00 class 0x060000 conventional PCI endpoint
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:03.1: [1022:14ef] type 01 class 0x060400 PCIe Root Port
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:03.1: PCI bridge to [bus 03-61]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:03.1:   bridge window [io  0x6000-0x9fff]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:03.1:   bridge window [mem 0x78000000-0x8fffffff]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:03.1:   bridge window [mem 0x6c00000000-0x7bffffffff 64bit pref]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:04.0: [1022:14ea] type 00 class 0x060000 conventional PCI endpoint
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:04.1: [1022:14ef] type 01 class 0x060400 PCIe Root Port
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:04.1: PCI bridge to [bus 62-c0]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:04.1:   bridge window [io  0x2000-0x5fff]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:04.1:   bridge window [mem 0x60000000-0x77ffffff]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:04.1:   bridge window [mem 0x5c00000000-0x6bffffffff 64bit pref]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:04.1: PME# supported from D0 D3hot D3cold
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:08.0: [1022:14ea] type 00 class 0x060000 conventional PCI endpoint
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:08.1: [1022:14eb] type 01 class 0x060400 PCIe Root Port
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:08.1: PCI bridge to [bus c1]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:08.1:   bridge window [mem 0x90000000-0x905fffff]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:08.1:   bridge window [mem 0x7c00000000-0x7c107fffff 64bit pref]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:08.1: enabling Extended Tags
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:08.2: [1022:14eb] type 01 class 0x060400 PCIe Root Port
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:08.2: PCI bridge to [bus c2]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:08.2:   bridge window [mem 0x90900000-0x909fffff]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:08.2:   bridge window [mem 0x7c10800000-0x7c108fffff 64bit pref]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:08.2: enabling Extended Tags
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:08.3: [1022:14eb] type 01 class 0x060400 PCIe Root Port
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:08.3: PCI bridge to [bus c3]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:08.3:   bridge window [mem 0x90600000-0x908fffff]
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:08.3: enabling Extended Tags
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:18.0: [1022:14f0] type 00 class 0x060000 conventional PCI endpoint
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:18.1: [1022:14f1] type 00 class 0x060000 conventional PCI endpoint
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:18.2: [1022:14f2] type 00 class 0x060000 conventional PCI endpoint
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:18.3: [1022:14f3] type 00 class 0x060000 conventional PCI endpoint
2024-02-16 23:46:39,888 DEBUG:	pci 0000:00:18.4: [1022:14f4] type 00 class 0x060000 conventional PCI endpoint
2024-02-16 23:46:39,889 DEBUG:	pci 0000:00:18.5: [1022:14f5] type 00 class 0x060000 conventional PCI endpoint
2024-02-16 23:46:39,889 DEBUG:	pci 0000:00:18.6: [1022:14f6] type 00 class 0x060000 conventional PCI endpoint
2024-02-16 23:46:39,889 DEBUG:	pci 0000:00:18.7: [1022:14f7] type 00 class 0x060000 conventional PCI endpoint
2024-02-16 23:46:39,889 DEBUG:	pci 0000:01:00.0: [14c3:0616] type 00 class 0x028000 PCIe Endpoint
2024-02-16 23:46:39,889 DEBUG:	pci 0000:01:00.0: BAR 0 [mem 0x7c10900000-0x7c109fffff 64bit pref]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:01:00.0: BAR 2 [mem 0x90b00000-0x90b07fff 64bit]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
2024-02-16 23:46:39,889 DEBUG:	pci 0000:00:02.2: PCI bridge to [bus 01]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:02:00.0: [15b7:5017] type 00 class 0x010802 PCIe Endpoint
2024-02-16 23:46:39,889 DEBUG:	pci 0000:02:00.0: BAR 0 [mem 0x90a00000-0x90a03fff 64bit]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:00:02.4: PCI bridge to [bus 02]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:00:03.1: PCI bridge to [bus 03-61]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:00:04.1: PCI bridge to [bus 62-c0]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.0: [1002:15bf] type 00 class 0x030000 PCIe Legacy Endpoint
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.0: BAR 0 [mem 0x7c00000000-0x7c0fffffff 64bit pref]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.0: BAR 2 [mem 0x90000000-0x901fffff 64bit pref]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.0: BAR 4 [io  0x1000-0x10ff]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.0: BAR 5 [mem 0x90500000-0x9057ffff]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.0: enabling Extended Tags
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.0: BAR 0: assigned to efifb
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.0: PME# supported from D1 D2 D3hot D3cold
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.1: [1002:1640] type 00 class 0x040300 PCIe Legacy Endpoint
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.1: BAR 0 [mem 0x905c8000-0x905cbfff]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.1: enabling Extended Tags
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.1: PME# supported from D1 D2 D3hot D3cold
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.2: [1022:15c7] type 00 class 0x108000 PCIe Endpoint
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.2: BAR 2 [mem 0x90400000-0x904fffff]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.2: BAR 5 [mem 0x905cc000-0x905cdfff]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.2: enabling Extended Tags
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.3: [1022:15b9] type 00 class 0x0c0330 PCIe Endpoint
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.3: BAR 0 [mem 0x90200000-0x902fffff 64bit]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.3: enabling Extended Tags
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.3: PME# supported from D0 D3hot D3cold
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.4: [1022:15ba] type 00 class 0x0c0330 PCIe Endpoint
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.4: BAR 0 [mem 0x90300000-0x903fffff 64bit]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.4: enabling Extended Tags
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.4: PME# supported from D0 D3hot D3cold
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.5: [1022:15e2] type 00 class 0x048000 PCIe Endpoint
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.5: BAR 0 [mem 0x90580000-0x905bffff]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.5: BAR 2 [mem 0x7c10000000-0x7c107fffff 64bit pref]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.5: enabling Extended Tags
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.5: PME# supported from D0 D3hot D3cold
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.6: BAR 0 [mem 0x905c0000-0x905c7fff]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.6: enabling Extended Tags
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c1:00.6: PME# supported from D0 D3hot D3cold
2024-02-16 23:46:39,889 DEBUG:	pci 0000:00:08.1: PCI bridge to [bus c1]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c2:00.0: [1022:14ec] type 00 class 0x130000 PCIe Endpoint
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c2:00.0: enabling Extended Tags
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c2:00.0: PME# supported from D3hot D3cold
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c2:00.1: [1022:1502] type 00 class 0x118000 PCIe Endpoint
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c2:00.1: BAR 0 [mem 0x90900000-0x9097ffff]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c2:00.1: BAR 1 [mem 0x909c0000-0x909c1fff]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c2:00.1: BAR 2 [mem 0x7c10800000-0x7c1083ffff 64bit pref]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c2:00.1: BAR 4 [mem 0x90980000-0x909bffff]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c2:00.1: enabling Extended Tags
2024-02-16 23:46:39,889 DEBUG:	pci 0000:00:08.2: PCI bridge to [bus c2]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c3:00.0: [1022:14ec] type 00 class 0x130000 PCIe Endpoint
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c3:00.0: enabling Extended Tags
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c3:00.3: [1022:15c0] type 00 class 0x0c0330 PCIe Endpoint
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c3:00.3: BAR 0 [mem 0x90600000-0x906fffff 64bit]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c3:00.3: enabling Extended Tags
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c3:00.3: PME# supported from D0 D3hot D3cold
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c3:00.4: [1022:15c1] type 00 class 0x0c0330 PCIe Endpoint
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c3:00.4: BAR 0 [mem 0x90700000-0x907fffff 64bit]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c3:00.4: enabling Extended Tags
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c3:00.4: PME# supported from D0 D3hot D3cold
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c3:00.5: [1022:1668] type 00 class 0x0c0340 PCIe Endpoint
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c3:00.5: BAR 0 [mem 0x90800000-0x9087ffff 64bit]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c3:00.5: Max Payload Size set to 128 (was 256, max 256)
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c3:00.5: enabling Extended Tags
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c3:00.5: PME# supported from D0 D3hot D3cold
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c3:00.6: [1022:1669] type 00 class 0x0c0340 PCIe Endpoint
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c3:00.6: BAR 0 [mem 0x90880000-0x908fffff 64bit]
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c3:00.6: Max Payload Size set to 128 (was 256, max 256)
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c3:00.6: enabling Extended Tags
2024-02-16 23:46:39,889 DEBUG:	pci 0000:c3:00.6: PME# supported from D0 D3hot D3cold
2024-02-16 23:46:39,889 DEBUG:	pci 0000:00:08.3: PCI bridge to [bus c3]
2024-02-16 23:46:39,889 DEBUG:	ACPI: PCI: Interrupt link LNKA configured for IRQ 0
2024-02-16 23:46:39,889 DEBUG:	ACPI: PCI: Interrupt link LNKA disabled
2024-02-16 23:46:39,889 DEBUG:	ACPI: PCI: Interrupt link LNKB configured for IRQ 0
2024-02-16 23:46:39,889 DEBUG:	ACPI: PCI: Interrupt link LNKB disabled
2024-02-16 23:46:39,889 DEBUG:	ACPI: PCI: Interrupt link LNKC configured for IRQ 0
2024-02-16 23:46:39,889 DEBUG:	ACPI: PCI: Interrupt link LNKC disabled
2024-02-16 23:46:39,889 DEBUG:	ACPI: PCI: Interrupt link LNKD configured for IRQ 0
2024-02-16 23:46:39,889 DEBUG:	ACPI: PCI: Interrupt link LNKD disabled
2024-02-16 23:46:39,889 DEBUG:	ACPI: PCI: Interrupt link LNKE configured for IRQ 0
2024-02-16 23:46:39,889 DEBUG:	ACPI: PCI: Interrupt link LNKE disabled
2024-02-16 23:46:39,889 DEBUG:	ACPI: PCI: Interrupt link LNKF configured for IRQ 0
2024-02-16 23:46:39,889 DEBUG:	ACPI: PCI: Interrupt link LNKF disabled
2024-02-16 23:46:39,889 DEBUG:	ACPI: PCI: Interrupt link LNKG configured for IRQ 0
2024-02-16 23:46:39,889 DEBUG:	ACPI: PCI: Interrupt link LNKG disabled
2024-02-16 23:46:39,889 DEBUG:	ACPI: PCI: Interrupt link LNKH configured for IRQ 0
2024-02-16 23:46:39,889 DEBUG:	ACPI: PCI: Interrupt link LNKH disabled
2024-02-16 23:46:39,889 DEBUG:	Low-power S0 idle used by default for system suspend
2024-02-16 23:46:39,889 DEBUG:	ACPI: EC: interrupt unblocked
2024-02-16 23:46:39,889 DEBUG:	ACPI: EC: event unblocked
2024-02-16 23:46:39,889 DEBUG:	ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
2024-02-16 23:46:39,889 DEBUG:	ACPI: EC: GPE=0xb
2024-02-16 23:46:39,889 DEBUG:	ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
2024-02-16 23:46:39,889 DEBUG:	ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
2024-02-16 23:46:39,889 DEBUG:	iommu: Default domain type: Translated
2024-02-16 23:46:39,889 DEBUG:	iommu: DMA domain TLB invalidation policy: lazy mode
2024-02-16 23:46:39,889 DEBUG:	efivars: Registered efivars operations
2024-02-16 23:46:39,889 DEBUG:	NetLabel: Initializing
2024-02-16 23:46:39,890 DEBUG:	NetLabel:  domain hash size = 128
2024-02-16 23:46:39,890 DEBUG:	NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
2024-02-16 23:46:39,890 DEBUG:	NetLabel:  unlabeled traffic allowed by default
2024-02-16 23:46:39,890 DEBUG:	PCI: Using ACPI for IRQ routing
2024-02-16 23:46:39,890 DEBUG:	PCI: pci_cache_line_size set to 64 bytes
2024-02-16 23:46:39,890 DEBUG:	e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
2024-02-16 23:46:39,890 DEBUG:	e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
2024-02-16 23:46:39,890 DEBUG:	e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
2024-02-16 23:46:39,890 DEBUG:	e820: reserve RAM buffer [mem 0x40492018-0x43ffffff]
2024-02-16 23:46:39,890 DEBUG:	e820: reserve RAM buffer [mem 0x42360000-0x43ffffff]
2024-02-16 23:46:39,890 DEBUG:	e820: reserve RAM buffer [mem 0x44569000-0x47ffffff]
2024-02-16 23:46:39,890 DEBUG:	e820: reserve RAM buffer [mem 0x4456f000-0x47ffffff]
2024-02-16 23:46:39,890 DEBUG:	e820: reserve RAM buffer [mem 0x4b835000-0x4bffffff]
2024-02-16 23:46:39,890 DEBUG:	e820: reserve RAM buffer [mem 0x4d16b000-0x4fffffff]
2024-02-16 23:46:39,890 DEBUG:	e820: reserve RAM buffer [mem 0x5077f000-0x53ffffff]
2024-02-16 23:46:39,890 DEBUG:	e820: reserve RAM buffer [mem 0x5b000000-0x5bffffff]
2024-02-16 23:46:39,890 DEBUG:	e820: reserve RAM buffer [mem 0x47e300000-0x47fffffff]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:c1:00.0: vgaarb: setting as boot VGA device
2024-02-16 23:46:39,890 DEBUG:	pci 0000:c1:00.0: vgaarb: bridge control possible
2024-02-16 23:46:39,890 DEBUG:	pci 0000:c1:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
2024-02-16 23:46:39,890 DEBUG:	vgaarb: loaded
2024-02-16 23:46:39,890 DEBUG:	hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
2024-02-16 23:46:39,890 DEBUG:	hpet0: 3 comparators, 32-bit 14.318180 MHz counter
2024-02-16 23:46:39,890 DEBUG:	clocksource: Switched to clocksource tsc-early
2024-02-16 23:46:39,890 DEBUG:	VFS: Disk quotas dquot_6.6.0
2024-02-16 23:46:39,890 DEBUG:	VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
2024-02-16 23:46:39,890 DEBUG:	pnp: PnP ACPI init
2024-02-16 23:46:39,890 DEBUG:	system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
2024-02-16 23:46:39,890 DEBUG:	system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
2024-02-16 23:46:39,890 DEBUG:	system 00:02: [io  0x0400-0x04cf] has been reserved
2024-02-16 23:46:39,890 DEBUG:	system 00:02: [io  0x04d0-0x04d1] has been reserved
2024-02-16 23:46:39,890 DEBUG:	system 00:02: [io  0x04d6] has been reserved
2024-02-16 23:46:39,890 DEBUG:	system 00:02: [io  0x0c00-0x0c01] has been reserved
2024-02-16 23:46:39,890 DEBUG:	system 00:02: [io  0x0c14] has been reserved
2024-02-16 23:46:39,890 DEBUG:	system 00:02: [io  0x0c50-0x0c52] has been reserved
2024-02-16 23:46:39,890 DEBUG:	system 00:02: [io  0x0c6c] has been reserved
2024-02-16 23:46:39,890 DEBUG:	system 00:02: [io  0x0c6f] has been reserved
2024-02-16 23:46:39,890 DEBUG:	system 00:02: [io  0x0cd0-0x0cdb] has been reserved
2024-02-16 23:46:39,890 DEBUG:	system 00:03: [mem 0x000e0000-0x000fffff] could not be reserved
2024-02-16 23:46:39,890 DEBUG:	system 00:03: [mem 0xfe000000-0xffffffff] could not be reserved
2024-02-16 23:46:39,890 DEBUG:	pnp: PnP ACPI: found 5 devices
2024-02-16 23:46:39,890 DEBUG:	clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
2024-02-16 23:46:39,890 DEBUG:	NET: Registered PF_INET protocol family
2024-02-16 23:46:39,890 DEBUG:	IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
2024-02-16 23:46:39,890 DEBUG:	tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
2024-02-16 23:46:39,890 DEBUG:	Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
2024-02-16 23:46:39,890 DEBUG:	TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
2024-02-16 23:46:39,890 DEBUG:	TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
2024-02-16 23:46:39,890 DEBUG:	TCP: Hash tables configured (established 131072 bind 65536)
2024-02-16 23:46:39,890 DEBUG:	MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
2024-02-16 23:46:39,890 DEBUG:	UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
2024-02-16 23:46:39,890 DEBUG:	UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
2024-02-16 23:46:39,890 DEBUG:	NET: Registered PF_UNIX/PF_LOCAL protocol family
2024-02-16 23:46:39,890 DEBUG:	NET: Registered PF_XDP protocol family
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:02.2: PCI bridge to [bus 01]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:02.2:   bridge window [mem 0x90b00000-0x90bfffff]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:02.2:   bridge window [mem 0x7c10900000-0x7c109fffff 64bit pref]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:02.4: PCI bridge to [bus 02]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:02.4:   bridge window [mem 0x90a00000-0x90afffff]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:03.1: PCI bridge to [bus 03-61]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:03.1:   bridge window [io  0x6000-0x9fff]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:03.1:   bridge window [mem 0x78000000-0x8fffffff]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:03.1:   bridge window [mem 0x6c00000000-0x7bffffffff 64bit pref]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:04.1: PCI bridge to [bus 62-c0]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:04.1:   bridge window [io  0x2000-0x5fff]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:04.1:   bridge window [mem 0x60000000-0x77ffffff]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:04.1:   bridge window [mem 0x5c00000000-0x6bffffffff 64bit pref]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:08.1: PCI bridge to [bus c1]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:08.1:   bridge window [mem 0x90000000-0x905fffff]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:08.1:   bridge window [mem 0x7c00000000-0x7c107fffff 64bit pref]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:08.2: PCI bridge to [bus c2]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:08.2:   bridge window [mem 0x90900000-0x909fffff]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:08.2:   bridge window [mem 0x7c10800000-0x7c108fffff 64bit pref]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:08.3: PCI bridge to [bus c3]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:08.3:   bridge window [mem 0x90600000-0x908fffff]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cffff window]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:00: resource 9 [mem 0x60000000-0x90bfffff window]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:00: resource 10 [mem 0xf0000000-0xfec00000 window]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:00: resource 11 [mem 0xfed45000-0xfed814ff window]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:00: resource 12 [mem 0xfed81900-0xfed81fff window]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:00: resource 13 [mem 0xfedc0000-0xfedc0fff window]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:00: resource 14 [mem 0xfedc6000-0xfedc6fff window]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:00: resource 15 [mem 0x4c0200000-0x7d1fffffff window]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:01: resource 1 [mem 0x90b00000-0x90bfffff]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:01: resource 2 [mem 0x7c10900000-0x7c109fffff 64bit pref]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:02: resource 1 [mem 0x90a00000-0x90afffff]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:03: resource 0 [io  0x6000-0x9fff]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:03: resource 1 [mem 0x78000000-0x8fffffff]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:03: resource 2 [mem 0x6c00000000-0x7bffffffff 64bit pref]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:62: resource 0 [io  0x2000-0x5fff]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:62: resource 1 [mem 0x60000000-0x77ffffff]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:62: resource 2 [mem 0x5c00000000-0x6bffffffff 64bit pref]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:c1: resource 0 [io  0x1000-0x1fff]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:c1: resource 1 [mem 0x90000000-0x905fffff]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:c1: resource 2 [mem 0x7c00000000-0x7c107fffff 64bit pref]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:c2: resource 1 [mem 0x90900000-0x909fffff]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:c2: resource 2 [mem 0x7c10800000-0x7c108fffff 64bit pref]
2024-02-16 23:46:39,890 DEBUG:	pci_bus 0000:c3: resource 1 [mem 0x90600000-0x908fffff]
2024-02-16 23:46:39,890 DEBUG:	pci 0000:c1:00.1: D0 power state depends on 0000:c1:00.0
2024-02-16 23:46:39,890 DEBUG:	PCI: CLS 64 bytes, default 64
2024-02-16 23:46:39,890 DEBUG:	pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:01.0: Adding to iommu group 0
2024-02-16 23:46:39,891 DEBUG:	Trying to unpack rootfs image as initramfs...
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:02.0: Adding to iommu group 1
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:02.2: Adding to iommu group 1
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:02.4: Adding to iommu group 1
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:03.0: Adding to iommu group 2
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:03.1: Adding to iommu group 2
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:04.0: Adding to iommu group 3
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:04.1: Adding to iommu group 3
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:08.0: Adding to iommu group 4
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:08.1: Adding to iommu group 4
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:08.2: Adding to iommu group 4
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:08.3: Adding to iommu group 4
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:14.0: Adding to iommu group 5
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:14.3: Adding to iommu group 5
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:18.0: Adding to iommu group 6
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:18.1: Adding to iommu group 6
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:18.2: Adding to iommu group 6
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:18.3: Adding to iommu group 6
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:18.4: Adding to iommu group 6
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:18.5: Adding to iommu group 6
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:18.6: Adding to iommu group 6
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:18.7: Adding to iommu group 6
2024-02-16 23:46:39,891 DEBUG:	pci 0000:01:00.0: Adding to iommu group 1
2024-02-16 23:46:39,891 DEBUG:	pci 0000:02:00.0: Adding to iommu group 1
2024-02-16 23:46:39,891 DEBUG:	pci 0000:c1:00.0: Adding to iommu group 4
2024-02-16 23:46:39,891 DEBUG:	pci 0000:c1:00.1: Adding to iommu group 4
2024-02-16 23:46:39,891 DEBUG:	pci 0000:c1:00.2: Adding to iommu group 4
2024-02-16 23:46:39,891 DEBUG:	pci 0000:c1:00.3: Adding to iommu group 4
2024-02-16 23:46:39,891 DEBUG:	pci 0000:c1:00.4: Adding to iommu group 4
2024-02-16 23:46:39,891 DEBUG:	pci 0000:c1:00.5: Adding to iommu group 4
2024-02-16 23:46:39,891 DEBUG:	pci 0000:c1:00.6: Adding to iommu group 4
2024-02-16 23:46:39,891 DEBUG:	pci 0000:c2:00.0: Adding to iommu group 4
2024-02-16 23:46:39,891 DEBUG:	pci 0000:c2:00.1: Adding to iommu group 4
2024-02-16 23:46:39,891 DEBUG:	pci 0000:c3:00.0: Adding to iommu group 4
2024-02-16 23:46:39,891 DEBUG:	pci 0000:c3:00.3: Adding to iommu group 4
2024-02-16 23:46:39,891 DEBUG:	pci 0000:c3:00.4: Adding to iommu group 4
2024-02-16 23:46:39,891 DEBUG:	pci 0000:c3:00.5: Adding to iommu group 4
2024-02-16 23:46:39,891 DEBUG:	pci 0000:c3:00.6: Adding to iommu group 4
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:00.2: can't derive routing for PCI INT A
2024-02-16 23:46:39,891 DEBUG:	pci 0000:00:00.2: PCI INT A: not connected
2024-02-16 23:46:39,891 DEBUG:	AMD-Vi: Extended features (0x246577efa2254afa, 0x0): PPR NX GT [5] IA GA PC GA_vAPIC
2024-02-16 23:46:39,891 DEBUG:	AMD-Vi: Interrupt remapping enabled
2024-02-16 23:46:39,891 DEBUG:	AMD-Vi: Virtual APIC enabled
2024-02-16 23:46:39,891 DEBUG:	PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
2024-02-16 23:46:39,891 DEBUG:	software IO TLB: mapped [mem 0x0000000046c53000-0x000000004ac53000] (64MB)
2024-02-16 23:46:39,891 DEBUG:	LVT offset 0 assigned for vector 0x400
2024-02-16 23:46:39,891 DEBUG:	perf: AMD IBS detected (0x00000bff)
2024-02-16 23:46:39,891 DEBUG:	perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
2024-02-16 23:46:39,891 DEBUG:	Initialise system trusted keyrings
2024-02-16 23:46:39,891 DEBUG:	workingset: timestamp_bits=40 max_order=22 bucket_order=0
2024-02-16 23:46:39,891 DEBUG:	zbud: loaded
2024-02-16 23:46:39,891 DEBUG:	Key type asymmetric registered
2024-02-16 23:46:39,891 DEBUG:	Asymmetric key parser 'x509' registered
2024-02-16 23:46:39,891 DEBUG:	Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
2024-02-16 23:46:39,891 DEBUG:	io scheduler mq-deadline registered
2024-02-16 23:46:39,891 DEBUG:	io scheduler kyber registered
2024-02-16 23:46:39,891 DEBUG:	pcieport 0000:00:02.2: PME: Signaling with IRQ 38
2024-02-16 23:46:39,891 DEBUG:	pcieport 0000:00:02.4: PME: Signaling with IRQ 39
2024-02-16 23:46:39,891 DEBUG:	pcieport 0000:00:03.1: PME: Signaling with IRQ 40
2024-02-16 23:46:39,891 DEBUG:	pcieport 0000:00:03.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
2024-02-16 23:46:39,891 DEBUG:	pcieport 0000:00:04.1: PME: Signaling with IRQ 41
2024-02-16 23:46:39,891 DEBUG:	pcieport 0000:00:04.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
2024-02-16 23:46:39,891 DEBUG:	pcieport 0000:00:08.1: PME: Signaling with IRQ 42
2024-02-16 23:46:39,891 DEBUG:	pcieport 0000:00:08.2: PME: Signaling with IRQ 43
2024-02-16 23:46:39,891 DEBUG:	pcieport 0000:00:08.3: PME: Signaling with IRQ 44
2024-02-16 23:46:39,891 DEBUG:	Estimated ratio of average max frequency by base frequency (times 1024): 1548
2024-02-16 23:46:39,891 DEBUG:	Monitor-Mwait will be used to enter C-1 state
2024-02-16 23:46:39,891 DEBUG:	ACPI: \_SB_.PLTF.C000: Found 3 idle states
2024-02-16 23:46:39,891 DEBUG:	ACPI: \_SB_.PLTF.C001: Found 3 idle states
2024-02-16 23:46:39,891 DEBUG:	ACPI: \_SB_.PLTF.C002: Found 3 idle states
2024-02-16 23:46:39,891 DEBUG:	ACPI: \_SB_.PLTF.C003: Found 3 idle states
2024-02-16 23:46:39,891 DEBUG:	ACPI: \_SB_.PLTF.C004: Found 3 idle states
2024-02-16 23:46:39,891 DEBUG:	ACPI: \_SB_.PLTF.C005: Found 3 idle states
2024-02-16 23:46:39,891 DEBUG:	ACPI: \_SB_.PLTF.C006: Found 3 idle states
2024-02-16 23:46:39,891 DEBUG:	ACPI: \_SB_.PLTF.C007: Found 3 idle states
2024-02-16 23:46:39,891 DEBUG:	ACPI: \_SB_.PLTF.C008: Found 3 idle states
2024-02-16 23:46:39,891 DEBUG:	ACPI: \_SB_.PLTF.C009: Found 3 idle states
2024-02-16 23:46:39,891 DEBUG:	ACPI: \_SB_.PLTF.C00A: Found 3 idle states
2024-02-16 23:46:39,891 DEBUG:	ACPI: \_SB_.PLTF.C00B: Found 3 idle states
2024-02-16 23:46:39,891 DEBUG:	ACPI: \_SB_.PLTF.C00C: Found 3 idle states
2024-02-16 23:46:39,891 DEBUG:	ACPI: \_SB_.PLTF.C00D: Found 3 idle states
2024-02-16 23:46:39,891 DEBUG:	ACPI: \_SB_.PLTF.C00E: Found 3 idle states
2024-02-16 23:46:39,891 DEBUG:	ACPI: \_SB_.PLTF.C00F: Found 3 idle states
2024-02-16 23:46:39,891 DEBUG:	Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
2024-02-16 23:46:39,891 DEBUG:	efifb: probing for efifb
2024-02-16 23:46:39,891 DEBUG:	efifb: showing boot graphics
2024-02-16 23:46:39,891 DEBUG:	efifb: framebuffer at 0x7c00000000, using 13536k, total 13536k
2024-02-16 23:46:39,891 DEBUG:	efifb: mode is 2256x1504x32, linelength=9216, pages=1
2024-02-16 23:46:39,891 DEBUG:	efifb: scrolling: redraw
2024-02-16 23:46:39,891 DEBUG:	efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
2024-02-16 23:46:39,891 DEBUG:	fbcon: Deferring console take-over
2024-02-16 23:46:39,891 DEBUG:	fb0: EFI VGA frame buffer device
2024-02-16 23:46:39,891 DEBUG:	drop_monitor: Initializing network drop monitor service
2024-02-16 23:46:39,891 DEBUG:	NET: Registered PF_INET6 protocol family
2024-02-16 23:46:39,891 DEBUG:	Freeing initrd memory: 48320K
2024-02-16 23:46:39,891 DEBUG:	Segment Routing with IPv6
2024-02-16 23:46:39,891 DEBUG:	In-situ OAM (IOAM) with IPv6
2024-02-16 23:46:39,891 DEBUG:	microcode: Current revision: 0x0a704103
2024-02-16 23:46:39,891 DEBUG:	IPI shorthand broadcast: enabled
2024-02-16 23:46:39,891 DEBUG:	sched_clock: Marking stable (427997043, 1360242)->(450352067, -20994782)
2024-02-16 23:46:39,891 DEBUG:	registered taskstats version 1
2024-02-16 23:46:39,891 DEBUG:	Loading compiled-in X.509 certificates
2024-02-16 23:46:39,891 DEBUG:	Key type .fscrypt registered
2024-02-16 23:46:39,891 DEBUG:	Key type fscrypt-provisioning registered
2024-02-16 23:46:39,891 DEBUG:	clk: Disabling unused clocks
2024-02-16 23:46:39,892 DEBUG:	Freeing unused decrypted memory: 2028K
2024-02-16 23:46:39,892 DEBUG:	Freeing unused kernel image (initmem) memory: 3008K
2024-02-16 23:46:39,892 DEBUG:	Write protecting the kernel read-only data: 24576k
2024-02-16 23:46:39,892 DEBUG:	Freeing unused kernel image (rodata/data gap) memory: 776K
2024-02-16 23:46:39,892 DEBUG:	x86/mm: Checked W+X mappings: passed, no W+X pages found.
2024-02-16 23:46:39,892 DEBUG:	Run /init as init process
2024-02-16 23:46:39,892 DEBUG:	  with arguments:
2024-02-16 23:46:39,892 DEBUG:	    /init
2024-02-16 23:46:39,892 DEBUG:	    splash
2024-02-16 23:46:39,892 DEBUG:	  with environment:
2024-02-16 23:46:39,892 DEBUG:	    HOME=/
2024-02-16 23:46:39,892 DEBUG:	    TERM=linux
2024-02-16 23:46:39,892 DEBUG:	fbcon: Taking over console
2024-02-16 23:46:39,892 DEBUG:	Console: switching to colour frame buffer device 141x47
2024-02-16 23:46:39,892 DEBUG:	ACPI: bus type drm_connector registered
2024-02-16 23:46:39,892 DEBUG:	Linux agpgart interface v0.103
2024-02-16 23:46:39,892 DEBUG:	ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
2024-02-16 23:46:39,892 DEBUG:	input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:16/LNXVIDEO:00/input/input0
2024-02-16 23:46:39,892 DEBUG:	tsc: Refined TSC clocksource calibration: 3293.782 MHz
2024-02-16 23:46:39,892 DEBUG:	clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2f7a5a93bc9, max_idle_ns: 440795240669 ns
2024-02-16 23:46:39,892 DEBUG:	clocksource: Switched to clocksource tsc
2024-02-16 23:46:39,892 DEBUG:	[drm] amdgpu kernel modesetting enabled.
2024-02-16 23:46:39,892 DEBUG:	amdgpu: Virtual CRAT table created for CPU
2024-02-16 23:46:39,892 DEBUG:	amdgpu: Topology: Add CPU node
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: enabling device (0006 -> 0007)
2024-02-16 23:46:39,892 DEBUG:	[drm] initializing kernel modesetting (IP DISCOVERY 0x1002:0x15BF 0xF111:0x0006 0xC4).
2024-02-16 23:46:39,892 DEBUG:	[drm] register mmio base: 0x90500000
2024-02-16 23:46:39,892 DEBUG:	[drm] register mmio size: 524288
2024-02-16 23:46:39,892 DEBUG:	[drm] add ip block number 0 <soc21_common>
2024-02-16 23:46:39,892 DEBUG:	[drm] add ip block number 1 <gmc_v11_0>
2024-02-16 23:46:39,892 DEBUG:	[drm] add ip block number 2 <ih_v6_0>
2024-02-16 23:46:39,892 DEBUG:	[drm] add ip block number 3 <psp>
2024-02-16 23:46:39,892 DEBUG:	[drm] add ip block number 4 <smu>
2024-02-16 23:46:39,892 DEBUG:	[drm] add ip block number 5 <dm>
2024-02-16 23:46:39,892 DEBUG:	[drm] add ip block number 6 <gfx_v11_0>
2024-02-16 23:46:39,892 DEBUG:	[drm] add ip block number 7 <sdma_v6_0>
2024-02-16 23:46:39,892 DEBUG:	[drm] add ip block number 8 <vcn_v4_0>
2024-02-16 23:46:39,892 DEBUG:	[drm] add ip block number 9 <jpeg_v4_0>
2024-02-16 23:46:39,892 DEBUG:	[drm] add ip block number 10 <mes_v11_0>
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: Fetched VBIOS from VFCT
2024-02-16 23:46:39,892 DEBUG:	amdgpu: ATOM BIOS: 113-PHXGENERIC-001
2024-02-16 23:46:39,892 DEBUG:	[drm] VCN(0) encode/decode are enabled in VM mode
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: [drm:jpeg_v4_0_early_init [amdgpu]] JPEG decode is enabled in VM mode
2024-02-16 23:46:39,892 DEBUG:	Console: switching to colour dummy device 80x25
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: vgaarb: deactivate vga console
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
2024-02-16 23:46:39,892 DEBUG:	[drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: VRAM: 512M 0x0000008000000000 - 0x000000801FFFFFFF (512M used)
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: GART: 512M 0x00007FFF00000000 - 0x00007FFF1FFFFFFF
2024-02-16 23:46:39,892 DEBUG:	[drm] Detected VRAM RAM=512M, BAR=512M
2024-02-16 23:46:39,892 DEBUG:	[drm] RAM width 64bits DDR5
2024-02-16 23:46:39,892 DEBUG:	[drm] amdgpu: 512M of VRAM memory ready
2024-02-16 23:46:39,892 DEBUG:	[drm] amdgpu: 7591M of GTT memory ready.
2024-02-16 23:46:39,892 DEBUG:	[drm] GART: num cpu pages 131072, num gpu pages 131072
2024-02-16 23:46:39,892 DEBUG:	[drm] PCIE GART of 512M enabled (table at 0x000000801FD00000).
2024-02-16 23:46:39,892 DEBUG:	[drm] Loading DMUB firmware via PSP: version=0x08003000
2024-02-16 23:46:39,892 DEBUG:	[drm] Found VCN firmware Version ENC: 1.10 DEC: 5 VEP: 0 Revision: 0
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: Will use PSP to load VCN firmware
2024-02-16 23:46:39,892 DEBUG:	[drm] reserve 0x4000000 from 0x8018000000 for PSP TMR
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: RAS: optional ras ta ucode is not available
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: RAP: optional rap ta ucode is not available
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: SMU is initialized successfully!
2024-02-16 23:46:39,892 DEBUG:	[drm] Seamless boot condition check passed
2024-02-16 23:46:39,892 DEBUG:	[drm] Display Core v3.2.266 initialized on DCN 3.1.4
2024-02-16 23:46:39,892 DEBUG:	[drm] DP-HDMI FRL PCON supported
2024-02-16 23:46:39,892 DEBUG:	[drm] DMUB hardware initialized: version=0x08003000
2024-02-16 23:46:39,892 DEBUG:	[drm] PSR support 1, DC PSR ver 0, sink PSR ver 3 DPCD caps 0x7b su_y_granularity 4
2024-02-16 23:46:39,892 DEBUG:	[drm] kiq ring mec 3 pipe 1 q 0
2024-02-16 23:46:39,892 DEBUG:	[drm] VCN decode and encode initialized successfully(under DPG Mode).
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully.
2024-02-16 23:46:39,892 DEBUG:	kfd kfd: amdgpu: Allocated 3969056 bytes on gart
2024-02-16 23:46:39,892 DEBUG:	kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
2024-02-16 23:46:39,892 DEBUG:	amdgpu: Virtual CRAT table created for GPU
2024-02-16 23:46:39,892 DEBUG:	amdgpu: Topology: Add dGPU node [0x15bf:0x1002]
2024-02-16 23:46:39,892 DEBUG:	kfd kfd: amdgpu: added device 1002:15bf
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 6, active_cu_number 12
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
2024-02-16 23:46:39,892 DEBUG:	[drm] ring gfx_32768.1.1 was added
2024-02-16 23:46:39,892 DEBUG:	[drm] ring compute_32768.2.2 was added
2024-02-16 23:46:39,892 DEBUG:	[drm] ring sdma_32768.3.3 was added
2024-02-16 23:46:39,892 DEBUG:	[drm] ring gfx_32768.1.1 ib test pass
2024-02-16 23:46:39,892 DEBUG:	[drm] ring compute_32768.2.2 ib test pass
2024-02-16 23:46:39,892 DEBUG:	[drm] ring sdma_32768.3.3 ib test pass
2024-02-16 23:46:39,892 DEBUG:	[drm] Initialized amdgpu 3.57.0 20150101 for 0000:c1:00.0 on minor 0
2024-02-16 23:46:39,892 DEBUG:	fbcon: amdgpudrmfb (fb0) is primary device
2024-02-16 23:46:39,892 DEBUG:	[drm] DSC precompute is not needed.
2024-02-16 23:46:39,892 DEBUG:	Console: switching to colour frame buffer device 141x47
2024-02-16 23:46:39,892 DEBUG:	amdgpu 0000:c1:00.0: [drm] fb0: amdgpudrmfb frame buffer device
2024-02-16 23:46:39,892 DEBUG:	raid6: avx512x4 gen() 48082 MB/s
2024-02-16 23:46:39,892 DEBUG:	raid6: avx512x2 gen() 50967 MB/s
2024-02-16 23:46:39,892 DEBUG:	raid6: avx512x1 gen() 47655 MB/s
2024-02-16 23:46:39,892 DEBUG:	raid6: avx2x4   gen() 55151 MB/s
2024-02-16 23:46:39,892 DEBUG:	raid6: avx2x2   gen() 50591 MB/s
2024-02-16 23:46:39,893 DEBUG:	raid6: avx2x1   gen() 34728 MB/s
2024-02-16 23:46:39,893 DEBUG:	raid6: using algorithm avx2x4 gen() 55151 MB/s
2024-02-16 23:46:39,893 DEBUG:	raid6: .... xor() 6146 MB/s, rmw enabled
2024-02-16 23:46:39,893 DEBUG:	raid6: using avx512x2 recovery algorithm
2024-02-16 23:46:39,893 DEBUG:	xor: automatically using best checksumming function   avx       
2024-02-16 23:46:39,893 DEBUG:	Btrfs loaded, zoned=no, fsverity=no
2024-02-16 23:46:39,893 DEBUG:	device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
2024-02-16 23:46:39,893 DEBUG:	rtc_cmos 00:01: RTC can wake from S4
2024-02-16 23:46:39,893 DEBUG:	rtc_cmos 00:01: registered as rtc0
2024-02-16 23:46:39,893 DEBUG:	rtc_cmos 00:01: alarms up to one month, 114 bytes nvram
2024-02-16 23:46:39,893 DEBUG:	i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
2024-02-16 23:46:39,893 DEBUG:	i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
2024-02-16 23:46:39,893 DEBUG:	i8042: Warning: Keylock active
2024-02-16 23:46:39,893 DEBUG:	serio: i8042 KBD port at 0x60,0x64 irq 1
2024-02-16 23:46:39,893 DEBUG:	cryptd: max_cpu_qlen set to 1000
2024-02-16 23:46:39,893 DEBUG:	AVX2 version of gcm_enc/dec engaged.
2024-02-16 23:46:39,893 DEBUG:	AES CTR mode by8 optimization enabled
2024-02-16 23:46:39,893 DEBUG:	ACPI: bus type USB registered
2024-02-16 23:46:39,893 DEBUG:	usbcore: registered new interface driver usbfs
2024-02-16 23:46:39,893 DEBUG:	usbcore: registered new interface driver hub
2024-02-16 23:46:39,893 DEBUG:	usbcore: registered new device driver usb
2024-02-16 23:46:39,893 DEBUG:	ACPI: bus type thunderbolt registered
2024-02-16 23:46:39,893 DEBUG:	nvme 0000:02:00.0: platform quirk: setting simple suspend
2024-02-16 23:46:39,893 DEBUG:	nvme nvme0: pci function 0000:02:00.0
2024-02-16 23:46:39,893 DEBUG:	input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
2024-02-16 23:46:39,893 DEBUG:	nvme nvme0: allocated 32 MiB host memory buffer.
2024-02-16 23:46:39,893 DEBUG:	nvme nvme0: 16/0/0 default/read/poll queues
2024-02-16 23:46:39,893 DEBUG:	 nvme0n1: p1 p2 p3
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c1:00.3: xHCI Host Controller
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c1:00.3: new USB bus registered, assigned bus number 1
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c1:00.3: hcc params 0x0128ffc5 hci version 0x120 quirks 0x0000000200000410
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c1:00.3: xHCI Host Controller
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c1:00.3: new USB bus registered, assigned bus number 2
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c1:00.3: Host supports USB 3.1 Enhanced SuperSpeed
2024-02-16 23:46:39,893 DEBUG:	usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
2024-02-16 23:46:39,893 DEBUG:	usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2024-02-16 23:46:39,893 DEBUG:	usb usb1: Product: xHCI Host Controller
2024-02-16 23:46:39,893 DEBUG:	usb usb1: Manufacturer: Linux 6.8.0-rc4 xhci-hcd
2024-02-16 23:46:39,893 DEBUG:	usb usb1: SerialNumber: 0000:c1:00.3
2024-02-16 23:46:39,893 DEBUG:	hub 1-0:1.0: USB hub found
2024-02-16 23:46:39,893 DEBUG:	hub 1-0:1.0: 5 ports detected
2024-02-16 23:46:39,893 DEBUG:	usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
2024-02-16 23:46:39,893 DEBUG:	usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
2024-02-16 23:46:39,893 DEBUG:	usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2024-02-16 23:46:39,893 DEBUG:	usb usb2: Product: xHCI Host Controller
2024-02-16 23:46:39,893 DEBUG:	usb usb2: Manufacturer: Linux 6.8.0-rc4 xhci-hcd
2024-02-16 23:46:39,893 DEBUG:	usb usb2: SerialNumber: 0000:c1:00.3
2024-02-16 23:46:39,893 DEBUG:	hub 2-0:1.0: USB hub found
2024-02-16 23:46:39,893 DEBUG:	hub 2-0:1.0: 2 ports detected
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c1:00.4: xHCI Host Controller
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c1:00.4: new USB bus registered, assigned bus number 3
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c1:00.4: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000410
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c1:00.4: xHCI Host Controller
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c1:00.4: new USB bus registered, assigned bus number 4
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c1:00.4: Host supports USB 3.1 Enhanced SuperSpeed
2024-02-16 23:46:39,893 DEBUG:	usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
2024-02-16 23:46:39,893 DEBUG:	usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2024-02-16 23:46:39,893 DEBUG:	usb usb3: Product: xHCI Host Controller
2024-02-16 23:46:39,893 DEBUG:	usb usb3: Manufacturer: Linux 6.8.0-rc4 xhci-hcd
2024-02-16 23:46:39,893 DEBUG:	usb usb3: SerialNumber: 0000:c1:00.4
2024-02-16 23:46:39,893 DEBUG:	hub 3-0:1.0: USB hub found
2024-02-16 23:46:39,893 DEBUG:	hub 3-0:1.0: 1 port detected
2024-02-16 23:46:39,893 DEBUG:	usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
2024-02-16 23:46:39,893 DEBUG:	usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
2024-02-16 23:46:39,893 DEBUG:	usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2024-02-16 23:46:39,893 DEBUG:	usb usb4: Product: xHCI Host Controller
2024-02-16 23:46:39,893 DEBUG:	usb usb4: Manufacturer: Linux 6.8.0-rc4 xhci-hcd
2024-02-16 23:46:39,893 DEBUG:	usb usb4: SerialNumber: 0000:c1:00.4
2024-02-16 23:46:39,893 DEBUG:	hub 4-0:1.0: USB hub found
2024-02-16 23:46:39,893 DEBUG:	hub 4-0:1.0: 1 port detected
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c3:00.3: xHCI Host Controller
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c3:00.3: new USB bus registered, assigned bus number 5
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c3:00.3: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000410
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c3:00.3: xHCI Host Controller
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c3:00.3: new USB bus registered, assigned bus number 6
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c3:00.3: Host supports USB 3.1 Enhanced SuperSpeed
2024-02-16 23:46:39,893 DEBUG:	usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
2024-02-16 23:46:39,893 DEBUG:	usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2024-02-16 23:46:39,893 DEBUG:	usb usb5: Product: xHCI Host Controller
2024-02-16 23:46:39,893 DEBUG:	usb usb5: Manufacturer: Linux 6.8.0-rc4 xhci-hcd
2024-02-16 23:46:39,893 DEBUG:	usb usb5: SerialNumber: 0000:c3:00.3
2024-02-16 23:46:39,893 DEBUG:	hub 5-0:1.0: USB hub found
2024-02-16 23:46:39,893 DEBUG:	hub 5-0:1.0: 1 port detected
2024-02-16 23:46:39,893 DEBUG:	usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
2024-02-16 23:46:39,893 DEBUG:	usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
2024-02-16 23:46:39,893 DEBUG:	usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2024-02-16 23:46:39,893 DEBUG:	usb usb6: Product: xHCI Host Controller
2024-02-16 23:46:39,893 DEBUG:	usb usb6: Manufacturer: Linux 6.8.0-rc4 xhci-hcd
2024-02-16 23:46:39,893 DEBUG:	usb usb6: SerialNumber: 0000:c3:00.3
2024-02-16 23:46:39,893 DEBUG:	hub 6-0:1.0: USB hub found
2024-02-16 23:46:39,893 DEBUG:	hub 6-0:1.0: 1 port detected
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c3:00.4: xHCI Host Controller
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c3:00.4: new USB bus registered, assigned bus number 7
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c3:00.4: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000410
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c3:00.4: xHCI Host Controller
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c3:00.4: new USB bus registered, assigned bus number 8
2024-02-16 23:46:39,893 DEBUG:	xhci_hcd 0000:c3:00.4: Host supports USB 3.1 Enhanced SuperSpeed
2024-02-16 23:46:39,893 DEBUG:	usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
2024-02-16 23:46:39,893 DEBUG:	usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2024-02-16 23:46:39,893 DEBUG:	usb usb7: Product: xHCI Host Controller
2024-02-16 23:46:39,893 DEBUG:	usb usb7: Manufacturer: Linux 6.8.0-rc4 xhci-hcd
2024-02-16 23:46:39,893 DEBUG:	usb usb7: SerialNumber: 0000:c3:00.4
2024-02-16 23:46:39,893 DEBUG:	hub 7-0:1.0: USB hub found
2024-02-16 23:46:39,893 DEBUG:	hub 7-0:1.0: 1 port detected
2024-02-16 23:46:39,893 DEBUG:	usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
2024-02-16 23:46:39,893 DEBUG:	usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
2024-02-16 23:46:39,893 DEBUG:	usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2024-02-16 23:46:39,894 DEBUG:	usb usb8: Product: xHCI Host Controller
2024-02-16 23:46:39,894 DEBUG:	usb usb8: Manufacturer: Linux 6.8.0-rc4 xhci-hcd
2024-02-16 23:46:39,894 DEBUG:	usb usb8: SerialNumber: 0000:c3:00.4
2024-02-16 23:46:39,894 DEBUG:	hub 8-0:1.0: USB hub found
2024-02-16 23:46:39,894 DEBUG:	hub 8-0:1.0: 1 port detected
2024-02-16 23:46:39,894 DEBUG:	usb 1-4: new full-speed USB device number 2 using xhci_hcd
2024-02-16 23:46:39,894 DEBUG:	usb 1-4: New USB device found, idVendor=27c6, idProduct=609c, bcdDevice= 1.00
2024-02-16 23:46:39,894 DEBUG:	usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
2024-02-16 23:46:39,894 DEBUG:	usb 1-4: Product: Goodix USB2.0 MISC
2024-02-16 23:46:39,894 DEBUG:	usb 1-4: Manufacturer: Goodix Technology Co., Ltd.
2024-02-16 23:46:39,894 DEBUG:	usb 1-4: SerialNumber: UIDXXXXXXXX_XXXX_MOC_B0
2024-02-16 23:46:39,894 DEBUG:	usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
2024-02-16 23:46:39,894 DEBUG:	usb 2-1: New USB device found, idVendor=0bda, idProduct=8156, bcdDevice=31.04
2024-02-16 23:46:39,894 DEBUG:	usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
2024-02-16 23:46:39,894 DEBUG:	usb 2-1: Product: USB 10/100/1G/2.5G LAN
2024-02-16 23:46:39,894 DEBUG:	usb 2-1: Manufacturer: Realtek
2024-02-16 23:46:39,894 DEBUG:	usb 2-1: SerialNumber: 4013000001
2024-02-16 23:46:39,894 DEBUG:	usb 1-5: new high-speed USB device number 3 using xhci_hcd
2024-02-16 23:46:39,894 DEBUG:	usb 1-5: New USB device found, idVendor=0e8d, idProduct=e616, bcdDevice= 1.00
2024-02-16 23:46:39,894 DEBUG:	usb 1-5: New USB device strings: Mfr=5, Product=6, SerialNumber=7
2024-02-16 23:46:39,894 DEBUG:	usb 1-5: Product: Wireless_Device
2024-02-16 23:46:39,894 DEBUG:	usb 1-5: Manufacturer: MediaTek Inc.
2024-02-16 23:46:39,894 DEBUG:	usb 1-5: SerialNumber: 000000000
2024-02-16 23:46:39,894 DEBUG:	Key type encrypted registered
2024-02-16 23:46:39,894 DEBUG:	BTRFS: device fsid 22388786-4285-403b-9994-e9aae1f11172 devid 1 transid 33203 /dev/disk/by-uuid/22388786-4285-403b-9994-e9aae1f11172 scanned by mount (1380)
2024-02-16 23:46:39,894 DEBUG:	BTRFS info (device dm-1): first mount of filesystem 22388786-4285-403b-9994-e9aae1f11172
2024-02-16 23:46:39,894 DEBUG:	BTRFS info (device dm-1): using crc32c (crc32c-intel) checksum algorithm
2024-02-16 23:46:39,894 DEBUG:	BTRFS info (device dm-1): using free-space-tree
2024-02-16 23:46:39,894 DEBUG:	zram: Added device: zram0
2024-02-16 23:46:39,894 DEBUG:	pstore: Using crash dump compression: deflate
2024-02-16 23:46:39,894 DEBUG:	pstore: Registered efi_pstore as persistent store backend
2024-02-16 23:46:39,894 DEBUG:	fuse: init (API version 7.39)
2024-02-16 23:46:39,894 DEBUG:	ccp 0000:c1:00.2: enabling device (0000 -> 0002)
2024-02-16 23:46:39,894 DEBUG:	ccp 0000:c1:00.2: tee enabled
2024-02-16 23:46:39,894 DEBUG:	ccp 0000:c1:00.2: psp enabled
2024-02-16 23:46:39,894 DEBUG:	kvm_amd: TSC scaling supported
2024-02-16 23:46:39,894 DEBUG:	kvm_amd: Nested Virtualization enabled
2024-02-16 23:46:39,894 DEBUG:	kvm_amd: Nested Paging enabled
2024-02-16 23:46:39,894 DEBUG:	kvm_amd: Virtual VMLOAD VMSAVE supported
2024-02-16 23:46:39,894 DEBUG:	kvm_amd: Virtual GIF supported
2024-02-16 23:46:39,894 DEBUG:	kvm_amd: Virtual NMI enabled
2024-02-16 23:46:39,894 DEBUG:	kvm_amd: LBR virtualization supported
2024-02-16 23:46:39,894 DEBUG:	zram0: detected capacity change from 0 to 6218960
2024-02-16 23:46:39,894 DEBUG:	vboxdrv: loading out-of-tree module taints kernel.
2024-02-16 23:46:39,894 DEBUG:	hid: raw HID events driver (C) Jiri Kosina
2024-02-16 23:46:39,894 DEBUG:	input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:44/PNP0C09:00/PNP0C0D:00/input/input2
2024-02-16 23:46:39,894 DEBUG:	ACPI: button: Lid Switch [LID0]
2024-02-16 23:46:39,894 DEBUG:	input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
2024-02-16 23:46:39,894 DEBUG:	ACPI: button: Power Button [PWRB]
2024-02-16 23:46:39,894 DEBUG:	vboxdrv: Found 16 processor cores/threads
2024-02-16 23:46:39,894 DEBUG:	ACPI: thermal: [Firmware Bug]: Invalid critical threshold (-274000)
2024-02-16 23:46:39,894 DEBUG:	ACPI: thermal: [Firmware Bug]: No valid trip points!
2024-02-16 23:46:39,894 DEBUG:	ACPI: thermal: [Firmware Bug]: Invalid critical threshold (-274000)
2024-02-16 23:46:39,894 DEBUG:	ACPI: thermal: [Firmware Bug]: No valid trip points!
2024-02-16 23:46:39,894 DEBUG:	ACPI: thermal: [Firmware Bug]: Invalid critical threshold (-274000)
2024-02-16 23:46:39,894 DEBUG:	ACPI: thermal: [Firmware Bug]: No valid trip points!
2024-02-16 23:46:39,894 DEBUG:	ACPI: thermal: [Firmware Bug]: Invalid critical threshold (-274000)
2024-02-16 23:46:39,894 DEBUG:	ACPI: thermal: [Firmware Bug]: No valid trip points!
2024-02-16 23:46:39,894 DEBUG:	ACPI: AC: AC Adapter [ACAD] (on-line)
2024-02-16 23:46:39,894 DEBUG:	ACPI: battery: Slot [BAT1] (battery present)
2024-02-16 23:46:39,894 DEBUG:	vboxdrv: TSC mode is Invariant, tentative frequency 3293782137 Hz
2024-02-16 23:46:39,894 DEBUG:	vboxdrv: Successfully loaded version 7.0.12 r159484 (interface 0x00330004)
2024-02-16 23:46:39,894 DEBUG:	piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
2024-02-16 23:46:39,894 DEBUG:	piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
2024-02-16 23:46:39,894 DEBUG:	piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
2024-02-16 23:46:39,894 DEBUG:	amd-tee driver initialization successful
2024-02-16 23:46:39,894 DEBUG:	RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
2024-02-16 23:46:39,894 DEBUG:	RAPL PMU: hw unit of domain package 2^-16 Joules
2024-02-16 23:46:39,894 DEBUG:	BTRFS info: devid 1 device path /dev/disk/by-uuid/22388786-4285-403b-9994-e9aae1f11172 changed to /dev/mapper/system scanned by mount (2064)
2024-02-16 23:46:39,894 DEBUG:	Adding 16763900k swap on /dev/mapper/cryptswap.  Priority:-2 extents:1 across:16763900k SS
2024-02-16 23:46:39,894 DEBUG:	Adding 3109476k swap on /dev/zram0.  Priority:5 extents:1 across:3109476k SSDsc
2024-02-16 23:46:39,894 DEBUG:	input: PIXA3854:00 093A:0274 Mouse as /devices/platform/AMDI0010:03/i2c-1/i2c-PIXA3854:00/0018:093A:0274.0001/input/input4
2024-02-16 23:46:39,894 DEBUG:	input: PIXA3854:00 093A:0274 Touchpad as /devices/platform/AMDI0010:03/i2c-1/i2c-PIXA3854:00/0018:093A:0274.0001/input/input5
2024-02-16 23:46:39,894 DEBUG:	hid-generic 0018:093A:0274.0001: input,hidraw0: I2C HID v1.00 Mouse [PIXA3854:00 093A:0274] on i2c-PIXA3854:00
2024-02-16 23:46:39,894 DEBUG:	i2c_hid_acpi i2c-FRMW0004:00: device did not ack reset within 1000 ms
2024-02-16 23:46:39,894 DEBUG:	i2c_hid_acpi i2c-FRMW0005:00: device did not ack reset within 1000 ms
2024-02-16 23:46:39,894 DEBUG:	input: FRMW0004:00 32AC:0006 Wireless Radio Control as /devices/platform/AMDI0010:00/i2c-0/i2c-FRMW0004:00/0018:32AC:0006.0002/input/input6
2024-02-16 23:46:39,894 DEBUG:	input: FRMW0004:00 32AC:0006 Consumer Control as /devices/platform/AMDI0010:00/i2c-0/i2c-FRMW0004:00/0018:32AC:0006.0002/input/input7
2024-02-16 23:46:39,894 DEBUG:	hid-generic 0018:32AC:0006.0002: input,hidraw1: I2C HID v1.00 Device [FRMW0004:00 32AC:0006] on i2c-FRMW0004:00
2024-02-16 23:46:39,894 DEBUG:	hid-generic 0018:32AC:001B.0003: hidraw2: I2C HID v1.00 Device [FRMW0005:00 32AC:001B] on i2c-FRMW0005:00
2024-02-16 23:46:39,894 DEBUG:	hid-sensor-hub 0018:32AC:001B.0003: hidraw2: I2C HID v1.00 Device [FRMW0005:00 32AC:001B] on i2c-FRMW0005:00
2024-02-16 23:46:39,894 DEBUG:	cros_ec_lpcs cros_ec_lpcs.0: EC ID not detected
2024-02-16 23:46:39,894 DEBUG:	usbcore: registered new device driver r8152-cfgselector
2024-02-16 23:46:39,894 DEBUG:	VBoxNetAdp: Successfully started.
2024-02-16 23:46:39,894 DEBUG:	sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
2024-02-16 23:46:39,894 DEBUG:	sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
2024-02-16 23:46:39,894 DEBUG:	sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
2024-02-16 23:46:39,894 DEBUG:	EDAC MC: Ver: 3.0.0
2024-02-16 23:46:39,894 DEBUG:	intel_rapl_common: Found RAPL domain package
2024-02-16 23:46:39,894 DEBUG:	intel_rapl_common: Found RAPL domain core
2024-02-16 23:46:39,894 DEBUG:	MCE: In-kernel MCE decoding enabled.
2024-02-16 23:46:39,894 DEBUG:	amd-pmf AMDI0102:00: registered PMF device successfully
2024-02-16 23:46:39,894 DEBUG:	VBoxNetFlt: Successfully started.
2024-02-16 23:46:39,894 DEBUG:	EDAC amd64: Node 0: No DIMMs detected.
2024-02-16 23:46:39,894 DEBUG:	input: PIXA3854:00 093A:0274 Mouse as /devices/platform/AMDI0010:03/i2c-1/i2c-PIXA3854:00/0018:093A:0274.0001/input/input8
2024-02-16 23:46:39,894 DEBUG:	input: PIXA3854:00 093A:0274 Touchpad as /devices/platform/AMDI0010:03/i2c-1/i2c-PIXA3854:00/0018:093A:0274.0001/input/input9
2024-02-16 23:46:39,894 DEBUG:	hid-multitouch 0018:093A:0274.0001: input,hidraw0: I2C HID v1.00 Mouse [PIXA3854:00 093A:0274] on i2c-PIXA3854:00
2024-02-16 23:46:39,894 DEBUG:	Bluetooth: Core ver 2.22
2024-02-16 23:46:39,894 DEBUG:	NET: Registered PF_BLUETOOTH protocol family
2024-02-16 23:46:39,894 DEBUG:	Bluetooth: HCI device and connection manager initialized
2024-02-16 23:46:39,894 DEBUG:	Bluetooth: HCI socket layer initialized
2024-02-16 23:46:39,894 DEBUG:	Bluetooth: L2CAP socket layer initialized
2024-02-16 23:46:39,894 DEBUG:	Bluetooth: SCO socket layer initialized
2024-02-16 23:46:39,894 DEBUG:	mousedev: PS/2 mouse device common for all mice
2024-02-16 23:46:39,894 DEBUG:	bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
2024-02-16 23:46:39,894 DEBUG:	snd_pci_ps 0000:c1:00.5: enabling device (0000 -> 0002)
2024-02-16 23:46:39,895 DEBUG:	cfg80211: Loading compiled-in X.509 certificates for regulatory database
2024-02-16 23:46:39,895 DEBUG:	Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
2024-02-16 23:46:39,895 DEBUG:	Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
2024-02-16 23:46:39,895 DEBUG:	snd_hda_intel 0000:c1:00.1: enabling device (0000 -> 0002)
2024-02-16 23:46:39,895 DEBUG:	snd_hda_intel 0000:c1:00.1: Handle vga_switcheroo audio client
2024-02-16 23:46:39,895 DEBUG:	snd_hda_intel 0000:c1:00.6: enabling device (0000 -> 0002)
2024-02-16 23:46:39,895 DEBUG:	tun: Universal TUN/TAP device driver, 1.6
2024-02-16 23:46:39,895 DEBUG:	usbcore: registered new interface driver btusb
2024-02-16 23:46:39,895 DEBUG:	snd_hda_intel 0000:c1:00.1: bound 0000:c1:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
2024-02-16 23:46:39,895 DEBUG:	input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:c1:00.1/sound/card0/input10
2024-02-16 23:46:39,895 DEBUG:	input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:c1:00.1/sound/card0/input11
2024-02-16 23:46:39,895 DEBUG:	input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:c1:00.1/sound/card0/input12
2024-02-16 23:46:39,895 DEBUG:	Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20231120183620
2024-02-16 23:46:39,895 DEBUG:	snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC295: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
2024-02-16 23:46:39,895 DEBUG:	snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
2024-02-16 23:46:39,895 DEBUG:	snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
2024-02-16 23:46:39,895 DEBUG:	snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
2024-02-16 23:46:39,895 DEBUG:	snd_hda_codec_realtek hdaudioC1D0:    inputs:
2024-02-16 23:46:39,895 DEBUG:	snd_hda_codec_realtek hdaudioC1D0:      Headset Mic=0x19
2024-02-16 23:46:39,895 DEBUG:	snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
2024-02-16 23:46:39,895 DEBUG:	r8152-cfgselector 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
2024-02-16 23:46:39,895 DEBUG:	loop: module loaded
2024-02-16 23:46:39,895 DEBUG:	mt7921e 0000:01:00.0: enabling device (0000 -> 0002)
2024-02-16 23:46:39,895 DEBUG:	r8152 2-1:1.0: load rtl8156b-2 v3 10/20/23 successfully
2024-02-16 23:46:39,895 DEBUG:	mt7921e 0000:01:00.0: ASIC revision: 79220010
2024-02-16 23:46:39,895 DEBUG:	r8152 2-1:1.0 eth0: v1.12.13
2024-02-16 23:46:39,895 DEBUG:	usbcore: registered new interface driver r8152
2024-02-16 23:46:39,895 DEBUG:	usbcore: registered new interface driver cdc_ether
2024-02-16 23:46:39,895 DEBUG:	usbcore: registered new interface driver cdc_ncm
2024-02-16 23:46:39,895 DEBUG:	usbcore: registered new interface driver cdc_wdm
2024-02-16 23:46:39,895 DEBUG:	usbcore: registered new interface driver cdc_mbim
2024-02-16 23:46:39,895 DEBUG:	r8152 2-1:1.0 enp193s0f3u1: renamed from eth0
2024-02-16 23:46:39,895 DEBUG:	Bluetooth: BNEP (Ethernet Emulation) ver 1.3
2024-02-16 23:46:39,895 DEBUG:	Bluetooth: BNEP socket layer initialized
2024-02-16 23:46:39,895 DEBUG:	mt7921e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20231120183400a
2024-02-16 23:46:39,895 DEBUG:	
2024-02-16 23:46:39,895 DEBUG:	mt7921e 0000:01:00.0: WM Firmware Version: ____000000, Build Time: 20231120183441
2024-02-16 23:46:39,895 DEBUG:	input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:c1:00.6/sound/card1/input13
2024-02-16 23:46:39,895 DEBUG:	mt7921e 0000:01:00.0 wlp1s0: renamed from wlan0
2024-02-16 23:46:39,895 DEBUG:	Bluetooth: hci0: Device setup in 2289639 usecs
2024-02-16 23:46:39,895 DEBUG:	Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
2024-02-16 23:46:39,895 DEBUG:	Bluetooth: MGMT ver 1.22
2024-02-16 23:46:39,895 DEBUG:	NET: Registered PF_ALG protocol family
2024-02-16 23:46:39,895 DEBUG:	NET: Registered PF_PACKET protocol family
2024-02-16 23:46:39,895 DEBUG:	r8152 2-1:1.0 enp193s0f3u1: carrier on
2024-02-16 23:46:39,895 DEBUG:	i2c_designware AMDI0010:00: i2c_dw_handle_tx_abort: lost arbitration
2024-02-16 23:46:39,895 DEBUG:	i2c_designware AMDI0010:00: i2c_dw_handle_tx_abort: lost arbitration
2024-02-16 23:46:39,895 DEBUG:	
2024-02-16 23:46:49,469 INFO:	Running 4 cycles (Test finish expected @ 2024-02-16 23:47:45.469198)
2024-02-16 23:46:49,469 DEBUG:	Suspend timer programmed for 0:00:10
2024-02-16 23:46:49,470 DEBUG:	ACPI Lid (/proc/acpi/button/lid/LID0/state): open
2024-02-16 23:46:51,472 INFO:	Suspend cycle 1: Started at 2024-02-16 23:46:51.472282 (cycle finish expected @ 2024-02-16 23:47:05.472312)
2024-02-16 23:47:03,993 INFO:	Results from last s2idle cycle
2024-02-16 23:47:03,997 DEBUG:	2024-02-16T23:47:00,353358+01:00 PM: suspend entry (s2idle)
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,364463+01:00 Filesystems sync: 0.011 seconds
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,376102+01:00 Freezing user space processes
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,376904+01:00 Freezing user space processes completed (elapsed 0.000 seconds)
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,376907+01:00 OOM killer disabled.
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,376908+01:00 Freezing remaining freezable tasks
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,377801+01:00 Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,377804+01:00 printk: Suspending console(s) (use no_console_suspend to debug)
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,425612+01:00 queueing ieee80211 work while going to suspend
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,428700+01:00 atkbd serio0: Disabling IRQ1 wakeup source to avoid platform firmware bug
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,556318+01:00 PM: suspend of devices complete after 140.499 msecs
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,556324+01:00 PM: start suspend of devices complete after 178.481 msecs
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,556648+01:00 Disabling GPIO #5 interrupt for suspend.
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,556669+01:00 Disabling GPIO #84 interrupt for suspend.
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,556689+01:00 pcieport 0000:00:08.3: quirk: disabling D3cold for suspend
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,557061+01:00 PM: late suspend of devices complete after 0.734 msecs
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,557360+01:00 ACPI: EC: interrupt blocked
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695050+01:00 PM: noirq suspend of devices complete after 137.892 msecs
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695056+01:00 ACPI: \_SB_.PCI0.GPP0: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695058+01:00 ACPI: \_SB_.PCI0.GPP2: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695059+01:00 ACPI: \_SB_.PCI0.GPP6: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695061+01:00 ACPI: \_SB_.PCI0.GPP5: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695062+01:00 ACPI: \_SB_.PCI0.GPP7: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695063+01:00 ACPI: \_SB_.PCI0.GP11.SWUS: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695065+01:00 ACPI: \_SB_.PCI0.GP12.SWUS: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695067+01:00 ACPI: \_SB_.PCI0.GPP7.DEV0: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695068+01:00 ACPI: \_SB_.PCI0.GPP2.WWAN: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695070+01:00 ACPI: \_SB_.PCI0.GPP5.RTL8: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695071+01:00 ACPI: \_SB_.PCI0.GPP5.RUSB: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695072+01:00 ACPI: \_SB_.PCI0.GPP6.WLAN: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695076+01:00 ACPI: \_SB_.PCI0.GP18.IPU_: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695077+01:00 ACPI: \_SB_.PCI0.GP19.XHC2: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695080+01:00 ACPI: \_SB_.PLTF.C000: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695081+01:00 ACPI: \_SB_.PLTF.C001: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695082+01:00 ACPI: \_SB_.PLTF.C002: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695083+01:00 ACPI: \_SB_.PLTF.C003: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695085+01:00 ACPI: \_SB_.PLTF.C004: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695086+01:00 ACPI: \_SB_.PLTF.C005: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695087+01:00 ACPI: \_SB_.PLTF.C006: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695088+01:00 ACPI: \_SB_.PLTF.C007: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695090+01:00 ACPI: \_SB_.PLTF.C008: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695091+01:00 ACPI: \_SB_.PLTF.C009: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695092+01:00 ACPI: \_SB_.PLTF.C00A: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695093+01:00 ACPI: \_SB_.PLTF.C00B: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695095+01:00 ACPI: \_SB_.PLTF.C00C: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695096+01:00 ACPI: \_SB_.PLTF.C00D: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695097+01:00 ACPI: \_SB_.PLTF.C00E: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695099+01:00 ACPI: \_SB_.PLTF.C00F: LPI: Device not power manageable
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,695351+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state screen off
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,914195+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms entry
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:00,914559+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 entry
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:01,007976+01:00 PM: suspend-to-idle
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:01,007981+01:00 amd_pmc: SMU idlemask s0i3: 0x3ffb3eb5
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:09,944780+01:00 Timekeeping suspended for 8.872 seconds
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:09,944809+01:00 PM: Triggering wakeup from IRQ 9
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:09,944839+01:00 ACPI: PM: ACPI fixed event wakeup
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:09,944842+01:00 PM: resume from suspend-to-idle
2024-02-16 23:47:03,998 DEBUG:	2024-02-16T23:47:09,945744+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 exit
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,100145+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms exit
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,100421+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state screen on
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,100636+01:00 ACPI: EC: interrupt unblocked
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,254393+01:00 PM: noirq resume of devices complete after 153.967 msecs
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,256553+01:00 PM: early resume of devices complete after 1.947 msecs
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,283324+01:00 nvme nvme0: 16/0/0 default/read/poll queues
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,392147+01:00 [drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=14
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,392299+01:00 [drm:amdgpu_mes_reg_write_reg_wait [amdgpu]] *ERROR* failed to reg_write_reg_wait
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,394482+01:00 [drm] PCIE GART of 512M enabled (table at 0x000000801FD00000).
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,394560+01:00 amdgpu 0000:c1:00.0: amdgpu: SMU is resuming...
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,398629+01:00 amdgpu 0000:c1:00.0: amdgpu: SMU is resumed successfully!
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,516003+01:00 r8152 2-1:1.0 enp193s0f3u1: carrier on
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,575768+01:00 [drm] VCN decode and encode initialized successfully(under DPG Mode).
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,575884+01:00 amdgpu 0000:c1:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully.
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,576148+01:00 amdgpu 0000:c1:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,576151+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,576152+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,576154+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,576155+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,576156+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,576157+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,576158+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,576159+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,576160+01:00 amdgpu 0000:c1:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,576161+01:00 amdgpu 0000:c1:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,576162+01:00 amdgpu 0000:c1:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,576163+01:00 amdgpu 0000:c1:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,627100+01:00 [drm] ring gfx_32772.1.1 was added
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,627648+01:00 [drm] ring compute_32772.2.2 was added
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,628161+01:00 [drm] ring sdma_32772.3.3 was added
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,628227+01:00 [drm] ring gfx_32772.1.1 ib test pass
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,628286+01:00 [drm] ring compute_32772.2.2 ib test pass
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,628354+01:00 [drm] ring sdma_32772.3.3 ib test pass
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,734363+01:00 GPIO 5 is active: 0x10141b00
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,835635+01:00 GPIO 5 is active: 0x10141b00
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,924946+01:00 PM: resume of devices complete after 668.380 msecs
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,926932+01:00 OOM killer enabled.
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,926933+01:00 Restarting tasks ... done.
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,927586+01:00 random: crng reseeded on system resumption
2024-02-16 23:47:03,999 DEBUG:	2024-02-16T23:47:10,932435+01:00 PM: suspend exit
2024-02-16 23:47:03,999 DEBUG:	
2024-02-16 23:47:03,999 INFO:	○ Suspend count: 1
2024-02-16 23:47:03,999 INFO:	○ Hardware sleep cycle count: 1
2024-02-16 23:47:03,999 INFO:	○ GPIOs active: ['5', '5']
2024-02-16 23:47:03,999 INFO:	○ Wakeups triggered from IRQs: [9]
2024-02-16 23:47:03,999 DEBUG:	Used Microsoft uPEP GUID in LPS0 _DSM
2024-02-16 23:47:03,999 INFO:	○ Woke up from IRQ 9 (IR-IO-APIC 9-fasteoi acpi)
2024-02-16 23:47:04,000 INFO:	○ gpe0B increased from 114 to 138
2024-02-16 23:47:04,000 DEBUG:	ACPI Lid (/proc/acpi/button/lid/LID0/state): open
2024-02-16 23:47:04,000 INFO:	✅ Userspace suspended for 0:00:12.528256
2024-02-16 23:47:04,000 DEBUG:	Kernel suspended for total of 0:00:08.872000 (70.82%)
2024-02-16 23:47:04,000 INFO:	✅ In a hardware sleep state for 0:00:08.411041 (67.14%)
2024-02-16 23:47:04,001 DEBUG:	BAT1 charge level is 3923000 µAh
2024-02-16 23:47:04,001 INFO:	🔋 Battery BAT1 ( ) is operating at 100.18% of design
2024-02-16 23:47:06,010 INFO:	Suspend cycle 2: Started at 2024-02-16 23:47:06.010866 (cycle finish expected @ 2024-02-16 23:47:20.010894)

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: 6.8-rc: system freezes after resuming from suspend
  2024-02-16 23:01       ` Mario Limonciello
@ 2024-02-16 23:26         ` Trolli Schmittlauch
  2024-02-17  8:13           ` Linux regression tracking (Thorsten Leemhuis)
  0 siblings, 1 reply; 12+ messages in thread
From: Trolli Schmittlauch @ 2024-02-16 23:26 UTC (permalink / raw)
  To: Mario Limonciello, Linux regressions mailing list


[-- Attachment #1.1.1: Type: text/plain, Size: 1053 bytes --]


> If this turns out to be accurate, it's actually quite interesting.
> You can prove it's accurate by doing a module blacklist for the amd-pmf driver (even on 6.8-rc4+).
> 
> If that works, it's a great hint at the problem scope and we need to pull Shyam into the conversation.
I just checked this with Linux version 6.8.0-rc4 (nixbld@localhost) (gcc (GCC) 12.3.0, GNU ld (GNU Binutils) 2.40) #1-NixOS SMP PREEMPT_DYNAMIC Sun Feb 11 20:18:13 UTC 2024.

Blacklisting the "amd-pmf" module indeed resolves the issue, good catch.
I've attached to s2idle logs of 4 successful cycles without amd-pmf. To be honest, I don't know why the script considers the kernel to be tainted. I have compiled the kernel via the NixOS packaging infrastracture though without checking whether the distro applies any patches, but a guix user had also confirmed the issue in the Framework forum so I guess this issue is vanilla enough.

Looking forward to resolving this. I guess for most use cases I can just keep the module blacklisted for now?

- schmittlauch

[-- Attachment #1.1.2: s2idle_report-2024-02-17.txt --]
[-- Type: text/plain, Size: 259360 bytes --]

2024-02-17 00:18:01,363 DEBUG:	Since support: 1
2024-02-17 00:18:01,372 INFO:	Debugging script for s2idle on AMD systems
2024-02-17 00:18:01,372 INFO:	💻 Framework Laptop 13 (AMD Ryzen 7040Series) (Laptop) running BIOS 3.3 (03.03) released 10/17/2023 and EC unknown
2024-02-17 00:18:01,372 INFO:	🐧 Kernel 6.8.0-rc4
2024-02-17 00:18:01,373 DEBUG:	BAT1 charge level is 3923000 µAh
2024-02-17 00:18:01,373 INFO:	🔋 Battery BAT1 ( ) is operating at 100.18% of design
2024-02-17 00:18:01,373 INFO:	Checking prerequisites for s2idle
2024-02-17 00:18:01,373 WARNING:	🚦Logs are provided via dmesg, timestamps may not be accurate over multiple cycles
2024-02-17 00:18:01,374 INFO:	✅ AMD Ryzen 7 7840U w/ Radeon  780M Graphics (family 19 model 74)
2024-02-17 00:18:01,374 INFO:	✅ LPS0 _DSM enabled
2024-02-17 00:18:01,374 INFO:	✅ ACPI FADT supports Low-power S0 idle
2024-02-17 00:18:01,374 DEBUG:	/sys/module/gpiolib_acpi/parameters/ignore_wake is not configured
2024-02-17 00:18:01,374 DEBUG:	/sys/module/gpiolib_acpi/parameters/ignore_interrupt is not configured
2024-02-17 00:18:01,374 DEBUG:	/proc/cmdline: init=/nix/store/07a6zzr6nsjs8azdn4zdq8ylp9p2pfdn-nixos-system-framenix-23.11.20240211.809cca7/init amd_pstate=active amdgpu.sg_display=0 amd_pstate=active amdgpu.abmlevel=1
2024-02-17 00:18:01,375 DEBUG:	LOGIND: configuration changes:
2024-02-17 00:18:01,375 DEBUG:		killuserprocesses: no
2024-02-17 00:18:01,375 DEBUG:		handlepowerkey: poweroff
2024-02-17 00:18:01,375 DEBUG:		handlepowerkeylongpress: ignore
2024-02-17 00:18:01,375 DEBUG:		handlerebootkey: reboot
2024-02-17 00:18:01,375 DEBUG:		handlerebootkeylongpress: poweroff
2024-02-17 00:18:01,375 DEBUG:		handlesuspendkey: suspend
2024-02-17 00:18:01,375 DEBUG:		handlesuspendkeylongpress: hibernate
2024-02-17 00:18:01,375 DEBUG:		handlehibernatekey: hibernate
2024-02-17 00:18:01,375 DEBUG:		handlehibernatekeylongpress: ignore
2024-02-17 00:18:01,375 DEBUG:		handlelidswitch: suspend
2024-02-17 00:18:01,375 DEBUG:		handlelidswitchexternalpower: suspend
2024-02-17 00:18:01,375 DEBUG:		handlelidswitchdocked: ignore
2024-02-17 00:18:01,375 INFO:	✅ HSMP driver `amd_hsmp` not detected (blocked: False)
2024-02-17 00:18:01,408 INFO:	✅ PMC driver `amd_pmc` loaded (Program 0 Firmware 76.70.0)
2024-02-17 00:18:01,414 INFO:	✅ USB4 driver `thunderbolt` loaded
2024-02-17 00:18:01,417 INFO:	✅ GPU driver `amdgpu` available
2024-02-17 00:18:01,418 INFO:	✅ System is configured for s2idle
2024-02-17 00:18:01,421 INFO:	✅ NVME Sandisk Corp WD Black SN770 / PC SN740 256GB / PC SN560 (DRAM-less) NVMe SSD is configured for s2idle in BIOS
2024-02-17 00:18:01,423 INFO:	✅ GPIO driver `pinctrl_amd` available
2024-02-17 00:18:01,424 DEBUG:	Winblue GPIO 0 debounce: disabled
2024-02-17 00:18:01,424 DEBUG:	gpio	  int|active|trigger|S0i3| S3|S4/S5| Z|wake|pull|  orient|       debounce|reg
2024-02-17 00:18:01,424 DEBUG:	#0	   😛|     ↑|   edge|  ⏰| ⏰|     |⏰|    |  ↑ |input  ↑|b (🕑 046875us)|0x81578e3
2024-02-17 00:18:01,424 DEBUG:	#2	   😛|     ↓|   edge|  ⏰| ⏰|     |  |    |    |input  ↑|               |0x57a00
2024-02-17 00:18:01,424 DEBUG:	#5	   😛|     ↓|  level|    |   |     |  |    |  ↑ |input  ↑|               |0x151b00
2024-02-17 00:18:01,424 DEBUG:	#6	   😛|     ↓|   edge|  ⏰| ⏰|     |  |    |  ↑ |input  ↑|               |0x157a00
2024-02-17 00:18:01,424 DEBUG:	#8	   😛|     ↓|  level|    |   |     |⏰|    |  ↑ |input  ↑|               |0x8151b00
2024-02-17 00:18:01,424 DEBUG:	#44	   😷|     ↑|   edge|    |   |     |  |    |    |input  ↓|               |0x800
2024-02-17 00:18:01,424 DEBUG:	#52	   😷|     ↑|  level|    |   |     |  |    |    |input  ↓|               |0x900
2024-02-17 00:18:01,424 DEBUG:	#54	   😛|     ↑|   edge|  ⏰| ⏰|     |  |    |    |input  ↓|               |0x7800
2024-02-17 00:18:01,424 DEBUG:	#58	   😛|     ↑|  level|  ⏰| ⏰|     |⏰|    |    |input  ↓|               |0x8007900
2024-02-17 00:18:01,424 DEBUG:	#59	   😛|     ↑|  level|  ⏰| ⏰|     |⏰|    |    |input  ↓|               |0x8007900
2024-02-17 00:18:01,424 DEBUG:	#61	   😛|     ↑|  level|  ⏰| ⏰|     |  |    |    |input  ↓|               |0x7900
2024-02-17 00:18:01,424 DEBUG:	#62	   😛|     ↑|  level|  ⏰| ⏰|     |  |    |    |input  ↓|               |0x7900
2024-02-17 00:18:01,425 DEBUG:	#84	   😛|     ↓|  level|    |   |     |  |    |  ↑ |input  ↑|               |0x151b00
2024-02-17 00:18:01,425 DEBUG:	#172	   😷|     ↑|  level|    |   |     |  |    |    |input  ↓|               |0x900
2024-02-17 00:18:01,425 DEBUG:	Lockdown not available
2024-02-17 00:18:01,431 DEBUG:	VCE feature version: 0, firmware version: 0x00000000
2024-02-17 00:18:01,431 DEBUG:	UVD feature version: 0, firmware version: 0x00000000
2024-02-17 00:18:01,431 DEBUG:	MC feature version: 0, firmware version: 0x00000000
2024-02-17 00:18:01,431 DEBUG:	ME feature version: 33, firmware version: 0x00000026
2024-02-17 00:18:01,431 DEBUG:	PFP feature version: 33, firmware version: 0x0000002d
2024-02-17 00:18:01,431 DEBUG:	CE feature version: 0, firmware version: 0x00000000
2024-02-17 00:18:01,431 DEBUG:	RLC feature version: 1, firmware version: 0x00000077
2024-02-17 00:18:01,431 DEBUG:	RLC SRLC feature version: 0, firmware version: 0x00000000
2024-02-17 00:18:01,431 DEBUG:	RLC SRLG feature version: 0, firmware version: 0x00000000
2024-02-17 00:18:01,431 DEBUG:	RLC SRLS feature version: 0, firmware version: 0x00000000
2024-02-17 00:18:01,431 DEBUG:	RLCP feature version: 1, firmware version: 0x0000000e
2024-02-17 00:18:01,431 DEBUG:	RLCV feature version: 0, firmware version: 0x00000000
2024-02-17 00:18:01,431 DEBUG:	MEC feature version: 33, firmware version: 0x00000021
2024-02-17 00:18:01,431 DEBUG:	IMU feature version: 0, firmware version: 0x0b012c00
2024-02-17 00:18:01,431 DEBUG:	SOS feature version: 0, firmware version: 0x00000000
2024-02-17 00:18:01,431 DEBUG:	ASD feature version: 553648302, firmware version: 0x210000ae
2024-02-17 00:18:01,431 DEBUG:	TA XGMI feature version: 0x00000000, firmware version: 0x00000000
2024-02-17 00:18:01,431 DEBUG:	TA RAS feature version: 0x00000000, firmware version: 0x00000000
2024-02-17 00:18:01,431 DEBUG:	TA HDCP feature version: 0x00000000, firmware version: 0x1700003a
2024-02-17 00:18:01,431 DEBUG:	TA DTM feature version: 0x00000000, firmware version: 0x12000015
2024-02-17 00:18:01,431 DEBUG:	TA RAP feature version: 0x00000000, firmware version: 0x00000000
2024-02-17 00:18:01,431 DEBUG:	TA SECUREDISPLAY feature version: 0x00000000, firmware version: 0x00000000
2024-02-17 00:18:01,431 DEBUG:	SMC feature version: 0, program: 0, firmware version: 0x004c4600 (76.70.0)
2024-02-17 00:18:01,431 DEBUG:	SDMA0 feature version: 60, firmware version: 0x00000010
2024-02-17 00:18:01,431 DEBUG:	VCN feature version: 0, firmware version: 0x0510a000
2024-02-17 00:18:01,431 DEBUG:	DMCU feature version: 0, firmware version: 0x00000000
2024-02-17 00:18:01,431 DEBUG:	DMCUB feature version: 0, firmware version: 0x08003000
2024-02-17 00:18:01,431 DEBUG:	TOC feature version: 0, firmware version: 0x0000000b
2024-02-17 00:18:01,431 DEBUG:	MES_KIQ feature version: 6, firmware version: 0x0000006a
2024-02-17 00:18:01,431 DEBUG:	MES feature version: 1, firmware version: 0x00000042
2024-02-17 00:18:01,431 DEBUG:	VPE feature version: 0, firmware version: 0x00000000
2024-02-17 00:18:01,431 DEBUG:	VBIOS version: 113-PHXGENERIC-001
2024-02-17 00:18:01,435 DEBUG:	PCI devices
2024-02-17 00:18:01,435 DEBUG:	| 0000:00:00.0 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14e8]
2024-02-17 00:18:01,435 DEBUG:	| 0000:00:00.2 : Advanced Micro Devices, Inc. [AMD] IOMMU [1022:14e9]
2024-02-17 00:18:01,435 DEBUG:	| 0000:00:01.0 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14ea]
2024-02-17 00:18:01,436 DEBUG:	| 0000:00:02.0 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14ea]
2024-02-17 00:18:01,436 DEBUG:	| 0000:00:02.2 : Advanced Micro Devices, Inc. [AMD] PCI bridge [1022:14ee] : \_SB_.PCI0.GPP6
2024-02-17 00:18:01,436 DEBUG:	├─ 0000:01:00.0 : MEDIATEK Corp. Network controller [14c3:0616] : \_SB_.PCI0.GPP6.WLAN
2024-02-17 00:18:01,436 DEBUG:	| 0000:00:02.4 : Advanced Micro Devices, Inc. [AMD] PCI bridge [1022:14ee] : \_SB_.PCI0.GPP8
2024-02-17 00:18:01,436 DEBUG:	├─ 0000:02:00.0 : Sandisk Corp Non-Volatile memory controller [15b7:5017] : \_SB_.PCI0.GPP8.NVME
2024-02-17 00:18:01,436 DEBUG:	| 0000:00:03.0 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14ea]
2024-02-17 00:18:01,436 DEBUG:	| 0000:00:03.1 : Advanced Micro Devices, Inc. [AMD] PCI bridge [1022:14ef] : \_SB_.PCI0.GP11
2024-02-17 00:18:01,436 DEBUG:	| 0000:00:04.0 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14ea]
2024-02-17 00:18:01,436 DEBUG:	| 0000:00:04.1 : Advanced Micro Devices, Inc. [AMD] PCI bridge [1022:14ef] : \_SB_.PCI0.GP12
2024-02-17 00:18:01,437 DEBUG:	| 0000:00:08.0 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14ea]
2024-02-17 00:18:01,437 DEBUG:	| 0000:00:08.1 : Advanced Micro Devices, Inc. [AMD] PCI bridge [1022:14eb] : \_SB_.PCI0.GP17
2024-02-17 00:18:01,437 DEBUG:	├─ 0000:c1:00.0 : Advanced Micro Devices, Inc. [AMD/ATI] VGA compatible controller [1002:15bf] : \_SB_.PCI0.GP17.VGA_
2024-02-17 00:18:01,437 DEBUG:	├─ 0000:c1:00.1 : Advanced Micro Devices, Inc. [AMD/ATI] Audio device [1002:1640] : \_SB_.PCI0.GP17.HDAU
2024-02-17 00:18:01,437 DEBUG:	├─ 0000:c1:00.2 : Advanced Micro Devices, Inc. [AMD] Encryption controller [1022:15c7] : \_SB_.PCI0.GP17.PSP_
2024-02-17 00:18:01,437 DEBUG:	├─ 0000:c1:00.3 : Advanced Micro Devices, Inc. [AMD] USB controller [1022:15b9] : \_SB_.PCI0.GP17.XHC0
2024-02-17 00:18:01,437 DEBUG:	├─ 0000:c1:00.4 : Advanced Micro Devices, Inc. [AMD] USB controller [1022:15ba] : \_SB_.PCI0.GP17.XHC1
2024-02-17 00:18:01,437 DEBUG:	├─ 0000:c1:00.5 : Advanced Micro Devices, Inc. [AMD] Multimedia controller [1022:15e2] : \_SB_.PCI0.GP17.ACP_
2024-02-17 00:18:01,438 DEBUG:	├─ 0000:c1:00.6 : Advanced Micro Devices, Inc. [AMD] Audio device [1022:15e3] : \_SB_.PCI0.GP17.AZAL
2024-02-17 00:18:01,438 DEBUG:	| 0000:00:08.2 : Advanced Micro Devices, Inc. [AMD] PCI bridge [1022:14eb] : \_SB_.PCI0.GP18
2024-02-17 00:18:01,438 DEBUG:	├─ 0000:c2:00.0 : Advanced Micro Devices, Inc. [AMD]  [1022:14ec]
2024-02-17 00:18:01,438 DEBUG:	├─ 0000:c2:00.1 : Advanced Micro Devices, Inc. [AMD] Signal processing controller [1022:1502] : \_SB_.PCI0.GP18.IPU_
2024-02-17 00:18:01,438 DEBUG:	| 0000:00:08.3 : Advanced Micro Devices, Inc. [AMD] PCI bridge [1022:14eb] : \_SB_.PCI0.GP19
2024-02-17 00:18:01,438 DEBUG:	├─ 0000:c3:00.0 : Advanced Micro Devices, Inc. [AMD]  [1022:14ec] : \_SB_.PCI0.GP19.XHC2
2024-02-17 00:18:01,438 DEBUG:	├─ 0000:c3:00.3 : Advanced Micro Devices, Inc. [AMD] USB controller [1022:15c0] : \_SB_.PCI0.GP19.XHC3
2024-02-17 00:18:01,438 DEBUG:	├─ 0000:c3:00.4 : Advanced Micro Devices, Inc. [AMD] USB controller [1022:15c1] : \_SB_.PCI0.GP19.XHC4
2024-02-17 00:18:01,438 DEBUG:	├─ 0000:c3:00.5 : Advanced Micro Devices, Inc. [AMD] USB controller [1022:1668] : \_SB_.PCI0.GP19.NHI0
2024-02-17 00:18:01,439 DEBUG:	├─ 0000:c3:00.6 : Advanced Micro Devices, Inc. [AMD] USB controller [1022:1669] : \_SB_.PCI0.GP19.NHI1
2024-02-17 00:18:01,439 DEBUG:	| 0000:00:14.0 : Advanced Micro Devices, Inc. [AMD] SMBus [1022:790b] : \_SB_.PCI0.SMBS
2024-02-17 00:18:01,439 DEBUG:	| 0000:00:14.3 : Advanced Micro Devices, Inc. [AMD] ISA bridge [1022:790e] : \_SB_.PCI0.LPC0
2024-02-17 00:18:01,439 DEBUG:	| 0000:00:18.0 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14f0]
2024-02-17 00:18:01,439 DEBUG:	| 0000:00:18.1 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14f1]
2024-02-17 00:18:01,439 DEBUG:	| 0000:00:18.2 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14f2]
2024-02-17 00:18:01,439 DEBUG:	| 0000:00:18.3 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14f3]
2024-02-17 00:18:01,439 DEBUG:	| 0000:00:18.4 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14f4]
2024-02-17 00:18:01,439 DEBUG:	| 0000:00:18.5 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14f5]
2024-02-17 00:18:01,439 DEBUG:	| 0000:00:18.6 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14f6]
2024-02-17 00:18:01,439 DEBUG:	└─0000:00:18.7 : Advanced Micro Devices, Inc. [AMD] Host bridge [1022:14f7]
2024-02-17 00:18:01,447 DEBUG:	I2C HID devices
2024-02-17 00:18:01,447 DEBUG:	| "FRMW0004:00 32AC:0006 Wireless Radio Control" [FRMW0004] : \_SB_.I2CA.ECSH
2024-02-17 00:18:01,447 DEBUG:	| "FRMW0004:00 32AC:0006 Consumer Control" [FRMW0004] : \_SB_.I2CA.ECSH
2024-02-17 00:18:01,447 DEBUG:	| "PIXA3854:00 093A:0274 Mouse" [PIXA3854] : \_SB_.I2CD.TPAD
2024-02-17 00:18:01,447 DEBUG:	└─"PIXA3854:00 093A:0274 Touchpad" [PIXA3854] : \_SB_.I2CD.TPAD
2024-02-17 00:18:01,467 DEBUG:	Wakeup sources:
2024-02-17 00:18:01,467 DEBUG:	|  [/sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:001/wakeup57]: enabled
2024-02-17 00:18:01,467 DEBUG:	|  [/sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:002/wakeup58]: enabled
2024-02-17 00:18:01,467 DEBUG:	|  [/sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:003/wakeup59]: enabled
2024-02-17 00:18:01,467 DEBUG:	|  [/sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:004/wakeup60]: enabled
2024-02-17 00:18:01,467 DEBUG:	| ACPI Battery [PNP0C0A:00]: enabled
2024-02-17 00:18:01,467 DEBUG:	| ACPI Lid Switch [PNP0C0D:00]: enabled
2024-02-17 00:18:01,467 DEBUG:	| ACPI Power Button [PNP0C0C:00]: enabled
2024-02-17 00:18:01,467 DEBUG:	| Advanced Micro Devices, Inc. [AMD] ISA bridge [0000:00:14.3]: enabled
2024-02-17 00:18:01,467 DEBUG:	| Advanced Micro Devices, Inc. [AMD] Multimedia controller [0000:c1:00.5]: enabled
2024-02-17 00:18:01,467 DEBUG:	| Advanced Micro Devices, Inc. [AMD] PCI bridge [0000:00:02.2]: enabled
2024-02-17 00:18:01,467 DEBUG:	| Advanced Micro Devices, Inc. [AMD] PCI bridge [0000:00:03.1]: enabled
2024-02-17 00:18:01,467 DEBUG:	| Advanced Micro Devices, Inc. [AMD] PCI bridge [0000:00:04.1]: enabled
2024-02-17 00:18:01,467 DEBUG:	| Advanced Micro Devices, Inc. [AMD] USB controller [0000:c1:00.3]: enabled
2024-02-17 00:18:01,467 DEBUG:	| Advanced Micro Devices, Inc. [AMD] USB controller [0000:c1:00.3]: enabled
2024-02-17 00:18:01,468 DEBUG:	| Advanced Micro Devices, Inc. [AMD] USB controller [0000:c1:00.4]: enabled
2024-02-17 00:18:01,468 DEBUG:	| Advanced Micro Devices, Inc. [AMD] USB controller [0000:c3:00.3]: enabled
2024-02-17 00:18:01,468 DEBUG:	| Advanced Micro Devices, Inc. [AMD] USB controller [0000:c3:00.4]: enabled
2024-02-17 00:18:01,468 DEBUG:	| Advanced Micro Devices, Inc. [AMD] USB controller [0000:c3:00.5]: enabled
2024-02-17 00:18:01,468 DEBUG:	| Advanced Micro Devices, Inc. [AMD] USB controller [0000:c3:00.6]: enabled
2024-02-17 00:18:01,468 DEBUG:	| PIXA3854:00 093A:0274 Mouse [i2c-PIXA3854:00]: enabled
2024-02-17 00:18:01,468 DEBUG:	| Plug-n-play Real Time Clock [00:01]: enabled
2024-02-17 00:18:01,468 DEBUG:	| Real Time Clock alarm timer [rtc0]: enabled
2024-02-17 00:18:01,468 DEBUG:	| Thunderbolt domain [domain0]: enabled
2024-02-17 00:18:01,468 DEBUG:	| Thunderbolt domain [domain1]: enabled
2024-02-17 00:18:01,468 DEBUG:	| USB4 host controller [0-0]: enabled
2024-02-17 00:18:01,468 DEBUG:	└─USB4 host controller [1-0]: enabled
2024-02-17 00:18:01,471 DEBUG:	/*
2024-02-17 00:18:01,471 DEBUG:	 * Intel ACPI Component Architecture
2024-02-17 00:18:01,471 DEBUG:	 * AML/ASL+ Disassembler version 20230628 (64-bit version)
2024-02-17 00:18:01,471 DEBUG:	 * Copyright (c) 2000 - 2023 Intel Corporation
2024-02-17 00:18:01,471 DEBUG:	 *
2024-02-17 00:18:01,471 DEBUG:	 * Disassembling to symbolic ASL+ operators
2024-02-17 00:18:01,471 DEBUG:	 *
2024-02-17 00:18:01,471 DEBUG:	 * Disassembly of /sys/firmware/acpi/tables/SSDT23, Sat Feb 17 00:18:01 2024
2024-02-17 00:18:01,471 DEBUG:	 *
2024-02-17 00:18:01,471 DEBUG:	 * Original Table Header:
2024-02-17 00:18:01,471 DEBUG:	 *     Signature        "SSDT"
2024-02-17 00:18:01,471 DEBUG:	 *     Length           0x00000C7F (3199)
2024-02-17 00:18:01,471 DEBUG:	 *     Revision         0x02
2024-02-17 00:18:01,471 DEBUG:	 *     Checksum         0x3F
2024-02-17 00:18:01,471 DEBUG:	 *     OEM ID           "INSYDE"
2024-02-17 00:18:01,471 DEBUG:	 *     OEM Table ID     "EDK2    "
2024-02-17 00:18:01,471 DEBUG:	 *     OEM Revision     0x00000001 (1)
2024-02-17 00:18:01,471 DEBUG:	 *     Compiler ID      "ACPI"
2024-02-17 00:18:01,471 DEBUG:	 *     Compiler Version 0x00040000 (262144)
2024-02-17 00:18:01,471 DEBUG:	 */
2024-02-17 00:18:01,471 DEBUG:	DefinitionBlock ("", "SSDT", 2, "INSYDE", "EDK2    ", 0x00000001)
2024-02-17 00:18:01,471 DEBUG:	{
2024-02-17 00:18:01,471 DEBUG:	    External (_SB_.GPIO, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (_SB_.PCI0.GP17.ACP_, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (_SB_.PCI0.GP17.AZAL, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (_SB_.PCI0.GP17.MP2C, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (_SB_.PCI0.GP17.XHC0, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (_SB_.PCI0.GP17.XHC1, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (_SB_.PCI0.GPP0, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (_SB_.PCI0.GPP1, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (_SB_.PCI0.GPP2, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (_SB_.PCI0.GPP5, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (_SB_.PCI0.GPP6, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (_SB_.PCI0.GPP7, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (_SB_.PCI0.GPP7.DEV0, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (_SB_.PCI0.LPC0.EC0_, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (_SB_.PCI0.LPC0.EC0_.OKEC, IntObj)
2024-02-17 00:18:01,471 DEBUG:	    External (_SB_.PCI0.LPC0.EC0_.Z009, MutexObj)
2024-02-17 00:18:01,471 DEBUG:	    External (_SB_.PWRB, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M000, MethodObj)    // 1 Arguments
2024-02-17 00:18:01,471 DEBUG:	    External (M037, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M046, IntObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M047, IntObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M050, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M051, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M052, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M053, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M054, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M055, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M056, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M057, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M058, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M059, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M062, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M068, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M069, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M070, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M071, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M072, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M074, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M075, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M076, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M077, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M078, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M079, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M080, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M081, DeviceObj)
2024-02-17 00:18:01,471 DEBUG:	    External (M082, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M083, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M084, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M085, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M086, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M087, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M088, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M089, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M090, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M091, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M092, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M093, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M094, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M095, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M096, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M097, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M098, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M099, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M100, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M101, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M102, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M103, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M104, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M105, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M106, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M107, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M108, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M109, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M110, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M115, BuffObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M116, BuffFieldObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M117, BuffFieldObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M118, BuffFieldObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M119, BuffFieldObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M120, BuffFieldObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M122, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M127, DeviceObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M128, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M131, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M132, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M133, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M134, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M135, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M136, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M220, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M221, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M226, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M227, DeviceObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M229, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M231, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M233, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M235, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M23A, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M251, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M280, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M290, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M29A, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M310, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M31C, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M320, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M321, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M322, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M323, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M324, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M325, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M326, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M327, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M328, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M329, DeviceObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M32A, DeviceObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M32B, DeviceObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M330, DeviceObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M331, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M378, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M379, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M380, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M381, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M382, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M383, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M384, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M385, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M386, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M387, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M388, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M389, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M390, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M391, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M392, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M404, BuffObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M408, MutexObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M414, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M444, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M449, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M453, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M454, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M455, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M456, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M457, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M460, MethodObj)    // 7 Arguments
2024-02-17 00:18:01,472 DEBUG:	    External (M4C0, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M4F0, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M610, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M620, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M631, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	    External (M652, FieldUnitObj)
2024-02-17 00:18:01,472 DEBUG:	
2024-02-17 00:18:01,472 DEBUG:	    Scope (\_SB.PCI0.LPC0.EC0)
2024-02-17 00:18:01,472 DEBUG:	    {
2024-02-17 00:18:01,473 DEBUG:	        OperationRegion (ECRM, EmbeddedControl, Zero, 0xFF)
2024-02-17 00:18:01,473 DEBUG:	        Field (ECRM, ByteAcc, NoLock, Preserve)
2024-02-17 00:18:01,473 DEBUG:	        {
2024-02-17 00:18:01,473 DEBUG:	            Offset (0xCC),
2024-02-17 00:18:01,473 DEBUG:	            PBCN,   8
2024-02-17 00:18:01,473 DEBUG:	        }
2024-02-17 00:18:01,473 DEBUG:	    }
2024-02-17 00:18:01,473 DEBUG:	
2024-02-17 00:18:01,473 DEBUG:	    Scope (\_SB.GPIO)
2024-02-17 00:18:01,473 DEBUG:	    {
2024-02-17 00:18:01,473 DEBUG:	        Method (_AEI, 0, NotSerialized)  // _AEI: ACPI Event Interrupts
2024-02-17 00:18:01,473 DEBUG:	        {
2024-02-17 00:18:01,473 DEBUG:	            Name (BUF0, ResourceTemplate ()
2024-02-17 00:18:01,473 DEBUG:	            {
2024-02-17 00:18:01,473 DEBUG:	                GpioInt (Edge, ActiveHigh, ExclusiveAndWake, PullDefault, 0x1388,
2024-02-17 00:18:01,473 DEBUG:	                    "\\_SB.GPIO", 0x00, ResourceConsumer, ,
2024-02-17 00:18:01,473 DEBUG:	                    )
2024-02-17 00:18:01,473 DEBUG:	                    {   // Pin list
2024-02-17 00:18:01,473 DEBUG:	                        0x0000
2024-02-17 00:18:01,473 DEBUG:	                    }
2024-02-17 00:18:01,473 DEBUG:	                GpioInt (Level, ActiveHigh, ExclusiveAndWake, PullNone, 0x0000,
2024-02-17 00:18:01,473 DEBUG:	                    "\\_SB.GPIO", 0x00, ResourceConsumer, ,
2024-02-17 00:18:01,473 DEBUG:	                    )
2024-02-17 00:18:01,473 DEBUG:	                    {   // Pin list
2024-02-17 00:18:01,473 DEBUG:	                        0x003D
2024-02-17 00:18:01,473 DEBUG:	                    }
2024-02-17 00:18:01,473 DEBUG:	                GpioInt (Level, ActiveHigh, ExclusiveAndWake, PullNone, 0x0000,
2024-02-17 00:18:01,473 DEBUG:	                    "\\_SB.GPIO", 0x00, ResourceConsumer, ,
2024-02-17 00:18:01,473 DEBUG:	                    )
2024-02-17 00:18:01,473 DEBUG:	                    {   // Pin list
2024-02-17 00:18:01,473 DEBUG:	                        0x003E
2024-02-17 00:18:01,473 DEBUG:	                    }
2024-02-17 00:18:01,473 DEBUG:	                GpioInt (Level, ActiveHigh, ExclusiveAndWake, PullNone, 0x0000,
2024-02-17 00:18:01,473 DEBUG:	                    "\\_SB.GPIO", 0x00, ResourceConsumer, ,
2024-02-17 00:18:01,473 DEBUG:	                    )
2024-02-17 00:18:01,473 DEBUG:	                    {   // Pin list
2024-02-17 00:18:01,473 DEBUG:	                        0x003A
2024-02-17 00:18:01,473 DEBUG:	                    }
2024-02-17 00:18:01,473 DEBUG:	                GpioInt (Level, ActiveHigh, ExclusiveAndWake, PullNone, 0x0000,
2024-02-17 00:18:01,473 DEBUG:	                    "\\_SB.GPIO", 0x00, ResourceConsumer, ,
2024-02-17 00:18:01,473 DEBUG:	                    )
2024-02-17 00:18:01,473 DEBUG:	                    {   // Pin list
2024-02-17 00:18:01,473 DEBUG:	                        0x003B
2024-02-17 00:18:01,473 DEBUG:	                    }
2024-02-17 00:18:01,473 DEBUG:	                GpioInt (Edge, ActiveLow, ExclusiveAndWake, PullNone, 0x0000,
2024-02-17 00:18:01,473 DEBUG:	                    "\\_SB.GPIO", 0x00, ResourceConsumer, ,
2024-02-17 00:18:01,473 DEBUG:	                    )
2024-02-17 00:18:01,473 DEBUG:	                    {   // Pin list
2024-02-17 00:18:01,473 DEBUG:	                        0x0002
2024-02-17 00:18:01,473 DEBUG:	                    }
2024-02-17 00:18:01,473 DEBUG:	                GpioInt (Edge, ActiveLow, ExclusiveAndWake, PullNone, 0x0000,
2024-02-17 00:18:01,473 DEBUG:	                    "\\_SB.GPIO", 0x00, ResourceConsumer, ,
2024-02-17 00:18:01,473 DEBUG:	                    )
2024-02-17 00:18:01,473 DEBUG:	                    {   // Pin list
2024-02-17 00:18:01,473 DEBUG:	                        0x0006
2024-02-17 00:18:01,473 DEBUG:	                    }
2024-02-17 00:18:01,473 DEBUG:	                GpioInt (Edge, ActiveHigh, ExclusiveAndWake, PullNone, 0x0000,
2024-02-17 00:18:01,473 DEBUG:	                    "\\_SB.GPIO", 0x00, ResourceConsumer, ,
2024-02-17 00:18:01,473 DEBUG:	                    )
2024-02-17 00:18:01,473 DEBUG:	                    {   // Pin list
2024-02-17 00:18:01,473 DEBUG:	                        0x0036
2024-02-17 00:18:01,473 DEBUG:	                    }
2024-02-17 00:18:01,473 DEBUG:	            })
2024-02-17 00:18:01,473 DEBUG:	            M460 ("  OEM-ASL-\\_SB.GPIO._AEI\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-17 00:18:01,473 DEBUG:	            Return (BUF0) /* \_SB_.GPIO._AEI.BUF0 */
2024-02-17 00:18:01,473 DEBUG:	        }
2024-02-17 00:18:01,473 DEBUG:	
2024-02-17 00:18:01,473 DEBUG:	        Method (_EVT, 1, Serialized)  // _EVT: Event
2024-02-17 00:18:01,473 DEBUG:	        {
2024-02-17 00:18:01,473 DEBUG:	            Name (HPDW, 0x55)
2024-02-17 00:18:01,473 DEBUG:	            M460 ("  OEM-ASL-\\_SB.GPIO._EVT-Start Case %d\n", ToInteger (Arg0), Zero, Zero, Zero, Zero, Zero)
2024-02-17 00:18:01,473 DEBUG:	            Switch (ToInteger (Arg0))
2024-02-17 00:18:01,473 DEBUG:	            {
2024-02-17 00:18:01,473 DEBUG:	                Case (Zero)
2024-02-17 00:18:01,473 DEBUG:	                {
2024-02-17 00:18:01,473 DEBUG:	                }
2024-02-17 00:18:01,473 DEBUG:	                Case (0x02)
2024-02-17 00:18:01,473 DEBUG:	                {
2024-02-17 00:18:01,473 DEBUG:	                    M000 (0x3902)
2024-02-17 00:18:01,473 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GPP0, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-17 00:18:01,473 DEBUG:	                    Notify (\_SB.PCI0.GPP0, 0x02) // Device Wake
2024-02-17 00:18:01,473 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GPP1, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-17 00:18:01,473 DEBUG:	                    Notify (\_SB.PCI0.GPP1, 0x02) // Device Wake
2024-02-17 00:18:01,473 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GPP2, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-17 00:18:01,473 DEBUG:	                    Notify (\_SB.PCI0.GPP2, 0x02) // Device Wake
2024-02-17 00:18:01,473 DEBUG:	                }
2024-02-17 00:18:01,473 DEBUG:	                Case (0x03)
2024-02-17 00:18:01,473 DEBUG:	                {
2024-02-17 00:18:01,473 DEBUG:	                    M000 (0x3902)
2024-02-17 00:18:01,473 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GPP7, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-17 00:18:01,473 DEBUG:	                    Notify (\_SB.PCI0.GPP7, 0x02) // Device Wake
2024-02-17 00:18:01,473 DEBUG:	                }
2024-02-17 00:18:01,473 DEBUG:	                Case (0x0B)
2024-02-17 00:18:01,473 DEBUG:	                {
2024-02-17 00:18:01,473 DEBUG:	                    M000 (0x390B)
2024-02-17 00:18:01,473 DEBUG:	                }
2024-02-17 00:18:01,473 DEBUG:	                Case (0x11)
2024-02-17 00:18:01,473 DEBUG:	                {
2024-02-17 00:18:01,473 DEBUG:	                    M000 (0x3911)
2024-02-17 00:18:01,473 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GPP2, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-17 00:18:01,473 DEBUG:	                    Notify (\_SB.PCI0.GPP2, 0x02) // Device Wake
2024-02-17 00:18:01,473 DEBUG:	                }
2024-02-17 00:18:01,473 DEBUG:	                Case (0x06)
2024-02-17 00:18:01,473 DEBUG:	                {
2024-02-17 00:18:01,473 DEBUG:	                    M000 (0x3912)
2024-02-17 00:18:01,473 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GPP6, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-17 00:18:01,473 DEBUG:	                    Notify (\_SB.PCI0.GPP6, 0x02) // Device Wake
2024-02-17 00:18:01,474 DEBUG:	                }
2024-02-17 00:18:01,474 DEBUG:	                Case (0x18)
2024-02-17 00:18:01,474 DEBUG:	                {
2024-02-17 00:18:01,474 DEBUG:	                    M000 (0x3918)
2024-02-17 00:18:01,474 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GPP5, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-17 00:18:01,474 DEBUG:	                    Notify (\_SB.PCI0.GPP5, 0x02) // Device Wake
2024-02-17 00:18:01,474 DEBUG:	                }
2024-02-17 00:18:01,474 DEBUG:	                Case (0x36)
2024-02-17 00:18:01,474 DEBUG:	                {
2024-02-17 00:18:01,474 DEBUG:	                    M000 (0x3936)
2024-02-17 00:18:01,474 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GP17.MP2C, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-17 00:18:01,474 DEBUG:	                    Notify (\_SB.PCI0.GP17.MP2C, 0x02) // Device Wake
2024-02-17 00:18:01,474 DEBUG:	                    If ((HPDW == One))
2024-02-17 00:18:01,474 DEBUG:	                    {
2024-02-17 00:18:01,474 DEBUG:	                        M460 ("    Notify (\\_SB.PCI0.GP17.MP2C(HPDW):PWRB 0x80)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-17 00:18:01,474 DEBUG:	                        Notify (\_SB.PWRB, 0x80) // Status Change
2024-02-17 00:18:01,474 DEBUG:	                    }
2024-02-17 00:18:01,474 DEBUG:	                }
2024-02-17 00:18:01,474 DEBUG:	                Case (0x3A)
2024-02-17 00:18:01,474 DEBUG:	                {
2024-02-17 00:18:01,474 DEBUG:	                    M000 (0x393A)
2024-02-17 00:18:01,474 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GP17.XHC0, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-17 00:18:01,474 DEBUG:	                    Notify (\_SB.PCI0.GP17.XHC0, 0x02) // Device Wake
2024-02-17 00:18:01,474 DEBUG:	                }
2024-02-17 00:18:01,474 DEBUG:	                Case (0x3B)
2024-02-17 00:18:01,474 DEBUG:	                {
2024-02-17 00:18:01,474 DEBUG:	                    M000 (0x393B)
2024-02-17 00:18:01,474 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GP17.XHC1, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-17 00:18:01,474 DEBUG:	                    Notify (\_SB.PCI0.GP17.XHC1, 0x02) // Device Wake
2024-02-17 00:18:01,474 DEBUG:	                }
2024-02-17 00:18:01,474 DEBUG:	                Case (0x2A)
2024-02-17 00:18:01,474 DEBUG:	                {
2024-02-17 00:18:01,474 DEBUG:	                    M000 (0x392A)
2024-02-17 00:18:01,474 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GPP7.DEV0, 0x01)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-17 00:18:01,474 DEBUG:	                    Notify (\_SB.PCI0.GPP7.DEV0, One) // Device Check
2024-02-17 00:18:01,474 DEBUG:	                }
2024-02-17 00:18:01,474 DEBUG:	                Case (0x3D)
2024-02-17 00:18:01,474 DEBUG:	                {
2024-02-17 00:18:01,474 DEBUG:	                    M000 (0x393D)
2024-02-17 00:18:01,474 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GP17.AZAL, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-17 00:18:01,474 DEBUG:	                    Notify (\_SB.PCI0.GP17.AZAL, 0x02) // Device Wake
2024-02-17 00:18:01,474 DEBUG:	                }
2024-02-17 00:18:01,474 DEBUG:	                Case (0x3E)
2024-02-17 00:18:01,474 DEBUG:	                {
2024-02-17 00:18:01,474 DEBUG:	                    M000 (0x393D)
2024-02-17 00:18:01,474 DEBUG:	                    M460 ("    Notify (\\_SB.PCI0.GP17.ACP, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
2024-02-17 00:18:01,474 DEBUG:	                    Notify (\_SB.PCI0.GP17.ACP, 0x02) // Device Wake
2024-02-17 00:18:01,474 DEBUG:	                }
2024-02-17 00:18:01,474 DEBUG:	
2024-02-17 00:18:01,474 DEBUG:	            }
2024-02-17 00:18:01,474 DEBUG:	
2024-02-17 00:18:01,474 DEBUG:	            M460 ("  OEM-ASL-\\_SB.GPIO._EVT-End Case %d\n", ToInteger (Arg0), Zero, Zero, Zero, Zero, Zero)
2024-02-17 00:18:01,474 DEBUG:	        }
2024-02-17 00:18:01,474 DEBUG:	    }
2024-02-17 00:18:01,474 DEBUG:	}
2024-02-17 00:18:01,474 ERROR:	❌ Kernel is tainted: 4096
2024-02-17 00:18:01,474 INFO:	Your system does not meet s2idle prerequisites!
2024-02-17 00:18:01,474 DEBUG:	Linux version 6.8.0-rc4 (nixbld@localhost) (gcc (GCC) 12.3.0, GNU ld (GNU Binutils) 2.40) #1-NixOS SMP PREEMPT_DYNAMIC Sun Feb 11 20:18:13 UTC 2024
2024-02-17 00:18:01,474 DEBUG:	Command line: initrd=\efi\nixos\bjs3s9krjnynj1952hfn6897kfslbn99-initrd-linux-6.8-rc4-initrd.efi init=/nix/store/07a6zzr6nsjs8azdn4zdq8ylp9p2pfdn-nixos-system-framenix-23.11.20240211.809cca7/init amd_pstate=active amdgpu.sg_display=0 amd_pstate=active amdgpu.abmlevel=1 splash loglevel=4
2024-02-17 00:18:01,474 DEBUG:	BIOS-provided physical RAM map:
2024-02-17 00:18:01,474 DEBUG:	BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
2024-02-17 00:18:01,474 DEBUG:	BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
2024-02-17 00:18:01,474 DEBUG:	BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
2024-02-17 00:18:01,474 DEBUG:	BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
2024-02-17 00:18:01,474 DEBUG:	BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
2024-02-17 00:18:01,474 DEBUG:	BIOS-e820: [mem 0x0000000009f00000-0x0000000009f3bfff] ACPI NVS
2024-02-17 00:18:01,474 DEBUG:	BIOS-e820: [mem 0x0000000009f3c000-0x000000004235ffff] usable
2024-02-17 00:18:01,474 DEBUG:	BIOS-e820: [mem 0x0000000042360000-0x000000004455ffff] reserved
2024-02-17 00:18:01,475 DEBUG:	BIOS-e820: [mem 0x0000000044560000-0x0000000044568fff] usable
2024-02-17 00:18:01,475 DEBUG:	BIOS-e820: [mem 0x0000000044569000-0x000000004456cfff] reserved
2024-02-17 00:18:01,475 DEBUG:	BIOS-e820: [mem 0x000000004456d000-0x000000004456efff] usable
2024-02-17 00:18:01,475 DEBUG:	BIOS-e820: [mem 0x000000004456f000-0x000000004456ffff] reserved
2024-02-17 00:18:01,475 DEBUG:	BIOS-e820: [mem 0x0000000044570000-0x000000005077efff] usable
2024-02-17 00:18:01,475 DEBUG:	BIOS-e820: [mem 0x000000005077f000-0x0000000052f7efff] reserved
2024-02-17 00:18:01,475 DEBUG:	BIOS-e820: [mem 0x0000000052f7f000-0x000000005af7efff] ACPI NVS
2024-02-17 00:18:01,475 DEBUG:	BIOS-e820: [mem 0x000000005af7f000-0x000000005affefff] ACPI data
2024-02-17 00:18:01,475 DEBUG:	BIOS-e820: [mem 0x000000005afff000-0x000000005affffff] usable
2024-02-17 00:18:01,475 DEBUG:	BIOS-e820: [mem 0x000000005b000000-0x000000005bffffff] reserved
2024-02-17 00:18:01,475 DEBUG:	BIOS-e820: [mem 0x000000005d790000-0x000000005d7effff] reserved
2024-02-17 00:18:01,475 DEBUG:	BIOS-e820: [mem 0x000000005d7f5000-0x000000005fffffff] reserved
2024-02-17 00:18:01,475 DEBUG:	BIOS-e820: [mem 0x00000000c0300000-0x00000000c03fffff] reserved
2024-02-17 00:18:01,475 DEBUG:	BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
2024-02-17 00:18:01,475 DEBUG:	BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
2024-02-17 00:18:01,475 DEBUG:	BIOS-e820: [mem 0x0000000100000000-0x000000047e2fffff] usable
2024-02-17 00:18:01,475 DEBUG:	BIOS-e820: [mem 0x0000000480000000-0x00000004c01fffff] reserved
2024-02-17 00:18:01,475 DEBUG:	NX (Execute Disable) protection: active
2024-02-17 00:18:01,475 DEBUG:	APIC: Static calls initialized
2024-02-17 00:18:01,475 DEBUG:	e820: update [mem 0x40492018-0x40496257] usable ==> usable
2024-02-17 00:18:01,475 DEBUG:	e820: update [mem 0x40492018-0x40496257] usable ==> usable
2024-02-17 00:18:01,475 DEBUG:	extended physical RAM map:
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x0000000000100000-0x0000000009afffff] usable
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x0000000009f00000-0x0000000009f3bfff] ACPI NVS
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x0000000009f3c000-0x0000000040492017] usable
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x0000000040492018-0x0000000040496257] usable
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x0000000040496258-0x000000004235ffff] usable
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x0000000042360000-0x000000004455ffff] reserved
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x0000000044560000-0x0000000044568fff] usable
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x0000000044569000-0x000000004456cfff] reserved
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x000000004456d000-0x000000004456efff] usable
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x000000004456f000-0x000000004456ffff] reserved
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x0000000044570000-0x000000005077efff] usable
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x000000005077f000-0x0000000052f7efff] reserved
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x0000000052f7f000-0x000000005af7efff] ACPI NVS
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x000000005af7f000-0x000000005affefff] ACPI data
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x000000005afff000-0x000000005affffff] usable
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x000000005b000000-0x000000005bffffff] reserved
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x000000005d790000-0x000000005d7effff] reserved
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x000000005d7f5000-0x000000005fffffff] reserved
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x00000000c0300000-0x00000000c03fffff] reserved
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x0000000100000000-0x000000047e2fffff] usable
2024-02-17 00:18:01,475 DEBUG:	reserve setup_data: [mem 0x0000000480000000-0x00000004c01fffff] reserved
2024-02-17 00:18:01,475 DEBUG:	efi: EFI v2.8 by INSYDE Corp.
2024-02-17 00:18:01,475 DEBUG:	efi: ACPI=0x5affe000 ACPI 2.0=0x5affe014 TPMFinalLog=0x5af3f000 SMBIOS=0x51677000 SMBIOS 3.0=0x51674000 MEMATTR=0x4b812018 ESRT=0x4d16b898 RNG=0x5af9bf18 INITRD=0x44571698 TPMEventLog=0x40497018 
2024-02-17 00:18:01,475 DEBUG:	random: crng init done
2024-02-17 00:18:01,475 DEBUG:	efi: Remove mem56: MMIO range=[0xc0300000-0xc03fffff] (1MB) from e820 map
2024-02-17 00:18:01,475 DEBUG:	e820: remove [mem 0xc0300000-0xc03fffff] reserved
2024-02-17 00:18:01,475 DEBUG:	efi: Not removing mem57: MMIO range=[0xfed80000-0xfed80fff] (4KB) from e820 map
2024-02-17 00:18:01,475 DEBUG:	efi: Remove mem58: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
2024-02-17 00:18:01,475 DEBUG:	e820: remove [mem 0xff000000-0xffffffff] reserved
2024-02-17 00:18:01,475 DEBUG:	efi: Remove mem60: MMIO range=[0x4a0000000-0x4c01fffff] (514MB) from e820 map
2024-02-17 00:18:01,475 DEBUG:	e820: remove [mem 0x4a0000000-0x4c01fffff] reserved
2024-02-17 00:18:01,475 DEBUG:	SMBIOS 3.5.0 present.
2024-02-17 00:18:01,475 DEBUG:	DMI: Framework Laptop 13 (AMD Ryzen 7040Series)/FRANMDCP07, BIOS 03.03 10/17/2023
2024-02-17 00:18:01,475 DEBUG:	tsc: Fast TSC calibration using PIT
2024-02-17 00:18:01,475 DEBUG:	tsc: Detected 3293.677 MHz processor
2024-02-17 00:18:01,475 DEBUG:	e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
2024-02-17 00:18:01,475 DEBUG:	e820: remove [mem 0x000a0000-0x000fffff] usable
2024-02-17 00:18:01,475 DEBUG:	last_pfn = 0x47e300 max_arch_pfn = 0x400000000
2024-02-17 00:18:01,475 DEBUG:	MTRR map: 7 entries (3 fixed + 4 variable; max 20), built from 9 variable MTRRs
2024-02-17 00:18:01,475 DEBUG:	x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
2024-02-17 00:18:01,475 DEBUG:	last_pfn = 0x5b000 max_arch_pfn = 0x400000000
2024-02-17 00:18:01,475 DEBUG:	esrt: Reserving ESRT space from 0x000000004d16b898 to 0x000000004d16b8d0.
2024-02-17 00:18:01,475 DEBUG:	e820: update [mem 0x4d16b000-0x4d16bfff] usable ==> reserved
2024-02-17 00:18:01,475 DEBUG:	Using GB pages for direct mapping
2024-02-17 00:18:01,475 DEBUG:	Secure boot disabled
2024-02-17 00:18:01,475 DEBUG:	RAMDISK: [mem 0x39769000-0x3c698fff]
2024-02-17 00:18:01,475 DEBUG:	ACPI: Early table checksum verification disabled
2024-02-17 00:18:01,475 DEBUG:	ACPI: RSDP 0x000000005AFFE014 000024 (v02 INSYDE)
2024-02-17 00:18:01,475 DEBUG:	ACPI: XSDT 0x000000005AF9E228 00017C (v01 INSYDE EDK2     00000002      01000013)
2024-02-17 00:18:01,475 DEBUG:	ACPI: FACP 0x000000005AFEE000 00010C (v05 INSYDE EDK2     00000002 ACPI 00040000)
2024-02-17 00:18:01,475 DEBUG:	ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20230628/tbfadt-615)
2024-02-17 00:18:01,475 DEBUG:	ACPI: DSDT 0x000000005AFDE000 0093A6 (v02 INSYDE EDK2     00000002 ACPI 00040000)
2024-02-17 00:18:01,475 DEBUG:	ACPI: FACS 0x000000005AEB4000 000040
2024-02-17 00:18:01,475 DEBUG:	ACPI: UEFI 0x000000005AF67000 0001CF (v01 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,475 DEBUG:	ACPI: SSDT 0x000000005AFF4000 008416 (v02 INSYDE EDK2     00000002 ACPI 00040000)
2024-02-17 00:18:01,475 DEBUG:	ACPI: SSDT 0x000000005AFF3000 00033E (v01 INSYDE EDK2     00001000 ACPI 00040000)
2024-02-17 00:18:01,475 DEBUG:	ACPI: SSDT 0x000000005AFF1000 000ABD (v02 INSYDE EDK2     00001000 ACPI 00040000)
2024-02-17 00:18:01,475 DEBUG:	ACPI: ASF! 0x000000005AFF0000 0000A5 (v32 INSYDE EDK2     00000002 ACPI 00040000)
2024-02-17 00:18:01,475 DEBUG:	ACPI: BOOT 0x000000005AFEF000 000028 (v01 INSYDE EDK2     00000002 ACPI 00040000)
2024-02-17 00:18:01,475 DEBUG:	ACPI: HPET 0x000000005AFED000 000038 (v01 INSYDE EDK2     00000002 ACPI 00040000)
2024-02-17 00:18:01,475 DEBUG:	ACPI: APIC 0x000000005AFEC000 000138 (v03 INSYDE EDK2     00000002 ACPI 00040000)
2024-02-17 00:18:01,475 DEBUG:	ACPI: MCFG 0x000000005AFEB000 00003C (v01 INSYDE EDK2     00000002 ACPI 00040000)
2024-02-17 00:18:01,475 DEBUG:	ACPI: SLIC 0x000000005AFEA000 000176 (v01 INSYDE EDK2     00000002 ACPI 00040000)
2024-02-17 00:18:01,475 DEBUG:	ACPI: VFCT 0x000000005AFD9000 004284 (v01 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,475 DEBUG:	ACPI: SSDT 0x000000005AFD8000 0000F8 (v02 INSYDE EDK2     00001000 ACPI 00040000)
2024-02-17 00:18:01,475 DEBUG:	ACPI: SSDT 0x000000005AFD2000 00547E (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,475 DEBUG:	ACPI: CRAT 0x000000005AFD1000 000F10 (v01 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,475 DEBUG:	ACPI: CDIT 0x000000005AFD0000 000029 (v01 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,475 DEBUG:	ACPI: SSDT 0x000000005AFCF000 000F8D (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,475 DEBUG:	ACPI: SSDT 0x000000005AFCE000 000EC1 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,475 DEBUG:	ACPI: SSDT 0x000000005AFFD000 000931 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,475 DEBUG:	ACPI: SSDT 0x000000005AFCB000 0013EC (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,475 DEBUG:	ACPI: SSDT 0x000000005AFCA000 00077A (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: SSDT 0x000000005AFC9000 000737 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: SSDT 0x000000005AFC7000 0015C8 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: SSDT 0x000000005AFC4000 002A8F (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: SSDT 0x000000005AFBA000 009821 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: FPDT 0x000000005AFB9000 000044 (v01 INSYDE EDK2     00000002 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: WSMT 0x000000005AFB7000 000028 (v01 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: TPM2 0x000000005AFE9000 000050 (v05 INSYDE EDK2     20505348 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: MHSP 0x000000005AFE8000 0000C8 (v04 INSYDE EDK2     20505348 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: SSDT 0x000000005AFB6000 0000E5 (v02 INSYDE EDK2     00000004 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: IVRS 0x000000005AFB5000 0001A4 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: SSDT 0x000000005AFB4000 000747 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: SSDT 0x000000005AFB3000 000C88 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: SSDT 0x000000005AFB2000 000057 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: SSDT 0x000000005AFB0000 00170B (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: SSDT 0x000000005AFAF000 000FF7 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: SSDT 0x000000005AFA5000 0097E3 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: SSDT 0x000000005AFA0000 004FEB (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: SSDT 0x000000005AF9F000 000C7F (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: SSDT 0x000000005AFCD000 000956 (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: SSDT 0x000000005AF9D000 00008D (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: SSDT 0x000000005AF9C000 000EAD (v02 INSYDE EDK2     00000001 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: BGRT 0x000000005AFB8000 000038 (v01 INSYDE EDK2     00000002 ACPI 00040000)
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving FACP table memory at [mem 0x5afee000-0x5afee10b]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving DSDT table memory at [mem 0x5afde000-0x5afe73a5]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving FACS table memory at [mem 0x5aeb4000-0x5aeb403f]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving UEFI table memory at [mem 0x5af67000-0x5af671ce]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5aff4000-0x5affc415]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5aff3000-0x5aff333d]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5aff1000-0x5aff1abc]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving ASF! table memory at [mem 0x5aff0000-0x5aff00a4]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving BOOT table memory at [mem 0x5afef000-0x5afef027]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving HPET table memory at [mem 0x5afed000-0x5afed037]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving APIC table memory at [mem 0x5afec000-0x5afec137]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving MCFG table memory at [mem 0x5afeb000-0x5afeb03b]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SLIC table memory at [mem 0x5afea000-0x5afea175]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving VFCT table memory at [mem 0x5afd9000-0x5afdd283]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afd8000-0x5afd80f7]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afd2000-0x5afd747d]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving CRAT table memory at [mem 0x5afd1000-0x5afd1f0f]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving CDIT table memory at [mem 0x5afd0000-0x5afd0028]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afcf000-0x5afcff8c]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afce000-0x5afceec0]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5affd000-0x5affd930]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afcb000-0x5afcc3eb]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afca000-0x5afca779]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afc9000-0x5afc9736]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afc7000-0x5afc85c7]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afc4000-0x5afc6a8e]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afba000-0x5afc3820]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving FPDT table memory at [mem 0x5afb9000-0x5afb9043]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving WSMT table memory at [mem 0x5afb7000-0x5afb7027]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving TPM2 table memory at [mem 0x5afe9000-0x5afe904f]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving MHSP table memory at [mem 0x5afe8000-0x5afe80c7]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afb6000-0x5afb60e4]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving IVRS table memory at [mem 0x5afb5000-0x5afb51a3]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afb4000-0x5afb4746]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afb3000-0x5afb3c87]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afb2000-0x5afb2056]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afb0000-0x5afb170a]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afaf000-0x5afafff6]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afa5000-0x5afae7e2]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afa0000-0x5afa4fea]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5af9f000-0x5af9fc7e]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5afcd000-0x5afcd955]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5af9d000-0x5af9d08c]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving SSDT table memory at [mem 0x5af9c000-0x5af9ceac]
2024-02-17 00:18:01,476 DEBUG:	ACPI: Reserving BGRT table memory at [mem 0x5afb8000-0x5afb8037]
2024-02-17 00:18:01,476 DEBUG:	No NUMA configuration found
2024-02-17 00:18:01,476 DEBUG:	Faking a node at [mem 0x0000000000000000-0x000000047e2fffff]
2024-02-17 00:18:01,476 DEBUG:	NODE_DATA(0) allocated [mem 0x47e2fa000-0x47e2fffff]
2024-02-17 00:18:01,476 DEBUG:	Zone ranges:
2024-02-17 00:18:01,476 DEBUG:	  DMA      [mem 0x0000000000001000-0x0000000000ffffff]
2024-02-17 00:18:01,476 DEBUG:	  DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
2024-02-17 00:18:01,476 DEBUG:	  Normal   [mem 0x0000000100000000-0x000000047e2fffff]
2024-02-17 00:18:01,476 DEBUG:	  Device   empty
2024-02-17 00:18:01,476 DEBUG:	Movable zone start for each node
2024-02-17 00:18:01,476 DEBUG:	Early memory node ranges
2024-02-17 00:18:01,476 DEBUG:	  node   0: [mem 0x0000000000001000-0x000000000009efff]
2024-02-17 00:18:01,476 DEBUG:	  node   0: [mem 0x0000000000100000-0x0000000009afffff]
2024-02-17 00:18:01,476 DEBUG:	  node   0: [mem 0x0000000009e00000-0x0000000009efffff]
2024-02-17 00:18:01,476 DEBUG:	  node   0: [mem 0x0000000009f3c000-0x000000004235ffff]
2024-02-17 00:18:01,476 DEBUG:	  node   0: [mem 0x0000000044560000-0x0000000044568fff]
2024-02-17 00:18:01,476 DEBUG:	  node   0: [mem 0x000000004456d000-0x000000004456efff]
2024-02-17 00:18:01,476 DEBUG:	  node   0: [mem 0x0000000044570000-0x000000005077efff]
2024-02-17 00:18:01,476 DEBUG:	  node   0: [mem 0x000000005afff000-0x000000005affffff]
2024-02-17 00:18:01,476 DEBUG:	  node   0: [mem 0x0000000100000000-0x000000047e2fffff]
2024-02-17 00:18:01,476 DEBUG:	Initmem setup node 0 [mem 0x0000000000001000-0x000000047e2fffff]
2024-02-17 00:18:01,476 DEBUG:	On node 0, zone DMA: 1 pages in unavailable ranges
2024-02-17 00:18:01,476 DEBUG:	On node 0, zone DMA: 97 pages in unavailable ranges
2024-02-17 00:18:01,476 DEBUG:	On node 0, zone DMA32: 768 pages in unavailable ranges
2024-02-17 00:18:01,476 DEBUG:	On node 0, zone DMA32: 60 pages in unavailable ranges
2024-02-17 00:18:01,476 DEBUG:	On node 0, zone DMA32: 8704 pages in unavailable ranges
2024-02-17 00:18:01,476 DEBUG:	On node 0, zone DMA32: 4 pages in unavailable ranges
2024-02-17 00:18:01,476 DEBUG:	On node 0, zone DMA32: 1 pages in unavailable ranges
2024-02-17 00:18:01,476 DEBUG:	On node 0, zone DMA32: 43136 pages in unavailable ranges
2024-02-17 00:18:01,476 DEBUG:	On node 0, zone Normal: 20480 pages in unavailable ranges
2024-02-17 00:18:01,476 DEBUG:	On node 0, zone Normal: 7424 pages in unavailable ranges
2024-02-17 00:18:01,476 DEBUG:	ACPI: PM-Timer IO Port: 0x408
2024-02-17 00:18:01,476 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
2024-02-17 00:18:01,476 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
2024-02-17 00:18:01,476 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
2024-02-17 00:18:01,476 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
2024-02-17 00:18:01,476 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
2024-02-17 00:18:01,476 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
2024-02-17 00:18:01,476 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
2024-02-17 00:18:01,476 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
2024-02-17 00:18:01,476 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
2024-02-17 00:18:01,477 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
2024-02-17 00:18:01,477 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
2024-02-17 00:18:01,477 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
2024-02-17 00:18:01,477 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
2024-02-17 00:18:01,477 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
2024-02-17 00:18:01,477 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
2024-02-17 00:18:01,477 DEBUG:	ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
2024-02-17 00:18:01,477 DEBUG:	IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
2024-02-17 00:18:01,477 DEBUG:	IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
2024-02-17 00:18:01,477 DEBUG:	ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
2024-02-17 00:18:01,477 DEBUG:	ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
2024-02-17 00:18:01,477 DEBUG:	ACPI: Using ACPI (MADT) for SMP configuration information
2024-02-17 00:18:01,477 DEBUG:	ACPI: HPET id: 0x10228210 base: 0xfed00000
2024-02-17 00:18:01,477 DEBUG:	e820: update [mem 0x4b835000-0x4b883fff] usable ==> reserved
2024-02-17 00:18:01,477 DEBUG:	smpboot: Allowing 16 CPUs, 0 hotplug CPUs
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f3bfff]
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x40492000-0x40492fff]
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x40496000-0x40496fff]
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x42360000-0x4455ffff]
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x44569000-0x4456cfff]
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x4456f000-0x4456ffff]
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x4b835000-0x4b883fff]
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x4d16b000-0x4d16bfff]
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x5077f000-0x52f7efff]
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x52f7f000-0x5af7efff]
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x5af7f000-0x5affefff]
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x5b000000-0x5bffffff]
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x5c000000-0x5d78ffff]
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x5d790000-0x5d7effff]
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x5d7f0000-0x5d7f4fff]
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x5d7f5000-0x5fffffff]
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0x60000000-0xfed7ffff]
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
2024-02-17 00:18:01,477 DEBUG:	PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xffffffff]
2024-02-17 00:18:01,477 DEBUG:	[mem 0x60000000-0xfed7ffff] available for PCI devices
2024-02-17 00:18:01,477 DEBUG:	Booting paravirtualized kernel on bare hardware
2024-02-17 00:18:01,477 DEBUG:	clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
2024-02-17 00:18:01,477 DEBUG:	setup_percpu: NR_CPUS:384 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
2024-02-17 00:18:01,477 DEBUG:	percpu: Embedded 84 pages/cpu s221184 r8192 d114688 u524288
2024-02-17 00:18:01,477 DEBUG:	pcpu-alloc: s221184 r8192 d114688 u524288 alloc=1*2097152
2024-02-17 00:18:01,477 DEBUG:	pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
2024-02-17 00:18:01,477 DEBUG:	pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15 
2024-02-17 00:18:01,477 DEBUG:	Kernel command line: initrd=\efi\nixos\bjs3s9krjnynj1952hfn6897kfslbn99-initrd-linux-6.8-rc4-initrd.efi init=/nix/store/07a6zzr6nsjs8azdn4zdq8ylp9p2pfdn-nixos-system-framenix-23.11.20240211.809cca7/init amd_pstate=active amdgpu.sg_display=0 amd_pstate=active amdgpu.abmlevel=1 splash loglevel=4
2024-02-17 00:18:01,477 DEBUG:	Unknown kernel command line parameters "splash", will be passed to user space.
2024-02-17 00:18:01,477 DEBUG:	Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
2024-02-17 00:18:01,477 DEBUG:	Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
2024-02-17 00:18:01,477 DEBUG:	Fallback order for Node 0: 0 
2024-02-17 00:18:01,477 DEBUG:	Built 1 zonelists, mobility grouping on.  Total pages: 3920170
2024-02-17 00:18:01,477 DEBUG:	Policy zone: Normal
2024-02-17 00:18:01,477 DEBUG:	mem auto-init: stack:all(zero), heap alloc:off, heap free:off
2024-02-17 00:18:01,477 DEBUG:	software IO TLB: area num 16.
2024-02-17 00:18:01,477 DEBUG:	Memory: 15411736K/15930228K available (14336K kernel code, 2321K rwdata, 9464K rodata, 3008K init, 2880K bss, 518232K reserved, 0K cma-reserved)
2024-02-17 00:18:01,477 DEBUG:	SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
2024-02-17 00:18:01,477 DEBUG:	ftrace: allocating 40393 entries in 158 pages
2024-02-17 00:18:01,477 DEBUG:	ftrace: allocated 158 pages with 5 groups
2024-02-17 00:18:01,477 DEBUG:	Dynamic Preempt: voluntary
2024-02-17 00:18:01,477 DEBUG:	rcu: Preemptible hierarchical RCU implementation.
2024-02-17 00:18:01,477 DEBUG:	rcu: 	RCU event tracing is enabled.
2024-02-17 00:18:01,477 DEBUG:	rcu: 	RCU restricting CPUs from NR_CPUS=384 to nr_cpu_ids=16.
2024-02-17 00:18:01,477 DEBUG:		Trampoline variant of Tasks RCU enabled.
2024-02-17 00:18:01,477 DEBUG:		Rude variant of Tasks RCU enabled.
2024-02-17 00:18:01,477 DEBUG:		Tracing variant of Tasks RCU enabled.
2024-02-17 00:18:01,477 DEBUG:	rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
2024-02-17 00:18:01,477 DEBUG:	rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
2024-02-17 00:18:01,477 DEBUG:	NR_IRQS: 24832, nr_irqs: 1096, preallocated irqs: 16
2024-02-17 00:18:01,477 DEBUG:	rcu: srcu_init: Setting srcu_struct sizes based on contention.
2024-02-17 00:18:01,477 DEBUG:	Console: colour dummy device 80x25
2024-02-17 00:18:01,477 DEBUG:	printk: legacy console [tty0] enabled
2024-02-17 00:18:01,477 DEBUG:	ACPI: Core revision 20230628
2024-02-17 00:18:01,477 DEBUG:	clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
2024-02-17 00:18:01,477 DEBUG:	APIC: Switch to symmetric I/O mode setup
2024-02-17 00:18:01,477 DEBUG:	AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
2024-02-17 00:18:01,477 DEBUG:	AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
2024-02-17 00:18:01,477 DEBUG:	AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
2024-02-17 00:18:01,477 DEBUG:	AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
2024-02-17 00:18:01,477 DEBUG:	AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x0
2024-02-17 00:18:01,477 DEBUG:	x2apic: IRQ remapping doesn't support X2APIC mode
2024-02-17 00:18:01,477 DEBUG:	APIC: Switched APIC routing to: physical flat
2024-02-17 00:18:01,477 DEBUG:	..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
2024-02-17 00:18:01,477 DEBUG:	clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2f79f6f86c0, max_idle_ns: 440795228405 ns
2024-02-17 00:18:01,477 DEBUG:	Calibrating delay loop (skipped), value calculated using timer frequency.. 6587.35 BogoMIPS (lpj=3293677)
2024-02-17 00:18:01,477 DEBUG:	x86/cpu: User Mode Instruction Prevention (UMIP) activated
2024-02-17 00:18:01,477 DEBUG:	LVT offset 1 assigned for vector 0xf9
2024-02-17 00:18:01,477 DEBUG:	LVT offset 2 assigned for vector 0xf4
2024-02-17 00:18:01,477 DEBUG:	process: using mwait in idle threads
2024-02-17 00:18:01,477 DEBUG:	Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
2024-02-17 00:18:01,477 DEBUG:	Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
2024-02-17 00:18:01,477 DEBUG:	Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
2024-02-17 00:18:01,477 DEBUG:	Spectre V2 : Mitigation: Enhanced / Automatic IBRS
2024-02-17 00:18:01,477 DEBUG:	Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
2024-02-17 00:18:01,477 DEBUG:	Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
2024-02-17 00:18:01,477 DEBUG:	Spectre V2 : User space: Mitigation: STIBP always-on protection
2024-02-17 00:18:01,477 DEBUG:	Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
2024-02-17 00:18:01,477 DEBUG:	Speculative Return Stack Overflow: IBPB-extending microcode not applied!
2024-02-17 00:18:01,477 DEBUG:	Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options.
2024-02-17 00:18:01,477 DEBUG:	Speculative Return Stack Overflow: Vulnerable: Safe RET, no microcode
2024-02-17 00:18:01,477 DEBUG:	x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
2024-02-17 00:18:01,477 DEBUG:	x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
2024-02-17 00:18:01,477 DEBUG:	x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
2024-02-17 00:18:01,477 DEBUG:	x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
2024-02-17 00:18:01,477 DEBUG:	x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
2024-02-17 00:18:01,478 DEBUG:	x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
2024-02-17 00:18:01,478 DEBUG:	x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
2024-02-17 00:18:01,478 DEBUG:	x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
2024-02-17 00:18:01,478 DEBUG:	x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
2024-02-17 00:18:01,478 DEBUG:	x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
2024-02-17 00:18:01,478 DEBUG:	x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
2024-02-17 00:18:01,478 DEBUG:	x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
2024-02-17 00:18:01,478 DEBUG:	x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
2024-02-17 00:18:01,478 DEBUG:	x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]:   16
2024-02-17 00:18:01,478 DEBUG:	x86/fpu: Enabled xstate features 0xae7, context size is 2456 bytes, using 'compacted' format.
2024-02-17 00:18:01,478 DEBUG:	Freeing SMP alternatives memory: 36K
2024-02-17 00:18:01,478 DEBUG:	pid_max: default: 32768 minimum: 301
2024-02-17 00:18:01,478 DEBUG:	LSM: initializing lsm=capability,landlock,yama,selinux,bpf,integrity
2024-02-17 00:18:01,478 DEBUG:	landlock: Up and running.
2024-02-17 00:18:01,478 DEBUG:	Yama: becoming mindful.
2024-02-17 00:18:01,478 DEBUG:	SELinux:  Initializing.
2024-02-17 00:18:01,478 DEBUG:	LSM support for eBPF active
2024-02-17 00:18:01,478 DEBUG:	Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
2024-02-17 00:18:01,478 DEBUG:	Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
2024-02-17 00:18:01,478 DEBUG:	smpboot: CPU0: AMD Ryzen 7 7840U w/ Radeon  780M Graphics (family: 0x19, model: 0x74, stepping: 0x1)
2024-02-17 00:18:01,478 DEBUG:	RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
2024-02-17 00:18:01,478 DEBUG:	RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
2024-02-17 00:18:01,478 DEBUG:	RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
2024-02-17 00:18:01,478 DEBUG:	Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
2024-02-17 00:18:01,478 DEBUG:	... version:                2
2024-02-17 00:18:01,478 DEBUG:	... bit width:              48
2024-02-17 00:18:01,478 DEBUG:	... generic registers:      6
2024-02-17 00:18:01,478 DEBUG:	... value mask:             0000ffffffffffff
2024-02-17 00:18:01,478 DEBUG:	... max period:             00007fffffffffff
2024-02-17 00:18:01,478 DEBUG:	... fixed-purpose events:   0
2024-02-17 00:18:01,478 DEBUG:	... event mask:             000000000000003f
2024-02-17 00:18:01,478 DEBUG:	signal: max sigframe size: 3376
2024-02-17 00:18:01,478 DEBUG:	rcu: Hierarchical SRCU implementation.
2024-02-17 00:18:01,478 DEBUG:	rcu: 	Max phase no-delay instances is 400.
2024-02-17 00:18:01,478 DEBUG:	smp: Bringing up secondary CPUs ...
2024-02-17 00:18:01,478 DEBUG:	smpboot: x86: Booting SMP configuration:
2024-02-17 00:18:01,478 DEBUG:	.... node  #0, CPUs:        #2  #4  #6  #8 #10 #12 #14  #1  #3  #5  #7  #9 #11 #13 #15
2024-02-17 00:18:01,478 DEBUG:	Spectre V2 : Update user space SMT mitigation: STIBP always-on
2024-02-17 00:18:01,478 DEBUG:	smp: Brought up 1 node, 16 CPUs
2024-02-17 00:18:01,478 DEBUG:	smpboot: Max logical packages: 1
2024-02-17 00:18:01,478 DEBUG:	smpboot: Total of 16 processors activated (105397.66 BogoMIPS)
2024-02-17 00:18:01,478 DEBUG:	devtmpfs: initialized
2024-02-17 00:18:01,478 DEBUG:	x86/mm: Memory block size: 128MB
2024-02-17 00:18:01,478 DEBUG:	ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f3bfff] (245760 bytes)
2024-02-17 00:18:01,478 DEBUG:	ACPI: PM: Registering ACPI NVS region [mem 0x52f7f000-0x5af7efff] (134217728 bytes)
2024-02-17 00:18:01,478 DEBUG:	clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
2024-02-17 00:18:01,478 DEBUG:	futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
2024-02-17 00:18:01,478 DEBUG:	pinctrl core: initialized pinctrl subsystem
2024-02-17 00:18:01,478 DEBUG:	NET: Registered PF_NETLINK/PF_ROUTE protocol family
2024-02-17 00:18:01,478 DEBUG:	DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
2024-02-17 00:18:01,478 DEBUG:	DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
2024-02-17 00:18:01,478 DEBUG:	DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
2024-02-17 00:18:01,478 DEBUG:	audit: initializing netlink subsys (disabled)
2024-02-17 00:18:01,478 DEBUG:	audit: type=2000 audit(1708125370.155:1): state=initialized audit_enabled=0 res=1
2024-02-17 00:18:01,478 DEBUG:	thermal_sys: Registered thermal governor 'bang_bang'
2024-02-17 00:18:01,478 DEBUG:	thermal_sys: Registered thermal governor 'step_wise'
2024-02-17 00:18:01,478 DEBUG:	thermal_sys: Registered thermal governor 'user_space'
2024-02-17 00:18:01,478 DEBUG:	cpuidle: using governor menu
2024-02-17 00:18:01,478 DEBUG:	Simple Boot Flag at 0x44 set to 0x1
2024-02-17 00:18:01,478 DEBUG:	acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
2024-02-17 00:18:01,478 DEBUG:	PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
2024-02-17 00:18:01,478 DEBUG:	PCI: not using ECAM ([mem 0xe0000000-0xefffffff] not reserved)
2024-02-17 00:18:01,478 DEBUG:	PCI: Using configuration type 1 for base access
2024-02-17 00:18:01,478 DEBUG:	PCI: Using configuration type 1 for extended access
2024-02-17 00:18:01,478 DEBUG:	kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
2024-02-17 00:18:01,478 DEBUG:	HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
2024-02-17 00:18:01,478 DEBUG:	HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
2024-02-17 00:18:01,478 DEBUG:	HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
2024-02-17 00:18:01,478 DEBUG:	HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
2024-02-17 00:18:01,478 DEBUG:	ACPI: Added _OSI(Module Device)
2024-02-17 00:18:01,478 DEBUG:	ACPI: Added _OSI(Processor Device)
2024-02-17 00:18:01,478 DEBUG:	ACPI: Added _OSI(3.0 _SCP Extensions)
2024-02-17 00:18:01,478 DEBUG:	ACPI: Added _OSI(Processor Aggregator Device)
2024-02-17 00:18:01,478 DEBUG:	ACPI: 27 ACPI AML tables successfully acquired and loaded
2024-02-17 00:18:01,478 DEBUG:	ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
2024-02-17 00:18:01,478 DEBUG:	ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
2024-02-17 00:18:01,478 DEBUG:	ACPI: _OSC evaluation for CPUs failed, trying _PDC
2024-02-17 00:18:01,478 DEBUG:	ACPI: EC: EC started
2024-02-17 00:18:01,478 DEBUG:	ACPI: EC: interrupt blocked
2024-02-17 00:18:01,478 DEBUG:	ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
2024-02-17 00:18:01,478 DEBUG:	ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
2024-02-17 00:18:01,478 DEBUG:	ACPI: Interpreter enabled
2024-02-17 00:18:01,478 DEBUG:	ACPI: PM: (supports S0 S4 S5)
2024-02-17 00:18:01,478 DEBUG:	ACPI: Using IOAPIC for interrupt routing
2024-02-17 00:18:01,478 DEBUG:	PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
2024-02-17 00:18:01,478 DEBUG:	PCI: [Firmware Info]: ECAM [mem 0xe0000000-0xefffffff] not reserved in ACPI motherboard resources
2024-02-17 00:18:01,478 DEBUG:	PCI: not using ECAM ([mem 0xe0000000-0xefffffff] not reserved)
2024-02-17 00:18:01,478 DEBUG:	PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
2024-02-17 00:18:01,478 DEBUG:	PCI: Ignoring E820 reservations for host bridge windows
2024-02-17 00:18:01,478 DEBUG:	ACPI: Enabled 3 GPEs in block 00 to 1F
2024-02-17 00:18:01,478 DEBUG:	ACPI: \_SB_.PCI0.GPP8.P0NV: New power resource
2024-02-17 00:18:01,478 DEBUG:	ACPI: \_SB_.PCI0.GP11.PWRS: New power resource
2024-02-17 00:18:01,478 DEBUG:	ACPI: \_SB_.PCI0.GP11.SWUS.PWRS: New power resource
2024-02-17 00:18:01,478 DEBUG:	ACPI: \_SB_.PCI0.GP12.PWRS: New power resource
2024-02-17 00:18:01,478 DEBUG:	ACPI: \_SB_.PCI0.GP12.SWUS.PWRS: New power resource
2024-02-17 00:18:01,478 DEBUG:	ACPI: \_SB_.PCI0.GP17.PWRS: New power resource
2024-02-17 00:18:01,478 DEBUG:	ACPI: \_SB_.PCI0.GP17.VGA_.PWRS: New power resource
2024-02-17 00:18:01,478 DEBUG:	ACPI: \_SB_.PCI0.GP17.ACP_.PWRS: New power resource
2024-02-17 00:18:01,478 DEBUG:	ACPI: \_SB_.PCI0.GP17.AZAL.PWRS: New power resource
2024-02-17 00:18:01,478 DEBUG:	ACPI: \_SB_.PCI0.GP17.HDAU.PWRS: New power resource
2024-02-17 00:18:01,478 DEBUG:	ACPI: \_SB_.PCI0.GP17.XHC0.PWRS: New power resource
2024-02-17 00:18:01,478 DEBUG:	ACPI: \_SB_.PCI0.GP17.XHC1.PWRS: New power resource
2024-02-17 00:18:01,478 DEBUG:	ACPI: \_SB_.PCI0.GP19.XHC2.PWRS: New power resource
2024-02-17 00:18:01,478 DEBUG:	ACPI: \_SB_.PCI0.GP19.NHI0.PWRS: New power resource
2024-02-17 00:18:01,478 DEBUG:	ACPI: \_SB_.PCI0.GP19.XHC3.PWRS: New power resource
2024-02-17 00:18:01,478 DEBUG:	ACPI: \_SB_.PCI0.GP19.NHI1.PWRS: New power resource
2024-02-17 00:18:01,479 DEBUG:	ACPI: \_SB_.PCI0.GP19.XHC4.PWRS: New power resource
2024-02-17 00:18:01,479 DEBUG:	ACPI: \_SB_.PRWL: New power resource
2024-02-17 00:18:01,479 DEBUG:	ACPI: \_SB_.PRWB: New power resource
2024-02-17 00:18:01,479 DEBUG:	ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
2024-02-17 00:18:01,479 DEBUG:	acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2024-02-17 00:18:01,479 DEBUG:	acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2024-02-17 00:18:01,479 DEBUG:	PCI host bridge to bus 0000:00
2024-02-17 00:18:01,479 DEBUG:	pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
2024-02-17 00:18:01,479 DEBUG:	pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
2024-02-17 00:18:01,479 DEBUG:	pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
2024-02-17 00:18:01,479 DEBUG:	pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cffff window]
2024-02-17 00:18:01,479 DEBUG:	pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
2024-02-17 00:18:01,479 DEBUG:	pci_bus 0000:00: root bus resource [mem 0x60000000-0x90bfffff window]
2024-02-17 00:18:01,479 DEBUG:	pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfec00000 window]
2024-02-17 00:18:01,479 DEBUG:	pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfed814ff window]
2024-02-17 00:18:01,479 DEBUG:	pci_bus 0000:00: root bus resource [mem 0xfed81900-0xfed81fff window]
2024-02-17 00:18:01,479 DEBUG:	pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc0fff window]
2024-02-17 00:18:01,479 DEBUG:	pci_bus 0000:00: root bus resource [mem 0xfedc6000-0xfedc6fff window]
2024-02-17 00:18:01,479 DEBUG:	pci_bus 0000:00: root bus resource [mem 0x4c0200000-0x7d1fffffff window]
2024-02-17 00:18:01,479 DEBUG:	pci_bus 0000:00: root bus resource [bus 00-ff]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:00.0: [1022:14e8] type 00 class 0x060000 conventional PCI endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:00.2: [1022:14e9] type 00 class 0x080600 conventional PCI endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:01.0: [1022:14ea] type 00 class 0x060000 conventional PCI endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:02.0: [1022:14ea] type 00 class 0x060000 conventional PCI endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:02.2: [1022:14ee] type 01 class 0x060400 PCIe Root Port
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:02.2: PCI bridge to [bus 01]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:02.2:   bridge window [mem 0x90b00000-0x90bfffff]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:02.2:   bridge window [mem 0x7c10900000-0x7c109fffff 64bit pref]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:02.4: [1022:14ee] type 01 class 0x060400 PCIe Root Port
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:02.4: PCI bridge to [bus 02]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:02.4:   bridge window [mem 0x90a00000-0x90afffff]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:03.0: [1022:14ea] type 00 class 0x060000 conventional PCI endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:03.1: [1022:14ef] type 01 class 0x060400 PCIe Root Port
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:03.1: PCI bridge to [bus 03-61]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:03.1:   bridge window [io  0x6000-0x9fff]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:03.1:   bridge window [mem 0x78000000-0x8fffffff]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:03.1:   bridge window [mem 0x6c00000000-0x7bffffffff 64bit pref]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:04.0: [1022:14ea] type 00 class 0x060000 conventional PCI endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:04.1: [1022:14ef] type 01 class 0x060400 PCIe Root Port
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:04.1: PCI bridge to [bus 62-c0]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:04.1:   bridge window [io  0x2000-0x5fff]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:04.1:   bridge window [mem 0x60000000-0x77ffffff]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:04.1:   bridge window [mem 0x5c00000000-0x6bffffffff 64bit pref]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:04.1: PME# supported from D0 D3hot D3cold
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:08.0: [1022:14ea] type 00 class 0x060000 conventional PCI endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:08.1: [1022:14eb] type 01 class 0x060400 PCIe Root Port
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:08.1: PCI bridge to [bus c1]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:08.1:   bridge window [mem 0x90000000-0x905fffff]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:08.1:   bridge window [mem 0x7c00000000-0x7c107fffff 64bit pref]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:08.1: enabling Extended Tags
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:08.2: [1022:14eb] type 01 class 0x060400 PCIe Root Port
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:08.2: PCI bridge to [bus c2]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:08.2:   bridge window [mem 0x90900000-0x909fffff]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:08.2:   bridge window [mem 0x7c10800000-0x7c108fffff 64bit pref]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:08.2: enabling Extended Tags
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:08.3: [1022:14eb] type 01 class 0x060400 PCIe Root Port
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:08.3: PCI bridge to [bus c3]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:08.3:   bridge window [mem 0x90600000-0x908fffff]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:08.3: enabling Extended Tags
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:18.0: [1022:14f0] type 00 class 0x060000 conventional PCI endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:18.1: [1022:14f1] type 00 class 0x060000 conventional PCI endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:18.2: [1022:14f2] type 00 class 0x060000 conventional PCI endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:18.3: [1022:14f3] type 00 class 0x060000 conventional PCI endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:18.4: [1022:14f4] type 00 class 0x060000 conventional PCI endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:18.5: [1022:14f5] type 00 class 0x060000 conventional PCI endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:18.6: [1022:14f6] type 00 class 0x060000 conventional PCI endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:18.7: [1022:14f7] type 00 class 0x060000 conventional PCI endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:01:00.0: [14c3:0616] type 00 class 0x028000 PCIe Endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:01:00.0: BAR 0 [mem 0x7c10900000-0x7c109fffff 64bit pref]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:01:00.0: BAR 2 [mem 0x90b00000-0x90b07fff 64bit]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:02.2: PCI bridge to [bus 01]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:02:00.0: [15b7:5017] type 00 class 0x010802 PCIe Endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:02:00.0: BAR 0 [mem 0x90a00000-0x90a03fff 64bit]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:02.4: PCI bridge to [bus 02]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:03.1: PCI bridge to [bus 03-61]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:00:04.1: PCI bridge to [bus 62-c0]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:c1:00.0: [1002:15bf] type 00 class 0x030000 PCIe Legacy Endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:c1:00.0: BAR 0 [mem 0x7c00000000-0x7c0fffffff 64bit pref]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:c1:00.0: BAR 2 [mem 0x90000000-0x901fffff 64bit pref]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:c1:00.0: BAR 4 [io  0x1000-0x10ff]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:c1:00.0: BAR 5 [mem 0x90500000-0x9057ffff]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:c1:00.0: enabling Extended Tags
2024-02-17 00:18:01,479 DEBUG:	pci 0000:c1:00.0: BAR 0: assigned to efifb
2024-02-17 00:18:01,479 DEBUG:	pci 0000:c1:00.0: PME# supported from D1 D2 D3hot D3cold
2024-02-17 00:18:01,479 DEBUG:	pci 0000:c1:00.1: [1002:1640] type 00 class 0x040300 PCIe Legacy Endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:c1:00.1: BAR 0 [mem 0x905c8000-0x905cbfff]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:c1:00.1: enabling Extended Tags
2024-02-17 00:18:01,479 DEBUG:	pci 0000:c1:00.1: PME# supported from D1 D2 D3hot D3cold
2024-02-17 00:18:01,479 DEBUG:	pci 0000:c1:00.2: [1022:15c7] type 00 class 0x108000 PCIe Endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:c1:00.2: BAR 2 [mem 0x90400000-0x904fffff]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:c1:00.2: BAR 5 [mem 0x905cc000-0x905cdfff]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:c1:00.2: enabling Extended Tags
2024-02-17 00:18:01,479 DEBUG:	pci 0000:c1:00.3: [1022:15b9] type 00 class 0x0c0330 PCIe Endpoint
2024-02-17 00:18:01,479 DEBUG:	pci 0000:c1:00.3: BAR 0 [mem 0x90200000-0x902fffff 64bit]
2024-02-17 00:18:01,479 DEBUG:	pci 0000:c1:00.3: enabling Extended Tags
2024-02-17 00:18:01,479 DEBUG:	pci 0000:c1:00.3: PME# supported from D0 D3hot D3cold
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c1:00.4: [1022:15ba] type 00 class 0x0c0330 PCIe Endpoint
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c1:00.4: BAR 0 [mem 0x90300000-0x903fffff 64bit]
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c1:00.4: enabling Extended Tags
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c1:00.4: PME# supported from D0 D3hot D3cold
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c1:00.5: [1022:15e2] type 00 class 0x048000 PCIe Endpoint
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c1:00.5: BAR 0 [mem 0x90580000-0x905bffff]
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c1:00.5: BAR 2 [mem 0x7c10000000-0x7c107fffff 64bit pref]
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c1:00.5: enabling Extended Tags
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c1:00.5: PME# supported from D0 D3hot D3cold
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c1:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c1:00.6: BAR 0 [mem 0x905c0000-0x905c7fff]
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c1:00.6: enabling Extended Tags
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c1:00.6: PME# supported from D0 D3hot D3cold
2024-02-17 00:18:01,480 DEBUG:	pci 0000:00:08.1: PCI bridge to [bus c1]
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c2:00.0: [1022:14ec] type 00 class 0x130000 PCIe Endpoint
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c2:00.0: enabling Extended Tags
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c2:00.0: PME# supported from D3hot D3cold
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c2:00.1: [1022:1502] type 00 class 0x118000 PCIe Endpoint
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c2:00.1: BAR 0 [mem 0x90900000-0x9097ffff]
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c2:00.1: BAR 1 [mem 0x909c0000-0x909c1fff]
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c2:00.1: BAR 2 [mem 0x7c10800000-0x7c1083ffff 64bit pref]
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c2:00.1: BAR 4 [mem 0x90980000-0x909bffff]
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c2:00.1: enabling Extended Tags
2024-02-17 00:18:01,480 DEBUG:	pci 0000:00:08.2: PCI bridge to [bus c2]
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c3:00.0: [1022:14ec] type 00 class 0x130000 PCIe Endpoint
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c3:00.0: enabling Extended Tags
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c3:00.3: [1022:15c0] type 00 class 0x0c0330 PCIe Endpoint
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c3:00.3: BAR 0 [mem 0x90600000-0x906fffff 64bit]
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c3:00.3: enabling Extended Tags
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c3:00.3: PME# supported from D0 D3hot D3cold
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c3:00.4: [1022:15c1] type 00 class 0x0c0330 PCIe Endpoint
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c3:00.4: BAR 0 [mem 0x90700000-0x907fffff 64bit]
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c3:00.4: enabling Extended Tags
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c3:00.4: PME# supported from D0 D3hot D3cold
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c3:00.5: [1022:1668] type 00 class 0x0c0340 PCIe Endpoint
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c3:00.5: BAR 0 [mem 0x90800000-0x9087ffff 64bit]
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c3:00.5: Max Payload Size set to 128 (was 256, max 256)
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c3:00.5: enabling Extended Tags
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c3:00.5: PME# supported from D0 D3hot D3cold
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c3:00.6: [1022:1669] type 00 class 0x0c0340 PCIe Endpoint
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c3:00.6: BAR 0 [mem 0x90880000-0x908fffff 64bit]
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c3:00.6: Max Payload Size set to 128 (was 256, max 256)
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c3:00.6: enabling Extended Tags
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c3:00.6: PME# supported from D0 D3hot D3cold
2024-02-17 00:18:01,480 DEBUG:	pci 0000:00:08.3: PCI bridge to [bus c3]
2024-02-17 00:18:01,480 DEBUG:	ACPI: PCI: Interrupt link LNKA configured for IRQ 0
2024-02-17 00:18:01,480 DEBUG:	ACPI: PCI: Interrupt link LNKA disabled
2024-02-17 00:18:01,480 DEBUG:	ACPI: PCI: Interrupt link LNKB configured for IRQ 0
2024-02-17 00:18:01,480 DEBUG:	ACPI: PCI: Interrupt link LNKB disabled
2024-02-17 00:18:01,480 DEBUG:	ACPI: PCI: Interrupt link LNKC configured for IRQ 0
2024-02-17 00:18:01,480 DEBUG:	ACPI: PCI: Interrupt link LNKC disabled
2024-02-17 00:18:01,480 DEBUG:	ACPI: PCI: Interrupt link LNKD configured for IRQ 0
2024-02-17 00:18:01,480 DEBUG:	ACPI: PCI: Interrupt link LNKD disabled
2024-02-17 00:18:01,480 DEBUG:	ACPI: PCI: Interrupt link LNKE configured for IRQ 0
2024-02-17 00:18:01,480 DEBUG:	ACPI: PCI: Interrupt link LNKE disabled
2024-02-17 00:18:01,480 DEBUG:	ACPI: PCI: Interrupt link LNKF configured for IRQ 0
2024-02-17 00:18:01,480 DEBUG:	ACPI: PCI: Interrupt link LNKF disabled
2024-02-17 00:18:01,480 DEBUG:	ACPI: PCI: Interrupt link LNKG configured for IRQ 0
2024-02-17 00:18:01,480 DEBUG:	ACPI: PCI: Interrupt link LNKG disabled
2024-02-17 00:18:01,480 DEBUG:	ACPI: PCI: Interrupt link LNKH configured for IRQ 0
2024-02-17 00:18:01,480 DEBUG:	ACPI: PCI: Interrupt link LNKH disabled
2024-02-17 00:18:01,480 DEBUG:	Low-power S0 idle used by default for system suspend
2024-02-17 00:18:01,480 DEBUG:	ACPI: EC: interrupt unblocked
2024-02-17 00:18:01,480 DEBUG:	ACPI: EC: event unblocked
2024-02-17 00:18:01,480 DEBUG:	ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
2024-02-17 00:18:01,480 DEBUG:	ACPI: EC: GPE=0xb
2024-02-17 00:18:01,480 DEBUG:	ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
2024-02-17 00:18:01,480 DEBUG:	ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
2024-02-17 00:18:01,480 DEBUG:	iommu: Default domain type: Translated
2024-02-17 00:18:01,480 DEBUG:	iommu: DMA domain TLB invalidation policy: lazy mode
2024-02-17 00:18:01,480 DEBUG:	efivars: Registered efivars operations
2024-02-17 00:18:01,480 DEBUG:	NetLabel: Initializing
2024-02-17 00:18:01,480 DEBUG:	NetLabel:  domain hash size = 128
2024-02-17 00:18:01,480 DEBUG:	NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
2024-02-17 00:18:01,480 DEBUG:	NetLabel:  unlabeled traffic allowed by default
2024-02-17 00:18:01,480 DEBUG:	PCI: Using ACPI for IRQ routing
2024-02-17 00:18:01,480 DEBUG:	PCI: pci_cache_line_size set to 64 bytes
2024-02-17 00:18:01,480 DEBUG:	e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
2024-02-17 00:18:01,480 DEBUG:	e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
2024-02-17 00:18:01,480 DEBUG:	e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
2024-02-17 00:18:01,480 DEBUG:	e820: reserve RAM buffer [mem 0x40492018-0x43ffffff]
2024-02-17 00:18:01,480 DEBUG:	e820: reserve RAM buffer [mem 0x42360000-0x43ffffff]
2024-02-17 00:18:01,480 DEBUG:	e820: reserve RAM buffer [mem 0x44569000-0x47ffffff]
2024-02-17 00:18:01,480 DEBUG:	e820: reserve RAM buffer [mem 0x4456f000-0x47ffffff]
2024-02-17 00:18:01,480 DEBUG:	e820: reserve RAM buffer [mem 0x4b835000-0x4bffffff]
2024-02-17 00:18:01,480 DEBUG:	e820: reserve RAM buffer [mem 0x4d16b000-0x4fffffff]
2024-02-17 00:18:01,480 DEBUG:	e820: reserve RAM buffer [mem 0x5077f000-0x53ffffff]
2024-02-17 00:18:01,480 DEBUG:	e820: reserve RAM buffer [mem 0x5b000000-0x5bffffff]
2024-02-17 00:18:01,480 DEBUG:	e820: reserve RAM buffer [mem 0x47e300000-0x47fffffff]
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c1:00.0: vgaarb: setting as boot VGA device
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c1:00.0: vgaarb: bridge control possible
2024-02-17 00:18:01,480 DEBUG:	pci 0000:c1:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
2024-02-17 00:18:01,480 DEBUG:	vgaarb: loaded
2024-02-17 00:18:01,480 DEBUG:	hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
2024-02-17 00:18:01,480 DEBUG:	hpet0: 3 comparators, 32-bit 14.318180 MHz counter
2024-02-17 00:18:01,480 DEBUG:	clocksource: Switched to clocksource tsc-early
2024-02-17 00:18:01,480 DEBUG:	VFS: Disk quotas dquot_6.6.0
2024-02-17 00:18:01,480 DEBUG:	VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
2024-02-17 00:18:01,480 DEBUG:	pnp: PnP ACPI init
2024-02-17 00:18:01,480 DEBUG:	system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
2024-02-17 00:18:01,480 DEBUG:	system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
2024-02-17 00:18:01,480 DEBUG:	system 00:02: [io  0x0400-0x04cf] has been reserved
2024-02-17 00:18:01,480 DEBUG:	system 00:02: [io  0x04d0-0x04d1] has been reserved
2024-02-17 00:18:01,480 DEBUG:	system 00:02: [io  0x04d6] has been reserved
2024-02-17 00:18:01,480 DEBUG:	system 00:02: [io  0x0c00-0x0c01] has been reserved
2024-02-17 00:18:01,480 DEBUG:	system 00:02: [io  0x0c14] has been reserved
2024-02-17 00:18:01,481 DEBUG:	system 00:02: [io  0x0c50-0x0c52] has been reserved
2024-02-17 00:18:01,481 DEBUG:	system 00:02: [io  0x0c6c] has been reserved
2024-02-17 00:18:01,481 DEBUG:	system 00:02: [io  0x0c6f] has been reserved
2024-02-17 00:18:01,481 DEBUG:	system 00:02: [io  0x0cd0-0x0cdb] has been reserved
2024-02-17 00:18:01,481 DEBUG:	system 00:03: [mem 0x000e0000-0x000fffff] could not be reserved
2024-02-17 00:18:01,481 DEBUG:	system 00:03: [mem 0xfe000000-0xffffffff] could not be reserved
2024-02-17 00:18:01,481 DEBUG:	pnp: PnP ACPI: found 5 devices
2024-02-17 00:18:01,481 DEBUG:	clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
2024-02-17 00:18:01,481 DEBUG:	NET: Registered PF_INET protocol family
2024-02-17 00:18:01,481 DEBUG:	IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
2024-02-17 00:18:01,481 DEBUG:	tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
2024-02-17 00:18:01,481 DEBUG:	Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
2024-02-17 00:18:01,481 DEBUG:	TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
2024-02-17 00:18:01,481 DEBUG:	TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
2024-02-17 00:18:01,481 DEBUG:	TCP: Hash tables configured (established 131072 bind 65536)
2024-02-17 00:18:01,481 DEBUG:	MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
2024-02-17 00:18:01,481 DEBUG:	UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
2024-02-17 00:18:01,481 DEBUG:	UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
2024-02-17 00:18:01,481 DEBUG:	NET: Registered PF_UNIX/PF_LOCAL protocol family
2024-02-17 00:18:01,481 DEBUG:	NET: Registered PF_XDP protocol family
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:02.2: PCI bridge to [bus 01]
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:02.2:   bridge window [mem 0x90b00000-0x90bfffff]
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:02.2:   bridge window [mem 0x7c10900000-0x7c109fffff 64bit pref]
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:02.4: PCI bridge to [bus 02]
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:02.4:   bridge window [mem 0x90a00000-0x90afffff]
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:03.1: PCI bridge to [bus 03-61]
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:03.1:   bridge window [io  0x6000-0x9fff]
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:03.1:   bridge window [mem 0x78000000-0x8fffffff]
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:03.1:   bridge window [mem 0x6c00000000-0x7bffffffff 64bit pref]
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:04.1: PCI bridge to [bus 62-c0]
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:04.1:   bridge window [io  0x2000-0x5fff]
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:04.1:   bridge window [mem 0x60000000-0x77ffffff]
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:04.1:   bridge window [mem 0x5c00000000-0x6bffffffff 64bit pref]
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:08.1: PCI bridge to [bus c1]
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:08.1:   bridge window [mem 0x90000000-0x905fffff]
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:08.1:   bridge window [mem 0x7c00000000-0x7c107fffff 64bit pref]
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:08.2: PCI bridge to [bus c2]
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:08.2:   bridge window [mem 0x90900000-0x909fffff]
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:08.2:   bridge window [mem 0x7c10800000-0x7c108fffff 64bit pref]
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:08.3: PCI bridge to [bus c3]
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:08.3:   bridge window [mem 0x90600000-0x908fffff]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cffff window]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:00: resource 9 [mem 0x60000000-0x90bfffff window]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:00: resource 10 [mem 0xf0000000-0xfec00000 window]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:00: resource 11 [mem 0xfed45000-0xfed814ff window]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:00: resource 12 [mem 0xfed81900-0xfed81fff window]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:00: resource 13 [mem 0xfedc0000-0xfedc0fff window]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:00: resource 14 [mem 0xfedc6000-0xfedc6fff window]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:00: resource 15 [mem 0x4c0200000-0x7d1fffffff window]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:01: resource 1 [mem 0x90b00000-0x90bfffff]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:01: resource 2 [mem 0x7c10900000-0x7c109fffff 64bit pref]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:02: resource 1 [mem 0x90a00000-0x90afffff]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:03: resource 0 [io  0x6000-0x9fff]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:03: resource 1 [mem 0x78000000-0x8fffffff]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:03: resource 2 [mem 0x6c00000000-0x7bffffffff 64bit pref]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:62: resource 0 [io  0x2000-0x5fff]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:62: resource 1 [mem 0x60000000-0x77ffffff]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:62: resource 2 [mem 0x5c00000000-0x6bffffffff 64bit pref]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:c1: resource 0 [io  0x1000-0x1fff]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:c1: resource 1 [mem 0x90000000-0x905fffff]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:c1: resource 2 [mem 0x7c00000000-0x7c107fffff 64bit pref]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:c2: resource 1 [mem 0x90900000-0x909fffff]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:c2: resource 2 [mem 0x7c10800000-0x7c108fffff 64bit pref]
2024-02-17 00:18:01,481 DEBUG:	pci_bus 0000:c3: resource 1 [mem 0x90600000-0x908fffff]
2024-02-17 00:18:01,481 DEBUG:	pci 0000:c1:00.1: D0 power state depends on 0000:c1:00.0
2024-02-17 00:18:01,481 DEBUG:	PCI: CLS 64 bytes, default 64
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:01.0: Adding to iommu group 0
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:02.0: Adding to iommu group 1
2024-02-17 00:18:01,481 DEBUG:	Trying to unpack rootfs image as initramfs...
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:02.2: Adding to iommu group 1
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:02.4: Adding to iommu group 1
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:03.0: Adding to iommu group 2
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:03.1: Adding to iommu group 2
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:04.0: Adding to iommu group 3
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:04.1: Adding to iommu group 3
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:08.0: Adding to iommu group 4
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:08.1: Adding to iommu group 4
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:08.2: Adding to iommu group 4
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:08.3: Adding to iommu group 4
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:14.0: Adding to iommu group 5
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:14.3: Adding to iommu group 5
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:18.0: Adding to iommu group 6
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:18.1: Adding to iommu group 6
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:18.2: Adding to iommu group 6
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:18.3: Adding to iommu group 6
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:18.4: Adding to iommu group 6
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:18.5: Adding to iommu group 6
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:18.6: Adding to iommu group 6
2024-02-17 00:18:01,481 DEBUG:	pci 0000:00:18.7: Adding to iommu group 6
2024-02-17 00:18:01,481 DEBUG:	pci 0000:01:00.0: Adding to iommu group 1
2024-02-17 00:18:01,481 DEBUG:	pci 0000:02:00.0: Adding to iommu group 1
2024-02-17 00:18:01,481 DEBUG:	pci 0000:c1:00.0: Adding to iommu group 4
2024-02-17 00:18:01,481 DEBUG:	pci 0000:c1:00.1: Adding to iommu group 4
2024-02-17 00:18:01,481 DEBUG:	pci 0000:c1:00.2: Adding to iommu group 4
2024-02-17 00:18:01,481 DEBUG:	pci 0000:c1:00.3: Adding to iommu group 4
2024-02-17 00:18:01,481 DEBUG:	pci 0000:c1:00.4: Adding to iommu group 4
2024-02-17 00:18:01,481 DEBUG:	pci 0000:c1:00.5: Adding to iommu group 4
2024-02-17 00:18:01,481 DEBUG:	pci 0000:c1:00.6: Adding to iommu group 4
2024-02-17 00:18:01,481 DEBUG:	pci 0000:c2:00.0: Adding to iommu group 4
2024-02-17 00:18:01,482 DEBUG:	pci 0000:c2:00.1: Adding to iommu group 4
2024-02-17 00:18:01,482 DEBUG:	pci 0000:c3:00.0: Adding to iommu group 4
2024-02-17 00:18:01,482 DEBUG:	pci 0000:c3:00.3: Adding to iommu group 4
2024-02-17 00:18:01,482 DEBUG:	pci 0000:c3:00.4: Adding to iommu group 4
2024-02-17 00:18:01,482 DEBUG:	pci 0000:c3:00.5: Adding to iommu group 4
2024-02-17 00:18:01,482 DEBUG:	pci 0000:c3:00.6: Adding to iommu group 4
2024-02-17 00:18:01,482 DEBUG:	pci 0000:00:00.2: can't derive routing for PCI INT A
2024-02-17 00:18:01,482 DEBUG:	pci 0000:00:00.2: PCI INT A: not connected
2024-02-17 00:18:01,482 DEBUG:	AMD-Vi: Extended features (0x246577efa2254afa, 0x0): PPR NX GT [5] IA GA PC GA_vAPIC
2024-02-17 00:18:01,482 DEBUG:	AMD-Vi: Interrupt remapping enabled
2024-02-17 00:18:01,482 DEBUG:	AMD-Vi: Virtual APIC enabled
2024-02-17 00:18:01,482 DEBUG:	PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
2024-02-17 00:18:01,482 DEBUG:	software IO TLB: mapped [mem 0x0000000046c53000-0x000000004ac53000] (64MB)
2024-02-17 00:18:01,482 DEBUG:	LVT offset 0 assigned for vector 0x400
2024-02-17 00:18:01,482 DEBUG:	perf: AMD IBS detected (0x00000bff)
2024-02-17 00:18:01,482 DEBUG:	perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
2024-02-17 00:18:01,482 DEBUG:	Initialise system trusted keyrings
2024-02-17 00:18:01,482 DEBUG:	workingset: timestamp_bits=40 max_order=22 bucket_order=0
2024-02-17 00:18:01,482 DEBUG:	zbud: loaded
2024-02-17 00:18:01,482 DEBUG:	Key type asymmetric registered
2024-02-17 00:18:01,482 DEBUG:	Asymmetric key parser 'x509' registered
2024-02-17 00:18:01,482 DEBUG:	Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
2024-02-17 00:18:01,482 DEBUG:	io scheduler mq-deadline registered
2024-02-17 00:18:01,482 DEBUG:	io scheduler kyber registered
2024-02-17 00:18:01,482 DEBUG:	pcieport 0000:00:02.2: PME: Signaling with IRQ 38
2024-02-17 00:18:01,482 DEBUG:	pcieport 0000:00:02.4: PME: Signaling with IRQ 39
2024-02-17 00:18:01,482 DEBUG:	pcieport 0000:00:03.1: PME: Signaling with IRQ 40
2024-02-17 00:18:01,482 DEBUG:	pcieport 0000:00:03.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
2024-02-17 00:18:01,482 DEBUG:	pcieport 0000:00:04.1: PME: Signaling with IRQ 41
2024-02-17 00:18:01,482 DEBUG:	pcieport 0000:00:04.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
2024-02-17 00:18:01,482 DEBUG:	pcieport 0000:00:08.1: PME: Signaling with IRQ 42
2024-02-17 00:18:01,482 DEBUG:	pcieport 0000:00:08.2: PME: Signaling with IRQ 43
2024-02-17 00:18:01,482 DEBUG:	pcieport 0000:00:08.3: PME: Signaling with IRQ 44
2024-02-17 00:18:01,482 DEBUG:	Estimated ratio of average max frequency by base frequency (times 1024): 1548
2024-02-17 00:18:01,482 DEBUG:	Monitor-Mwait will be used to enter C-1 state
2024-02-17 00:18:01,482 DEBUG:	ACPI: \_SB_.PLTF.C000: Found 3 idle states
2024-02-17 00:18:01,482 DEBUG:	ACPI: \_SB_.PLTF.C001: Found 3 idle states
2024-02-17 00:18:01,482 DEBUG:	ACPI: \_SB_.PLTF.C002: Found 3 idle states
2024-02-17 00:18:01,482 DEBUG:	ACPI: \_SB_.PLTF.C003: Found 3 idle states
2024-02-17 00:18:01,482 DEBUG:	ACPI: \_SB_.PLTF.C004: Found 3 idle states
2024-02-17 00:18:01,482 DEBUG:	ACPI: \_SB_.PLTF.C005: Found 3 idle states
2024-02-17 00:18:01,482 DEBUG:	ACPI: \_SB_.PLTF.C006: Found 3 idle states
2024-02-17 00:18:01,482 DEBUG:	ACPI: \_SB_.PLTF.C007: Found 3 idle states
2024-02-17 00:18:01,482 DEBUG:	ACPI: \_SB_.PLTF.C008: Found 3 idle states
2024-02-17 00:18:01,482 DEBUG:	ACPI: \_SB_.PLTF.C009: Found 3 idle states
2024-02-17 00:18:01,482 DEBUG:	ACPI: \_SB_.PLTF.C00A: Found 3 idle states
2024-02-17 00:18:01,482 DEBUG:	ACPI: \_SB_.PLTF.C00B: Found 3 idle states
2024-02-17 00:18:01,482 DEBUG:	ACPI: \_SB_.PLTF.C00C: Found 3 idle states
2024-02-17 00:18:01,482 DEBUG:	ACPI: \_SB_.PLTF.C00D: Found 3 idle states
2024-02-17 00:18:01,482 DEBUG:	ACPI: \_SB_.PLTF.C00E: Found 3 idle states
2024-02-17 00:18:01,482 DEBUG:	ACPI: \_SB_.PLTF.C00F: Found 3 idle states
2024-02-17 00:18:01,482 DEBUG:	Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
2024-02-17 00:18:01,482 DEBUG:	efifb: probing for efifb
2024-02-17 00:18:01,482 DEBUG:	efifb: showing boot graphics
2024-02-17 00:18:01,482 DEBUG:	efifb: framebuffer at 0x7c00000000, using 13536k, total 13536k
2024-02-17 00:18:01,482 DEBUG:	efifb: mode is 2256x1504x32, linelength=9216, pages=1
2024-02-17 00:18:01,482 DEBUG:	efifb: scrolling: redraw
2024-02-17 00:18:01,482 DEBUG:	efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
2024-02-17 00:18:01,482 DEBUG:	fbcon: Deferring console take-over
2024-02-17 00:18:01,482 DEBUG:	fb0: EFI VGA frame buffer device
2024-02-17 00:18:01,482 DEBUG:	drop_monitor: Initializing network drop monitor service
2024-02-17 00:18:01,482 DEBUG:	NET: Registered PF_INET6 protocol family
2024-02-17 00:18:01,482 DEBUG:	Freeing initrd memory: 48320K
2024-02-17 00:18:01,482 DEBUG:	Segment Routing with IPv6
2024-02-17 00:18:01,482 DEBUG:	In-situ OAM (IOAM) with IPv6
2024-02-17 00:18:01,482 DEBUG:	microcode: Current revision: 0x0a704103
2024-02-17 00:18:01,482 DEBUG:	IPI shorthand broadcast: enabled
2024-02-17 00:18:01,482 DEBUG:	sched_clock: Marking stable (429653109, 1356626)->(450140177, -19130442)
2024-02-17 00:18:01,482 DEBUG:	registered taskstats version 1
2024-02-17 00:18:01,482 DEBUG:	Loading compiled-in X.509 certificates
2024-02-17 00:18:01,482 DEBUG:	Key type .fscrypt registered
2024-02-17 00:18:01,482 DEBUG:	Key type fscrypt-provisioning registered
2024-02-17 00:18:01,482 DEBUG:	clk: Disabling unused clocks
2024-02-17 00:18:01,482 DEBUG:	Freeing unused decrypted memory: 2028K
2024-02-17 00:18:01,482 DEBUG:	Freeing unused kernel image (initmem) memory: 3008K
2024-02-17 00:18:01,482 DEBUG:	Write protecting the kernel read-only data: 24576k
2024-02-17 00:18:01,482 DEBUG:	Freeing unused kernel image (rodata/data gap) memory: 776K
2024-02-17 00:18:01,482 DEBUG:	x86/mm: Checked W+X mappings: passed, no W+X pages found.
2024-02-17 00:18:01,482 DEBUG:	Run /init as init process
2024-02-17 00:18:01,482 DEBUG:	  with arguments:
2024-02-17 00:18:01,482 DEBUG:	    /init
2024-02-17 00:18:01,482 DEBUG:	    splash
2024-02-17 00:18:01,482 DEBUG:	  with environment:
2024-02-17 00:18:01,482 DEBUG:	    HOME=/
2024-02-17 00:18:01,482 DEBUG:	    TERM=linux
2024-02-17 00:18:01,482 DEBUG:	fbcon: Taking over console
2024-02-17 00:18:01,482 DEBUG:	Console: switching to colour frame buffer device 141x47
2024-02-17 00:18:01,482 DEBUG:	ACPI: bus type drm_connector registered
2024-02-17 00:18:01,482 DEBUG:	Linux agpgart interface v0.103
2024-02-17 00:18:01,482 DEBUG:	ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
2024-02-17 00:18:01,482 DEBUG:	input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:16/LNXVIDEO:00/input/input0
2024-02-17 00:18:01,482 DEBUG:	tsc: Refined TSC clocksource calibration: 3293.784 MHz
2024-02-17 00:18:01,482 DEBUG:	clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2f7a5cc7469, max_idle_ns: 440795358052 ns
2024-02-17 00:18:01,482 DEBUG:	clocksource: Switched to clocksource tsc
2024-02-17 00:18:01,482 DEBUG:	[drm] amdgpu kernel modesetting enabled.
2024-02-17 00:18:01,482 DEBUG:	amdgpu: Virtual CRAT table created for CPU
2024-02-17 00:18:01,482 DEBUG:	amdgpu: Topology: Add CPU node
2024-02-17 00:18:01,482 DEBUG:	amdgpu 0000:c1:00.0: enabling device (0006 -> 0007)
2024-02-17 00:18:01,482 DEBUG:	[drm] initializing kernel modesetting (IP DISCOVERY 0x1002:0x15BF 0xF111:0x0006 0xC4).
2024-02-17 00:18:01,482 DEBUG:	[drm] register mmio base: 0x90500000
2024-02-17 00:18:01,482 DEBUG:	[drm] register mmio size: 524288
2024-02-17 00:18:01,482 DEBUG:	[drm] add ip block number 0 <soc21_common>
2024-02-17 00:18:01,482 DEBUG:	[drm] add ip block number 1 <gmc_v11_0>
2024-02-17 00:18:01,482 DEBUG:	[drm] add ip block number 2 <ih_v6_0>
2024-02-17 00:18:01,482 DEBUG:	[drm] add ip block number 3 <psp>
2024-02-17 00:18:01,482 DEBUG:	[drm] add ip block number 4 <smu>
2024-02-17 00:18:01,483 DEBUG:	[drm] add ip block number 5 <dm>
2024-02-17 00:18:01,483 DEBUG:	[drm] add ip block number 6 <gfx_v11_0>
2024-02-17 00:18:01,483 DEBUG:	[drm] add ip block number 7 <sdma_v6_0>
2024-02-17 00:18:01,483 DEBUG:	[drm] add ip block number 8 <vcn_v4_0>
2024-02-17 00:18:01,483 DEBUG:	[drm] add ip block number 9 <jpeg_v4_0>
2024-02-17 00:18:01,483 DEBUG:	[drm] add ip block number 10 <mes_v11_0>
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: Fetched VBIOS from VFCT
2024-02-17 00:18:01,483 DEBUG:	amdgpu: ATOM BIOS: 113-PHXGENERIC-001
2024-02-17 00:18:01,483 DEBUG:	[drm] VCN(0) encode/decode are enabled in VM mode
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: [drm:jpeg_v4_0_early_init [amdgpu]] JPEG decode is enabled in VM mode
2024-02-17 00:18:01,483 DEBUG:	Console: switching to colour dummy device 80x25
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: vgaarb: deactivate vga console
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
2024-02-17 00:18:01,483 DEBUG:	[drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: VRAM: 512M 0x0000008000000000 - 0x000000801FFFFFFF (512M used)
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: GART: 512M 0x00007FFF00000000 - 0x00007FFF1FFFFFFF
2024-02-17 00:18:01,483 DEBUG:	[drm] Detected VRAM RAM=512M, BAR=512M
2024-02-17 00:18:01,483 DEBUG:	[drm] RAM width 64bits DDR5
2024-02-17 00:18:01,483 DEBUG:	[drm] amdgpu: 512M of VRAM memory ready
2024-02-17 00:18:01,483 DEBUG:	[drm] amdgpu: 7591M of GTT memory ready.
2024-02-17 00:18:01,483 DEBUG:	[drm] GART: num cpu pages 131072, num gpu pages 131072
2024-02-17 00:18:01,483 DEBUG:	[drm] PCIE GART of 512M enabled (table at 0x000000801FD00000).
2024-02-17 00:18:01,483 DEBUG:	[drm] Loading DMUB firmware via PSP: version=0x08003000
2024-02-17 00:18:01,483 DEBUG:	[drm] Found VCN firmware Version ENC: 1.10 DEC: 5 VEP: 0 Revision: 0
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: Will use PSP to load VCN firmware
2024-02-17 00:18:01,483 DEBUG:	[drm] reserve 0x4000000 from 0x8018000000 for PSP TMR
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: RAS: optional ras ta ucode is not available
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: RAP: optional rap ta ucode is not available
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: SMU is initialized successfully!
2024-02-17 00:18:01,483 DEBUG:	[drm] Seamless boot condition check passed
2024-02-17 00:18:01,483 DEBUG:	[drm] Display Core v3.2.266 initialized on DCN 3.1.4
2024-02-17 00:18:01,483 DEBUG:	[drm] DP-HDMI FRL PCON supported
2024-02-17 00:18:01,483 DEBUG:	[drm] DMUB hardware initialized: version=0x08003000
2024-02-17 00:18:01,483 DEBUG:	[drm] PSR support 1, DC PSR ver 0, sink PSR ver 3 DPCD caps 0x7b su_y_granularity 4
2024-02-17 00:18:01,483 DEBUG:	[drm] kiq ring mec 3 pipe 1 q 0
2024-02-17 00:18:01,483 DEBUG:	[drm] VCN decode and encode initialized successfully(under DPG Mode).
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully.
2024-02-17 00:18:01,483 DEBUG:	kfd kfd: amdgpu: Allocated 3969056 bytes on gart
2024-02-17 00:18:01,483 DEBUG:	kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
2024-02-17 00:18:01,483 DEBUG:	amdgpu: Virtual CRAT table created for GPU
2024-02-17 00:18:01,483 DEBUG:	amdgpu: Topology: Add dGPU node [0x15bf:0x1002]
2024-02-17 00:18:01,483 DEBUG:	kfd kfd: amdgpu: added device 1002:15bf
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 6, active_cu_number 12
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
2024-02-17 00:18:01,483 DEBUG:	[drm] ring gfx_32768.1.1 was added
2024-02-17 00:18:01,483 DEBUG:	[drm] ring compute_32768.2.2 was added
2024-02-17 00:18:01,483 DEBUG:	[drm] ring sdma_32768.3.3 was added
2024-02-17 00:18:01,483 DEBUG:	[drm] ring gfx_32768.1.1 ib test pass
2024-02-17 00:18:01,483 DEBUG:	[drm] ring compute_32768.2.2 ib test pass
2024-02-17 00:18:01,483 DEBUG:	[drm] ring sdma_32768.3.3 ib test pass
2024-02-17 00:18:01,483 DEBUG:	[drm] Initialized amdgpu 3.57.0 20150101 for 0000:c1:00.0 on minor 0
2024-02-17 00:18:01,483 DEBUG:	fbcon: amdgpudrmfb (fb0) is primary device
2024-02-17 00:18:01,483 DEBUG:	[drm] DSC precompute is not needed.
2024-02-17 00:18:01,483 DEBUG:	Console: switching to colour frame buffer device 141x47
2024-02-17 00:18:01,483 DEBUG:	amdgpu 0000:c1:00.0: [drm] fb0: amdgpudrmfb frame buffer device
2024-02-17 00:18:01,483 DEBUG:	raid6: avx512x4 gen() 45193 MB/s
2024-02-17 00:18:01,483 DEBUG:	raid6: avx512x2 gen() 47901 MB/s
2024-02-17 00:18:01,483 DEBUG:	raid6: avx512x1 gen() 45769 MB/s
2024-02-17 00:18:01,483 DEBUG:	raid6: avx2x4   gen() 51300 MB/s
2024-02-17 00:18:01,483 DEBUG:	raid6: avx2x2   gen() 44944 MB/s
2024-02-17 00:18:01,483 DEBUG:	raid6: avx2x1   gen() 32043 MB/s
2024-02-17 00:18:01,483 DEBUG:	raid6: using algorithm avx2x4 gen() 51300 MB/s
2024-02-17 00:18:01,483 DEBUG:	raid6: .... xor() 6086 MB/s, rmw enabled
2024-02-17 00:18:01,483 DEBUG:	raid6: using avx512x2 recovery algorithm
2024-02-17 00:18:01,483 DEBUG:	xor: automatically using best checksumming function   avx       
2024-02-17 00:18:01,483 DEBUG:	Btrfs loaded, zoned=no, fsverity=no
2024-02-17 00:18:01,483 DEBUG:	device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
2024-02-17 00:18:01,483 DEBUG:	rtc_cmos 00:01: RTC can wake from S4
2024-02-17 00:18:01,483 DEBUG:	rtc_cmos 00:01: registered as rtc0
2024-02-17 00:18:01,483 DEBUG:	rtc_cmos 00:01: alarms up to one month, 114 bytes nvram
2024-02-17 00:18:01,483 DEBUG:	i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
2024-02-17 00:18:01,483 DEBUG:	i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
2024-02-17 00:18:01,483 DEBUG:	i8042: Warning: Keylock active
2024-02-17 00:18:01,483 DEBUG:	cryptd: max_cpu_qlen set to 1000
2024-02-17 00:18:01,483 DEBUG:	serio: i8042 KBD port at 0x60,0x64 irq 1
2024-02-17 00:18:01,483 DEBUG:	AVX2 version of gcm_enc/dec engaged.
2024-02-17 00:18:01,483 DEBUG:	AES CTR mode by8 optimization enabled
2024-02-17 00:18:01,483 DEBUG:	ACPI: bus type USB registered
2024-02-17 00:18:01,483 DEBUG:	usbcore: registered new interface driver usbfs
2024-02-17 00:18:01,483 DEBUG:	usbcore: registered new interface driver hub
2024-02-17 00:18:01,483 DEBUG:	usbcore: registered new device driver usb
2024-02-17 00:18:01,483 DEBUG:	ACPI: bus type thunderbolt registered
2024-02-17 00:18:01,483 DEBUG:	nvme 0000:02:00.0: platform quirk: setting simple suspend
2024-02-17 00:18:01,483 DEBUG:	nvme nvme0: pci function 0000:02:00.0
2024-02-17 00:18:01,483 DEBUG:	input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
2024-02-17 00:18:01,483 DEBUG:	nvme nvme0: allocated 32 MiB host memory buffer.
2024-02-17 00:18:01,483 DEBUG:	nvme nvme0: 16/0/0 default/read/poll queues
2024-02-17 00:18:01,483 DEBUG:	 nvme0n1: p1 p2 p3
2024-02-17 00:18:01,483 DEBUG:	xhci_hcd 0000:c1:00.3: xHCI Host Controller
2024-02-17 00:18:01,483 DEBUG:	xhci_hcd 0000:c1:00.3: new USB bus registered, assigned bus number 1
2024-02-17 00:18:01,483 DEBUG:	xhci_hcd 0000:c1:00.3: hcc params 0x0128ffc5 hci version 0x120 quirks 0x0000000200000410
2024-02-17 00:18:01,483 DEBUG:	xhci_hcd 0000:c1:00.3: xHCI Host Controller
2024-02-17 00:18:01,484 DEBUG:	xhci_hcd 0000:c1:00.3: new USB bus registered, assigned bus number 2
2024-02-17 00:18:01,484 DEBUG:	xhci_hcd 0000:c1:00.3: Host supports USB 3.1 Enhanced SuperSpeed
2024-02-17 00:18:01,484 DEBUG:	usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
2024-02-17 00:18:01,484 DEBUG:	usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2024-02-17 00:18:01,484 DEBUG:	usb usb1: Product: xHCI Host Controller
2024-02-17 00:18:01,484 DEBUG:	usb usb1: Manufacturer: Linux 6.8.0-rc4 xhci-hcd
2024-02-17 00:18:01,484 DEBUG:	usb usb1: SerialNumber: 0000:c1:00.3
2024-02-17 00:18:01,484 DEBUG:	hub 1-0:1.0: USB hub found
2024-02-17 00:18:01,484 DEBUG:	hub 1-0:1.0: 5 ports detected
2024-02-17 00:18:01,484 DEBUG:	usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
2024-02-17 00:18:01,484 DEBUG:	usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
2024-02-17 00:18:01,484 DEBUG:	usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2024-02-17 00:18:01,484 DEBUG:	usb usb2: Product: xHCI Host Controller
2024-02-17 00:18:01,484 DEBUG:	usb usb2: Manufacturer: Linux 6.8.0-rc4 xhci-hcd
2024-02-17 00:18:01,484 DEBUG:	usb usb2: SerialNumber: 0000:c1:00.3
2024-02-17 00:18:01,484 DEBUG:	hub 2-0:1.0: USB hub found
2024-02-17 00:18:01,484 DEBUG:	hub 2-0:1.0: 2 ports detected
2024-02-17 00:18:01,484 DEBUG:	xhci_hcd 0000:c1:00.4: xHCI Host Controller
2024-02-17 00:18:01,484 DEBUG:	xhci_hcd 0000:c1:00.4: new USB bus registered, assigned bus number 3
2024-02-17 00:18:01,484 DEBUG:	xhci_hcd 0000:c1:00.4: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000410
2024-02-17 00:18:01,484 DEBUG:	xhci_hcd 0000:c1:00.4: xHCI Host Controller
2024-02-17 00:18:01,484 DEBUG:	xhci_hcd 0000:c1:00.4: new USB bus registered, assigned bus number 4
2024-02-17 00:18:01,484 DEBUG:	xhci_hcd 0000:c1:00.4: Host supports USB 3.1 Enhanced SuperSpeed
2024-02-17 00:18:01,484 DEBUG:	usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
2024-02-17 00:18:01,484 DEBUG:	usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2024-02-17 00:18:01,484 DEBUG:	usb usb3: Product: xHCI Host Controller
2024-02-17 00:18:01,484 DEBUG:	usb usb3: Manufacturer: Linux 6.8.0-rc4 xhci-hcd
2024-02-17 00:18:01,484 DEBUG:	usb usb3: SerialNumber: 0000:c1:00.4
2024-02-17 00:18:01,484 DEBUG:	hub 3-0:1.0: USB hub found
2024-02-17 00:18:01,484 DEBUG:	hub 3-0:1.0: 1 port detected
2024-02-17 00:18:01,484 DEBUG:	usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
2024-02-17 00:18:01,484 DEBUG:	usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
2024-02-17 00:18:01,484 DEBUG:	usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2024-02-17 00:18:01,484 DEBUG:	usb usb4: Product: xHCI Host Controller
2024-02-17 00:18:01,484 DEBUG:	usb usb4: Manufacturer: Linux 6.8.0-rc4 xhci-hcd
2024-02-17 00:18:01,484 DEBUG:	usb usb4: SerialNumber: 0000:c1:00.4
2024-02-17 00:18:01,484 DEBUG:	hub 4-0:1.0: USB hub found
2024-02-17 00:18:01,484 DEBUG:	hub 4-0:1.0: 1 port detected
2024-02-17 00:18:01,484 DEBUG:	xhci_hcd 0000:c3:00.3: xHCI Host Controller
2024-02-17 00:18:01,484 DEBUG:	xhci_hcd 0000:c3:00.3: new USB bus registered, assigned bus number 5
2024-02-17 00:18:01,484 DEBUG:	xhci_hcd 0000:c3:00.3: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000410
2024-02-17 00:18:01,484 DEBUG:	xhci_hcd 0000:c3:00.3: xHCI Host Controller
2024-02-17 00:18:01,484 DEBUG:	xhci_hcd 0000:c3:00.3: new USB bus registered, assigned bus number 6
2024-02-17 00:18:01,484 DEBUG:	xhci_hcd 0000:c3:00.3: Host supports USB 3.1 Enhanced SuperSpeed
2024-02-17 00:18:01,484 DEBUG:	usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
2024-02-17 00:18:01,484 DEBUG:	usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2024-02-17 00:18:01,484 DEBUG:	usb usb5: Product: xHCI Host Controller
2024-02-17 00:18:01,484 DEBUG:	usb usb5: Manufacturer: Linux 6.8.0-rc4 xhci-hcd
2024-02-17 00:18:01,484 DEBUG:	usb usb5: SerialNumber: 0000:c3:00.3
2024-02-17 00:18:01,484 DEBUG:	hub 5-0:1.0: USB hub found
2024-02-17 00:18:01,484 DEBUG:	hub 5-0:1.0: 1 port detected
2024-02-17 00:18:01,484 DEBUG:	usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
2024-02-17 00:18:01,484 DEBUG:	usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
2024-02-17 00:18:01,484 DEBUG:	usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2024-02-17 00:18:01,484 DEBUG:	usb usb6: Product: xHCI Host Controller
2024-02-17 00:18:01,484 DEBUG:	usb usb6: Manufacturer: Linux 6.8.0-rc4 xhci-hcd
2024-02-17 00:18:01,484 DEBUG:	usb usb6: SerialNumber: 0000:c3:00.3
2024-02-17 00:18:01,484 DEBUG:	hub 6-0:1.0: USB hub found
2024-02-17 00:18:01,484 DEBUG:	hub 6-0:1.0: 1 port detected
2024-02-17 00:18:01,484 DEBUG:	xhci_hcd 0000:c3:00.4: xHCI Host Controller
2024-02-17 00:18:01,484 DEBUG:	xhci_hcd 0000:c3:00.4: new USB bus registered, assigned bus number 7
2024-02-17 00:18:01,484 DEBUG:	xhci_hcd 0000:c3:00.4: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000410
2024-02-17 00:18:01,484 DEBUG:	xhci_hcd 0000:c3:00.4: xHCI Host Controller
2024-02-17 00:18:01,484 DEBUG:	xhci_hcd 0000:c3:00.4: new USB bus registered, assigned bus number 8
2024-02-17 00:18:01,484 DEBUG:	xhci_hcd 0000:c3:00.4: Host supports USB 3.1 Enhanced SuperSpeed
2024-02-17 00:18:01,484 DEBUG:	usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
2024-02-17 00:18:01,484 DEBUG:	usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2024-02-17 00:18:01,484 DEBUG:	usb usb7: Product: xHCI Host Controller
2024-02-17 00:18:01,484 DEBUG:	usb usb7: Manufacturer: Linux 6.8.0-rc4 xhci-hcd
2024-02-17 00:18:01,484 DEBUG:	usb usb7: SerialNumber: 0000:c3:00.4
2024-02-17 00:18:01,484 DEBUG:	hub 7-0:1.0: USB hub found
2024-02-17 00:18:01,484 DEBUG:	hub 7-0:1.0: 1 port detected
2024-02-17 00:18:01,484 DEBUG:	usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
2024-02-17 00:18:01,484 DEBUG:	usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
2024-02-17 00:18:01,484 DEBUG:	usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2024-02-17 00:18:01,484 DEBUG:	usb usb8: Product: xHCI Host Controller
2024-02-17 00:18:01,484 DEBUG:	usb usb8: Manufacturer: Linux 6.8.0-rc4 xhci-hcd
2024-02-17 00:18:01,484 DEBUG:	usb usb8: SerialNumber: 0000:c3:00.4
2024-02-17 00:18:01,484 DEBUG:	hub 8-0:1.0: USB hub found
2024-02-17 00:18:01,484 DEBUG:	hub 8-0:1.0: 1 port detected
2024-02-17 00:18:01,484 DEBUG:	usb 1-4: new full-speed USB device number 2 using xhci_hcd
2024-02-17 00:18:01,484 DEBUG:	usb 1-4: New USB device found, idVendor=27c6, idProduct=609c, bcdDevice= 1.00
2024-02-17 00:18:01,484 DEBUG:	usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
2024-02-17 00:18:01,484 DEBUG:	usb 1-4: Product: Goodix USB2.0 MISC
2024-02-17 00:18:01,484 DEBUG:	usb 1-4: Manufacturer: Goodix Technology Co., Ltd.
2024-02-17 00:18:01,484 DEBUG:	usb 1-4: SerialNumber: UIDXXXXXXXX_XXXX_MOC_B0
2024-02-17 00:18:01,484 DEBUG:	usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
2024-02-17 00:18:01,484 DEBUG:	usb 2-1: New USB device found, idVendor=0bda, idProduct=8156, bcdDevice=31.04
2024-02-17 00:18:01,484 DEBUG:	usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
2024-02-17 00:18:01,484 DEBUG:	usb 2-1: Product: USB 10/100/1G/2.5G LAN
2024-02-17 00:18:01,484 DEBUG:	usb 2-1: Manufacturer: Realtek
2024-02-17 00:18:01,484 DEBUG:	usb 2-1: SerialNumber: 4013000001
2024-02-17 00:18:01,484 DEBUG:	usb 1-5: new high-speed USB device number 3 using xhci_hcd
2024-02-17 00:18:01,484 DEBUG:	usb 1-5: New USB device found, idVendor=0e8d, idProduct=e616, bcdDevice= 1.00
2024-02-17 00:18:01,484 DEBUG:	usb 1-5: New USB device strings: Mfr=5, Product=6, SerialNumber=7
2024-02-17 00:18:01,484 DEBUG:	usb 1-5: Product: Wireless_Device
2024-02-17 00:18:01,484 DEBUG:	usb 1-5: Manufacturer: MediaTek Inc.
2024-02-17 00:18:01,484 DEBUG:	usb 1-5: SerialNumber: 000000000
2024-02-17 00:18:01,484 DEBUG:	Key type encrypted registered
2024-02-17 00:18:01,484 DEBUG:	BTRFS: device fsid 22388786-4285-403b-9994-e9aae1f11172 devid 1 transid 33272 /dev/disk/by-uuid/22388786-4285-403b-9994-e9aae1f11172 scanned by mount (790)
2024-02-17 00:18:01,484 DEBUG:	BTRFS info (device dm-1): first mount of filesystem 22388786-4285-403b-9994-e9aae1f11172
2024-02-17 00:18:01,484 DEBUG:	BTRFS info (device dm-1): using crc32c (crc32c-intel) checksum algorithm
2024-02-17 00:18:01,484 DEBUG:	BTRFS info (device dm-1): using free-space-tree
2024-02-17 00:18:01,484 DEBUG:	BTRFS info (device dm-1): start tree-log replay
2024-02-17 00:18:01,484 DEBUG:	BTRFS info (device dm-1): checking UUID tree
2024-02-17 00:18:01,484 DEBUG:	zram: Added device: zram0
2024-02-17 00:18:01,485 DEBUG:	pstore: Using crash dump compression: deflate
2024-02-17 00:18:01,485 DEBUG:	pstore: Registered efi_pstore as persistent store backend
2024-02-17 00:18:01,485 DEBUG:	fuse: init (API version 7.39)
2024-02-17 00:18:01,485 DEBUG:	ccp 0000:c1:00.2: enabling device (0000 -> 0002)
2024-02-17 00:18:01,485 DEBUG:	ccp 0000:c1:00.2: tee enabled
2024-02-17 00:18:01,485 DEBUG:	ccp 0000:c1:00.2: psp enabled
2024-02-17 00:18:01,485 DEBUG:	kvm_amd: TSC scaling supported
2024-02-17 00:18:01,485 DEBUG:	kvm_amd: Nested Virtualization enabled
2024-02-17 00:18:01,485 DEBUG:	kvm_amd: Nested Paging enabled
2024-02-17 00:18:01,485 DEBUG:	kvm_amd: Virtual VMLOAD VMSAVE supported
2024-02-17 00:18:01,485 DEBUG:	kvm_amd: Virtual GIF supported
2024-02-17 00:18:01,485 DEBUG:	kvm_amd: Virtual NMI enabled
2024-02-17 00:18:01,485 DEBUG:	kvm_amd: LBR virtualization supported
2024-02-17 00:18:01,485 DEBUG:	zram0: detected capacity change from 0 to 6218960
2024-02-17 00:18:01,485 DEBUG:	vboxdrv: loading out-of-tree module taints kernel.
2024-02-17 00:18:01,485 DEBUG:	Adding 16763900k swap on /dev/mapper/cryptswap.  Priority:-2 extents:1 across:16763900k SS
2024-02-17 00:18:01,485 DEBUG:	hid: raw HID events driver (C) Jiri Kosina
2024-02-17 00:18:01,485 DEBUG:	vboxdrv: Found 16 processor cores/threads
2024-02-17 00:18:01,485 DEBUG:	Adding 3109476k swap on /dev/zram0.  Priority:5 extents:1 across:3109476k SSDsc
2024-02-17 00:18:01,485 DEBUG:	input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:44/PNP0C09:00/PNP0C0D:00/input/input2
2024-02-17 00:18:01,485 DEBUG:	ACPI: AC: AC Adapter [ACAD] (on-line)
2024-02-17 00:18:01,485 DEBUG:	ACPI: button: Lid Switch [LID0]
2024-02-17 00:18:01,485 DEBUG:	ACPI: battery: Slot [BAT1] (battery present)
2024-02-17 00:18:01,485 DEBUG:	vboxdrv: TSC mode is Invariant, tentative frequency 3293776300 Hz
2024-02-17 00:18:01,485 DEBUG:	vboxdrv: Successfully loaded version 7.0.12 r159484 (interface 0x00330004)
2024-02-17 00:18:01,485 DEBUG:	input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
2024-02-17 00:18:01,485 DEBUG:	ACPI: button: Power Button [PWRB]
2024-02-17 00:18:01,485 DEBUG:	ACPI: thermal: [Firmware Bug]: Invalid critical threshold (-274000)
2024-02-17 00:18:01,485 DEBUG:	ACPI: thermal: [Firmware Bug]: No valid trip points!
2024-02-17 00:18:01,485 DEBUG:	ACPI: thermal: [Firmware Bug]: Invalid critical threshold (-274000)
2024-02-17 00:18:01,485 DEBUG:	ACPI: thermal: [Firmware Bug]: No valid trip points!
2024-02-17 00:18:01,485 DEBUG:	piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
2024-02-17 00:18:01,485 DEBUG:	piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
2024-02-17 00:18:01,485 DEBUG:	ACPI: thermal: [Firmware Bug]: Invalid critical threshold (-274000)
2024-02-17 00:18:01,485 DEBUG:	ACPI: thermal: [Firmware Bug]: No valid trip points!
2024-02-17 00:18:01,485 DEBUG:	ACPI: thermal: [Firmware Bug]: Invalid critical threshold (-274000)
2024-02-17 00:18:01,485 DEBUG:	ACPI: thermal: [Firmware Bug]: No valid trip points!
2024-02-17 00:18:01,485 DEBUG:	piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
2024-02-17 00:18:01,485 DEBUG:	BTRFS info: devid 1 device path /dev/disk/by-uuid/22388786-4285-403b-9994-e9aae1f11172 changed to /dev/mapper/system scanned by mount (1406)
2024-02-17 00:18:01,485 DEBUG:	RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
2024-02-17 00:18:01,485 DEBUG:	RAPL PMU: hw unit of domain package 2^-16 Joules
2024-02-17 00:18:01,485 DEBUG:	usbcore: registered new device driver r8152-cfgselector
2024-02-17 00:18:01,485 DEBUG:	input: PIXA3854:00 093A:0274 Mouse as /devices/platform/AMDI0010:03/i2c-1/i2c-PIXA3854:00/0018:093A:0274.0001/input/input4
2024-02-17 00:18:01,485 DEBUG:	input: PIXA3854:00 093A:0274 Touchpad as /devices/platform/AMDI0010:03/i2c-1/i2c-PIXA3854:00/0018:093A:0274.0001/input/input5
2024-02-17 00:18:01,485 DEBUG:	hid-generic 0018:093A:0274.0001: input,hidraw0: I2C HID v1.00 Mouse [PIXA3854:00 093A:0274] on i2c-PIXA3854:00
2024-02-17 00:18:01,485 DEBUG:	r8152-cfgselector 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
2024-02-17 00:18:01,485 DEBUG:	r8152 2-1:1.0: load rtl8156b-2 v3 10/20/23 successfully
2024-02-17 00:18:01,485 DEBUG:	r8152 2-1:1.0 eth0: v1.12.13
2024-02-17 00:18:01,485 DEBUG:	usbcore: registered new interface driver r8152
2024-02-17 00:18:01,485 DEBUG:	i2c_hid_acpi i2c-FRMW0005:00: device did not ack reset within 1000 ms
2024-02-17 00:18:01,485 DEBUG:	i2c_hid_acpi i2c-FRMW0004:00: device did not ack reset within 1000 ms
2024-02-17 00:18:01,485 DEBUG:	hid-generic 0018:32AC:001B.0002: hidraw1: I2C HID v1.00 Device [FRMW0005:00 32AC:001B] on i2c-FRMW0005:00
2024-02-17 00:18:01,485 DEBUG:	input: FRMW0004:00 32AC:0006 Wireless Radio Control as /devices/platform/AMDI0010:00/i2c-0/i2c-FRMW0004:00/0018:32AC:0006.0003/input/input6
2024-02-17 00:18:01,485 DEBUG:	input: FRMW0004:00 32AC:0006 Consumer Control as /devices/platform/AMDI0010:00/i2c-0/i2c-FRMW0004:00/0018:32AC:0006.0003/input/input7
2024-02-17 00:18:01,485 DEBUG:	hid-generic 0018:32AC:0006.0003: input,hidraw2: I2C HID v1.00 Device [FRMW0004:00 32AC:0006] on i2c-FRMW0004:00
2024-02-17 00:18:01,485 DEBUG:	cros_ec_lpcs cros_ec_lpcs.0: EC ID not detected
2024-02-17 00:18:01,485 DEBUG:	hid-sensor-hub 0018:32AC:001B.0002: hidraw1: I2C HID v1.00 Device [FRMW0005:00 32AC:001B] on i2c-FRMW0005:00
2024-02-17 00:18:01,485 DEBUG:	usbcore: registered new interface driver cdc_ether
2024-02-17 00:18:01,485 DEBUG:	VBoxNetAdp: Successfully started.
2024-02-17 00:18:01,485 DEBUG:	sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
2024-02-17 00:18:01,485 DEBUG:	EDAC MC: Ver: 3.0.0
2024-02-17 00:18:01,485 DEBUG:	usbcore: registered new interface driver cdc_ncm
2024-02-17 00:18:01,485 DEBUG:	sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
2024-02-17 00:18:01,485 DEBUG:	MCE: In-kernel MCE decoding enabled.
2024-02-17 00:18:01,485 DEBUG:	sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
2024-02-17 00:18:01,485 DEBUG:	usbcore: registered new interface driver cdc_wdm
2024-02-17 00:18:01,485 DEBUG:	VBoxNetFlt: Successfully started.
2024-02-17 00:18:01,485 DEBUG:	EDAC amd64: Node 0: No DIMMs detected.
2024-02-17 00:18:01,485 DEBUG:	intel_rapl_common: Found RAPL domain package
2024-02-17 00:18:01,485 DEBUG:	intel_rapl_common: Found RAPL domain core
2024-02-17 00:18:01,485 DEBUG:	usbcore: registered new interface driver cdc_mbim
2024-02-17 00:18:01,485 DEBUG:	input: PIXA3854:00 093A:0274 Mouse as /devices/platform/AMDI0010:03/i2c-1/i2c-PIXA3854:00/0018:093A:0274.0001/input/input8
2024-02-17 00:18:01,485 DEBUG:	input: PIXA3854:00 093A:0274 Touchpad as /devices/platform/AMDI0010:03/i2c-1/i2c-PIXA3854:00/0018:093A:0274.0001/input/input9
2024-02-17 00:18:01,485 DEBUG:	hid-multitouch 0018:093A:0274.0001: input,hidraw0: I2C HID v1.00 Mouse [PIXA3854:00 093A:0274] on i2c-PIXA3854:00
2024-02-17 00:18:01,485 DEBUG:	r8152 2-1:1.0 enp193s0f3u1: renamed from eth0
2024-02-17 00:18:01,485 DEBUG:	Bluetooth: Core ver 2.22
2024-02-17 00:18:01,485 DEBUG:	NET: Registered PF_BLUETOOTH protocol family
2024-02-17 00:18:01,485 DEBUG:	Bluetooth: HCI device and connection manager initialized
2024-02-17 00:18:01,485 DEBUG:	Bluetooth: HCI socket layer initialized
2024-02-17 00:18:01,485 DEBUG:	Bluetooth: L2CAP socket layer initialized
2024-02-17 00:18:01,485 DEBUG:	Bluetooth: SCO socket layer initialized
2024-02-17 00:18:01,485 DEBUG:	snd_pci_ps 0000:c1:00.5: enabling device (0000 -> 0002)
2024-02-17 00:18:01,485 DEBUG:	mousedev: PS/2 mouse device common for all mice
2024-02-17 00:18:01,485 DEBUG:	bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
2024-02-17 00:18:01,485 DEBUG:	cfg80211: Loading compiled-in X.509 certificates for regulatory database
2024-02-17 00:18:01,485 DEBUG:	Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
2024-02-17 00:18:01,485 DEBUG:	Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
2024-02-17 00:18:01,485 DEBUG:	snd_hda_intel 0000:c1:00.1: enabling device (0000 -> 0002)
2024-02-17 00:18:01,485 DEBUG:	snd_hda_intel 0000:c1:00.1: Handle vga_switcheroo audio client
2024-02-17 00:18:01,485 DEBUG:	snd_hda_intel 0000:c1:00.6: enabling device (0000 -> 0002)
2024-02-17 00:18:01,485 DEBUG:	tun: Universal TUN/TAP device driver, 1.6
2024-02-17 00:18:01,485 DEBUG:	usbcore: registered new interface driver btusb
2024-02-17 00:18:01,485 DEBUG:	Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20231120183620
2024-02-17 00:18:01,485 DEBUG:	loop: module loaded
2024-02-17 00:18:01,485 DEBUG:	snd_hda_intel 0000:c1:00.1: bound 0000:c1:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
2024-02-17 00:18:01,485 DEBUG:	input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:c1:00.1/sound/card0/input10
2024-02-17 00:18:01,485 DEBUG:	input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:c1:00.1/sound/card0/input11
2024-02-17 00:18:01,485 DEBUG:	input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:c1:00.1/sound/card0/input12
2024-02-17 00:18:01,485 DEBUG:	snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC295: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
2024-02-17 00:18:01,485 DEBUG:	snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
2024-02-17 00:18:01,485 DEBUG:	snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
2024-02-17 00:18:01,485 DEBUG:	snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
2024-02-17 00:18:01,485 DEBUG:	snd_hda_codec_realtek hdaudioC1D0:    inputs:
2024-02-17 00:18:01,485 DEBUG:	snd_hda_codec_realtek hdaudioC1D0:      Headset Mic=0x19
2024-02-17 00:18:01,485 DEBUG:	snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
2024-02-17 00:18:01,485 DEBUG:	mt7921e 0000:01:00.0: enabling device (0000 -> 0002)
2024-02-17 00:18:01,486 DEBUG:	mt7921e 0000:01:00.0: ASIC revision: 79220010
2024-02-17 00:18:01,486 DEBUG:	mt7921e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20231120183400a
2024-02-17 00:18:01,486 DEBUG:	
2024-02-17 00:18:01,486 DEBUG:	Bluetooth: BNEP (Ethernet Emulation) ver 1.3
2024-02-17 00:18:01,486 DEBUG:	Bluetooth: BNEP socket layer initialized
2024-02-17 00:18:01,486 DEBUG:	mt7921e 0000:01:00.0: WM Firmware Version: ____000000, Build Time: 20231120183441
2024-02-17 00:18:01,486 DEBUG:	input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:c1:00.6/sound/card1/input13
2024-02-17 00:18:01,486 DEBUG:	mt7921e 0000:01:00.0 wlp1s0: renamed from wlan0
2024-02-17 00:18:01,486 DEBUG:	Bluetooth: hci0: Device setup in 2210510 usecs
2024-02-17 00:18:01,486 DEBUG:	Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
2024-02-17 00:18:01,486 DEBUG:	Bluetooth: MGMT ver 1.22
2024-02-17 00:18:01,486 DEBUG:	NET: Registered PF_ALG protocol family
2024-02-17 00:18:01,486 DEBUG:	NET: Registered PF_PACKET protocol family
2024-02-17 00:18:01,486 DEBUG:	r8152 2-1:1.0 enp193s0f3u1: carrier on
2024-02-17 00:18:01,486 DEBUG:	PM: suspend entry (s2idle)
2024-02-17 00:18:01,486 DEBUG:	Filesystems sync: 0.008 seconds
2024-02-17 00:18:01,486 DEBUG:	Freezing user space processes
2024-02-17 00:18:01,486 DEBUG:	Freezing user space processes completed (elapsed 0.001 seconds)
2024-02-17 00:18:01,486 DEBUG:	OOM killer disabled.
2024-02-17 00:18:01,486 DEBUG:	Freezing remaining freezable tasks
2024-02-17 00:18:01,486 DEBUG:	Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
2024-02-17 00:18:01,486 DEBUG:	printk: Suspending console(s) (use no_console_suspend to debug)
2024-02-17 00:18:01,486 DEBUG:	atkbd serio0: Disabling IRQ1 wakeup source to avoid platform firmware bug
2024-02-17 00:18:01,486 DEBUG:	pcieport 0000:00:08.3: quirk: disabling D3cold for suspend
2024-02-17 00:18:01,486 DEBUG:	ACPI: EC: interrupt blocked
2024-02-17 00:18:01,486 DEBUG:	ACPI: EC: interrupt unblocked
2024-02-17 00:18:01,486 DEBUG:	nvme nvme0: 16/0/0 default/read/poll queues
2024-02-17 00:18:01,486 DEBUG:	[drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=14
2024-02-17 00:18:01,486 DEBUG:	[drm:amdgpu_mes_reg_write_reg_wait [amdgpu]] *ERROR* failed to reg_write_reg_wait
2024-02-17 00:18:01,486 DEBUG:	[drm] PCIE GART of 512M enabled (table at 0x000000801FD00000).
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: SMU is resuming...
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: SMU is resumed successfully!
2024-02-17 00:18:01,486 DEBUG:	r8152 2-1:1.0 enp193s0f3u1: carrier on
2024-02-17 00:18:01,486 DEBUG:	[drm] VCN decode and encode initialized successfully(under DPG Mode).
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully.
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
2024-02-17 00:18:01,486 DEBUG:	[drm] ring gfx_32772.1.1 was added
2024-02-17 00:18:01,486 DEBUG:	[drm] ring compute_32772.2.2 was added
2024-02-17 00:18:01,486 DEBUG:	[drm] ring sdma_32772.3.3 was added
2024-02-17 00:18:01,486 DEBUG:	[drm] ring gfx_32772.1.1 ib test pass
2024-02-17 00:18:01,486 DEBUG:	[drm] ring compute_32772.2.2 ib test pass
2024-02-17 00:18:01,486 DEBUG:	[drm] ring sdma_32772.3.3 ib test pass
2024-02-17 00:18:01,486 DEBUG:	OOM killer enabled.
2024-02-17 00:18:01,486 DEBUG:	Restarting tasks ... done.
2024-02-17 00:18:01,486 DEBUG:	random: crng reseeded on system resumption
2024-02-17 00:18:01,486 DEBUG:	PM: suspend exit
2024-02-17 00:18:01,486 DEBUG:	r8152 2-1:1.0 enp193s0f3u1: carrier on
2024-02-17 00:18:01,486 DEBUG:	PM: suspend entry (s2idle)
2024-02-17 00:18:01,486 DEBUG:	Filesystems sync: 0.008 seconds
2024-02-17 00:18:01,486 DEBUG:	Freezing user space processes
2024-02-17 00:18:01,486 DEBUG:	Freezing user space processes completed (elapsed 0.001 seconds)
2024-02-17 00:18:01,486 DEBUG:	OOM killer disabled.
2024-02-17 00:18:01,486 DEBUG:	Freezing remaining freezable tasks
2024-02-17 00:18:01,486 DEBUG:	Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
2024-02-17 00:18:01,486 DEBUG:	printk: Suspending console(s) (use no_console_suspend to debug)
2024-02-17 00:18:01,486 DEBUG:	ACPI: EC: interrupt blocked
2024-02-17 00:18:01,486 DEBUG:	ACPI: EC: interrupt unblocked
2024-02-17 00:18:01,486 DEBUG:	nvme nvme0: 16/0/0 default/read/poll queues
2024-02-17 00:18:01,486 DEBUG:	[drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=14
2024-02-17 00:18:01,486 DEBUG:	[drm:amdgpu_mes_reg_write_reg_wait [amdgpu]] *ERROR* failed to reg_write_reg_wait
2024-02-17 00:18:01,486 DEBUG:	[drm] PCIE GART of 512M enabled (table at 0x000000801FD00000).
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: SMU is resuming...
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: SMU is resumed successfully!
2024-02-17 00:18:01,486 DEBUG:	r8152 2-1:1.0 enp193s0f3u1: carrier on
2024-02-17 00:18:01,486 DEBUG:	[drm] VCN decode and encode initialized successfully(under DPG Mode).
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully.
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
2024-02-17 00:18:01,486 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
2024-02-17 00:18:01,486 DEBUG:	[drm] ring gfx_32772.1.1 was added
2024-02-17 00:18:01,486 DEBUG:	[drm] ring compute_32772.2.2 was added
2024-02-17 00:18:01,486 DEBUG:	[drm] ring sdma_32772.3.3 was added
2024-02-17 00:18:01,486 DEBUG:	[drm] ring gfx_32772.1.1 ib test pass
2024-02-17 00:18:01,486 DEBUG:	[drm] ring compute_32772.2.2 ib test pass
2024-02-17 00:18:01,486 DEBUG:	[drm] ring sdma_32772.3.3 ib test pass
2024-02-17 00:18:01,486 DEBUG:	OOM killer enabled.
2024-02-17 00:18:01,486 DEBUG:	Restarting tasks ... done.
2024-02-17 00:18:01,486 DEBUG:	random: crng reseeded on system resumption
2024-02-17 00:18:01,486 DEBUG:	PM: suspend exit
2024-02-17 00:18:01,486 DEBUG:	r8152 2-1:1.0 enp193s0f3u1: carrier on
2024-02-17 00:18:01,486 DEBUG:	PM: suspend entry (s2idle)
2024-02-17 00:18:01,486 DEBUG:	Filesystems sync: 0.005 seconds
2024-02-17 00:18:01,486 DEBUG:	Freezing user space processes
2024-02-17 00:18:01,487 DEBUG:	Freezing user space processes completed (elapsed 0.001 seconds)
2024-02-17 00:18:01,487 DEBUG:	OOM killer disabled.
2024-02-17 00:18:01,487 DEBUG:	Freezing remaining freezable tasks
2024-02-17 00:18:01,487 DEBUG:	Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
2024-02-17 00:18:01,487 DEBUG:	printk: Suspending console(s) (use no_console_suspend to debug)
2024-02-17 00:18:01,487 DEBUG:	ACPI: EC: interrupt blocked
2024-02-17 00:18:01,487 DEBUG:	ACPI: EC: interrupt unblocked
2024-02-17 00:18:01,487 DEBUG:	nvme nvme0: 16/0/0 default/read/poll queues
2024-02-17 00:18:01,487 DEBUG:	[drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=14
2024-02-17 00:18:01,487 DEBUG:	[drm:amdgpu_mes_reg_write_reg_wait [amdgpu]] *ERROR* failed to reg_write_reg_wait
2024-02-17 00:18:01,487 DEBUG:	[drm] PCIE GART of 512M enabled (table at 0x000000801FD00000).
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: SMU is resuming...
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: SMU is resumed successfully!
2024-02-17 00:18:01,487 DEBUG:	r8152 2-1:1.0 enp193s0f3u1: carrier on
2024-02-17 00:18:01,487 DEBUG:	[drm] VCN decode and encode initialized successfully(under DPG Mode).
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully.
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
2024-02-17 00:18:01,487 DEBUG:	[drm] ring gfx_32772.1.1 was added
2024-02-17 00:18:01,487 DEBUG:	[drm] ring compute_32772.2.2 was added
2024-02-17 00:18:01,487 DEBUG:	[drm] ring sdma_32772.3.3 was added
2024-02-17 00:18:01,487 DEBUG:	[drm] ring gfx_32772.1.1 ib test pass
2024-02-17 00:18:01,487 DEBUG:	[drm] ring compute_32772.2.2 ib test pass
2024-02-17 00:18:01,487 DEBUG:	[drm] ring sdma_32772.3.3 ib test pass
2024-02-17 00:18:01,487 DEBUG:	OOM killer enabled.
2024-02-17 00:18:01,487 DEBUG:	Restarting tasks ... done.
2024-02-17 00:18:01,487 DEBUG:	random: crng reseeded on system resumption
2024-02-17 00:18:01,487 DEBUG:	PM: suspend exit
2024-02-17 00:18:01,487 DEBUG:	r8152 2-1:1.0 enp193s0f3u1: carrier on
2024-02-17 00:18:01,487 DEBUG:	PM: suspend entry (s2idle)
2024-02-17 00:18:01,487 DEBUG:	Filesystems sync: 0.007 seconds
2024-02-17 00:18:01,487 DEBUG:	Freezing user space processes
2024-02-17 00:18:01,487 DEBUG:	Freezing user space processes completed (elapsed 0.001 seconds)
2024-02-17 00:18:01,487 DEBUG:	OOM killer disabled.
2024-02-17 00:18:01,487 DEBUG:	Freezing remaining freezable tasks
2024-02-17 00:18:01,487 DEBUG:	Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
2024-02-17 00:18:01,487 DEBUG:	printk: Suspending console(s) (use no_console_suspend to debug)
2024-02-17 00:18:01,487 DEBUG:	ACPI: EC: interrupt blocked
2024-02-17 00:18:01,487 DEBUG:	ACPI: EC: interrupt unblocked
2024-02-17 00:18:01,487 DEBUG:	nvme nvme0: 16/0/0 default/read/poll queues
2024-02-17 00:18:01,487 DEBUG:	[drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=14
2024-02-17 00:18:01,487 DEBUG:	[drm:amdgpu_mes_reg_write_reg_wait [amdgpu]] *ERROR* failed to reg_write_reg_wait
2024-02-17 00:18:01,487 DEBUG:	[drm] PCIE GART of 512M enabled (table at 0x000000801FD00000).
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: SMU is resuming...
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: SMU is resumed successfully!
2024-02-17 00:18:01,487 DEBUG:	r8152 2-1:1.0 enp193s0f3u1: carrier on
2024-02-17 00:18:01,487 DEBUG:	[drm] VCN decode and encode initialized successfully(under DPG Mode).
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully.
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
2024-02-17 00:18:01,487 DEBUG:	amdgpu 0000:c1:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
2024-02-17 00:18:01,487 DEBUG:	[drm] ring gfx_32772.1.1 was added
2024-02-17 00:18:01,487 DEBUG:	[drm] ring compute_32772.2.2 was added
2024-02-17 00:18:01,487 DEBUG:	[drm] ring sdma_32772.3.3 was added
2024-02-17 00:18:01,487 DEBUG:	[drm] ring gfx_32772.1.1 ib test pass
2024-02-17 00:18:01,487 DEBUG:	[drm] ring compute_32772.2.2 ib test pass
2024-02-17 00:18:01,487 DEBUG:	[drm] ring sdma_32772.3.3 ib test pass
2024-02-17 00:18:01,487 DEBUG:	OOM killer enabled.
2024-02-17 00:18:01,487 DEBUG:	Restarting tasks ... done.
2024-02-17 00:18:01,487 DEBUG:	random: crng reseeded on system resumption
2024-02-17 00:18:01,487 DEBUG:	PM: suspend exit
2024-02-17 00:18:01,487 DEBUG:	r8152 2-1:1.0 enp193s0f3u1: carrier on
2024-02-17 00:18:01,487 DEBUG:	ucsi_acpi USBC000:00: failed to re-enable notifications (-110)
2024-02-17 00:18:01,487 DEBUG:	
2024-02-17 00:18:22,696 INFO:	Running 4 cycles (Test finish expected @ 2024-02-17 00:19:18.696279)
2024-02-17 00:18:22,696 DEBUG:	Suspend timer programmed for 0:00:10
2024-02-17 00:18:22,698 DEBUG:	ACPI Lid (/proc/acpi/button/lid/LID0/state): open
2024-02-17 00:18:24,698 INFO:	Suspend cycle 1: Started at 2024-02-17 00:18:24.698844 (cycle finish expected @ 2024-02-17 00:18:38.698875)
2024-02-17 00:18:37,004 INFO:	Results from last s2idle cycle
2024-02-17 00:18:37,008 DEBUG:	2024-02-17T00:18:45,925749+01:00 PM: suspend entry (s2idle)
2024-02-17 00:18:37,008 DEBUG:	2024-02-17T00:18:45,936129+01:00 Filesystems sync: 0.010 seconds
2024-02-17 00:18:37,008 DEBUG:	2024-02-17T00:18:45,948006+01:00 Freezing user space processes
2024-02-17 00:18:37,008 DEBUG:	2024-02-17T00:18:45,948859+01:00 Freezing user space processes completed (elapsed 0.000 seconds)
2024-02-17 00:18:37,008 DEBUG:	2024-02-17T00:18:45,948862+01:00 OOM killer disabled.
2024-02-17 00:18:37,008 DEBUG:	2024-02-17T00:18:45,948863+01:00 Freezing remaining freezable tasks
2024-02-17 00:18:37,008 DEBUG:	2024-02-17T00:18:45,949833+01:00 Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
2024-02-17 00:18:37,008 DEBUG:	2024-02-17T00:18:45,949835+01:00 printk: Suspending console(s) (use no_console_suspend to debug)
2024-02-17 00:18:37,008 DEBUG:	2024-02-17T00:18:46,085643+01:00 PM: suspend of devices complete after 120.917 msecs
2024-02-17 00:18:37,008 DEBUG:	2024-02-17T00:18:46,085649+01:00 PM: start suspend of devices complete after 135.815 msecs
2024-02-17 00:18:37,008 DEBUG:	2024-02-17T00:18:46,085995+01:00 Disabling GPIO #5 interrupt for suspend.
2024-02-17 00:18:37,008 DEBUG:	2024-02-17T00:18:46,086012+01:00 Disabling GPIO #84 interrupt for suspend.
2024-02-17 00:18:37,008 DEBUG:	2024-02-17T00:18:46,086429+01:00 PM: late suspend of devices complete after 0.778 msecs
2024-02-17 00:18:37,008 DEBUG:	2024-02-17T00:18:46,086712+01:00 ACPI: EC: interrupt blocked
2024-02-17 00:18:37,008 DEBUG:	2024-02-17T00:18:46,132557+01:00 PM: noirq suspend of devices complete after 46.035 msecs
2024-02-17 00:18:37,008 DEBUG:	2024-02-17T00:18:46,132568+01:00 ACPI: \_SB_.PCI0.GPP0: LPI: Device not power manageable
2024-02-17 00:18:37,008 DEBUG:	2024-02-17T00:18:46,132571+01:00 ACPI: \_SB_.PCI0.GPP2: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132573+01:00 ACPI: \_SB_.PCI0.GPP6: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132575+01:00 ACPI: \_SB_.PCI0.GPP5: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132576+01:00 ACPI: \_SB_.PCI0.GPP7: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132578+01:00 ACPI: \_SB_.PCI0.GP11.SWUS: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132581+01:00 ACPI: \_SB_.PCI0.GP12.SWUS: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132582+01:00 ACPI: \_SB_.PCI0.GPP7.DEV0: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132584+01:00 ACPI: \_SB_.PCI0.GPP2.WWAN: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132585+01:00 ACPI: \_SB_.PCI0.GPP5.RTL8: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132587+01:00 ACPI: \_SB_.PCI0.GPP5.RUSB: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132588+01:00 ACPI: \_SB_.PCI0.GPP6.WLAN: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132593+01:00 ACPI: \_SB_.PCI0.GP18.IPU_: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132594+01:00 ACPI: \_SB_.PCI0.GP19.XHC2: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132597+01:00 ACPI: \_SB_.PLTF.C000: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132599+01:00 ACPI: \_SB_.PLTF.C001: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132600+01:00 ACPI: \_SB_.PLTF.C002: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132602+01:00 ACPI: \_SB_.PLTF.C003: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132603+01:00 ACPI: \_SB_.PLTF.C004: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132605+01:00 ACPI: \_SB_.PLTF.C005: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132606+01:00 ACPI: \_SB_.PLTF.C006: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132608+01:00 ACPI: \_SB_.PLTF.C007: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132609+01:00 ACPI: \_SB_.PLTF.C008: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132611+01:00 ACPI: \_SB_.PLTF.C009: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132612+01:00 ACPI: \_SB_.PLTF.C00A: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132614+01:00 ACPI: \_SB_.PLTF.C00B: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132615+01:00 ACPI: \_SB_.PLTF.C00C: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132617+01:00 ACPI: \_SB_.PLTF.C00D: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132618+01:00 ACPI: \_SB_.PLTF.C00E: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132619+01:00 ACPI: \_SB_.PLTF.C00F: LPI: Device not power manageable
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,132890+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state screen off
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,352363+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms entry
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,352673+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 entry
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,353819+01:00 PM: suspend-to-idle
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:46,353821+01:00 amd_pmc: SMU idlemask s0i3: 0x3ffb3eb5
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,305955+01:00 Timekeeping suspended for 8.872 seconds
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,305989+01:00 PM: Triggering wakeup from IRQ 9
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,306044+01:00 ACPI: PM: ACPI fixed event wakeup
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,306050+01:00 PM: resume from suspend-to-idle
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,307014+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 exit
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,461428+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms exit
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,461704+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state screen on
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,461917+01:00 ACPI: EC: interrupt unblocked
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,620785+01:00 PM: noirq resume of devices complete after 159.101 msecs
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,622803+01:00 PM: early resume of devices complete after 1.867 msecs
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,649862+01:00 nvme nvme0: 16/0/0 default/read/poll queues
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,732236+01:00 ucsi_acpi USBC000:00: possible UCSI driver bug 1
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,732240+01:00 ucsi_acpi USBC000:00: failed to re-enable notifications (-22)
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,759796+01:00 [drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=14
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,760001+01:00 [drm:amdgpu_mes_reg_write_reg_wait [amdgpu]] *ERROR* failed to reg_write_reg_wait
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,762230+01:00 [drm] PCIE GART of 512M enabled (table at 0x000000801FD00000).
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,762327+01:00 amdgpu 0000:c1:00.0: amdgpu: SMU is resuming...
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,765710+01:00 amdgpu 0000:c1:00.0: amdgpu: SMU is resumed successfully!
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,882187+01:00 r8152 2-1:1.0 enp193s0f3u1: carrier on
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,954971+01:00 [drm] VCN decode and encode initialized successfully(under DPG Mode).
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,955077+01:00 amdgpu 0000:c1:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully.
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,955329+01:00 amdgpu 0000:c1:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,955331+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,955333+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,955334+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,955335+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,955336+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,955337+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,955338+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,955339+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,955340+01:00 amdgpu 0000:c1:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,955341+01:00 amdgpu 0000:c1:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,955342+01:00 amdgpu 0000:c1:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:55,955343+01:00 amdgpu 0000:c1:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:56,006057+01:00 [drm] ring gfx_32772.1.1 was added
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:56,006613+01:00 [drm] ring compute_32772.2.2 was added
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:56,007162+01:00 [drm] ring sdma_32772.3.3 was added
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:56,007198+01:00 [drm] ring gfx_32772.1.1 ib test pass
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:56,007233+01:00 [drm] ring compute_32772.2.2 ib test pass
2024-02-17 00:18:37,009 DEBUG:	2024-02-17T00:18:56,007295+01:00 [drm] ring sdma_32772.3.3 ib test pass
2024-02-17 00:18:37,010 DEBUG:	2024-02-17T00:18:56,113981+01:00 GPIO 5 is active: 0x10141b00
2024-02-17 00:18:37,010 DEBUG:	2024-02-17T00:18:56,214849+01:00 GPIO 5 is active: 0x10141b00
2024-02-17 00:18:37,010 DEBUG:	2024-02-17T00:18:56,292806+01:00 PM: resume of devices complete after 670.096 msecs
2024-02-17 00:18:37,010 DEBUG:	2024-02-17T00:18:56,294529+01:00 OOM killer enabled.
2024-02-17 00:18:37,010 DEBUG:	2024-02-17T00:18:56,294531+01:00 Restarting tasks ... done.
2024-02-17 00:18:37,010 DEBUG:	2024-02-17T00:18:56,295175+01:00 random: crng reseeded on system resumption
2024-02-17 00:18:37,010 DEBUG:	2024-02-17T00:18:56,300208+01:00 PM: suspend exit
2024-02-17 00:18:37,010 DEBUG:	
2024-02-17 00:18:37,010 INFO:	○ Suspend count: 1
2024-02-17 00:18:37,010 INFO:	○ Hardware sleep cycle count: 1
2024-02-17 00:18:37,010 INFO:	○ GPIOs active: ['5', '5']
2024-02-17 00:18:37,010 INFO:	○ Wakeups triggered from IRQs: [9]
2024-02-17 00:18:37,010 DEBUG:	Used Microsoft uPEP GUID in LPS0 _DSM
2024-02-17 00:18:37,010 INFO:	○ Woke up from IRQ 9 (IR-IO-APIC 9-fasteoi acpi)
2024-02-17 00:18:37,010 INFO:	○ gpe0B increased from 185 to 193
2024-02-17 00:18:37,011 DEBUG:	ACPI Lid (/proc/acpi/button/lid/LID0/state): open
2024-02-17 00:18:37,011 INFO:	✅ Userspace suspended for 0:00:12.312375
2024-02-17 00:18:37,011 DEBUG:	Kernel suspended for total of 0:00:08.872000 (72.06%)
2024-02-17 00:18:37,011 INFO:	✅ In a hardware sleep state for 0:00:08.429870 (68.47%)
2024-02-17 00:18:37,012 DEBUG:	BAT1 charge level is 3923000 µAh
2024-02-17 00:18:37,012 INFO:	🔋 Battery BAT1 ( ) is operating at 100.18% of design
2024-02-17 00:18:39,024 INFO:	Suspend cycle 2: Started at 2024-02-17 00:18:39.024016 (cycle finish expected @ 2024-02-17 00:18:53.024043)
2024-02-17 00:18:52,003 INFO:	Results from last s2idle cycle
2024-02-17 00:18:52,008 DEBUG:	2024-02-17T00:18:55,492778+01:00 PM: suspend entry (s2idle)
2024-02-17 00:18:52,008 DEBUG:	2024-02-17T00:18:55,503158+01:00 Filesystems sync: 0.010 seconds
2024-02-17 00:18:52,008 DEBUG:	2024-02-17T00:18:55,515035+01:00 Freezing user space processes
2024-02-17 00:18:52,008 DEBUG:	2024-02-17T00:18:55,515888+01:00 Freezing user space processes completed (elapsed 0.000 seconds)
2024-02-17 00:18:52,008 DEBUG:	2024-02-17T00:18:55,515891+01:00 OOM killer disabled.
2024-02-17 00:18:52,008 DEBUG:	2024-02-17T00:18:55,515892+01:00 Freezing remaining freezable tasks
2024-02-17 00:18:52,008 DEBUG:	2024-02-17T00:18:55,516862+01:00 Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
2024-02-17 00:18:52,008 DEBUG:	2024-02-17T00:18:55,516864+01:00 printk: Suspending console(s) (use no_console_suspend to debug)
2024-02-17 00:18:52,008 DEBUG:	2024-02-17T00:18:55,652672+01:00 PM: suspend of devices complete after 120.917 msecs
2024-02-17 00:18:52,008 DEBUG:	2024-02-17T00:18:55,652678+01:00 PM: start suspend of devices complete after 135.815 msecs
2024-02-17 00:18:52,008 DEBUG:	2024-02-17T00:18:55,653024+01:00 Disabling GPIO #5 interrupt for suspend.
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,653041+01:00 Disabling GPIO #84 interrupt for suspend.
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,653458+01:00 PM: late suspend of devices complete after 0.778 msecs
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,653741+01:00 ACPI: EC: interrupt blocked
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699586+01:00 PM: noirq suspend of devices complete after 46.035 msecs
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699597+01:00 ACPI: \_SB_.PCI0.GPP0: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699600+01:00 ACPI: \_SB_.PCI0.GPP2: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699602+01:00 ACPI: \_SB_.PCI0.GPP6: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699604+01:00 ACPI: \_SB_.PCI0.GPP5: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699605+01:00 ACPI: \_SB_.PCI0.GPP7: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699607+01:00 ACPI: \_SB_.PCI0.GP11.SWUS: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699610+01:00 ACPI: \_SB_.PCI0.GP12.SWUS: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699611+01:00 ACPI: \_SB_.PCI0.GPP7.DEV0: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699613+01:00 ACPI: \_SB_.PCI0.GPP2.WWAN: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699614+01:00 ACPI: \_SB_.PCI0.GPP5.RTL8: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699616+01:00 ACPI: \_SB_.PCI0.GPP5.RUSB: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699617+01:00 ACPI: \_SB_.PCI0.GPP6.WLAN: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699622+01:00 ACPI: \_SB_.PCI0.GP18.IPU_: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699623+01:00 ACPI: \_SB_.PCI0.GP19.XHC2: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699626+01:00 ACPI: \_SB_.PLTF.C000: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699628+01:00 ACPI: \_SB_.PLTF.C001: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699629+01:00 ACPI: \_SB_.PLTF.C002: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699631+01:00 ACPI: \_SB_.PLTF.C003: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699632+01:00 ACPI: \_SB_.PLTF.C004: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699634+01:00 ACPI: \_SB_.PLTF.C005: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699635+01:00 ACPI: \_SB_.PLTF.C006: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699637+01:00 ACPI: \_SB_.PLTF.C007: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699638+01:00 ACPI: \_SB_.PLTF.C008: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699640+01:00 ACPI: \_SB_.PLTF.C009: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699641+01:00 ACPI: \_SB_.PLTF.C00A: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699643+01:00 ACPI: \_SB_.PLTF.C00B: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699644+01:00 ACPI: \_SB_.PLTF.C00C: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699646+01:00 ACPI: \_SB_.PLTF.C00D: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699647+01:00 ACPI: \_SB_.PLTF.C00E: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699648+01:00 ACPI: \_SB_.PLTF.C00F: LPI: Device not power manageable
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,699919+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state screen off
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,919392+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms entry
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,919702+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 entry
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,920848+01:00 PM: suspend-to-idle
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:18:55,920850+01:00 amd_pmc: SMU idlemask s0i3: 0x3ffb3eb5
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:04,872984+01:00 Timekeeping suspended for 8.872 seconds
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:04,873018+01:00 PM: Triggering wakeup from IRQ 9
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:04,873073+01:00 ACPI: PM: ACPI fixed event wakeup
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:04,873079+01:00 PM: resume from suspend-to-idle
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:04,874043+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 exit
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,028457+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms exit
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,028733+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state screen on
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,028946+01:00 ACPI: EC: interrupt unblocked
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,187814+01:00 PM: noirq resume of devices complete after 159.101 msecs
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,189832+01:00 PM: early resume of devices complete after 1.867 msecs
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,216891+01:00 nvme nvme0: 16/0/0 default/read/poll queues
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,299265+01:00 ucsi_acpi USBC000:00: possible UCSI driver bug 1
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,299269+01:00 ucsi_acpi USBC000:00: failed to re-enable notifications (-22)
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,326825+01:00 [drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=14
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,327030+01:00 [drm:amdgpu_mes_reg_write_reg_wait [amdgpu]] *ERROR* failed to reg_write_reg_wait
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,329259+01:00 [drm] PCIE GART of 512M enabled (table at 0x000000801FD00000).
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,329356+01:00 amdgpu 0000:c1:00.0: amdgpu: SMU is resuming...
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,332739+01:00 amdgpu 0000:c1:00.0: amdgpu: SMU is resumed successfully!
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,449216+01:00 r8152 2-1:1.0 enp193s0f3u1: carrier on
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,522000+01:00 [drm] VCN decode and encode initialized successfully(under DPG Mode).
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,522106+01:00 amdgpu 0000:c1:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully.
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,522358+01:00 amdgpu 0000:c1:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,522360+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,522362+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,522363+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,522364+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,522365+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,522366+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,522367+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,522368+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,522369+01:00 amdgpu 0000:c1:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,522370+01:00 amdgpu 0000:c1:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,522371+01:00 amdgpu 0000:c1:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
2024-02-17 00:18:52,009 DEBUG:	2024-02-17T00:19:05,522372+01:00 amdgpu 0000:c1:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:05,573086+01:00 [drm] ring gfx_32772.1.1 was added
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:05,573642+01:00 [drm] ring compute_32772.2.2 was added
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:05,574191+01:00 [drm] ring sdma_32772.3.3 was added
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:05,574227+01:00 [drm] ring gfx_32772.1.1 ib test pass
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:05,574262+01:00 [drm] ring compute_32772.2.2 ib test pass
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:05,574324+01:00 [drm] ring sdma_32772.3.3 ib test pass
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:05,681010+01:00 GPIO 5 is active: 0x10141b00
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:05,781878+01:00 GPIO 5 is active: 0x10141b00
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:05,859835+01:00 PM: resume of devices complete after 670.096 msecs
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:05,861558+01:00 OOM killer enabled.
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:05,861560+01:00 Restarting tasks ... done.
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:05,862204+01:00 random: crng reseeded on system resumption
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:05,867237+01:00 PM: suspend exit
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:09,872726+01:00 PM: suspend entry (s2idle)
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:09,885664+01:00 Filesystems sync: 0.013 seconds
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:09,888568+01:00 Freezing user space processes
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:09,889781+01:00 Freezing user space processes completed (elapsed 0.001 seconds)
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:09,889785+01:00 OOM killer disabled.
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:09,889786+01:00 Freezing remaining freezable tasks
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:09,890766+01:00 Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:09,890769+01:00 printk: Suspending console(s) (use no_console_suspend to debug)
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:09,901162+01:00 queueing ieee80211 work while going to suspend
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:10,017775+01:00 PM: suspend of devices complete after 126.794 msecs
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:10,017781+01:00 PM: start suspend of devices complete after 127.786 msecs
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:10,018116+01:00 Disabling GPIO #5 interrupt for suspend.
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:10,018135+01:00 Disabling GPIO #84 interrupt for suspend.
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:10,018580+01:00 PM: late suspend of devices complete after 0.801 msecs
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:10,018896+01:00 ACPI: EC: interrupt blocked
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:10,063155+01:00 PM: noirq suspend of devices complete after 44.752 msecs
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:10,063165+01:00 ACPI: \_SB_.PCI0.GP11.SWUS: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:10,063168+01:00 ACPI: \_SB_.PCI0.GP12.SWUS: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:10,063170+01:00 ACPI: \_SB_.PCI0.GPP7.DEV0: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:10,063174+01:00 ACPI: \_SB_.PCI0.GP19.XHC2: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:10,063496+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state screen off
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:10,276497+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms entry
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:10,276871+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 entry
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:10,278192+01:00 PM: suspend-to-idle
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:10,278195+01:00 amd_pmc: SMU idlemask s0i3: 0x3ffb3eb5
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:19,873726+01:00 Timekeeping suspended for 9.567 seconds
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:19,873760+01:00 PM: Triggering wakeup from IRQ 9
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:19,873818+01:00 ACPI: PM: ACPI fixed event wakeup
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:19,873820+01:00 PM: resume from suspend-to-idle
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:19,874691+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 exit
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,028363+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms exit
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,028581+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state screen on
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,028750+01:00 ACPI: EC: interrupt unblocked
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,186861+01:00 PM: noirq resume of devices complete after 159.284 msecs
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,188825+01:00 PM: early resume of devices complete after 1.814 msecs
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,216523+01:00 nvme nvme0: 16/0/0 default/read/poll queues
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,323506+01:00 [drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=14
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,323657+01:00 [drm:amdgpu_mes_reg_write_reg_wait [amdgpu]] *ERROR* failed to reg_write_reg_wait
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,326027+01:00 [drm] PCIE GART of 512M enabled (table at 0x000000801FD00000).
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,326153+01:00 amdgpu 0000:c1:00.0: amdgpu: SMU is resuming...
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,329809+01:00 amdgpu 0000:c1:00.0: amdgpu: SMU is resumed successfully!
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,448496+01:00 r8152 2-1:1.0 enp193s0f3u1: carrier on
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,517847+01:00 [drm] VCN decode and encode initialized successfully(under DPG Mode).
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,518071+01:00 amdgpu 0000:c1:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully.
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,518326+01:00 amdgpu 0000:c1:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,518329+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,518330+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,518331+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,518332+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,518333+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,518335+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,518335+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,518337+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,518338+01:00 amdgpu 0000:c1:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,518338+01:00 amdgpu 0000:c1:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,518339+01:00 amdgpu 0000:c1:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,518340+01:00 amdgpu 0000:c1:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,569103+01:00 [drm] ring gfx_32772.1.1 was added
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,569666+01:00 [drm] ring compute_32772.2.2 was added
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,570178+01:00 [drm] ring sdma_32772.3.3 was added
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,570243+01:00 [drm] ring gfx_32772.1.1 ib test pass
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,570313+01:00 [drm] ring compute_32772.2.2 ib test pass
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,570380+01:00 [drm] ring sdma_32772.3.3 ib test pass
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,676452+01:00 GPIO 5 is active: 0x10141b00
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,777751+01:00 GPIO 5 is active: 0x10141b00
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,855217+01:00 PM: resume of devices complete after 670.626 msecs
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,857054+01:00 OOM killer enabled.
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,857055+01:00 Restarting tasks ... done.
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,857634+01:00 random: crng reseeded on system resumption
2024-02-17 00:18:52,010 DEBUG:	2024-02-17T00:19:20,862333+01:00 PM: suspend exit
2024-02-17 00:18:52,010 DEBUG:	
2024-02-17 00:18:52,010 INFO:	○ Suspend count: 2
2024-02-17 00:18:52,011 INFO:	○ Hardware sleep cycle count: 2
2024-02-17 00:18:52,011 INFO:	○ GPIOs active: ['5', '5', '5', '5']
2024-02-17 00:18:52,011 INFO:	○ Wakeups triggered from IRQs: [9]
2024-02-17 00:18:52,011 DEBUG:	Used Microsoft uPEP GUID in LPS0 _DSM
2024-02-17 00:18:52,011 INFO:	○ Woke up from IRQ 9 (IR-IO-APIC 9-fasteoi acpi)
2024-02-17 00:18:52,011 INFO:	○ gpe0B increased from 193 to 217
2024-02-17 00:18:52,011 DEBUG:	ACPI Lid (/proc/acpi/button/lid/LID0/state): open
2024-02-17 00:18:52,011 INFO:	✅ Userspace suspended for 0:00:12.987893
2024-02-17 00:18:52,011 DEBUG:	Kernel suspended for total of 0:00:18.439000 (141.97%)
2024-02-17 00:18:52,012 INFO:	✅ In a hardware sleep state for 0:00:09.072540 (69.85%)
2024-02-17 00:18:52,013 DEBUG:	BAT1 charge level is 3923000 µAh
2024-02-17 00:18:52,013 INFO:	🔋 Battery BAT1 ( ) is operating at 100.18% of design
2024-02-17 00:18:54,021 INFO:	Suspend cycle 3: Started at 2024-02-17 00:18:54.021117 (cycle finish expected @ 2024-02-17 00:19:08.021146)
2024-02-17 00:19:07,003 INFO:	Results from last s2idle cycle
2024-02-17 00:19:07,008 DEBUG:	2024-02-17T00:19:05,069501+01:00 PM: suspend entry (s2idle)
2024-02-17 00:19:07,008 DEBUG:	2024-02-17T00:19:05,079881+01:00 Filesystems sync: 0.010 seconds
2024-02-17 00:19:07,008 DEBUG:	2024-02-17T00:19:05,091758+01:00 Freezing user space processes
2024-02-17 00:19:07,008 DEBUG:	2024-02-17T00:19:05,092611+01:00 Freezing user space processes completed (elapsed 0.000 seconds)
2024-02-17 00:19:07,008 DEBUG:	2024-02-17T00:19:05,092614+01:00 OOM killer disabled.
2024-02-17 00:19:07,008 DEBUG:	2024-02-17T00:19:05,092615+01:00 Freezing remaining freezable tasks
2024-02-17 00:19:07,008 DEBUG:	2024-02-17T00:19:05,093585+01:00 Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
2024-02-17 00:19:07,008 DEBUG:	2024-02-17T00:19:05,093587+01:00 printk: Suspending console(s) (use no_console_suspend to debug)
2024-02-17 00:19:07,008 DEBUG:	2024-02-17T00:19:05,229395+01:00 PM: suspend of devices complete after 120.917 msecs
2024-02-17 00:19:07,008 DEBUG:	2024-02-17T00:19:05,229401+01:00 PM: start suspend of devices complete after 135.815 msecs
2024-02-17 00:19:07,008 DEBUG:	2024-02-17T00:19:05,229747+01:00 Disabling GPIO #5 interrupt for suspend.
2024-02-17 00:19:07,008 DEBUG:	2024-02-17T00:19:05,229764+01:00 Disabling GPIO #84 interrupt for suspend.
2024-02-17 00:19:07,008 DEBUG:	2024-02-17T00:19:05,230181+01:00 PM: late suspend of devices complete after 0.778 msecs
2024-02-17 00:19:07,008 DEBUG:	2024-02-17T00:19:05,230464+01:00 ACPI: EC: interrupt blocked
2024-02-17 00:19:07,008 DEBUG:	2024-02-17T00:19:05,276309+01:00 PM: noirq suspend of devices complete after 46.035 msecs
2024-02-17 00:19:07,008 DEBUG:	2024-02-17T00:19:05,276320+01:00 ACPI: \_SB_.PCI0.GPP0: LPI: Device not power manageable
2024-02-17 00:19:07,008 DEBUG:	2024-02-17T00:19:05,276323+01:00 ACPI: \_SB_.PCI0.GPP2: LPI: Device not power manageable
2024-02-17 00:19:07,008 DEBUG:	2024-02-17T00:19:05,276325+01:00 ACPI: \_SB_.PCI0.GPP6: LPI: Device not power manageable
2024-02-17 00:19:07,008 DEBUG:	2024-02-17T00:19:05,276327+01:00 ACPI: \_SB_.PCI0.GPP5: LPI: Device not power manageable
2024-02-17 00:19:07,008 DEBUG:	2024-02-17T00:19:05,276328+01:00 ACPI: \_SB_.PCI0.GPP7: LPI: Device not power manageable
2024-02-17 00:19:07,008 DEBUG:	2024-02-17T00:19:05,276330+01:00 ACPI: \_SB_.PCI0.GP11.SWUS: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:07,008 DEBUG:	2024-02-17T00:19:05,276333+01:00 ACPI: \_SB_.PCI0.GP12.SWUS: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276334+01:00 ACPI: \_SB_.PCI0.GPP7.DEV0: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276336+01:00 ACPI: \_SB_.PCI0.GPP2.WWAN: LPI: Device not power manageable
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276337+01:00 ACPI: \_SB_.PCI0.GPP5.RTL8: LPI: Device not power manageable
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276339+01:00 ACPI: \_SB_.PCI0.GPP5.RUSB: LPI: Device not power manageable
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276340+01:00 ACPI: \_SB_.PCI0.GPP6.WLAN: LPI: Device not power manageable
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276345+01:00 ACPI: \_SB_.PCI0.GP18.IPU_: LPI: Device not power manageable
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276346+01:00 ACPI: \_SB_.PCI0.GP19.XHC2: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276349+01:00 ACPI: \_SB_.PLTF.C000: LPI: Device not power manageable
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276351+01:00 ACPI: \_SB_.PLTF.C001: LPI: Device not power manageable
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276352+01:00 ACPI: \_SB_.PLTF.C002: LPI: Device not power manageable
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276354+01:00 ACPI: \_SB_.PLTF.C003: LPI: Device not power manageable
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276355+01:00 ACPI: \_SB_.PLTF.C004: LPI: Device not power manageable
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276357+01:00 ACPI: \_SB_.PLTF.C005: LPI: Device not power manageable
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276358+01:00 ACPI: \_SB_.PLTF.C006: LPI: Device not power manageable
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276360+01:00 ACPI: \_SB_.PLTF.C007: LPI: Device not power manageable
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276361+01:00 ACPI: \_SB_.PLTF.C008: LPI: Device not power manageable
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276363+01:00 ACPI: \_SB_.PLTF.C009: LPI: Device not power manageable
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276364+01:00 ACPI: \_SB_.PLTF.C00A: LPI: Device not power manageable
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276366+01:00 ACPI: \_SB_.PLTF.C00B: LPI: Device not power manageable
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276367+01:00 ACPI: \_SB_.PLTF.C00C: LPI: Device not power manageable
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276369+01:00 ACPI: \_SB_.PLTF.C00D: LPI: Device not power manageable
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276370+01:00 ACPI: \_SB_.PLTF.C00E: LPI: Device not power manageable
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276371+01:00 ACPI: \_SB_.PLTF.C00F: LPI: Device not power manageable
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,276642+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state screen off
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,496115+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms entry
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,496425+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 entry
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,497571+01:00 PM: suspend-to-idle
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:05,497573+01:00 amd_pmc: SMU idlemask s0i3: 0x3ffb3eb5
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:14,449707+01:00 Timekeeping suspended for 8.872 seconds
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:14,449741+01:00 PM: Triggering wakeup from IRQ 9
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:14,449796+01:00 ACPI: PM: ACPI fixed event wakeup
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:14,449802+01:00 PM: resume from suspend-to-idle
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:14,450766+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 exit
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:14,605180+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms exit
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:14,605456+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state screen on
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:14,605669+01:00 ACPI: EC: interrupt unblocked
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:14,764537+01:00 PM: noirq resume of devices complete after 159.101 msecs
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:14,766555+01:00 PM: early resume of devices complete after 1.867 msecs
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:14,793614+01:00 nvme nvme0: 16/0/0 default/read/poll queues
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:14,875988+01:00 ucsi_acpi USBC000:00: possible UCSI driver bug 1
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:14,875992+01:00 ucsi_acpi USBC000:00: failed to re-enable notifications (-22)
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:14,903548+01:00 [drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=14
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:14,903753+01:00 [drm:amdgpu_mes_reg_write_reg_wait [amdgpu]] *ERROR* failed to reg_write_reg_wait
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:14,905982+01:00 [drm] PCIE GART of 512M enabled (table at 0x000000801FD00000).
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:14,906079+01:00 amdgpu 0000:c1:00.0: amdgpu: SMU is resuming...
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:14,909462+01:00 amdgpu 0000:c1:00.0: amdgpu: SMU is resumed successfully!
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:15,025939+01:00 r8152 2-1:1.0 enp193s0f3u1: carrier on
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:15,098723+01:00 [drm] VCN decode and encode initialized successfully(under DPG Mode).
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:15,098829+01:00 amdgpu 0000:c1:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully.
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:15,099081+01:00 amdgpu 0000:c1:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:15,099083+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:15,099085+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:15,099086+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:15,099087+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:15,099088+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:15,099089+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:15,099090+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:15,099091+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:15,099092+01:00 amdgpu 0000:c1:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:15,099093+01:00 amdgpu 0000:c1:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:15,099094+01:00 amdgpu 0000:c1:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:15,099095+01:00 amdgpu 0000:c1:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:15,149809+01:00 [drm] ring gfx_32772.1.1 was added
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:15,150365+01:00 [drm] ring compute_32772.2.2 was added
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:15,150914+01:00 [drm] ring sdma_32772.3.3 was added
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:15,150950+01:00 [drm] ring gfx_32772.1.1 ib test pass
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:15,150985+01:00 [drm] ring compute_32772.2.2 ib test pass
2024-02-17 00:19:07,009 DEBUG:	2024-02-17T00:19:15,151047+01:00 [drm] ring sdma_32772.3.3 ib test pass
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:15,257733+01:00 GPIO 5 is active: 0x10141b00
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:15,358601+01:00 GPIO 5 is active: 0x10141b00
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:15,436558+01:00 PM: resume of devices complete after 670.096 msecs
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:15,438281+01:00 OOM killer enabled.
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:15,438283+01:00 Restarting tasks ... done.
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:15,438927+01:00 random: crng reseeded on system resumption
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:15,443960+01:00 PM: suspend exit
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,449449+01:00 PM: suspend entry (s2idle)
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,462387+01:00 Filesystems sync: 0.013 seconds
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,465291+01:00 Freezing user space processes
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,466504+01:00 Freezing user space processes completed (elapsed 0.001 seconds)
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,466508+01:00 OOM killer disabled.
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,466509+01:00 Freezing remaining freezable tasks
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,467489+01:00 Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,467492+01:00 printk: Suspending console(s) (use no_console_suspend to debug)
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,477885+01:00 queueing ieee80211 work while going to suspend
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,594498+01:00 PM: suspend of devices complete after 126.794 msecs
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,594504+01:00 PM: start suspend of devices complete after 127.786 msecs
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,594839+01:00 Disabling GPIO #5 interrupt for suspend.
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,594858+01:00 Disabling GPIO #84 interrupt for suspend.
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,595303+01:00 PM: late suspend of devices complete after 0.801 msecs
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,595619+01:00 ACPI: EC: interrupt blocked
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,639878+01:00 PM: noirq suspend of devices complete after 44.752 msecs
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,639888+01:00 ACPI: \_SB_.PCI0.GP11.SWUS: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,639891+01:00 ACPI: \_SB_.PCI0.GP12.SWUS: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,639893+01:00 ACPI: \_SB_.PCI0.GPP7.DEV0: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,639897+01:00 ACPI: \_SB_.PCI0.GP19.XHC2: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,640219+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state screen off
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,853220+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms entry
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,853594+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 entry
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,854915+01:00 PM: suspend-to-idle
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:19,854918+01:00 amd_pmc: SMU idlemask s0i3: 0x3ffb3eb5
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:29,450449+01:00 Timekeeping suspended for 9.567 seconds
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:29,450483+01:00 PM: Triggering wakeup from IRQ 9
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:29,450541+01:00 ACPI: PM: ACPI fixed event wakeup
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:29,450543+01:00 PM: resume from suspend-to-idle
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:29,451414+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 exit
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:29,605086+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms exit
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:29,605304+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state screen on
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:29,605473+01:00 ACPI: EC: interrupt unblocked
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:29,763584+01:00 PM: noirq resume of devices complete after 159.284 msecs
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:29,765548+01:00 PM: early resume of devices complete after 1.814 msecs
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:29,793246+01:00 nvme nvme0: 16/0/0 default/read/poll queues
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:29,900229+01:00 [drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=14
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:29,900380+01:00 [drm:amdgpu_mes_reg_write_reg_wait [amdgpu]] *ERROR* failed to reg_write_reg_wait
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:29,902750+01:00 [drm] PCIE GART of 512M enabled (table at 0x000000801FD00000).
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:29,902876+01:00 amdgpu 0000:c1:00.0: amdgpu: SMU is resuming...
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:29,906532+01:00 amdgpu 0000:c1:00.0: amdgpu: SMU is resumed successfully!
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,025219+01:00 r8152 2-1:1.0 enp193s0f3u1: carrier on
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,094570+01:00 [drm] VCN decode and encode initialized successfully(under DPG Mode).
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,094794+01:00 amdgpu 0000:c1:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully.
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,095049+01:00 amdgpu 0000:c1:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,095052+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,095053+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,095054+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,095055+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,095056+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,095058+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,095058+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,095060+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,095061+01:00 amdgpu 0000:c1:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,095061+01:00 amdgpu 0000:c1:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,095062+01:00 amdgpu 0000:c1:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,095063+01:00 amdgpu 0000:c1:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,145826+01:00 [drm] ring gfx_32772.1.1 was added
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,146389+01:00 [drm] ring compute_32772.2.2 was added
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,146901+01:00 [drm] ring sdma_32772.3.3 was added
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,146966+01:00 [drm] ring gfx_32772.1.1 ib test pass
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,147036+01:00 [drm] ring compute_32772.2.2 ib test pass
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,147103+01:00 [drm] ring sdma_32772.3.3 ib test pass
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,253175+01:00 GPIO 5 is active: 0x10141b00
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,354474+01:00 GPIO 5 is active: 0x10141b00
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,431940+01:00 PM: resume of devices complete after 670.626 msecs
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,433777+01:00 OOM killer enabled.
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,433778+01:00 Restarting tasks ... done.
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,434357+01:00 random: crng reseeded on system resumption
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:30,439056+01:00 PM: suspend exit
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:34,437644+01:00 PM: suspend entry (s2idle)
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:34,445101+01:00 Filesystems sync: 0.007 seconds
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:34,447482+01:00 Freezing user space processes
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:34,448644+01:00 Freezing user space processes completed (elapsed 0.001 seconds)
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:34,448648+01:00 OOM killer disabled.
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:34,448649+01:00 Freezing remaining freezable tasks
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:34,449635+01:00 Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:34,449637+01:00 printk: Suspending console(s) (use no_console_suspend to debug)
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:34,459409+01:00 queueing ieee80211 work while going to suspend
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:34,574360+01:00 PM: suspend of devices complete after 124.372 msecs
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:34,574366+01:00 PM: start suspend of devices complete after 125.443 msecs
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:34,574695+01:00 Disabling GPIO #5 interrupt for suspend.
2024-02-17 00:19:07,010 DEBUG:	2024-02-17T00:19:34,574716+01:00 Disabling GPIO #84 interrupt for suspend.
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:34,575152+01:00 PM: late suspend of devices complete after 0.789 msecs
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:34,575445+01:00 ACPI: EC: interrupt blocked
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:34,620180+01:00 PM: noirq suspend of devices complete after 45.187 msecs
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:34,620195+01:00 ACPI: \_SB_.PCI0.GP11.SWUS: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:34,620200+01:00 ACPI: \_SB_.PCI0.GP12.SWUS: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:34,620202+01:00 ACPI: \_SB_.PCI0.GPP7.DEV0: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:34,620209+01:00 ACPI: \_SB_.PCI0.GP19.XHC2: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:34,620620+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state screen off
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:34,836003+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms entry
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:34,836385+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 entry
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:34,836625+01:00 PM: suspend-to-idle
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:34,836627+01:00 amd_pmc: SMU idlemask s0i3: 0x3ffb3eb5
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:44,450064+01:00 Timekeeping suspended for 9.576 seconds
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:44,450093+01:00 PM: Triggering wakeup from IRQ 9
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:44,450148+01:00 ACPI: PM: ACPI fixed event wakeup
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:44,450150+01:00 PM: resume from suspend-to-idle
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:44,451057+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 exit
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:44,604410+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms exit
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:44,604689+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state screen on
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:44,604883+01:00 ACPI: EC: interrupt unblocked
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:44,762490+01:00 PM: noirq resume of devices complete after 158.729 msecs
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:44,764602+01:00 PM: early resume of devices complete after 1.961 msecs
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:44,791760+01:00 nvme nvme0: 16/0/0 default/read/poll queues
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:44,900900+01:00 [drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=14
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:44,901068+01:00 [drm:amdgpu_mes_reg_write_reg_wait [amdgpu]] *ERROR* failed to reg_write_reg_wait
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:44,903194+01:00 [drm] PCIE GART of 512M enabled (table at 0x000000801FD00000).
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:44,903285+01:00 amdgpu 0000:c1:00.0: amdgpu: SMU is resuming...
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:44,907341+01:00 amdgpu 0000:c1:00.0: amdgpu: SMU is resumed successfully!
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,023752+01:00 r8152 2-1:1.0 enp193s0f3u1: carrier on
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,085360+01:00 [drm] VCN decode and encode initialized successfully(under DPG Mode).
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,085493+01:00 amdgpu 0000:c1:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully.
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,085745+01:00 amdgpu 0000:c1:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,085747+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,085749+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,085750+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,085751+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,085752+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,085753+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,085754+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,085755+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,085756+01:00 amdgpu 0000:c1:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,085757+01:00 amdgpu 0000:c1:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,085758+01:00 amdgpu 0000:c1:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,085759+01:00 amdgpu 0000:c1:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,136142+01:00 [drm] ring gfx_32772.1.1 was added
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,136637+01:00 [drm] ring compute_32772.2.2 was added
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,137102+01:00 [drm] ring sdma_32772.3.3 was added
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,137161+01:00 [drm] ring gfx_32772.1.1 ib test pass
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,137214+01:00 [drm] ring compute_32772.2.2 ib test pass
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,137278+01:00 [drm] ring sdma_32772.3.3 ib test pass
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,243992+01:00 GPIO 5 is active: 0x10141b00
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,344202+01:00 GPIO 5 is active: 0x10141b00
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,434816+01:00 PM: resume of devices complete after 674.163 msecs
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,438803+01:00 OOM killer enabled.
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,438805+01:00 Restarting tasks ... done.
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,439548+01:00 random: crng reseeded on system resumption
2024-02-17 00:19:07,011 DEBUG:	2024-02-17T00:19:45,444509+01:00 PM: suspend exit
2024-02-17 00:19:07,011 DEBUG:	
2024-02-17 00:19:07,011 INFO:	○ Suspend count: 3
2024-02-17 00:19:07,011 INFO:	○ Hardware sleep cycle count: 3
2024-02-17 00:19:07,011 INFO:	○ GPIOs active: ['5', '5', '5', '5', '5', '5']
2024-02-17 00:19:07,011 INFO:	○ Wakeups triggered from IRQs: [9]
2024-02-17 00:19:07,011 DEBUG:	Used Microsoft uPEP GUID in LPS0 _DSM
2024-02-17 00:19:07,011 INFO:	○ Woke up from IRQ 9 (IR-IO-APIC 9-fasteoi acpi)
2024-02-17 00:19:07,012 INFO:	○ gpe0B increased from 217 to 241
2024-02-17 00:19:07,012 DEBUG:	ACPI Lid (/proc/acpi/button/lid/LID0/state): open
2024-02-17 00:19:07,012 INFO:	✅ Userspace suspended for 0:00:12.991450
2024-02-17 00:19:07,012 DEBUG:	Kernel suspended for total of 0:00:28.015000 (215.64%)
2024-02-17 00:19:07,012 INFO:	✅ In a hardware sleep state for 0:00:09.095275 (70.01%)
2024-02-17 00:19:07,013 DEBUG:	BAT1 charge level is 3923000 µAh
2024-02-17 00:19:07,013 INFO:	🔋 Battery BAT1 ( ) is operating at 100.18% of design
2024-02-17 00:19:09,016 INFO:	Suspend cycle 4: Started at 2024-02-17 00:19:09.016342 (cycle finish expected @ 2024-02-17 00:19:23.016370)
2024-02-17 00:19:22,004 INFO:	Results from last s2idle cycle
2024-02-17 00:19:22,009 DEBUG:	2024-02-17T00:19:14,644826+01:00 PM: suspend entry (s2idle)
2024-02-17 00:19:22,009 DEBUG:	2024-02-17T00:19:14,655206+01:00 Filesystems sync: 0.010 seconds
2024-02-17 00:19:22,009 DEBUG:	2024-02-17T00:19:14,667083+01:00 Freezing user space processes
2024-02-17 00:19:22,009 DEBUG:	2024-02-17T00:19:14,667936+01:00 Freezing user space processes completed (elapsed 0.000 seconds)
2024-02-17 00:19:22,009 DEBUG:	2024-02-17T00:19:14,667939+01:00 OOM killer disabled.
2024-02-17 00:19:22,009 DEBUG:	2024-02-17T00:19:14,667940+01:00 Freezing remaining freezable tasks
2024-02-17 00:19:22,009 DEBUG:	2024-02-17T00:19:14,668910+01:00 Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
2024-02-17 00:19:22,009 DEBUG:	2024-02-17T00:19:14,668912+01:00 printk: Suspending console(s) (use no_console_suspend to debug)
2024-02-17 00:19:22,009 DEBUG:	2024-02-17T00:19:14,804720+01:00 PM: suspend of devices complete after 120.917 msecs
2024-02-17 00:19:22,009 DEBUG:	2024-02-17T00:19:14,804726+01:00 PM: start suspend of devices complete after 135.815 msecs
2024-02-17 00:19:22,009 DEBUG:	2024-02-17T00:19:14,805072+01:00 Disabling GPIO #5 interrupt for suspend.
2024-02-17 00:19:22,009 DEBUG:	2024-02-17T00:19:14,805089+01:00 Disabling GPIO #84 interrupt for suspend.
2024-02-17 00:19:22,009 DEBUG:	2024-02-17T00:19:14,805506+01:00 PM: late suspend of devices complete after 0.778 msecs
2024-02-17 00:19:22,009 DEBUG:	2024-02-17T00:19:14,805789+01:00 ACPI: EC: interrupt blocked
2024-02-17 00:19:22,009 DEBUG:	2024-02-17T00:19:14,851634+01:00 PM: noirq suspend of devices complete after 46.035 msecs
2024-02-17 00:19:22,009 DEBUG:	2024-02-17T00:19:14,851645+01:00 ACPI: \_SB_.PCI0.GPP0: LPI: Device not power manageable
2024-02-17 00:19:22,009 DEBUG:	2024-02-17T00:19:14,851648+01:00 ACPI: \_SB_.PCI0.GPP2: LPI: Device not power manageable
2024-02-17 00:19:22,009 DEBUG:	2024-02-17T00:19:14,851650+01:00 ACPI: \_SB_.PCI0.GPP6: LPI: Device not power manageable
2024-02-17 00:19:22,009 DEBUG:	2024-02-17T00:19:14,851652+01:00 ACPI: \_SB_.PCI0.GPP5: LPI: Device not power manageable
2024-02-17 00:19:22,009 DEBUG:	2024-02-17T00:19:14,851653+01:00 ACPI: \_SB_.PCI0.GPP7: LPI: Device not power manageable
2024-02-17 00:19:22,009 DEBUG:	2024-02-17T00:19:14,851655+01:00 ACPI: \_SB_.PCI0.GP11.SWUS: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851658+01:00 ACPI: \_SB_.PCI0.GP12.SWUS: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851659+01:00 ACPI: \_SB_.PCI0.GPP7.DEV0: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851661+01:00 ACPI: \_SB_.PCI0.GPP2.WWAN: LPI: Device not power manageable
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851662+01:00 ACPI: \_SB_.PCI0.GPP5.RTL8: LPI: Device not power manageable
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851664+01:00 ACPI: \_SB_.PCI0.GPP5.RUSB: LPI: Device not power manageable
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851665+01:00 ACPI: \_SB_.PCI0.GPP6.WLAN: LPI: Device not power manageable
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851670+01:00 ACPI: \_SB_.PCI0.GP18.IPU_: LPI: Device not power manageable
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851671+01:00 ACPI: \_SB_.PCI0.GP19.XHC2: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851674+01:00 ACPI: \_SB_.PLTF.C000: LPI: Device not power manageable
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851676+01:00 ACPI: \_SB_.PLTF.C001: LPI: Device not power manageable
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851677+01:00 ACPI: \_SB_.PLTF.C002: LPI: Device not power manageable
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851679+01:00 ACPI: \_SB_.PLTF.C003: LPI: Device not power manageable
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851680+01:00 ACPI: \_SB_.PLTF.C004: LPI: Device not power manageable
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851682+01:00 ACPI: \_SB_.PLTF.C005: LPI: Device not power manageable
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851683+01:00 ACPI: \_SB_.PLTF.C006: LPI: Device not power manageable
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851685+01:00 ACPI: \_SB_.PLTF.C007: LPI: Device not power manageable
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851686+01:00 ACPI: \_SB_.PLTF.C008: LPI: Device not power manageable
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851688+01:00 ACPI: \_SB_.PLTF.C009: LPI: Device not power manageable
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851689+01:00 ACPI: \_SB_.PLTF.C00A: LPI: Device not power manageable
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851691+01:00 ACPI: \_SB_.PLTF.C00B: LPI: Device not power manageable
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851692+01:00 ACPI: \_SB_.PLTF.C00C: LPI: Device not power manageable
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851694+01:00 ACPI: \_SB_.PLTF.C00D: LPI: Device not power manageable
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851695+01:00 ACPI: \_SB_.PLTF.C00E: LPI: Device not power manageable
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851696+01:00 ACPI: \_SB_.PLTF.C00F: LPI: Device not power manageable
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:14,851967+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state screen off
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:15,071440+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms entry
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:15,071750+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 entry
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:15,072896+01:00 PM: suspend-to-idle
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:15,072898+01:00 amd_pmc: SMU idlemask s0i3: 0x3ffb3eb5
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,025032+01:00 Timekeeping suspended for 8.872 seconds
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,025066+01:00 PM: Triggering wakeup from IRQ 9
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,025121+01:00 ACPI: PM: ACPI fixed event wakeup
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,025127+01:00 PM: resume from suspend-to-idle
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,026091+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 exit
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,180505+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms exit
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,180781+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state screen on
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,180994+01:00 ACPI: EC: interrupt unblocked
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,339862+01:00 PM: noirq resume of devices complete after 159.101 msecs
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,341880+01:00 PM: early resume of devices complete after 1.867 msecs
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,368939+01:00 nvme nvme0: 16/0/0 default/read/poll queues
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,451313+01:00 ucsi_acpi USBC000:00: possible UCSI driver bug 1
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,451317+01:00 ucsi_acpi USBC000:00: failed to re-enable notifications (-22)
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,478873+01:00 [drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=14
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,479078+01:00 [drm:amdgpu_mes_reg_write_reg_wait [amdgpu]] *ERROR* failed to reg_write_reg_wait
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,481307+01:00 [drm] PCIE GART of 512M enabled (table at 0x000000801FD00000).
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,481404+01:00 amdgpu 0000:c1:00.0: amdgpu: SMU is resuming...
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,484787+01:00 amdgpu 0000:c1:00.0: amdgpu: SMU is resumed successfully!
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,601264+01:00 r8152 2-1:1.0 enp193s0f3u1: carrier on
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,674048+01:00 [drm] VCN decode and encode initialized successfully(under DPG Mode).
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,674154+01:00 amdgpu 0000:c1:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully.
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,674406+01:00 amdgpu 0000:c1:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,674408+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,674410+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,674411+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,674412+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,674413+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,674414+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,674415+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,674416+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,674417+01:00 amdgpu 0000:c1:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,674418+01:00 amdgpu 0000:c1:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,674419+01:00 amdgpu 0000:c1:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,674420+01:00 amdgpu 0000:c1:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
2024-02-17 00:19:22,010 DEBUG:	2024-02-17T00:19:24,725134+01:00 [drm] ring gfx_32772.1.1 was added
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:24,725690+01:00 [drm] ring compute_32772.2.2 was added
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:24,726239+01:00 [drm] ring sdma_32772.3.3 was added
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:24,726275+01:00 [drm] ring gfx_32772.1.1 ib test pass
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:24,726310+01:00 [drm] ring compute_32772.2.2 ib test pass
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:24,726372+01:00 [drm] ring sdma_32772.3.3 ib test pass
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:24,833058+01:00 GPIO 5 is active: 0x10141b00
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:24,933926+01:00 GPIO 5 is active: 0x10141b00
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:25,011883+01:00 PM: resume of devices complete after 670.096 msecs
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:25,013606+01:00 OOM killer enabled.
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:25,013608+01:00 Restarting tasks ... done.
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:25,014252+01:00 random: crng reseeded on system resumption
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:25,019285+01:00 PM: suspend exit
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,024774+01:00 PM: suspend entry (s2idle)
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,037712+01:00 Filesystems sync: 0.013 seconds
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,040616+01:00 Freezing user space processes
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,041829+01:00 Freezing user space processes completed (elapsed 0.001 seconds)
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,041833+01:00 OOM killer disabled.
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,041834+01:00 Freezing remaining freezable tasks
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,042814+01:00 Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,042817+01:00 printk: Suspending console(s) (use no_console_suspend to debug)
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,053210+01:00 queueing ieee80211 work while going to suspend
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,169823+01:00 PM: suspend of devices complete after 126.794 msecs
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,169829+01:00 PM: start suspend of devices complete after 127.786 msecs
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,170164+01:00 Disabling GPIO #5 interrupt for suspend.
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,170183+01:00 Disabling GPIO #84 interrupt for suspend.
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,170628+01:00 PM: late suspend of devices complete after 0.801 msecs
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,170944+01:00 ACPI: EC: interrupt blocked
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,215203+01:00 PM: noirq suspend of devices complete after 44.752 msecs
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,215213+01:00 ACPI: \_SB_.PCI0.GP11.SWUS: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,215216+01:00 ACPI: \_SB_.PCI0.GP12.SWUS: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,215218+01:00 ACPI: \_SB_.PCI0.GPP7.DEV0: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,215222+01:00 ACPI: \_SB_.PCI0.GP19.XHC2: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,215544+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state screen off
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,428545+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms entry
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,428919+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 entry
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,430240+01:00 PM: suspend-to-idle
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:29,430243+01:00 amd_pmc: SMU idlemask s0i3: 0x3ffb3eb5
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,025774+01:00 Timekeeping suspended for 9.567 seconds
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,025808+01:00 PM: Triggering wakeup from IRQ 9
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,025866+01:00 ACPI: PM: ACPI fixed event wakeup
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,025868+01:00 PM: resume from suspend-to-idle
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,026739+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 exit
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,180411+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms exit
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,180629+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state screen on
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,180798+01:00 ACPI: EC: interrupt unblocked
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,338909+01:00 PM: noirq resume of devices complete after 159.284 msecs
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,340873+01:00 PM: early resume of devices complete after 1.814 msecs
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,368571+01:00 nvme nvme0: 16/0/0 default/read/poll queues
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,475554+01:00 [drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=14
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,475705+01:00 [drm:amdgpu_mes_reg_write_reg_wait [amdgpu]] *ERROR* failed to reg_write_reg_wait
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,478075+01:00 [drm] PCIE GART of 512M enabled (table at 0x000000801FD00000).
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,478201+01:00 amdgpu 0000:c1:00.0: amdgpu: SMU is resuming...
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,481857+01:00 amdgpu 0000:c1:00.0: amdgpu: SMU is resumed successfully!
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,600544+01:00 r8152 2-1:1.0 enp193s0f3u1: carrier on
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,669895+01:00 [drm] VCN decode and encode initialized successfully(under DPG Mode).
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,670119+01:00 amdgpu 0000:c1:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully.
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,670374+01:00 amdgpu 0000:c1:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,670377+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,670378+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,670379+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,670380+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,670381+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,670383+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,670383+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,670385+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,670386+01:00 amdgpu 0000:c1:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,670386+01:00 amdgpu 0000:c1:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,670387+01:00 amdgpu 0000:c1:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,670388+01:00 amdgpu 0000:c1:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,721151+01:00 [drm] ring gfx_32772.1.1 was added
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,721714+01:00 [drm] ring compute_32772.2.2 was added
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,722226+01:00 [drm] ring sdma_32772.3.3 was added
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,722291+01:00 [drm] ring gfx_32772.1.1 ib test pass
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,722361+01:00 [drm] ring compute_32772.2.2 ib test pass
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,722428+01:00 [drm] ring sdma_32772.3.3 ib test pass
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,828500+01:00 GPIO 5 is active: 0x10141b00
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:39,929799+01:00 GPIO 5 is active: 0x10141b00
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:40,007265+01:00 PM: resume of devices complete after 670.626 msecs
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:40,009102+01:00 OOM killer enabled.
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:40,009103+01:00 Restarting tasks ... done.
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:40,009682+01:00 random: crng reseeded on system resumption
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:40,014381+01:00 PM: suspend exit
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:44,012969+01:00 PM: suspend entry (s2idle)
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:44,020426+01:00 Filesystems sync: 0.007 seconds
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:44,022807+01:00 Freezing user space processes
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:44,023969+01:00 Freezing user space processes completed (elapsed 0.001 seconds)
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:44,023973+01:00 OOM killer disabled.
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:44,023974+01:00 Freezing remaining freezable tasks
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:44,024960+01:00 Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
2024-02-17 00:19:22,011 DEBUG:	2024-02-17T00:19:44,024962+01:00 printk: Suspending console(s) (use no_console_suspend to debug)
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:44,034734+01:00 queueing ieee80211 work while going to suspend
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:44,149685+01:00 PM: suspend of devices complete after 124.372 msecs
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:44,149691+01:00 PM: start suspend of devices complete after 125.443 msecs
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:44,150020+01:00 Disabling GPIO #5 interrupt for suspend.
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:44,150041+01:00 Disabling GPIO #84 interrupt for suspend.
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:44,150477+01:00 PM: late suspend of devices complete after 0.789 msecs
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:44,150770+01:00 ACPI: EC: interrupt blocked
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:44,195505+01:00 PM: noirq suspend of devices complete after 45.187 msecs
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:44,195520+01:00 ACPI: \_SB_.PCI0.GP11.SWUS: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:44,195525+01:00 ACPI: \_SB_.PCI0.GP12.SWUS: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:44,195527+01:00 ACPI: \_SB_.PCI0.GPP7.DEV0: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:44,195534+01:00 ACPI: \_SB_.PCI0.GP19.XHC2: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:44,195945+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state screen off
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:44,411328+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms entry
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:44,411710+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 entry
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:44,411950+01:00 PM: suspend-to-idle
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:44,411952+01:00 amd_pmc: SMU idlemask s0i3: 0x3ffb3eb5
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,025389+01:00 Timekeeping suspended for 9.576 seconds
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,025418+01:00 PM: Triggering wakeup from IRQ 9
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,025473+01:00 ACPI: PM: ACPI fixed event wakeup
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,025475+01:00 PM: resume from suspend-to-idle
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,026382+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 exit
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,179735+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms exit
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,180014+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state screen on
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,180208+01:00 ACPI: EC: interrupt unblocked
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,337815+01:00 PM: noirq resume of devices complete after 158.729 msecs
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,339927+01:00 PM: early resume of devices complete after 1.961 msecs
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,367085+01:00 nvme nvme0: 16/0/0 default/read/poll queues
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,476225+01:00 [drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=14
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,476393+01:00 [drm:amdgpu_mes_reg_write_reg_wait [amdgpu]] *ERROR* failed to reg_write_reg_wait
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,478519+01:00 [drm] PCIE GART of 512M enabled (table at 0x000000801FD00000).
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,478610+01:00 amdgpu 0000:c1:00.0: amdgpu: SMU is resuming...
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,482666+01:00 amdgpu 0000:c1:00.0: amdgpu: SMU is resumed successfully!
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,599077+01:00 r8152 2-1:1.0 enp193s0f3u1: carrier on
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,660685+01:00 [drm] VCN decode and encode initialized successfully(under DPG Mode).
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,660818+01:00 amdgpu 0000:c1:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully.
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,661070+01:00 amdgpu 0000:c1:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,661072+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,661074+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,661075+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,661076+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,661077+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,661078+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,661079+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,661080+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,661081+01:00 amdgpu 0000:c1:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,661082+01:00 amdgpu 0000:c1:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,661083+01:00 amdgpu 0000:c1:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,661084+01:00 amdgpu 0000:c1:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,711467+01:00 [drm] ring gfx_32772.1.1 was added
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,711962+01:00 [drm] ring compute_32772.2.2 was added
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,712427+01:00 [drm] ring sdma_32772.3.3 was added
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,712486+01:00 [drm] ring gfx_32772.1.1 ib test pass
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,712539+01:00 [drm] ring compute_32772.2.2 ib test pass
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,712603+01:00 [drm] ring sdma_32772.3.3 ib test pass
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,819317+01:00 GPIO 5 is active: 0x10141b00
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:54,919527+01:00 GPIO 5 is active: 0x10141b00
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:55,010141+01:00 PM: resume of devices complete after 674.163 msecs
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:55,014128+01:00 OOM killer enabled.
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:55,014130+01:00 Restarting tasks ... done.
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:55,014873+01:00 random: crng reseeded on system resumption
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:55,019834+01:00 PM: suspend exit
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:59,009080+01:00 PM: suspend entry (s2idle)
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:59,016434+01:00 Filesystems sync: 0.007 seconds
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:59,019221+01:00 Freezing user space processes
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:59,020423+01:00 Freezing user space processes completed (elapsed 0.001 seconds)
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:59,020426+01:00 OOM killer disabled.
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:59,020427+01:00 Freezing remaining freezable tasks
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:59,021574+01:00 Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:59,021578+01:00 printk: Suspending console(s) (use no_console_suspend to debug)
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:59,031205+01:00 queueing ieee80211 work while going to suspend
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:59,147959+01:00 PM: suspend of devices complete after 126.010 msecs
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:59,147964+01:00 PM: start suspend of devices complete after 127.097 msecs
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:59,148293+01:00 Disabling GPIO #5 interrupt for suspend.
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:59,148311+01:00 Disabling GPIO #84 interrupt for suspend.
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:59,148793+01:00 PM: late suspend of devices complete after 0.831 msecs
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:59,149107+01:00 ACPI: EC: interrupt blocked
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:59,195710+01:00 PM: noirq suspend of devices complete after 47.086 msecs
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:59,195721+01:00 ACPI: \_SB_.PCI0.GP11.SWUS: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:59,195724+01:00 ACPI: \_SB_.PCI0.GP12.SWUS: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:59,195726+01:00 ACPI: \_SB_.PCI0.GPP7.DEV0: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:59,195731+01:00 ACPI: \_SB_.PCI0.GP19.XHC2: LPI: Constraint not met; min power state:D3hot current power state:D0
2024-02-17 00:19:22,012 DEBUG:	2024-02-17T00:19:59,196058+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state screen off
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:19:59,413056+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms entry
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:19:59,413469+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 entry
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:19:59,414267+01:00 PM: suspend-to-idle
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:19:59,414271+01:00 amd_pmc: SMU idlemask s0i3: 0x3ffb3eb5
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,025457+01:00 Timekeeping suspended for 9.575 seconds
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,025490+01:00 PM: Triggering wakeup from IRQ 9
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,025544+01:00 ACPI: PM: ACPI fixed event wakeup
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,025549+01:00 PM: resume from suspend-to-idle
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,026453+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 exit
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,180342+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms exit
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,180597+01:00 ACPI: \_SB_.PEP_: Successfully transitioned to state screen on
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,180863+01:00 ACPI: EC: interrupt unblocked
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,338636+01:00 PM: noirq resume of devices complete after 158.950 msecs
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,340720+01:00 PM: early resume of devices complete after 1.932 msecs
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,367565+01:00 nvme nvme0: 16/0/0 default/read/poll queues
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,476019+01:00 [drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=14
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,476225+01:00 [drm:amdgpu_mes_reg_write_reg_wait [amdgpu]] *ERROR* failed to reg_write_reg_wait
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,478390+01:00 [drm] PCIE GART of 512M enabled (table at 0x000000801FD00000).
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,478483+01:00 amdgpu 0000:c1:00.0: amdgpu: SMU is resuming...
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,482063+01:00 amdgpu 0000:c1:00.0: amdgpu: SMU is resumed successfully!
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,599539+01:00 r8152 2-1:1.0 enp193s0f3u1: carrier on
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,670709+01:00 [drm] VCN decode and encode initialized successfully(under DPG Mode).
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,670971+01:00 amdgpu 0000:c1:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully.
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,671227+01:00 amdgpu 0000:c1:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,671229+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,671231+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,671232+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,671233+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,671234+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,671235+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,671236+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,671237+01:00 amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,671238+01:00 amdgpu 0000:c1:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,671239+01:00 amdgpu 0000:c1:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,671240+01:00 amdgpu 0000:c1:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,671241+01:00 amdgpu 0000:c1:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,719880+01:00 [drm] ring gfx_32772.1.1 was added
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,720442+01:00 [drm] ring compute_32772.2.2 was added
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,720932+01:00 [drm] ring sdma_32772.3.3 was added
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,720974+01:00 [drm] ring gfx_32772.1.1 ib test pass
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,721017+01:00 [drm] ring compute_32772.2.2 ib test pass
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,721096+01:00 [drm] ring sdma_32772.3.3 ib test pass
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,827487+01:00 GPIO 5 is active: 0x10141b00
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:09,928176+01:00 GPIO 5 is active: 0x10141b00
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:10,007658+01:00 PM: resume of devices complete after 670.798 msecs
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:10,011639+01:00 OOM killer enabled.
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:10,011641+01:00 Restarting tasks ... done.
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:10,012224+01:00 random: crng reseeded on system resumption
2024-02-17 00:19:22,013 DEBUG:	2024-02-17T00:20:10,017450+01:00 PM: suspend exit
2024-02-17 00:19:22,013 DEBUG:	
2024-02-17 00:19:22,013 INFO:	○ Suspend count: 4
2024-02-17 00:19:22,013 INFO:	○ Hardware sleep cycle count: 4
2024-02-17 00:19:22,013 INFO:	○ GPIOs active: ['5', '5', '5', '5', '5', '5', '5', '5']
2024-02-17 00:19:22,013 INFO:	○ Wakeups triggered from IRQs: [9]
2024-02-17 00:19:22,013 DEBUG:	Used Microsoft uPEP GUID in LPS0 _DSM
2024-02-17 00:19:22,013 INFO:	○ Woke up from IRQ 9 (IR-IO-APIC 9-fasteoi acpi)
2024-02-17 00:19:22,014 INFO:	○ gpe0B increased from 241 to 265
2024-02-17 00:19:22,014 DEBUG:	ACPI Lid (/proc/acpi/button/lid/LID0/state): open
2024-02-17 00:19:22,014 INFO:	✅ Userspace suspended for 0:00:12.998258
2024-02-17 00:19:22,014 DEBUG:	Kernel suspended for total of 0:00:37.590000 (289.19%)
2024-02-17 00:19:22,014 INFO:	✅ In a hardware sleep state for 0:00:09.091766 (69.95%)
2024-02-17 00:19:22,015 DEBUG:	BAT1 charge level is 3923000 µAh
2024-02-17 00:19:22,015 INFO:	🔋 Battery BAT1 ( ) is operating at 100.18% of design
2024-02-17 00:19:22,016 INFO:	Explanations for your system
2024-02-17 00:19:22,016 WARNING:	🚦 Kernel is tainted

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: 6.8-rc: system freezes after resuming from suspend
  2024-02-16 23:26         ` Trolli Schmittlauch
@ 2024-02-17  8:13           ` Linux regression tracking (Thorsten Leemhuis)
  2024-02-17  9:39             ` Hans de Goede
  0 siblings, 1 reply; 12+ messages in thread
From: Linux regression tracking (Thorsten Leemhuis) @ 2024-02-17  8:13 UTC (permalink / raw)
  To: Shyam Sundar S K
  Cc: Trolli Schmittlauch, Linux regressions mailing list,
	Mario Limonciello, Hans de Goede, platform-driver-x86

[/me among others adds Shyam (author of the culprit) and Hans (committed
it) to the list of recipients]

For the newly joined, this thread starts here:
https://lore.kernel.org/all/ed2226ff-257b-4cfd-afd6-bf3be9785474@localhost/

On 17.02.24 00:26, Trolli Schmittlauch wrote:
>>> Still, I had the time to bisect the vanilla kernel and landed at 
>>> 7c45534afa4435c9fceeeb8ca33c0fdc269c2240 as the first bad commit.

Reminder, that's 7c45534afa4435 ("platform/x86/amd/pmf: Add support for
PMF Policy Binary") [v6.8-rc1]

>>>  Could be a red herring though[]
>> If this turns out to be accurate, it's actually quite interesting.
>> You can prove it's accurate by doing a module blacklist for the
>> amd-pmf driver (even on 6.8-rc4+).
>>
>> If that works, it's a great hint at the problem scope and we need to
>> pull Shyam into the conversation.
> I just checked this with Linux version 6.8.0-rc4 (nixbld@localhost) (gcc
> (GCC) 12.3.0, GNU ld (GNU Binutils) 2.40) #1-NixOS SMP PREEMPT_DYNAMIC
> Sun Feb 11 20:18:13 UTC 2024.
> 
> Blacklisting the "amd-pmf" module indeed resolves the issue, good catch.
> I've attached to s2idle logs of 4 successful cycles without amd-pmf. To
> be honest, I don't know why the script considers the kernel to be
> tainted. I have compiled the kernel via the NixOS packaging
> infrastracture though without checking whether the distro applies any
> patches, but a guix user had also confirmed the issue in the Framework
> forum so I guess this issue is vanilla enough.
> 
> Looking forward to resolving this. I guess for most use cases I can just
> keep the module blacklisted for now?

Ciao, Thorsten

P.S.: To be sure the issue doesn't fall through the cracks unnoticed,
I'm adding it to regzbot, the Linux kernel regression tracking bot:

#regzbot introduced 7c45534afa4435 /
#regzbot title platform/x86/amd/pmf: system freezes after resuming from
suspend
#regzbot ignore-activity

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: 6.8-rc: system freezes after resuming from suspend
  2024-02-16 23:13   ` Trolli Schmittlauch
@ 2024-02-17  8:20     ` Thorsten Leemhuis
  0 siblings, 0 replies; 12+ messages in thread
From: Thorsten Leemhuis @ 2024-02-17  8:20 UTC (permalink / raw)
  To: Trolli Schmittlauch, Linux regressions mailing list, Mario Limonciello

On 17.02.24 00:13, Trolli Schmittlauch wrote:
>> [...]
>> You mean
>> https://docs.kernel.org/admin-guide/reporting-issues.html ?
>> Could you elaborate on that? Did you mean the TLDR version or the longer
>> version?
> 
> The TL;DR version does not mention rc and development kernels at all,

Well, it does ("Are you facing a regression with vanilla kernels from
the same stable or longterm series? […] *In all other cases*"), but
apparently that was to implicit or too distant from each other in the
text. :-(
> In the longer version, release candidates are only briefly mentioned 
> [...]

Well, the whole text doesn't care what version you use, just what you
should to do report it. And that is testing mainline (and RCs are just a
snapshot of it).

Whatever, I'll likely do a few changes hopefully soon anyway and will
try to improve the text to make things more clear.

Thx for the feedback.

Ciao, Thorsten

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: 6.8-rc: system freezes after resuming from suspend
  2024-02-17  8:13           ` Linux regression tracking (Thorsten Leemhuis)
@ 2024-02-17  9:39             ` Hans de Goede
  2024-02-17 16:55               ` Mario Limonciello
  2024-02-17 16:57               ` Trolli Schmittlauch
  0 siblings, 2 replies; 12+ messages in thread
From: Hans de Goede @ 2024-02-17  9:39 UTC (permalink / raw)
  To: Linux regressions mailing list, Shyam Sundar S K
  Cc: Trolli Schmittlauch, Mario Limonciello, platform-driver-x86

Hi,

On 2/17/24 09:13, Linux regression tracking (Thorsten Leemhuis) wrote:
> [/me among others adds Shyam (author of the culprit) and Hans (committed
> it) to the list of recipients]
> 
> For the newly joined, this thread starts here:
> https://lore.kernel.org/all/ed2226ff-257b-4cfd-afd6-bf3be9785474@localhost/

Thanks (1)

Trolli, there are 2 PMF fixes pending for 6.8, one of which is
suspend-resume related:

https://patchwork.kernel.org/project/platform-driver-x86/patch/20240216064112.962582-1-Shyam-sundar.S-k@amd.com/
https://patchwork.kernel.org/project/platform-driver-x86/patch/20240216064112.962582-2-Shyam-sundar.S-k@amd.com/

I plan to merge these and send them in their way to Linus next week.

Can you build a 6.8-c4 with those 2 included and see if that fixes things ?

You can download mbox files from patchwork and then do "git am <file>"
to apply them.

Regards,

Hans


1) Note I'm subscribed to the regressions list so I was already following this.




> On 17.02.24 00:26, Trolli Schmittlauch wrote:
>>>> Still, I had the time to bisect the vanilla kernel and landed at 
>>>> 7c45534afa4435c9fceeeb8ca33c0fdc269c2240 as the first bad commit.
> 
> Reminder, that's 7c45534afa4435 ("platform/x86/amd/pmf: Add support for
> PMF Policy Binary") [v6.8-rc1]
> 
>>>>  Could be a red herring though[]
>>> If this turns out to be accurate, it's actually quite interesting.
>>> You can prove it's accurate by doing a module blacklist for the
>>> amd-pmf driver (even on 6.8-rc4+).
>>>
>>> If that works, it's a great hint at the problem scope and we need to
>>> pull Shyam into the conversation.
>> I just checked this with Linux version 6.8.0-rc4 (nixbld@localhost) (gcc
>> (GCC) 12.3.0, GNU ld (GNU Binutils) 2.40) #1-NixOS SMP PREEMPT_DYNAMIC
>> Sun Feb 11 20:18:13 UTC 2024.
>>
>> Blacklisting the "amd-pmf" module indeed resolves the issue, good catch.
>> I've attached to s2idle logs of 4 successful cycles without amd-pmf. To
>> be honest, I don't know why the script considers the kernel to be
>> tainted. I have compiled the kernel via the NixOS packaging
>> infrastracture though without checking whether the distro applies any
>> patches, but a guix user had also confirmed the issue in the Framework
>> forum so I guess this issue is vanilla enough.
>>
>> Looking forward to resolving this. I guess for most use cases I can just
>> keep the module blacklisted for now?
> 
> Ciao, Thorsten
> 
> P.S.: To be sure the issue doesn't fall through the cracks unnoticed,
> I'm adding it to regzbot, the Linux kernel regression tracking bot:
> 
> #regzbot introduced 7c45534afa4435 /
> #regzbot title platform/x86/amd/pmf: system freezes after resuming from
> suspend
> #regzbot ignore-activity
> 


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: 6.8-rc: system freezes after resuming from suspend
  2024-02-17  9:39             ` Hans de Goede
@ 2024-02-17 16:55               ` Mario Limonciello
  2024-02-17 16:57               ` Trolli Schmittlauch
  1 sibling, 0 replies; 12+ messages in thread
From: Mario Limonciello @ 2024-02-17 16:55 UTC (permalink / raw)
  To: Hans de Goede, Linux regressions mailing list, Shyam Sundar S K
  Cc: Trolli Schmittlauch, platform-driver-x86

On 2/17/2024 03:39, Hans de Goede wrote:
> Hi,
> 
> On 2/17/24 09:13, Linux regression tracking (Thorsten Leemhuis) wrote:
>> [/me among others adds Shyam (author of the culprit) and Hans (committed
>> it) to the list of recipients]
>>
>> For the newly joined, this thread starts here:
>> https://lore.kernel.org/all/ed2226ff-257b-4cfd-afd6-bf3be9785474@localhost/
> 
> Thanks (1)
> 
> Trolli, there are 2 PMF fixes pending for 6.8, one of which is
> suspend-resume related:
> 
> https://patchwork.kernel.org/project/platform-driver-x86/patch/20240216064112.962582-1-Shyam-sundar.S-k@amd.com/
> https://patchwork.kernel.org/project/platform-driver-x86/patch/20240216064112.962582-2-Shyam-sundar.S-k@amd.com/
> 
> I plan to merge these and send them in their way to Linus next week.
> 
> Can you build a 6.8-c4 with those 2 included and see if that fixes things ?
> 
> You can download mbox files from patchwork and then do "git am <file>"
> to apply them.
> 
> Regards,
> 
> Hans
> 
> 

I could reproduce the hang myself as well.  I've tried those patches but 
they're not enough.

Here's a fix:

https://lore.kernel.org/platform-driver-x86/20240217005216.113408-1-mario.limonciello@amd.com/T/#u

> 1) Note I'm subscribed to the regressions list so I was already following this.
> 
> 
> 
> 
>> On 17.02.24 00:26, Trolli Schmittlauch wrote:
>>>>> Still, I had the time to bisect the vanilla kernel and landed at
>>>>> 7c45534afa4435c9fceeeb8ca33c0fdc269c2240 as the first bad commit.
>>
>> Reminder, that's 7c45534afa4435 ("platform/x86/amd/pmf: Add support for
>> PMF Policy Binary") [v6.8-rc1]
>>
>>>>>   Could be a red herring though[]
>>>> If this turns out to be accurate, it's actually quite interesting.
>>>> You can prove it's accurate by doing a module blacklist for the
>>>> amd-pmf driver (even on 6.8-rc4+).
>>>>
>>>> If that works, it's a great hint at the problem scope and we need to
>>>> pull Shyam into the conversation.
>>> I just checked this with Linux version 6.8.0-rc4 (nixbld@localhost) (gcc
>>> (GCC) 12.3.0, GNU ld (GNU Binutils) 2.40) #1-NixOS SMP PREEMPT_DYNAMIC
>>> Sun Feb 11 20:18:13 UTC 2024.
>>>
>>> Blacklisting the "amd-pmf" module indeed resolves the issue, good catch.
>>> I've attached to s2idle logs of 4 successful cycles without amd-pmf. To
>>> be honest, I don't know why the script considers the kernel to be
>>> tainted. I have compiled the kernel via the NixOS packaging
>>> infrastracture though without checking whether the distro applies any
>>> patches, but a guix user had also confirmed the issue in the Framework
>>> forum so I guess this issue is vanilla enough.
>>>
>>> Looking forward to resolving this. I guess for most use cases I can just
>>> keep the module blacklisted for now?
>>
>> Ciao, Thorsten
>>
>> P.S.: To be sure the issue doesn't fall through the cracks unnoticed,
>> I'm adding it to regzbot, the Linux kernel regression tracking bot:
>>
>> #regzbot introduced 7c45534afa4435 /
>> #regzbot title platform/x86/amd/pmf: system freezes after resuming from
>> suspend
>> #regzbot ignore-activity
>>
> 


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: 6.8-rc: system freezes after resuming from suspend
  2024-02-17  9:39             ` Hans de Goede
  2024-02-17 16:55               ` Mario Limonciello
@ 2024-02-17 16:57               ` Trolli Schmittlauch
  1 sibling, 0 replies; 12+ messages in thread
From: Trolli Schmittlauch @ 2024-02-17 16:57 UTC (permalink / raw)
  To: Hans de Goede, Linux regressions mailing list, Shyam Sundar S K
  Cc: Mario Limonciello, platform-driver-x86


[-- Attachment #1.1: Type: text/plain, Size: 212 bytes --]

Hi Hans,

> Can you build a 6.8-c4 with those 2 included and see if that fixes things ?

Unfortunately, both of these do not fix the issue. The system still freezes at the 2nd suspend.

Best
schmittlauch

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-02-17 16:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-16  2:42 6.8-rc: system freezes after resuming from suspend Trolli Schmittlauch
2024-02-16  5:05 ` Linux regression tracking (Thorsten Leemhuis)
2024-02-16 14:19   ` Mario Limonciello
2024-02-16 21:55     ` Trolli Schmittlauch
2024-02-16 23:01       ` Mario Limonciello
2024-02-16 23:26         ` Trolli Schmittlauch
2024-02-17  8:13           ` Linux regression tracking (Thorsten Leemhuis)
2024-02-17  9:39             ` Hans de Goede
2024-02-17 16:55               ` Mario Limonciello
2024-02-17 16:57               ` Trolli Schmittlauch
2024-02-16 23:13   ` Trolli Schmittlauch
2024-02-17  8:20     ` Thorsten Leemhuis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).