Hi all, After merging the amdgpu tree, today's linux-next build (arm allmodconfig clang-17) failed like this: drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c:146:54: error: format specifies type 'unsigned long long' but the argument has type 'dma_addr_t' (aka 'unsigned int') [-Werror,-Wformat] Caused by commit d020a29b6b58 ("drm/amdgpu: Allocate GART table in RAM for AMD APU") Reported by the kernelci.org bot. -- Cheers, Stephen Rothwell