public inbox for linux-kernel-mentees@lists.linux-foundation.org
 help / color / mirror / Atom feed
From: Shuah Khan <skhan@linuxfoundation.org>
To: David Gow <davidgow@google.com>,
	Luis Felipe Hernandez <luis.hernandez093@gmail.com>
Cc: brendan.higgins@linux.dev, rmoar@google.com,
	linux-kselftest@vger.kernel.org, kunit-dev@googlegroups.com,
	linux-kernel-mentees@lists.linuxfoundation.org,
	Shuah Khan <skhan@linuxfoundation.org>
Subject: Re: [PATCH v5] lib/math: Add int_pow test suite
Date: Thu, 12 Sep 2024 10:08:05 -0600	[thread overview]
Message-ID: <b207948f-c8e8-4291-bb27-de3b6fa10e04@linuxfoundation.org> (raw)
In-Reply-To: <CABVgOSmpS4GN-iskm2DzebkxF-vcA3iJuba3YnicdNYwy+8mbQ@mail.gmail.com>

On 9/10/24 22:33, David Gow wrote:
> On Tue, 10 Sept 2024 at 09:10, Luis Felipe Hernandez
> <luis.hernandez093@gmail.com> wrote:
>>
>> Adds test suite for integer based power function.

It would be nice to see more details on what this test does>
What's the output look like?

I fixed it up with the details from the Kconfig. Please do make sure
to add test details in the commit long in the future.

There was a trailing whitespace I had to fix. Run checkpatch to verify
that there are no issues with the patch in future.

>>
>> Signed-off-by: Luis Felipe Hernandez <luis.hernandez093@gmail.com>
>> ---
>> Changes in v5:
>>    - Fix kernel test bot warning
>>    - Rebase with latest
>> Changes in v4:
>>    - Address checkpatch warning and make kconfig description longer
>>    - Use GPL-2.0-only for consistency
>>    - Spelling fix fith -> fifth
>> Changes in v3:
>>    - Fix compiler warning: explicitly define constant as unsigned int
>>    - Add changes in patch revisions
>> Changes in v2:
>>    - Address review feedback
>>    - Add kconfig entry
>>    - Use correct dir and file convention for KUnit
>>    - Fix typo
>>    - Remove unused static_stub header
>>    - Refactor test suite to use paramerterized test cases
>>    - Add close to max allowable value to in large_result test case
>>    - Add test case with non-power of two exponent
>>    - Fix module license
>> ---
> 
> Looks good to me, thanks!
> 
> Reviewed-by: David Gow <davidgow@google.com>
> 
> Cheers,
> -- David

thanks,
-- Shuah

      reply	other threads:[~2024-09-12 16:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-10  1:10 [PATCH v5] lib/math: Add int_pow test suite Luis Felipe Hernandez
2024-09-11  4:33 ` David Gow
2024-09-12 16:08   ` Shuah Khan [this message]

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=b207948f-c8e8-4291-bb27-de3b6fa10e04@linuxfoundation.org \
    --to=skhan@linuxfoundation.org \
    --cc=brendan.higgins@linux.dev \
    --cc=davidgow@google.com \
    --cc=kunit-dev@googlegroups.com \
    --cc=linux-kernel-mentees@lists.linuxfoundation.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=luis.hernandez093@gmail.com \
    --cc=rmoar@google.com \
    /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