KVM: arm64: Stop mapping current thread_info at EL2
authorMarc Zyngier <maz@kernel.org>
Thu, 21 Oct 2021 13:18:00 +0000 (14:18 +0100)
committerMarc Zyngier <maz@kernel.org>
Mon, 22 Nov 2021 16:01:39 +0000 (16:01 +0000)
commitbee14bca735a6f897a6ec3e42f3e5d2d8966e87e
tree2bc76e8866e1c7ac3f75bda9af8527507f13a954
parentaf9a0e21d817f40595aa629de32d3bd96582abef
KVM: arm64: Stop mapping current thread_info at EL2

Now that we can track an equivalent of TIF_FOREIGN_FPSTATE, drop
the mapping of current's thread_info at EL2.

Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/kvm_host.h
arch/arm64/kvm/fpsimd.c
arch/arm64/kvm/hyp/include/hyp/switch.h
arch/arm64/kvm/hyp/nvhe/switch.c
arch/arm64/kvm/hyp/vhe/switch.c