Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <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

authored by

Haoyang Liu and committed by
Jonathan Corbet
72ffee67 f92a24ae

+2 -1
+2 -1
Documentation/dev-tools/kcsan.rst
··· 361 361 ----------------------- 362 362 363 363 An alternative data race detection approach for the kernel can be found in the 364 - `Kernel Thread Sanitizer (KTSAN) <https://github.com/google/ktsan/wiki>`_. 364 + `Kernel Thread Sanitizer (KTSAN) 365 + <https://github.com/google/kernel-sanitizers/blob/master/KTSAN.md>`_. 365 366 KTSAN is a happens-before data race detector, which explicitly establishes the 366 367 happens-before order between memory operations, which can then be used to 367 368 determine data races as defined in `Data Races`_.