diff options
author | Kees Cook <[email protected]> | 2020-08-21 12:42:48 -0700 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2020-09-01 09:50:36 +0200 |
commit | e2179a09ab089d3423751bd2b0c884ddb3eabe84 (patch) | |
tree | 3ac95308f4a4342455582474f6702d20216c9415 /scripts/gdb/linux/lists.py | |
parent | eff8728fe69880d3f7983bec3fb6cea4c306261f (diff) |
efi/libstub: Disable -mbranch-protection
In preparation for adding --orphan-handling=warn to more architectures,
disable -mbranch-protection, as EFI does not yet support it[1]. This was
noticed due to it producing unwanted .note.gnu.property sections (prefixed
with .init due to the objcopy build step).
However, we must also work around a bug in Clang where the section is
still emitted for code-less object files[2], so also remove the section
during the objcopy.
[1] https://lore.kernel.org/lkml/CAMj1kXHck12juGi=E=P4hWP_8vQhQ+-x3vBMc3TGeRWdQ-XkxQ@mail.gmail.com
[2] https://bugs.llvm.org/show_bug.cgi?id=46480
Signed-off-by: Kees Cook <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Reviewed-by: Nick Desaulniers <[email protected]>
Acked-by: Ard Biesheuvel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions