Bug 2513145 (CVE-2026-68101) - CVE-2026-68101 kernel: drm/amdgpu: fix check in amdgpu_hmm_invalidate_gfx
Summary: CVE-2026-68101 kernel: drm/amdgpu: fix check in amdgpu_hmm_invalidate_gfx
Keywords:
Status: NEW
Alias: CVE-2026-68101
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-10 12:21 UTC by OSIDB Bzimport
Modified: 2026-08-11 10:53 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-10 12:21:41 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/amdgpu: fix check in amdgpu_hmm_invalidate_gfx

For a short moment during alloc/free the userptr BO is not part of his VM,
so bo->vm_bo can be NULL.

Keep a reference to the VM root PD as parent of the userptr BO so that
we can always use that to wait for all submissions of the VM instead of
only the one involving the userptr BO.

(cherry picked from commit 631849ff5d603841e74f19f4a5e30fe1f7d7cf30)


Note You need to log in before you can comment on or make changes to this bug.