Hi David,
I wanted to follow up on this patch to check if any additional fixes
are needed. Additionally, I would like to address Andy Shevchenko's
feedback in v2 regarding moving the
lib/math/test/* Kunit test Kconfig entries from lib/Kconfig.debug
to lib/tests/Kconfig?
> > > > --- a/lib/Kconfi
On Thu, Oct 31, 2024 at 05:39:41PM -0700, Andrew Morton wrote:
> > > --- a/lib/math/Makefile
> > > +++ b/lib/math/Makefile
> > > @@ -9,3 +9,4 @@ obj-$(CONFIG_INT_POW_TEST) += tests/int_pow_kunit.o
> > > obj-$(CONFIG_TEST_DIV64)+= test_div64.o
> > > obj-$(CONFIG_TEST_MULDIV64) += te
On Thu, 31 Oct 2024 20:25:56 -0600 Shuah Khan wrote:
> >>> --- a/lib/math/Makefile
> >>> +++ b/lib/math/Makefile
> >>> @@ -9,3 +9,4 @@ obj-$(CONFIG_INT_POW_TEST) += tests/int_pow_kunit.o
> >>>obj-$(CONFIG_TEST_DIV64) += test_div64.o
> >>>obj-$(CONFIG_TEST_MULDIV64)+= test_mul_u
On Thu, 31 Oct 2024 20:25:56 -0600 Shuah Khan wrote:
> > What's this change about? It seems somewhat unrelated to adding a
> > single test. I mean, there's an unrelated test listed in
> > lib/math/tests/Makefile so what change does this patch have upon that
> > one?
> >
>
> I think this is a
On 10/31/24 18:39, Andrew Morton wrote:
On Thu, 31 Oct 2024 11:50:16 -0600 Shuah Khan wrote:
On 10/30/24 07:43, 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.
On Thu, 31 Oct 2024 11:50:16 -0600 Shuah Khan wrote:
> On 10/30/24 07:43, 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.
> >
> > Signed-off-by: Lui
On 10/30/24 07:43, 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.
Signed-off-by: Luis Felipe Hernandez
---
Changes in v2
- Add new line at the end of int_sqrt_
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.
Signed-off-by: Luis Felipe Hernandez
---
Changes in v2
- Add new line at the end of int_sqrt_kunit.c
- Add explicit header includes for MODULE