Re: [Patch v2] KVM: selftests: Make reclaim_period_ms input always be positive

From: Sean Christopherson
Date: Wed Feb 08 2023 - 09:40:58 EST


On Tue, Feb 07, 2023, Vipin Sharma wrote:
> On Tue, Feb 7, 2023 at 6:10 PM Sean Christopherson <seanjc@xxxxxxxxxx> wrote:
> >
> > On Wed, 11 Jan 2023 10:34:08 -0800, Vipin Sharma wrote:
> > > reclaim_period_ms use to be positive only but the commit 0001725d0f9b
> > > ("KVM: selftests: Add atoi_positive() and atoi_non_negative() for input
> > > validation") incorrectly changed it to non-negative validation.
> > >
> > > Change validation to allow only positive input.
> > >
> > >
> > > [...]
> >
> > Applied to kvm-x86 selftests, thanks!
>
> Just FYI, this patch has already been applied to kvm/master branch.
> https://git.kernel.org/pub/scm/virt/kvm/kvm.git/commit/?id=c2c46b10d52624376322b01654095a84611c7e09

Now I know why I was getting deja vu... Dropped, thanks Vipin!