OSDN Git Service

x86/build: Keep local relocations with ld.lld
authorKees Cook <keescook@chromium.org>
Thu, 4 Apr 2019 21:40:27 +0000 (14:40 -0700)
committerBorislav Petkov <bp@suse.de>
Fri, 5 Apr 2019 10:34:35 +0000 (12:34 +0200)
commit7c21383f3429dd70da39c0c7f1efa12377a47ab6
treec1f1c89136f11733d34d45fd3d00f9949de7bca6
parent79a3aaa7b82e3106be97842dedfd8429248896e6
x86/build: Keep local relocations with ld.lld

The LLVM linker (ld.lld) defaults to removing local relocations, which
causes KASLR boot failures. ld.bfd and ld.gold already handle this
correctly. This adds the explicit instruction "--discard-none" during
the link phase. There is no change in output for ld.bfd and ld.gold,
but ld.lld now produces an image with all the needed relocations.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Nick Desaulniers <ndesaulniers@google.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: clang-built-linux@googlegroups.com
Cc: x86-ml <x86@kernel.org>
Link: https://lkml.kernel.org/r/20190404214027.GA7324@beast
Link: https://github.com/ClangBuiltLinux/linux/issues/404
arch/x86/Makefile