Re: [PATCH v2 0/7] KASan for arm

From: Joel Stanley
Date: Sun Mar 25 2018 - 19:59:02 EST


On 18 March 2018 at 23:23, Abbott Liu <liuwenliang@xxxxxxxxxx> wrote:

> These patches add arch specific code for kernel address sanitizer
> (see Documentation/kasan.txt).

Thanks for implementing this. I gave the series a spin on an ASPEED
ast2500 (ARMv5) system with aspeed_g5_defconfig.

It found a bug in the NCSI code (https://github.com/openbmc/linux/issues/146).

Tested-by: Joel Stanley <joel@xxxxxxxxx>

Cheers,

Joel