KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflow
authorDavid Rientjes <rientjes@google.com>
Mon, 25 Mar 2019 18:47:31 +0000 (11:47 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 May 2019 05:21:50 +0000 (07:21 +0200)
commit82e8da1f1a91ab980bb9cfc35a059c314d0f26e0
tree0f2a12f10e0e71c890d6158c39743ff866f77e70
parent57186663b3a17f85bb098c736f3415deea6941da
KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflow

[ Upstream commit b86bc2858b389255cd44555ce4b1e427b2b770c0 ]

This ensures that the address and length provided to DBG_DECRYPT and
DBG_ENCRYPT do not cause an overflow.

At the same time, pass the actual number of pages pinned in memory to
sev_unpin_memory() as a cleanup.

Reported-by: Cfir Cohen <cfir@google.com>
Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/x86/kvm/svm.c