Commit fa6fe449343c for kernel

commit fa6fe449343c3d97ed93fd01b020860c663f8807
Merge: 5422e496b313 b41df707b6d7
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Jun 26 16:41:30 2026 -0700

    Merge tag 'drm-next-2026-06-27' of https://gitlab.freedesktop.org/drm/kernel

    Pull drm merge window fixes from Dave Airlie:
     "This is the merge window fixes from our next tree, i915/xe and amdgpu
      make up all of it.

      I've got a separate fixes pull from our fixes branch arriving after
      this.

      i915:
       - Fix corrupted display output on GLK, #16209
       - Add missing Spectre mitigation for parallel submit IOCTL
       - MTL+ fix for DP resume
       - clear CRTC blobs after dropping refs
       - fix sharpness filter on DP MST

      xe:
       - Set TTM beneficial order to 9 in Xe
       - Several error path cleanups
       - Fix TDR for unstarted jobs on kernel queues
       - Several TLB invalidation fixes related to suspending LR queues
       - Some small RAS fixes
       - Multi-queue suspend fix for LR queues
       - Revert inclusion of NVL_S firmware

      amdgpu:
       - devcoredump fixes
       - SMU15 fix
       - Various irq put/get imbalance cleanup fixes
       - 8K panel fix
       - DCN3.5 fix
       - lockdep fix
       - Cleaner shader sysfs IB overflow fix
       - Async flip fixes
       - GET_MAPPING_INFO fix
       - CP_GFX_SHADOW fix
       - Ctx pstate handling fix
       - GTT bo move handling fixes
       - Old UVD BO placement fixes
       - GC9 mode2 reset fix
       - IH6.1 version fix
       - Soft IH ring fix

      amdkfd:
       - Fix doorbell/mmio double unpin on free
       - CRIU fixes
       - SMI event fixes
       - Sysfs teardown fix
       - Various boundary checking fixes
       - Various error checking fixes
       - SVM fix"

    * tag 'drm-next-2026-06-27' of https://gitlab.freedesktop.org/drm/kernel: (52 commits)
      drm/i915/cdclk: Fix up CDCLK_FREQ_DECIMAL without a full PLL re-enable
      drm/i915/gem: Add missing nospec on parallel submit slot
      drm/amdgpu: Use system unbound workqueue for soft IH ring
      amdgpu/ih6.1: Fix minor version
      drm/amdkfd: Use exclusive bounds for SVM split alignment checks
      drm/amdgpu/gfx9: Fix Ring and IB test fail after mode2
      drm/amdgpu/uvd: Fix forcing MSG, FB BOs into VCPU segment when it isn't at 0 (v2)
      drm/amdgpu/uvd: Place VCPU BO only in VRAM for UVD 4.x and older
      drm/amdgpu: Fix amdgpu_bo_move() when old_mem and new_mem are both GTT
      drm/amdgpu: Respect placement requirements in amdgpu_gtt_mgr functions
      drm/amdgpu: Fix context pstate override handling
      drm/amdkfd: Use memdup_array_user to copy data from/to user space at kfd ioctls
      drm/amdkfd: check find_first_zero_bit before __set_bit on kfd->doorbell_bitmap
      drm/amdkfd: Let driver decide buffer size at AMDKFD_IOC_GET_DMABUF_INFO ioctl
      drm/amdgpu: fix recursive ww_mutex acquire in amdgpu_devcoredump_format
      drm/amdgpu: convert amdgpu_vm_lock_by_pasid() to drm_exec
      drm/amdgpu: Don't use UTS_RELEASE directly
      drm/amdkfd: Fix NULL deref during sysfs teardown
      drm/amdgpu: validate CP_GFX_SHADOW chunk size in CS pass1
      drm/amdgpu: check amdgpu_vm_bo_find() result in GET_MAPPING_INFO
      ...