Re: [PATCH 05/11] Disable kasan's instrumentation

From: Florian Fainelli
Date: Wed Oct 11 2017 - 15:17:01 EST


On 10/11/2017 01:22 AM, Abbott Liu wrote:
> From: Andrey Ryabinin <a.ryabinin@xxxxxxxxxxx>
>
> To avoid some build and runtime errors, compiler's instrumentation must
> be disabled for code not linked with kernel image.
>
> Cc: Andrey Ryabinin <a.ryabinin@xxxxxxxxxxx>
> Signed-off-by: Abbott Liu <liuwenliang@xxxxxxxxxx>

Same as patch 3, this needs to be moved before you allow KAsan to be
enabled/selected. This has little to no dependencies on other patches so
this could be moved as the first patch in the series.

Thanks!
--
Florian