๐Ÿ” CVE Alert

CVE-2024-44956

UNKNOWN 0.0

drm/xe/preempt_fence: enlarge the fence critical section

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: drm/xe/preempt_fence: enlarge the fence critical section It is really easy to introduce subtle deadlocks in preempt_fence_work_func() since we operate on single global ordered-wq for signalling our preempt fences behind the scenes, so even though we signal a particular fence, everything in the callback should be in the fence critical section, since blocking in the callback will prevent other published fences from signalling. If we enlarge the fence critical section to cover the entire callback, then lockdep should be able to understand this better, and complain if we grab a sensitive lock like vm->lock, which is also held when waiting on preempt fences.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 4, 2024
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
dd08ebf6c3525a7ea2186e636df064ea47281987 < 458bb83119dfee5d14c677f7846dd9363817006f dd08ebf6c3525a7ea2186e636df064ea47281987 < 3cd1585e57908b6efcd967465ef7685f40b2a294
Linux / Linux
6.8

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/458bb83119dfee5d14c677f7846dd9363817006f git.kernel.org: https://git.kernel.org/stable/c/3cd1585e57908b6efcd967465ef7685f40b2a294