In the Linux kernel, the following vulnerability has been resolved:
md/md-llbitmap: fix percpu_ref not resurrected on suspend timeout
When llbitmapsuspendtimeout() times out waiting for percpuref to become zero, it returns -ETIMEDOUT without resurrecting the percpuref. The caller (mdllbitmapdaemonfn) then continues to the next page without calling llbitmapresume(), leaving the percpu_ref in a killed state permanently.
Fix this by resurrecting the percpu_ref before returning the error, ensuring the page control structure remains usable for subsequent operations.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/45xxx/CVE-2026-45955.json",
"cna_assigner": "Linux"
}