Hi Dave, Sima, Smaller pull request for next-fixes this time!
Kind regards, ~Maarten Lankhorst drm-misc-next-fixes-2026-06-11: drm-misc-next-fixes for v7.2: - Fix agp_amd64_probe error propagation. - Require carveout when PASID is not enabled amdxdna. - Clear variable to prevent second unbind in amdxdna. - Add separate Kconfig option for DMABUF_HEAPS_SYSTEM_CC_SHARED. The following changes since commit 62c1671f6454ceaa80e9ceff63f821aa36f35154: accel/amdxdna: Return errors for failed debug BO commands (2026-06-03 11:47:12 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2026-06-11 for you to fetch changes up to f7606400f19ca0291718ce4eed5770798890ea2f: dma-buf: move system_cc_shared heap under separate Kconfig (2026-06-11 20:21:44 +0530) ---------------------------------------------------------------- drm-misc-next-fixes for v7.2: - Fix agp_amd64_probe error propagation. - Require carveout when PASID is not enabled amdxdna. - Clear variable to prevent second unbind in amdxdna. - Add separate Kconfig option for DMABUF_HEAPS_SYSTEM_CC_SHARED. ---------------------------------------------------------------- Arnd Bergmann (1): dma-buf: move system_cc_shared heap under separate Kconfig Lizhi Hou (2): accel/amdxdna: Require carveout when PASID and force_iova are disabled accel/amdxdna: Clear sva pointer after unbind Mingyu Wang (1): agp/amd64: Fix broken error propagation in agp_amd64_probe() drivers/accel/amdxdna/amdxdna_pci_drv.c | 9 ++++++++- drivers/char/agp/amd64-agp.c | 2 +- drivers/dma-buf/heaps/Kconfig | 8 ++++++++ drivers/dma-buf/heaps/system_heap.c | 16 ++++++++++------ 4 files changed, 27 insertions(+), 8 deletions(-)
