aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/features
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2017-09-29 23:57:39 -0400
committerJonathan Corbet <corbet@lwn.net>2017-10-03 16:40:22 -0400
commitd19cd4bb234383166801b5d46365282808d0c0e5 (patch)
tree4a4dc2a88cbfd24e6eb65acfc93c920fa89cb887 /Documentation/features
parent5cb5c31cdf246099f7d48a57f448b05b7941cd6a (diff)
Documentation/features/KASAN: mark KASAN as supported only on 64-bit on x86
Relevant part is: arch/x86/Kconfig: select HAVE_ARCH_KASAN if X86_64 && SPARSEMEM_VMEMMAP Signed-off-by: Adam Borowski <kilobyte@angband.pl> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/features')
-rw-r--r--Documentation/features/debug/KASAN/arch-support.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/features/debug/KASAN/arch-support.txt b/Documentation/features/debug/KASAN/arch-support.txt
index 76bbd7fe27b3..f377290fe48e 100644
--- a/Documentation/features/debug/KASAN/arch-support.txt
+++ b/Documentation/features/debug/KASAN/arch-support.txt
@@ -34,6 +34,6 @@
34 | tile: | TODO | 34 | tile: | TODO |
35 | um: | TODO | 35 | um: | TODO |
36 | unicore32: | TODO | 36 | unicore32: | TODO |
37 | x86: | ok | 37 | x86: | ok | 64-bit only
38 | xtensa: | TODO | 38 | xtensa: | TODO |
39 ----------------------- 39 -----------------------