X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=Documentation%2Fdev-tools%2Fkcsan.rst;fp=Documentation%2Fdev-tools%2Fkcsan.rst;h=be7a0b0e1f28e7fa8e01f88a571465924dbe6d10;hb=e68dcd8eac63cf14745df0dc872ea479df8ed4b9;hp=b38379f0619415dc3ad734e552d85a80c374c402;hpb=56b031f0abf55254d47a329010574733fa9a27b8;p=linux-2.6-microblaze.git diff --git a/Documentation/dev-tools/kcsan.rst b/Documentation/dev-tools/kcsan.rst index b38379f06194..be7a0b0e1f28 100644 --- a/Documentation/dev-tools/kcsan.rst +++ b/Documentation/dev-tools/kcsan.rst @@ -8,7 +8,8 @@ approach to detect races. KCSAN's primary purpose is to detect `data races`_. Usage ----- -KCSAN requires Clang version 11 or later. +KCSAN is supported by both GCC and Clang. With GCC we require version 11 or +later, and with Clang also require version 11 or later. To enable KCSAN configure the kernel with::