Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1463933 > unrolled thread
| Started by | Laura Abbott <labbott@redhat.com> |
|---|---|
| First post | 2016-08-16 18:40 +0200 |
| Last post | 2016-08-19 02:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] mm, kasan: Update kasan docs to indicate arm64 support Laura Abbott <labbott@redhat.com> - 2016-08-16 18:40 +0200
Re: [PATCH] mm, kasan: Update kasan docs to indicate arm64 support Jonathan Corbet <corbet@lwn.net> - 2016-08-19 02:50 +0200
| From | Laura Abbott <labbott@redhat.com> |
|---|---|
| Date | 2016-08-16 18:40 +0200 |
| Subject | [PATCH] mm, kasan: Update kasan docs to indicate arm64 support |
| Message-ID | <s6Pzc-5pz-13@gated-at.bofh.it> |
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>
---
Documentation/kasan.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/kasan.txt b/Documentation/kasan.txt
index 7dd95b3..d167220 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
========
--
2.7.4
[toc] | [next] | [standalone]
| From | Jonathan Corbet <corbet@lwn.net> |
|---|---|
| Date | 2016-08-19 02:50 +0200 |
| Message-ID | <s7Gat-6Ui-29@gated-at.bofh.it> |
| In reply to | #1463933 |
On Tue, 16 Aug 2016 09:30:31 -0700
Laura Abbott <labbott@redhat.com> wrote:
> KASAN has been supported on arm64 since 39d114ddc682 ("arm64: add KASAN
> support"). Update the docs to indicate this.
This creates a conflict with my patch sphinxifying this file, of course,
but I'll cope. Applied to the docs tree, thanks.
jon
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web