mm, kasan: Update kasan docs to indicate arm64 support
authorLaura Abbott <labbott@redhat.com>
Tue, 16 Aug 2016 16:30:31 +0000 (09:30 -0700)
committerJonathan Corbet <corbet@lwn.net>
Thu, 18 Aug 2016 22:38:50 +0000 (16:38 -0600)
KASAN has been supported on arm64 since 39d114ddc682 ("arm64: add KASAN
support"). Update the docs to indicate this.

Signed-off-by: Laura Abbott <labbott@redhat.com>
Acked-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/kasan.txt

index 7dd95b3..d167220 100644 (file)
@@ -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 x86_64 architecture.
+Currently KASAN is supported only for x86_64 and arm64 architecture.
 
 1. Usage
 ========