Re: [PATCH 11/11] kasan: docs: update tests section

From: Andrey Konovalov
Date: Fri Mar 12 2021 - 08:54:03 EST


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!