]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
arm64: scs: Disable LTO for SCS patching code
authorArd Biesheuvel <ardb@kernel.org>
Tue, 23 Jan 2024 13:30:55 +0000 (14:30 +0100)
committerWill Deacon <will@kernel.org>
Tue, 30 Jan 2024 11:52:46 +0000 (11:52 +0000)
commitd104a6fef3fec137d8d44961224ab76edbd6cbc7
treef47d9f724775d427401cf038f3df758b712c879b
parent2fa28abd1090562b4d9bc4aedd70abcca26561af
arm64: scs: Disable LTO for SCS patching code

Full LTO takes the '-mbranch-protection=none' passed to the compiler
when generating the dynamic shadow call stack patching code as a hint to
stop emitting PAC instructions altogether. (Thin LTO appears unaffected
by this)

Work around this by disabling LTO for the compilation unit, which
appears to convince the linker that it should still use PAC in the rest
of the kernel..

Fixes: 3b619e22c460 ("arm64: implement dynamic shadow call stack for Clang")
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Sami Tolvanen <samitolvanen@google.com>
Tested-by: Sami Tolvanen <samitolvanen@google.com>
Link: https://lore.kernel.org/r/20240123133052.1417449-6-ardb+git@google.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/Makefile