All of lore.kernel.org
 help / color / mirror / Atom feed
* build failure of next-20220920 due to c2b08e7a6d27 ("drm/amdgpu: move entity selection and job init earlier during CS")
@ 2022-09-20 11:47 ` Sudip Mukherjee
  0 siblings, 0 replies; 6+ messages in thread
From: Sudip Mukherjee @ 2022-09-20 11:47 UTC (permalink / raw)
  To: Christian König, Alex Deucher
  Cc: Philip Yang, llvm, David Airlie, Pan, Xinhui, linux-kernel,
	amd-gfx, linaro-mm-sig, linux-next, dri-devel, Daniel Vetter,
	Nathan Chancellor, Sumit Semwal, linux-media

Hi All,

The builds of arm64 allmodconfig with clang failed to build next-20220920
with the error:

drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:1190:3: error: variable 'r' is uninitialized when used here [-Werror,-Wuninitialized]
                r |= !amdgpu_ttm_tt_get_user_pages_done(bo->tbo.ttm);
                ^
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:1171:7: note: initialize the variable 'r' to silence this warning
        int r;
             ^
              = 0
1 error generated.


git bisect pointed to c2b08e7a6d27 ("drm/amdgpu: move entity selection and job init earlier during CS")

I will be happy to test any patch or provide any extra log if needed.


-- 
Regards
Sudip

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-20 12:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-20 11:47 build failure of next-20220920 due to c2b08e7a6d27 ("drm/amdgpu: move entity selection and job init earlier during CS") Sudip Mukherjee
2022-09-20 11:47 ` Sudip Mukherjee
2022-09-20 11:47 ` Sudip Mukherjee
2022-09-20 12:12 ` Christian König
2022-09-20 12:12   ` Christian König
2022-09-20 12:12   ` Christian König

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.