Browse Source

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>
Adam Borowski 8 years ago
parent
commit
d19cd4bb23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/features/debug/KASAN/arch-support.txt

+ 1 - 1
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 |
     -----------------------