This small patchset fixes asan-stack for riscv.
Changes in v2:
* fix KASAN_VMALLOC=n
* swap both patches in order not to have a non-bootable kernel commit
Alexandre Ghiti (2):
riscv: Do not re-populate shadow memory with
kasan_populate_early_shadow
riscv: Fix asan-stack clang build
arch/riscv/Kconfig | 6 ++++++
arch/riscv/include/asm/kasan.h | 3 +--
arch/riscv/mm/kasan_init.c | 14 +++-----------
3 files changed, 10 insertions(+), 13 deletions(-)