1. Please describe the problem: The laptop hangs on boot after entering my encryption password. 2. What is the Version-Release number of the kernel: 6.12.4-200.fc41 3. Did it work previously in Fedora? If so, what kernel version did the issue *first* appear? Old kernels are available for download at https://koji.fedoraproject.org/koji/packageinfo?packageID=8 : Booting with 6.11.10-300.fc41 works just fine, but booting with 6.12.4-200.fc41 hangs every time. 4. Can you reproduce this issue? If so, please provide the steps to reproduce the issue below: Happens every time I turn the laptop on. 5. Does this problem occur with the latest Rawhide kernel? To install the Rawhide kernel, run ``sudo dnf install fedora-repos-rawhide`` followed by ``sudo dnf update --enablerepo=rawhide kernel``: Nope 6. Are you running any modules that not shipped with directly Fedora's kernel?: Nope 7. Please attach the kernel logs. You can get the complete kernel log for a boot with ``journalctl --no-hostname -k > dmesg.txt``. If the issue occurred on a previous boot, use the journalctl ``-b`` flag. See full output attached, but this seems to be the relevant bit: Dec 19 08:51:19 kernel: list_add corruption. prev->next should be next (ffffffffb0883ac0), but was 0000000000000000. (prev=ffff89efc8df20a8). Dec 19 08:51:19 kernel: ------------[ cut here ]------------ Dec 19 08:51:19 kernel: kernel BUG at lib/list_debug.c:32! Dec 19 08:51:19 kernel: Oops: invalid opcode: 0000 [#1] PREEMPT SMP NOPTI Dec 19 08:51:19 kernel: CPU: 2 UID: 0 PID: 1916 Comm: tuned Tainted: G W 6.12.4-200.fc41.x86_64 #1 Dec 19 08:51:19 kernel: Tainted: [W]=WARN Dec 19 08:51:19 kernel: Hardware name: LENOVO 21HM0072UK/21HM0072UK, BIOS N3XET56W (1.31 ) 08/20/2024 Dec 19 08:51:19 kernel: RIP: 0010:__list_add_valid_or_report.cold+0x3a/0x5b Reproducible: Always
Created attachment 2063157 [details] dmsg.txt
I believe this is a duplicate of bug 2332063. This should be fixed in 6.12.5, which is available in updates-testing now. You should be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-72be304d8a` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-72be304d8a *** This bug has been marked as a duplicate of bug 2332063 ***