Re: [PATCH] LoongArch: Add kernel address sanitizer support

From: Andrey Konovalov
Date: Fri Mar 31 2023 - 11:58:50 EST


On Thu, Mar 30, 2023 at 6:32 AM Qing Zhang <zhangqing@xxxxxxxxxxx> wrote:
>
> > I get that, but you already added a special case for
> > __HAVE_ARCH_SHADOW_MAP to addr_has_metadata, so you can just call it?
> >
> ok, all the changes are going to be in v2.

Could you also please put changes to the common KASAN code into a
separate patch/patches? This will simplify any potential backporting
of common KASAN code changes in the future.

Thanks!