[PATCH v2 1/2] drm/amdgpu: Temporarily disable broken Clang builds due to blown stack-frame

Arnd Bergmann arnd at arndb.de
Fri Nov 25 12:11:43 UTC 2022


On Fri, Nov 25, 2022, at 13:07, Lee Jones wrote:
> calculate_bandwidth() is presently broken on all !(X86_64 || SPARC64 || ARM64)
> architectures built with Clang (all released versions), whereby the stack
> frame gets blown up to well over 5k.  This would cause an immediate kernel
> panic on most architectures.  We'll revert this when the following bug report
> has been resolved: https://github.com/llvm/llvm-project/issues/41896.
>
> Suggested-by: Arnd Bergmann <arnd at arndb.de>
> Signed-off-by: Lee Jones <lee at kernel.org>

Acked-by: Arnd Bergmann <arnd at arndb.de>


More information about the dri-devel mailing list