On Wed, Nov 02, 2022, Vipin Sharma wrote: > Many KVM selftests take command line arguments which are supposed to be > positive (>0) or non-negative (>=0). Some tests do these validation and > some missed adding the check. > > Add atoi_positive() and atoi_non_negative() to validate inputs in > selftests before proceeding to use those values. > > Signed-off-by: Vipin Sharma <vipinsh@xxxxxxxxxx> > --- Reviewed-by: Sean Christopherson <seanjc@xxxxxxxxxx>