Re: [PATCH mm v3 18/38] kasan, vmalloc: drop outdated VM_KASAN comment

From: Alexander Potapenko
Date: Thu Dec 16 2021 - 05:54:26 EST


On Mon, Dec 13, 2021 at 10:53 PM <andrey.konovalov@xxxxxxxxx> wrote:
>
> From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
>
> The comment about VM_KASAN in include/linux/vmalloc.c is outdated.
> VM_KASAN is currently only used to mark vm_areas allocated for
> kernel modules when CONFIG_KASAN_VMALLOC is disabled.
>
> Drop the comment.
>
> Signed-off-by: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
Reviewed-by: Alexander Potapenko <glider@xxxxxxxxxx>