Hi Dave, Simona, Fixes for 7.2.
The following changes since commit 8cdeaa50eae8dad34885515f62559ee83e7e8dda: Linux 7.2-rc2 (2026-07-05 14:44:06 -1000) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-7.2-2026-07-09 for you to fetch changes up to 47ea05f246bebc81c7796f56265cffd812cf0601: drm/amdkfd: Check bounds on CRIU restore queue type and mqd size (2026-07-08 16:46:53 -0400) ---------------------------------------------------------------- amd-drm-fixes-7.2-2026-07-09: amdgpu: - PSP 15.0.9 update - SMU 15.0.9 update - VCN 5.3 fix - VI ASPM fix - Userq fix - lifetime fix for amdgpu_vm_get_task_info_pasid() - Gfx10 fix - SMU 14 fix amdkfd: - CRIU bounds checking fixes - secondary context id fix - Event bounds checking fix ---------------------------------------------------------------- Alex Deucher (1): drm/gfx10: Program DB_RING_CONTROL David Francis (4): drm/amdkfd: Check bounds on CRIU restore event id drm/amdkfd: Don't acquire buffers during CRIU queue restore. drm/amdkfd: Check bounds in allocate_event_notification_slot drm/amdkfd: Check bounds on CRIU restore queue type and mqd size Jesse Zhang (1): drm/amdgpu: trigger GPU recovery when userq destroy fails to unmap a hung queue Kanala Ramalingeswara Reddy (2): drm/amdgpu: add support for PSP version 15.0.9 drm/amdgpu: add support for SMU version 15.0.9 Kenneth Feng (1): drm/amd/amdgpu: disable ASPM on VI if pcie dpm is disabled Shahyan Soltani (1): drm/amdgpu: fix lifetime issue of amdgpu_vm_get_task_info_pasid() Suresh Guttula (1): drm/amdgpu: Disable JDPG on VCN5_3 Yang Wang (1): drm/amd/pm: fix smu14 power limit range calculation Zhu Lingshan (1): amdkfd: properly free secondary context id drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 2 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 5 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c | 9 ++++++ drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 25 ++++++--------- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 9 ++++++ drivers/gpu/drm/amd/amdgpu/soc21.c | 3 +- .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 6 ++++ .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 2 ++ drivers/gpu/drm/amd/amdkfd/kfd_events.c | 5 ++- drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 3 +- drivers/gpu/drm/amd/amdkfd/kfd_process.c | 2 +- .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 37 +++++++++++++--------- drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 1 + .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 28 +++++++++------- drivers/gpu/drm/amd/pm/swsmu/smu15/smu_v15_0.c | 1 + .../gpu/drm/amd/pm/swsmu/smu15/smu_v15_0_0_ppt.c | 3 +- 17 files changed, 94 insertions(+), 50 deletions(-)
