[Testing Update] 2025-08-24 - Kernels, Firefox, Mesa, LibreOffice

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

Current Promotions

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

  • some Kernels got updated
    • 6.15 kernel series is now marked EOL
    • we removed bootsplash packages as we dropped it support
  • Firefox 142.0 and 143.0b3
  • Mesa 25.2.1
    • dropped gamescope-plus as it won’t be supported by mesa 25.2.x series
    • please use the regular gamescope package instead
  • LibreOffice 25.8.0 and 25.2.5
  • Python and Haskell 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 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.296
  • linux510 5.10.240
  • linux515 5.15.189
  • linux61 6.1.148
  • linux66 6.6.102
  • linux612 6.12.43
  • linux615 6.15.11 [EOL]
  • linux616 6.16.3
  • linux617 6.17.0-rc2
  • linux61-rt 6.1.146_rt53
  • linux66-rt 6.6.101_rt59
  • linux612-rt 6.12.43_rt12
  • linux615-rt 6.15.0_rt2
  • linux616-rt 6.16.0_rt3

Package Changes (Sun Aug 24 10:23:18 CEST 2025)

  • testing core x86_64: 10 new and 10 removed package(s)
  • testing extra x86_64: 2058 new and 2059 removed package(s)
  • testing multilib x86_64: 15 new and 15 removed package(s)

Overlay Changes

  • testing core x86_64: 12 new and 12 removed package(s)
  • testing extra x86_64: 87 new and 202 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-08-24

2025-07-24

grub update - watch out

Before you reboot - ensure to run install-grub script to sync the efi-stubs and recreate the grub config.

[Testing Update] 2025-07-19 - Kernels, Mesa, Thunderbird, Grub, Perl, Vulkan - #19 by linux-aarhus

2025-07-10

Warning: ksystemstats: local (6.4.0-1) is newer than extra

If you get this warning, run the following command… :point_down:

sudo pacman -Syuu
VLC does not play (certain) videos

For this update, the VLC packages were split up, and not all codecs may be installed on your system. You can install the additional codecs individually, or install the vlc-plugins-all meta-package, which will pull in all available plugins. :point_down:

 sudo pacman -S vlc-plugins-all

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

Previous testing threads:

Package Changes (Sun Aug 24 19:34:24 CEST 2025)

:: Different overlay package(s) in repository extra x86_64

-------------------------------------------------------------------------------
                             PACKAGE             20250824             20250824
-------------------------------------------------------------------------------
                      signal-desktop             7.67.0-1                    -


:: Different sync package(s) in repository extra x86_64

-------------------------------------------------------------------------------
                             PACKAGE             20250824             20250824
-------------------------------------------------------------------------------
                     ansible-creator             25.7.1-2             25.8.0-1
                        ansible-lint             25.8.1-1             25.8.2-1
                   ansible-navigator             25.5.0-2             25.8.0-1
                               biome              2.2.0-1              2.2.2-1
                           calcmysky              0.3.4-2              0.3.5-1
                                deno              2.3.5-1              2.3.6-1
                             hyfetch             1.99.0-2              2.0.1-1
                                mesa           1:25.2.1-1           1:25.2.1-2
                           mesa-docs           1:25.2.1-1           1:25.2.1-2
                                occt             14.2.3-1             14.2.6-1
                   openapi-generator             7.14.0-1             7.15.0-1
                         opencl-mesa           1:25.2.1-1           1:25.2.1-2
                                  pd             0.56.0-1             0.56.1-1
                      postfix-tlspol             1.8.13-2             1.8.14-1
                        python-cvxpy              1.7.1-1              1.7.2-1
                     python-nitrokey              0.4.0-1              0.4.1-1
                          python-pdm             2.25.6-1             2.25.9-1
                    python-starlette             0.47.2-1             0.47.3-1
                      shared_meataxe              1.0.1-3              1.0.2-1
                                 syd             3.37.8-2             3.37.9-1
                       texlive-basic             2025.2-1             2025.2-2
                 texlive-bibtexextra             2025.2-1             2025.2-2
                    texlive-binextra             2025.2-1             2025.2-2
                     texlive-context             2025.2-1             2025.2-2
                         texlive-doc             2025.2-1             2025.2-2
                  texlive-fontsextra             2025.2-1             2025.2-2
            texlive-fontsrecommended             2025.2-1             2025.2-2
                   texlive-fontutils             2025.2-1             2025.2-2
                texlive-formatsextra             2025.2-1             2025.2-2
                       texlive-games             2025.2-1             2025.2-2
                  texlive-humanities             2025.2-1             2025.2-2
                  texlive-langarabic             2025.2-1             2025.2-2
                 texlive-langchinese             2025.2-1             2025.2-2
                     texlive-langcjk             2025.2-1             2025.2-2
                texlive-langcyrillic             2025.2-1             2025.2-2
             texlive-langczechslovak             2025.2-1             2025.2-2
                 texlive-langenglish             2025.2-1             2025.2-2
                texlive-langeuropean             2025.2-1             2025.2-2
                  texlive-langfrench             2025.2-1             2025.2-2
                  texlive-langgerman             2025.2-1             2025.2-2
                   texlive-langgreek             2025.2-1             2025.2-2
                 texlive-langitalian             2025.2-1             2025.2-2
                texlive-langjapanese             2025.2-1             2025.2-2
                  texlive-langkorean             2025.2-1             2025.2-2
                   texlive-langother             2025.2-1             2025.2-2
                  texlive-langpolish             2025.2-1             2025.2-2
              texlive-langportuguese             2025.2-1             2025.2-2
                 texlive-langspanish             2025.2-1             2025.2-2
                       texlive-latex             2025.2-1             2025.2-2
                  texlive-latexextra             2025.2-1             2025.2-2
            texlive-latexrecommended             2025.2-1             2025.2-2
                      texlive-luatex             2025.2-1             2025.2-2
                 texlive-mathscience             2025.2-1             2025.2-2
                        texlive-meta             2025.2-1             2025.2-2
                    texlive-metapost             2025.2-1             2025.2-2
                       texlive-music             2025.2-1             2025.2-2
                    texlive-pictures             2025.2-1             2025.2-2
                texlive-plaingeneric             2025.2-1             2025.2-2
                    texlive-pstricks             2025.2-1             2025.2-2
                  texlive-publishers             2025.2-1             2025.2-2
                       texlive-xetex             2025.2-1             2025.2-2
                          vulkan-dzn           1:25.2.1-1           1:25.2.1-2
                    vulkan-gfxstream           1:25.2.1-1           1:25.2.1-2
                        vulkan-intel           1:25.2.1-1           1:25.2.1-2
                  vulkan-mesa-layers           1:25.2.1-1           1:25.2.1-2
                      vulkan-nouveau           1:25.2.1-1           1:25.2.1-2
                       vulkan-radeon           1:25.2.1-1           1:25.2.1-2
                       vulkan-swrast           1:25.2.1-1           1:25.2.1-2
                       vulkan-virtio           1:25.2.1-1           1:25.2.1-2

No issues encountered - just a typo in the update output that may cause a tiny moment of worry for some, especially if it makes it across to Stable branch. From my paclog output:

[2025-08-25T08:58:13+1000] [ALPM-SCRIPTLET] >>> NOTE, 6.15.11 is the last maintenance release of the 6.16 kernel series.
[2025-08-25T08:58:13+1000] [ALPM-SCRIPTLET] This kernel is now marked ‘End Of Life’ (EOL).
[2025-08-25T08:58:13+1000] [ALPM-SCRIPTLET]
[2025-08-25T08:58:13+1000] [ALPM-SCRIPTLET] It is recommend to switch to the newer linux616 series:
[2025-08-25T08:58:13+1000] [ALPM-SCRIPTLET] ‘sudo mhwd-kernel -i linux616’

The first line seems to have gotten a little ahead of itself, stating that :

NOTE, 6.15.11 is the last maintenance release of the 6.16 kernel series.

Shouldn’t that be 6.15 kernel series?

With kernel 6.16.3-1 my computer won’t suspend anymore. The machine seems to stop the disks but it doesn’t go to soft off. “resuming” from this state re-starts the disks and makes the machine accessible via network but the screen stays off. Switching to another virtual console via Ctrl+Alt+Fn doesn’t have any visual effect either.
With kernel 6.16.1-2 or 6.12.43-1 things work as expected.
System info:

~  sudo inxi -zv8
System:
  Kernel: 6.16.1-2-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 15.2.1
    clocksource: tsc avail: hpet,acpi_pm
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.16-x86_64
    root=/dev/mapper/main-manjroot rw
    cryptdevice=UUID=e2b74983-6673-43f0-9abd-aa5b479a796e:cryptroot quiet
    loglevel=3 udev.log_priority=3
    resume=/dev/disk/by-uuid/0d9dd57c-20f0-41a9-a3ff-1ff2607cbcab nowatchdog
  Desktop: KDE Plasma v: 6.3.6 tk: Qt v: N/A wm: kwin_wayland dm: SDDM
    Distro: Manjaro base: Arch Linux
Machine:
  Type: Desktop Mobo: ASRock model: X570 Phantom Gaming 4 serial: N/A
    uuid: 1859a1a8-7f1d-0000-0000-000000000000 UEFI: American Megatrends
    v: P5.60 date: 01/18/2024
Battery:
  Message: No system battery data found. Is one present?
Memory:
  System RAM: total: 32 GiB available: 31.26 GiB used: 5.74 GiB (18.4%)
  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: 2133 MT/s volts: curr: 1.2 min: 1.2
    max: 1.2 width (bits): data: 64 total: 64 manufacturer: G.Skill
    part-no: F4-3200C16-16GVK 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: 2133 MT/s volts: curr: 1.2 min: 1.2
    max: 1.2 width (bits): data: 64 total: 64 manufacturer: G.Skill
    part-no: F4-3200C16-16GVK serial: N/A
PCI Slots:
  Slot: 0 type: PCIe status: in use info: J6B2 length: long volts: 3.3
    bus-ID: 00:01.0
  Slot: 1 type: PCIe status: in use info: J6B1 length: short volts: 3.3
    bus-ID: 00:1c.3
  Slot: 2 type: PCIe status: in use info: J6D1 length: short volts: 3.3
    bus-ID: 00:1c.4
  Slot: 3 type: PCIe status: in use info: J7B1 length: short volts: 3.3
    bus-ID: 00:1c.5
  Slot: 4 type: PCIe status: in use info: J8B4 length: short volts: 3.3
    bus-ID: 00:1c.6
  Slot: 5 type: PCIe status: in use info: J8D1 length: short volts: 3.3
    bus-ID: 00:1c.7
CPU:
  Info: model: AMD Ryzen 9 3900X socket: AM4 bits: 64 type: MT MCP arch: Zen 2
    gen: 2 level: v3 note: check built: 2020-22 process: TSMC n7 (7nm)
    family: 0x17 (23) model-id: 0x71 (113) stepping: 0 microcode: 0x8701034
  Topology: cpus: 1x dies: 1 clusters: 1 cores: 12 threads: 24 tpc: 2
    smt: enabled cache: L1: 768 KiB desc: d-12x32 KiB; i-12x32 KiB L2: 6 MiB
    desc: 12x512 KiB L3: 64 MiB desc: 4x16 MiB
  Speed (MHz): avg: 3931 min/max: 563/4674 boost: enabled
    base/boost: 3800/4650 scaling: driver: amd-pstate-epp governor: powersave
    volts: 1.1 V ext-clock: 100 MHz cores: 1: 3931 2: 3931 3: 3931 4: 3931
    5: 3931 6: 3931 7: 3931 8: 3931 9: 3931 10: 3931 11: 3931 12: 3931
    13: 3931 14: 3931 15: 3931 16: 3931 17: 3931 18: 3931 19: 3931 20: 3931
    21: 3931 22: 3931 23: 3931 24: 3931 bogomips: 182050
  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 decodeassists extapic extd_apicid
    f16c flushbyasid fma fpu fsgsbase fxsr fxsr_opt ht hw_pstate ibpb ibs
    irperf lahf_lm lbrv lm mba mca mce misalignsse mmx mmxext monitor movbe
    msr mtrr mwaitx nonstop_tsc nopl npt nrip_save nx osvw overflow_recov pae
    pat pausefilter pclmulqdq pdpe1gb perfctr_core perfctr_llc perfctr_nb
    pfthreshold pge pni popcnt pse pse36 rapl rdpid rdpru rdrand rdseed rdt_a
    rdtscp rep_good sep sev sev_es 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 v_spec_ctrl v_vmsave_vmload vgif vmcb_clean vme
    vmmcall wbnoinvd wdt x2apic xgetbv1 xsave xsavec xsaveerptr xsaveopt
    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: old_microcode status: Not affected
  Type: reg_file_data_sampling status: Not affected
  Type: retbleed mitigation: untrained return thunk; SMT enabled with STIBP
    protection
  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; STIBP:
    always-on; RSB filling; PBRSB-eIBRS: Not affected; BHI: Not affected
  Type: srbds status: Not affected
  Type: tsa status: Not affected
  Type: tsx_async_abort status: Not affected
Graphics:
  Device-1: Advanced Micro Devices [AMD/ATI] Navi 10 [Radeon RX 5600 OEM/5600
    XT / 5700/5700 XT] vendor: Sapphire driver: amdgpu v: kernel arch: RDNA-1
    code: Navi-1x process: TSMC n7 (7nm) built: 2019-20 pcie: gen: 4
    speed: 16 GT/s lanes: 16 ports: active: DP-2 empty: DP-1,HDMI-A-1,HDMI-A-2
    bus-ID: 0a:00.0 chip-ID: 1002:731f class-ID: 0300
  Display: unspecified server: X.Org v: 24.1.8 with: Xwayland v: 24.1.8
    compositor: kwin_wayland driver: X: loaded: amdgpu dri: radeonsi gpu: amdgpu
    display-ID: :1 screens: 1
  Screen-1: 0 s-res: 2560x1440 s-dpi: 96 s-size: 677x381mm (26.65x15.00")
    s-diag: 777mm (30.58")
  Monitor-1: DP-2 model: AOC AG273QS3R4 serial: <filter> built: 2019 res:
    mode: 2560x1440 hz: 144 scale: 100% (1) dpi: 109 gamma: 1.2 chroma: red:
    x: 0.678 y: 0.314 green: x: 0.278 y: 0.651 blue: x: 0.149 y: 0.071 white:
    x: 0.314 y: 0.329 size: 597x336mm (23.5x13.23") diag: 685mm (27")
    ratio: 16:9 modes: 2560x1440, 1920x1200, 1920x1080, 1600x1200, 1280x1440,
    1680x1050, 1280x1024, 1440x900, 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: radeonsi surfaceless: drv: radeonsi x11:
    drv: radeonsi inactive: wayland
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: amd mesa v: 25.2.1-arch1.2
    glx-v: 1.4 direct-render: yes renderer: AMD Radeon RX 5700 XT (radeonsi
    navi10 LLVM 20.1.8 DRM 3.64 6.16.1-2-MANJARO) device-ID: 1002:731f
    memory: 7.81 GiB unified: no
  API: Vulkan v: 1.4.321 layers: 1 device: 0 type: discrete-gpu name: AMD
    Radeon RX 5700 XT (RADV NAVI10) driver: mesa radv v: 25.2.1-arch1.2
    device-ID: 1002:731f surfaces: N/A
  Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
    de: kscreen-console,kscreen-doctor gpu: radeontop wl: wayland-info,wlr-randr
    x11: xdpyinfo, xprop, xrandr
Audio:
  Device-1: Advanced Micro Devices [AMD/ATI] Navi 10 HDMI Audio
    driver: snd_hda_intel v: kernel pcie: gen: 4 speed: 16 GT/s lanes: 16
    bus-ID: 0a:00.1 chip-ID: 1002:ab38 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: 0c:00.4 chip-ID: 1022:1487 class-ID: 0403
  API: ALSA v: k6.16.1-2-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: sndiod v: N/A status: off tools: aucat,midicat,sndioctl
  Server-2: JACK v: 1.9.22 status: off tools: N/A
  Server-3: PipeWire v: 1.4.7 status: n/a (root, process) 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 I211 Gigabit Network vendor: ASRock driver: igb v: kernel
    pcie: gen: 1 speed: 2.5 GT/s lanes: 1 port: f000 bus-ID: 03:00.0
    chip-ID: 8086:1539 class-ID: 0200
  IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
  IP v4: <filter> type: dynamic noprefixroute scope: global
    broadcast: <filter>
  IP v6: <filter> type: dynamic noprefixroute scope: global
  IP v6: <filter> type: dynamic noprefixroute scope: global
  IP v6: <filter> type: noprefixroute scope: link
  Info: services: NetworkManager, smbd, sshd, systemd-timesyncd,
    wpa_supplicant
  WAN IP: <filter>
Bluetooth:
  Device-1: TP-Link Bluetooth USB Adapter driver: btusb v: 0.8 type: USB
    rev: 1.1 speed: 12 Mb/s lanes: 1 mode: 1.1 bus-ID: 5-4.1:6
    chip-ID: 2357:0604 class-ID: e001 serial: <filter>
  Report: rfkill ID: hci0 rfk-id: 0 state: up address: see --recommends
Logical:
  Device-1: VG: main type: LVM2 size: 500 GiB free: 218 GiB
  LV-1: archroot maj-min: 253:3 type: linear dm: dm-3 size: 50 GiB
  Components:
  c-1: dm-0 maj-min: 253:0 mapped: cryptroot size: 500 GiB
  pp-1: nvme0n1p2 maj-min: 259:2 size: 500 GiB
  LV-2: faststeam maj-min: 253:4 type: linear dm: dm-4 size: 150 GiB
  Components:
  c-1: dm-0 maj-min: 253:0 mapped: cryptroot size: 500 GiB
  pp-1: nvme0n1p2 maj-min: 259:2 size: 500 GiB
  LV-3: manjroot maj-min: 253:2 type: linear dm: dm-2 size: 50 GiB
  Components:
  c-1: dm-0 maj-min: 253:0 mapped: cryptroot size: 500 GiB
  pp-1: nvme0n1p2 maj-min: 259:2 size: 500 GiB
  LV-4: swap maj-min: 253:1 type: linear dm: dm-1 size: 32 GiB
  Components:
  c-1: dm-0 maj-min: 253:0 mapped: cryptroot size: 500 GiB
  pp-1: nvme0n1p2 maj-min: 259:2 size: 500 GiB
  Device-2: VG: main1 type: LVM2 size: 1.82 TiB free: 534.21 GiB
  LV-1: home maj-min: 253:11 type: linear dm: dm-11 size: 1.2 TiB
  Components:
  c-1: dm-7 maj-min: 253:7 mapped: hd1crypt size: 1.82 TiB
  pp-1: sdd1 maj-min: 8:49 size: 1.82 TiB
  LV-2: machines maj-min: 253:12 type: linear dm: dm-12 size: 100 GiB
  Components:
  c-1: dm-7 maj-min: 253:7 mapped: hd1crypt size: 1.82 TiB
  pp-1: sdd1 maj-min: 8:49 size: 1.82 TiB
  Device-3: VG: main2 type: LVM2 size: 1.82 TiB free: 0 KiB
  LV-1: libvirt maj-min: 253:9 type: linear dm: dm-9 size: 634.21 GiB
  Components:
  c-1: dm-5 maj-min: 253:5 mapped: hd2crypt size: 1.82 TiB
  pp-1: sde1 maj-min: 8:65 size: 1.82 TiB
  LV-2: opt maj-min: 253:8 type: linear dm: dm-8 size: 1.2 TiB
  Components:
  c-1: dm-5 maj-min: 253:5 mapped: hd2crypt size: 1.82 TiB
  pp-1: sde1 maj-min: 8:65 size: 1.82 TiB
  Device-4: VG: ssd860 type: LVM2 size: 931.51 GiB free: 0 KiB
  LV-1: home maj-min: 253:10 type: linear dm: dm-10 size: 931.51 GiB
  Components:
  c-1: dm-6 maj-min: 253:6 mapped: samsung860crypt size: 931.51 GiB
  pp-1: sdb1 maj-min: 8:17 size: 931.51 GiB
  Device-5: samsung860crypt maj-min: 253:6 type: LUKS dm: dm-6
    size: 931.51 GiB
  Components:
  p-1: sdb1 maj-min: 8:17 size: 931.51 GiB
  Device-6: hd1crypt maj-min: 253:7 type: LUKS dm: dm-7 size: 1.82 TiB
  Components:
  p-1: sdd1 maj-min: 8:49 size: 1.82 TiB
  Device-7: hd2crypt maj-min: 253:5 type: LUKS dm: dm-5 size: 1.82 TiB
  Components:
  p-1: sde1 maj-min: 8:65 size: 1.82 TiB
  Device-8: cryptroot maj-min: 253:0 type: LUKS dm: dm-0 size: 500 GiB
  Components:
  p-1: nvme0n1p2 maj-min: 259:2 size: 500 GiB
RAID:
  Message: No RAID data found.
Drives:
  Local Storage: total: 12.74 TiB lvm-free: 752.21 GiB used: 5.79 TiB (45.5%)
  ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Samsung model: SSD 970 EVO 1TB
    size: 931.51 GiB block-size: physical: 512 B logical: 512 B speed: 31.6 Gb/s
    lanes: 4 tech: SSD serial: <filter> fw-rev: 2B2QEXE7 temp: 32.9 C
    scheme: GPT
  SMART: yes health: PASSED on: 91d 18h cycles: 2,005
    read-units: 25,954,407 [13.2 TB] written-units: 29,210,583 [14.9 TB]
  ID-2: /dev/sda maj-min: 8:0 vendor: Western Digital
    model: WD40EZRZ-22GXCB0 family: Blue (CMR) size: 3.64 TiB block-size:
    physical: 4096 B logical: 512 B sata: 3.1 speed: 6.0 Gb/s tech: HDD
    rpm: 5400 serial: <filter> fw-rev: 0A80 temp: 28 C scheme: GPT
  SMART: yes state: enabled health: PASSED on: 2y 159d 4h cycles: 1690
  ID-3: /dev/sdb maj-min: 8:16 vendor: Samsung model: SSD 860 EVO 1TB
    family: based SSDs size: 931.51 GiB block-size: physical: 512 B
    logical: 512 B sata: 3.2 speed: 6.0 Gb/s tech: SSD serial: <filter>
    fw-rev: 3B6Q temp: 26 C scheme: GPT
  SMART: yes state: enabled health: PASSED on: 2y 286d 1h cycles: 1871
    written: 20.77 TiB
  ID-4: /dev/sdc maj-min: 8:32 vendor: Seagate model: ST4000LM024-2AN17V
    family: Barracuda 2.5 5400 size: 3.64 TiB block-size: physical: 4096 B
    logical: 512 B sata: 3.1 speed: 6.0 Gb/s tech: HDD rpm: 5526
    serial: <filter> fw-rev: 0001 temp: 25 C scheme: GPT
  SMART: yes state: enabled health: PASSED on: 2y 38d 3h cycles: 1692
    read: 4.49 TiB written: 6.06 TiB Pre-Fail: attribute: Spin_Retry_Count
    value: 100 worst: 100 threshold: 97
  ID-5: /dev/sdd maj-min: 8:48 vendor: Western Digital
    model: WD20EZRZ-00Z5HB0 family: Blue (CMR) size: 1.82 TiB block-size:
    physical: 4096 B logical: 512 B sata: 3.0 speed: 6.0 Gb/s tech: HDD
    rpm: 5400 serial: <filter> fw-rev: 0A80 temp: 28 C scheme: GPT
  SMART: yes state: enabled health: PASSED on: 2y 349d 17h cycles: 1998
  ID-6: /dev/sde maj-min: 8:64 vendor: Western Digital
    model: WD20EZRZ-00Z5HB0 family: Blue (CMR) size: 1.82 TiB block-size:
    physical: 4096 B logical: 512 B sata: 3.0 speed: 6.0 Gb/s tech: HDD
    rpm: 5400 serial: <filter> fw-rev: 0A80 temp: 28 C scheme: GPT
  SMART: yes state: enabled health: PASSED on: 2y 349d 11h cycles: 1998
  Message: No optical or floppy data found.
Partition:
  ID-1: / raw-size: 50 GiB size: 48.91 GiB (97.83%) used: 44.21 GiB (90.4%)
    fs: ext4 block-size: 4096 B dev: /dev/dm-2 maj-min: 253:2
    mapped: main-manjroot label: N/A uuid: N/A
  ID-2: /backup raw-size: 3.64 TiB size: 3.64 TiB (99.97%)
    used: 3.33 TiB (91.6%) fs: xfs block-size: 512 B dev: /dev/sdc1
    maj-min: 8:33 label: Backup uuid: ab94e6d5-e4d1-46b7-88d6-e61b7ca62251
  ID-3: /boot/efi raw-size: 512 MiB size: 511 MiB (99.80%)
    used: 32 MiB (6.3%) fs: vfat block-size: 512 B dev: /dev/nvme0n1p1
    maj-min: 259:1 label: N/A uuid: D38D-8A59
  ID-4: /home raw-size: 931.51 GiB size: 915.81 GiB (98.31%)
    used: 839.51 GiB (91.7%) fs: ext4 block-size: 4096 B dev: /dev/dm-10
    maj-min: 253:10 mapped: ssd860-home label: N/A uuid: N/A
  ID-5: /opt raw-size: 1.2 TiB size: 1.18 TiB (98.34%)
    used: 1.02 TiB (86.1%) fs: ext4 block-size: 4096 B dev: /dev/dm-8
    maj-min: 253:8 mapped: main2-opt label: N/A uuid: N/A
  ID-6: /opt/mks/faststeam raw-size: 150 GiB size: 146.59 GiB (97.72%)
    used: 120.33 GiB (82.1%) fs: ext4 block-size: 4096 B dev: /dev/dm-4
    maj-min: 253:4 mapped: main-faststeam label: N/A uuid: N/A
  ID-7: /var/lib/libvirt/images raw-size: 634.21 GiB
    size: 623.19 GiB (98.26%) used: 456.63 GiB (73.3%) fs: ext4
    block-size: 4096 B dev: /dev/dm-9 maj-min: 253:9 mapped: main2-libvirt
    label: N/A uuid: N/A
  ID-8: /var/lib/machines raw-size: 100 GiB size: 97.87 GiB (97.87%)
    used: 14.3 GiB (14.6%) fs: ext4 block-size: 4096 B dev: /dev/dm-12
    maj-min: 253:12 mapped: main1-machines label: N/A uuid: N/A
Swap:
  Kernel: swappiness: 60 (default) cache-pressure: 100 (default) zswap: yes
    compressor: zstd max-pool: 20%
  ID-1: swap-1 type: partition size: 32 GiB used: 0 KiB (0.0%) priority: -2
    dev: /dev/dm-1 maj-min: 253:1 mapped: main-swap label: N/A
    uuid: 0d9dd57c-20f0-41a9-a3ff-1ff2607cbcab
Unmounted:
  ID-1: /dev/dm-11 maj-min: 253:11 mapped: main1-home size: 1.2 TiB fs: ext4
    label: home uuid: aef6a6d9-6dc5-4b2f-9d0a-0ec5c1991511
  ID-2: /dev/dm-3 maj-min: 253:3 mapped: main-archroot size: 50 GiB fs: ext4
    label: arch.root uuid: 5d72533c-4767-4712-b582-ec8646377ea7
  ID-3: /dev/nvme0n1p3 maj-min: 259:3 size: 299.48 GiB fs: ntfs
    label: Windows7 uuid: 506429D96429C318
  ID-4: /dev/sda1 maj-min: 8:1 size: 1024 KiB fs: N/A label: N/A uuid: N/A
  ID-5: /dev/sda2 maj-min: 8:2 size: 1024 MiB fs: ext4 label: N/A
    uuid: a7e5938d-0d15-41d8-b789-e0ad1c7ca2b4
  ID-6: /dev/sda3 maj-min: 8:3 size: 1.82 TiB fs: btrfs label: gandalf_main
    uuid: ee15e9ae-8228-4ab4-a162-c9b5f33519ae
  ID-7: /dev/sda4 maj-min: 8:4 size: 1024 GiB fs: ntfs label: WINSTEAM
    uuid: 66A8F2571312C043
USB:
  Hub-1: 1-0:1 info: hi-speed hub with single TT ports: 6 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: 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-3: 3-0:1 info: hi-speed hub with single TT ports: 6 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-4: 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-5: 5-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-6: 5-2:2 info: Cypress Unprogrammed CY7C65642 hub ports: 3 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 100mA
    chip-ID: 04b4:6572 class-ID: 0900
  Device-1: 5-2.1:4 info: Evoluent VerticalMouse 4 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: 1a7c:0191 class-ID: 0301
  Device-2: 5-2.3:5 info: ROCCAT Ryos MK Pro Keyboard type: keyboard,HID
    driver: ryos,usbhid interfaces: 2 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s)
    lanes: 1 mode: 1.1 power: 500mA chip-ID: 1e7d:3232 class-ID: 0300
  Hub-7: 5-4:3 info: VIA Labs VL812 Hub ports: 4 rev: 2.1
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 2109:2812
    class-ID: 0900
  Device-1: 5-4.1:6 info: TP-Link Bluetooth USB Adapter type: bluetooth
    driver: btusb interfaces: 2 rev: 1.1 speed: 12 Mb/s (1.4 MiB/s) lanes: 1
    mode: 1.1 power: 500mA chip-ID: 2357:0604 class-ID: e001 serial: <filter>
  Hub-8: 6-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
Sensors:
  System Temperatures: cpu: 32.5 C mobo: 29.0 C gpu: amdgpu temp: 44.0 C
    mem: 44.0 C
  Fan Speeds (rpm): fan-1: 0 fan-2: 708 fan-3: 0 fan-4: 0 fan-5: 0 fan-6: 0
    fan-7: 0 gpu: amdgpu fan: 0
Repos:
  Packages: pm: pacman pkgs: 2524 libs: 506 tools: octopi,pamac,yay pm: rpm
    pkgs: 0
  Active pacman repo servers in: /etc/pacman.d/mirrorlist
    1: https://mirror.alpix.eu/manjaro/testing/$repo/$arch
    2: https://ftp.gwdg.de/pub/linux/manjaro/testing/$repo/$arch
Processes:
  CPU top: 5 of 584
  1: cpu: 9.0% command: zen-bin pid: 5243 mem: 620.6 MiB (1.9%)
  2: cpu: 5.6% command: zen-bin pid: 5668 mem: 317.5 MiB (0.9%)
  3: cpu: 4.2% command: kwin_wayland pid: 2140 mem: 288.4 MiB (0.9%)
  4: cpu: 2.1% command: betterbird pid: 3683 mem: 1029.4 MiB (3.2%)
  5: cpu: 1.9% command: librewolf pid: 4173 mem: 469.8 MiB (1.4%)
  Memory top: 5 of 584
  1: mem: 1029.4 MiB (3.2%) command: betterbird pid: 3683 cpu: 2.1%
  2: mem: 620.6 MiB (1.9%) command: zen-bin pid: 5243 cpu: 9.0%
  3: mem: 502.0 MiB (1.5%) command: firefox pid: 4472 cpu: 1.0%
  4: mem: 469.8 MiB (1.4%) command: librewolf pid: 4173 cpu: 1.9%
  5: mem: 400.4 MiB (1.2%) command: plasmashell pid: 2457 cpu: 1.7%
Info:
  Processes: 584 Power: uptime: 16m 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: clang: 20.1.8 gcc: 15.2.1 Shell: Sudo (sudo) v: 1.9.17p1
    default: Bash v: 5.3.3 running-in: konsole inxi: 3.3.38

Well, same CPU / GPU as I have. Haven’t tried suspend since last update.

Attempting to uninstall 6.15 Kernel is giving me errors about kernel-meta dependency. Addressed. The whole update is smooth tho.

The linux-meta package will automatically remove linux615 (and also make sure that linux616 is installed) when Manjaro removes linux615 from the repos.

If you want to manage your kernels manually, then you can uninstall the linux-meta package - it is not a required package.

2 Likes

There are some patches in the queue:

https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/log/?h=linux-6.16.y

But this bugs mostly happen on stable Kernels. As they are get fixups for newer Hardware.

I have built kernels 6.16.{1,2,3} from upstream sources. While 6.16.{2,3} fail to suspend correctly on my machine, 6.16.1 works fine.
I’ll take a look if I can bisect the cause.

1 Like

.3 only fixes ext4 issues. so the regression might be in .2. Upcoming patch series might be also of interest …

1 Like

Bisecting points to this commit.
I’ve also built 6.17rc3 from upstream sources and it is also broken.
I know too little about kernel development to guess whether the upcoming patch series for the stable kernel might fix the issue or not.

Edit:
This was reported just recently on the freedesktop.org GitLab

What happens if you revert that commit?

A kernel built from v6.16.3 sources with just commit 165a69a reverted suspends/resumes just fine on my machine.

1 Like