On Tue, 10 Sept 2024 at 09:10, Luis Felipe Hernandez luis.hernandez093@gmail.com wrote:
Adds test suite for integer based power function.
Signed-off-by: Luis Felipe Hernandez luis.hernandez093@gmail.com
Changes in v5:
- Fix kernel test bot warning
- Rebase with latest
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 define constant as unsigned int
- Add changes in patch revisions
Changes in v2:
- Address review feedback
- Add kconfig entry
- Use correct dir and file convention for KUnit
- Fix typo
- Remove unused static_stub header
- Refactor test suite to use paramerterized test cases
- Add close to max allowable value to in large_result test case
- Add test case with non-power of two exponent
- Fix module license
Looks good to me, thanks!
Reviewed-by: David Gow davidgow@google.com
Cheers, -- David