Hi all, After merging the drm-misc tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/gpu/drm/nouveau/nouveau_dmem.c: In function 'nouveau_dmem_migrate_chunk': drivers/gpu/drm/nouveau/nouveau_dmem.c:681:43: error: 'chunk' undeclared (first use in this function) 681 | nouveau_fence_emit(fence, chunk->drm->dmem->migrate.chan); | ^~~~~ Caused by commit 7f2a0b50b2b2 ("drm/nouveau: fence: separate fence alloc and emit") I have used the drm-misc tree from next-20230804 for today. -- Cheers, Stephen Rothwell