Skip to content

Commit

Permalink
Documentation/features/KASAN: mark KASAN as supported only on 64-bit …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
kilobyte authored and Jonathan Corbet committed Oct 3, 2017
1 parent 5cb5c31 commit d19cd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/features/debug/KASAN/arch-support.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
| tile: | TODO |
| um: | TODO |
| unicore32: | TODO |
| x86: | ok |
| x86: | ok | 64-bit only
| xtensa: | TODO |
-----------------------

0 comments on commit d19cd4b

Please sign in to comment.