Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: Remove tautological LLVM Kconfig conditions

Now that the minimum supported version of LLVM for building the kernel
has been bumped to 15.0.0, two sets of always true conditions can be
safely removed in the arm64 Kconfig file.

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

+1 -4
+1 -4
arch/arm64/Kconfig
··· 1492 1492 1493 1493 config CPU_BIG_ENDIAN 1494 1494 bool "Build big-endian kernel" 1495 - # https://github.com/llvm/llvm-project/commit/1379b150991f70a5782e9a143c2ba5308da1161c 1496 - depends on AS_IS_GNU || AS_VERSION >= 150000 1497 1495 help 1498 1496 Say Y if you plan on running a kernel with a big-endian userspace. 1499 1497 ··· 2361 2363 2362 2364 config UNWIND_PATCH_PAC_INTO_SCS 2363 2365 bool "Enable shadow call stack dynamically using code patching" 2364 - # needs Clang with https://github.com/llvm/llvm-project/commit/de07cde67b5d205d58690be012106022aea6d2b3 incorporated 2365 - depends on CC_IS_CLANG && CLANG_VERSION >= 150000 2366 + depends on CC_IS_CLANG 2366 2367 depends on ARM64_PTR_AUTH_KERNEL && CC_HAS_BRANCH_PROT_PAC_RET 2367 2368 depends on SHADOW_CALL_STACK 2368 2369 select UNWIND_TABLES