[Testing Update] 2025-07-10 - Kernels, Thunderbird, Firefox, OpenSearch, QEMU, VLC splits

Hello community, here we have another set of package updates.

Current Promotions

  • Find out all about our current Gaming Laptop the Hero with Manjaro pre-installed from Spain!
  • Protect your personal data, keep yourself safe with Surfshark VPN: See current promotion

Recent News

Valkey to replace Redis in the [extra] Repository

2025-04-17 - Andrew Crerar

Valkey, a high-performance key/value datastore, will be replacing redis in the [extra] repository. This change is due to Redis modifying its license from BSD-3-Clause to RSALv2 and SSPLv1 on March 20th, 2024.

Arch Linux Package Maintainers intend to support the availability of the redis package for roughly 14 days from the day of this post, to enable a smooth transition to valkey. After the 14 day transition period has ended, the redis package will be moved to the AUR. Also, from this point forward, the redis package will not receive any additional updates and should be considered deprecated until it is removed.

Users are recommended to begin transitioning their use of Redis to Valkey as soon as possible to avoid possible complications after the 14 day transition window closes.

Arch Linux - News: Valkey to replace Redis in the [extra] Repository

Previous News
Finding information easier about Manjaro

Finding information easier about Manjaro always has been a topic that needed to be solved. With our new search we have put all Manjaro data accessible in one place and divided by sections so it makes it easier to digest: News – Manjaro

Notable Package Updates

Additional Info

Python 3.13 info

:information_source: You will need to rebuild any AUR Python packages that install files to site-packages or link to libpython3.12.so.

Print a list of of packages that have files in /usr/lib/python3.12/ :

pacman -Qoq /usr/lib/python3.12/

Rebuild them all at once:*

pamac build $(pacman -Qoq /usr/lib/python3.12)

Use rebuild-detector to see if anything else needs to be rebuilt:

 checkrebuild

* It’s recommended to clean your build cache first with pamac clean --build-files

Info about AUR packages

:warning: AUR (Arch User Repository) packages are neither supported by Arch nor Manjaro. Posts about them in Announcements topics are off-topic and will be flagged, moved or removed without warning.

For help with AUR packages, please create a new topic in Support > AUR and a helpful volunteer may be able to assist you.

Get our latest daily developer images now from Github: Plasma, GNOME, XFCE. You can get the latest stable releases of Manjaro from CDN77.


Our current supported kernels

  • linux54 5.4.295
  • linux510 5.10.239
  • linux515 5.15.187
  • linux61 6.1.144
  • linux66 6.6.97
  • linux612 6.12.37
  • linux615 6.15.6
  • linux616 6.16.0-rc5
  • linux61-rt 6.1.134_rt51
  • linux66-rt 6.6.94_rt56
  • linux612-rt 6.12.28_rt10
  • linux615-rt 6.15.0_rt2

Package Changes (Thu Jul 10 20:45:34 CEST 2025)

  • testing core x86_64: 4 new and 4 removed package(s)
  • testing extra x86_64: 705 new and 619 removed package(s)
  • testing multilib x86_64: 3 new and 3 removed package(s)

Overlay Changes

  • testing core x86_64: 12 new and 13 removed package(s)
  • testing extra x86_64: 87 new and 153 removed package(s)

A list of all changes can be found here.

  • No issue, everything went smoothly
  • Yes there was an issue. I was able to resolve it myself.(Please post your solution)
  • Yes i am currently experiencing an issue due to the update. (Please post about it)
0 voters

Check if your mirror has already synced:


1 Like

Known issues and solutions

This is a wiki post; please edit as necessary.
Please, consider subscribing to the Testing Updates Announcements RSS feed


Please RTFT (Read This Fine Thread) first before reporting the same issues over and over again!

Note: Do not forget to review your .pacnew files:

:arrow_right: 2025-07-10

2025-06-19

Possible breaking changes to pacman-mirrors

:warning: With pacman-mirrors 5.0-1, the global mirrors.json data file has been moved from /usr/share/pacman-mirrors to /var/lib/pacman-mirrors.
:warning: This move introduce a possible breaking change if you have custom scripts relying on the mirrors data file.
:information_source: The moving of the file is the only change and has been made to make it possible for users to have their /usr-tree on a separate read-only partition or btrfs subvolume.

2025-06-14

xkeyboard-config 2.45 issue with symlinks

You may fail to upgrade from 2.44 to 2.45 due to some changes to symlinks. A discussion about it can be found here: Cannot update xkeyboard-config to 2.45 / Pacman & Package Upgrade Issues / Arch Linux Forums

The solution is to update the AUR packages depending on xkeyboard-config or move the files to the new folder /usr/share/xkeyboard-config-2.

More information about it here: xkeyboard-config 2.45 issue with symlinks (#1) · Issues · Arch Linux / Packaging / Packages / xkeyboard-config · GitLab

2025-06-01

2025-06-01 - avahi-discover python script

avahi-discover fails when attempting to write the discovered services to a sqlite database in /usr/lib/avahi due to lack of permissions.

The issue can be reproduced using a pristine Arch LInux system - it appears from the issues at GitHub - avahi/avahi: Avahi - Service Discovery for Linux using mDNS/DNS-SD -- compatible with Bonjour the issue is known - but not fixed.

Use of dbm causes problems with Python 3.13 · Issue #670 · avahi/avahi · GitHub
Fix issue with dbm.sqlite3 on readonly directories by mickael9 · Pull Request #698 · avahi/avahi · GitHub

Even though the issue has been known to upstream since december 2024, the behaviour on unstable branch has changed fairly recently - perhaps 4 weeks.

Temporary workaround
The workaround it is not optimal - but if you rely on avahi discover service - it will work

Move /usr/lib/avahi to /var/lib and symlink it back to /usr

sudo mv /usr/lib/avahi /var/lib/ && sudo ln -s /var/lib/avahi /usr/lib/

Change the ownership of the folder /var/lib/avahi including files

sudo chown root:avahi /var/lib/avahi -R

Change permissions to allow avahi group to write into the folder including the existing db file

sudo chmod g+w /var/lib/avahi -R

Finally add yourself to the avahi group

sudo gpasswd -a $USER avahi

Logoff and login to activate the new group.

Topic in German section
Avahi zeroconf browser zeigt nichts an

2025-03-20

System may hang during splash screen when Nvidia 570 drivers are used

A lot of users with older Nvidia cards report system hanging on Plymouth splash screen after installing Nvidia 570 drivers. In the past we had issues with plymouth in general combined with Nvidia drivers. Therefore we didn’t update plymouth in our stable and testing branch.

As a workaround splash could be removed from /etc/default/grub file followed by a update-grub cmd to remove plymouth from starting. Another alternative is to test the newer plymouth and give feedback if that solves the issue:

sudo pacman -U https://mirrors.manjaro.org/repo/pool/overlay/plymouth-24.004.60-12-x86_64.pkg.tar.zst

2025-03-05

[community] repo removed from servers

Similar to Arch we removed our [community] repos from our mirrors and servers. You may want to check your pacnew files or manually remove [community] and [kde-unstable] when used in your /etc/pacman.conf file.

2025-05-02
community has been re-created as an empty repository so that systems where package manager configuration /etc/pacman.conf has not been updated can still be used to update packages from other repositories

2025-02-16

Update only regular repository packages first, no AUR

Follow the best practice of first updating only regular repository packages, followed separately by AUR packages.

  1. Update regular repository packages first with
    • pamac update --no-aur
      or
    • sudo pacman -Syu
  2. Then, if needed, update AUR packages.

Failure to follow this practice may result in the installation of packages that you may not need, and may cause problems. For further details, see:

Keyboard layout issues / Update issues with fcitx5

If a system had sdl2 installed and AUR updates enabled, fcitx5 might be installed as a make dependency

It is recommended to remove fcitx5 and any other orphan packages following the update

pamac remove --orphans

Update issues with fcitx5

Previous testing threads:

I’m currently being met with a black screen and underscore prompt after Grub with 6.16-rc5, fails every time. 6.15.6 got me to the login.

Trying to skim logs…

UPDATE: As others, 6.16-rc5-2 is working.

Plasma drops periodically, it doesn’t interfere with life, but maybe someone will be interested

qt.network.http2.connection: [0x7f4dfc04e890] Connection error: HEADERS on invalid stream (1)
Process 1533 (plasmashell) of user 1000 dumped core.

Stack trace of thread 3801:
#0  0x00007f933dd1e366 _ZN16QHttp2Connection10handleDATAEv (libQt6Network.so.6 + 0xed366)
#1  0x00007f933dd22d12 _ZN16QHttp2Connection15handleReadyReadEv (libQt6Network.so.6 + 0xf1d12)
#2  0x00007f933ebd37ef n/a (libQt6Core.so.6 + 0x1d37ef)
#3  0x00007f92d0d69ffd n/a (libqopensslbackend.so + 0x29ffd)
#4  0x00007f933ebd3b8a n/a (libQt6Core.so.6 + 0x1d3b8a)
#5  0x00007f933dce81e8 n/a (libQt6Network.so.6 + 0xb71e8)
#6  0x00007f933dcf49c2 n/a (libQt6Network.so.6 + 0xc39c2)
#7  0x00007f9340d01c70 _ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent (libQt6Widgets.so.6 + 0x101c70)
#8  0x00007f933eb68118 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt6Core.so.6 + 0x168118)
#9  0x00007f933ee3f9f2 n/a (libQt6Core.so.6 + 0x43f9f2)
#10 0x00007f933d5ba87d n/a (libglib-2.0.so.0 + 0x5e87d)
#11 0x00007f933d5bbcd7 n/a (libglib-2.0.so.0 + 0x5fcd7)
#12 0x00007f933d5bbee5 g_main_context_iteration (libglib-2.0.so.0 + 0x5fee5)
#13 0x00007f933ee3c602 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x43c602)
#14 0x00007f933eb744b6 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x1744b6)
#15 0x00007f933ec8e054 _ZN7QThread3runEv (libQt6Core.so.6 + 0x28e054)
#16 0x00007f933ed1ee69 n/a (libQt6Core.so.6 + 0x31ee69)
#17 0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#18 0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 1643:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a2024 n/a (libc.so.6 + 0x92024)
#3  0x00007f933e51c5a6 ppoll (libc.so.6 + 0x10c5a6)
#4  0x00007f933d5bbe04 n/a (libglib-2.0.so.0 + 0x5fe04)
#5  0x00007f933d5bbee5 g_main_context_iteration (libglib-2.0.so.0 + 0x5fee5)
#6  0x00007f933ee3c5e2 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x43c5e2)
#7  0x00007f933eb744b6 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x1744b6)
#8  0x00007f933ec8e054 _ZN7QThread3runEv (libQt6Core.so.6 + 0x28e054)
#9  0x00007f933ed1ee69 n/a (libQt6Core.so.6 + 0x31ee69)
#10 0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#11 0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 1589:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 2021:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 1712:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 1595:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 1654:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a2024 n/a (libc.so.6 + 0x92024)
#3  0x00007f933e51c5a6 ppoll (libc.so.6 + 0x10c5a6)
#4  0x00007f933d5bbe04 n/a (libglib-2.0.so.0 + 0x5fe04)
#5  0x00007f933d5bbee5 g_main_context_iteration (libglib-2.0.so.0 + 0x5fee5)
#6  0x00007f933ee3c5e2 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x43c5e2)
#7  0x00007f933eb744b6 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x1744b6)
#8  0x00007f933ec8e054 _ZN7QThread3runEv (libQt6Core.so.6 + 0x28e054)
#9  0x00007f933ed1ee69 n/a (libQt6Core.so.6 + 0x31ee69)
#10 0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#11 0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 2018:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 1596:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 2009:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a2024 n/a (libc.so.6 + 0x92024)
#3  0x00007f933e51c5a6 ppoll (libc.so.6 + 0x10c5a6)
#4  0x00007f933d5bbe04 n/a (libglib-2.0.so.0 + 0x5fe04)
#5  0x00007f933d5bbee5 g_main_context_iteration (libglib-2.0.so.0 + 0x5fee5)
#6  0x00007f933ee3c5e2 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x43c5e2)
#7  0x00007f933eb744b6 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x1744b6)
#8  0x00007f933ec873c6 _ZN7QThread4execEv (libQt6Core.so.6 + 0x2873c6)
#9  0x00007f92be0bdcd9 _ZN15KCupsConnection3runEv (libkcupslib.so.6.4.2 + 0x26cd9)
#10 0x00007f933ed1ee69 n/a (libQt6Core.so.6 + 0x31ee69)
#11 0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#12 0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 1714:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 2020:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 1597:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 2086:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 1598:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 3803:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a2024 n/a (libc.so.6 + 0x92024)
#3  0x00007f933e51c5a6 ppoll (libc.so.6 + 0x10c5a6)
#4  0x00007f933d5bbe04 n/a (libglib-2.0.so.0 + 0x5fe04)
#5  0x00007f933d5bbee5 g_main_context_iteration (libglib-2.0.so.0 + 0x5fee5)
#6  0x00007f933d5bbf32 n/a (libglib-2.0.so.0 + 0x5ff32)
#7  0x00007f933d5f283c n/a (libglib-2.0.so.0 + 0x9683c)
#8  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#9  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 3800:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a2024 n/a (libc.so.6 + 0x92024)
#3  0x00007f933e51c5a6 ppoll (libc.so.6 + 0x10c5a6)
#4  0x00007f933d5bbe04 n/a (libglib-2.0.so.0 + 0x5fe04)
#5  0x00007f933d5bbee5 g_main_context_iteration (libglib-2.0.so.0 + 0x5fee5)
#6  0x00007f933ee3c5e2 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x43c5e2)
#7  0x00007f933eb744b6 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x1744b6)
#8  0x00007f933ec873c6 _ZN7QThread4execEv (libQt6Core.so.6 + 0x2873c6)
#9  0x00007f93405ccf90 n/a (libQt6Quick.so.6 + 0x3ccf90)
#10 0x00007f933ed1ee69 n/a (libQt6Core.so.6 + 0x31ee69)
#11 0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#12 0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 3804:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a2024 n/a (libc.so.6 + 0x92024)
#3  0x00007f933e51c5a6 ppoll (libc.so.6 + 0x10c5a6)
#4  0x00007f933d5bbe04 n/a (libglib-2.0.so.0 + 0x5fe04)
#5  0x00007f933d5bc097 g_main_loop_run (libglib-2.0.so.0 + 0x60097)
#6  0x00007f93390c84a4 n/a (libgio-2.0.so.0 + 0x1174a4)
#7  0x00007f933d5f283c n/a (libglib-2.0.so.0 + 0x9683c)
#8  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#9  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 3802:
#0  0x00007f933e526eed syscall (libc.so.6 + 0x116eed)
#1  0x00007f933d5ea7ae g_cond_wait (libglib-2.0.so.0 + 0x8e7ae)
#2  0x00007f933d581e7d n/a (libglib-2.0.so.0 + 0x25e7d)
#3  0x00007f933d5f33f7 n/a (libglib-2.0.so.0 + 0x973f7)
#4  0x00007f933d5f283c n/a (libglib-2.0.so.0 + 0x9683c)
#5  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#6  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 1641:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a2024 n/a (libc.so.6 + 0x92024)
#3  0x00007f933e51c5a6 ppoll (libc.so.6 + 0x10c5a6)
#4  0x00007f933d5bbe04 n/a (libglib-2.0.so.0 + 0x5fe04)
#5  0x00007f933d5bbee5 g_main_context_iteration (libglib-2.0.so.0 + 0x5fee5)
#6  0x00007f933ee3c5e2 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x43c5e2)
#7  0x00007f933eb744b6 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x1744b6)
#8  0x00007f933ec8e054 _ZN7QThread3runEv (libQt6Core.so.6 + 0x28e054)
#9  0x00007f933ed1ee69 n/a (libQt6Core.so.6 + 0x31ee69)
#10 0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#11 0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 1552:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a2024 n/a (libc.so.6 + 0x92024)
#3  0x00007f933e51c5a6 ppoll (libc.so.6 + 0x10c5a6)
#4  0x00007f933d5bbe04 n/a (libglib-2.0.so.0 + 0x5fe04)
#5  0x00007f933d5bbee5 g_main_context_iteration (libglib-2.0.so.0 + 0x5fee5)
#6  0x00007f933ee3c5e2 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x43c5e2)
#7  0x00007f933eb744b6 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x1744b6)
#8  0x00007f933ec873c6 _ZN7QThread4execEv (libQt6Core.so.6 + 0x2873c6)
#9  0x00007f933f17adae n/a (libQt6DBus.so.6 + 0x37dae)
#10 0x00007f933ed1ee69 n/a (libQt6Core.so.6 + 0x31ee69)
#11 0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#12 0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 1569:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a2024 n/a (libc.so.6 + 0x92024)
#3  0x00007f933e51c05e __poll (libc.so.6 + 0x10c05e)
#4  0x00007f933fb654a3 n/a (libQt6WaylandClient.so.6 + 0x654a3)
#5  0x00007f933ed1ee69 n/a (libQt6Core.so.6 + 0x31ee69)
#6  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#7  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 9447:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4f28 pthread_cond_timedwait (libc.so.6 + 0x94f28)
#4  0x00007f933ed2dd25 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x32dd25)
#5  0x00007f933ed27c40 n/a (libQt6Core.so.6 + 0x327c40)
#6  0x00007f933ed1ee69 n/a (libQt6Core.so.6 + 0x31ee69)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 1709:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933ed2ddb0 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x32ddb0)
#5  0x00007f93406abb42 n/a (libQt6Quick.so.6 + 0x4abb42)
#6  0x00007f933ed1ee69 n/a (libQt6Core.so.6 + 0x31ee69)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 1588:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 2017:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933ed2ddb0 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x32ddb0)
#5  0x00007f93406abb42 n/a (libQt6Quick.so.6 + 0x4abb42)
#6  0x00007f933ed1ee69 n/a (libQt6Core.so.6 + 0x31ee69)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 1710:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 1713:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 1570:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a2024 n/a (libc.so.6 + 0x92024)
#3  0x00007f933e51c05e __poll (libc.so.6 + 0x10c05e)
#4  0x00007f933fb654a3 n/a (libQt6WaylandClient.so.6 + 0x654a3)
#5  0x00007f933ed1ee69 n/a (libQt6Core.so.6 + 0x31ee69)
#6  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#7  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 1533:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a2024 n/a (libc.so.6 + 0x92024)
#3  0x00007f933e51c5a6 ppoll (libc.so.6 + 0x10c5a6)
#4  0x00007f933d5bbe04 n/a (libglib-2.0.so.0 + 0x5fe04)
#5  0x00007f933d5bbee5 g_main_context_iteration (libglib-2.0.so.0 + 0x5fee5)
#6  0x00007f933ee3c5e2 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x43c5e2)
#7  0x00007f933eb744b6 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x1744b6)
#8  0x00007f933eb6c7c1 _ZN16QCoreApplication4execEv (libQt6Core.so.6 + 0x16c7c1)
#9  0x000055da46722592 n/a (/usr/bin/plasmashell + 0x28592)
#10 0x00007f933e4376b5 n/a (libc.so.6 + 0x276b5)
#11 0x00007f933e437769 __libc_start_main (libc.so.6 + 0x27769)
#12 0x000055da46722ae5 n/a (/usr/bin/plasmashell + 0x28ae5)

Stack trace of thread 1906:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a2024 n/a (libc.so.6 + 0x92024)
#3  0x00007f933e529475 epoll_wait (libc.so.6 + 0x119475)
#4  0x00007f92bd096a2a n/a (libspa-support.so + 0x19a2a)
#5  0x00007f92bd083c7f n/a (libspa-support.so + 0x6c7f)
#6  0x00007f92bcdc1c84 n/a (libpipewire-0.3.so.0 + 0x82c84)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 2082:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933ed2ddb0 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x32ddb0)
#5  0x00007f93406abb42 n/a (libQt6Quick.so.6 + 0x4abb42)
#6  0x00007f933ed1ee69 n/a (libQt6Core.so.6 + 0x31ee69)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 2019:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 2084:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 2522:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933ed2ddb0 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x32ddb0)
#5  0x00007f93406abb42 n/a (libQt6Quick.so.6 + 0x4abb42)
#6  0x00007f933ed1ee69 n/a (libQt6Core.so.6 + 0x31ee69)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 2085:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 1879:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a2024 n/a (libc.so.6 + 0x92024)
#3  0x00007f933e51c05e __poll (libc.so.6 + 0x10c05e)
#4  0x00007f92bea77a78 n/a (libpulse.so.0 + 0x32a78)
#5  0x00007f92bea61654 pa_mainloop_poll (libpulse.so.0 + 0x1c654)
#6  0x00007f92bea6b7c5 pa_mainloop_iterate (libpulse.so.0 + 0x267c5)
#7  0x00007f92bea6b891 pa_mainloop_run (libpulse.so.0 + 0x26891)
#8  0x00007f92bea7cbd4 n/a (libpulse.so.0 + 0x37bd4)
#9  0x00007f92bea2234f n/a (libpulsecommon-17.0.so + 0x5d34f)
#10 0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#11 0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 2523:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 2525:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 2524:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 2526:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 3900:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 3899:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933ed2ddb0 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x32ddb0)
#5  0x00007f93406abb42 n/a (libQt6Quick.so.6 + 0x4abb42)
#6  0x00007f933ed1ee69 n/a (libQt6Core.so.6 + 0x31ee69)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 3902:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 3901:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 2083:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 3903:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 7160:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933ed2ddb0 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x32ddb0)
#5  0x00007f93406abb42 n/a (libQt6Quick.so.6 + 0x4abb42)
#6  0x00007f933ed1ee69 n/a (libQt6Core.so.6 + 0x31ee69)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 7161:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 7162:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 7163:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)

Stack trace of thread 7164:
#0  0x00007f933e4ade22 n/a (libc.so.6 + 0x9de22)
#1  0x00007f933e4a1fda n/a (libc.so.6 + 0x91fda)
#2  0x00007f933e4a264c n/a (libc.so.6 + 0x9264c)
#3  0x00007f933e4a4d1e pthread_cond_wait (libc.so.6 + 0x94d1e)
#4  0x00007f933475fc5e n/a (libgallium-25.1.5-arch1.1.so + 0x55fc5e)
#5  0x00007f933471a23d n/a (libgallium-25.1.5-arch1.1.so + 0x51a23d)
#6  0x00007f933475fb8d n/a (libgallium-25.1.5-arch1.1.so + 0x55fb8d)
#7  0x00007f933e4a57eb n/a (libc.so.6 + 0x957eb)
#8  0x00007f933e52918c n/a (libc.so.6 + 0x11918c)
ELF object binary architecture: AMD x86-64
inxi --admin --verbosity=8 --filter --no-host --width                                                                         ✔ 
System:
  Kernel: 6.1.143-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 15.1.1
    clocksource: tsc avail: acpi_pm
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.1-x86_64
    root=UUID=b326b8d9-9b77-469c-9ab8-526f002cbfba rw quiet splash
    nouveau.modeset=0 resume=UUID=0fce9c48-9f96-4bc5-9c34-5ffc0f3c6c62
    udev.log_priority=3 mitigations=off
  Desktop: KDE Plasma v: 6.4.2 tk: Qt v: N/A info: frameworks v: 6.15.0
    wm: kwin_wayland with: krunner vt: 1 dm: SDDM Distro: Manjaro
    base: Arch Linux
Machine:
  Type: Laptop System: ASUSTeK product: TP300LDB v: 1.0
    serial: <superuser required>
  Mobo: ASUSTeK model: TP300LDB v: 1.0 serial: <superuser required>
    part-nu: ASUS-NotebookSKU uuid: <superuser required>
    UEFI: American Megatrends v: TP300LDB.211 date: 04/16/2019
Battery:
  ID-1: BAT0 charge: 39.9 Wh (98.0%) condition: 40.7/50.1 Wh (81.2%)
    volts: 11.3 min: 11.3 model: ASUSTeK UX3-44 type: Li-ion serial: N/A
    status: not charging cycles: 1111
Memory:
  System RAM: total: 12 GiB available: 11.12 GiB used: 4.55 GiB (40.9%)
  Message: For most reliable report, use superuser + dmidecode.
  Array-1: capacity: 16 GiB slots: 2 modules: 2 EC: None
    max-module-size: 8 GiB note: est.
  Device-1: ChannelA-DIMM0 type: DDR3 detail: synchronous size: 4 GiB
    speed: 1600 MT/s volts: N/A width (bits): data: 64 total: 64
    manufacturer: Samsung part-no: N/A serial: N/A
  Device-2: ChannelB-DIMM0 type: DDR3 detail: synchronous size: 8 GiB
    speed: 1600 MT/s volts: N/A width (bits): data: 64 total: 64
    manufacturer: 1201 part-no: R538G1601S2SL serial: N/A
PCI Slots:
  Permissions: Unable to run dmidecode. Root privileges required.
CPU:
  Info: model: Intel Core i5-5200U bits: 64 type: MT MCP arch: Broadwell
    gen: core 5 level: v3 note: check built: 2015-18 process: Intel 14nm
    family: 6 model-id: 0x3D (61) stepping: 4 microcode: 0x2F
  Topology: cpus: 1x dies: 1 clusters: 2 cores: 2 threads: 4 tpc: 2
    smt: enabled cache: L1: 128 KiB desc: d-2x32 KiB; i-2x32 KiB L2: 512 KiB
    desc: 2x256 KiB L3: 3 MiB desc: 1x3 MiB
  Speed (MHz): avg: 900 min/max: 500/2700 scaling: driver: intel_cpufreq
    governor: schedutil cores: 1: 900 2: 900 3: 900 4: 900 bogomips: 17567
  Flags: 3dnowprefetch abm acpi adx aes aperfmperf apic arat arch_perfmon
    avx avx2 bmi1 bmi2 bts clflush cmov constant_tsc cpuid cpuid_fault cx16
    cx8 de ds_cpl dtes64 dtherm dts epb ept ept_ad erms est f16c flexpriority
    flush_l1d fma fpu fsgsbase fxsr ht ibpb ibrs ida intel_pt invpcid
    invpcid_single lahf_lm lm mca mce md_clear mmx monitor movbe msr mtrr
    nonstop_tsc nopl nx pae pat pbe pcid pclmulqdq pdcm pdpe1gb pebs pge pln
    pni popcnt pse pse36 pts rdrand rdseed rdtscp rep_good sdbg sep smap smep
    ss ssbd sse sse2 sse4_1 sse4_2 ssse3 stibp syscall tm tm2 tpr_shadow tsc
    tsc_adjust tsc_deadline_timer vme vmx vnmi vpid x2apic xsave xsaveopt
    xtopology xtpr
  Vulnerabilities:
  Type: gather_data_sampling status: Not affected
  Type: indirect_target_selection status: Not affected
  Type: itlb_multihit status: KVM: VMX disabled
  Type: l1tf mitigation: PTE Inversion; VMX: vulnerable
  Type: mds status: Vulnerable; SMT vulnerable
  Type: meltdown status: Vulnerable
  Type: mmio_stale_data status: Unknown: No mitigations
  Type: reg_file_data_sampling status: Not affected
  Type: retbleed status: Not affected
  Type: spec_rstack_overflow status: Not affected
  Type: spec_store_bypass status: Vulnerable
  Type: spectre_v1 status: Vulnerable: __user pointer sanitization and
    usercopy barriers only; no swapgs barriers
  Type: spectre_v2 status: Vulnerable; IBPB: disabled; STIBP: disabled;
    PBRSB-eIBRS: Not affected; BHI: Not affected
  Type: srbds status: Vulnerable
  Type: tsx_async_abort status: Not affected
Graphics:
  Device-1: Intel HD Graphics 5500 vendor: ASUSTeK driver: i915 v: kernel
    arch: Gen-8 process: Intel 14nm built: 2014-15 ports: active: eDP-1
    empty: HDMI-A-1 bus-ID: 00:02.0 chip-ID: 8086:1616 class-ID: 0300
  Device-2: NVIDIA GF117M [GeForce 610M/710M/810M/820M / GT
    620M/625M/630M/720M] vendor: ASUSTeK driver: N/A alternate: nouveau
    non-free: series: 390.xx+ status: legacy (EOL~2022-11-22) last:
    release: 390.157 kernel: 6.0 xorg: 1.21 arch: Fermi code: GF1xx
    process: 40/28nm built: 2010-2016 pcie: gen: 1 speed: 2.5 GT/s lanes: 4
    link-max: lanes: 16 bus-ID: 03:00.0 chip-ID: 10de:1140 class-ID: 0302
  Device-3: Suyin Asus Integrated Webcam driver: uvcvideo type: USB rev: 2.0
    speed: 480 Mb/s lanes: 1 mode: 2.0 bus-ID: 2-5:5 chip-ID: 064e:9700
    class-ID: 0e02 serial: <filter>
  Display: wayland server: X.org v: 1.21.1.18 with: Xwayland v: 24.1.8
    compositor: kwin_wayland driver: X: loaded: modesetting alternate: fbdev,vesa
    dri: iris gpu: i915 display-ID: 0
  Monitor-1: eDP-1 model: ChiMei InnoLux 0x1361 built: 2014 res:
    mode: 1920x1080 hz: 60 scale: 125% (1.25) to: 1536x864 dpi: 166 gamma: 1.2
    chroma: red: x: 0.639 y: 0.341 green: x: 0.306 y: 0.616 blue: x: 0.149
    y: 0.071 white: x: 0.314 y: 0.329 size: 293x165mm (11.54x6.5")
    diag: 336mm (13.2") ratio: 16:9 modes: 1920x1080
  API: EGL v: 1.5 hw: drv: intel iris platforms: device: 0 drv: iris
    device: 1 drv: swrast gbm: drv: iris surfaceless: drv: iris wayland:
    drv: iris x11: drv: iris
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa v: 25.1.5-arch1.1
    glx-v: 1.4 direct-render: yes renderer: Mesa Intel HD Graphics 5500 (BDW GT2)
    device-ID: 8086:1616 memory: 10.86 GiB unified: yes display-ID: :1.0
  API: Vulkan v: 1.4.313 layers: 5 device: 0 type: integrated-gpu name: Intel
    HD Graphics 5500 (BDW GT2) driver: mesa intel v: 25.1.5-arch1.1
    device-ID: 8086:1616 surfaces: N/A
  Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
    de: kscreen-console,kscreen-doctor gpu: gputop, intel_gpu_top, lsgpu
    wl: wayland-info x11: xdpyinfo, xprop, xrandr
Audio:
  Device-1: Intel Broadwell-U Audio vendor: ASUSTeK driver: snd_hda_intel
    v: kernel bus-ID: 00:03.0 chip-ID: 8086:160c class-ID: 0403
  Device-2: Intel Wildcat Point-LP High Definition Audio vendor: ASUSTeK
    driver: snd_hda_intel v: kernel bus-ID: 00:1b.0 chip-ID: 8086:9ca0
    class-ID: 0403
  API: ALSA v: k6.1.143-1-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: PipeWire v: 1.4.6 status: active with: 1: pipewire-pulse
    status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
    4: pw-jack type: plugin tools: pactl,pw-cat,pw-cli,wpctl
Network:
  Device-1: Intel Wireless 7260 driver: iwlwifi v: kernel pcie: gen: 1
    speed: 2.5 GT/s lanes: 1 bus-ID: 02:00.0 chip-ID: 8086:08b1 class-ID: 0280
  IF: wlp2s0 state: up mac: <filter>
  IP v4: <filter> type: dynamic noprefixroute scope: global
    broadcast: <filter>
  IP v6: <filter> type: noprefixroute scope: link
  IF-ID-1: amn0 state: unknown speed: 10 Mbps duplex: full mac: N/A
  IP v4: <filter> scope: global
  IP v6: <filter> scope: global
  IP v6: <filter> virtual: stable-privacy proto kernel_ll scope: link
  Info: services: mld, NetworkManager, systemd-timesyncd, wpa_supplicant
  WAN IP: <filter>
Bluetooth:
  Device-1: Intel Bluetooth wireless interface driver: btusb v: 0.8 type: USB
    rev: 2.0 speed: 12 Mb/s lanes: 1 mode: 1.1 bus-ID: 2-4:4 chip-ID: 8087:07dc
    class-ID: e001
  Report: btmgmt ID: hci0 rfk-id: 1 state: down bt-service: enabled,running
    rfk-block: hardware: no software: yes address: N/A
Logical:
  Message: No logical block device data found.
RAID:
  Message: No RAID data found.
Drives:
  Local Storage: total: 447.13 GiB used: 76.39 GiB (17.1%)
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-1: /dev/sda maj-min: 8:0 vendor: Toshiba model: TR200 size: 447.13 GiB
    block-size: physical: 512 B logical: 512 B speed: 6.0 Gb/s tech: SSD
    serial: <filter> fw-rev: 13.6 scheme: GPT
  Message: No optical or floppy data found.
Partition:
  ID-1: / raw-size: 146.48 GiB size: 143.13 GiB (97.71%)
    used: 30.78 GiB (21.5%) fs: ext4 dev: /dev/sda2 maj-min: 8:2 label: N/A
    uuid: b326b8d9-9b77-469c-9ab8-526f002cbfba
  ID-2: /boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%)
    used: 320 KiB (0.1%) fs: vfat dev: /dev/sda4 maj-min: 8:4 label: N/A
    uuid: B8A9-BAA4
  ID-3: /home raw-size: 284.73 GiB size: 279.2 GiB (98.06%)
    used: 45.61 GiB (16.3%) fs: ext4 dev: /dev/sda3 maj-min: 8:3 label: N/A
    uuid: b69511a1-4ed8-4c95-be54-807f86927a04
Swap:
  Kernel: swappiness: 10 (default 60) cache-pressure: 50 (default 100)
    zswap: yes compressor: zstd max-pool: 20%
  ID-1: swap-1 type: partition size: 15.62 GiB used: 0 KiB (0.0%)
    priority: -2 dev: /dev/sda1 maj-min: 8:1 label: N/A
    uuid: 0fce9c48-9f96-4bc5-9c34-5ffc0f3c6c62
Unmounted:
  Message: No unmounted partitions found.
USB:
  Hub-1: 1-0:1 info: full speed or root hub ports: 2 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-2: 1-1:2 info: Intel Integrated Hub ports: 8 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 8087:8001
    class-ID: 0900
  Hub-3: 2-0:1 info: hi-speed hub with single TT ports: 11 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Device-1: 2-3:3 info: YICHIP Wireless Device type: keyboard,mouse
    driver: hid-generic,usbhid interfaces: 2 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s)
    lanes: 1 mode: 1.1 power: 100mA chip-ID: 3151:3020 class-ID: 0301
  Device-2: 2-4:4 info: Intel Bluetooth wireless interface type: bluetooth
    driver: btusb interfaces: 2 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s) lanes: 1
    mode: 1.1 power: 100mA chip-ID: 8087:07dc class-ID: e001
  Device-3: 2-5:5 info: Suyin Asus Integrated Webcam type: video
    driver: uvcvideo interfaces: 2 rev: 2.0 speed: 480 Mb/s (57.2 MiB/s) lanes: 1
    mode: 2.0 power: 500mA chip-ID: 064e:9700 class-ID: 0e02 serial: <filter>
  Device-4: 2-7:6 info: Atmel type: HID
    driver: hid-generic,hid-multitouch,usbhid interfaces: 2 rev: 2.0
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 power: 100mA
    chip-ID: 03eb:8b04 class-ID: 0300
  Hub-4: 3-0:1 info: super-speed hub ports: 4 rev: 3.0
    speed: 5 Gb/s (596.0 MiB/s) lanes: 1 mode: 3.2 gen-1x1 chip-ID: 1d6b:0003
    class-ID: 0900
Sensors:
  System Temperatures: cpu: 62.0 C pch: 48.0 C mobo: N/A
  Fan Speeds (rpm): cpu: 2900
Repos:
  Packages: 1602 pm: pacman pkgs: 1557 libs: 382 tools: pamac pm: flatpak
    pkgs: 45
  Active pacman repo servers in: /etc/pacman.d/mirrorlist
    1: https://ftp.lysator.liu.se/pub/manjaro/unstable/$repo/$arch
    2: https://mirror.zetup.net/manjaro/unstable/$repo/$arch
    3: https://mirror.netcologne.de/manjaro/unstable/$repo/$arch
    4: https://ftp.halifax.rwth-aachen.de/manjaro/unstable/$repo/$arch
    5: https://manjaro.mirror.liquidtelecom.com/unstable/$repo/$arch
Processes:
  CPU top: 5 of 235
  1: cpu: 15.7% command: brave pid: 9429 mem: 287.6 MiB (2.5%)
  2: cpu: 15.7% command: konsole pid: 9692 mem: 228.2 MiB (2.0%)
  3: cpu: 9.8% command: plasmashell pid: 9473 mem: 507.3 MiB (4.4%)
  4: cpu: 9.3% command: zsh pid: 9712 mem: 8.54 MiB (0.0%)
  5: cpu: 6.6% command: brave pid: 2111 mem: 677.5 MiB (5.9%)
  Memory top: 5 of 235
  1: mem: 677.5 MiB (5.9%) command: brave pid: 2111 cpu: 6.6%
  2: mem: 507.3 MiB (4.4%) command: plasmashell pid: 9473 cpu: 9.8%
  3: mem: 455.2 MiB (3.9%) command: brave pid: 2489 cpu: 1.5%
  4: mem: 344.1 MiB (3.0%) command: brave pid: 2527 cpu: 1.2%
  5: mem: 287.6 MiB (2.5%) command: brave pid: 9429 cpu: 15.7%
Info:
  Processes: 235 Power: uptime: 1h 39m states: freeze,mem,disk suspend: deep
    avail: s2idle wakeups: 0 hibernate: platform avail: shutdown, reboot,
    suspend, test_resume image: 4.43 GiB services: org_kde_powerdevil,upowerd
    Init: systemd v: 257 default: graphical tool: systemctl
  Compilers: gcc: 15.1.1 Shell: Zsh v: 5.9 default: Bash v: 5.2.37
    running-in: konsole inxi: 3.3.38

Same here. There was also an issue with installing the microcode (which made me gasp) but it went by so fast I couldn’t get the details. Also checking logs.

EDIT: Okay. Back on the affected PC under 6.15.6-1.

journalctl -b -1 -p3 --no-pager                                                                                                                                  ✔
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU1: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU2: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU3: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU4: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU5: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU6: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU7: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU8: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU9: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU10: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU11: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU12: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU13: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU14: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU15: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU16: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU17: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU18: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU19: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU20: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU21: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU22: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU23: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU24: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU25: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU26: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU27: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU28: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU29: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU30: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:52:40 NSR-Manjaro kernel: microcode: CPU31: update failed for patch_level=0x0a201211
Jul 10 18:52:40 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x0018, size 0, write)
Jul 10 18:52:40 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x0019, size 0, write)
Jul 10 18:52:40 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001a, size 0, write)
Jul 10 18:52:40 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001b, size 0, write)
Jul 10 18:52:40 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001c, size 0, write)
Jul 10 18:52:40 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001d, size 0, write)
Jul 10 18:52:40 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001e, size 0, write)
Jul 10 18:52:40 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001f, size 0, write)
Jul 10 18:52:40 NSR-Manjaro kernel: i2c i2c-1: adapter quirk: no zero length (addr 0x0018, size 0, write)
Jul 10 18:52:40 NSR-Manjaro kernel: i2c i2c-1: adapter quirk: no zero length (addr 0x0019, size 0, write)
Jul 10 18:53:08 NSR-Manjaro bluetoothd[966]: Failed to set mode: Failed (0x03)
Jul 10 18:53:10 NSR-Manjaro dbus-broker-launch[1157]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service'
Jul 10 18:54:40 NSR-Manjaro dbus-broker-launch[1013]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
Jul 10 18:54:40 NSR-Manjaro systemd-cryptsetup[1332]: Device luks-d451c1ac-623e-45da-abd3-f9513f4cd1c5 is still in use.
Jul 10 18:54:40 NSR-Manjaro systemd-cryptsetup[1332]: Failed to deactivate 'luks-d451c1ac-623e-45da-abd3-f9513f4cd1c5': Device or resource busy

And first boot after upgrade…

journalctl -b -2 -p3 --no-pager                                                                                                                                  ✔
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU1: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU2: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU3: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU4: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU5: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU6: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU7: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU8: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU9: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU10: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU11: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU12: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU13: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU14: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU15: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU16: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU17: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU18: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU19: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU20: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU21: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU22: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU23: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU24: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU25: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU26: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU27: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU28: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU29: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU30: update failed for patch_level=0x0a201211
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: No sha256 digest for patch ID: 0xa201211 found
Jul 10 18:49:01 NSR-Manjaro kernel: microcode: CPU31: update failed for patch_level=0x0a201211
Jul 10 18:49:02 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x0018, size 0, write)
Jul 10 18:49:02 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x0019, size 0, write)
Jul 10 18:49:02 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001a, size 0, write)
Jul 10 18:49:02 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001b, size 0, write)
Jul 10 18:49:02 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001c, size 0, write)
Jul 10 18:49:02 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001d, size 0, write)
Jul 10 18:49:02 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001e, size 0, write)
Jul 10 18:49:02 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001f, size 0, write)
Jul 10 18:49:02 NSR-Manjaro kernel: i2c i2c-1: adapter quirk: no zero length (addr 0x0018, size 0, write)
Jul 10 18:49:02 NSR-Manjaro kernel: i2c i2c-1: adapter quirk: no zero length (addr 0x0019, size 0, write)
Jul 10 18:49:04 NSR-Manjaro bluetoothd[981]: Failed to set mode: Failed (0x03)
Jul 10 18:49:06 NSR-Manjaro dbus-broker-launch[1163]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service'
Jul 10 18:49:14 NSR-Manjaro dbus-broker-launch[1286]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service'
Jul 10 18:49:40 NSR-Manjaro bluetoothd[981]: profiles/audio/media.c:client_ready_cb() No object received
Jul 10 18:49:57 NSR-Manjaro dbus-broker-launch[978]: Activation request for 'org.freedesktop.RealtimeKit1' failed.
Jul 10 18:49:57 NSR-Manjaro dbus-broker-launch[978]: Activation request for 'org.freedesktop.RealtimeKit1' failed.
Jul 10 18:49:57 NSR-Manjaro dbus-broker-launch[978]: Activation request for 'org.freedesktop.RealtimeKit1' failed.
Jul 10 18:49:57 NSR-Manjaro dbus-broker-launch[978]: Activation request for 'org.freedesktop.RealtimeKit1' failed.
Jul 10 18:50:07 NSR-Manjaro dbus-broker-launch[978]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
Jul 10 18:50:07 NSR-Manjaro dbus-broker-launch[978]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
Jul 10 18:51:27 NSR-Manjaro dbus-broker-launch[978]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
Jul 10 18:51:27 NSR-Manjaro systemd-cryptsetup[2481]: Device luks-d451c1ac-623e-45da-abd3-f9513f4cd1c5 is still in use.
Jul 10 18:51:27 NSR-Manjaro systemd-cryptsetup[2481]: Failed to deactivate 'luks-d451c1ac-623e-45da-abd3-f9513f4cd1c5': Device or resource busy
Jul 10 18:51:27 NSR-Manjaro kernel: watchdog: watchdog0: watchdog did not stop!

And the one before that

journalctl -b -3 -p3 --no-pager 
Jul 10 18:42:49 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x0018, size 0, write)
Jul 10 18:42:49 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x0019, size 0, write)
Jul 10 18:42:49 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001a, size 0, write)
Jul 10 18:42:49 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001b, size 0, write)
Jul 10 18:42:49 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001c, size 0, write)
Jul 10 18:42:49 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001d, size 0, write)
Jul 10 18:42:49 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001e, size 0, write)
Jul 10 18:42:49 NSR-Manjaro kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001f, size 0, write)
Jul 10 18:42:49 NSR-Manjaro kernel: i2c i2c-1: adapter quirk: no zero length (addr 0x0018, size 0, write)
Jul 10 18:42:49 NSR-Manjaro kernel: i2c i2c-1: adapter quirk: no zero length (addr 0x0019, size 0, write)
Jul 10 18:42:54 NSR-Manjaro dbus-broker-launch[1160]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service'
Jul 10 18:42:55 NSR-Manjaro bluetoothd[982]: Failed to set mode: Failed (0x03)
Jul 10 18:42:59 NSR-Manjaro nmbd[1230]: [2025/07/10 18:42:59.576739,  0] ../../source3/nmbd/nmbd_subnetdb.c:252(create_subnets)
Jul 10 18:42:59 NSR-Manjaro nmbd[1230]:   NOTE: NetBIOS name resolution is not supported for Internet Protocol Version 6 (IPv6).
Jul 10 18:43:02 NSR-Manjaro dbus-broker-launch[1292]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service'
Jul 10 18:44:47 NSR-Manjaro dbus-broker-launch[1292]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service'
Jul 10 18:44:47 NSR-Manjaro dbus-broker-launch[1292]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service'
Jul 10 18:44:48 NSR-Manjaro dbus-broker-launch[1292]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service'
Jul 10 18:44:48 NSR-Manjaro dbus-broker-launch[1292]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service'
Jul 10 18:44:53 NSR-Manjaro dbus-broker-launch[1292]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service'
Jul 10 18:44:53 NSR-Manjaro dbus-broker-launch[1292]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service'
Jul 10 18:46:26 NSR-Manjaro dbus-broker-launch[979]: Activation request for 'org.bluez' failed.
Jul 10 18:46:26 NSR-Manjaro dbus-broker-launch[979]: Activation request for 'org.bluez' failed.
Jul 10 18:46:26 NSR-Manjaro pipewire[1373]: spa.alsa: 'front:1': playback open failed: No such file or directory
Jul 10 18:46:26 NSR-Manjaro pipewire[1373]: spa.alsa: 'front:1': playback open failed: No such file or directory
Jul 10 18:46:26 NSR-Manjaro pipewire[1373]: spa.alsa: 'front:1': playback open failed: No such file or directory
Jul 10 18:46:26 NSR-Manjaro pipewire[1373]: pw.node: (alsa_output.pci-0000_10_00.4.analog-stereo-51) suspended -> error (Start error: No such file or directory)
Jul 10 18:46:36 NSR-Manjaro dbus-broker-launch[979]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
Jul 10 18:46:36 NSR-Manjaro dbus-broker-launch[979]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
Jul 10 18:47:56 NSR-Manjaro dbus-broker-launch[979]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
Jul 10 18:47:56 NSR-Manjaro systemd-cryptsetup[45145]: Device luks-d451c1ac-623e-45da-abd3-f9513f4cd1c5 is still in use.
Jul 10 18:47:56 NSR-Manjaro systemd-cryptsetup[45145]: Failed to deactivate 'luks-d451c1ac-623e-45da-abd3-f9513f4cd1c5': Device or resource busy
Jul 10 18:47:58 NSR-Manjaro kernel: watchdog: watchdog0: watchdog did not stop!     

Continuing with other testing…

Everything else seems fine. Forgot the inxi, though

System:
  Kernel: 6.15.6-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 15.1.1
    clocksource: tsc avail: hpet,acpi_pm
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.15-x86_64
    root=UUID=8ed69b41-f1a4-4371-ad67-b818a65365c1 rw
    cryptdevice=UUID=d451c1ac-623e-45da-abd3-f9513f4cd1c5:luks-d451c1ac-623e-45da-abd3-f9513f4cd1c5
    root=/dev/mapper/luks-d451c1ac-623e-45da-abd3-f9513f4cd1c5
    udev.log_priority=3
  Desktop: KDE Plasma v: 6.3.6 tk: Qt v: N/A info: frameworks v: 6.15.0
    wm: kwin_wayland vt: 1 dm: SDDM Distro: Manjaro base: Arch Linux
Machine:
  Type: Desktop Mobo: ASRock model: B550 Taichi serial: <superuser required>
    UEFI: American Megatrends LLC. v: P3.40 date: 01/18/2024
Battery:
  Device-1: hidpp_battery_0 model: Logitech Wireless Keyboard ERGO K860
    serial: <filter> charge: 55% (should be ignored) rechargeable: yes
    status: discharging
  Device-2: hidpp_battery_1 model: Logitech Wireless Mouse M525
    serial: <filter> charge: 100% (should be ignored) rechargeable: yes
    status: discharging
Memory:
  System RAM: total: 32 GiB available: 31.26 GiB used: 2.35 GiB (7.5%)
  Message: For most reliable report, use superuser + dmidecode.
  Array-1: capacity: 128 GiB slots: 4 modules: 2 EC: None
    max-module-size: 32 GiB note: est.
  Device-1: Channel-A DIMM 0 type: no module installed
  Device-2: Channel-A DIMM 1 type: DDR4 detail: synchronous unbuffered
    (unregistered) size: 16 GiB speed: 3600 MT/s volts: note: check curr: 1
    min: 1 max: 1 width (bits): data: 64 total: 64 manufacturer: Corsair
    part-no: CMR64GX4M4K3600C18 serial: N/A
  Device-3: Channel-B DIMM 0 type: no module installed
  Device-4: Channel-B DIMM 1 type: DDR4 detail: synchronous unbuffered
    (unregistered) size: 16 GiB speed: 3600 MT/s volts: note: check curr: 1
    min: 1 max: 1 width (bits): data: 64 total: 64 manufacturer: Corsair
    part-no: CMR64GX4M4K3600C18 serial: N/A
PCI Slots:
  Permissions: Unable to run dmidecode. Root privileges required.
CPU:
  Info: model: AMD Ryzen 9 5900XT bits: 64 type: MT MCP arch: Zen 3+ gen: 3
    level: v3 note: check built: 2022 process: TSMC n6 (7nm) family: 0x19 (25)
    model-id: 0x21 (33) stepping: 2 microcode: 0xA201211
  Topology: cpus: 1x dies: 1 clusters: 1 cores: 16 threads: 32 tpc: 2
    smt: enabled cache: L1: 1024 KiB desc: d-16x32 KiB; i-16x32 KiB L2: 8 MiB
    desc: 16x512 KiB L3: 64 MiB desc: 2x32 MiB
  Speed (MHz): avg: 570 min/max: 570/3301 boost: enabled scaling:
    driver: amd-pstate-epp governor: powersave cores: 1: 570 2: 570 3: 570
    4: 570 5: 570 6: 570 7: 570 8: 570 9: 570 10: 570 11: 570 12: 570 13: 570
    14: 570 15: 570 16: 570 17: 570 18: 570 19: 570 20: 570 21: 570 22: 570
    23: 570 24: 570 25: 570 26: 570 27: 570 28: 570 29: 570 30: 570 31: 570
    32: 570 bogomips: 210802
  Flags: 3dnowprefetch abm adx aes aperfmperf apic arat avic avx avx2 bmi1
    bmi2 bpext cat_l3 cdp_l3 clflush clflushopt clwb clzero cmov cmp_legacy
    constant_tsc cpb cpuid cqm cqm_llc cqm_mbm_local cqm_mbm_total
    cqm_occup_llc cr8_legacy cx16 cx8 de debug_swap decodeassists extapic
    extd_apicid f16c flushbyasid fma fpu fsgsbase fxsr fxsr_opt ht hw_pstate
    ibpb ibrs ibs invpcid irperf lahf_lm lbrv lm mba mca mce misalignsse mmx
    mmxext monitor movbe msr mtrr mwaitx nonstop_tsc nopl npt nrip_save nx
    ospke osvw overflow_recov pae pat pausefilter pclmulqdq pdpe1gb
    perfctr_core perfctr_llc perfctr_nb pfthreshold pge pku pni popcnt pse
    pse36 rapl rdpid rdpru rdrand rdseed rdt_a rdtscp rep_good sep sha_ni
    skinit smap smca smep ssbd sse sse2 sse4_1 sse4_2 sse4a ssse3 stibp
    succor svm svm_lock syscall tce topoext tsc tsc_scale umip user_shstk
    v_spec_ctrl v_vmsave_vmload vaes vgif vmcb_clean vme vmmcall vpclmulqdq
    wbnoinvd wdt x2apic xgetbv1 xsave xsavec xsaveerptr xsaveopt xsaves
    xtopology
  Vulnerabilities:
  Type: gather_data_sampling status: Not affected
  Type: ghostwrite status: Not affected
  Type: indirect_target_selection status: Not affected
  Type: itlb_multihit status: Not affected
  Type: l1tf status: Not affected
  Type: mds status: Not affected
  Type: meltdown status: Not affected
  Type: mmio_stale_data status: Not affected
  Type: reg_file_data_sampling status: Not affected
  Type: retbleed status: Not affected
  Type: spec_rstack_overflow mitigation: Safe RET
  Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via
    prctl
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer
    sanitization
  Type: spectre_v2 mitigation: Retpolines; IBPB: conditional; IBRS_FW;
    STIBP: always-on; RSB filling; PBRSB-eIBRS: Not affected; BHI: Not
    affected
  Type: srbds status: Not affected
  Type: tsa mitigation: Clear CPU buffers
  Type: tsx_async_abort status: Not affected
Graphics:
  Device-1: Advanced Micro Devices [AMD/ATI] Navi 22 [Radeon RX 6700/6700
    XT/6750 XT / 6800M/6850M XT] vendor: Micro-Star MSI driver: amdgpu
    v: kernel arch: RDNA-2 code: Navi-2x process: TSMC n7 (7nm) built: 2020-22
    pcie: gen: 4 speed: 16 GT/s lanes: 16 ports: active: DP-2 empty: DP-1,
    DP-3, HDMI-A-1, Writeback-1 bus-ID: 0e:00.0 chip-ID: 1002:73df
    class-ID: 0300
  Display: wayland server: X.org v: 1.21.1.18 with: Xwayland v: 24.1.8
    compositor: kwin_wayland driver: X: loaded: amdgpu
    unloaded: modesetting,radeon alternate: fbdev,vesa dri: radeonsi
    gpu: amdgpu display-ID: 0
  Monitor-1: DP-2 model: LG (GoldStar) HDR 4K serial: <filter> built: 2023
    res: mode: 3840x2160 hz: 60 scale: 100% (1) dpi: 163 gamma: 1.2 chroma: red:
    x: 0.682 y: 0.314 green: x: 0.278 y: 0.675 blue: x: 0.153 y: 0.047 white:
    x: 0.314 y: 0.329 size: 600x340mm (23.62x13.39") diag: 690mm (27.2")
    ratio: 16:9 modes: 3840x2160, 2560x1440, 1920x1200, 1920x1080, 1600x1200,
    1680x1050, 1600x900, 1280x1024, 1440x900, 1280x800, 1152x864, 1280x720,
    1024x768, 800x600, 720x480, 640x480
  API: EGL v: 1.5 hw: drv: amd radeonsi platforms: device: 0 drv: radeonsi
    device: 1 drv: swrast gbm: drv: kms_swrast surfaceless: drv: radeonsi
    wayland: drv: radeonsi x11: drv: radeonsi
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: amd mesa v: 25.1.5-arch1.1
    glx-v: 1.4 direct-render: yes renderer: AMD Radeon RX 6750 XT (radeonsi
    navi22 LLVM 20.1.7 DRM 3.63 6.15.6-1-MANJARO) device-ID: 1002:73df
    memory: 11.72 GiB unified: no display-ID: :1.0
  API: Vulkan v: 1.4.313 layers: N/A device: 0 type: discrete-gpu name: AMD
    Radeon RX 6750 XT (RADV NAVI22) driver: mesa radv v: 25.1.5-arch1.1
    device-ID: 1002:73df surfaces: N/A
  Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
    de: kscreen-console,kscreen-doctor wl: wayland-info,wlr-randr x11: xdriinfo,
    xdpyinfo, xprop, xrandr
Audio:
  Device-1: Advanced Micro Devices [AMD/ATI] Navi 21/23 HDMI/DP Audio
    driver: snd_hda_intel v: kernel pcie: gen: 4 speed: 16 GT/s lanes: 16
    bus-ID: 0e:00.1 chip-ID: 1002:ab28 class-ID: 0403
  Device-2: Advanced Micro Devices [AMD] Starship/Matisse HD Audio
    vendor: ASRock driver: snd_hda_intel v: kernel pcie: gen: 4 speed: 16 GT/s
    lanes: 16 bus-ID: 10:00.4 chip-ID: 1022:1487 class-ID: 0403
  API: ALSA v: k6.15.6-1-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: JACK v: 1.9.22 status: off tools: N/A
  Server-2: PipeWire v: 1.4.6 status: active with: 1: pipewire-pulse
    status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
    tools: pactl,pw-cat,pw-cli,wpctl
Network:
  Device-1: Intel Ethernet I225-V driver: igc v: kernel pcie: gen: 2
    speed: 5 GT/s lanes: 1 port: N/A bus-ID: 05:00.0 chip-ID: 8086:15f3
    class-ID: 0200
  IF: enp5s0 state: up speed: 2500 Mbps duplex: full mac: <filter>
  IP v4: <filter> type: dynamic noprefixroute scope: global
    broadcast: <filter>
  IP v6: <filter> type: temporary dynamic scope: global
  IP v6: <filter> type: dynamic mngtmpaddr noprefixroute scope: global
  IP v6: <filter> type: noprefixroute scope: link
  Device-2: Intel Wi-Fi 6 AX200 driver: iwlwifi v: kernel pcie: gen: 2
    speed: 5 GT/s lanes: 1 bus-ID: 08:00.0 chip-ID: 8086:2723 class-ID: 0280
  IF: wlp8s0 state: down mac: <filter>
  IF-ID-1: proton0 state: unknown speed: N/A duplex: N/A mac: N/A
  IP v4: <filter> type: noprefixroute scope: global
  IP v6: <filter> type: noprefixroute scope: global
  IP v6: <filter> type: noprefixroute scope: link
  IF-ID-2: pvpnksintrf0 state: unknown speed: N/A duplex: N/A mac: <filter>
  IP v4: <filter> type: noprefixroute scope: global broadcast: <filter>
  IP v6: <filter> type: noprefixroute scope: global
  IP v6: <filter> type: noprefixroute scope: link
  Info: services: NetworkManager, smbd, systemd-timesyncd
  WAN IP: <filter>
Bluetooth:
  Device-1: Intel AX200 Bluetooth driver: btusb v: 0.8 type: USB rev: 2.0
    speed: 12 Mb/s lanes: 1 mode: 1.1 bus-ID: 1-9:5 chip-ID: 8087:0029
    class-ID: e001
  Report: hciconfig ID: hci0 rfk-id: 0 state: down
    bt-service: enabled,running rfk-block: hardware: no software: yes
    address: <filter>
  Info: acl-mtu: 1021:4 sco-mtu: 96:6 link-policy: rswitch sniff
    link-mode: peripheral accept
Logical:
  Message: No logical block device data found.
  Device-1: luks-d451c1ac-623e-45da-abd3-f9513f4cd1c5 maj-min: 253:0
    type: LUKS dm: dm-0 size: 128 GiB
  Components:
  p-1: nvme0n1p6 maj-min: 259:6 size: 128 GiB
  Device-2: luks-11c72dfa-2d96-4fa6-a9e8-71652d1e9633 maj-min: 253:2
    type: LUKS dm: dm-2 size: 256 GiB
  Components:
  p-1: nvme0n1p7 maj-min: 259:7 size: 256 GiB
  Device-3: luks-e0462f35-4da7-4d0f-b7e0-40ad5a181732 maj-min: 253:1
    type: LUKS dm: dm-1 size: 2.76 TiB
  Components:
  p-1: nvme0n1p8 maj-min: 259:8 size: 2.76 TiB
  Device-4: luks-154ae411-7d0a-407d-aef3-ca9566e16b40 maj-min: 253:3
    type: LUKS dm: dm-3 size: 7.28 TiB
  Components:
  p-1: nvme1n1p1 maj-min: 259:10 size: 7.28 TiB
RAID:
  Message: No RAID data found.
Drives:
  Local Storage: total: 10.92 TiB used: 3.24 TiB (29.7%)
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Western Digital
    model: WD BLACK SN850X 4000GB size: 3.64 TiB block-size: physical: 512 B
    logical: 512 B speed: 63.2 Gb/s lanes: 4 tech: SSD serial: <filter>
    fw-rev: 624331WD temp: 39.9 C scheme: GPT
  ID-2: /dev/nvme1n1 maj-min: 259:9 vendor: Western Digital
    model: WD BLACK SN850X 8000GB size: 7.28 TiB block-size: physical: 512 B
    logical: 512 B speed: 63.2 Gb/s lanes: 4 tech: SSD serial: <filter>
    fw-rev: 638201WD temp: 35.9 C scheme: GPT
  Message: No optical or floppy data found.
Partition:
  ID-1: / raw-size: 128 GiB size: 125.43 GiB (97.99%) used: 38.71 GiB (30.9%)
    fs: ext4 dev: /dev/dm-0 maj-min: 253:0
    mapped: luks-d451c1ac-623e-45da-abd3-f9513f4cd1c5 label: Manjaro
    uuid: 8ed69b41-f1a4-4371-ad67-b818a65365c1
  ID-2: /Docs raw-size: 2.76 TiB size: 2.72 TiB (98.39%)
    used: 17.94 GiB (0.6%) fs: ext4 dev: /dev/dm-1 maj-min: 253:1
    mapped: luks-e0462f35-4da7-4d0f-b7e0-40ad5a181732 label: Docs
    uuid: d61fdf15-15bc-40d9-8a79-538829ddafef
  ID-3: /MediaFiles raw-size: 7.28 TiB size: 7.22 TiB (99.20%)
    used: 3.07 TiB (42.6%) fs: ext4 dev: /dev/dm-3 maj-min: 253:3
    mapped: luks-154ae411-7d0a-407d-aef3-ca9566e16b40 label: MediaFiles
    uuid: 6a839ffa-6928-4f3c-a12d-723bcbf775e0
  ID-4: /Timeshift raw-size: 256 GiB size: 250.92 GiB (98.02%)
    used: 114.31 GiB (45.6%) fs: ext4 dev: /dev/dm-2 maj-min: 253:2
    mapped: luks-11c72dfa-2d96-4fa6-a9e8-71652d1e9633 label: Timeshift
    uuid: edb50610-7a53-476f-888c-8161b1f03c63
  ID-5: /boot/efi raw-size: 512 MiB size: 511 MiB (99.80%)
    used: 448 KiB (0.1%) fs: vfat dev: /dev/nvme0n1p5 maj-min: 259:5 label: UEFI
    uuid: CEAD-B4B0
Swap:
  Alert: No swap data was found.
Unmounted:
  ID-1: /dev/nvme0n1p1 maj-min: 259:1 size: 100 MiB fs: vfat label: N/A
    uuid: 90AC-55E7
  ID-2: /dev/nvme0n1p2 maj-min: 259:2 size: 16 MiB fs: <superuser required>
    label: N/A uuid: N/A
  ID-3: /dev/nvme0n1p3 maj-min: 259:3 size: 511.37 GiB fs: bitlocker
    label: NSR-WIN C: 11/17/2024 uuid: ab49b28e-6279-4c2b-aee3-7345a4727d8b
  ID-4: /dev/nvme0n1p4 maj-min: 259:4 size: 642 MiB fs: ntfs label: N/A
    uuid: FA7E2FD57E2F8A09
USB:
  Hub-1: 1-0:1 info: hi-speed hub with single TT ports: 10 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-2: 1-3:2 info: ASMedia ASM1074 High-Speed hub ports: 4 rev: 2.1
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 100mA
    chip-ID: 174c:2074 class-ID: 0900
  Device-1: 1-3.2:4 info: Logitech Unifying Receiver
    type: keyboard,mouse,HID driver: logitech-djreceiver,usbhid interfaces: 3
    rev: 2.0 speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 power: 98mA
    chip-ID: 046d:c52b class-ID: 0300
  Hub-3: 1-7:3 info: Genesys Logic Hub ports: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 100mA
    chip-ID: 05e3:0610 class-ID: 0900
  Device-1: 1-9:5 info: Intel AX200 Bluetooth type: bluetooth driver: btusb
    interfaces: 2 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1
    power: 100mA chip-ID: 8087:0029 class-ID: e001
  Device-2: 1-10:6 info: ASRock LED Controller type: HID
    driver: hid-generic,usbhid interfaces: 1 rev: 1.1 speed: 12 Mb/s (1.4 MiB/s)
    lanes: 1 mode: 1.1 power: 100mA chip-ID: 26ce:01a2 class-ID: 0300
    serial: <filter>
  Hub-4: 2-0:1 info: super-speed hub ports: 4 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
  Hub-5: 2-3:2 info: ASMedia ASM1074 SuperSpeed hub ports: 4 rev: 3.0
    speed: 5 Gb/s (596.0 MiB/s) lanes: 1 mode: 3.2 gen-1x1 power: 8mA
    chip-ID: 174c:3074 class-ID: 0900
  Hub-6: 3-0:1 info: hi-speed hub with single TT ports: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-7: 3-4:2 info: Genesys Logic Hub ports: 4 rev: 2.1
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 05e3:0610
    class-ID: 0900
  Hub-8: 4-0:1 info: super-speed hub ports: 4 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
  Hub-9: 4-4:2 info: Genesys Logic USB3.1 Hub ports: 4 rev: 3.1
    speed: 5 Gb/s (596.0 MiB/s) lanes: 1 mode: 3.2 gen-1x1 chip-ID: 05e3:0625
    class-ID: 0900
Sensors:
  System Temperatures: cpu: 37.5 C mobo: 34.5 C gpu: amdgpu temp: 43.0 C
    mem: 56.0 C
  Fan Speeds (rpm): N/A gpu: amdgpu fan: 0
Repos:
  Packages: 1515 pm: pacman pkgs: 1497 libs: 318 tools: pamac,paru,yay
    pm: flatpak pkgs: 18
  Active pacman repo servers in: /etc/pacman.d/mirrorlist
    1: https://ohioix.mm.fcix.net/manjaro/testing/$repo/$arch
    2: https://mirror.xenyth.net/manjaro/testing/$repo/$arch
    3: https://volico.mm.fcix.net/manjaro/testing/$repo/$arch
    4: https://southfront.mm.fcix.net/manjaro/testing/$repo/$arch
    5: https://coresite.mm.fcix.net/manjaro/testing/$repo/$arch
    6: https://mirror.csclub.uwaterloo.ca/manjaro/testing/$repo/$arch
    7: https://irltoolkit.mm.fcix.net/manjaro/testing/$repo/$arch
    8: https://mirrors.ocf.berkeley.edu/manjaro/testing/$repo/$arch
Processes:
  CPU top: 5 of 582
  1: cpu: 3.7% command: plasmashell pid: 1552 mem: 390.2 MiB (1.2%)
  2: cpu: 3.0% command: protonvpn-app started-by: python pid: 1776
    mem: 199.1 MiB (0.6%)
  3: cpu: 2.7% command: kwin_wayland pid: 1308 mem: 341.6 MiB (1.0%)
  4: cpu: 2.3% command: systemsettings pid: 2215 mem: 260.5 MiB (0.8%)
  5: cpu: 1.5% command: konsole pid: 2315 mem: 176.5 MiB (0.5%)
  Memory top: 5 of 582
  1: mem: 390.2 MiB (1.2%) command: plasmashell pid: 1552 cpu: 3.7%
  2: mem: 341.6 MiB (1.0%) command: kwin_wayland pid: 1308 cpu: 2.7%
  3: mem: 260.5 MiB (0.8%) command: systemsettings pid: 2215 cpu: 2.3%
  4: mem: 199.1 MiB (0.6%) command: protonvpn-app started-by: python
    pid: 1776 cpu: 3.0%
  5: mem: 176.5 MiB (0.5%) command: konsole pid: 2315 cpu: 1.5%
Info:
  Processes: 582 Power: uptime: 1m states: freeze,mem,disk suspend: deep
    avail: s2idle wakeups: 0 hibernate: platform avail: shutdown, reboot,
    suspend, test_resume image: 12.48 GiB services: org_kde_powerdevil,upowerd
    Init: systemd v: 257 default: graphical tool: systemctl
  Compilers: gcc: 15.1.1 Shell: Zsh v: 5.9 default: Bash v: 5.2.37
    running-in: konsole inxi: 3.3.38

I didn’t vote this as an issue since it relates to the 6.16.0rc5-1 kernel, but I have just removed the RC kernel and gone back to 6.15.6-1 due to the RC kernel hammering my logs with these messages:

journalctl -b -2 -p4

Jul 11 09:11:32 scott-ser kernel: WARNING: CPU: 15 PID: 1007 at drivers/gpu/drm/drm_gem.c:286 drm_gem_object_handle_p>
Jul 11 09:11:32 scott-ser kernel: Modules linked in: exfat rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device ov>
Jul 11 09:11:32 scott-ser kernel:  ghash_clmulni_intel r8169 sha512_ssse3 btbcm ee1004 snd_pci_acp5x snd_pcm sha1_sss>
Jul 11 09:11:32 scott-ser kernel: CPU: 15 UID: 1000 PID: 1007 Comm: kwin_wayland Tainted: G        W           6.16.0>
Jul 11 09:11:32 scott-ser kernel: Tainted: [W]=WARN
Jul 11 09:11:32 scott-ser kernel: Hardware name: AZW SER/SER, BIOS 5800H602 06/15/2023
Jul 11 09:11:32 scott-ser kernel: RIP: 0010:drm_gem_object_handle_put_unlocked+0xaf/0xf0
Jul 11 09:11:32 scott-ser kernel: Code: 12 6c 2d ff 48 89 ef e8 2f 19 51 00 eb d8 48 8b 43 08 48 8d b8 e8 05 00 00 e8>
Jul 11 09:11:32 scott-ser kernel: RSP: 0018:ffffd06f8432fbf0 EFLAGS: 00010246
Jul 11 09:11:32 scott-ser kernel: RAX: 0000000000000000 RBX: 0000000000000003 RCX: ffff8c072feb0218
Jul 11 09:11:32 scott-ser kernel: RDX: 0000000000000000 RSI: ffff8c06807feda0 RDI: ffff8c06dd562848
Jul 11 09:11:32 scott-ser kernel: RBP: ffff8c072feb0200 R08: ffff8c06807fee10 R09: ffff8c068e300208
Jul 11 09:11:32 scott-ser kernel: R10: ffffd06f8432fba0 R11: ffffd06f8432fb98 R12: ffff8c068e300010
Jul 11 09:11:32 scott-ser kernel: R13: ffffffffa6a2b420 R14: ffffd06f8432fcb8 R15: 00000000000000d0
Jul 11 09:11:32 scott-ser kernel: FS:  00007fed8b47fa40(0000) GS:ffff8c0d282e2000(0000) knlGS:0000000000000000
Jul 11 09:11:32 scott-ser kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jul 11 09:11:32 scott-ser kernel: CR2: 00007fed4c8f2000 CR3: 000000014c700000 CR4: 0000000000f50ef0
Jul 11 09:11:32 scott-ser kernel: PKRU: 55555554
Jul 11 09:11:32 scott-ser kernel: Call Trace:
Jul 11 09:11:32 scott-ser kernel:  <TASK>
Jul 11 09:11:32 scott-ser kernel:  drm_gem_fb_destroy+0x2c/0x50
Jul 11 09:11:32 scott-ser kernel:  drm_mode_closefb_ioctl+0x6f/0x90
Jul 11 09:11:32 scott-ser kernel:  drm_ioctl_kernel+0xae/0x100
Jul 11 09:11:32 scott-ser kernel:  drm_ioctl+0x2a0/0x530
Jul 11 09:11:32 scott-ser kernel:  ? __pfx_drm_mode_closefb_ioctl+0x10/0x10
Jul 11 09:11:32 scott-ser kernel:  amdgpu_drm_ioctl+0x4a/0x80 [amdgpu ed07eb7260bbaa587a6e47d7ce01a7cfd00ef3eb]
Jul 11 09:11:32 scott-ser kernel:  __x64_sys_ioctl+0x97/0xe0
Jul 11 09:11:32 scott-ser kernel:  do_syscall_64+0x81/0x970
Jul 11 09:11:32 scott-ser kernel:  ? srso_alias_return_thunk+0x5/0xfbef5
Jul 11 09:11:32 scott-ser kernel:  ? __x64_sys_epoll_wait+0x70/0x120
Jul 11 09:11:32 scott-ser kernel:  ? srso_alias_return_thunk+0x5/0xfbef5
Jul 11 09:11:32 scott-ser kernel:  ? do_syscall_64+0x81/0x970
Jul 11 09:11:32 scott-ser kernel:  ? srso_alias_return_thunk+0x5/0xfbef5
Jul 11 09:11:32 scott-ser kernel:  ? __sys_sendmsg+0xcd/0xf0
Jul 11 09:11:32 scott-ser kernel:  ? srso_alias_return_thunk+0x5/0xfbef5
Jul 11 09:11:32 scott-ser kernel:  ? do_syscall_64+0x81/0x970
Jul 11 09:11:32 scott-ser kernel:  ? srso_alias_return_thunk+0x5/0xfbef5
Jul 11 09:11:32 scott-ser kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Jul 11 09:11:32 scott-ser kernel: RIP: 0033:0x7fed90f24ecd
Jul 11 09:11:32 scott-ser kernel: Code: 04 25 28 00 00 00 48 89 45 c8 31 c0 48 8d 45 10 c7 45 b0 10 00 00 00 48 89 45>
Jul 11 09:11:32 scott-ser kernel: RSP: 002b:00007ffd13c08ad0 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
Jul 11 09:11:32 scott-ser kernel: RAX: ffffffffffffffda RBX: 000055ba3a57cab0 RCX: 00007fed90f24ecd
Jul 11 09:11:32 scott-ser kernel: RDX: 00007ffd13c08b70 RSI: 00000000c00864d0 RDI: 0000000000000013
Jul 11 09:11:32 scott-ser kernel: RBP: 00007ffd13c08b20 R08: 000055ba3a57cab8 R09: 00007fed50016be0
Jul 11 09:11:32 scott-ser kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00007ffd13c08b70
Jul 11 09:11:32 scott-ser kernel: R13: 00000000c00864d0 R14: 0000000000000013 R15: 00007ffd13c08c00
Jul 11 09:11:32 scott-ser kernel:  </TASK>
Jul 11 09:11:32 scott-ser kernel: ---[ end trace 0000000000000000 ]---
Jul 11 09:11:32 scott-ser kernel: ------------[ cut here ]------------

My system log folder was creating a new 48MB log every few seconds:

Output of ls -l /var/log/journal/85b7234fb2fb421c99845c270d156156/
ls -l /var/log/journal/85b7234fb2fb421c99845c270d156156/
total 3574224
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:11 system@c4432631a48c495590eee90685979459-000000000422a48e-0006399b507684e5.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:11 system@c4432631a48c495590eee90685979459-000000000423f8ab-0006399b50ef5658.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:11 system@c4432631a48c495590eee90685979459-0000000004254c6f-0006399b51659992.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:12 system@c4432631a48c495590eee90685979459-000000000426a075-0006399b51e1f1a8.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:12 system@c4432631a48c495590eee90685979459-000000000427f3f1-0006399b525a8109.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:12 system@c4432631a48c495590eee90685979459-00000000042947a6-0006399b52d14a80.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:12 system@c4432631a48c495590eee90685979459-00000000042a9b7a-0006399b534ada55.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:12 system@c4432631a48c495590eee90685979459-00000000042beed9-0006399b53c37057.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:12 system@c4432631a48c495590eee90685979459-00000000042d4248-0006399b5442510d.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:12 system@c4432631a48c495590eee90685979459-00000000042e95b5-0006399b54b95b79.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:13 system@c4432631a48c495590eee90685979459-00000000042fe922-0006399b553023c7.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:13 system@c4432631a48c495590eee90685979459-0000000004313d30-0006399b55ae08a0.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:13 system@c4432631a48c495590eee90685979459-00000000043290f7-0006399b562f3b79.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:13 system@c4432631a48c495590eee90685979459-000000000433e507-0006399b56b80a5c.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:13 system@c4432631a48c495590eee90685979459-00000000043538e0-0006399b573a876b.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:13 system@c4432631a48c495590eee90685979459-0000000004368d07-0006399b57b49ede.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:13 system@c4432631a48c495590eee90685979459-000000000437e0f6-0006399b5830bc0e.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:13 system@c4432631a48c495590eee90685979459-00000000043934f5-0006399b58a60154.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:14 system@c4432631a48c495590eee90685979459-00000000043a8906-0006399b591d02ac.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:14 system@c4432631a48c495590eee90685979459-00000000043bdd2b-0006399b5997136c.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:14 system@c4432631a48c495590eee90685979459-00000000043d315e-0006399b5a10ee32.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:14 system@c4432631a48c495590eee90685979459-00000000043e8551-0006399b5a962c66.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:14 system@c4432631a48c495590eee90685979459-00000000043fd93b-0006399b5b200977.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:14 system@c4432631a48c495590eee90685979459-0000000004412cd2-0006399b5b9b64ef.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:14 system@c4432631a48c495590eee90685979459-00000000044280c0-0006399b5c194ab9.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:15 system@c4432631a48c495590eee90685979459-000000000443d4d3-0006399b5c939f4e.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:15 system@c4432631a48c495590eee90685979459-0000000004452903-0006399b5d0f35c5.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:15 system@c4432631a48c495590eee90685979459-0000000004467ce1-0006399b5d947e5e.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:15 system@c4432631a48c495590eee90685979459-000000000447d05b-0006399b5e35ff0a.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:15 system@c4432631a48c495590eee90685979459-000000000449241a-0006399b5eef6a21.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:15 system@c4432631a48c495590eee90685979459-00000000044a77b8-0006399b5f80e088.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:16 system@c4432631a48c495590eee90685979459-00000000044bcb5b-0006399b602b9279.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:16 system@c4432631a48c495590eee90685979459-00000000044d1ee2-0006399b60bb00b5.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:16 system@c4432631a48c495590eee90685979459-00000000044e722c-0006399b617569c8.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:16 system@c4432631a48c495590eee90685979459-00000000044fc605-0006399b62082b70.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:16 system@c4432631a48c495590eee90685979459-00000000045119c5-0006399b62a6a27f.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:17 system@c4432631a48c495590eee90685979459-0000000004526d97-0006399b637e8df7.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:17 system@c4432631a48c495590eee90685979459-000000000453c174-0006399b6484c2c1.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:17 system@c4432631a48c495590eee90685979459-0000000004551516-0006399b6548e417.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:17 system@c4432631a48c495590eee90685979459-000000000456690c-0006399b65e030ed.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:17 system@c4432631a48c495590eee90685979459-000000000457bc94-0006399b667f2949.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:17 system@c4432631a48c495590eee90685979459-0000000004591023-0006399b66fd4992.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:18 system@c4432631a48c495590eee90685979459-00000000045a636d-0006399b677082fa.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:18 system@c4432631a48c495590eee90685979459-00000000045bb756-0006399b681cb2d6.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:18 system@c4432631a48c495590eee90685979459-00000000045d0af8-0006399b68c79aff.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:18 system@c4432631a48c495590eee90685979459-00000000045e5ee3-0006399b69851569.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:18 system@c4432631a48c495590eee90685979459-00000000045fb2d9-0006399b6a424ad3.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:19 system@c4432631a48c495590eee90685979459-000000000461063b-0006399b6af8269d.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:19 system@c4432631a48c495590eee90685979459-00000000046259c6-0006399b6c49ac7c.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:19 system@c4432631a48c495590eee90685979459-000000000463acd3-0006399b6d4164df.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:20 system@c4432631a48c495590eee90685979459-000000000464ffc3-0006399b6e307225.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:20 system@c4432631a48c495590eee90685979459-00000000046652a4-0006399b6ef814b7.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:20 system@c4432631a48c495590eee90685979459-000000000467a576-0006399b7057d318.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:21 system@c4432631a48c495590eee90685979459-000000000468f8d7-0006399b7230648a.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:21 system@c4432631a48c495590eee90685979459-00000000046a4ba7-0006399b730b1c7e.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:21 system@c4432631a48c495590eee90685979459-00000000046b9f34-0006399b73ddb2b6.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:21 system@c4432631a48c495590eee90685979459-00000000046cf2dd-0006399b74aab2aa.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:22 system@c4432631a48c495590eee90685979459-00000000046e4655-0006399b7595f0c0.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:22 system@c4432631a48c495590eee90685979459-00000000046f99f0-0006399b7662f2dd.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:22 system@c4432631a48c495590eee90685979459-000000000470ed88-0006399b773ffa9e.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:22 system@c4432631a48c495590eee90685979459-00000000047240dd-0006399b7810c3fd.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:23 system@c4432631a48c495590eee90685979459-00000000047393d7-0006399b7902e8c8.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:23 system@c4432631a48c495590eee90685979459-000000000474e74c-0006399b7a54aa3d.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:23 system@c4432631a48c495590eee90685979459-0000000004763a0e-0006399b7b5eb046.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:24 system@c4432631a48c495590eee90685979459-0000000004778cc8-0006399b7c49ef4e.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:24 system@c4432631a48c495590eee90685979459-000000000478dfdd-0006399b7d660bff.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:24 system@c4432631a48c495590eee90685979459-00000000047a3313-0006399b7e7f0f4d.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:25 system@c4432631a48c495590eee90685979459-00000000047b85e4-0006399b7fa86432.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:25 system@c4432631a48c495590eee90685979459-00000000047cd917-0006399b80b6fdcd.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:25 system@c4432631a48c495590eee90685979459-00000000047e2c13-0006399b81bb2fa9.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:26 system@c4432631a48c495590eee90685979459-00000000047f7fc4-0006399b83b81e22.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:26 system@c4432631a48c495590eee90685979459-000000000480d245-0006399b849b788f.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:26 system@c4432631a48c495590eee90685979459-0000000004822568-0006399b854498a0.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:26 system@c4432631a48c495590eee90685979459-00000000048378ab-0006399b85ce3152.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:26 system@c4432631a48c495590eee90685979459-000000000484cbe3-0006399b869247a5.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:27 system@c4432631a48c495590eee90685979459-0000000004861f64-0006399b872ba985.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:27 system@c4432631a48c495590eee90685979459-000000000487725b-0006399b87f30f26.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:27 system@c4432631a48c495590eee90685979459-000000000488c616-0006399b89b2a72d.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:28 system@c4432631a48c495590eee90685979459-00000000048a1957-0006399b8aef0fea.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:28 system@c4432631a48c495590eee90685979459-00000000048b6cbe-0006399b8c4d8797.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:28 system@c4432631a48c495590eee90685979459-00000000048cbf9e-0006399b8d46cddc.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:29 system@c4432631a48c495590eee90685979459-00000000048e1368-0006399b8e2efc2e.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:29 system@c4432631a48c495590eee90685979459-00000000048f6736-0006399b8fb213f7.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:29 system@c4432631a48c495590eee90685979459-000000000490ba5e-0006399b90c68ab3.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:30 system@c4432631a48c495590eee90685979459-0000000004920d53-0006399b91cb7892.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:30 system@c4432631a48c495590eee90685979459-000000000493652b-0006399b9286b3b8.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:30 system@c4432631a48c495590eee90685979459-000000000494b7e6-0006399b939a6499.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:30 system@c4432631a48c495590eee90685979459-0000000004960a9a-0006399b945a6121.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:31 system@c4432631a48c495590eee90685979459-0000000004975d83-0006399b953cc207.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:31 system@c4432631a48c495590eee90685979459-000000000498b069-0006399b963a50c9.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:31 system@c4432631a48c495590eee90685979459-00000000049a0315-0006399b96e335ad.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:31 system@c4432631a48c495590eee90685979459-00000000049b563c-0006399b97ee42f8.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:31 system@c4432631a48c495590eee90685979459-00000000049ca96c-0006399b9861bc2a.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:32 system@c4432631a48c495590eee90685979459-00000000049dfc47-0006399b98fe23ac.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:32 system@c4432631a48c495590eee90685979459-00000000049f4f16-0006399b99f2099a.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:32 system@c4432631a48c495590eee90685979459-0000000004a0a256-0006399b9a8b6ca9.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:32 system@c4432631a48c495590eee90685979459-0000000004a1f512-0006399b9b0a93bc.journal
-rw-r-----+ 1 root systemd-journal 50331648 Jul 11 09:32 system@c4432631a48c495590eee90685979459-0000000004a34871-0006399b9b8f13dd.journal
-rw-r-----+ 1 root systemd-journal 25165824 Jul 11 09:53 system.journal
-rw-r-----+ 1 root systemd-journal  8388608 Jul 11 09:56 user-1000.journal

Thankfully, things have settled down since I went back to the 6.15 kernel.

Output of inxi -zv8
inxi -zv8 
System:
  Kernel: 6.15.6-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 15.1.1
    clocksource: hpet avail: acpi_pm
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.15-x86_64
    root=UUID=3b35a910-e6a3-4c9e-ba59-06e4eb08ed6f rw zswap.enabled=0
    udev.log_priority=3
  Desktop: KDE Plasma v: 6.3.6 tk: Qt v: N/A info: frameworks v: 6.15.0
    wm: kwin_wayland vt: 1 dm: SDDM Distro: Manjaro base: Arch Linux
Machine:
  Type: Mini-pc Mobo: AZW model: SER v: V1.0 serial: <superuser required>
    uuid: <superuser required> UEFI: American Megatrends LLC. v: 5800H602
    date: 06/15/2023
Battery:
  Message: No system battery data found. Is one present?
Memory:
  System RAM: total: 32 GiB available: 28.31 GiB used: 4.79 GiB (16.9%)
  Message: For most reliable report, use superuser + dmidecode.
  Array-1: capacity: 32 GiB slots: 2 modules: 2 EC: None
    max-module-size: 16 GiB note: est.
  Device-1: Channel-A DIMM 0 type: DDR4 detail: synchronous unbuffered
    (unregistered) size: 16 GiB speed: 3200 MT/s volts: note: check curr: 1
    min: 1 max: 1 width (bits): data: 64 total: 64 manufacturer: Crucial
    part-no: CT16G4SFS832A.C8FF serial: <filter>
  Device-2: Channel-B DIMM 0 type: DDR4 detail: synchronous unbuffered
    (unregistered) size: 16 GiB speed: 3200 MT/s volts: note: check curr: 1
    min: 1 max: 1 width (bits): data: 64 total: 64 manufacturer: Crucial
    part-no: CT16G4SFS832A.C8FF serial: <filter>
PCI Slots:
  Permissions: Unable to run dmidecode. Root privileges required.
CPU:
  Info: model: AMD Ryzen 7 5800H with Radeon Graphics bits: 64 type: MT MCP
    arch: Zen 3 gen: 3 level: v3 note: check built: 2021-22
    process: TSMC n7 (7nm) family: 0x19 (25) model-id: 0x50 (80) stepping: 0
    microcode: 0xA500012
  Topology: cpus: 1x dies: 1 clusters: 1 cores: 8 threads: 16 tpc: 2
    smt: enabled cache: L1: 512 KiB desc: d-8x32 KiB; i-8x32 KiB L2: 4 MiB
    desc: 8x512 KiB L3: 16 MiB desc: 1x16 MiB
  Speed (MHz): avg: 2852 min/max: 403/4465 boost: enabled scaling:
    driver: amd-pstate-epp governor: powersave cores: 1: 2852 2: 2852 3: 2852
    4: 2852 5: 2852 6: 2852 7: 2852 8: 2852 9: 2852 10: 2852 11: 2852 12: 2852
    13: 2852 14: 2852 15: 2852 16: 2852 bogomips: 102218
  Flags: 3dnowprefetch abm adx aes aperfmperf apic arat avic avx avx2 bmi1
    bmi2 bpext cat_l3 cdp_l3 clflush clflushopt clwb clzero cmov cmp_legacy
    constant_tsc cpb cppc cpuid cqm cqm_llc cqm_mbm_local cqm_mbm_total
    cqm_occup_llc cr8_legacy cx16 cx8 de debug_swap decodeassists erms
    extapic extd_apicid f16c flushbyasid fma fpu fsgsbase fsrm fxsr fxsr_opt
    ht hw_pstate ibpb ibrs ibs invpcid irperf lahf_lm lbrv lm mba mca mce
    misalignsse mmx mmxext monitor movbe msr mtrr mwaitx nonstop_tsc nopl npt
    nrip_save nx ospke osvw overflow_recov pae pat pausefilter pclmulqdq
    pdpe1gb perfctr_core perfctr_llc perfctr_nb pfthreshold pge pku pni
    popcnt pse pse36 rapl rdpid rdpru rdrand rdseed rdt_a rdtscp rep_good sep
    sha_ni skinit smap smca smep ssbd sse sse2 sse4_1 sse4_2 sse4a ssse3
    stibp succor svm svm_lock syscall tce topoext tsc tsc_scale umip
    user_shstk v_spec_ctrl v_vmsave_vmload vaes vgif vmcb_clean vme vmmcall
    vpclmulqdq wbnoinvd wdt xgetbv1 xsave xsavec xsaveerptr xsaveopt xsaves
    xtopology
  Vulnerabilities:
  Type: gather_data_sampling status: Not affected
  Type: ghostwrite status: Not affected
  Type: indirect_target_selection status: Not affected
  Type: itlb_multihit status: Not affected
  Type: l1tf status: Not affected
  Type: mds status: Not affected
  Type: meltdown status: Not affected
  Type: mmio_stale_data status: Not affected
  Type: reg_file_data_sampling status: Not affected
  Type: retbleed status: Not affected
  Type: spec_rstack_overflow mitigation: Safe RET
  Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via
    prctl
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer
    sanitization
  Type: spectre_v2 mitigation: Retpolines; IBPB: conditional; IBRS_FW;
    STIBP: always-on; RSB filling; PBRSB-eIBRS: Not affected; BHI: Not
    affected
  Type: srbds status: Not affected
  Type: tsa mitigation: Clear CPU buffers
  Type: tsx_async_abort status: Not affected
Graphics:
  Device-1: Advanced Micro Devices [AMD/ATI] Cezanne [Radeon Vega Series /
    Radeon Mobile Series] driver: amdgpu v: kernel arch: GCN-5 code: Vega
    process: GF 14nm built: 2017-20 pcie: gen: 3 speed: 8 GT/s lanes: 16
    ports: active: HDMI-A-1 empty: DP-1,DP-2,DP-3 bus-ID: 04:00.0
    chip-ID: 1002:1638 class-ID: 0300 temp: 41.0 C
  Display: wayland server: X.org v: 1.21.1.18 with: Xwayland v: 24.1.8
    compositor: kwin_wayland driver: X: loaded: modesetting
    alternate: amdgpu,fbdev,vesa dri: radeonsi gpu: amdgpu display-ID: 0
  Monitor-1: HDMI-A-1 model: Philips PHL 243V7 serial: <filter> built: 2021
    res: mode: 1920x1080 hz: 60 scale: 100% (1) dpi: 93 gamma: 1.2 chroma: red:
    x: 0.655 y: 0.337 green: x: 0.322 y: 0.612 blue: x: 0.153 y: 0.059 white:
    x: 0.314 y: 0.329 size: 527x296mm (20.75x11.65") diag: 604mm (23.8")
    ratio: 16:9 modes: 1920x1080, 1680x1050, 1280x1024, 1440x900, 1280x960,
    1280x800, 1280x720, 1024x768, 832x624, 800x600, 720x576, 720x480,
    640x480, 720x400
  API: EGL v: 1.5 hw: drv: amd radeonsi platforms: device: 0 drv: radeonsi
    device: 1 drv: swrast gbm: drv: kms_swrast surfaceless: drv: radeonsi
    wayland: drv: radeonsi x11: drv: radeonsi
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: amd mesa v: 25.1.5-arch1.1
    glx-v: 1.4 direct-render: yes renderer: AMD Radeon Graphics (radeonsi
    renoir ACO DRM 3.63 6.15.6-1-MANJARO) device-ID: 1002:1638
    memory: 2.93 GiB unified: no display-ID: :1.0
  API: Vulkan v: 1.4.313 layers: 5 device: 0 type: integrated-gpu name: AMD
    Radeon Graphics (RADV RENOIR) driver: mesa radv v: 25.1.5-arch1.1
    device-ID: 1002:1638 surfaces: N/A device: 1 type: cpu name: llvmpipe
    (LLVM 20.1.7 256 bits) driver: mesa llvmpipe v: 25.1.5-arch1.1 (LLVM
    20.1.7) device-ID: 10005:0000 surfaces: N/A
  Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
    de: kscreen-console,kscreen-doctor gpu: amdgpu_top, lact, radeontop
    wl: wayland-info x11: xdpyinfo,xprop
Audio:
  Device-1: Advanced Micro Devices [AMD/ATI] Renoir Radeon High Definition
    Audio driver: snd_hda_intel v: kernel pcie: gen: 3 speed: 8 GT/s lanes: 16
    bus-ID: 04:00.1 chip-ID: 1002:1637 class-ID: 0403
  Device-2: Advanced Micro Devices [AMD] Audio Coprocessor
    driver: snd_rn_pci_acp3x v: kernel alternate: snd_pci_acp3x, snd_pci_acp5x,
    snd_pci_acp6x, snd_acp_pci, snd_rpl_pci_acp6x, snd_pci_ps,
    snd_sof_amd_renoir, snd_sof_amd_rembrandt, snd_sof_amd_vangogh,
    snd_sof_amd_acp63, snd_sof_amd_acp70 pcie: gen: 3 speed: 8 GT/s lanes: 16
    bus-ID: 04:00.5 chip-ID: 1022:15e2 class-ID: 0480
  Device-3: Advanced Micro Devices [AMD] Family 17h/19h/1ah HD Audio
    driver: snd_hda_intel v: kernel pcie: gen: 3 speed: 8 GT/s lanes: 16
    bus-ID: 04:00.6 chip-ID: 1022:15e3 class-ID: 0403
  API: ALSA v: k6.15.6-1-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: JACK v: 1.9.22 status: off tools: N/A
  Server-2: PipeWire v: 1.4.6 status: active with: 1: pipewire-pulse
    status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
    tools: pactl,pw-cat,pw-cli,wpctl
Network:
  Device-1: Realtek RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet
    driver: r8169 v: kernel pcie: gen: 1 speed: 2.5 GT/s lanes: 1 port: f000
    bus-ID: 01:00.0 chip-ID: 10ec:8168 class-ID: 0200
  IF: enp1s0 state: up speed: 100 Mbps duplex: full mac: <filter>
  IP v4: <filter> type: dynamic noprefixroute scope: global
    broadcast: <filter>
  IP v6: <filter> type: noprefixroute scope: link
  Device-2: Intel Wi-Fi 6 AX200 driver: iwlwifi v: kernel pcie: gen: 2
    speed: 5 GT/s lanes: 1 bus-ID: 02:00.0 chip-ID: 8086:2723 class-ID: 0280
  IF: wlo1 state: down mac: <filter>
  Info: services: NetworkManager,systemd-timesyncd
  WAN IP: <filter>
Bluetooth:
  Device-1: Intel AX200 Bluetooth driver: btusb v: 0.8 type: USB rev: 2.0
    speed: 12 Mb/s lanes: 1 mode: 1.1 bus-ID: 3-3:3 chip-ID: 8087:0029
    class-ID: e001
  Report: btmgmt ID: hci0 rfk-id: 0 state: up address: N/A
Logical:
  Message: No logical block device data found.
RAID:
  Message: No RAID data found.
Drives:
  Local Storage: total: 13.2 TiB used: 4.56 TiB (34.6%)
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Crucial model: CT500P3PSSD8
    size: 465.76 GiB block-size: physical: 512 B logical: 512 B speed: 63.2 Gb/s
    lanes: 4 tech: SSD serial: <filter> fw-rev: P9CR40A temp: 33.9 C
    scheme: GPT
  ID-2: /dev/sda maj-min: 8:0 vendor: Western Digital
    model: WD140EDGZ-11B1PA0 size: 12.73 TiB block-size: physical: 4096 B
    logical: 512 B type: USB rev: 3.1 spd: 5 Gb/s lanes: 1 mode: 3.2 gen-1x1
    tech: HDD rpm: 7200 serial: <filter> fw-rev: 1031 scheme: GPT
  ID-3: /dev/sdb maj-min: 8:16 vendor: Kingston model: DataTraveler 3.0
    size: 14.44 GiB block-size: physical: 512 B logical: 512 B type: USB
    rev: 3.1 spd: 5 Gb/s lanes: 1 mode: 3.2 gen-1x1 tech: N/A serial: <filter>
    fw-rev: PMAP scheme: GPT
  SMART Message: Unknown USB bridge. Flash drive/Unsupported enclosure?
  Message: No optical or floppy data found.
Partition:
  ID-1: / raw-size: 465.46 GiB size: 457.09 GiB (98.20%)
    used: 78.55 GiB (17.2%) fs: ext4 dev: /dev/nvme0n1p2 maj-min: 259:2
    label: N/A uuid: 3b35a910-e6a3-4c9e-ba59-06e4eb08ed6f
  ID-2: /boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%)
    used: 464 KiB (0.2%) fs: vfat dev: /dev/nvme0n1p1 maj-min: 259:1 label: N/A
    uuid: D958-561D
  ID-3: /run/media/scotty/14TB-Elements raw-size: 12.73 TiB
    size: 12.63 TiB (99.20%) used: 4.48 TiB (35.4%) fs: ext4 dev: /dev/sda1
    maj-min: 8:1 label: 14TB-Elements
    uuid: c39c1ced-caee-40e6-95f4-44d42eb5c574
  ID-4: /run/media/scotty/Ventoy raw-size: 14.41 GiB size: 14.4 GiB (99.99%)
    used: 8.37 GiB (58.1%) fs: exfat dev: /dev/sdb1 maj-min: 8:17 label: Ventoy
    uuid: 3489-CD4A
Swap:
  Kernel: swappiness: 60 (default) cache-pressure: 100 (default) zswap: no
  ID-1: swap-1 type: zram size: 28.31 GiB used: 0 KiB (0.0%) priority: 100
    comp: lzo-rle avail: lzo,lz4,lz4hc,zstd,deflate,842 dev: /dev/zram0
Unmounted:
  ID-1: /dev/sdb2 maj-min: 8:18 size: 32 MiB fs: vfat label: VTOYEFI
    uuid: 223C-F3F8
USB:
  Hub-1: 1-0:1 info: hi-speed hub with single TT ports: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Device-1: 1-3:2 info: SiGma Micro Keyboard TRACER Gamma Ivory
    type: keyboard,HID driver: hid-generic,usbhid interfaces: 2 rev: 1.1
    speed: 1.5 Mb/s (183 KiB/s) lanes: 1 mode: 1.0 power: 98mA
    chip-ID: 1c4f:0002 class-ID: 0300
  Hub-2: 2-0:1 info: super-speed hub ports: 2 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
  Device-1: 2-1:2 info: Kingston DataTraveler 100 G3/G4/SE9 G2/50 Kyson
    type: mass storage driver: usb-storage interfaces: 1 rev: 3.1
    speed: 5 Gb/s (596.0 MiB/s) lanes: 1 mode: 3.2 gen-1x1 power: 504mA
    chip-ID: 0951:1666 class-ID: 0806 serial: <filter>
  Device-2: 2-2:3 info: Western Digital Elements Desktop (WDBWLG)
    type: mass storage driver: usb-storage interfaces: 1 rev: 3.1
    speed: 5 Gb/s (596.0 MiB/s) lanes: 1 mode: 3.2 gen-1x1 power: 8mA
    chip-ID: 1058:25a3 class-ID: 0806 serial: <filter>
  Hub-3: 3-0:1 info: hi-speed hub with single TT ports: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Device-1: 3-2:2 info: Logitech Mouse type: mouse
    driver: hid-generic,usbhid interfaces: 1 rev: 2.0
    speed: 1.5 Mb/s (183 KiB/s) lanes: 1 mode: 1.0 power: 100mA
    chip-ID: 046d:c077 class-ID: 0301
  Device-2: 3-3:3 info: Intel AX200 Bluetooth type: bluetooth driver: btusb
    interfaces: 2 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1
    power: 100mA chip-ID: 8087:0029 class-ID: e001
  Hub-4: 4-0:1 info: super-speed hub ports: 2 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
Sensors:
  System Temperatures: cpu: 50.4 C mobo: N/A gpu: amdgpu temp: 40.0 C
  Fan Speeds (rpm): N/A
Repos:
  Packages: pm: pacman pkgs: 1724 libs: 267 tools: pamac
  Active pacman repo servers in: /etc/pacman.d/mirrorlist
    1: https://mirrors2.manjaro.org/testing/$repo/$arch
    2: https://mirrors.manjaro.org/repo/testing/$repo/$arch
Processes:
  CPU top: 5 of 378
  1: cpu: 13.9% command: firefox pid: 2746 mem: 746.5 MiB (2.5%)
  2: cpu: 6.7% command: plasmashell pid: 1220 mem: 614.8 MiB (2.1%)
  3: cpu: 5.7% command: kwin_wayland pid: 1000 mem: 246.7 MiB (0.8%)
  4: cpu: 5.6% command: konsole pid: 41616 mem: 226.3 MiB (0.7%)
  5: cpu: 5.1% command: firefox pid: 22293 mem: 308.5 MiB (1.0%)
  Memory top: 5 of 378
  1: mem: 746.5 MiB (2.5%) command: firefox pid: 2746 cpu: 13.9%
  2: mem: 614.8 MiB (2.1%) command: plasmashell pid: 1220 cpu: 6.7%
  3: mem: 404.6 MiB (1.3%) command: firefox pid: 3140 cpu: 4.4%
  4: mem: 313.6 MiB (1.0%) command: firefox pid: 2932 cpu: 0.6%
  5: mem: 308.5 MiB (1.0%) command: firefox pid: 22293 cpu: 5.1%
Info:
  Processes: 378 Power: uptime: 30m states: freeze,mem,disk suspend: deep
    avail: s2idle wakeups: 0 hibernate: platform avail: shutdown, reboot,
    suspend, test_resume image: 11.31 GiB services: org_kde_powerdevil,upowerd
    Init: systemd v: 257 default: graphical tool: systemctl
  Compilers: clang: 20.1.7 gcc: 15.1.1 Shell: Zsh v: 5.9 default: Bash
    v: 5.2.37 running-in: konsole inxi: 3.3.38

VLC installs 30 more packages to me

edit: I deed see unstable update now…

You post with Plasma 6.4.2, which is available in unstable. An upcoming qt6-base 6.9.1-4 update should fix that issue.


Yes, 6.16-rc5 is known to be unbootable for some AMD GPU hardware. rc6 may fix that …

4 Likes

you can add also this …
https://lkml.org/lkml/2025/7/11/274

Yes, this one: [Unstable Update] July 2025 - #9 by koshikas

Based on that post, including addendum 2:

sudo pacman -S --asdeps vlc-plugin-ffmpeg vlc-plugin-aribb24 vlc-plugin-matroska vlc-plugin-srt vlc-plugin-svg vlc-plugin-freetype vlc-plugin-archive

seems to do the trick.

3 Likes

rc5-2 fixed it in my case. Thank you.

3 Likes

Same here.

Good to know, thx

Many thanks ‘hans’ for your fix it got my video back!
Then had full video but still no sound, my fix was to install ‘pipewire pipewire-pulse’

1 Like