CVE-2025-38515

Summary

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

drm/sched: Increment job count before swapping tail spsc queue

A small race exists between spsc_queue_push and the run-job worker, in which spsc_queue_push may return not-first while the run-job worker has already idled due to the job count being zero. If this race occurs, job scheduling stops, leading to hangs while waiting on the job’s DMA fences.

Seal this race by incrementing the job count before appending to the SPSC queue.

This race was observed on a drm-tip 6.16-rc1 build with the Xe driver in an SVM test case.

Affected Software

VendorProductVersion RangeStatus
LinuxLinux27105db6c63a571b91d01e749d026105a1e63bcf < 549a9c78c3ea6807d0dc4162a4f5ba59f217d5a0affected
LinuxLinux27105db6c63a571b91d01e749d026105a1e63bcf < e62f51d0ec8a9baf324caf9a564f8e318d36a551affected
LinuxLinux27105db6c63a571b91d01e749d026105a1e63bcf < ef841f8e4e1ff67817ca899bedc5ebb00847c0a7affected
LinuxLinux27105db6c63a571b91d01e749d026105a1e63bcf < f9a4f28a4fc4ee453a92a9abbe36e26224d17749affected
LinuxLinux27105db6c63a571b91d01e749d026105a1e63bcf < c64f5310530baf75328292f9b9f3f2961d185183affected
LinuxLinux27105db6c63a571b91d01e749d026105a1e63bcf < e2d6547dc8b9b332f9bc00875197287a6a4db65aaffected
LinuxLinux27105db6c63a571b91d01e749d026105a1e63bcf < ef58a95457466849fa7b31fd3953801a5af0f58baffected
LinuxLinux27105db6c63a571b91d01e749d026105a1e63bcf < 8af39ec5cf2be522c8eb43a3d8005ed59e4daaeeaffected
LinuxLinux4.16affected
LinuxLinux0 < 4.16unaffected
LinuxLinux5.4.296 <= 5.4.*unaffected
LinuxLinux5.10.240 <= 5.10.*unaffected
LinuxLinux5.15.189 <= 5.15.*unaffected
LinuxLinux6.1.146 <= 6.1.*unaffected
LinuxLinux6.6.99 <= 6.6.*unaffected
LinuxLinux6.12.39 <= 6.12.*unaffected
LinuxLinux6.15.7 <= 6.15.*unaffected
LinuxLinux6.16 <= *unaffected

Weaknesses

ADP Enrichment

CVE Program Container

Additional References

References