Re: [PATCH v2 33/37] kasan, arm64: implement HW_TAGS runtime

From: Catalin Marinas
Date: Thu Sep 17 2020 - 13:11:15 EST


On Tue, Sep 15, 2020 at 11:16:15PM +0200, Andrey Konovalov wrote:
> Provide implementation of KASAN functions required for the hardware
> tag-based mode. Those include core functions for memory and pointer
> tagging (tags_hw.c) and bug reporting (report_tags_hw.c). Also adapt
> common KASAN code to support the new mode.
>
> Signed-off-by: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
> Signed-off-by: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>

For the arm64 bits in this patch:

Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx>