Re: [PATCH v11 00/15] kasan: x86: arm64: KASAN tag-based mode for x86
From: Peter Zijlstra
Date: Tue Mar 10 2026 - 15:01:15 EST
On Tue, Mar 10, 2026 at 05:51:19PM +0000, Maciej Wieczor-Retman wrote:
> ======= Compilation
> Clang was used to compile the series (make LLVM=1) since gcc doesn't
> seem to have support for KASAN tag-based compiler instrumentation on
> x86. Patchset does seem to compile with gcc without an issue but doesn't
> boot afterwards.
Can you put all that under a specific CONFIG and make that depend on
CC_IS_CLANG?