Re: [PATCH] init/Kconfig: Adjust fixed clang version for __builtin_counted_by_ref
From: Kees Cook
Date: Mon Feb 23 2026 - 17:30:11 EST
On Mon, 23 Feb 2026 11:23:12 -0700, Nathan Chancellor wrote:
> Commit d39a1d7486d9 ("compiler_types: Disable __builtin_counted_by_ref
> for Clang") used 22.0.0 as the fixed version for a compiler crash but
> the fix was only merged in main (23.0.0) and release/22.x (22.1.0). With
> the current fixed version number, prerelease or Android LLVM 22 builds
> will still be able to hit the compiler crash when building the kernel.
> This can be particularly disruptive when bisecting LLVM.
>
> [...]
Applied to for-next/kmalloc_obj, thanks!
[1/1] init/Kconfig: Adjust fixed clang version for __builtin_counted_by_ref
https://git.kernel.org/kees/c/8e795ac93b64
Take care,
--
Kees Cook