Re: [RFC PATCH v2 09/26] KVM: arm64: Allow using kvm_nvhe_sym() in hyp code

From: Will Deacon
Date: Mon Feb 01 2021 - 13:44:11 EST


On Fri, Jan 08, 2021 at 12:15:07PM +0000, Quentin Perret wrote:
> In order to allow the usage of code shared by the host and the hyp in
> static inline library function, allow the usage of kvm_nvhe_sym() at el2

typo: functions

> by defaulting to the raw symbol name.
>
> Signed-off-by: Quentin Perret <qperret@xxxxxxxxxx>
> ---
> arch/arm64/include/asm/hyp_image.h | 4 ++++
> 1 file changed, 4 insertions(+)

Acked-by: Will Deacon <will@xxxxxxxxxx>

Will