Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux
[linux-block.git] / Documentation / dev-tools / kasan.rst
index 6b752a45a936b367959491fdaafe1aa744d6a492..748149bca8d873fa84f4b1b5c269f644ea429992 100644 (file)
@@ -18,8 +18,8 @@ out-of-bounds accesses for global variables is only supported since Clang 11.
 
 Tag-based KASAN is only supported in Clang.
 
-Currently generic KASAN is supported for the x86_64, arm64, xtensa, s390 and
-riscv architectures, and tag-based KASAN is supported only for arm64.
+Currently generic KASAN is supported for the x86_64, arm, arm64, xtensa, s390
+and riscv architectures, and tag-based KASAN is supported only for arm64.
 
 Usage
 -----