Re: [PATCH 00/11] KASan for arm

From: Arnd Bergmann
Date: Thu Oct 12 2017 - 03:38:55 EST


On Wed, Oct 11, 2017 at 10:22 AM, Abbott Liu <liuwenliang@xxxxxxxxxx> wrote:
> Hi,all:
> These patches add arch specific code for kernel address sanitizer
> (see Documentation/kasan.txt).

Nice!

When I build-tested KASAN on x86 and arm64, I ran into a lot of build-time
regressions (mostly warnings but also some errors), so I'd like to give it
a spin in my randconfig tree before this gets merged. Can you point me
to a git URL that I can pull into my testing tree?

I could of course apply the patches from email, but I expect that there
will be updated versions of the series, so it's easier if I can just pull
the latest version.

Arnd