CVE-2025-38309
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
10/07/2025
Last modified:
10/07/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/xe/vm: move xe_svm_init() earlier<br />
<br />
In xe_vm_close_and_put() we need to be able to call xe_svm_fini(),<br />
however during vm creation we can call this on the error path, before<br />
having actually initialised the svm state, leading to various splats<br />
followed by a fatal NPD.<br />
<br />
(cherry picked from commit 4f296d77cf49fcb5f90b4674123ad7f3a0676165)