Bug 2379203 (CVE-2025-38309) - CVE-2025-38309 kernel: drm/xe/vm: move xe_svm_init() earlier
Summary: CVE-2025-38309 kernel: drm/xe/vm: move xe_svm_init() earlier
Keywords:
Status: NEW
Alias: CVE-2025-38309
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-07-10 08:03 UTC by OSIDB Bzimport
Modified: 2025-07-11 09:06 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-07-10 08:03:20 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/xe/vm: move xe_svm_init() earlier

In xe_vm_close_and_put() we need to be able to call xe_svm_fini(),
however during vm creation we can call this on the error path, before
having actually initialised the svm state, leading to various splats
followed by a fatal NPD.

(cherry picked from commit 4f296d77cf49fcb5f90b4674123ad7f3a0676165)

Comment 1 Avinash Hanwate 2025-07-11 09:04:04 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025071014-CVE-2025-38309-9638@gregkh/T


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