aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/features
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2017-09-30 05:57:39 +0200
committerJonathan Corbet <corbet@lwn.net>2017-10-03 14:40:22 -0600
commitd19cd4bb234383166801b5d46365282808d0c0e5 (patch)
tree4a4dc2a88cbfd24e6eb65acfc93c920fa89cb887 /Documentation/features
parentscripts/kernel-doc: warn on excess enum value descriptions (diff)
downloadlinux-dev-d19cd4bb234383166801b5d46365282808d0c0e5.tar.xz
linux-dev-d19cd4bb234383166801b5d46365282808d0c0e5.zip
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 @@
| tile: | TODO |
| um: | TODO |
| unicore32: | TODO |
- | x86: | ok |
+ | x86: | ok | 64-bit only
| xtensa: | TODO |
-----------------------