From: Adam Borowski Date: Sat, 30 Sep 2017 03:57:39 +0000 (+0200) Subject: Documentation/features/KASAN: mark KASAN as supported only on 64-bit on x86 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d19cd4bb234383166801b5d46365282808d0c0e5;p=linux.git 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 Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/features/debug/KASAN/arch-support.txt b/Documentation/features/debug/KASAN/arch-support.txt index 76bbd7fe27b35..f377290fe48ee 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 | -----------------------