Hi Dave and Daniel, Here goes drm-intel-fixes-2023-09-28: - Fix a panic regression on gen8_ggtt_insert_entries (Matthew Wilcox) - Fix load issue due to reservation address in ggtt_reserve_guc_top (Javier Pello) - Fix a possible deadlock with guc busyness worker (Umesh) Thanks, Rodrigo. The following changes since commit 6465e260f48790807eef06b583b38ca9789b6072: Linux 6.6-rc3 (2023-09-24 14:31:13 -0700) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2023-09-28 for you to fetch changes up to 907ef0398c938be8232b77c61cfcf50fbfd95554: i915/guc: Get runtime pm in busyness worker only if already active (2023-09-26 13:58:16 -0400) ---------------------------------------------------------------- - Fix a panic regression on gen8_ggtt_insert_entries (Matthew Wilcox) - Fix load issue due to reservation address in ggtt_reserve_guc_top (Javier Pello) - Fix a possible deadlock with guc busyness worker (Umesh) ---------------------------------------------------------------- Javier Pello (1): drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top Matthew Wilcox (Oracle) (1): i915: Limit the length of an sg list to the requested length Umesh Nerlige Ramappa (1): i915/guc: Get runtime pm in busyness worker only if already active drivers/gpu/drm/i915/gem/i915_gem_shmem.c | 11 ++++--- drivers/gpu/drm/i915/gt/intel_ggtt.c | 23 ++++++++++---- drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c | 38 +++++++++++++++++++++-- 3 files changed, 59 insertions(+), 13 deletions(-)