On Fri, Mar 12, 2021 at 11:47 AM Marco Elver <elver@xxxxxxxxxx> wrote: > > On Thu, Mar 11, 2021 at 10:37PM +0100, Andrey Konovalov wrote: > [...] > > -With ``CONFIG_KUNIT`` enabled, ``CONFIG_KASAN_KUNIT_TEST`` can be built as > > -a loadable module and run on any architecture that supports KASAN by loading > > -the module with insmod or modprobe. The module is called ``test_kasan``. > > + With ``CONFIG_KUNIT`` enabled, KASAN-KUnit tests can be built as a loadable > > + module and run by loading the `test_kasan.ko`` with ``insmod`` or > > s/`test_kasan.ko``/``test_kasan.ko``/ > (Missing `) > > Also, "the" before test_kasan.ko is incorrect if nothing follows ("the > test_kasan.ko module" on the other hand would be fine). Will fix both, thanks!