In the Linux kernel, the following vulnerability has been resolved: drm/xe: Free job before xeexecqueueput Free job depends on job->vm being valid, the last xeexecqueueput can destroy the VM. Prevent UAF by freeing job before xeexecqueue_put. (cherry picked from commit 32a42c93b74c8ca6d0915ea3eba21bceff53042f)