CVE-2026-31547

Source
https://cve.org/CVERecord?id=CVE-2026-31547
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-31547.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-31547
Downstream
Related
Published
2026-04-24T14:33:15.262Z
Modified
2026-06-04T09:14:22.088282217Z
Summary
drm/xe: Fix missing runtime PM reference in ccs_mode_store
Details

In the Linux kernel, the following vulnerability has been resolved:

drm/xe: Fix missing runtime PM reference in ccsmodestore

ccsmodestore() calls xegtreset() which internally invokes xepmruntimegetnoresume(). That function requires the caller to already hold an outer runtime PM reference and warns if none is held:

[46.891177] xe 0000:03:00.0: [drm] Missing outer runtime PM protection [46.891178] WARNING: drivers/gpu/drm/xe/xepm.c:885 at xepmruntimeget_noresume+0x8b/0xc0

Fix this by protecting xegtreset() with the scope-based guard(xepmruntime)(xe), which is the preferred form when the reference lifetime matches a single scope.

v2: - Use scope-based guard(xepmruntime)(xe) (Shuicheng) - Update commit message accordingly

(cherry picked from commit 7937ea733f79b3f25e802a0c8360bf7423856f36)

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/31xxx/CVE-2026-31547.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
480b358e7d8ef69fd8f1b0cad6e07c7d70a36ee4
Fixed
c409ecce9adcf815e86bc2f68834982e5a9c4e76
Fixed
65d046b2d8e0d6d855379a981869005fd6b6a41b

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-31547.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.10

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-31547.json"