KUnit-compatible tests of KASAN bug detection capabilities

modulename: kasan_test.ko

configname: CONFIG_KASAN_KUNIT_TEST

Linux Kernel Configuration
└─>Kernel hacking
└─>Memory Debugging
└─>KASAN: dynamic memory safety error detector
└─>KUnit-compatible tests of KASAN bug detection capabilities
In linux kernel since version 4.14.326 (release Date: 2023-09-23)  
A KUnit-based KASAN test suite. Triggers different kinds of
out-of-bounds and use-after-free accesses. Useful for testing whether
KASAN can detect certain bug types.

For more information on KUnit and unit tests in general, please refer
to the KUnit documentation in
source code:
depends
CONFIG_KASAN
CONFIG_KUNIT
CONFIG_TRACEPOINTS