Test fortified str*() and mem*() function internals at runtime

modulename: fortify_kunit.ko

configname: CONFIG_FORTIFY_KUNIT_TEST

Linux Kernel Configuration
└─>Kernel hacking
└─>Kernel Testing and Coverage
└─>Runtime Testing
└─>KUnit - Enable support for unit tests
└─>Test fortified str*() and mem*() function internals at runtime
In linux kernel since version 4.14.326 (release Date: 2023-09-23)  
Builds unit tests for checking internals of FORTIFY_SOURCE as used
by the str*() and mem*() family of functions. For testing runtime
traps of FORTIFY_SOURCE, see LKDTM's "FORTIFY_*" tests.

source code: