Hi Dave and Sima, Here goes our drm-xe-fixes for this round.
Thanks, Rodrigo. drm-xe-fixes-2026-05-21: - SRIOV related fixes (Wajdeczko, Mohanram) - Fix leak and double-free (Lin) - Multi-cast register fixes (Gustavo) - Multi-queue fix (Niranjana) The following changes since commit 5200f5f493f79f14bbdc349e402a40dfb32f23c8: Linux 7.1-rc4 (2026-05-17 13:59:58 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2026-05-21 for you to fetch changes up to 4d25342543c01310fc4e0cba7cb17c775e2421e2: drm/xe/oa: Fix exec_queue leak on width check in stream open (2026-05-21 09:56:49 -0400) ---------------------------------------------------------------- - SRIOV related fixes (Wajdeczko, Mohanram) - Fix leak and double-free (Lin) - Multi-cast register fixes (Gustavo) - Multi-queue fix (Niranjana) ---------------------------------------------------------------- Gustavo Sousa (3): drm/xe: Define CACHE_MODE_1 as MCR register drm/xe: Define and use MCR version of COMMON_SLICE_CHICKEN1 drm/xe: Define and use MCR version of COMMON_SLICE_CHICKEN4 Michal Wajdeczko (2): drm/xe/memirq: Update interrupt handler logic drm/xe/vf: Fix signature of print functions Mohanram Meenakshisundaram (1): drm/xe/pf: Fix CFI failure in debugfs access Niranjana Vishwanathapura (1): drm/xe/multi_queue: Fix secondary queue error case Shuicheng Lin (2): drm/xe/gsc: Fix double-free of managed BO in error path drm/xe/oa: Fix exec_queue leak on width check in stream open drivers/gpu/drm/xe/regs/xe_gt_regs.h | 4 +++- drivers/gpu/drm/xe/xe_gsc.c | 5 +---- drivers/gpu/drm/xe/xe_gt_sriov_pf_monitor.c | 6 +++++- drivers/gpu/drm/xe/xe_gt_sriov_pf_monitor.h | 2 +- drivers/gpu/drm/xe/xe_gt_sriov_vf.c | 24 ++++++++++++++++++------ drivers/gpu/drm/xe/xe_gt_sriov_vf.h | 6 +++--- drivers/gpu/drm/xe/xe_guc_submit.c | 16 ++++++++-------- drivers/gpu/drm/xe/xe_memirq.c | 26 ++++++++++++++++++++++---- drivers/gpu/drm/xe/xe_oa.c | 6 ++++-- drivers/gpu/drm/xe/xe_tuning.c | 2 +- drivers/gpu/drm/xe/xe_wa.c | 6 +++--- 11 files changed, 69 insertions(+), 34 deletions(-)
