UPSTREAM: Documentation/features/KASAN: mark KASAN as supported only on 64-bit on x86
Upstream commit d19cd4bb234383166801b5d46365282808d0c0e5. 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> Signed-off-by: Andrey Konovalov <andreyknvl@google.com> Change-Id: I51eff71d709b0e95962b1a5a162ed4a8b36e79fd Bug: 128674696
This commit is contained in:
parent
86281ad1a4
commit
0a233a0af9
|
@ -34,6 +34,6 @@
|
|||
| tile: | TODO |
|
||||
| um: | TODO |
|
||||
| unicore32: | TODO |
|
||||
| x86: | ok |
|
||||
| x86: | ok | 64-bit only
|
||||
| xtensa: | TODO |
|
||||
-----------------------
|
||||
|
|
Loading…
Reference in New Issue