KUnit Test for integer hash functions

modulename: test_hash.ko

configname: CONFIG_HASH_KUNIT_TEST

Linux Kernel Configuration
└─>Kernel hacking
└─>Kernel Testing and Coverage
└─>Runtime Testing
└─>KUnit - Enable support for unit tests
└─>KUnit Test for integer hash functions
In linux kernel since version 4.14.326 (release Date: 2023-09-23)
Enable this option to test the kernel's string (<linux/stringhash.h>), and
integer (<linux/hash.h>) hash functions on boot.

KUnit tests run during boot and output the results to the debug log
in TAP format (https://testanything.org/). Only useful for kernel devs
running the KUnit test harness, and not intended for inclusion into a
production build.

For more information on KUnit and unit tests in general please refer
to the KUnit documentation in <a href="https://www.kernel.org/doc/Documentation/dev-tools/kunit/.

This">Documentation/dev-tools/kunit/.

This</a> is intended to help people writing architecture-specific
optimized versions. If unsure, say N.
source code: