Fixed
Created: Jul 28, 2025
Updated: Aug 10, 2025
Resolved Date: Aug 10, 2025
Found In Version: 10.24.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 24
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:EOL][EOL]drm/scheduler: signal scheduled fence when kill job[EOL][EOL]When an entity from application B is killed, drm_sched_entity_kill()[EOL]removes all jobs belonging to that entity through[EOL]drm_sched_entity_kill_jobs_work(). If application A's job depends on a[EOL]scheduled fence from application B's job, and that fence is not properly[EOL]signaled during the killing process, application A's dependency cannot be[EOL]cleared.[EOL][EOL]This leads to application A hanging indefinitely while waiting for a[EOL]dependency that will never be resolved. Fix this issue by ensuring that[EOL]scheduled fences are properly signaled when an entity is killed, allowing[EOL]dependent applications to continue execution.
CREATE(Triage):(User=admin) [CVE-2025-38436 (https://nvd.nist.gov/vuln/detail/CVE-2025-38436)