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

Documentation: dev-tools: Add link to RV docs

I could not remember the name of this system and it's pretty hard to
find without the right keywords. I had to ask an LLM!

Drop a breadcrumb to help people find it in the future.

Signed-off-by: Brendan Jackman <jackmanb@google.com>
Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240328124947.2107524-1-jackmanb@google.com

authored by

Brendan Jackman and committed by
Jonathan Corbet
42fb9cfd 4cece764

+2
+2
Documentation/dev-tools/testing-overview.rst
··· 104 104 KASAN and can be used in production. See Documentation/dev-tools/kfence.rst 105 105 * lockdep is a locking correctness validator. See 106 106 Documentation/locking/lockdep-design.rst 107 + * Runtime Verification (RV) supports checking specific behaviours for a given 108 + subsystem. See Documentation/trace/rv/runtime-verification.rst 107 109 * There are several other pieces of debug instrumentation in the kernel, many 108 110 of which can be found in lib/Kconfig.debug 109 111