Re: [PATCH v2 0/2] riscv asan-stack fixes

From: Palmer Dabbelt
Date: Fri Oct 29 2021 - 14:08:32 EST


On Thu, 28 Oct 2021 21:59:25 PDT (-0700), alexandre.ghiti@xxxxxxxxxxxxx wrote:
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(-)

Thanks, these are on fixes.