diff options
author | Laura Abbott <labbott@redhat.com> | 2016-08-16 18:30:31 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-08-19 00:38:50 +0200 |
commit | 59058a7adc4b10f357cc5e7cbcda0b2d45940258 (patch) | |
tree | cc7a94827397ce30379d3336a95a151a42df3eaf /Documentation/kasan.txt | |
parent | doc-rst: add index to sub-folders (diff) | |
download | linux-59058a7adc4b10f357cc5e7cbcda0b2d45940258.tar.xz linux-59058a7adc4b10f357cc5e7cbcda0b2d45940258.zip |
mm, kasan: Update kasan docs to indicate arm64 support
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>
Diffstat (limited to '')
-rw-r--r-- | Documentation/kasan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kasan.txt b/Documentation/kasan.txt index 7dd95b35cd7c..d167220324c4 100644 --- a/Documentation/kasan.txt +++ b/Documentation/kasan.txt @@ -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 ======== |