Hi Dave, Sima The drm-xe-fixes for -rc2 Only three fixes so far. I'm holding back one additional fix to be able to sort out whether it's correct or need more work. drm-xe-fixes-2024-05-30: Driver Changes: - One pcode polling timeout change - One fix for deadlocks for faulting VMs - One error-path lock imbalance fix The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0: Linux 6.10-rc1 (2024-05-26 15:20:12 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2024-05-30 for you to fetch changes up to 6c5cd0807c79eb4c0cda70b48f6be668a241d584: drm/xe: Properly handle alloc_guc_id() failure (2024-05-28 08:53:45 +0200) ---------------------------------------------------------------- Driver Changes: - One pcode polling timeout change - One fix for deadlocks for faulting VMs - One error-path lock imbalance fix ---------------------------------------------------------------- Himal Prasad Ghimiray (1): drm/xe: Change pcode timeout to 50msec while polling again Matthew Brost (1): drm/xe: Only use reserved BCS instances for usm migrate exec queue Niranjana Vishwanathapura (1): drm/xe: Properly handle alloc_guc_id() failure drivers/gpu/drm/xe/xe_guc_submit.c | 1 + drivers/gpu/drm/xe/xe_migrate.c | 12 +++++------- drivers/gpu/drm/xe/xe_pcode.c | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-)