From: Peter Xu <peterx@redhat.com>
To: Andrew Jones <drjones@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
Dan Carpenter <dan.carpenter@oracle.com>,
Ben Gardon <bgardon@google.com>, Shuah Khan <shuah@kernel.org>,
kvm@vger.kernel.org, linux-kselftest@vger.kernel.org,
kernel-janitors@vger.kernel.org
Subject: Re: [PATCH] KVM: selftests: delete some dead code
Date: Fri, 5 Jun 2020 08:48:16 -0400 [thread overview]
Message-ID: <20200605124816.GB55548@xz-x1> (raw)
In-Reply-To: <20200605115316.z5tavmf5rjobypve@kamzik.brq.redhat.com>
On Fri, Jun 05, 2020 at 01:53:16PM +0200, Andrew Jones wrote:
> On Fri, Jun 05, 2020 at 01:16:59PM +0200, Paolo Bonzini wrote:
> > On 05/06/20 13:00, Dan Carpenter wrote:
> > > The "uffd_delay" variable is unsigned so it's always going to be >= 0.
> > >
> > > Fixes: 0119cb365c93 ("KVM: selftests: Add configurable demand paging delay")
> > > Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
> > > ---
> > > tools/testing/selftests/kvm/demand_paging_test.c | 2 --
> > > 1 file changed, 2 deletions(-)
> > >
> > > diff --git a/tools/testing/selftests/kvm/demand_paging_test.c b/tools/testing/selftests/kvm/demand_paging_test.c
> > > index 360cd3ea4cd67..4eb79621434e6 100644
> > > --- a/tools/testing/selftests/kvm/demand_paging_test.c
> > > +++ b/tools/testing/selftests/kvm/demand_paging_test.c
> > > @@ -615,8 +615,6 @@ int main(int argc, char *argv[])
> > > break;
> > > case 'd':
> > > uffd_delay = strtoul(optarg, NULL, 0);
> > > - TEST_ASSERT(uffd_delay >= 0,
> > > - "A negative UFFD delay is not supported.");
> > > break;
> > > case 'b':
> > > vcpu_memory_bytes = parse_size(optarg);
> > >
> >
> > The bug is that strtoul is "impossible" to use correctly.
Could I ask why?
> > The right fix
> > would be to have a replacement for strtoul.
>
> The test needs an upper limit. It obviously doesn't make sense to ever
> want a ULONG_MAX usec delay. What's the maximum number of usecs we should
> allow?
Maybe this test can also be used to emulate a hang-forever kvm mmu fault due to
some reason we wanted, by specifying an extremely large value here? From that
POV, seems still ok to even keep it unbound as a test...
Thanks,
--
Peter Xu
next prev parent reply other threads:[~2020-06-05 12:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-05 11:00 [PATCH] KVM: selftests: delete some dead code Dan Carpenter
2020-06-05 11:16 ` Paolo Bonzini
2020-06-05 11:53 ` Andrew Jones
2020-06-05 12:48 ` Peter Xu [this message]
2020-06-05 13:26 ` Paolo Bonzini
2020-06-05 17:39 ` Peter Xu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200605124816.GB55548@xz-x1 \
--to=peterx@redhat.com \
--cc=bgardon@google.com \
--cc=dan.carpenter@oracle.com \
--cc=drjones@redhat.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=kvm@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=shuah@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox