]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
arch/Kconfig: Drop always true condition from RANDOMIZE_KSTACK_OFFSET
authorNathan Chancellor <nathan@kernel.org>
Thu, 21 Aug 2025 21:15:39 +0000 (14:15 -0700)
committerNathan Chancellor <nathan@kernel.org>
Thu, 28 Aug 2025 23:58:43 +0000 (16:58 -0700)
commit65aebf6f5880e7ab692d814ca19f8936d0120364
tree72afdf8d9a4864da70c2b483bc9671a9b237d961
parent20c0989283564d662dcc4c77252a60b1812b32ca
arch/Kconfig: Drop always true condition from RANDOMIZE_KSTACK_OFFSET

Now that the minimum supported version of LLVM for building the kernel
has been bumped to 15.0.0, the second depends line in
RANDOMIZE_KSTACK_OFFSET is always true, so it can be removed.

Reviewed-by: Kees Cook <kees@kernel.org>
Link: https://lore.kernel.org/r/20250821-bump-min-llvm-ver-15-v2-2-635f3294e5f0@kernel.org
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
arch/Kconfig