mainline build failure for x86_64 allmodconfig with clang
Linus Torvalds
torvalds at linux-foundation.org
Thu Aug 4 21:59:01 UTC 2022
On Thu, Aug 4, 2022 at 1:43 PM Nathan Chancellor <nathan at kernel.org> wrote:
>
> I do note that commit 1b54a0121dba ("drm/amd/display: Reduce stack size
> in the mode support function") did have a workaround for GCC. It appears
> clang will still inline mode_support_configuration(). If I mark it as
> 'noinline', the warning disappears in that file.
That sounds like probably the best option for now. Gcc does not inline
that function (at least for allmodconfig builds in my testing), so if
that makes clang match what gcc does, it seems a reasonable thing to
do.
Linus
More information about the dri-devel
mailing list