Re: [PATCH v4] lib/math: Add int_pow test suite

2024-09-09 Thread kernel test robot
https://lore.kernel.org/r/20240908224901.78595-1-luis.hernandez093%40gmail.com patch subject: [PATCH v4] lib/math: Add int_pow test suite config: arm64-randconfig-002-20240909 (https://download.01.org/0day-ci/archive/20240910/202409100220.g9ghp1te-...@intel.com/config) compiler: clang version 20.0.0

Re: [PATCH v4] lib/math: Add int_pow test suite

2024-09-09 Thread kernel test robot
https://lore.kernel.org/r/20240908224901.78595-1-luis.hernandez093%40gmail.com patch subject: [PATCH v4] lib/math: Add int_pow test suite config: m68k-allmodconfig (https://download.01.org/0day-ci/archive/20240909/202409091732.x5cgqkbv-...@intel.com/config) compiler: m68k-linux-gcc (GCC) 14.1.0 reproduce (thi

[PATCH v4] lib/math: Add int_pow test suite

2024-09-08 Thread Luis Felipe Hernandez
Adds test suite for integer based power function. Signed-off-by: Luis Felipe Hernandez --- 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 defi