Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59058a7a authored by Laura Abbott's avatar Laura Abbott Committed by Jonathan Corbet
Browse files

mm, kasan: Update kasan docs to indicate arm64 support



KASAN has been supported on arm64 since 39d114dd ("arm64: add KASAN
support"). Update the docs to indicate this.

Signed-off-by: default avatarLaura Abbott <labbott@redhat.com>
Acked-by: default avatarAndrey Ryabinin <aryabinin@virtuozzo.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 505f7111
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
========