KUnit-compatible tests of KASAN bug detection capabilities
modulename: test_kasan.ko
configname: CONFIG_KASAN_KUNIT_TEST
Linux Kernel Configuration
└─>Kernel hacking
└─>Memory Debugging
└─>KASAN: runtime memory debugger
└─>KUnit-compatible tests of KASAN bug detection capabilities
In linux kernel since version 4.14.326 (release Date: 2023-09-23)
This is a KUnit test suite doing various nasty things like
out of bounds and use after free accesses. It is useful for testing
kernel debugging features like KASAN.
For more information on KUnit and unit tests in general, please refer
to the KUnit documentation in
out of bounds and use after free accesses. It is useful for testing
kernel debugging features like KASAN.
For more information on KUnit and unit tests in general, please refer
to the KUnit documentation in