Re: [PATCH v2] lib/math: Add int_sqrt test suite

2024-10-25 Thread kernel test robot
rnel.org/r/20241024195511.72674-1-luis.hernandez093%40gmail.com patch subject: [PATCH v2] lib/math: Add int_sqrt test suite config: i386-buildonly-randconfig-001-20241026 (https://download.01.org/0day-ci/archive/20241026/202410260709.2xvfasbv-...@intel.com/config) compiler: clang version 19.

Re: [PATCH v2] lib/math: Add int_sqrt test suite

2024-10-25 Thread kernel test robot
rnel.org/r/20241024195511.72674-1-luis.hernandez093%40gmail.com patch subject: [PATCH v2] lib/math: Add int_sqrt test suite config: m68k-sun3_defconfig (https://download.01.org/0day-ci/archive/20241026/202410260915.z3q6zogs-...@intel.com/config) compiler: m68k-linux-gcc (GCC) 13.3.0 reproduce (thi

Re: [PATCH v2] lib/math: Add int_sqrt test suite

2024-10-25 Thread Luis Felipe Hernandez
Thank you for your feedback and patience Andy. I apologize about the hastiness of the v2 patch. I've addressed the feedback and would like to wait for any additional reviews before sending out a v3. In the meantime I wanted to answer the questions posed to the best of my ability. > Shouldn't the

Re: [PATCH v2] lib/math: Add int_sqrt test suite

2024-10-25 Thread Andy Shevchenko
On Fri, Oct 25, 2024 at 03:16:41PM -0400, Luis Felipe Hernandez wrote: > Thank you for your feedback and patience Andy. I apologize about the > hastiness of the v2 patch. I've addressed the feedback and would like to > wait for any additional reviews before sending out a v3. > > In the meantime I

Re: [PATCH v2] lib/math: Add int_sqrt test suite

2024-10-25 Thread Andy Shevchenko
On Thu, Oct 24, 2024 at 03:55:09PM -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 int_aqrt() > math library function. ... > --- a/lib/Kconfig.debug > +++ b/lib/Kconfig.debug

[PATCH v2] lib/math: Add int_sqrt test suite

2024-10-24 Thread Luis Felipe Hernandez
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 --- lib/Kconfig.debug | 16 +++ lib/math/Makefile | 1 + lib/math/tests/M