Commit 5a66900afbd6 for kernel

commit 5a66900afbd6b2a063eebad35294038a654de2b0
Merge: fa6fe449343c f24ba334afaf
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Jun 26 17:03:48 2026 -0700

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

    Pull drm fixes from Dave Airlie:
     "These are just the fixes from our fixes branch, all pretty small and
      scattered.

      sysfb:
       - drm/sysfb truncation and alignment fixes

      edid:
       - fix edid OOB read in tile parsing
       - increase displayid topology id to correct size

      nouveau:
       - fix error handling paths in nouveau

      amdxdna:
       - get_bo_info fix

      ivpu:
       - fix leak when error handling in ivpu"

    * tag 'drm-fixes-2026-06-27' of https://gitlab.freedesktop.org/drm/kernel:
      drm/sysfb: Avoid truncating maximum stride
      drm/sysfb: Return errno code from drm_sysfb_get_visible_size()
      drm/sysfb: Avoid possible truncation with calculating visible size
      drm/sysfb: Do not page-align visible size of the framebuffer
      drm/edid: fix OOB read in drm_parse_tiled_block()
      drm/nouveau: fix reversed error cleanup order in ucopy functions
      drm/nouveau/acr: fix missing nvkm_done() in error path of nvkm_acr_oneinit()
      accel/amdxdna: Use caller client for debug BO sync
      drm/displayid: fix Tiled Display Topology ID size
      accel/ivpu: fix HWS command queue leak on registration failure