Hi Linus,

These are just the fixes from our fixes branch, all pretty small and scattered.

Regards,
Dave.

drm-fixes-2026-06-27:
drm fixes for 7.2-rc1

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.
The following changes since commit 8cd9520d35a6c38db6567e97dd93b1f11f185dc6:

  Linux 7.1 (2026-06-14 15:58:38 +0100)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/kernel.git tags/drm-fixes-2026-06-27

for you to fetch changes up to f24ba334afafc70c3149e9db9c0cf8ecc6d52a09:

  Merge tag 'drm-misc-fixes-2026-06-25' of
https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
(2026-06-26 08:16:41 +1000)

----------------------------------------------------------------
drm fixes for 7.2-rc1

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.

----------------------------------------------------------------
Dave Airlie (1):
      Merge tag 'drm-misc-fixes-2026-06-25' of
https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes

Jani Nikula (1):
      drm/displayid: fix Tiled Display Topology ID size

Junrui Luo (1):
      drm/nouveau: fix reversed error cleanup order in ucopy functions

Karol Wachowski (1):
      accel/ivpu: fix HWS command queue leak on registration failure

Shuvam Pandey (1):
      accel/amdxdna: Use caller client for debug BO sync

Thomas Zimmermann (4):
      drm/sysfb: Do not page-align visible size of the framebuffer
      drm/sysfb: Avoid possible truncation with calculating visible size
      drm/sysfb: Return errno code from drm_sysfb_get_visible_size()
      drm/sysfb: Avoid truncating maximum stride

Wentao Liang (1):
      drm/nouveau/acr: fix missing nvkm_done() in error path of
nvkm_acr_oneinit()

Xiang Mei (1):
      drm/edid: fix OOB read in drm_parse_tiled_block()

 drivers/accel/amdxdna/amdxdna_gem.c            |  3 ++-
 drivers/accel/ivpu/ivpu_job.c                  | 10 +++++-----
 drivers/gpu/drm/drm_connector.c                | 12 ++++++------
 drivers/gpu/drm/drm_displayid_internal.h       |  2 +-
 drivers/gpu/drm/drm_edid.c                     |  8 ++++++++
 drivers/gpu/drm/nouveau/nouveau_exec.c         |  4 ++--
 drivers/gpu/drm/nouveau/nouveau_uvmm.c         |  4 ++--
 drivers/gpu/drm/nouveau/nvkm/subdev/acr/base.c |  1 +
 drivers/gpu/drm/sysfb/drm_sysfb_helper.h       |  2 +-
 drivers/gpu/drm/sysfb/drm_sysfb_screen_info.c  | 13 ++++++++++---
 drivers/gpu/drm/sysfb/efidrm.c                 |  7 ++++---
 drivers/gpu/drm/sysfb/vesadrm.c                |  6 +++---
 include/drm/drm_connector.h                    |  6 +++---
 13 files changed, 48 insertions(+), 30 deletions(-)

Reply via email to