lib/math: add int_sqrt test suite
authorLuis Felipe Hernandez <luis.hernandez093@gmail.com>
Fri, 13 Dec 2024 04:26:50 +0000 (23:26 -0500)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 13 Jan 2025 04:21:08 +0000 (20:21 -0800)
commit0fafc9e1563fbacb92b19ccbde5b8e73280d34b7
tree493e19660ea040eaf7490f79fa44c0d7815169d5
parenteb7a18ebd6c72c11494215da603474099b4455af
lib/math: add int_sqrt test suite

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.

Link: https://lkml.kernel.org/r/20241213042701.1037467-1-luis.hernandez093@gmail.com
Signed-off-by: Luis Felipe Hernandez <luis.hernandez093@gmail.com>
Reviewed-by: Kuan-Wei Chiu <visitorckw@gmail.com>
Cc: David Gow <davidgow@google.com>
Cc: Ricardo B. Marliere <rbm@suse.com>
Cc: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/Kconfig.debug
lib/math/Makefile
lib/math/tests/Makefile
lib/math/tests/int_sqrt_kunit.c [new file with mode: 0644]