Hi all, After merging the amdgpu tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c: In function 'amdgpu_ctx_init': drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:348:26: error: 'fpriv' undeclared (first use in this function) 348 | ctx->ctx_mgr = &(fpriv->ctx_mgr); | ^~~~~ Caused by commit 2458393a4e98 ("drm/amdgpu: keep amdgpu_ctx_mgr in ctx structure") I have used the amdgpu tree from next-20230518 for today. -- Cheers, Stephen Rothwell