2021-05-06 23:33:38

by Sean Christopherson

[permalink] [raw]
Subject: [PATCH 0/2] KVM: SVM: Fix error handling bugs in SEV migration

Fixes for bugs reported by Dan Carpenter, found by static analysis. All
credit goes to Dan, the bug report all but wrote the code for me.

Compile tested only, I don't have a SEV migration sussed out yet.

Sean Christopherson (2):
KVM: SVM: Return -EFAULT if copy_to_user() for SEV mig packet header
fails
KVM: SVM: Fix sev_pin_memory() error checks in SEV migration utilities

arch/x86/kvm/svm/sev.c | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

--
2.31.1.607.g51e8a6a459-goog


2021-07-07 14:00:04

by Dan Carpenter

[permalink] [raw]
Subject: Re: [PATCH 0/2] KVM: SVM: Fix error handling bugs in SEV migration

These patches were never applied.

regards,
dan carpenter

2021-07-08 17:25:48

by Paolo Bonzini

[permalink] [raw]
Subject: Re: [PATCH 0/2] KVM: SVM: Fix error handling bugs in SEV migration

On 07/07/21 15:42, Dan Carpenter wrote:
> These patches were never applied.
>
> regards,
> dan carpenter
>

Queued now, thanks for the reminder!

Paolo