Integer exponentiation (int_pow) test

modulename: int_pow_kunit.ko

configname: CONFIG_INT_POW_KUNIT_TEST

Linux Kernel Configuration
└─>Kernel hacking
└─>Kernel Testing and Coverage
└─>Runtime Testing
└─>KUnit - Enable support for unit tests
└─>Integer exponentiation (int_pow) test
In linux kernel since version 6.6.86 (release Date: 2025-04-07)  
This option enables the KUnit test suite for the int_pow function,
which performs integer exponentiation. The test suite is designed to
verify that the implementation of int_pow correctly computes the power
of a given base raised to a given exponent.

Enabling this option will include tests that check various scenarios
and edge cases to ensure the accuracy and reliability of the exponentiation
function.

If unsure, say N

source code: