On Mon, Mar 19, 2018 at 16:44 , Dmitry Vyukov wrote:
>Hi Abbott,
>
>I've skimmed through the changes and they generally look good to me. I
>am not an expect in arm, so I did not look too closely on these parts
>(which is actually most of the changes).
>
>FWIW
>Acked-by: Dmitry Vyukov <[email protected]>
>
>Please also update set of supported archs at the top of
>Documentation/dev-tools/kasan.rst
>
>Thanks for working on upstreaming this!

Thanks for your review.
I will update set of supported archs just like this:
diff --git a/Documentation/dev-tools/kasan.rst 
b/Documentation/dev-tools/kasan.rst
index f7a18f2..d92120d 100644
--- a/Documentation/dev-tools/kasan.rst
+++ b/Documentation/dev-tools/kasan.rst
@@ -12,7 +12,7 @@ KASAN uses compile-time instrumentation for checking every 
memory access,
 therefore you will need a GCC version 4.9.2 or later. GCC 5.0 or later is
 required for detection of out-of-bounds accesses to stack or global variables.

-Currently KASAN is supported only for the x86_64 and arm64 architectures.
+Currently KASAN is supported only for the x86_64, arm64 and arm architectures.

_______________________________________________
kvmarm mailing list
[email protected]
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm

Reply via email to