lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20221125092517.3074989-1-lee@kernel.org> Date: Fri, 25 Nov 2022 09:25:14 +0000 From: Lee Jones <lee@...nel.org> To: lee@...nel.org, arnd@...db.de, akpm@...ux-foundation.org, nathan@...nel.org, maarten.lankhorst@...ux.intel.com, mripard@...nel.org, tzimmermann@...e.de, airlied@...il.com, daniel@...ll.ch, ndesaulniers@...gle.com, trix@...hat.com, harry.wentland@....com, sunpeng.li@....com, Rodrigo.Siqueira@....com, alexander.deucher@....com, christian.koenig@....com, Xinhui.Pan@....com Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org, llvm@...ts.linux.dev, amd-gfx@...ts.freedesktop.org, dri-devel@...ts.freedesktop.org Subject: [PATCH 0/3] Fix a bunch of allmodconfig errors 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
Powered by blists - more mailing lists