Hi Dave, Simona, Fixes for 7.0.
The following changes since commit 7aaa8047eafd0bd628065b15757d9b48c5f9c07d: Linux 7.0-rc6 (2026-03-29 15:40:00 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-7.0-2026-04-01 for you to fetch changes up to 78746a474e92fc7aaed12219bec7c78ae1bd6156: drm/amdkfd: Fix queue preemption/eviction failures by aligning control stack size to GPU page size (2026-03-30 16:22:44 -0400) ---------------------------------------------------------------- amd-drm-fixes-7.0-2026-04-01: amdgpu: - UserQ fixes - PASID handling fix - S4 fix for smu11 chips - Misc small fixes amdkfd: - Non-4K page fixes ---------------------------------------------------------------- Alex Deucher (1): drm/amdgpu/pm: drop SMU driver if version not matched messages Donet Tom (4): drm/amdkfd: Align expected_queue_size to PAGE_SIZE drm/amd: Fix MQD and control stack alignment for non-4K drm/amdgpu: Change AMDGPU_VA_RESERVED_TRAP_SIZE to 64KB drm/amdkfd: Fix queue preemption/eviction failures by aligning control stack size to GPU page size Junrui Luo (2): drm/amdgpu: validate doorbell_offset in user queue creation drm/amdgpu/userq: fix memory leak in MQD creation error paths Lijo Lazar (1): drm/amdgpu: Fix wait after reset sequence in S4 Prike Liang (1): drm/amdgpu: fix the idr allocation flags Srinivasan Shanmugam (1): drm/amd/display: Fix NULL pointer dereference in dcn401_init_hw() drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 +++- drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c | 44 ++++++++++++++++++++++ drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h | 2 + drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c | 5 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 16 ++------ drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c | 7 ++++ drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 2 +- drivers/gpu/drm/amd/amdgpu/mes_userqueue.c | 16 ++++++-- drivers/gpu/drm/amd/amdgpu/psp_v11_0.c | 3 +- drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c | 23 +++++++---- drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 4 +- drivers/gpu/drm/amd/amdkfd/kfd_queue.c | 11 +++--- .../drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 17 ++++++--- drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c | 1 - drivers/gpu/drm/amd/pm/swsmu/smu12/smu_v12_0.c | 1 - drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0.c | 1 - 16 files changed, 115 insertions(+), 46 deletions(-)
