As I understand it, users sometimes get Kernel Panics after updates, because some kernel modules are not updated in the same time, so they are incompatibles.
Is there a procedure in Ubuntu Project to avoid this de-synchronization as often as possible?
Would it be possible to improve the DKMS design so that when some kernel modules are incompatibles, instead of making a Kernel Panic, it just disable the incompatible modules and continue to boot?
dkms attempts to build out-of-tree module for new kernel
dkms fails to build module for whatever reason
initramfs-tools or dracut doesn’t build a new initrd
grub still updates grub entry for new kernel pointing to non-existent initrd.
Reboot and panic ensues.
the bug report goes into better detail. Supposedly this report was forwarded to kernel team, but apparently no solution has been presented on fixing the issue as I think this still happens on 26.04. I know it still happens on 24.04.