]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm64: Restore missing ISB on nVHE __tlb_switch_to_guest
authorMarc Zyngier <maz@kernel.org>
Mon, 13 Jul 2020 14:15:14 +0000 (15:15 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 1 Oct 2020 08:53:45 +0000 (09:53 +0100)
commit35c5abc67b9a79236fbbf48d6c2a86230c8166ee
tree5f28be95ed0a4f5cebf3237ed5d33be3d4902d14
parent763878ee5351d7b90164aa8245af39ec34806acd
KVM: arm64: Restore missing ISB on nVHE __tlb_switch_to_guest

Commit 6f634f47be56 ("KVM: arm64: Factor out stage 2 page table
data from struct kvm") dropped the ISB after __load_guest_stage2(),
only leaving the one that is required when the speculative AT
workaround is in effect.

As Andrew points it: "This alternative is 'backwards' to avoid a
double ISB as there is one in __load_guest_stage2 when the workaround
is active."

Restore the missing ISB, conditionned on the AT workaround not being
active.

Fixes: 6f634f47be56 ("KVM: arm64: Factor out stage 2 page table data from struct kvm")
Reported-by: Andrew Scull <ascull@google.com>
Reported-by: Thomas Tai <thomas.tai@oracle.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/hyp/nvhe/tlb.c