]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mips: Unconditionally select ARCH_HAS_CURRENT_STACK_POINTER
authorNathan Chancellor <nathan@kernel.org>
Thu, 21 Aug 2025 21:15:42 +0000 (14:15 -0700)
committerNathan Chancellor <nathan@kernel.org>
Thu, 28 Aug 2025 23:58:44 +0000 (16:58 -0700)
commite633c2e78fd1cc9c4b89518b8d12578a7aa529c1
tree78a5a95a2c0c1a2dbad1182ad053e8d7853c6937
parent23cb0514208da70c07b3582ecbbe6b3c633a481f
mips: Unconditionally select ARCH_HAS_CURRENT_STACK_POINTER

Now that the minimum supported version of LLVM for building the kernel
has been bumped to 15.0.0, the selection of
ARCH_HAS_CURRENT_STACK_POINTER can be made unconditional since it is
always true.

Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Reviewed-by: Kees Cook <kees@kernel.org>
Link: https://lore.kernel.org/r/20250821-bump-min-llvm-ver-15-v2-5-635f3294e5f0@kernel.org
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
arch/mips/Kconfig