Hi Dave, Sima, Two fixes for the merge window - turning off preemption on Gen8 since it apparently just doesn't work reliably enough and a fix for potential NULL pointer dereference when stolen memory probing failed. Regards, Tvrtko drm-intel-next-fixes-2024-07-25: - Do not consider preemption during execlists_dequeue for gen8 [gt] (Nitin Gote) - Allow NULL memory region (Jonathan Cavitt) The following changes since commit 509580fad7323b6a5da27e8365cd488f3b57210e: drm/i915/dp: Don't switch the LTTPR mode on an active link (2024-07-16 08:14:29 +0000) are available in the Git repository at: https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-next-fixes-2024-07-25 for you to fetch changes up to 26720dd2b5a1d088bff8f7e6355fca021c83718f: drm/i915: Allow NULL memory region (2024-07-23 09:34:13 +0000) ---------------------------------------------------------------- - Do not consider preemption during execlists_dequeue for gen8 [gt] (Nitin Gote) - Allow NULL memory region (Jonathan Cavitt) ---------------------------------------------------------------- Jonathan Cavitt (1): drm/i915: Allow NULL memory region Nitin Gote (1): drm/i915/gt: Do not consider preemption during execlists_dequeue for gen8 drivers/gpu/drm/i915/gt/intel_execlists_submission.c | 6 +----- drivers/gpu/drm/i915/intel_memory_region.c | 6 ++++-- 2 files changed, 5 insertions(+), 7 deletions(-)