Re: [PATCH] arm64: drop linker script hack to hide __efistub_ symbols

2018-11-30 Thread Nick Desaulniers
On Fri, Nov 30, 2018 at 3:36 AM Ard Biesheuvel wrote: > > Commit 1212f7a16af4 ("scripts/kallsyms: filter arm64's __efistub_ > symbols") updated the kallsyms code to filter out symbols with > the __efistub_ prefix explicitly, so we no longer require the > hack in our linker script to emit them as a

[PATCH] arm64: drop linker script hack to hide __efistub_ symbols

2018-11-30 Thread Ard Biesheuvel
Commit 1212f7a16af4 ("scripts/kallsyms: filter arm64's __efistub_ symbols") updated the kallsyms code to filter out symbols with the __efistub_ prefix explicitly, so we no longer require the hack in our linker script to emit them as absolute symbols. Cc: Nick Desaulniers Signed-off-by: Ard Bieshe