[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <36ee367e-3575-a237-991e-4cab07ce7041@redhat.com>
Date: Wed, 6 Oct 2021 15:36:44 +0200
From: Paolo Bonzini <pbonzini@...hat.com>
To: Sasha Levin <sashal@...nel.org>, linux-kernel@...r.kernel.org,
stable@...r.kernel.org
Cc: Maxim Levitsky <mlevitsk@...hat.com>, tglx@...utronix.de,
mingo@...hat.com, bp@...en8.de, x86@...nel.org, kvm@...r.kernel.org
Subject: Re: [PATCH MANUALSEL 5.14 8/9] KVM: x86: nSVM: restore int_vector in
svm_clear_vintr
On 06/10/21 15:30, Sasha Levin wrote:
> From: Maxim Levitsky <mlevitsk@...hat.com>
>
> [ Upstream commit aee77e1169c1900fe4248dc186962e745b479d9e ]
>
> In svm_clear_vintr we try to restore the virtual interrupt
> injection that might be pending, but we fail to restore
> the interrupt vector.
>
> Signed-off-by: Maxim Levitsky <mlevitsk@...hat.com>
> Message-Id: <20210914154825.104886-2-mlevitsk@...hat.com>
> Signed-off-by: Paolo Bonzini <pbonzini@...hat.com>
> Signed-off-by: Sasha Levin <sashal@...nel.org>
> ---
> arch/x86/kvm/svm/svm.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/x86/kvm/svm/svm.c b/arch/x86/kvm/svm/svm.c
> index 69639f9624f5..19d6ffdd3f73 100644
> --- a/arch/x86/kvm/svm/svm.c
> +++ b/arch/x86/kvm/svm/svm.c
> @@ -1601,6 +1601,8 @@ static void svm_clear_vintr(struct vcpu_svm *svm)
>
> svm->vmcb->control.int_ctl |= svm->nested.ctl.int_ctl &
> V_IRQ_INJECTION_BITS_MASK;
> +
> + svm->vmcb->control.int_vector = svm->nested.ctl.int_vector;
> }
>
> vmcb_mark_dirty(svm->vmcb, VMCB_INTR);
>
Acked-by: Paolo Bonzini <pbonzini@...hat.com>
Powered by blists - more mailing lists