Re: [PATCH v8 37/43] kasan, arm64: expand CONFIG_KASAN checks

2020-11-05 Thread Catalin Marinas
On Thu, Nov 05, 2020 at 12:18:52AM +0100, Andrey Konovalov wrote: > Some #ifdef CONFIG_KASAN checks are only relevant for software KASAN > modes (either related to shadow memory or compiler instrumentation). > Expand those into CONFIG_KASAN_GENERIC || CONFIG_KASAN_SW_TAGS. > > Signed-off-by:

[PATCH v8 37/43] kasan, arm64: expand CONFIG_KASAN checks

2020-11-04 Thread Andrey Konovalov
Some #ifdef CONFIG_KASAN checks are only relevant for software KASAN modes (either related to shadow memory or compiler instrumentation). Expand those into CONFIG_KASAN_GENERIC || CONFIG_KASAN_SW_TAGS. Signed-off-by: Andrey Konovalov Signed-off-by: Vincenzo Frascino --- Change-Id: