Re: [PATCH mm v2 1/3] kasan: switch kunit tests to console tracepoints

From: Andrey Konovalov
Date: Tue Sep 27 2022 - 14:12:13 EST


On Tue, Sep 27, 2022 at 7:12 PM Marco Elver <elver@xxxxxxxxxx> wrote:
>
> On Tue, 27 Sept 2022 at 19:09, <andrey.konovalov@xxxxxxxxx> wrote:
> >
> > From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
> >
> > Switch KUnit-compatible KASAN tests from using per-task KUnit resources
> > to console tracepoints.
> >
> > This allows for two things:
> >
> > 1. Migrating tests that trigger a KASAN report in the context of a task
> > other than current to KUnit framework.
> > This is implemented in the patches that follow.
> >
> > 2. Parsing and matching the contents of KASAN reports.
> > This is not yet implemented.
> >
> > Signed-off-by: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
>
> Reviewed-by: Marco Elver <elver@xxxxxxxxxx>

Thanks, Marco!

Andrew, could you consider picking up this series into mm? Thank you!