]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
security/Kconfig.hardening: Remove tautological condition from FORTIFY_SOURCE
authorNathan Chancellor <nathan@kernel.org>
Sun, 17 May 2026 23:05:06 +0000 (13:05 -1000)
committerNathan Chancellor <nathan@kernel.org>
Wed, 27 May 2026 22:20:04 +0000 (15:20 -0700)
commit8ad2017578c99ba7851bca5df52f82a3ade2e603
tree89133fc344ec3451c46295e3928ab644dad89b7a
parent813fe686e90b433b6d13cfd157b8008825193872
security/Kconfig.hardening: Remove tautological condition from FORTIFY_SOURCE

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.

Reviewed-by: Nicolas Schier <nsc@kernel.org>
Link: https://patch.msgid.link/20260517-bump-minimum-supported-llvm-version-to-17-v2-3-b3b8cda46bdd@kernel.org
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
security/Kconfig.hardening