]> git.baikalelectronics.ru Git - kernel.git/commit
efi/libstub/arm: Omit unneeded stripping of ksymtab/kcrctab sections
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 28 Mar 2019 19:34:29 +0000 (20:34 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 29 Mar 2019 06:35:00 +0000 (07:35 +0100)
commite13e3a7e6a45b169018c63b5947825ae72b6b16e
treef892eda499e9048e6cf2b2519dbc4eca5f0cccc3
parentfbf9c6163e1f52d089699a87772bce0bcf1a8603
efi/libstub/arm: Omit unneeded stripping of ksymtab/kcrctab sections

Commit 602bca1616aa1 ("module: allow symbol exports to be disabled")
introduced a way to inhibit generation of kcrctab/ksymtab sections
when building ordinary kernel code to be used in a different execution
context (decompressor, EFI stub, etc)

That means we no longer have to strip those sections explicitly when
building the EFI libstub objects, so drop this from the Makefile.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Matt Fleming <matt@codeblueprint.co.uk>
Cc: Nick Desaulniers <ndesaulniers@google.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-efi@vger.kernel.org
Link: http://lkml.kernel.org/r/20190328193429.21373-6-ard.biesheuvel@linaro.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
drivers/firmware/efi/libstub/Makefile