Hi Dave & Sima, Here's the final drm-intel-gt-next PR towards v6.18.
Debug improvement to include GuC registers in error state and two smaller improvements. Regards, Joonas *** drm-intel-gt-next-2025-09-12: Driver Changes: - Include the GuC registers in the error state (Daniele) - Use memdup_user() (Thorsten) - Selftest improvements (Jonathan) The following changes since commit b7a855f488c6825e3dc06e78c49326491bef6f98: drm/i915/gt: Relocate Gen6 context-specific workaround (2025-08-18 20:32:25 -0100) are available in the Git repository at: https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-gt-next-2025-09-12 for you to fetch changes up to ba391a102ec11ab7f5b249e46dcf61ef836a57e7: drm/i915/guc: Include the GuC registers in the error state (2025-09-11 11:28:02 -0700) ---------------------------------------------------------------- Driver Changes: - Include the GuC registers in the error state (Daniele) - Use memdup_user() (Thorsten) - Selftest improvements (Jonathan) ---------------------------------------------------------------- Daniele Ceraolo Spurio (1): drm/i915/guc: Include the GuC registers in the error state Jonathan Cavitt (1): drm/i915/gt: Fix memory leak in hangcheck selftest Thorsten Blum (1): drm/i915: Replace kmalloc() + copy_from_user() with memdup_user() drivers/gpu/drm/i915/gem/i915_gem_context.c | 12 +--- drivers/gpu/drm/i915/gt/selftest_hangcheck.c | 4 +- drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c | 8 +++ drivers/gpu/drm/i915/gt/uc/intel_guc_reg.h | 1 + drivers/gpu/drm/i915/i915_gpu_error.c | 102 +++++++++++++++++++++++++++ drivers/gpu/drm/i915/i915_gpu_error.h | 1 + 6 files changed, 116 insertions(+), 12 deletions(-)