The patch titled Subject: Revert "arm64: bti: Require clang >= 10.0.1 for in-kernel BTI support" has been added to the -mm tree. Its filename is revert-arm64-bti-require-clang-=-1001-for-in-kernel-bti-support.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/revert-arm64-bti-require-clang-%3D-1001-for-in-kernel-bti-support.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/revert-arm64-bti-require-clang-%3D-1001-for-in-kernel-bti-support.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx> Subject: Revert "arm64: bti: Require clang >= 10.0.1 for in-kernel BTI support" This reverts commit b9249cba25a5dce5de87e5404503a5e11832c2dd. The minimum supported version of clang is now 10.0.1. Link: https://lkml.kernel.org/r/20200902225911.209899-4-ndesaulniers@xxxxxxxxxx Signed-off-by: Nick Desaulniers <ndesaulniers@xxxxxxxxxx> Suggested-by: Nathan Chancellor <natechancellor@xxxxxxxxx> Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx> Reviewed-by: Nathan Chancellor <natechancellor@xxxxxxxxx> Cc: Andrey Konovalov <andreyknvl@xxxxxxxxxx> Cc: Fangrui Song <maskray@xxxxxxxxxx> Cc: Marco Elver <elver@xxxxxxxxxx> Cc: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx> Cc: Sedat Dilek <sedat.dilek@xxxxxxxxx> Cc: Alexei Starovoitov <ast@xxxxxxxxxx> Cc: Daniel Borkmann <daniel@xxxxxxxxxxxxx> Cc: Masahiro Yamada <masahiroy@xxxxxxxxxx> Cc: Vincenzo Frascino <vincenzo.frascino@xxxxxxx> Cc: Will Deacon <will@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm64/Kconfig | 2 -- 1 file changed, 2 deletions(-) --- a/arch/arm64/Kconfig~revert-arm64-bti-require-clang-=-1001-for-in-kernel-bti-support +++ a/arch/arm64/Kconfig @@ -1630,8 +1630,6 @@ config ARM64_BTI_KERNEL depends on CC_HAS_BRANCH_PROT_PAC_RET_BTI # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94697 depends on !CC_IS_GCC || GCC_VERSION >= 100100 - # https://reviews.llvm.org/rGb8ae3fdfa579dbf366b1bb1cbfdbf8c51db7fa55 - depends on !CC_IS_CLANG || CLANG_VERSION >= 100001 depends on !(CC_IS_CLANG && GCOV_KERNEL) depends on (!FUNCTION_GRAPH_TRACER || DYNAMIC_FTRACE_WITH_REGS) help _ Patches currently in -mm which might be from ndesaulniers@xxxxxxxxxx are maintainers-add-llvm-maintainers.patch lib-stringc-implement-stpcpy.patch compiler-clang-add-build-check-for-clang-1001.patch revert-kbuild-disable-clangs-default-use-of-fmerge-all-constants.patch revert-arm64-bti-require-clang-=-1001-for-in-kernel-bti-support.patch revert-arm64-vdso-fix-compilation-with-clang-older-than-8.patch partially-revert-arm-8905-1-emit-__gnu_mcount_nc-when-using-clang-1000-or-newer.patch compiler-gcc-improve-version-error.patch