Dave, Sima Here is this week’s PR for drm-xe-fixes. It includes several patches—most of them fairly minor—aside from Rodrigo’s fix, which addresses a nasty driver loop during kernel job hangs. While it won’t fix the source kernel job, it will prevent the system from getting bricked. Linus, among others, has reported this issue.
Matt drm-xe-fixes-2026-06-11: UAPI Changes: Cross-subsystem Changes: Core Changes: Driver Changes: - fix oops in suspend/shutdown without display (Jani) - RAS fixes (Raag) - Use HW_ERR prefix in log (Raag) - include all registered queues in TLB invalidation (Tangudu) - Fix refcount leak in xe_range_tree in error paths (Wentao) - fix job timeout recovery for unstarted jobs and kernel queues (Rodrigo) The following changes since commit 4549871118cf616eecdd2d939f78e3b9e1dddc48: Linux 7.1-rc7 (2026-06-07 15:37:58 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2026-06-11 for you to fetch changes up to 347ccc0453fca2c669e8dc8a72000e76ca4adf10: drm/xe: fix job timeout recovery for unstarted jobs and kernel queues (2026-06-11 06:39:43 -0700) ---------------------------------------------------------------- UAPI Changes: Cross-subsystem Changes: Core Changes: Driver Changes: - fix oops in suspend/shutdown without display (Jani) - RAS fixes (Raag) - Use HW_ERR prefix in log (Raag) - include all registered queues in TLB invalidation (Tangudu) - Fix refcount leak in xe_range_tree in error paths (Wentao) - fix job timeout recovery for unstarted jobs and kernel queues (Rodrigo) ---------------------------------------------------------------- Jani Nikula (1): drm/xe/display: fix oops in suspend/shutdown without display Raag Jadav (3): drm/xe/drm_ras: Make counter allocation drm managed drm/xe/drm_ras: Add per node cleanup action drm/xe/hw_error: Use HW_ERR prefix in log Rodrigo Vivi (1): drm/xe: fix job timeout recovery for unstarted jobs and kernel queues Tangudu Tilak Tirumalesh (1): drm/xe: include all registered queues in TLB invalidation Wentao Liang (1): drm/xe: fix refcount leak in xe_range_fence_insert() drivers/gpu/drm/xe/display/xe_display.c | 11 ++++-- drivers/gpu/drm/xe/xe_drm_ras.c | 61 +++++++++++++-------------------- drivers/gpu/drm/xe/xe_guc_submit.c | 49 ++++++++++++++++++-------- drivers/gpu/drm/xe/xe_guc_tlb_inval.c | 7 ++-- drivers/gpu/drm/xe/xe_hw_error.c | 12 +++---- drivers/gpu/drm/xe/xe_range_fence.c | 2 ++ 6 files changed, 79 insertions(+), 63 deletions(-)
