Re: [PATCH v6 07/18] kasan: arm64: x86: Make special tags arch specific
From: Alexander Potapenko
Date: Tue Nov 11 2025 - 04:35:28 EST
> -#include <asm/kasan.h>
> +#if defined(CONFIG_KASAN_SW_TAGS) || defined(CONFIG_KASAN_HW_TAGS)
> +#include <asm/kasan-tags.h>
Perhaps moving this part to patch 04, along with the newly added
kasan-tags.h, would be cleaner.