Re: [PATCH v15 8/8] kasan, arm64: tests supports for HW_TAGS async mode

From: Andrey Konovalov
Date: Fri Mar 12 2021 - 09:50:35 EST


On Fri, Mar 12, 2021 at 3:22 PM Vincenzo Frascino
<vincenzo.frascino@xxxxxxx> wrote:
>
> From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
>
> This change adds KASAN-KUnit tests support for the async HW_TAGS mode.
>
> In async mode, tag fault aren't being generated synchronously when a
> bad access happens, but are instead explicitly checked for by the kernel.
>
> As each KASAN-KUnit test expect a fault to happen before the test is over,
> check for faults as a part of the test handler.
>
> Signed-off-by: Andrey Konovalov <andreyknvl@xxxxxxxxxx>

I believe this needs your Signed-off-by as well, Vincenzo.