Fedora 44 Kernel 7.0.14-200 prevents to hibernate

Hi.

After updating to kernel 7.0.14-201, my PCs stopped hibernating. The previous kernel 7.0.13-200 could hibernate and resume without problems.

Any advice on how to hibernate again?

Synopsis

After updating to kernel 7.0.14-201, the system cannot hibernate. The systemctl hibernate command returns an error message as shown below :

seiichi@fedora:~$ uname -a
Linux fedora 7.0.14-201.fc44.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul  1 13:34:38 UTC 2026 x86_64 GNU/Linux
seiichi@fedora:~$ systemctl hibernate
Call to Hibernate failed: Sleep verb 'hibernate' is not configured or configuration is not supported by kernel

The “Call to Hibernate failed: Sleep verb …” message is known as a sign of secure boot. While secure boot is off, I am getting this message.

Expectation

It hibernates as before.

How I have set up hibernation

I have followed the procedure in Fedora 43 Hibernation Setup · GitHub .

With kernel 7.0.13-200, it hibernated and resumed smoothly.

seiichi@fedora:~$ uname -a
Linux fedora 7.0.13-200.fc44.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jun 19 22:51:30 UTC 2026 x86_64 GNU/Linux

Additional information

Not only the PC with an Intel 11th gen CPU, but also the PC with an Intel 12th gen CPU has this problem.

After the update, I rolled back the kernel from the boot menu. But I could not solve this problem. Software outside the kernel might prevent hibernation…

seiichi@fedora:~$ systemctl hibernate 
Call to Hibernate failed: Sleep verb 'hibernate' is not configured or configuration is not supported by kernel
seiichi@fedora:~$ uname -a
Linux fedora 7.0.13-200.fc44.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jun 19 22:51:30 UTC 2026 x86_64 GNU/Linux

Hardware and software

Operating System: Fedora Linux 44
KDE Plasma Version: 6.7.1
KDE Frameworks Version: 6.27.0
Qt Version: 6.11.1
Kernel Version: 7.0.14-201.fc44.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 8 × 11th Gen Intel® Core™ i5-1135G7 @ 2.40GHz
Memory: 8 GiB of RAM (7.4 GiB usable)
Graphics Processor: Intel® Iris® Xe Graphics
Manufacturer: FUJITSU CLIENT COMPUTING LIMITED
Product Name: FMVU3403AP

Update. Bitwarden was preventing hibernation.

As a tentative workaround, add followings to ~/.bashrc solves this problem.

export SECURE_KEY_CONTAINER_BACKEND=mlock