2 matches found
CVE-2025-68189
In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix GEM free for imported dma-bufs Imported dma-bufs also have obj-resv != &obj-resv. So we should check both this condition in addition to flags for handling the NOSHARE case. Fixes this splat that was reported with IRI...
CVE-2025-68189
CVE-2025-68189 : Linux kernel DRM MSM GEM object free for imported dma-bufs could mishandle residency checks (obj->resv vs. obj->_resv) alongside the _NO_SHARE flag, leading to a crash. The fix updates msm_gem_free_object to correctly validate both conditions; patch available via Patchwork ...