"KVM: selftests:" please. And when sending a new version, bump the version number, i.e. the subject should read "[PATCH v2] ..." On Thu, Feb 16, 2023, Anish Moorthy wrote: > demand_paging_test uses 1E8 as the denominator to convert nanoseconds to > seconds, which is wrong. Use NSEC_PER_SEC instead to fix the issue and > make the conversion obvious. > > Reported-by: James Houghton <jthoughton@xxxxxxxxxx> > Signed-off-by: Anish Moorthy <amoorthy@xxxxxxxxxx> > Reviewed-by: Oliver Upton <oliver.upton@xxxxxxxxx> > Reviewed-by: Sean Christopherson <seanjc@xxxxxxxxxx> > ---