Re: [patch] kvm: svm: fix potential get_num_contig_pages overflow

From: David Rientjes
Date: Thu Apr 04 2019 - 16:55:18 EST


On Wed, 20 Mar 2019, Singh, Brijesh wrote:

> > get_num_contig_pages() could potentially overflow int so make its type
> > consistent with its usage.
> >
> > Reported-by: Cfir Cohen <cfir@xxxxxxxxxx>
> > Signed-off-by: David Rientjes <rientjes@xxxxxxxxxx>
> > ---
> > arch/x86/kvm/svm.c | 10 +++++-----
> > 1 file changed, 5 insertions(+), 5 deletions(-)
> >
>
> Reviewed-by: Brijesh Singh <brijesh.singh@xxxxxxx>
>

Paolo, Radim, I don't see this in kvm.git, is it ready to be staged?