This also fixes a timeout error in the nvme driver introduced by commit c3164d2e0d1. In linux-next-2025032{5,6} booting hangs in about 50% of boot attempts with the message: nvme nvme1: I/O tag 4 (1004) QID 0 timeout, completion polled nvme nvme0: I/O tag 20 (1014) QID 0 timeout, completion polled after some more time I get a message about task udev-worker blocking for more than 61 seconds and get dropped to an initramfs shell. I bisected this to commit c3164d2e0d1. As this error does not occur in linux-next-20250328, I searched for commits that might fix this error and indeed cherrypicking commit dbc5d00074fd on top of linux-next-20250326 fixes the issue for me. No xen or kvm was used in my case.
Bert Karwatzki