Currently, if a KASAN configuration doesn't support vmalloc, VMAP_STACK will be silently turned off. Instead, we should make such configurations depend on !VMAP_STACK. Reported-by: Will Deacon <will@kernel.org>