diff options
author | Adam Borowski <kilobyte@angband.pl> | 2017-09-30 05:57:39 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-10-03 14:40:22 -0600 |
commit | d19cd4bb234383166801b5d46365282808d0c0e5 (patch) | |
tree | 4a4dc2a88cbfd24e6eb65acfc93c920fa89cb887 | |
parent | 5cb5c31cdf246099f7d48a57f448b05b7941cd6a (diff) | |
download | linux-d19cd4bb234383166801b5d46365282808d0c0e5.tar.gz linux-d19cd4bb234383166801b5d46365282808d0c0e5.tar.bz2 linux-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>
-rw-r--r-- | Documentation/features/debug/KASAN/arch-support.txt | 2 |
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 | ----------------------- |