Re: [PATCH v6 04/18] kasan: sw_tags: Support tag widths less than 8 bits
From: Alexander Potapenko
Date: Mon Nov 10 2025 - 12:38:50 EST
> +++ b/include/linux/kasan-tags.h
> @@ -2,13 +2,16 @@
> #ifndef _LINUX_KASAN_TAGS_H
> #define _LINUX_KASAN_TAGS_H
>
> +#include <asm/kasan.h>
In Patch 07, this is changed to `#include <asm/kasan-tags.h>` what is
the point of doing that?
Wouldn't it be better to move the addition of kasan-tags.h for
different arches to this patch from Patch 07?