diff options
author | Kees Cook <[email protected]> | 2019-04-04 14:40:27 -0700 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2019-04-05 12:34:35 +0200 |
commit | 7c21383f3429dd70da39c0c7f1efa12377a47ab6 (patch) | |
tree | c1f1c89136f11733d34d45fd3d00f9949de7bca6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 79a3aaa7b82e3106be97842dedfd8429248896e6 (diff) |
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 <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Nick Desaulniers <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: x86-ml <[email protected]>
Link: https://lkml.kernel.org/r/20190404214027.GA7324@beast
Link: https://github.com/ClangBuiltLinux/linux/issues/404
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions