[PATCH] KVM: arm64: fix missing <asm/stackpage/nvhe.h> include

Ben Dooks posted 1 patch 3 weeks, 4 days ago
arch/arm64/kvm/arm.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] KVM: arm64: fix missing <asm/stackpage/nvhe.h> include
Posted by Ben Dooks 3 weeks, 4 days ago
Include <asm/stackpage/nvhe.h> for kvm_arm_hyp_stack_base
declaration which fixes the following sparse warning:

arch/arm64/kvm/arm.c:63:1: warning: symbol 'kvm_arm_hyp_stack_base' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
---
 arch/arm64/kvm/arm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/kvm/arm.c b/arch/arm64/kvm/arm.c
index 4f80da0c0d1d..b3543ad2eb44 100644
--- a/arch/arm64/kvm/arm.c
+++ b/arch/arm64/kvm/arm.c
@@ -40,6 +40,7 @@
 #include <asm/kvm_pkvm.h>
 #include <asm/kvm_ptrauth.h>
 #include <asm/sections.h>
+#include <asm/stacktrace/nvhe.h>
 
 #include <kvm/arm_hypercalls.h>
 #include <kvm/arm_pmu.h>
-- 
2.37.2.352.g3c44437643
Re: [PATCH] KVM: arm64: fix missing <asm/stackpage/nvhe.h> include
Posted by Marc Zyngier 3 weeks, 3 days ago
On Mon, 12 Jan 2026 16:04:13 +0000, Ben Dooks wrote:
> Include <asm/stackpage/nvhe.h> for kvm_arm_hyp_stack_base
> declaration which fixes the following sparse warning:
> 
> arch/arm64/kvm/arm.c:63:1: warning: symbol 'kvm_arm_hyp_stack_base' was not declared. Should it be static?
> 
> 

Applied to next, thanks!

[1/1] KVM: arm64: fix missing <asm/stackpage/nvhe.h> include
      commit: 4b16ad0bf821d4aceb050e9f569dc329883f1c5b

Cheers,

	M.
-- 
Without deviation from the norm, progress is not possible.