]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'drm-fixes-2026-06-27' of https://gitlab.freedesktop.org/drm/kernel master
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 27 Jun 2026 00:03:48 +0000 (17:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 27 Jun 2026 00:03:48 +0000 (17:03 -0700)
commit5a66900afbd6b2a063eebad35294038a654de2b0
tree7275867e5cffdbd8131acd9c461752501d94151c
parentfa6fe449343c3d97ed93fd01b020860c663f8807
parentf24ba334afafc70c3149e9db9c0cf8ecc6d52a09
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
drivers/accel/amdxdna/amdxdna_gem.c
drivers/gpu/drm/drm_connector.c
drivers/gpu/drm/sysfb/drm_sysfb_helper.h
drivers/gpu/drm/sysfb/efidrm.c
drivers/gpu/drm/sysfb/vesadrm.c
include/drm/drm_connector.h