Re: [PATCH v13 0/5] KASAN-KUnit Integration

From: Andrey Konovalov
Date: Thu Sep 10 2020 - 14:44:40 EST


On Thu, Sep 10, 2020 at 9:03 AM David Gow <davidgow@xxxxxxxxxx> wrote:
>
> This patchset contains everything needed to integrate KASAN and KUnit.
>
> KUnit will be able to:
> (1) Fail tests when an unexpected KASAN error occurs
> (2) Pass tests when an expected KASAN error occurs
>
> Convert KASAN tests to KUnit with the exception of copy_user_test
> because KUnit is unable to test those.
>
> Add documentation on how to run the KASAN tests with KUnit and what to
> expect when running these tests.
>
> The dependencies for this patchset are all present in 5.9-rc1+.

Hi Andrew,

Could you consider taking this for 5.10?

Thanks!