Re: [RFC PATCH] x86/Kconfig: Fix allyesconfig
From: Linus Torvalds
Date: Mon Apr 14 2025 - 16:00:13 EST
On Sun, 13 Apr 2025 at 18:13, Guenter Roeck <linux@xxxxxxxxxxxx> wrote:
>
> Solve the test build problem by selectively disabling CONFIG_KASAN for
> 'allyesconfig' build tests of 64-bit X86 builds.
I think we might as well just disable KASAN for COMPILE_TEST entirely
- not artificially limit it to just x86-64.
Apparently it was effectively disabled anyway due to that SLUB_TINY
interaction, so while it would be nice to have bigger build coverage,
clearly we haven't had it before, and it causes problems.
Linus