In the Linux kernel, the following vulnerability has been resolved:
mmc: sdhci-esdhc-imx: use pmruntimeresumeandget() in suspend
Replace pmruntimegetsync() with pmruntimeresumeandget() to simplify error handling. pmruntimeresumeandget() automatically drops the usage counter on failure, avoiding the need for a separate pmruntimeputnoidle() call. If it fails, the device is unclocked and accessing hardware registers would cause a kernel panic, so return the error immediately.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68463.json",
"cna_assigner": "Linux"
}