Re: [PATCH mm v4 20/39] kasan: add wrappers for vmalloc hooks

From: Alexander Potapenko
Date: Tue Dec 21 2021 - 09:22:23 EST


On Mon, Dec 20, 2021 at 11:00 PM <andrey.konovalov@xxxxxxxxx> wrote:
>
> From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
>
> Add wrappers around functions that [un]poison memory for vmalloc
> allocations. These functions will be used by HW_TAGS KASAN and
> therefore need to be disabled when kasan=off command line argument
> is provided.
>
> This patch does no functional changes for software KASAN modes.
>
> Signed-off-by: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
Reviewed-by: Alexander Potapenko <glider@xxxxxxxxxx>