mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] docs: update dev-tools/kcsan.rst url about KTSAN
@ 2024-07-25 17:46 Haoyang Liu
  2024-07-26  1:36 ` Dongliang Mu
  2024-09-04 14:04 ` Jonathan Corbet
  0 siblings, 2 replies; 9+ messages in thread
From: Haoyang Liu @ 2024-07-25 17:46 UTC (permalink / raw)
  To: Marco Elver, Dmitry Vyukov, Jonathan Corbet
  Cc: hust-os-kernel-patches, Haoyang Liu, kasan-dev, linux-doc, linux-kernel

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>
---
 Documentation/dev-tools/kcsan.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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`_.
-- 
2.25.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-09-04 14:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-25 17:46 [PATCH] docs: update dev-tools/kcsan.rst url about KTSAN Haoyang Liu
2024-07-26  1:36 ` Dongliang Mu
2024-07-26  8:38   ` Marco Elver
2024-07-26  8:44     ` Dongliang Mu
2024-09-03 17:57     ` Haoyang Liu
2024-09-03 18:01       ` Marco Elver
2024-09-03 18:05         ` Haoyang Liu
2024-09-04  0:57           ` Dongliang Mu
2024-09-04 14:04 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®