Hi Dave and Sima, Here goes our first round of 6.11 fixes as I was out last week. Dim failed to cherry-pick some cases that I'm going to take a deeper look today/tomorrow, so probably some more fixes coming next week towards -rc4... Thanks, Rodrigo. drm-xe-fixes-2024-08-08: - Fix off-by-one when processing RTP rules (Lucas) - Use dma_fence_chain_free in chain fence unused as a sync (Brost) - Fix PL1 disable flow in xe_hwmon_power_max_write (Karthik) - Take ref to VM in delayed dump snapshot (Brost) The following changes since commit de9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed: Linux 6.11-rc2 (2024-08-04 13:50:53 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2024-08-08 for you to fetch changes up to 642dfc9d5964b26f66fa6c28ce2861e11f9232aa: drm/xe: Take ref to VM in delayed snapshot (2024-08-08 13:48:01 -0400) ---------------------------------------------------------------- - Fix off-by-one when processing RTP rules (Lucas) - Use dma_fence_chain_free in chain fence unused as a sync (Brost) - Fix PL1 disable flow in xe_hwmon_power_max_write (Karthik) - Take ref to VM in delayed dump snapshot (Brost) ---------------------------------------------------------------- Karthik Poosa (1): drm/xe/hwmon: Fix PL1 disable flow in xe_hwmon_power_max_write Lucas De Marchi (1): drm/xe/rtp: Fix off-by-one when processing rules Matthew Brost (2): drm/xe: Use dma_fence_chain_free in chain fence unused as a sync drm/xe: Take ref to VM in delayed snapshot drivers/gpu/drm/xe/xe_hwmon.c | 3 ++- drivers/gpu/drm/xe/xe_lrc.c | 15 ++++++++++++++- drivers/gpu/drm/xe/xe_rtp.c | 2 +- drivers/gpu/drm/xe/xe_sync.c | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-)