From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Luis Felipe Hernandez <luis.hernandez093@gmail.com>
Cc: brendan.higgins@linux.dev, davidgow@google.com,
linux-kselftest@vger.kernel.org, kunit-dev@googlegroups.com,
skhan@linuxfoundation.org, ricardo@marliere.net,
linux-kernel-mentees@lists.linuxfoundation.org,
davidlohr.bueso@hp.com
Subject: Re: [PATCH] lib/math: Add int_sqrt test suite
Date: Thu, 24 Oct 2024 22:35:18 +0300 [thread overview]
Message-ID: <ZxqhdgDr_s_4UON7@smile.fi.intel.com> (raw)
In-Reply-To: <20241024191730.69542-1-luis.hernandez093@gmail.com>
On Thu, Oct 24, 2024 at 03:17:28PM -0400, Luis Felipe Hernandez wrote:
> Adds test suite for integer based square root function.
>
> The test suite is designed to verify the correctness of the int_sqrt
> math library function.
...
> obj-$(CONFIG_TEST_DIV64) += test_div64.o
> obj-$(CONFIG_TEST_MULDIV64) += test_mul_u64_u64_div_u64.o
> obj-$(CONFIG_RATIONAL_KUNIT_TEST) += rational-test.o
> +obj-y += tests/
> \ No newline at end of file
^^^ Please, fix this.
...
> +#include <kunit/test.h>
+ limits.h
> +#include <linux/math.h>
+ module.h
+ string.h
--
With Best Regards,
Andy Shevchenko
prev parent reply other threads:[~2024-10-24 19:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-24 19:17 [PATCH] lib/math: Add int_sqrt test suite Luis Felipe Hernandez
2024-10-24 19:35 ` Andy Shevchenko [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=ZxqhdgDr_s_4UON7@smile.fi.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=brendan.higgins@linux.dev \
--cc=davidgow@google.com \
--cc=davidlohr.bueso@hp.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=ricardo@marliere.net \
--cc=skhan@linuxfoundation.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