]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
docs: update dev-tools/kcsan.rst url about KTSAN
authorHaoyang Liu <tttturtleruss@hust.edu.cn>
Thu, 25 Jul 2024 17:46:31 +0000 (01:46 +0800)
committerJonathan Corbet <corbet@lwn.net>
Wed, 4 Sep 2024 14:04:10 +0000 (08:04 -0600)
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 <tttturtleruss@hust.edu.cn>
Reviewed-by: Dongliang Mu <dzm91@hust.edu.cn>
Acked-by: Marco Elver <elver@google.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240725174632.23803-1-tttturtleruss@hust.edu.cn
Documentation/dev-tools/kcsan.rst

index 02143f060b22f05e3243ca1e71910d7e2fb1358a..d81c42d1063eab5db0cba1786de287406ca3ebe7 100644 (file)
@@ -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`_.