On Tue, Apr 28, 2026 at 10:59:09PM -0400, Nathan Chancellor wrote: > Now that the minimum supported version of LLVM for building the kernel > has been raised to 17.0.1, the '!X86_32 || !Clang || Clang > 16' > dependency of CONFIG_FORTIFY_SOURCE is always true, so it can be > removed. > > Signed-off-by: Nathan Chancellor <[email protected]> > --- > Cc: Kees Cook <[email protected]> > Cc: Gustavo A. R. Silva <[email protected]> > Cc: [email protected] > Cc: [email protected] > --- > security/Kconfig.hardening | 2 -- > 1 file changed, 2 deletions(-) >
Reviewed-by: Nicolas Schier <[email protected]>

