Hi Dave, Sima, drm-misc-next-fixes for v7.2-rc1!
Kind regards, ~Maarten Lankhorst drm-misc-next-fixes-2026-06-05: drm-misc-next-fixes for v7.2-rc1: - Revert last minute IS_ERR_OR_NULL changes in nouveau/gsp. - Fix build warning in drm scheduler. - Flush caches and TLB before v3d runtime suspend. - Fix a trace and debug command in amdxdna. - Fix heap buffer address validation when PASID is disabled in amdxdna. The following changes since commit 61de054a772a1feda6364931ab1baf9038abf1c8: drm/nouveau/gsp: formally support GA100 (2026-05-28 19:30:15 +0200) are available in the Git repository at: https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2026-06-05 for you to fetch changes up to 62c1671f6454ceaa80e9ceff63f821aa36f35154: accel/amdxdna: Return errors for failed debug BO commands (2026-06-03 11:47:12 -0700) ---------------------------------------------------------------- drm-misc-next-fixes for v7.2-rc1: - Revert last minute IS_ERR_OR_NULL changes in nouveau/gsp. - Fix build warning in drm scheduler. - Flush caches and TLB before v3d runtime suspend. - Fix a trace and debug command in amdxdna. - Fix heap buffer address validation when PASID is disabled in amdxdna. ---------------------------------------------------------------- Lizhi Hou (3): accel/amdxdna: Preserve user address when PASID is disabled accel/amdxdna: Remove drv_cmd tracing from job free callback accel/amdxdna: Return errors for failed debug BO commands Lyude Paul (5): Revert "nouveau/gsp/rm: cleanup remaining IS_ERR_OR_NULL usage" Revert "nouveau/gsp/rm: cleanup IS_ERR_OR_NULL in core implementation" Revert "nouveau/gsp/rm: cleanup WARN_ON(IS_ERR_OR_NULL)" Revert "nouveau/gsp: cleanup IS_ERR_OR_NULL in rpc_rd" Revert "nouveau/gsp: cleanup IS_ERR_OR_NULL in rm_alloc functions" MaĆra Canal (2): drm/v3d: Flush MMU TLB and cache during runtime resume drm/v3d: Clean caches before runtime suspend Tvrtko Ursulin (1): drm/sched: Fix clang build warning in kunit tests drivers/accel/amdxdna/aie2_ctx.c | 16 +++++------ drivers/accel/amdxdna/amdxdna_gem.c | 5 +++- drivers/gpu/drm/nouveau/include/nvkm/subdev/gsp.h | 8 +++--- .../drm/nouveau/nvkm/subdev/gsp/rm/r535/alloc.c | 4 +-- .../gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/bar.c | 2 +- .../gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/ctrl.c | 2 +- .../gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/rpc.c | 10 +++---- drivers/gpu/drm/scheduler/tests/tests_scheduler.c | 12 ++------- drivers/gpu/drm/v3d/v3d_mmu.c | 31 +++++++++++++++------- drivers/gpu/drm/v3d/v3d_power.c | 2 ++ 10 files changed, 50 insertions(+), 42 deletions(-)
