aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaoyang Liu <[email protected]>2024-07-26 01:46:31 +0800
committerJonathan Corbet <[email protected]>2024-09-04 08:04:10 -0600
commit72ffee678f6f7d9ebf5350a6e38f31fd306c9b8a (patch)
tree6f5a75a17e51ee0292c798c17843df48f68bad6d
parentf92a24ae7c953263600fc7ea3f0594676ea82138 (diff)
docs: update dev-tools/kcsan.rst url about KTSAN
The KTSAN doc has moved to https://github.com/google/kernel-sanitizers/blob/master/KTSAN.md. Update the url in kcsan.rst accordingly. Signed-off-by: Haoyang Liu <[email protected]> Reviewed-by: Dongliang Mu <[email protected]> Acked-by: Marco Elver <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--Documentation/dev-tools/kcsan.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/dev-tools/kcsan.rst b/Documentation/dev-tools/kcsan.rst
index 02143f060b22..d81c42d1063e 100644
--- a/Documentation/dev-tools/kcsan.rst
+++ b/Documentation/dev-tools/kcsan.rst
@@ -361,7 +361,8 @@ Alternatives Considered
-----------------------
An alternative data race detection approach for the kernel can be found in the
-`Kernel Thread Sanitizer (KTSAN) <https://github.com/google/ktsan/wiki>`_.
+`Kernel Thread Sanitizer (KTSAN)
+<https://github.com/google/kernel-sanitizers/blob/master/KTSAN.md>`_.
KTSAN is a happens-before data race detector, which explicitly establishes the
happens-before order between memory operations, which can then be used to
determine data races as defined in `Data Races`_.