Commit 6812ce4e4379 for kernel

commit 6812ce4e4379ffc99c52401ec28f0d7ffbc36206
Merge: 75467f60a3d1 a9ed3aa9b87e
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Sep 25 16:00:18 2026 -0700

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

    Pull drm fixes from Dave Airlie:
     "While most of this is AI inspired fixes for error handling paths,
      leaks and use after frees, there are some normal things.

      nouveau has probably the biggest changes with some fixes to stabilise
      runtime suspend/resume on 570 firmware which regressed after we moved
      from 535, there are some fixes to stackframe issues seen with amdgpu,
      and otherwise the usual bunch of i915/xe/amdgpu fixes, and some
      virtio-gpu fixes.

      Hopefully it will start to quiten down a bit from here.

      client:
       - fix restore of partially initialized client

      i915:
       - Fix incorrect RCU teardown order leading to endless loop
       - Fix DP MST TU and FEC handling for disconnected streams
       - Fix selective fetch disable, again
       - Fix export namespace for kunit helpers
       - Workaround eDP flicker on a specific laptop model

      xe:
       - CRI throttle reasons report
       - TLB invalidation at wedge
       - SVM eviction and VM close
       - Display corruption on LNL on Xen PV
       - W/a fix and addition

      amdgpu:
       - Display ref count fix
       - Userq fixes
       - VCN 4, 5 reset fixes
       - Fixes for various error paths
       - Stack frame size fixes for various combinations of compilers and
         configs

      amdkfd:
       - Possible UAF fix

      nouveau:
       - runtime suspend/resume fixes for newer firmware
       - rcu free the scheduler
       - fix VRAM pinning
       - fix double free
       - fix reference leaks
       - fix runtime PM leak
       - fix cursor list usage problems
       - fix HDMI config rejection without SCDC

      virtio:
       - fix a bunch of object/memory leaks in failure paths
       - add pixel blend mode property to cursor plane
       - revert prime buffers import
       - sync shmem backing on guest transfers

      imagination:
       - propogate map failures properly
       - fix page count in map interface
       - clamp freelist reconstruction requests

      ivpu:
       - use separate flag for job timeout

      bridge:
       - samsung-dsim: fix TE GPIO lifetime for host attach"

    * tag 'drm-fixes-2026-09-26' of https://gitlab.freedesktop.org/drm/kernel: (60 commits)
      drm/amd/display: Bump frame warning limit for all builds of dml
      drm/imagination: clamp freelist reconstruction requests
      drm/imagination: Fix page count for page table for map() interface
      drm/imagination: Propagate map failures correctly from pvr_mmu_map_sgl()
      drm/amd/display: Bump frame warning limit for clang builds of dml
      drm/amd/display: Relax DML frame limit with UBSAN
      drm/amdgpu: Fix runtime PM leak in amdgpu_debugfs_test_ib_show()
      drm/amdgpu: Fix last_update fence leak in amdgpu_vm_init()
      drm/amdgpu: Fix acpi device leak in amdgpu_acpi_enumerate_xcc()
      drm/amdgpu: Fix vmid_wait fence leak in amdgpu_ring_init()
      drm/amdkfd: fix use-after-free and multi-container gap in kfd_dev_mapping
      drm/amdgpu/vcn4.0.3: fix video_timeout unit mismatch in jpeg reset wait
      drm/amdgpu/vcn5.0.1: fix video_timeout unit mismatch in jpeg reset wait
      drm/amdgpu/userq: fix double jiffies conversion in hang detect timeout
      drm/amdgpu: move userq fence wait out of signalling section
      drm/amd/display: Fix dc stream excess put in dm_update_crtc_state()
      drm/xe: Add wa_14025941587 to xe2, xe3 and xe3p platforms
      drm/xe: harden adjust_idledly() against divide-by-zero and overflow
      drm/xe: Limit sg segment size to PAGE_SIZE on Xen PV
      drm/i915: fix incorrect RCU teardown order
      ...