Searched hist:bbc075e01ceac50e0a8353b520544f3089e94e44 (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | Makefile | diff bbc075e01ceac50e0a8353b520544f3089e94e44 Wed Feb 03 15:19:31 CET 2021 Quentin Perret <qperret@google.com> KVM: arm64: Stub EXPORT_SYMBOL for nVHE EL2 code
In order to ensure the module loader does not get confused if a symbol is exported in EL2 nVHE code (as will be the case when we will compile e.g. lib/memset.S into the EL2 object), make sure to stub all exports using __DISABLE_EXPORTS in the nvhe folder.
Suggested-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Quentin Perret <qperret@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20210203141931.615898-3-qperret@google.com
|