From: Nick Hu Date: Mon, 28 Oct 2019 02:41:01 +0000 (+0800) Subject: kasan: Add riscv to KASAN documentation. X-Git-Tag: v5.6-rc1~104^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea01ce67326d75e243afc8b5f6d5b21322183e97;p=thirdparty%2Flinux.git kasan: Add riscv to KASAN documentation. Add riscv to the KASAN documentation to mention that riscv is supporting generic kasan now. Signed-off-by: Nick Hu Signed-off-by: Palmer Dabbelt --- diff --git a/Documentation/dev-tools/kasan.rst b/Documentation/dev-tools/kasan.rst index e4d66e7c50dec..c652d740735de 100644 --- a/Documentation/dev-tools/kasan.rst +++ b/Documentation/dev-tools/kasan.rst @@ -21,8 +21,8 @@ global variables yet. Tag-based KASAN is only supported in Clang and requires version 7.0.0 or later. -Currently generic KASAN is supported for the x86_64, arm64, xtensa and s390 -architectures, and tag-based KASAN is supported only for arm64. +Currently generic KASAN is supported for the x86_64, arm64, xtensa, s390 and +riscv architectures, and tag-based KASAN is supported only for arm64. Usage -----