Re: [PATCH v6 03/10] arm64/hyperv: Add some missing functions to arm64
From: Easwar Hariharan
Date: Wed Mar 19 2025 - 00:08:23 EST
On 3/14/2025 12:28 PM, Nuno Das Neves wrote:
> These non-nested msr and fast hypercall functions are present in x86,
> but they must be available in both architectures for the root partition
> driver code.
>
> While at it, remove the redundant 'extern' keywords from the
> hv_do_hypercall() variants in asm-generic/mshyperv.h.
>
> Signed-off-by: Nuno Das Neves <nunodasneves@xxxxxxxxxxxxxxxxxxx>
> Reviewed-by: Stanislav Kinsburskii <skinsburskii@xxxxxxxxxxxxxxxxxxx>
> Reviewed-by: Roman Kisel <romank@xxxxxxxxxxxxxxxxxxx>
> ---
> arch/arm64/hyperv/hv_core.c | 17 +++++++++++++++++
> arch/arm64/include/asm/mshyperv.h | 13 +++++++++++++
> include/asm-generic/mshyperv.h | 6 ++++--
> 3 files changed, 34 insertions(+), 2 deletions(-)
>
Looks good to me.
Reviewed-by: Easwar Hariharan <eahariha@xxxxxxxxxxxxxxxxxxx>