All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix a bunch of allmodconfig errors
@ 2022-11-25  9:25 ` Lee Jones
  0 siblings, 0 replies; 21+ messages in thread
From: Lee Jones @ 2022-11-25  9:25 UTC (permalink / raw)
  To: lee, arnd, akpm, nathan, maarten.lankhorst, mripard, tzimmermann,
	airlied, daniel, ndesaulniers, trix, harry.wentland, sunpeng.li,
	Rodrigo.Siqueira, alexander.deucher, christian.koenig,
	Xinhui.Pan
  Cc: linux-arm-kernel, linux-kernel, llvm, amd-gfx, dri-devel

Since b339ec9c229aa ("kbuild: Only default to -Werror if COMPILE_TEST") WERROR
now defaults to COMPILE_TEST meaning that it's enabled for allmodconfig
builds.  This leads to some interesting failures, each resolved in this set.

With this set applied, I am able to obtain a successful allmodconfig Arm build.

Lee Jones (3):
  drm/amd/display/dc/calcs/dce_calcs: Break-out a stack-heavy chunk of
    code
  drm/amdgpu: Temporarily disable broken Clang builds due to blown
    stack-frame
  Kconfig.debug: Provide a little extra FRAME_WARN leeway when KASAN is
    enabled

 drivers/gpu/drm/Kconfig                       |   7 +
 .../drm/amd/display/dc/dml/calcs/dce_calcs.c  | 483 +++++++++---------
 lib/Kconfig.debug                             |   1 +
 3 files changed, 253 insertions(+), 238 deletions(-)


-- 
2.38.1.584.g0f3c55d4c2-goog


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

end of thread, other threads:[~2022-11-25 10:32 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-25  9:25 [PATCH 0/3] Fix a bunch of allmodconfig errors Lee Jones
2022-11-25  9:25 ` Lee Jones
2022-11-25  9:25 ` Lee Jones
2022-11-25  9:25 ` [PATCH 1/3] drm/amd/display/dc/calcs/dce_calcs: Break-out a stack-heavy chunk of code Lee Jones
2022-11-25  9:25   ` Lee Jones
2022-11-25  9:25   ` Lee Jones
2022-11-25 10:09   ` Arnd Bergmann
2022-11-25 10:09     ` Arnd Bergmann
2022-11-25 10:09     ` Arnd Bergmann
2022-11-25  9:25 ` [PATCH 2/3] drm/amdgpu: Temporarily disable broken Clang builds due to blown stack-frame Lee Jones
2022-11-25  9:25   ` Lee Jones
2022-11-25  9:25   ` Lee Jones
2022-11-25 10:06   ` Arnd Bergmann
2022-11-25 10:06     ` Arnd Bergmann
2022-11-25 10:06     ` Arnd Bergmann
2022-11-25  9:25 ` [PATCH 3/3] Kconfig.debug: Provide a little extra FRAME_WARN leeway when KASAN is enabled Lee Jones
2022-11-25  9:25   ` Lee Jones
2022-11-25  9:25   ` Lee Jones
2022-11-25 10:05   ` Arnd Bergmann
2022-11-25 10:05     ` Arnd Bergmann
2022-11-25 10:05     ` Arnd Bergmann

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.