[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y2MIoj1mfTN9YrIF@google.com>
Date: Thu, 3 Nov 2022 00:17:38 +0000
From: Sean Christopherson <seanjc@...gle.com>
To: Vipin Sharma <vipinsh@...gle.com>
Cc: pbonzini@...hat.com, dmatlack@...gle.com, andrew.jones@...ux.dev,
wei.w.wang@...el.com, kvm@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v8 6/7] KVM: selftests: Add atoi_positive() and
atoi_non_negative() for input validation
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@...gle.com>
> ---
Reviewed-by: Sean Christopherson <seanjc@...gle.com>
Powered by blists - more mailing lists