]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: arm64: Fix missing <asm/stackpage/nvhe.h> include
authorBen Dooks <ben.dooks@codethink.co.uk>
Mon, 12 Jan 2026 16:04:13 +0000 (16:04 +0000)
committerMarc Zyngier <maz@kernel.org>
Wed, 14 Jan 2026 11:21:31 +0000 (11:21 +0000)
commit4b16ad0bf821d4aceb050e9f569dc329883f1c5b
tree61cb655b3efeca817d3d234a87d74fc00a52a4cf
parent8e8eb10c107e67f22f87cd8c963d30ea73f04d5f
KVM: arm64: Fix missing <asm/stackpage/nvhe.h> include

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>
Link: https://patch.msgid.link/20260112160413.603493-1-ben.dooks@codethink.co.uk
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/arm.c