CVE-2026-89810

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix error path at svm_migrate_copy_to_ram If page migration from device to sys ram fails for some reasons driver needs release and unlock allocated system pages. To do that driver should use page physical address, or pfn, then get struct page*. Current driver uses dma address(for adev) that is not correct with IOMMU enabled, or even in general. The patch releases and unlocks allocated system pages based on where migration failed by struct page* of sys ram pages. Also dma_unmap correspodent system ram pages at error path.
Configurations

No configuration.

History

16 Sep 2026, 15:18

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.8

Information

Published : 2026-09-16 11:16

Updated : 2026-09-17 10:17


NVD link : CVE-2026-89810

Mitre link : CVE-2026-89810

CVE.ORG link : CVE-2026-89810


JSON object : View

Products Affected

No product.

CWE

No CWE.