On Mon, Jun 10, 2024 at 07:32:32AM +0100, Pierre-Clément Tosi wrote: > The invalid_host_el2_vect macro is used by EL2{t,h} handlers in nVHE > *host* context, which should never run with a guest context loaded. > Therefore, remove the superfluous vCPU context check and branch > unconditionally to hyp_panic. > > Signed-off-by: Pierre-Clément Tosi <ptosi@xxxxxxxxxx> > --- > arch/arm64/kvm/hyp/nvhe/host.S | 6 ------ > 1 file changed, 6 deletions(-) Acked-by: Will Deacon <will@xxxxxxxxxx> Will