Hi Dave, Sima, 

here's the fixes PR for drm-misc for this week.

Best regards
Thomas

drm-misc-fixes-2026-06-12:
Short summary of fixes pull:

amd:
- track colorop changes correctly

amdxdna:
- fix possible leak of mm_struct

colorop:
- make lut interpolation mutable
- track colorop updates correctly

ivpu:
- fix integer truncation

vc4:
- fix leak in krealloc() error handling

virtio:
- fix dma_fence ref-count leak
The following changes since commit c0837b9cf6eabbad8b8cbddaff1a46a6d0a2e29d:

  accel/ethosu: fix OOB write in ethosu_gem_cmdstream_copy_and_validate() 
(2026-06-04 22:07:59 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 2f41af638c92bac6f1f9275ea2d1901baef578f3:

  accel/amdxdna: Fix mm_struct reference leak in aie2_populate_range() 
(2026-06-11 09:50:07 -0700)

----------------------------------------------------------------
Short summary of fixes pull:

amd:
- track colorop changes correctly

amdxdna:
- fix possible leak of mm_struct

colorop:
- make lut interpolation mutable
- track colorop updates correctly

ivpu:
- fix integer truncation

vc4:
- fix leak in krealloc() error handling

virtio:
- fix dma_fence ref-count leak

----------------------------------------------------------------
Alex Hung (1):
      drm/colorop: Remove read-only comments from interpolation fields

Alexander A. Klimov (1):
      drm/vc4: fix krealloc() memory leak

Andrzej Kacprowski (1):
      accel/ivpu: Fix signed integer truncation in IPC receive

Dmitry Osipenko (1):
      drm/virtio: Fix driver removal with disabled KMS

Lizhi Hou (1):
      accel/amdxdna: Fix mm_struct reference leak in aie2_populate_range()

Melissa Wen (3):
      drm/colorop: make lut(1/3)d_interpolation props correctly behave as 
mutable
      drm/atomic: track individual colorop updates
      drm/amd/display: use plane color_mgmt_changed to track colorop changes

Wentao Liang (1):
      drm/virtio: fix dma_fence refcount leak on error in 
virtio_gpu_dma_fence_wait()

 drivers/accel/amdxdna/aie2_ctx.c                  |  3 +
 drivers/accel/ivpu/ivpu_ipc.c                     |  2 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  6 +-
 drivers/gpu/drm/drm_atomic.c                      |  4 +-
 drivers/gpu/drm/drm_atomic_uapi.c                 | 68 ++++++++++++++++++-----
 drivers/gpu/drm/drm_colorop.c                     | 16 +++++-
 drivers/gpu/drm/vc4/vc4_validate_shaders.c        | 13 +++--
 drivers/gpu/drm/virtio/virtgpu_drv.c              |  5 +-
 drivers/gpu/drm/virtio/virtgpu_submit.c           |  4 +-
 include/drm/drm_atomic_uapi.h                     |  4 +-
 include/drm/drm_colorop.h                         | 34 ++++++------
 11 files changed, 111 insertions(+), 48 deletions(-)

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstr. 146, 90461 Nürnberg, Germany, www.suse.com
GF: Jochen Jaser, Andrew McDonald, Werner Knoblich, (HRB 36809, AG Nürnberg)

Reply via email to