diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2020-07-14 17:23:51 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-02 12:23:06 +0300 |
commit | ff2bd9ff115218c144441e1df0370d9083b82866 (patch) | |
tree | 29bbf2f6ba502e491e80ca23f18f86bce982e71a /arch/x86/include/asm/idtentry.h | |
parent | a445fc457d2886a1264ec09c34f4000d1b30784d (diff) | |
download | linux-ff2bd9ff115218c144441e1df0370d9083b82866.tar.xz |
KVM: SVM: Fix sev_pin_memory() error handling
The sev_pin_memory() function was modified to return error pointers
instead of NULL but there are two problems. The first problem is that
if "npages" is zero then it still returns NULL. Secondly, several of
the callers were not updated to check for error pointers instead of
NULL.
Either one of these issues will lead to an Oops.
Fixes: a8d908b5873c ("KVM: x86: report sev_pin_memory errors with PTR_ERR")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Message-Id: <20200714142351.GA315374@mwanda>
Reviewed-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/include/asm/idtentry.h')
0 files changed, 0 insertions, 0 deletions