Commit 466d6175e345 for kernel

commit 466d6175e3451fd7758928a1050bdab44f8ebc48
Merge: a75cb869a8cc 103d53eb6fb1
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Feb 27 08:56:07 2026 -0800

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

    Pull drm fixes from Dave Airlie:
     "Regular fixes pull, amdxdna and amdgpu are the main ones, with a
      couple of intel fixes, then a scattering of fixes across drivers,
      nothing too major.

      i915/display:
       - Fix Panel Replay stuck with X during mode transitions on Panther
         Lake

      xe:
       - W/a fix for multi-cast registers
       - Fix xe_sync initialization issues

      amdgpu:
       - UserQ fixes
       - DC fix
       - RAS fixes
       - VCN 5 fix
       - Slot reset fix
       - Remove MES workaround that's no longer needed

      amdxdna:
       - deadlock fix
       - NULL ptr deref fix
       - suspend failure fix
       - OOB access fix
       - buffer overflow fix
       - input sanitiation fix
       - firmware loading fix

      dw-dp:
       - An error handling fix

      ethosu:
       - A binary shift overflow fix

      imx:
       - An error handling fix

      logicvc:
       - A dt node reference leak fix

      nouveau:
       - A WARN_ON removal

      samsung-dsim:
       - A memory leak fix

      tiny:
       - sharp-memory: NULL pointer deref fix

      vmwgfx:
       - A reference count and error handling fix"

    * tag 'drm-fixes-2026-02-27' of https://gitlab.freedesktop.org/drm/kernel: (39 commits)
      drm/amd: Disable MES LR compute W/A
      drm/amdgpu: Fix error handling in slot reset
      drm/amdgpu/vcn5: Add SMU dpm interface type
      drm/amdgpu: Fix locking bugs in error paths
      drm/amdgpu: Unlock a mutex before destroying it
      drm/amd/display: Use GFP_ATOMIC in dc_create_stream_for_sink
      drm/amdgpu: add upper bound check on user inputs in wait ioctl
      drm/amdgpu: add upper bound check on user inputs in signal ioctl
      drm/amdgpu/userq: Do not allow userspace to trivially triger kernel warnings
      drm/amdgpu/userq: Fix reference leak in amdgpu_userq_wait_ioctl
      accel/amdxdna: Use a different name for latest firmware
      drm/client: Do not destroy NULL modes
      drm/gpusvm: Fix drm_gpusvm_pages_valid_unlocked() kernel-doc
      drm/xe/sync: Fix user fence leak on alloc failure
      drm/xe/sync: Cleanup partially initialized sync on parse failure
      drm/xe/wa: Steer RMW of MCR registers while building default LRC
      accel/amdxdna: Validate command buffer payload count
      accel/amdxdna: Prevent ubuf size overflow
      accel/amdxdna: Fix out-of-bounds memset in command slot handling
      accel/amdxdna: Fix command hang on suspended hardware context
      ...