In the Linux kernel, the following vulnerability has been resolved:
mm/migratedevice: fix spinlock leak in migratevmainserthugepmdpage
When checkstableaddressspace() fails after the PMD spinlock has been acquired via pmdlock(), the code jumps directly to the abort label, bypassing the spinunlock() call in unlockabort. This causes the PMD spinlock to be permanently held, leading to a deadlock.
Change the goto target from abort to unlock_abort to ensure the spinlock is always released on this error path.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64129.json",
"cna_assigner": "Linux"
}